namespace RGD.WCS
{
partial class FrmHandRepickCommand
{
///
/// 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.tbNUM = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.tbBIN = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tbDEC = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.D12 = new System.Windows.Forms.Button();
this.D11 = new System.Windows.Forms.Button();
this.D10 = new System.Windows.Forms.Button();
this.D9 = new System.Windows.Forms.Button();
this.D8 = new System.Windows.Forms.Button();
this.D7 = new System.Windows.Forms.Button();
this.D6 = new System.Windows.Forms.Button();
this.D5 = new System.Windows.Forms.Button();
this.D4 = new System.Windows.Forms.Button();
this.D3 = new System.Windows.Forms.Button();
this.D2 = new System.Windows.Forms.Button();
this.D1 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.S3 = new System.Windows.Forms.Button();
this.S4 = new System.Windows.Forms.Button();
this.S2 = new System.Windows.Forms.Button();
this.S1 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.cbDeviceName = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tbNUM
//
this.tbNUM.Location = new System.Drawing.Point(340, 84);
this.tbNUM.Name = "tbNUM";
this.tbNUM.ReadOnly = true;
this.tbNUM.Size = new System.Drawing.Size(70, 25);
this.tbNUM.TabIndex = 58;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(266, 56);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 15);
this.label2.TabIndex = 57;
this.label2.Text = "十进制:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(10, 252);
this.button2.Margin = new System.Windows.Forms.Padding(4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(25, 50);
this.button2.TabIndex = 56;
this.button2.Text = "清除";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// tbBIN
//
this.tbBIN.Location = new System.Drawing.Point(95, 53);
this.tbBIN.Name = "tbBIN";
this.tbBIN.ReadOnly = true;
this.tbBIN.Size = new System.Drawing.Size(164, 25);
this.tbBIN.TabIndex = 55;
//
// label6
//
this.label6.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.label6.Location = new System.Drawing.Point(43, 92);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(10, 270);
this.label6.TabIndex = 54;
//
// label5
//
this.label5.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.label5.Location = new System.Drawing.Point(234, 92);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(10, 270);
this.label5.TabIndex = 53;
//
// label3
//
this.label3.Location = new System.Drawing.Point(9, 134);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(28, 98);
this.label3.TabIndex = 52;
this.label3.Text = "↓输送线方向";
//
// tbDEC
//
this.tbDEC.Location = new System.Drawing.Point(340, 53);
this.tbDEC.Name = "tbDEC";
this.tbDEC.ReadOnly = true;
this.tbDEC.Size = new System.Drawing.Size(70, 25);
this.tbDEC.TabIndex = 51;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(56, 109);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(176, 238);
this.tabControl1.TabIndex = 50;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.D12);
this.tabPage1.Controls.Add(this.D11);
this.tabPage1.Controls.Add(this.D10);
this.tabPage1.Controls.Add(this.D9);
this.tabPage1.Controls.Add(this.D8);
this.tabPage1.Controls.Add(this.D7);
this.tabPage1.Controls.Add(this.D6);
this.tabPage1.Controls.Add(this.D5);
this.tabPage1.Controls.Add(this.D4);
this.tabPage1.Controls.Add(this.D3);
this.tabPage1.Controls.Add(this.D2);
this.tabPage1.Controls.Add(this.D1);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(168, 209);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "单项";
this.tabPage1.UseVisualStyleBackColor = true;
//
// D12
//
this.D12.BackColor = System.Drawing.SystemColors.ControlLight;
this.D12.Location = new System.Drawing.Point(112, 156);
this.D12.Name = "D12";
this.D12.Size = new System.Drawing.Size(47, 44);
this.D12.TabIndex = 47;
this.D12.Text = "12";
this.D12.UseVisualStyleBackColor = false;
this.D12.Click += new System.EventHandler(this.btn_Click);
//
// D11
//
this.D11.BackColor = System.Drawing.SystemColors.ControlLight;
this.D11.Location = new System.Drawing.Point(59, 156);
this.D11.Name = "D11";
this.D11.Size = new System.Drawing.Size(47, 44);
this.D11.TabIndex = 46;
this.D11.Text = "11";
this.D11.UseVisualStyleBackColor = false;
this.D11.Click += new System.EventHandler(this.btn_Click);
//
// D10
//
this.D10.BackColor = System.Drawing.SystemColors.ControlLight;
this.D10.Location = new System.Drawing.Point(6, 156);
this.D10.Name = "D10";
this.D10.Size = new System.Drawing.Size(47, 44);
this.D10.TabIndex = 45;
this.D10.Text = "10";
this.D10.UseVisualStyleBackColor = false;
this.D10.Click += new System.EventHandler(this.btn_Click);
//
// D9
//
this.D9.BackColor = System.Drawing.SystemColors.ControlLight;
this.D9.Location = new System.Drawing.Point(112, 106);
this.D9.Name = "D9";
this.D9.Size = new System.Drawing.Size(47, 44);
this.D9.TabIndex = 44;
this.D9.Text = "9";
this.D9.UseVisualStyleBackColor = false;
this.D9.Click += new System.EventHandler(this.btn_Click);
//
// D8
//
this.D8.BackColor = System.Drawing.SystemColors.ControlLight;
this.D8.Location = new System.Drawing.Point(59, 106);
this.D8.Name = "D8";
this.D8.Size = new System.Drawing.Size(47, 44);
this.D8.TabIndex = 43;
this.D8.Text = "8";
this.D8.UseVisualStyleBackColor = false;
this.D8.Click += new System.EventHandler(this.btn_Click);
//
// D7
//
this.D7.BackColor = System.Drawing.SystemColors.ControlLight;
this.D7.Location = new System.Drawing.Point(6, 106);
this.D7.Name = "D7";
this.D7.Size = new System.Drawing.Size(47, 44);
this.D7.TabIndex = 42;
this.D7.Text = "7";
this.D7.UseVisualStyleBackColor = false;
this.D7.Click += new System.EventHandler(this.btn_Click);
//
// D6
//
this.D6.BackColor = System.Drawing.SystemColors.ControlLight;
this.D6.Location = new System.Drawing.Point(112, 56);
this.D6.Name = "D6";
this.D6.Size = new System.Drawing.Size(47, 44);
this.D6.TabIndex = 41;
this.D6.Text = "6";
this.D6.UseVisualStyleBackColor = false;
this.D6.Click += new System.EventHandler(this.btn_Click);
//
// D5
//
this.D5.BackColor = System.Drawing.SystemColors.ControlLight;
this.D5.Location = new System.Drawing.Point(59, 56);
this.D5.Name = "D5";
this.D5.Size = new System.Drawing.Size(47, 44);
this.D5.TabIndex = 40;
this.D5.Text = "5";
this.D5.UseVisualStyleBackColor = false;
this.D5.Click += new System.EventHandler(this.btn_Click);
//
// D4
//
this.D4.BackColor = System.Drawing.SystemColors.ControlLight;
this.D4.Location = new System.Drawing.Point(6, 56);
this.D4.Name = "D4";
this.D4.Size = new System.Drawing.Size(47, 44);
this.D4.TabIndex = 39;
this.D4.Text = "4";
this.D4.UseVisualStyleBackColor = false;
this.D4.Click += new System.EventHandler(this.btn_Click);
//
// D3
//
this.D3.BackColor = System.Drawing.SystemColors.ControlLight;
this.D3.Location = new System.Drawing.Point(112, 6);
this.D3.Name = "D3";
this.D3.Size = new System.Drawing.Size(47, 44);
this.D3.TabIndex = 38;
this.D3.Text = "3";
this.D3.UseVisualStyleBackColor = false;
this.D3.Click += new System.EventHandler(this.btn_Click);
//
// D2
//
this.D2.BackColor = System.Drawing.SystemColors.ControlLight;
this.D2.Location = new System.Drawing.Point(59, 6);
this.D2.Name = "D2";
this.D2.Size = new System.Drawing.Size(47, 44);
this.D2.TabIndex = 37;
this.D2.Text = "2";
this.D2.UseVisualStyleBackColor = false;
this.D2.Click += new System.EventHandler(this.btn_Click);
//
// D1
//
this.D1.BackColor = System.Drawing.SystemColors.ControlLight;
this.D1.Location = new System.Drawing.Point(6, 6);
this.D1.Name = "D1";
this.D1.Size = new System.Drawing.Size(47, 44);
this.D1.TabIndex = 36;
this.D1.Text = "1";
this.D1.UseVisualStyleBackColor = false;
this.D1.Click += new System.EventHandler(this.btn_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.S3);
this.tabPage2.Controls.Add(this.S4);
this.tabPage2.Controls.Add(this.S2);
this.tabPage2.Controls.Add(this.S1);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(168, 209);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "三项";
this.tabPage2.UseVisualStyleBackColor = true;
//
// S3
//
this.S3.Location = new System.Drawing.Point(6, 98);
this.S3.Name = "S3";
this.S3.Size = new System.Drawing.Size(71, 86);
this.S3.TabIndex = 39;
this.S3.Text = "3";
this.S3.UseVisualStyleBackColor = true;
this.S3.Click += new System.EventHandler(this.btn_Click);
//
// S4
//
this.S4.Location = new System.Drawing.Point(83, 98);
this.S4.Name = "S4";
this.S4.Size = new System.Drawing.Size(71, 86);
this.S4.TabIndex = 39;
this.S4.Text = "4";
this.S4.UseVisualStyleBackColor = true;
this.S4.Click += new System.EventHandler(this.btn_Click);
//
// S2
//
this.S2.Location = new System.Drawing.Point(83, 6);
this.S2.Name = "S2";
this.S2.Size = new System.Drawing.Size(71, 86);
this.S2.TabIndex = 38;
this.S2.Text = "2";
this.S2.UseVisualStyleBackColor = true;
this.S2.Click += new System.EventHandler(this.btn_Click);
//
// S1
//
this.S1.Location = new System.Drawing.Point(6, 6);
this.S1.Name = "S1";
this.S1.Size = new System.Drawing.Size(71, 86);
this.S1.TabIndex = 37;
this.S1.Text = "1";
this.S1.UseVisualStyleBackColor = true;
this.S1.Click += new System.EventHandler(this.btn_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 56);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 49;
this.label4.Text = "二进制:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(269, 92);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 50);
this.button1.TabIndex = 48;
this.button1.Text = "下达任务";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// cbDeviceName
//
this.cbDeviceName.FormattingEnabled = true;
this.cbDeviceName.Location = new System.Drawing.Point(95, 23);
this.cbDeviceName.Margin = new System.Windows.Forms.Padding(4);
this.cbDeviceName.Name = "cbDeviceName";
this.cbDeviceName.Size = new System.Drawing.Size(313, 23);
this.cbDeviceName.TabIndex = 47;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 27);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 46;
this.label1.Text = "设备名称:";
//
// FrmHandRepickCommand
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(419, 384);
this.Controls.Add(this.tbNUM);
this.Controls.Add(this.label2);
this.Controls.Add(this.button2);
this.Controls.Add(this.tbBIN);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label3);
this.Controls.Add(this.tbDEC);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.label4);
this.Controls.Add(this.button1);
this.Controls.Add(this.cbDeviceName);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmHandRepickCommand";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "拣选模组";
this.Load += new System.EventHandler(this.FrmHandRepickCommand_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbNUM;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox tbBIN;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbDEC;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button D12;
private System.Windows.Forms.Button D11;
private System.Windows.Forms.Button D10;
private System.Windows.Forms.Button D9;
private System.Windows.Forms.Button D8;
private System.Windows.Forms.Button D7;
private System.Windows.Forms.Button D6;
private System.Windows.Forms.Button D5;
private System.Windows.Forms.Button D4;
private System.Windows.Forms.Button D3;
private System.Windows.Forms.Button D2;
private System.Windows.Forms.Button D1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button S3;
private System.Windows.Forms.Button S4;
private System.Windows.Forms.Button S2;
private System.Windows.Forms.Button S1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox cbDeviceName;
private System.Windows.Forms.Label label1;
}
}