namespace FL_netCaoTester
{
partial class Form3
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.textBox_Name = new System.Windows.Forms.TextBox();
this.textBox_Value_Put = new System.Windows.Forms.TextBox();
this.textBox_Value_Get = new System.Windows.Forms.TextBox();
this.textBox_Attribute = new System.Windows.Forms.TextBox();
this.textBox_Help = new System.Windows.Forms.TextBox();
this.textBox_DateTime = new System.Windows.Forms.TextBox();
this.textBoxMicroSec = new System.Windows.Forms.TextBox();
this.textBox_Tag_Put = new System.Windows.Forms.TextBox();
this.textBox_Tag_Get = new System.Windows.Forms.TextBox();
this.textBox_ID_Put = new System.Windows.Forms.TextBox();
this.textBox_ID_Get = new System.Windows.Forms.TextBox();
this.button_Name = new System.Windows.Forms.Button();
this.button_Value_Get = new System.Windows.Forms.Button();
this.button_Attribute = new System.Windows.Forms.Button();
this.button_Help = new System.Windows.Forms.Button();
this.button_DateTime = new System.Windows.Forms.Button();
this.button_Value_Put = new System.Windows.Forms.Button();
this.button_MicroSec = new System.Windows.Forms.Button();
this.button_Tag_Put = new System.Windows.Forms.Button();
this.button_Tag_Get = new System.Windows.Forms.Button();
this.button_ID_Put = new System.Windows.Forms.Button();
this.comboBox_Type = new System.Windows.Forms.ComboBox();
this.button_ID_Get = new System.Windows.Forms.Button();
this.checkBox_Array = new System.Windows.Forms.CheckBox();
this.label10 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(42, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Name";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(46, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Type";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 75);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 2;
this.label3.Text = "Value.Put";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(26, 284);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(50, 12);
this.label4.TabIndex = 3;
this.label4.Text = "Attribute";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(48, 313);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(28, 12);
this.label5.TabIndex = 4;
this.label5.Text = "Help";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(22, 342);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(54, 12);
this.label6.TabIndex = 5;
this.label6.Text = "DateTime";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 371);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(70, 12);
this.label7.TabIndex = 6;
this.label7.Text = "MicroSecond";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(52, 400);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(24, 12);
this.label8.TabIndex = 7;
this.label8.Text = "Tag";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(60, 458);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(16, 12);
this.label9.TabIndex = 8;
this.label9.Text = "ID";
//
// textBox_Name
//
this.textBox_Name.Location = new System.Drawing.Point(86, 13);
this.textBox_Name.Name = "textBox_Name";
this.textBox_Name.ReadOnly = true;
this.textBox_Name.Size = new System.Drawing.Size(831, 19);
this.textBox_Name.TabIndex = 9;
//
// textBox_Value_Put
//
this.textBox_Value_Put.Location = new System.Drawing.Point(83, 72);
this.textBox_Value_Put.MaxLength = 6553600;
this.textBox_Value_Put.Multiline = true;
this.textBox_Value_Put.Name = "textBox_Value_Put";
this.textBox_Value_Put.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_Value_Put.Size = new System.Drawing.Size(834, 91);
this.textBox_Value_Put.TabIndex = 10;
//
// textBox_Value_Get
//
this.textBox_Value_Get.Location = new System.Drawing.Point(83, 177);
this.textBox_Value_Get.MaxLength = 6553600;
this.textBox_Value_Get.Multiline = true;
this.textBox_Value_Get.Name = "textBox_Value_Get";
this.textBox_Value_Get.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_Value_Get.Size = new System.Drawing.Size(834, 90);
this.textBox_Value_Get.TabIndex = 11;
//
// textBox_Attribute
//
this.textBox_Attribute.Location = new System.Drawing.Point(82, 281);
this.textBox_Attribute.Name = "textBox_Attribute";
this.textBox_Attribute.ReadOnly = true;
this.textBox_Attribute.Size = new System.Drawing.Size(835, 19);
this.textBox_Attribute.TabIndex = 12;
//
// textBox_Help
//
this.textBox_Help.Location = new System.Drawing.Point(82, 310);
this.textBox_Help.Name = "textBox_Help";
this.textBox_Help.ReadOnly = true;
this.textBox_Help.Size = new System.Drawing.Size(835, 19);
this.textBox_Help.TabIndex = 13;
//
// textBox_DateTime
//
this.textBox_DateTime.Location = new System.Drawing.Point(82, 339);
this.textBox_DateTime.Name = "textBox_DateTime";
this.textBox_DateTime.ReadOnly = true;
this.textBox_DateTime.Size = new System.Drawing.Size(835, 19);
this.textBox_DateTime.TabIndex = 14;
//
// textBoxMicroSec
//
this.textBoxMicroSec.Location = new System.Drawing.Point(82, 368);
this.textBoxMicroSec.Name = "textBoxMicroSec";
this.textBoxMicroSec.ReadOnly = true;
this.textBoxMicroSec.Size = new System.Drawing.Size(835, 19);
this.textBoxMicroSec.TabIndex = 15;
//
// textBox_Tag_Put
//
this.textBox_Tag_Put.Location = new System.Drawing.Point(82, 397);
this.textBox_Tag_Put.Name = "textBox_Tag_Put";
this.textBox_Tag_Put.Size = new System.Drawing.Size(835, 19);
this.textBox_Tag_Put.TabIndex = 16;
//
// textBox_Tag_Get
//
this.textBox_Tag_Get.Location = new System.Drawing.Point(82, 426);
this.textBox_Tag_Get.Name = "textBox_Tag_Get";
this.textBox_Tag_Get.ReadOnly = true;
this.textBox_Tag_Get.Size = new System.Drawing.Size(835, 19);
this.textBox_Tag_Get.TabIndex = 17;
//
// textBox_ID_Put
//
this.textBox_ID_Put.Location = new System.Drawing.Point(82, 455);
this.textBox_ID_Put.Name = "textBox_ID_Put";
this.textBox_ID_Put.Size = new System.Drawing.Size(835, 19);
this.textBox_ID_Put.TabIndex = 18;
//
// textBox_ID_Get
//
this.textBox_ID_Get.Location = new System.Drawing.Point(82, 484);
this.textBox_ID_Get.Name = "textBox_ID_Get";
this.textBox_ID_Get.ReadOnly = true;
this.textBox_ID_Get.Size = new System.Drawing.Size(835, 19);
this.textBox_ID_Get.TabIndex = 19;
//
// button_Name
//
this.button_Name.Location = new System.Drawing.Point(931, 16);
this.button_Name.Name = "button_Name";
this.button_Name.Size = new System.Drawing.Size(75, 23);
this.button_Name.TabIndex = 20;
this.button_Name.Text = "Get";
this.button_Name.UseVisualStyleBackColor = true;
this.button_Name.Click += new System.EventHandler(this.button_Name_Click);
//
// button_Value_Get
//
this.button_Value_Get.Location = new System.Drawing.Point(931, 181);
this.button_Value_Get.Name = "button_Value_Get";
this.button_Value_Get.Size = new System.Drawing.Size(75, 23);
this.button_Value_Get.TabIndex = 21;
this.button_Value_Get.Text = "Get";
this.button_Value_Get.UseVisualStyleBackColor = true;
this.button_Value_Get.Click += new System.EventHandler(this.button_Value_Get_Click);
//
// button_Attribute
//
this.button_Attribute.Location = new System.Drawing.Point(931, 283);
this.button_Attribute.Name = "button_Attribute";
this.button_Attribute.Size = new System.Drawing.Size(75, 23);
this.button_Attribute.TabIndex = 22;
this.button_Attribute.Text = "Get";
this.button_Attribute.UseVisualStyleBackColor = true;
this.button_Attribute.Click += new System.EventHandler(this.button_Attribute_Click);
//
// button_Help
//
this.button_Help.Location = new System.Drawing.Point(931, 312);
this.button_Help.Name = "button_Help";
this.button_Help.Size = new System.Drawing.Size(75, 23);
this.button_Help.TabIndex = 23;
this.button_Help.Text = "Get";
this.button_Help.UseVisualStyleBackColor = true;
this.button_Help.Click += new System.EventHandler(this.button_Help_Click);
//
// button_DateTime
//
this.button_DateTime.Location = new System.Drawing.Point(931, 341);
this.button_DateTime.Name = "button_DateTime";
this.button_DateTime.Size = new System.Drawing.Size(75, 23);
this.button_DateTime.TabIndex = 24;
this.button_DateTime.Text = "Get";
this.button_DateTime.UseVisualStyleBackColor = true;
this.button_DateTime.Click += new System.EventHandler(this.button_DateTime_Click);
//
// button_Value_Put
//
this.button_Value_Put.Location = new System.Drawing.Point(931, 74);
this.button_Value_Put.Name = "button_Value_Put";
this.button_Value_Put.Size = new System.Drawing.Size(75, 23);
this.button_Value_Put.TabIndex = 25;
this.button_Value_Put.Text = "Put";
this.button_Value_Put.UseVisualStyleBackColor = true;
this.button_Value_Put.Click += new System.EventHandler(this.buttonValue_Put_Click);
//
// button_MicroSec
//
this.button_MicroSec.Location = new System.Drawing.Point(931, 370);
this.button_MicroSec.Name = "button_MicroSec";
this.button_MicroSec.Size = new System.Drawing.Size(75, 23);
this.button_MicroSec.TabIndex = 26;
this.button_MicroSec.Text = "Get";
this.button_MicroSec.UseVisualStyleBackColor = true;
this.button_MicroSec.Click += new System.EventHandler(this.button_MicroSec_Click);
//
// button_Tag_Put
//
this.button_Tag_Put.Location = new System.Drawing.Point(931, 399);
this.button_Tag_Put.Name = "button_Tag_Put";
this.button_Tag_Put.Size = new System.Drawing.Size(75, 23);
this.button_Tag_Put.TabIndex = 27;
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_Tag_Get
//
this.button_Tag_Get.Location = new System.Drawing.Point(931, 428);
this.button_Tag_Get.Name = "button_Tag_Get";
this.button_Tag_Get.Size = new System.Drawing.Size(75, 23);
this.button_Tag_Get.TabIndex = 28;
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_ID_Put
//
this.button_ID_Put.Location = new System.Drawing.Point(931, 457);
this.button_ID_Put.Name = "button_ID_Put";
this.button_ID_Put.Size = new System.Drawing.Size(75, 23);
this.button_ID_Put.TabIndex = 29;
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);
//
// 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(82, 43);
this.comboBox_Type.Name = "comboBox_Type";
this.comboBox_Type.Size = new System.Drawing.Size(156, 20);
this.comboBox_Type.TabIndex = 30;
//
// button_ID_Get
//
this.button_ID_Get.Location = new System.Drawing.Point(931, 486);
this.button_ID_Get.Name = "button_ID_Get";
this.button_ID_Get.Size = new System.Drawing.Size(75, 23);
this.button_ID_Get.TabIndex = 31;
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);
//
// checkBox_Array
//
this.checkBox_Array.AutoSize = true;
this.checkBox_Array.Location = new System.Drawing.Point(256, 45);
this.checkBox_Array.Name = "checkBox_Array";
this.checkBox_Array.Size = new System.Drawing.Size(52, 16);
this.checkBox_Array.TabIndex = 33;
this.checkBox_Array.Text = "Array";
this.checkBox_Array.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(26, 177);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(54, 12);
this.label10.TabIndex = 2;
this.label10.Text = "Value.Get";
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1018, 512);
this.Controls.Add(this.checkBox_Array);
this.Controls.Add(this.button_ID_Get);
this.Controls.Add(this.comboBox_Type);
this.Controls.Add(this.button_ID_Put);
this.Controls.Add(this.button_Tag_Get);
this.Controls.Add(this.button_Tag_Put);
this.Controls.Add(this.button_MicroSec);
this.Controls.Add(this.button_Value_Put);
this.Controls.Add(this.button_DateTime);
this.Controls.Add(this.button_Help);
this.Controls.Add(this.button_Attribute);
this.Controls.Add(this.button_Value_Get);
this.Controls.Add(this.button_Name);
this.Controls.Add(this.textBox_ID_Get);
this.Controls.Add(this.textBox_ID_Put);
this.Controls.Add(this.textBox_Tag_Get);
this.Controls.Add(this.textBox_Tag_Put);
this.Controls.Add(this.textBoxMicroSec);
this.Controls.Add(this.textBox_DateTime);
this.Controls.Add(this.textBox_Help);
this.Controls.Add(this.textBox_Attribute);
this.Controls.Add(this.textBox_Value_Get);
this.Controls.Add(this.textBox_Value_Put);
this.Controls.Add(this.textBox_Name);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label10);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form3";
this.Text = "Variable - ";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form3_FormClosed);
this.Load += new System.EventHandler(this.Form3_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox_Name;
private System.Windows.Forms.TextBox textBox_Value_Put;
private System.Windows.Forms.TextBox textBox_Value_Get;
private System.Windows.Forms.TextBox textBox_Attribute;
private System.Windows.Forms.TextBox textBox_Help;
private System.Windows.Forms.TextBox textBox_DateTime;
private System.Windows.Forms.TextBox textBoxMicroSec;
private System.Windows.Forms.TextBox textBox_Tag_Put;
private System.Windows.Forms.TextBox textBox_Tag_Get;
private System.Windows.Forms.TextBox textBox_ID_Put;
private System.Windows.Forms.TextBox textBox_ID_Get;
private System.Windows.Forms.Button button_Name;
private System.Windows.Forms.Button button_Value_Get;
private System.Windows.Forms.Button button_Attribute;
private System.Windows.Forms.Button button_Help;
private System.Windows.Forms.Button button_DateTime;
private System.Windows.Forms.Button button_Value_Put;
private System.Windows.Forms.Button button_MicroSec;
private System.Windows.Forms.Button button_Tag_Put;
private System.Windows.Forms.Button button_Tag_Get;
private System.Windows.Forms.Button button_ID_Put;
private System.Windows.Forms.ComboBox comboBox_Type;
private System.Windows.Forms.Button button_ID_Get;
private System.Windows.Forms.CheckBox checkBox_Array;
private System.Windows.Forms.Label label10;
}
}