749 lines
33 KiB
C#
749 lines
33 KiB
C#
|
|
|||
|
namespace RGD.WCS
|
|||
|
{
|
|||
|
partial class FrmHandPastCommand
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|||
|
this.button4 = new System.Windows.Forms.Button();
|
|||
|
this.label13 = new System.Windows.Forms.Label();
|
|||
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|||
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|||
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|||
|
this.label12 = new System.Windows.Forms.Label();
|
|||
|
this.button3 = new System.Windows.Forms.Button();
|
|||
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|||
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|||
|
this.label10 = new System.Windows.Forms.Label();
|
|||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
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.dataSet1 = new System.Data.DataSet();
|
|||
|
this.dataTable1 = new System.Data.DataTable();
|
|||
|
this.dataColumn1 = new System.Data.DataColumn();
|
|||
|
this.dataColumn2 = new System.Data.DataColumn();
|
|||
|
this.dataColumn3 = new System.Data.DataColumn();
|
|||
|
this.dataColumn4 = new System.Data.DataColumn();
|
|||
|
this.dataColumn5 = new System.Data.DataColumn();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|||
|
this.tabControl1.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.tabPage2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textBox7
|
|||
|
//
|
|||
|
this.textBox7.Location = new System.Drawing.Point(1177, 25);
|
|||
|
this.textBox7.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox7.Multiline = true;
|
|||
|
this.textBox7.Name = "textBox7";
|
|||
|
this.textBox7.Size = new System.Drawing.Size(336, 599);
|
|||
|
this.textBox7.TabIndex = 95;
|
|||
|
//
|
|||
|
// button4
|
|||
|
//
|
|||
|
this.button4.Location = new System.Drawing.Point(711, 302);
|
|||
|
this.button4.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button4.Name = "button4";
|
|||
|
this.button4.Size = new System.Drawing.Size(51, 29);
|
|||
|
this.button4.TabIndex = 94;
|
|||
|
this.button4.Text = "预览";
|
|||
|
this.button4.UseVisualStyleBackColor = true;
|
|||
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|||
|
//
|
|||
|
// label13
|
|||
|
//
|
|||
|
this.label13.AutoSize = true;
|
|||
|
this.label13.Location = new System.Drawing.Point(280, 249);
|
|||
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label13.Name = "label13";
|
|||
|
this.label13.Size = new System.Drawing.Size(95, 15);
|
|||
|
this.label13.TabIndex = 92;
|
|||
|
this.label13.Text = "BOX_BARCODE";
|
|||
|
//
|
|||
|
// textBox6
|
|||
|
//
|
|||
|
this.textBox6.Location = new System.Drawing.Point(383, 245);
|
|||
|
this.textBox6.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox6.Name = "textBox6";
|
|||
|
this.textBox6.Size = new System.Drawing.Size(132, 25);
|
|||
|
this.textBox6.TabIndex = 91;
|
|||
|
//
|
|||
|
// dataGridView2
|
|||
|
//
|
|||
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataGridView2.DataMember = "DETAIL";
|
|||
|
this.dataGridView2.Location = new System.Drawing.Point(17, 400);
|
|||
|
this.dataGridView2.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.dataGridView2.Name = "dataGridView2";
|
|||
|
this.dataGridView2.RowHeadersWidth = 62;
|
|||
|
this.dataGridView2.RowTemplate.Height = 23;
|
|||
|
this.dataGridView2.Size = new System.Drawing.Size(769, 264);
|
|||
|
this.dataGridView2.TabIndex = 90;
|
|||
|
//
|
|||
|
// textBox5
|
|||
|
//
|
|||
|
this.textBox5.Enabled = false;
|
|||
|
this.textBox5.Location = new System.Drawing.Point(628, 52);
|
|||
|
this.textBox5.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox5.Name = "textBox5";
|
|||
|
this.textBox5.Size = new System.Drawing.Size(132, 25);
|
|||
|
this.textBox5.TabIndex = 89;
|
|||
|
//
|
|||
|
// label12
|
|||
|
//
|
|||
|
this.label12.AutoSize = true;
|
|||
|
this.label12.Location = new System.Drawing.Point(509, 59);
|
|||
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label12.Name = "label12";
|
|||
|
this.label12.Size = new System.Drawing.Size(71, 15);
|
|||
|
this.label12.TabIndex = 88;
|
|||
|
this.label12.Text = "LOCATION";
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
this.button3.Location = new System.Drawing.Point(711, 222);
|
|||
|
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button3.Name = "button3";
|
|||
|
this.button3.Size = new System.Drawing.Size(51, 29);
|
|||
|
this.button3.TabIndex = 87;
|
|||
|
this.button3.Text = "确定";
|
|||
|
this.button3.UseVisualStyleBackColor = true;
|
|||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|||
|
//
|
|||
|
// textBox4
|
|||
|
//
|
|||
|
this.textBox4.Location = new System.Drawing.Point(628, 188);
|
|||
|
this.textBox4.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox4.Name = "textBox4";
|
|||
|
this.textBox4.Size = new System.Drawing.Size(132, 25);
|
|||
|
this.textBox4.TabIndex = 86;
|
|||
|
//
|
|||
|
// label11
|
|||
|
//
|
|||
|
this.label11.AutoSize = true;
|
|||
|
this.label11.Location = new System.Drawing.Point(509, 194);
|
|||
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label11.Name = "label11";
|
|||
|
this.label11.Size = new System.Drawing.Size(79, 15);
|
|||
|
this.label11.TabIndex = 85;
|
|||
|
this.label11.Text = "USER_NAME";
|
|||
|
//
|
|||
|
// textBox3
|
|||
|
//
|
|||
|
this.textBox3.Location = new System.Drawing.Point(628, 154);
|
|||
|
this.textBox3.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox3.Name = "textBox3";
|
|||
|
this.textBox3.Size = new System.Drawing.Size(132, 25);
|
|||
|
this.textBox3.TabIndex = 84;
|
|||
|
//
|
|||
|
// label10
|
|||
|
//
|
|||
|
this.label10.AutoSize = true;
|
|||
|
this.label10.Location = new System.Drawing.Point(509, 160);
|
|||
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label10.Name = "label10";
|
|||
|
this.label10.Size = new System.Drawing.Size(71, 15);
|
|||
|
this.label10.TabIndex = 83;
|
|||
|
this.label10.Text = "USER_ADD";
|
|||
|
//
|
|||
|
// textBox2
|
|||
|
//
|
|||
|
this.textBox2.Location = new System.Drawing.Point(628, 120);
|
|||
|
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox2.Name = "textBox2";
|
|||
|
this.textBox2.Size = new System.Drawing.Size(132, 25);
|
|||
|
this.textBox2.TabIndex = 82;
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Location = new System.Drawing.Point(509, 126);
|
|||
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(63, 15);
|
|||
|
this.label9.TabIndex = 81;
|
|||
|
this.label9.Text = "USER_NO";
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Location = new System.Drawing.Point(628, 86);
|
|||
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(132, 25);
|
|||
|
this.textBox1.TabIndex = 80;
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.Location = new System.Drawing.Point(509, 92);
|
|||
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(111, 15);
|
|||
|
this.label8.TabIndex = 79;
|
|||
|
this.label8.Text = "GOODS_BARCODE";
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(15, 381);
|
|||
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(67, 15);
|
|||
|
this.label7.TabIndex = 78;
|
|||
|
this.label7.Text = "标签列表";
|
|||
|
//
|
|||
|
// tbNUM
|
|||
|
//
|
|||
|
this.tbNUM.Location = new System.Drawing.Point(341, 86);
|
|||
|
this.tbNUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.tbNUM.Name = "tbNUM";
|
|||
|
this.tbNUM.ReadOnly = true;
|
|||
|
this.tbNUM.Size = new System.Drawing.Size(71, 25);
|
|||
|
this.tbNUM.TabIndex = 77;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(267, 58);
|
|||
|
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 = 76;
|
|||
|
this.label2.Text = "十进制:";
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(11, 254);
|
|||
|
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 = 75;
|
|||
|
this.button2.Text = "清除";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// tbBIN
|
|||
|
//
|
|||
|
this.tbBIN.Location = new System.Drawing.Point(96, 55);
|
|||
|
this.tbBIN.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.tbBIN.Name = "tbBIN";
|
|||
|
this.tbBIN.ReadOnly = true;
|
|||
|
this.tbBIN.Size = new System.Drawing.Size(164, 25);
|
|||
|
this.tbBIN.TabIndex = 74;
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|||
|
this.label6.Location = new System.Drawing.Point(44, 94);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(11, 270);
|
|||
|
this.label6.TabIndex = 73;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|||
|
this.label5.Location = new System.Drawing.Point(235, 94);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(11, 270);
|
|||
|
this.label5.TabIndex = 72;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.Location = new System.Drawing.Point(9, 136);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(28, 98);
|
|||
|
this.label3.TabIndex = 71;
|
|||
|
this.label3.Text = "↓输送线方向";
|
|||
|
//
|
|||
|
// tbDEC
|
|||
|
//
|
|||
|
this.tbDEC.Location = new System.Drawing.Point(341, 55);
|
|||
|
this.tbDEC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.tbDEC.Name = "tbDEC";
|
|||
|
this.tbDEC.ReadOnly = true;
|
|||
|
this.tbDEC.Size = new System.Drawing.Size(71, 25);
|
|||
|
this.tbDEC.TabIndex = 70;
|
|||
|
//
|
|||
|
// tabControl1
|
|||
|
//
|
|||
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|||
|
this.tabControl1.Location = new System.Drawing.Point(57, 111);
|
|||
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.tabControl1.Name = "tabControl1";
|
|||
|
this.tabControl1.SelectedIndex = 0;
|
|||
|
this.tabControl1.Size = new System.Drawing.Size(176, 238);
|
|||
|
this.tabControl1.TabIndex = 69;
|
|||
|
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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.tabPage1.Name = "tabPage1";
|
|||
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D11
|
|||
|
//
|
|||
|
this.D11.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D11.Location = new System.Drawing.Point(59, 156);
|
|||
|
this.D11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D10
|
|||
|
//
|
|||
|
this.D10.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D10.Location = new System.Drawing.Point(5, 156);
|
|||
|
this.D10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D9
|
|||
|
//
|
|||
|
this.D9.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D9.Location = new System.Drawing.Point(112, 106);
|
|||
|
this.D9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D8
|
|||
|
//
|
|||
|
this.D8.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D8.Location = new System.Drawing.Point(59, 106);
|
|||
|
this.D8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D7
|
|||
|
//
|
|||
|
this.D7.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D7.Location = new System.Drawing.Point(5, 106);
|
|||
|
this.D7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D6
|
|||
|
//
|
|||
|
this.D6.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D6.Location = new System.Drawing.Point(112, 56);
|
|||
|
this.D6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D5
|
|||
|
//
|
|||
|
this.D5.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D5.Location = new System.Drawing.Point(59, 56);
|
|||
|
this.D5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D4
|
|||
|
//
|
|||
|
this.D4.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D4.Location = new System.Drawing.Point(5, 56);
|
|||
|
this.D4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D3
|
|||
|
//
|
|||
|
this.D3.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D3.Location = new System.Drawing.Point(112, 6);
|
|||
|
this.D3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D2
|
|||
|
//
|
|||
|
this.D2.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D2.Location = new System.Drawing.Point(59, 6);
|
|||
|
this.D2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// D1
|
|||
|
//
|
|||
|
this.D1.BackColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.D1.Location = new System.Drawing.Point(5, 6);
|
|||
|
this.D1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.tabPage2.Name = "tabPage2";
|
|||
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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(5, 98);
|
|||
|
this.S3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// S4
|
|||
|
//
|
|||
|
this.S4.Location = new System.Drawing.Point(83, 98);
|
|||
|
this.S4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// S2
|
|||
|
//
|
|||
|
this.S2.Location = new System.Drawing.Point(83, 6);
|
|||
|
this.S2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// S1
|
|||
|
//
|
|||
|
this.S1.Location = new System.Drawing.Point(5, 6);
|
|||
|
this.S1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
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;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(15, 58);
|
|||
|
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 = 68;
|
|||
|
this.label4.Text = "二进制:";
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(271, 94);
|
|||
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(51, 50);
|
|||
|
this.button1.TabIndex = 67;
|
|||
|
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(96, 25);
|
|||
|
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 = 66;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(15, 29);
|
|||
|
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 = 65;
|
|||
|
this.label1.Text = "设备名称:";
|
|||
|
//
|
|||
|
// dataSet1
|
|||
|
//
|
|||
|
this.dataSet1.DataSetName = "NewDataSet";
|
|||
|
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
|
|||
|
this.dataTable1});
|
|||
|
//
|
|||
|
// dataTable1
|
|||
|
//
|
|||
|
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
|
|||
|
this.dataColumn1,
|
|||
|
this.dataColumn2,
|
|||
|
this.dataColumn3,
|
|||
|
this.dataColumn4,
|
|||
|
this.dataColumn5});
|
|||
|
this.dataTable1.TableName = "DETAIL";
|
|||
|
//
|
|||
|
// dataColumn1
|
|||
|
//
|
|||
|
this.dataColumn1.ColumnName = "LOCATION";
|
|||
|
//
|
|||
|
// dataColumn2
|
|||
|
//
|
|||
|
this.dataColumn2.ColumnName = "BARCODE";
|
|||
|
//
|
|||
|
// dataColumn3
|
|||
|
//
|
|||
|
this.dataColumn3.ColumnName = "USER_NO";
|
|||
|
//
|
|||
|
// dataColumn4
|
|||
|
//
|
|||
|
this.dataColumn4.ColumnName = "USER_ADD";
|
|||
|
//
|
|||
|
// dataColumn5
|
|||
|
//
|
|||
|
this.dataColumn5.ColumnName = "USER_NAME";
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(795, 25);
|
|||
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(375, 600);
|
|||
|
this.pictureBox1.TabIndex = 93;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
//
|
|||
|
// FrmHandPastCommand
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1523, 688);
|
|||
|
this.Controls.Add(this.textBox7);
|
|||
|
this.Controls.Add(this.button4);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.Controls.Add(this.label13);
|
|||
|
this.Controls.Add(this.textBox6);
|
|||
|
this.Controls.Add(this.dataGridView2);
|
|||
|
this.Controls.Add(this.textBox5);
|
|||
|
this.Controls.Add(this.label12);
|
|||
|
this.Controls.Add(this.button3);
|
|||
|
this.Controls.Add(this.textBox4);
|
|||
|
this.Controls.Add(this.label11);
|
|||
|
this.Controls.Add(this.textBox3);
|
|||
|
this.Controls.Add(this.label10);
|
|||
|
this.Controls.Add(this.textBox2);
|
|||
|
this.Controls.Add(this.label9);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.label8);
|
|||
|
this.Controls.Add(this.label7);
|
|||
|
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.Name = "FrmHandPastCommand";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "贴标模组";
|
|||
|
this.Load += new System.EventHandler(this.FrmHandPastCommand_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|||
|
this.tabControl1.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.tabPage2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox textBox7;
|
|||
|
private System.Windows.Forms.Button button4;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.Label label13;
|
|||
|
private System.Windows.Forms.TextBox textBox6;
|
|||
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|||
|
private System.Windows.Forms.TextBox textBox5;
|
|||
|
private System.Windows.Forms.Label label12;
|
|||
|
private System.Windows.Forms.Button button3;
|
|||
|
private System.Windows.Forms.TextBox textBox4;
|
|||
|
private System.Windows.Forms.Label label11;
|
|||
|
private System.Windows.Forms.TextBox textBox3;
|
|||
|
private System.Windows.Forms.Label label10;
|
|||
|
private System.Windows.Forms.TextBox textBox2;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
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;
|
|||
|
private System.Data.DataSet dataSet1;
|
|||
|
private System.Data.DataTable dataTable1;
|
|||
|
private System.Data.DataColumn dataColumn1;
|
|||
|
private System.Data.DataColumn dataColumn2;
|
|||
|
private System.Data.DataColumn dataColumn3;
|
|||
|
private System.Data.DataColumn dataColumn4;
|
|||
|
private System.Data.DataColumn dataColumn5;
|
|||
|
}
|
|||
|
}
|