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