|
|
@ -52,6 +52,7 @@ |
|
|
|
this.btnOnLine = new System.Windows.Forms.Button(); |
|
|
|
this.btnSort = new System.Windows.Forms.Button(); |
|
|
|
this.tabPage4 = new System.Windows.Forms.TabPage(); |
|
|
|
this.button2 = new System.Windows.Forms.Button(); |
|
|
|
this.btnNBCCH = new System.Windows.Forms.Button(); |
|
|
|
this.btnVDA = new System.Windows.Forms.Button(); |
|
|
|
this.btnShipBill = new System.Windows.Forms.Button(); |
|
|
@ -62,7 +63,6 @@ |
|
|
|
this.btnQuality = new System.Windows.Forms.Button(); |
|
|
|
this.btnBarCodeCheck = new System.Windows.Forms.Button(); |
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage(); |
|
|
|
this.button2 = new System.Windows.Forms.Button(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
this.tabControl1.SuspendLayout(); |
|
|
|
this.tabPage1.SuspendLayout(); |
|
|
@ -313,6 +313,17 @@ |
|
|
|
this.tabPage4.Size = new System.Drawing.Size(230, 187); |
|
|
|
this.tabPage4.Text = "功能三"; |
|
|
|
//
|
|
|
|
// button2
|
|
|
|
//
|
|
|
|
this.button2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); |
|
|
|
this.button2.Location = new System.Drawing.Point(128, 104); |
|
|
|
this.button2.Name = "button2"; |
|
|
|
this.button2.Size = new System.Drawing.Size(100, 50); |
|
|
|
this.button2.TabIndex = 43; |
|
|
|
this.button2.Text = "VDA标签照核"; |
|
|
|
this.button2.Visible = false; |
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click); |
|
|
|
//
|
|
|
|
// btnNBCCH
|
|
|
|
//
|
|
|
|
this.btnNBCCH.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); |
|
|
@ -321,20 +332,22 @@ |
|
|
|
this.btnNBCCH.Size = new System.Drawing.Size(100, 50); |
|
|
|
this.btnNBCCH.TabIndex = 43; |
|
|
|
this.btnNBCCH.Text = "内部参考号查询"; |
|
|
|
this.btnNBCCH.Visible = false; |
|
|
|
this.btnNBCCH.Click += new System.EventHandler(this.btnNBCCH_Click); |
|
|
|
//
|
|
|
|
// btnVDA
|
|
|
|
//
|
|
|
|
this.btnVDA.Location = new System.Drawing.Point(16, 24); |
|
|
|
this.btnVDA.Location = new System.Drawing.Point(127, 25); |
|
|
|
this.btnVDA.Name = "btnVDA"; |
|
|
|
this.btnVDA.Size = new System.Drawing.Size(100, 50); |
|
|
|
this.btnVDA.TabIndex = 43; |
|
|
|
this.btnVDA.Text = "装箱校验"; |
|
|
|
this.btnVDA.Visible = false; |
|
|
|
this.btnVDA.Click += new System.EventHandler(this.btnVDA_Click); |
|
|
|
//
|
|
|
|
// btnShipBill
|
|
|
|
//
|
|
|
|
this.btnShipBill.Location = new System.Drawing.Point(127, 24); |
|
|
|
this.btnShipBill.Location = new System.Drawing.Point(16, 25); |
|
|
|
this.btnShipBill.Name = "btnShipBill"; |
|
|
|
this.btnShipBill.Size = new System.Drawing.Size(100, 50); |
|
|
|
this.btnShipBill.TabIndex = 42; |
|
|
@ -411,16 +424,6 @@ |
|
|
|
this.tabPage2.Size = new System.Drawing.Size(230, 187); |
|
|
|
this.tabPage2.Text = "设置"; |
|
|
|
//
|
|
|
|
// button2
|
|
|
|
//
|
|
|
|
this.button2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); |
|
|
|
this.button2.Location = new System.Drawing.Point(128, 104); |
|
|
|
this.button2.Name = "button2"; |
|
|
|
this.button2.Size = new System.Drawing.Size(100, 50); |
|
|
|
this.button2.TabIndex = 43; |
|
|
|
this.button2.Text = "VDA标签照核"; |
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click); |
|
|
|
//
|
|
|
|
// frmMain
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|
|
|