예제 #1
0
 private void InitializeComponent()
 {
     this.splitContainer1   = new SplitContainer();
     this.treeViewNodes     = new TreeView();
     this.labelTypeDesc     = new Label();
     this.labelType         = new Label();
     this.labelFieldDesc    = new Label();
     this.labelNodeDesc     = new Label();
     this.labelNodeType     = new Label();
     this.label5            = new Label();
     this.label4            = new Label();
     this.label3            = new Label();
     this.label2            = new Label();
     this.label1            = new Label();
     this.listViewVariables = new ListView();
     this.columnHeaderName  = new ColumnHeader();
     this.columnHeaderType  = new ColumnHeader();
     this.columnHeaderValue = new ColumnHeader();
     this.logViewControl1   = new LogViewControl();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     base.SuspendLayout();
     this.splitContainer1.Dock     = DockStyle.Top;
     this.splitContainer1.Location = new Point(0, 0);
     this.splitContainer1.Margin   = new Padding(4);
     this.splitContainer1.Name     = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.treeViewNodes);
     this.splitContainer1.Panel2.Controls.Add(this.labelTypeDesc);
     this.splitContainer1.Panel2.Controls.Add(this.labelType);
     this.splitContainer1.Panel2.Controls.Add(this.labelFieldDesc);
     this.splitContainer1.Panel2.Controls.Add(this.labelNodeDesc);
     this.splitContainer1.Panel2.Controls.Add(this.labelNodeType);
     this.splitContainer1.Panel2.Controls.Add(this.label5);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Panel2.Controls.Add(this.label3);
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Panel2.Controls.Add(this.label1);
     this.splitContainer1.Panel2.Controls.Add(this.listViewVariables);
     this.splitContainer1.Size             = new Size(0x5bf, 0x2e0);
     this.splitContainer1.SplitterDistance = 0x1a2;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 0;
     this.treeViewNodes.Dock          = DockStyle.Fill;
     this.treeViewNodes.Location      = new Point(0, 0);
     this.treeViewNodes.Margin        = new Padding(3, 2, 3, 2);
     this.treeViewNodes.Name          = "treeViewNodes";
     this.treeViewNodes.Size          = new Size(0x1a2, 0x2e0);
     this.treeViewNodes.TabIndex      = 0;
     this.treeViewNodes.BeforeExpand += new TreeViewCancelEventHandler(this.treeViewNodes_BeforeExpand);
     this.treeViewNodes.AfterSelect  += new TreeViewEventHandler(this.treeViewNodes_AfterSelect);
     this.labelTypeDesc.Anchor        = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelTypeDesc.Location      = new Point(0x9d, 0x2c5);
     this.labelTypeDesc.Margin        = new Padding(4, 0, 4, 0);
     this.labelTypeDesc.Name          = "labelTypeDesc";
     this.labelTypeDesc.Size          = new Size(890, 0x10);
     this.labelTypeDesc.TabIndex      = 10;
     this.labelType.Anchor            = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelType.Location          = new Point(0x9d, 0x2b6);
     this.labelType.Margin            = new Padding(4, 0, 4, 0);
     this.labelType.Name              = "labelType";
     this.labelType.Size              = new Size(890, 0x10);
     this.labelType.TabIndex          = 9;
     this.labelFieldDesc.Anchor       = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelFieldDesc.Location     = new Point(0x9d, 0x2a6);
     this.labelFieldDesc.Margin       = new Padding(4, 0, 4, 0);
     this.labelFieldDesc.Name         = "labelFieldDesc";
     this.labelFieldDesc.Size         = new Size(890, 0x10);
     this.labelFieldDesc.TabIndex     = 8;
     this.labelNodeDesc.Anchor        = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelNodeDesc.Location      = new Point(0x9d, 0x296);
     this.labelNodeDesc.Margin        = new Padding(4, 0, 4, 0);
     this.labelNodeDesc.Name          = "labelNodeDesc";
     this.labelNodeDesc.Size          = new Size(890, 0x10);
     this.labelNodeDesc.TabIndex      = 7;
     this.labelNodeType.Anchor        = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelNodeType.Location      = new Point(0x9d, 0x286);
     this.labelNodeType.Margin        = new Padding(4, 0, 4, 0);
     this.labelNodeType.Name          = "labelNodeType";
     this.labelNodeType.Size          = new Size(890, 0x10);
     this.labelNodeType.TabIndex      = 6;
     this.label5.Anchor            = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label5.AutoSize          = true;
     this.label5.Font              = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label5.Location          = new Point(4, 0x2c5);
     this.label5.Margin            = new Padding(4, 0, 4, 0);
     this.label5.Name              = "label5";
     this.label5.Size              = new Size(0x88, 0x11);
     this.label5.TabIndex          = 5;
     this.label5.Text              = "Type Description:";
     this.label4.Anchor            = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label4.AutoSize          = true;
     this.label4.Font              = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label4.Location          = new Point(4, 0x2b6);
     this.label4.Margin            = new Padding(4, 0, 4, 0);
     this.label4.Name              = "label4";
     this.label4.Size              = new Size(0x31, 0x11);
     this.label4.TabIndex          = 4;
     this.label4.Text              = "Type:";
     this.label3.Anchor            = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label3.AutoSize          = true;
     this.label3.Font              = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label3.Location          = new Point(4, 0x2a6);
     this.label3.Margin            = new Padding(4, 0, 4, 0);
     this.label3.Name              = "label3";
     this.label3.Size              = new Size(0x87, 0x11);
     this.label3.TabIndex          = 3;
     this.label3.Text              = "Field Description:";
     this.label2.Anchor            = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label2.AutoSize          = true;
     this.label2.Font              = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label2.Location          = new Point(4, 0x296);
     this.label2.Margin            = new Padding(4, 0, 4, 0);
     this.label2.Name              = "label2";
     this.label2.Size              = new Size(0x8a, 0x11);
     this.label2.TabIndex          = 2;
     this.label2.Text              = "Node Description:";
     this.label1.Anchor            = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label1.AutoSize          = true;
     this.label1.Font              = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label1.Location          = new Point(4, 0x286);
     this.label1.Margin            = new Padding(4, 0, 4, 0);
     this.label1.Name              = "label1";
     this.label1.Size              = new Size(0x5c, 0x11);
     this.label1.TabIndex          = 1;
     this.label1.Text              = "Node Type:";
     this.listViewVariables.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.listViewVariables.Columns.AddRange(new ColumnHeader[] { this.columnHeaderName, this.columnHeaderType, this.columnHeaderValue });
     this.listViewVariables.Location = new Point(1, 0);
     this.listViewVariables.Margin   = new Padding(3, 2, 3, 2);
     this.listViewVariables.Name     = "listViewVariables";
     this.listViewVariables.Size     = new Size(0x418, 0x283);
     this.listViewVariables.TabIndex = 0;
     this.listViewVariables.UseCompatibleStateImageBehavior = false;
     this.listViewVariables.View = View.Details;
     this.listViewVariables.ItemSelectionChanged += new ListViewItemSelectionChangedEventHandler(this.listViewVariables_ItemSelectionChanged);
     this.listViewVariables.SelectedIndexChanged += new EventHandler(this.listViewVariables_SelectedIndexChanged);
     this.columnHeaderName.Text      = "Name";
     this.columnHeaderName.Width     = 200;
     this.columnHeaderType.Text      = "Type";
     this.columnHeaderType.Width     = 200;
     this.columnHeaderValue.Text     = "Value";
     this.columnHeaderValue.Width    = 500;
     this.logViewControl1.Anchor     = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.logViewControl1.AutoScroll = true;
     this.logViewControl1.Location   = new Point(0, 0x2e6);
     this.logViewControl1.Log        = null;
     this.logViewControl1.Margin     = new Padding(4);
     this.logViewControl1.Name       = "logViewControl1";
     this.logViewControl1.Size       = new Size(0x5c0, 0x8f);
     this.logViewControl1.TabIndex   = 1;
     base.AutoScaleDimensions        = new SizeF(8f, 16f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize    = new Size(0x5bf, 0x374);
     base.Controls.Add(this.logViewControl1);
     base.Controls.Add(this.splitContainer1);
     base.Margin      = new Padding(4);
     base.Name        = "FormMain";
     this.Text        = "FormMain";
     base.WindowState = FormWindowState.Maximized;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #2
0
 private void InitializeComponent()
 {
     this.splitContainer1 = new SplitContainer();
     this.treeViewNodes = new TreeView();
     this.labelTypeDesc = new Label();
     this.labelType = new Label();
     this.labelFieldDesc = new Label();
     this.labelNodeDesc = new Label();
     this.labelNodeType = new Label();
     this.label5 = new Label();
     this.label4 = new Label();
     this.label3 = new Label();
     this.label2 = new Label();
     this.label1 = new Label();
     this.listViewVariables = new ListView();
     this.columnHeaderName = new ColumnHeader();
     this.columnHeaderType = new ColumnHeader();
     this.columnHeaderValue = new ColumnHeader();
     this.logViewControl1 = new LogViewControl();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     base.SuspendLayout();
     this.splitContainer1.Dock = DockStyle.Top;
     this.splitContainer1.Location = new Point(0, 0);
     this.splitContainer1.Margin = new Padding(4);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.treeViewNodes);
     this.splitContainer1.Panel2.Controls.Add(this.labelTypeDesc);
     this.splitContainer1.Panel2.Controls.Add(this.labelType);
     this.splitContainer1.Panel2.Controls.Add(this.labelFieldDesc);
     this.splitContainer1.Panel2.Controls.Add(this.labelNodeDesc);
     this.splitContainer1.Panel2.Controls.Add(this.labelNodeType);
     this.splitContainer1.Panel2.Controls.Add(this.label5);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Panel2.Controls.Add(this.label3);
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Panel2.Controls.Add(this.label1);
     this.splitContainer1.Panel2.Controls.Add(this.listViewVariables);
     this.splitContainer1.Size = new Size(0x5bf, 0x2e0);
     this.splitContainer1.SplitterDistance = 0x1a2;
     this.splitContainer1.SplitterWidth = 5;
     this.splitContainer1.TabIndex = 0;
     this.treeViewNodes.Dock = DockStyle.Fill;
     this.treeViewNodes.Location = new Point(0, 0);
     this.treeViewNodes.Margin = new Padding(3, 2, 3, 2);
     this.treeViewNodes.Name = "treeViewNodes";
     this.treeViewNodes.Size = new Size(0x1a2, 0x2e0);
     this.treeViewNodes.TabIndex = 0;
     this.treeViewNodes.BeforeExpand += new TreeViewCancelEventHandler(this.treeViewNodes_BeforeExpand);
     this.treeViewNodes.AfterSelect += new TreeViewEventHandler(this.treeViewNodes_AfterSelect);
     this.labelTypeDesc.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelTypeDesc.Location = new Point(0x9d, 0x2c5);
     this.labelTypeDesc.Margin = new Padding(4, 0, 4, 0);
     this.labelTypeDesc.Name = "labelTypeDesc";
     this.labelTypeDesc.Size = new Size(890, 0x10);
     this.labelTypeDesc.TabIndex = 10;
     this.labelType.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelType.Location = new Point(0x9d, 0x2b6);
     this.labelType.Margin = new Padding(4, 0, 4, 0);
     this.labelType.Name = "labelType";
     this.labelType.Size = new Size(890, 0x10);
     this.labelType.TabIndex = 9;
     this.labelFieldDesc.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelFieldDesc.Location = new Point(0x9d, 0x2a6);
     this.labelFieldDesc.Margin = new Padding(4, 0, 4, 0);
     this.labelFieldDesc.Name = "labelFieldDesc";
     this.labelFieldDesc.Size = new Size(890, 0x10);
     this.labelFieldDesc.TabIndex = 8;
     this.labelNodeDesc.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelNodeDesc.Location = new Point(0x9d, 0x296);
     this.labelNodeDesc.Margin = new Padding(4, 0, 4, 0);
     this.labelNodeDesc.Name = "labelNodeDesc";
     this.labelNodeDesc.Size = new Size(890, 0x10);
     this.labelNodeDesc.TabIndex = 7;
     this.labelNodeType.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelNodeType.Location = new Point(0x9d, 0x286);
     this.labelNodeType.Margin = new Padding(4, 0, 4, 0);
     this.labelNodeType.Name = "labelNodeType";
     this.labelNodeType.Size = new Size(890, 0x10);
     this.labelNodeType.TabIndex = 6;
     this.label5.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label5.AutoSize = true;
     this.label5.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label5.Location = new Point(4, 0x2c5);
     this.label5.Margin = new Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x88, 0x11);
     this.label5.TabIndex = 5;
     this.label5.Text = "Type Description:";
     this.label4.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label4.AutoSize = true;
     this.label4.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label4.Location = new Point(4, 0x2b6);
     this.label4.Margin = new Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x31, 0x11);
     this.label4.TabIndex = 4;
     this.label4.Text = "Type:";
     this.label3.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label3.AutoSize = true;
     this.label3.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label3.Location = new Point(4, 0x2a6);
     this.label3.Margin = new Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x87, 0x11);
     this.label3.TabIndex = 3;
     this.label3.Text = "Field Description:";
     this.label2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label2.AutoSize = true;
     this.label2.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label2.Location = new Point(4, 0x296);
     this.label2.Margin = new Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x8a, 0x11);
     this.label2.TabIndex = 2;
     this.label2.Text = "Node Description:";
     this.label1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.label1.AutoSize = true;
     this.label1.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label1.Location = new Point(4, 0x286);
     this.label1.Margin = new Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x5c, 0x11);
     this.label1.TabIndex = 1;
     this.label1.Text = "Node Type:";
     this.listViewVariables.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.listViewVariables.Columns.AddRange(new ColumnHeader[] { this.columnHeaderName, this.columnHeaderType, this.columnHeaderValue });
     this.listViewVariables.Location = new Point(1, 0);
     this.listViewVariables.Margin = new Padding(3, 2, 3, 2);
     this.listViewVariables.Name = "listViewVariables";
     this.listViewVariables.Size = new Size(0x418, 0x283);
     this.listViewVariables.TabIndex = 0;
     this.listViewVariables.UseCompatibleStateImageBehavior = false;
     this.listViewVariables.View = View.Details;
     this.listViewVariables.ItemSelectionChanged += new ListViewItemSelectionChangedEventHandler(this.listViewVariables_ItemSelectionChanged);
     this.listViewVariables.SelectedIndexChanged += new EventHandler(this.listViewVariables_SelectedIndexChanged);
     this.columnHeaderName.Text = "Name";
     this.columnHeaderName.Width = 200;
     this.columnHeaderType.Text = "Type";
     this.columnHeaderType.Width = 200;
     this.columnHeaderValue.Text = "Value";
     this.columnHeaderValue.Width = 500;
     this.logViewControl1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.logViewControl1.AutoScroll = true;
     this.logViewControl1.Location = new Point(0, 0x2e6);
     this.logViewControl1.Log = null;
     this.logViewControl1.Margin = new Padding(4);
     this.logViewControl1.Name = "logViewControl1";
     this.logViewControl1.Size = new Size(0x5c0, 0x8f);
     this.logViewControl1.TabIndex = 1;
     base.AutoScaleDimensions = new SizeF(8f, 16f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x5bf, 0x374);
     base.Controls.Add(this.logViewControl1);
     base.Controls.Add(this.splitContainer1);
     base.Margin = new Padding(4);
     base.Name = "FormMain";
     this.Text = "FormMain";
     base.WindowState = FormWindowState.Maximized;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     base.ResumeLayout(false);
 }