예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelNorth             = new System.Windows.Forms.Panel();
     this.groupBoxInitialProcVar = new System.Windows.Forms.GroupBox();
     this.labelRespecifyValue    = new System.Windows.Forms.Label();
     this.textBoxNewValue        = new System.Windows.Forms.TextBox();
     this.labelMaxValue          = new System.Windows.Forms.Label();
     this.labelMinValue          = new System.Windows.Forms.Label();
     this.textBoxMaxValue        = new System.Windows.Forms.TextBox();
     this.textBoxMinValue        = new System.Windows.Forms.TextBox();
     this.labelNewValue          = new System.Windows.Forms.Label();
     this.labelCurrentValue      = new System.Windows.Forms.Label();
     this.labelName             = new System.Windows.Forms.Label();
     this.labelProcVarName      = new ProsimoUI.ProcessVarLabel();
     this.textBoxExistingValue  = new ProsimoUI.ProcessVarNonEditableTextBox();
     this.textBoxSpecifiedValue = new System.Windows.Forms.TextBox();
     this.labelMessage          = new System.Windows.Forms.Label();
     this.panelSouth            = new System.Windows.Forms.Panel();
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.buttonOk = new System.Windows.Forms.Button();
     this.panelNorth.SuspendLayout();
     this.groupBoxInitialProcVar.SuspendLayout();
     this.panelSouth.SuspendLayout();
     this.SuspendLayout();
     //
     // panelNorth
     //
     this.panelNorth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelNorth.Controls.Add(this.groupBoxInitialProcVar);
     this.panelNorth.Controls.Add(this.labelMessage);
     this.panelNorth.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelNorth.Location = new System.Drawing.Point(0, 0);
     this.panelNorth.Name     = "panelNorth";
     this.panelNorth.Size     = new System.Drawing.Size(466, 264);
     this.panelNorth.TabIndex = 0;
     //
     // groupBoxInitialProcVar
     //
     this.groupBoxInitialProcVar.Controls.Add(this.labelRespecifyValue);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxNewValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelMaxValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelMinValue);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxMaxValue);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxMinValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelNewValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelCurrentValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelName);
     this.groupBoxInitialProcVar.Controls.Add(this.labelProcVarName);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxExistingValue);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxSpecifiedValue);
     this.groupBoxInitialProcVar.Location = new System.Drawing.Point(8, 68);
     this.groupBoxInitialProcVar.Name     = "groupBoxInitialProcVar";
     this.groupBoxInitialProcVar.Size     = new System.Drawing.Size(448, 156);
     this.groupBoxInitialProcVar.TabIndex = 26;
     this.groupBoxInitialProcVar.TabStop  = false;
     this.groupBoxInitialProcVar.Text     = "Variable Being Specified";
     //
     // labelRespecifyValue
     //
     this.labelRespecifyValue.Location  = new System.Drawing.Point(12, 132);
     this.labelRespecifyValue.Name      = "labelRespecifyValue";
     this.labelRespecifyValue.Size      = new System.Drawing.Size(120, 16);
     this.labelRespecifyValue.TabIndex  = 33;
     this.labelRespecifyValue.Text      = "Respecify Value:";
     this.labelRespecifyValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxNewValue
     //
     this.textBoxNewValue.Location  = new System.Drawing.Point(136, 128);
     this.textBoxNewValue.Name      = "textBoxNewValue";
     this.textBoxNewValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxNewValue.TabIndex  = 32;
     this.textBoxNewValue.Text      = "";
     this.textBoxNewValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelMaxValue
     //
     this.labelMaxValue.Location  = new System.Drawing.Point(12, 112);
     this.labelMaxValue.Name      = "labelMaxValue";
     this.labelMaxValue.Size      = new System.Drawing.Size(120, 16);
     this.labelMaxValue.TabIndex  = 31;
     this.labelMaxValue.Text      = "Max. Value:";
     this.labelMaxValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelMinValue
     //
     this.labelMinValue.Location  = new System.Drawing.Point(12, 92);
     this.labelMinValue.Name      = "labelMinValue";
     this.labelMinValue.Size      = new System.Drawing.Size(120, 16);
     this.labelMinValue.TabIndex  = 30;
     this.labelMinValue.Text      = "Min. Value:";
     this.labelMinValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxMaxValue
     //
     this.textBoxMaxValue.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxMaxValue.Location  = new System.Drawing.Point(136, 108);
     this.textBoxMaxValue.Name      = "textBoxMaxValue";
     this.textBoxMaxValue.ReadOnly  = true;
     this.textBoxMaxValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxMaxValue.TabIndex  = 29;
     this.textBoxMaxValue.TabStop   = false;
     this.textBoxMaxValue.Text      = "";
     this.textBoxMaxValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBoxMinValue
     //
     this.textBoxMinValue.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxMinValue.Location  = new System.Drawing.Point(136, 88);
     this.textBoxMinValue.Name      = "textBoxMinValue";
     this.textBoxMinValue.ReadOnly  = true;
     this.textBoxMinValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxMinValue.TabIndex  = 28;
     this.textBoxMinValue.TabStop   = false;
     this.textBoxMinValue.Text      = "";
     this.textBoxMinValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelNewValue
     //
     this.labelNewValue.Location  = new System.Drawing.Point(12, 72);
     this.labelNewValue.Name      = "labelNewValue";
     this.labelNewValue.Size      = new System.Drawing.Size(120, 16);
     this.labelNewValue.TabIndex  = 27;
     this.labelNewValue.Text      = "Last Specified Value:";
     this.labelNewValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCurrentValue
     //
     this.labelCurrentValue.Location  = new System.Drawing.Point(12, 52);
     this.labelCurrentValue.Name      = "labelCurrentValue";
     this.labelCurrentValue.Size      = new System.Drawing.Size(120, 16);
     this.labelCurrentValue.TabIndex  = 26;
     this.labelCurrentValue.Text      = "Existing Value:";
     this.labelCurrentValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(12, 24);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(120, 16);
     this.labelName.TabIndex  = 25;
     this.labelName.Text      = "Name:";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelProcVarName
     //
     this.labelProcVarName.Location  = new System.Drawing.Point(136, 24);
     this.labelProcVarName.Name      = "labelProcVarName";
     this.labelProcVarName.Size      = new System.Drawing.Size(304, 16);
     this.labelProcVarName.TabIndex  = 22;
     this.labelProcVarName.Text      = "ProcVar Name";
     this.labelProcVarName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxExistingValue
     //
     this.textBoxExistingValue.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxExistingValue.Location  = new System.Drawing.Point(136, 48);
     this.textBoxExistingValue.Name      = "textBoxExistingValue";
     this.textBoxExistingValue.ReadOnly  = true;
     this.textBoxExistingValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxExistingValue.TabIndex  = 23;
     this.textBoxExistingValue.TabStop   = false;
     this.textBoxExistingValue.Text      = "";
     this.textBoxExistingValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBoxSpecifiedValue
     //
     this.textBoxSpecifiedValue.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxSpecifiedValue.Location  = new System.Drawing.Point(136, 68);
     this.textBoxSpecifiedValue.Name      = "textBoxSpecifiedValue";
     this.textBoxSpecifiedValue.ReadOnly  = true;
     this.textBoxSpecifiedValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxSpecifiedValue.TabIndex  = 24;
     this.textBoxSpecifiedValue.TabStop   = false;
     this.textBoxSpecifiedValue.Text      = "";
     this.textBoxSpecifiedValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelMessage
     //
     this.labelMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.labelMessage.Location    = new System.Drawing.Point(8, 8);
     this.labelMessage.Name        = "labelMessage";
     this.labelMessage.Size        = new System.Drawing.Size(448, 48);
     this.labelMessage.TabIndex    = 0;
     //
     // panelSouth
     //
     this.panelSouth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelSouth.Controls.Add(this.buttonCancel);
     this.panelSouth.Controls.Add(this.buttonOk);
     this.panelSouth.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelSouth.Location = new System.Drawing.Point(0, 232);
     this.panelSouth.Name     = "panelSouth";
     this.panelSouth.Size     = new System.Drawing.Size(466, 32);
     this.panelSouth.TabIndex = 1;
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(240, 4);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.TabIndex = 1;
     this.buttonCancel.Text     = "Cancel";
     this.buttonCancel.Click   += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(152, 4);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.TabIndex = 0;
     this.buttonOk.Text     = "OK";
     this.buttonOk.Click   += new System.EventHandler(this.buttonOk_Click);
     //
     // ProcVarOutOfRangeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(5F, 13F);
     this.ClientSize          = new System.Drawing.Size(466, 264);
     this.Controls.Add(this.panelSouth);
     this.Controls.Add(this.panelNorth);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProcVarOutOfRangeForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Edit Process Variables";
     this.panelNorth.ResumeLayout(false);
     this.groupBoxInitialProcVar.ResumeLayout(false);
     this.panelSouth.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.panelNorth             = new System.Windows.Forms.Panel();
     this.groupBoxInitialProcVar = new System.Windows.Forms.GroupBox();
     this.labelNewValue          = new System.Windows.Forms.Label();
     this.labelCurrentValue      = new System.Windows.Forms.Label();
     this.labelName                   = new System.Windows.Forms.Label();
     this.labelProcVarName            = new ProsimoUI.ProcessVarLabel();
     this.textBoxProcVarExistingValue = new ProsimoUI.ProcessVarNonEditableTextBox();
     this.textBoxProcVarNewValue      = new System.Windows.Forms.TextBox();
     this.labelMessage                = new System.Windows.Forms.Label();
     this.panelSouth                  = new System.Windows.Forms.Panel();
     this.buttonCancel                = new System.Windows.Forms.Button();
     this.buttonOk             = new System.Windows.Forms.Button();
     this.panelCenter          = new System.Windows.Forms.Panel();
     this.procVarHeaderControl = new ProsimoUI.ProcVarsEditor.RecommProcVarHeaderControl();
     this.panelNorth.SuspendLayout();
     this.groupBoxInitialProcVar.SuspendLayout();
     this.panelSouth.SuspendLayout();
     this.panelCenter.SuspendLayout();
     this.SuspendLayout();
     //
     // panelNorth
     //
     this.panelNorth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelNorth.Controls.Add(this.groupBoxInitialProcVar);
     this.panelNorth.Controls.Add(this.labelMessage);
     this.panelNorth.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelNorth.Location = new System.Drawing.Point(0, 0);
     this.panelNorth.Name     = "panelNorth";
     this.panelNorth.Size     = new System.Drawing.Size(466, 172);
     this.panelNorth.TabIndex = 0;
     //
     // groupBoxInitialProcVar
     //
     this.groupBoxInitialProcVar.Controls.Add(this.labelNewValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelCurrentValue);
     this.groupBoxInitialProcVar.Controls.Add(this.labelName);
     this.groupBoxInitialProcVar.Controls.Add(this.labelProcVarName);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxProcVarExistingValue);
     this.groupBoxInitialProcVar.Controls.Add(this.textBoxProcVarNewValue);
     this.groupBoxInitialProcVar.Location = new System.Drawing.Point(8, 68);
     this.groupBoxInitialProcVar.Name     = "groupBoxInitialProcVar";
     this.groupBoxInitialProcVar.Size     = new System.Drawing.Size(448, 96);
     this.groupBoxInitialProcVar.TabIndex = 26;
     this.groupBoxInitialProcVar.TabStop  = false;
     this.groupBoxInitialProcVar.Text     = "Initial Variable Being Specified";
     //
     // labelNewValue
     //
     this.labelNewValue.Location  = new System.Drawing.Point(12, 72);
     this.labelNewValue.Name      = "labelNewValue";
     this.labelNewValue.Size      = new System.Drawing.Size(120, 16);
     this.labelNewValue.TabIndex  = 27;
     this.labelNewValue.Text      = "Newly Specified Value:";
     this.labelNewValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCurrentValue
     //
     this.labelCurrentValue.Location  = new System.Drawing.Point(12, 52);
     this.labelCurrentValue.Name      = "labelCurrentValue";
     this.labelCurrentValue.Size      = new System.Drawing.Size(120, 16);
     this.labelCurrentValue.TabIndex  = 26;
     this.labelCurrentValue.Text      = "Existing Value:";
     this.labelCurrentValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(12, 24);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(120, 16);
     this.labelName.TabIndex  = 25;
     this.labelName.Text      = "Name:";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelProcVarName
     //
     this.labelProcVarName.Location  = new System.Drawing.Point(136, 24);
     this.labelProcVarName.Name      = "labelProcVarName";
     this.labelProcVarName.Size      = new System.Drawing.Size(304, 16);
     this.labelProcVarName.TabIndex  = 22;
     this.labelProcVarName.Text      = "ProcVar Name";
     this.labelProcVarName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxProcVarExistingValue
     //
     this.textBoxProcVarExistingValue.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxProcVarExistingValue.Location  = new System.Drawing.Point(136, 48);
     this.textBoxProcVarExistingValue.Name      = "textBoxProcVarExistingValue";
     this.textBoxProcVarExistingValue.ReadOnly  = true;
     this.textBoxProcVarExistingValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxProcVarExistingValue.TabIndex  = 23;
     this.textBoxProcVarExistingValue.TabStop   = false;
     this.textBoxProcVarExistingValue.Text      = "";
     this.textBoxProcVarExistingValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBoxProcVarNewValue
     //
     this.textBoxProcVarNewValue.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxProcVarNewValue.Location  = new System.Drawing.Point(136, 68);
     this.textBoxProcVarNewValue.Name      = "textBoxProcVarNewValue";
     this.textBoxProcVarNewValue.ReadOnly  = true;
     this.textBoxProcVarNewValue.Size      = new System.Drawing.Size(80, 20);
     this.textBoxProcVarNewValue.TabIndex  = 24;
     this.textBoxProcVarNewValue.TabStop   = false;
     this.textBoxProcVarNewValue.Text      = "";
     this.textBoxProcVarNewValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelMessage
     //
     this.labelMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.labelMessage.Location    = new System.Drawing.Point(8, 8);
     this.labelMessage.Name        = "labelMessage";
     this.labelMessage.Size        = new System.Drawing.Size(448, 48);
     this.labelMessage.TabIndex    = 0;
     //
     // panelSouth
     //
     this.panelSouth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelSouth.Controls.Add(this.buttonCancel);
     this.panelSouth.Controls.Add(this.buttonOk);
     this.panelSouth.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelSouth.Location = new System.Drawing.Point(0, 296);
     this.panelSouth.Name     = "panelSouth";
     this.panelSouth.Size     = new System.Drawing.Size(466, 32);
     this.panelSouth.TabIndex = 1;
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(240, 4);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.TabIndex = 1;
     this.buttonCancel.Text     = "Cancel";
     this.buttonCancel.Click   += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(152, 4);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.TabIndex = 0;
     this.buttonOk.Text     = "OK";
     this.buttonOk.Click   += new System.EventHandler(this.buttonOk_Click);
     //
     // panelCenter
     //
     this.panelCenter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelCenter.Controls.Add(this.procVarHeaderControl);
     this.panelCenter.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelCenter.Location = new System.Drawing.Point(0, 172);
     this.panelCenter.Name     = "panelCenter";
     this.panelCenter.Size     = new System.Drawing.Size(466, 124);
     this.panelCenter.TabIndex = 2;
     //
     // procVarHeaderControl
     //
     this.procVarHeaderControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.procVarHeaderControl.Location = new System.Drawing.Point(0, 0);
     this.procVarHeaderControl.Name     = "procVarHeaderControl";
     this.procVarHeaderControl.Size     = new System.Drawing.Size(462, 20);
     this.procVarHeaderControl.TabIndex = 0;
     //
     // ProcVarsInappropriateForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 328);
     this.Controls.Add(this.panelCenter);
     this.Controls.Add(this.panelSouth);
     this.Controls.Add(this.panelNorth);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProcVarsInappropriateForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Edit Process Variables";
     this.panelNorth.ResumeLayout(false);
     this.groupBoxInitialProcVar.ResumeLayout(false);
     this.panelSouth.ResumeLayout(false);
     this.panelCenter.ResumeLayout(false);
     this.ResumeLayout(false);
 }