namespace FL_netCaoTester
{
partial class Form4
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button_Variables_Clear = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.listBox_VariableNames = new System.Windows.Forms.ListBox();
this.textBox_VariableNamesOption = new System.Windows.Forms.TextBox();
this.button_VariableNames = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.button_AddVariable = new System.Windows.Forms.Button();
this.textBox_AddVariableOption = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textBox_AddVariableName = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.combo_Command = new System.Windows.Forms.ComboBox();
this.button_Execute = new System.Windows.Forms.Button();
this.textBox_Result = new System.Windows.Forms.TextBox();
this.textBox_Parameter = new System.Windows.Forms.TextBox();
this.checkBox_Array = new System.Windows.Forms.CheckBox();
this.comboBox_Type = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button_ID_Get = new System.Windows.Forms.Button();
this.button_ID_Put = new System.Windows.Forms.Button();
this.button_Tag_Get = new System.Windows.Forms.Button();
this.button_Tag_Put = new System.Windows.Forms.Button();
this.button_Help = new System.Windows.Forms.Button();
this.button_Attribute = new System.Windows.Forms.Button();
this.button_Name = new System.Windows.Forms.Button();
this.textBox_ID_Get = new System.Windows.Forms.TextBox();
this.textBox_ID_Put = new System.Windows.Forms.TextBox();
this.textBox_Tag_Get = new System.Windows.Forms.TextBox();
this.textBox_Tag_Put = new System.Windows.Forms.TextBox();
this.textBox_Help = new System.Windows.Forms.TextBox();
this.textBox_Attribute = new System.Windows.Forms.TextBox();
this.textBox_Name = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.button_ID_Get);
this.groupBox1.Controls.Add(this.button_ID_Put);
this.groupBox1.Controls.Add(this.button_Tag_Get);
this.groupBox1.Controls.Add(this.button_Tag_Put);
this.groupBox1.Controls.Add(this.button_Help);
this.groupBox1.Controls.Add(this.button_Attribute);
this.groupBox1.Controls.Add(this.button_Name);
this.groupBox1.Controls.Add(this.textBox_ID_Get);
this.groupBox1.Controls.Add(this.textBox_ID_Put);
this.groupBox1.Controls.Add(this.textBox_Tag_Get);
this.groupBox1.Controls.Add(this.textBox_Tag_Put);
this.groupBox1.Controls.Add(this.textBox_Help);
this.groupBox1.Controls.Add(this.textBox_Attribute);
this.groupBox1.Controls.Add(this.textBox_Name);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(7, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(766, 376);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "CaoExtension";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button_Variables_Clear);
this.groupBox3.Controls.Add(this.groupBox4);
this.groupBox3.Controls.Add(this.groupBox5);
this.groupBox3.Location = new System.Drawing.Point(409, 18);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(351, 352);
this.groupBox3.TabIndex = 67;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Variable";
//
// button_Variables_Clear
//
this.button_Variables_Clear.Location = new System.Drawing.Point(234, 296);
this.button_Variables_Clear.Name = "button_Variables_Clear";
this.button_Variables_Clear.Size = new System.Drawing.Size(100, 23);
this.button_Variables_Clear.TabIndex = 56;
this.button_Variables_Clear.Text = "Variables.Clear";
this.button_Variables_Clear.UseVisualStyleBackColor = true;
this.button_Variables_Clear.Click += new System.EventHandler(this.button_Variables_Clear_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.listBox_VariableNames);
this.groupBox4.Controls.Add(this.textBox_VariableNamesOption);
this.groupBox4.Controls.Add(this.button_VariableNames);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Location = new System.Drawing.Point(6, 18);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(339, 183);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "VariableNames";
//
// listBox_VariableNames
//
this.listBox_VariableNames.FormattingEnabled = true;
this.listBox_VariableNames.ItemHeight = 12;
this.listBox_VariableNames.Location = new System.Drawing.Point(62, 49);
this.listBox_VariableNames.Name = "listBox_VariableNames";
this.listBox_VariableNames.Size = new System.Drawing.Size(185, 124);
this.listBox_VariableNames.TabIndex = 58;
this.listBox_VariableNames.SelectedIndexChanged += new System.EventHandler(this.listBox_VariableNames_SelectedIndexChanged);
//
// textBox_VariableNamesOption
//
this.textBox_VariableNamesOption.Location = new System.Drawing.Point(60, 19);
this.textBox_VariableNamesOption.Name = "textBox_VariableNamesOption";
this.textBox_VariableNamesOption.Size = new System.Drawing.Size(187, 19);
this.textBox_VariableNamesOption.TabIndex = 57;
//
// button_VariableNames
//
this.button_VariableNames.Location = new System.Drawing.Point(253, 18);
this.button_VariableNames.Name = "button_VariableNames";
this.button_VariableNames.Size = new System.Drawing.Size(75, 23);
this.button_VariableNames.TabIndex = 56;
this.button_VariableNames.Text = "Get";
this.button_VariableNames.UseVisualStyleBackColor = true;
this.button_VariableNames.Click += new System.EventHandler(this.button_VariableNames_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(16, 49);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(40, 12);
this.label11.TabIndex = 2;
this.label11.Text = "Names";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(16, 20);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(38, 12);
this.label10.TabIndex = 1;
this.label10.Text = "Option";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.button_AddVariable);
this.groupBox5.Controls.Add(this.textBox_AddVariableOption);
this.groupBox5.Controls.Add(this.label13);
this.groupBox5.Controls.Add(this.textBox_AddVariableName);
this.groupBox5.Controls.Add(this.label12);
this.groupBox5.Location = new System.Drawing.Point(6, 207);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(339, 83);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "AddVariable";
//
// button_AddVariable
//
this.button_AddVariable.Location = new System.Drawing.Point(251, 51);
this.button_AddVariable.Name = "button_AddVariable";
this.button_AddVariable.Size = new System.Drawing.Size(75, 23);
this.button_AddVariable.TabIndex = 59;
this.button_AddVariable.Text = "Add";
this.button_AddVariable.UseVisualStyleBackColor = true;
this.button_AddVariable.Click += new System.EventHandler(this.button_AddVariable_Click);
//
// textBox_AddVariableOption
//
this.textBox_AddVariableOption.Location = new System.Drawing.Point(60, 52);
this.textBox_AddVariableOption.Name = "textBox_AddVariableOption";
this.textBox_AddVariableOption.Size = new System.Drawing.Size(185, 19);
this.textBox_AddVariableOption.TabIndex = 58;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(12, 56);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(38, 12);
this.label13.TabIndex = 37;
this.label13.Text = "Option";
//
// textBox_AddVariableName
//
this.textBox_AddVariableName.Location = new System.Drawing.Point(60, 24);
this.textBox_AddVariableName.Name = "textBox_AddVariableName";
this.textBox_AddVariableName.Size = new System.Drawing.Size(185, 19);
this.textBox_AddVariableName.TabIndex = 36;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(16, 27);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(34, 12);
this.label12.TabIndex = 35;
this.label12.Text = "Name";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.combo_Command);
this.groupBox2.Controls.Add(this.button_Execute);
this.groupBox2.Controls.Add(this.textBox_Result);
this.groupBox2.Controls.Add(this.textBox_Parameter);
this.groupBox2.Controls.Add(this.checkBox_Array);
this.groupBox2.Controls.Add(this.comboBox_Type);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(11, 225);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(391, 145);
this.groupBox2.TabIndex = 66;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Execute";
//
// combo_Command
//
this.combo_Command.FormattingEnabled = true;
this.combo_Command.Location = new System.Drawing.Point(78, 23);
this.combo_Command.Name = "combo_Command";
this.combo_Command.Size = new System.Drawing.Size(303, 20);
this.combo_Command.TabIndex = 56;
this.combo_Command.UseWaitCursor = true;
//
// button_Execute
//
this.button_Execute.Location = new System.Drawing.Point(306, 82);
this.button_Execute.Name = "button_Execute";
this.button_Execute.Size = new System.Drawing.Size(75, 23);
this.button_Execute.TabIndex = 55;
this.button_Execute.Text = "Execute";
this.button_Execute.UseVisualStyleBackColor = true;
this.button_Execute.Click += new System.EventHandler(this.button_Execute_Click);
//
// textBox_Result
//
this.textBox_Result.Location = new System.Drawing.Point(78, 116);
this.textBox_Result.MaxLength = 65536000;
this.textBox_Result.Name = "textBox_Result";
this.textBox_Result.ReadOnly = true;
this.textBox_Result.Size = new System.Drawing.Size(303, 19);
this.textBox_Result.TabIndex = 54;
//
// textBox_Parameter
//
this.textBox_Parameter.Location = new System.Drawing.Point(78, 84);
this.textBox_Parameter.MaxLength = 65536000;
this.textBox_Parameter.Name = "textBox_Parameter";
this.textBox_Parameter.Size = new System.Drawing.Size(222, 19);
this.textBox_Parameter.TabIndex = 36;
//
// checkBox_Array
//
this.checkBox_Array.AutoSize = true;
this.checkBox_Array.Location = new System.Drawing.Point(248, 56);
this.checkBox_Array.Name = "checkBox_Array";
this.checkBox_Array.Size = new System.Drawing.Size(52, 16);
this.checkBox_Array.TabIndex = 35;
this.checkBox_Array.Text = "Array";
this.checkBox_Array.UseVisualStyleBackColor = true;
//
// comboBox_Type
//
this.comboBox_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_Type.FormattingEnabled = true;
this.comboBox_Type.Items.AddRange(new object[] {
"VT_BOOL",
"VT_I1",
"VT_I2",
"VT_I4",
"VT_I8",
"VT_UI1",
"VT_UI2",
"VT_UI4",
"VT_UI8",
"VT_R4",
"VT_R8",
"VT_BSTR",
"VT_VARIANT",
"VT_EMPTY"});
this.comboBox_Type.Location = new System.Drawing.Point(78, 52);
this.comboBox_Type.Name = "comboBox_Type";
this.comboBox_Type.Size = new System.Drawing.Size(152, 20);
this.comboBox_Type.TabIndex = 34;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(30, 119);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(38, 12);
this.label7.TabIndex = 3;
this.label7.Text = "Result";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 87);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(57, 12);
this.label6.TabIndex = 2;
this.label6.Text = "Parameter";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(38, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 12);
this.label3.TabIndex = 1;
this.label3.Text = "Type";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 12);
this.label2.TabIndex = 0;
this.label2.Text = "Command";
//
// button_ID_Get
//
this.button_ID_Get.Location = new System.Drawing.Point(317, 196);
this.button_ID_Get.Name = "button_ID_Get";
this.button_ID_Get.Size = new System.Drawing.Size(75, 23);
this.button_ID_Get.TabIndex = 65;
this.button_ID_Get.Text = "Get";
this.button_ID_Get.UseVisualStyleBackColor = true;
this.button_ID_Get.Click += new System.EventHandler(this.button_ID_Get_Click);
//
// button_ID_Put
//
this.button_ID_Put.Location = new System.Drawing.Point(317, 167);
this.button_ID_Put.Name = "button_ID_Put";
this.button_ID_Put.Size = new System.Drawing.Size(75, 23);
this.button_ID_Put.TabIndex = 63;
this.button_ID_Put.Text = "Put";
this.button_ID_Put.UseVisualStyleBackColor = true;
this.button_ID_Put.Click += new System.EventHandler(this.button_ID_Put_Click);
//
// button_Tag_Get
//
this.button_Tag_Get.Location = new System.Drawing.Point(317, 138);
this.button_Tag_Get.Name = "button_Tag_Get";
this.button_Tag_Get.Size = new System.Drawing.Size(75, 23);
this.button_Tag_Get.TabIndex = 62;
this.button_Tag_Get.Text = "Get";
this.button_Tag_Get.UseVisualStyleBackColor = true;
this.button_Tag_Get.Click += new System.EventHandler(this.button_Tag_Get_Click);
//
// button_Tag_Put
//
this.button_Tag_Put.Location = new System.Drawing.Point(317, 109);
this.button_Tag_Put.Name = "button_Tag_Put";
this.button_Tag_Put.Size = new System.Drawing.Size(75, 23);
this.button_Tag_Put.TabIndex = 61;
this.button_Tag_Put.Text = "Put";
this.button_Tag_Put.UseVisualStyleBackColor = true;
this.button_Tag_Put.Click += new System.EventHandler(this.button_Tag_Put_Click);
//
// button_Help
//
this.button_Help.Location = new System.Drawing.Point(317, 80);
this.button_Help.Name = "button_Help";
this.button_Help.Size = new System.Drawing.Size(75, 23);
this.button_Help.TabIndex = 57;
this.button_Help.Text = "Get";
this.button_Help.UseVisualStyleBackColor = true;
this.button_Help.Click += new System.EventHandler(this.button_Help_Click);
//
// button_Attribute
//
this.button_Attribute.Location = new System.Drawing.Point(317, 51);
this.button_Attribute.Name = "button_Attribute";
this.button_Attribute.Size = new System.Drawing.Size(75, 23);
this.button_Attribute.TabIndex = 56;
this.button_Attribute.Text = "Get";
this.button_Attribute.UseVisualStyleBackColor = true;
this.button_Attribute.Click += new System.EventHandler(this.button_Attribute_Click);
//
// button_Name
//
this.button_Name.Location = new System.Drawing.Point(317, 23);
this.button_Name.Name = "button_Name";
this.button_Name.Size = new System.Drawing.Size(75, 23);
this.button_Name.TabIndex = 54;
this.button_Name.Text = "Get";
this.button_Name.UseVisualStyleBackColor = true;
this.button_Name.Click += new System.EventHandler(this.button_Name_Click);
//
// textBox_ID_Get
//
this.textBox_ID_Get.Location = new System.Drawing.Point(89, 198);
this.textBox_ID_Get.Name = "textBox_ID_Get";
this.textBox_ID_Get.ReadOnly = true;
this.textBox_ID_Get.Size = new System.Drawing.Size(222, 19);
this.textBox_ID_Get.TabIndex = 53;
//
// textBox_ID_Put
//
this.textBox_ID_Put.Location = new System.Drawing.Point(89, 169);
this.textBox_ID_Put.Name = "textBox_ID_Put";
this.textBox_ID_Put.Size = new System.Drawing.Size(222, 19);
this.textBox_ID_Put.TabIndex = 52;
//
// textBox_Tag_Get
//
this.textBox_Tag_Get.Location = new System.Drawing.Point(89, 140);
this.textBox_Tag_Get.Name = "textBox_Tag_Get";
this.textBox_Tag_Get.ReadOnly = true;
this.textBox_Tag_Get.Size = new System.Drawing.Size(222, 19);
this.textBox_Tag_Get.TabIndex = 51;
//
// textBox_Tag_Put
//
this.textBox_Tag_Put.Location = new System.Drawing.Point(89, 111);
this.textBox_Tag_Put.Name = "textBox_Tag_Put";
this.textBox_Tag_Put.Size = new System.Drawing.Size(222, 19);
this.textBox_Tag_Put.TabIndex = 50;
//
// textBox_Help
//
this.textBox_Help.Location = new System.Drawing.Point(89, 82);
this.textBox_Help.Name = "textBox_Help";
this.textBox_Help.ReadOnly = true;
this.textBox_Help.Size = new System.Drawing.Size(222, 19);
this.textBox_Help.TabIndex = 47;
//
// textBox_Attribute
//
this.textBox_Attribute.Location = new System.Drawing.Point(89, 53);
this.textBox_Attribute.Name = "textBox_Attribute";
this.textBox_Attribute.ReadOnly = true;
this.textBox_Attribute.Size = new System.Drawing.Size(222, 19);
this.textBox_Attribute.TabIndex = 46;
//
// textBox_Name
//
this.textBox_Name.Location = new System.Drawing.Point(89, 24);
this.textBox_Name.Name = "textBox_Name";
this.textBox_Name.ReadOnly = true;
this.textBox_Name.Size = new System.Drawing.Size(222, 19);
this.textBox_Name.TabIndex = 43;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(63, 172);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(16, 12);
this.label9.TabIndex = 42;
this.label9.Text = "ID";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(55, 114);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(24, 12);
this.label8.TabIndex = 41;
this.label8.Text = "Tag";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(51, 85);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(28, 12);
this.label5.TabIndex = 38;
this.label5.Text = "Help";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(50, 12);
this.label4.TabIndex = 37;
this.label4.Text = "Attribute";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(45, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 12);
this.label1.TabIndex = 34;
this.label1.Text = "Name";
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(779, 385);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form4";
this.Text = "Extension - ";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form4_FormClosed);
this.Load += new System.EventHandler(this.Form4_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button_ID_Get;
private System.Windows.Forms.Button button_ID_Put;
private System.Windows.Forms.Button button_Tag_Get;
private System.Windows.Forms.Button button_Tag_Put;
private System.Windows.Forms.Button button_Help;
private System.Windows.Forms.Button button_Attribute;
private System.Windows.Forms.Button button_Name;
private System.Windows.Forms.TextBox textBox_ID_Get;
private System.Windows.Forms.TextBox textBox_ID_Put;
private System.Windows.Forms.TextBox textBox_Tag_Get;
private System.Windows.Forms.TextBox textBox_Tag_Put;
private System.Windows.Forms.TextBox textBox_Help;
private System.Windows.Forms.TextBox textBox_Attribute;
private System.Windows.Forms.TextBox textBox_Name;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox checkBox_Array;
private System.Windows.Forms.ComboBox comboBox_Type;
private System.Windows.Forms.TextBox textBox_Parameter;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button_Variables_Clear;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ListBox listBox_VariableNames;
private System.Windows.Forms.TextBox textBox_VariableNamesOption;
private System.Windows.Forms.Button button_VariableNames;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button button_AddVariable;
private System.Windows.Forms.TextBox textBox_AddVariableOption;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox textBox_AddVariableName;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button button_Execute;
private System.Windows.Forms.TextBox textBox_Result;
private System.Windows.Forms.ComboBox combo_Command;
}
}