namespace FL_netCaoTester
{
partial class Form2
{
///
/// 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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage_Variable = new System.Windows.Forms.TabPage();
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBox_AddVariableOption = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.button_VariableClear = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.button_VariableAdd = new System.Windows.Forms.Button();
this.textBox_AddVarialeName = new System.Windows.Forms.TextBox();
this.tabPageExecute = new System.Windows.Forms.TabPage();
this.groupBox3 = 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.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tabPage_Extension = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.button_ExtensionClear = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.button_ExtensionAdd = new System.Windows.Forms.Button();
this.textBox_ExtensionName = new System.Windows.Forms.TextBox();
this.textBox_ExtensionOption = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.tabPage_Variable.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPageExecute.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tabPage_Extension.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage_Variable);
this.tabControl1.Controls.Add(this.tabPageExecute);
this.tabControl1.Controls.Add(this.tabPage_Extension);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1017, 341);
this.tabControl1.TabIndex = 0;
//
// tabPage_Variable
//
this.tabPage_Variable.Controls.Add(this.button_Variables_Clear);
this.tabPage_Variable.Controls.Add(this.groupBox4);
this.tabPage_Variable.Controls.Add(this.groupBox1);
this.tabPage_Variable.Location = new System.Drawing.Point(4, 22);
this.tabPage_Variable.Name = "tabPage_Variable";
this.tabPage_Variable.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_Variable.Size = new System.Drawing.Size(1009, 315);
this.tabPage_Variable.TabIndex = 0;
this.tabPage_Variable.Text = "Variable";
this.tabPage_Variable.UseVisualStyleBackColor = true;
//
// button_Variables_Clear
//
this.button_Variables_Clear.Location = new System.Drawing.Point(234, 284);
this.button_Variables_Clear.Name = "button_Variables_Clear";
this.button_Variables_Clear.Size = new System.Drawing.Size(100, 23);
this.button_Variables_Clear.TabIndex = 57;
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, 15);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(996, 131);
this.groupBox4.TabIndex = 7;
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(60, 49);
this.listBox_VariableNames.Name = "listBox_VariableNames";
this.listBox_VariableNames.Size = new System.Drawing.Size(924, 76);
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, 17);
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";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.comboBox_AddVariableOption);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.button_VariableClear);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.button_VariableAdd);
this.groupBox1.Controls.Add(this.textBox_AddVarialeName);
this.groupBox1.Location = new System.Drawing.Point(6, 164);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(996, 112);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "AddVariable";
//
// comboBox_AddVariableOption
//
this.comboBox_AddVariableOption.FormattingEnabled = true;
this.comboBox_AddVariableOption.Location = new System.Drawing.Point(60, 56);
this.comboBox_AddVariableOption.Name = "comboBox_AddVariableOption";
this.comboBox_AddVariableOption.Size = new System.Drawing.Size(268, 20);
this.comboBox_AddVariableOption.TabIndex = 6;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Name";
//
// button_VariableClear
//
this.button_VariableClear.Location = new System.Drawing.Point(159, 83);
this.button_VariableClear.Name = "button_VariableClear";
this.button_VariableClear.Size = new System.Drawing.Size(75, 23);
this.button_VariableClear.TabIndex = 5;
this.button_VariableClear.Text = "Clear";
this.button_VariableClear.UseVisualStyleBackColor = true;
this.button_VariableClear.Click += new System.EventHandler(this.button_VariableClear_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Option";
//
// button_VariableAdd
//
this.button_VariableAdd.Location = new System.Drawing.Point(253, 83);
this.button_VariableAdd.Name = "button_VariableAdd";
this.button_VariableAdd.Size = new System.Drawing.Size(75, 23);
this.button_VariableAdd.TabIndex = 4;
this.button_VariableAdd.Text = "Add";
this.button_VariableAdd.UseVisualStyleBackColor = true;
this.button_VariableAdd.Click += new System.EventHandler(this.button_VariableAdd_Click);
//
// textBox_AddVarialeName
//
this.textBox_AddVarialeName.Location = new System.Drawing.Point(60, 21);
this.textBox_AddVarialeName.Name = "textBox_AddVarialeName";
this.textBox_AddVarialeName.Size = new System.Drawing.Size(924, 19);
this.textBox_AddVarialeName.TabIndex = 2;
//
// tabPageExecute
//
this.tabPageExecute.Controls.Add(this.groupBox3);
this.tabPageExecute.Location = new System.Drawing.Point(4, 22);
this.tabPageExecute.Name = "tabPageExecute";
this.tabPageExecute.Padding = new System.Windows.Forms.Padding(3);
this.tabPageExecute.Size = new System.Drawing.Size(1024, 315);
this.tabPageExecute.TabIndex = 2;
this.tabPageExecute.Text = "Execute";
this.tabPageExecute.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.combo_Command);
this.groupBox3.Controls.Add(this.button_Execute);
this.groupBox3.Controls.Add(this.textBox_Result);
this.groupBox3.Controls.Add(this.textBox_Parameter);
this.groupBox3.Controls.Add(this.checkBox_Array);
this.groupBox3.Controls.Add(this.comboBox_Type);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Location = new System.Drawing.Point(5, 17);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(342, 149);
this.groupBox3.TabIndex = 67;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Execute";
//
// combo_Command
//
this.combo_Command.FormattingEnabled = true;
this.combo_Command.Location = new System.Drawing.Point(66, 23);
this.combo_Command.Name = "combo_Command";
this.combo_Command.Size = new System.Drawing.Size(269, 20);
this.combo_Command.TabIndex = 56;
this.combo_Command.UseWaitCursor = true;
this.combo_Command.SelectedIndexChanged += new System.EventHandler(this.combo_Command_SelectedIndexChanged);
//
// button_Execute
//
this.button_Execute.Location = new System.Drawing.Point(263, 82);
this.button_Execute.Name = "button_Execute";
this.button_Execute.Size = new System.Drawing.Size(72, 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(66, 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(269, 19);
this.textBox_Result.TabIndex = 54;
//
// textBox_Parameter
//
this.textBox_Parameter.Location = new System.Drawing.Point(66, 84);
this.textBox_Parameter.MaxLength = 65536000;
this.textBox_Parameter.Name = "textBox_Parameter";
this.textBox_Parameter.Size = new System.Drawing.Size(191, 19);
this.textBox_Parameter.TabIndex = 36;
//
// checkBox_Array
//
this.checkBox_Array.AutoSize = true;
this.checkBox_Array.Location = new System.Drawing.Point(205, 54);
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(66, 52);
this.comboBox_Type.Name = "comboBox_Type";
this.comboBox_Type.Size = new System.Drawing.Size(133, 20);
this.comboBox_Type.TabIndex = 34;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(23, 118);
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(4, 86);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(57, 12);
this.label6.TabIndex = 2;
this.label6.Text = "Parameter";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(31, 54);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(30, 12);
this.label5.TabIndex = 1;
this.label5.Text = "Type";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 26);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(55, 12);
this.label8.TabIndex = 0;
this.label8.Text = "Command";
//
// tabPage_Extension
//
this.tabPage_Extension.Controls.Add(this.groupBox2);
this.tabPage_Extension.Location = new System.Drawing.Point(4, 22);
this.tabPage_Extension.Name = "tabPage_Extension";
this.tabPage_Extension.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_Extension.Size = new System.Drawing.Size(1024, 315);
this.tabPage_Extension.TabIndex = 1;
this.tabPage_Extension.Text = "Extension";
this.tabPage_Extension.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.button_ExtensionClear);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.button_ExtensionAdd);
this.groupBox2.Controls.Add(this.textBox_ExtensionName);
this.groupBox2.Controls.Add(this.textBox_ExtensionOption);
this.groupBox2.Location = new System.Drawing.Point(8, 15);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(339, 117);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "AddExtension";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 27);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(34, 12);
this.label4.TabIndex = 6;
this.label4.Text = "Name";
//
// button_ExtensionClear
//
this.button_ExtensionClear.Location = new System.Drawing.Point(155, 84);
this.button_ExtensionClear.Name = "button_ExtensionClear";
this.button_ExtensionClear.Size = new System.Drawing.Size(75, 23);
this.button_ExtensionClear.TabIndex = 11;
this.button_ExtensionClear.Text = "Clear";
this.button_ExtensionClear.UseVisualStyleBackColor = true;
this.button_ExtensionClear.Click += new System.EventHandler(this.button_ExtensionClear_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 62);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 12);
this.label3.TabIndex = 7;
this.label3.Text = "Option";
//
// button_ExtensionAdd
//
this.button_ExtensionAdd.Location = new System.Drawing.Point(249, 84);
this.button_ExtensionAdd.Name = "button_ExtensionAdd";
this.button_ExtensionAdd.Size = new System.Drawing.Size(75, 23);
this.button_ExtensionAdd.TabIndex = 10;
this.button_ExtensionAdd.Text = "Add";
this.button_ExtensionAdd.UseVisualStyleBackColor = true;
this.button_ExtensionAdd.Click += new System.EventHandler(this.button_ExtensionAdd_Click);
//
// textBox_ExtensionName
//
this.textBox_ExtensionName.Location = new System.Drawing.Point(65, 24);
this.textBox_ExtensionName.Name = "textBox_ExtensionName";
this.textBox_ExtensionName.Size = new System.Drawing.Size(259, 19);
this.textBox_ExtensionName.TabIndex = 8;
//
// textBox_ExtensionOption
//
this.textBox_ExtensionOption.Location = new System.Drawing.Point(65, 59);
this.textBox_ExtensionOption.Name = "textBox_ExtensionOption";
this.textBox_ExtensionOption.Size = new System.Drawing.Size(259, 19);
this.textBox_ExtensionOption.TabIndex = 9;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1018, 338);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form2";
this.Text = "Controller";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed);
this.Load += new System.EventHandler(this.Form2_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage_Variable.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPageExecute.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.tabPage_Extension.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage_Variable;
private System.Windows.Forms.TabPage tabPage_Extension;
private System.Windows.Forms.Button button_VariableAdd;
private System.Windows.Forms.TextBox textBox_AddVarialeName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button_VariableClear;
private System.Windows.Forms.Button button_ExtensionClear;
private System.Windows.Forms.Button button_ExtensionAdd;
private System.Windows.Forms.TextBox textBox_ExtensionOption;
private System.Windows.Forms.TextBox textBox_ExtensionName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox1;
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 groupBox2;
private System.Windows.Forms.ComboBox comboBox_AddVariableOption;
private System.Windows.Forms.Button button_Variables_Clear;
private System.Windows.Forms.TabPage tabPageExecute;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ComboBox combo_Command;
private System.Windows.Forms.Button button_Execute;
private System.Windows.Forms.TextBox textBox_Result;
private System.Windows.Forms.TextBox textBox_Parameter;
private System.Windows.Forms.CheckBox checkBox_Array;
private System.Windows.Forms.ComboBox comboBox_Type;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
}
}