/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ButtonsPN     = new System.Windows.Forms.Panel();
     this.CancelBTN     = new System.Windows.Forms.Button();
     this.ConditionsTV  = new System.Windows.Forms.TreeView();
     this.LeftPN        = new System.Windows.Forms.Panel();
     this.Splitter01    = new System.Windows.Forms.Splitter();
     this.RightPN       = new System.Windows.Forms.Panel();
     this.ConditionCTRL = new OpcClientSdk.Ae.SampleClient.ConditionStateCtrl();
     this.ButtonsPN.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.RightPN.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 458);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(712, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(319, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Close";
     //
     // ConditionsTV
     //
     this.ConditionsTV.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.ConditionsTV.ImageIndex         = -1;
     this.ConditionsTV.Location           = new System.Drawing.Point(4, 4);
     this.ConditionsTV.Name               = "ConditionsTV";
     this.ConditionsTV.SelectedImageIndex = -1;
     this.ConditionsTV.ShowRootLines      = false;
     this.ConditionsTV.Size               = new System.Drawing.Size(192, 454);
     this.ConditionsTV.TabIndex           = 1;
     this.ConditionsTV.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.ConditionsTV_AfterSelect);
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.ConditionsTV);
     this.LeftPN.Dock              = System.Windows.Forms.DockStyle.Left;
     this.LeftPN.DockPadding.Left  = 4;
     this.LeftPN.DockPadding.Right = 4;
     this.LeftPN.DockPadding.Top   = 4;
     this.LeftPN.Location          = new System.Drawing.Point(0, 0);
     this.LeftPN.Name              = "LeftPN";
     this.LeftPN.Size              = new System.Drawing.Size(200, 458);
     this.LeftPN.TabIndex          = 2;
     //
     // Splitter01
     //
     this.Splitter01.Location = new System.Drawing.Point(200, 0);
     this.Splitter01.Name     = "Splitter01";
     this.Splitter01.Size     = new System.Drawing.Size(3, 458);
     this.Splitter01.TabIndex = 3;
     this.Splitter01.TabStop  = false;
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.ConditionCTRL);
     this.RightPN.Dock = System.Windows.Forms.DockStyle.Fill;
     this.RightPN.DockPadding.Right = 4;
     this.RightPN.DockPadding.Top   = 4;
     this.RightPN.Location          = new System.Drawing.Point(203, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(509, 458);
     this.RightPN.TabIndex = 4;
     //
     // ConditionCTRL
     //
     this.ConditionCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ConditionCTRL.Location = new System.Drawing.Point(0, 4);
     this.ConditionCTRL.Name     = "ConditionCTRL";
     this.ConditionCTRL.Size     = new System.Drawing.Size(505, 454);
     this.ConditionCTRL.TabIndex = 0;
     //
     // ConditionsViewDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CancelBTN;
     this.ClientSize        = new System.Drawing.Size(712, 494);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.Splitter01);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(0, 180);
     this.Name          = "ConditionsViewDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Event Conditions";
     this.ButtonsPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.RightPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ButtonsPN     = new System.Windows.Forms.Panel();
     this.RefreshBTN    = new System.Windows.Forms.Button();
     this.CancelBTN     = new System.Windows.Forms.Button();
     this.LeftPN        = new System.Windows.Forms.Panel();
     this.ConditionCTRL = new OpcClientSdk.Ae.SampleClient.ConditionStateCtrl();
     this.ButtonsPN.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.RefreshBTN);
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 474);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(552, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // RefreshBTN
     //
     this.RefreshBTN.Location = new System.Drawing.Point(4, 8);
     this.RefreshBTN.Name     = "RefreshBTN";
     this.RefreshBTN.TabIndex = 1;
     this.RefreshBTN.Text     = "Refresh";
     this.RefreshBTN.Click   += new System.EventHandler(this.RefreshBTN_Click);
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(472, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Close";
     this.CancelBTN.Click       += new System.EventHandler(this.CancelBTN_Click);
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.ConditionCTRL);
     this.LeftPN.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.LeftPN.DockPadding.Left  = 4;
     this.LeftPN.DockPadding.Right = 4;
     this.LeftPN.DockPadding.Top   = 4;
     this.LeftPN.Location          = new System.Drawing.Point(0, 0);
     this.LeftPN.Name              = "LeftPN";
     this.LeftPN.Size              = new System.Drawing.Size(552, 474);
     this.LeftPN.TabIndex          = 2;
     //
     // ConditionCTRL
     //
     this.ConditionCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ConditionCTRL.Location = new System.Drawing.Point(4, 4);
     this.ConditionCTRL.Name     = "ConditionCTRL";
     this.ConditionCTRL.Size     = new System.Drawing.Size(544, 470);
     this.ConditionCTRL.TabIndex = 0;
     //
     // ConditionStateDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CancelBTN;
     this.ClientSize        = new System.Drawing.Size(552, 510);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(0, 180);
     this.Name          = "ConditionStateDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "View Condition State";
     this.ButtonsPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }