|
@@ -246,6 +246,7 @@
|
|
|
this.mcd_remainqty_label.Size = new System.Drawing.Size(146, 41);
|
|
this.mcd_remainqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.mcd_remainqty_label.TabIndex = 196;
|
|
this.mcd_remainqty_label.TabIndex = 196;
|
|
|
this.mcd_remainqty_label.Text = "待采集数";
|
|
this.mcd_remainqty_label.Text = "待采集数";
|
|
|
|
|
+ this.mcd_remainqty_label.Visible = false;
|
|
|
//
|
|
//
|
|
|
// mcd_remainqty
|
|
// mcd_remainqty
|
|
|
//
|
|
//
|
|
@@ -256,6 +257,7 @@
|
|
|
this.mcd_remainqty.Name = "mcd_remainqty";
|
|
this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
|
|
this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.mcd_remainqty.TabIndex = 197;
|
|
this.mcd_remainqty.TabIndex = 197;
|
|
|
|
|
+ this.mcd_remainqty.Visible = false;
|
|
|
//
|
|
//
|
|
|
// mcd_inqty_label
|
|
// mcd_inqty_label
|
|
|
//
|
|
//
|
|
@@ -267,6 +269,7 @@
|
|
|
this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
|
|
this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.mcd_inqty_label.TabIndex = 194;
|
|
this.mcd_inqty_label.TabIndex = 194;
|
|
|
this.mcd_inqty_label.Text = "已采集数";
|
|
this.mcd_inqty_label.Text = "已采集数";
|
|
|
|
|
+ this.mcd_inqty_label.Visible = false;
|
|
|
//
|
|
//
|
|
|
// mcd_inqty
|
|
// mcd_inqty
|
|
|
//
|
|
//
|
|
@@ -277,6 +280,7 @@
|
|
|
this.mcd_inqty.Name = "mcd_inqty";
|
|
this.mcd_inqty.Name = "mcd_inqty";
|
|
|
this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
|
|
this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.mcd_inqty.TabIndex = 195;
|
|
this.mcd_inqty.TabIndex = 195;
|
|
|
|
|
+ this.mcd_inqty.Visible = false;
|
|
|
//
|
|
//
|
|
|
// pa_remark_label
|
|
// pa_remark_label
|
|
|
//
|
|
//
|
|
@@ -310,6 +314,7 @@
|
|
|
this.Port_label.Size = new System.Drawing.Size(82, 41);
|
|
this.Port_label.Size = new System.Drawing.Size(82, 41);
|
|
|
this.Port_label.TabIndex = 204;
|
|
this.Port_label.TabIndex = 204;
|
|
|
this.Port_label.Text = "端口";
|
|
this.Port_label.Text = "端口";
|
|
|
|
|
+ this.Port_label.Visible = false;
|
|
|
//
|
|
//
|
|
|
// IP_label
|
|
// IP_label
|
|
|
//
|
|
//
|
|
@@ -321,6 +326,7 @@
|
|
|
this.IP_label.Size = new System.Drawing.Size(47, 41);
|
|
this.IP_label.Size = new System.Drawing.Size(47, 41);
|
|
|
this.IP_label.TabIndex = 202;
|
|
this.IP_label.TabIndex = 202;
|
|
|
this.IP_label.Text = "IP";
|
|
this.IP_label.Text = "IP";
|
|
|
|
|
+ this.IP_label.Visible = false;
|
|
|
//
|
|
//
|
|
|
// AllowRepeat
|
|
// AllowRepeat
|
|
|
//
|
|
//
|
|
@@ -378,6 +384,7 @@
|
|
|
this.CloseServer.TabIndex = 207;
|
|
this.CloseServer.TabIndex = 207;
|
|
|
this.CloseServer.Text = "关闭服务";
|
|
this.CloseServer.Text = "关闭服务";
|
|
|
this.CloseServer.UseVisualStyleBackColor = true;
|
|
this.CloseServer.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.CloseServer.Visible = false;
|
|
|
this.CloseServer.Click += new System.EventHandler(this.CloseServer_Click);
|
|
this.CloseServer.Click += new System.EventHandler(this.CloseServer_Click);
|
|
|
//
|
|
//
|
|
|
// BuildServer
|
|
// BuildServer
|
|
@@ -397,6 +404,7 @@
|
|
|
this.BuildServer.TabIndex = 206;
|
|
this.BuildServer.TabIndex = 206;
|
|
|
this.BuildServer.Text = "开启服务";
|
|
this.BuildServer.Text = "开启服务";
|
|
|
this.BuildServer.UseVisualStyleBackColor = true;
|
|
this.BuildServer.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.BuildServer.Visible = false;
|
|
|
this.BuildServer.Click += new System.EventHandler(this.BuildServer_Click);
|
|
this.BuildServer.Click += new System.EventHandler(this.BuildServer_Click);
|
|
|
//
|
|
//
|
|
|
// Port
|
|
// Port
|
|
@@ -414,6 +422,7 @@
|
|
|
this.Port.Str1 = null;
|
|
this.Port.Str1 = null;
|
|
|
this.Port.Str2 = null;
|
|
this.Port.Str2 = null;
|
|
|
this.Port.TabIndex = 205;
|
|
this.Port.TabIndex = 205;
|
|
|
|
|
+ this.Port.Visible = false;
|
|
|
//
|
|
//
|
|
|
// IP
|
|
// IP
|
|
|
//
|
|
//
|
|
@@ -430,6 +439,7 @@
|
|
|
this.IP.Str1 = null;
|
|
this.IP.Str1 = null;
|
|
|
this.IP.Str2 = null;
|
|
this.IP.Str2 = null;
|
|
|
this.IP.TabIndex = 203;
|
|
this.IP.TabIndex = 203;
|
|
|
|
|
+ this.IP.Visible = false;
|
|
|
//
|
|
//
|
|
|
// pa_remark
|
|
// pa_remark
|
|
|
//
|
|
//
|
|
@@ -501,7 +511,7 @@
|
|
|
//
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(527, 29);
|
|
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(530, 32);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label1.Name = "label1";
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
@@ -524,7 +534,7 @@
|
|
|
this.checkweightlabel.AutoSize = true;
|
|
this.checkweightlabel.AutoSize = true;
|
|
|
this.checkweightlabel.CutLength = null;
|
|
this.checkweightlabel.CutLength = null;
|
|
|
this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
|
|
this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.checkweightlabel.Location = new System.Drawing.Point(53, 45);
|
|
|
|
|
|
|
+ this.checkweightlabel.Location = new System.Drawing.Point(56, 48);
|
|
|
this.checkweightlabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.checkweightlabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.checkweightlabel.MaximumSize = new System.Drawing.Size(400, 0);
|
|
this.checkweightlabel.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
this.checkweightlabel.Name = "checkweightlabel";
|
|
this.checkweightlabel.Name = "checkweightlabel";
|
|
@@ -535,7 +545,7 @@
|
|
|
//
|
|
//
|
|
|
this.ob_nowcheckqty.AutoSize = true;
|
|
this.ob_nowcheckqty.AutoSize = true;
|
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(689, 173);
|
|
|
|
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(692, 176);
|
|
|
this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
|
|
this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
|
|
@@ -545,7 +555,7 @@
|
|
|
//
|
|
//
|
|
|
this.ob_batchqty.AutoSize = true;
|
|
this.ob_batchqty.AutoSize = true;
|
|
|
this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_batchqty.Location = new System.Drawing.Point(689, 97);
|
|
|
|
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(692, 100);
|
|
|
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
|
this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
|
|
this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
|
|
@@ -555,7 +565,7 @@
|
|
|
//
|
|
//
|
|
|
this.ob_nowcheckqty_label.AutoSize = true;
|
|
this.ob_nowcheckqty_label.AutoSize = true;
|
|
|
this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_nowcheckqty_label.Location = new System.Drawing.Point(527, 173);
|
|
|
|
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(530, 176);
|
|
|
this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
|
this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
|
|
this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -566,7 +576,7 @@
|
|
|
//
|
|
//
|
|
|
this.ob_batchqty_label.AutoSize = true;
|
|
this.ob_batchqty_label.AutoSize = true;
|
|
|
this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_batchqty_label.Location = new System.Drawing.Point(527, 101);
|
|
|
|
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(530, 104);
|
|
|
this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
|
this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
|
|
this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -577,7 +587,7 @@
|
|
|
//
|
|
//
|
|
|
this.ob_checkno.AutoSize = true;
|
|
this.ob_checkno.AutoSize = true;
|
|
|
this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_checkno.Location = new System.Drawing.Point(689, 29);
|
|
|
|
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(692, 32);
|
|
|
this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
|
this.ob_checkno.Size = new System.Drawing.Size(0, 41);
|
|
this.ob_checkno.Size = new System.Drawing.Size(0, 41);
|
|
@@ -642,7 +652,7 @@
|
|
|
//
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(13, 175);
|
|
|
|
|
|
|
+ this.label3.Location = new System.Drawing.Point(16, 178);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label3.Name = "label3";
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(146, 41);
|
|
this.label3.Size = new System.Drawing.Size(146, 41);
|
|
@@ -692,7 +702,7 @@
|
|
|
//
|
|
//
|
|
|
this.PrintList_label.AutoSize = true;
|
|
this.PrintList_label.AutoSize = true;
|
|
|
this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintList_label.Location = new System.Drawing.Point(13, 95);
|
|
|
|
|
|
|
+ this.PrintList_label.Location = new System.Drawing.Point(16, 98);
|
|
|
this.PrintList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.PrintList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.PrintList_label.Name = "PrintList_label";
|
|
this.PrintList_label.Name = "PrintList_label";
|
|
|
this.PrintList_label.Size = new System.Drawing.Size(178, 41);
|
|
this.PrintList_label.Size = new System.Drawing.Size(178, 41);
|
|
@@ -703,7 +713,7 @@
|
|
|
//
|
|
//
|
|
|
this.PrintNum_label.AutoSize = true;
|
|
this.PrintNum_label.AutoSize = true;
|
|
|
this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintNum_label.Location = new System.Drawing.Point(413, 257);
|
|
|
|
|
|
|
+ this.PrintNum_label.Location = new System.Drawing.Point(416, 260);
|
|
|
this.PrintNum_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.PrintNum_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.PrintNum_label.Name = "PrintNum_label";
|
|
this.PrintNum_label.Name = "PrintNum_label";
|
|
|
this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
|
|
this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
|
|
@@ -750,7 +760,7 @@
|
|
|
this.locksalecode.AutoSize = true;
|
|
this.locksalecode.AutoSize = true;
|
|
|
this.locksalecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.locksalecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.locksalecode.ForeColor = System.Drawing.Color.Red;
|
|
this.locksalecode.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.locksalecode.Location = new System.Drawing.Point(581, 31);
|
|
|
|
|
|
|
+ this.locksalecode.Location = new System.Drawing.Point(584, 34);
|
|
|
this.locksalecode.Margin = new System.Windows.Forms.Padding(6);
|
|
this.locksalecode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.locksalecode.Name = "locksalecode";
|
|
this.locksalecode.Name = "locksalecode";
|
|
|
this.locksalecode.Size = new System.Drawing.Size(186, 28);
|
|
this.locksalecode.Size = new System.Drawing.Size(186, 28);
|
|
@@ -762,7 +772,7 @@
|
|
|
//
|
|
//
|
|
|
this.PreFix_label.AutoSize = true;
|
|
this.PreFix_label.AutoSize = true;
|
|
|
this.PreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.PreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PreFix_label.Location = new System.Drawing.Point(355, 27);
|
|
|
|
|
|
|
+ this.PreFix_label.Location = new System.Drawing.Point(358, 30);
|
|
|
this.PreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.PreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.PreFix_label.Name = "PreFix_label";
|
|
this.PreFix_label.Name = "PreFix_label";
|
|
|
this.PreFix_label.Size = new System.Drawing.Size(71, 36);
|
|
this.PreFix_label.Size = new System.Drawing.Size(71, 36);
|
|
@@ -790,7 +800,7 @@
|
|
|
//
|
|
//
|
|
|
this.pa_salecode_label.AutoSize = true;
|
|
this.pa_salecode_label.AutoSize = true;
|
|
|
this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_salecode_label.Location = new System.Drawing.Point(417, 271);
|
|
|
|
|
|
|
+ this.pa_salecode_label.Location = new System.Drawing.Point(420, 274);
|
|
|
this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_salecode_label.Name = "pa_salecode_label";
|
|
this.pa_salecode_label.Name = "pa_salecode_label";
|
|
|
this.pa_salecode_label.Size = new System.Drawing.Size(146, 41);
|
|
this.pa_salecode_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -801,7 +811,7 @@
|
|
|
//
|
|
//
|
|
|
this.ma_code_label.AutoSize = true;
|
|
this.ma_code_label.AutoSize = true;
|
|
|
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_code_label.Location = new System.Drawing.Point(9, 271);
|
|
|
|
|
|
|
+ this.ma_code_label.Location = new System.Drawing.Point(12, 274);
|
|
|
this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ma_code_label.Name = "ma_code_label";
|
|
this.ma_code_label.Name = "ma_code_label";
|
|
|
this.ma_code_label.Size = new System.Drawing.Size(114, 41);
|
|
this.ma_code_label.Size = new System.Drawing.Size(114, 41);
|
|
@@ -812,7 +822,7 @@
|
|
|
//
|
|
//
|
|
|
this.ms_salecode.AutoSize = true;
|
|
this.ms_salecode.AutoSize = true;
|
|
|
this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_salecode.Location = new System.Drawing.Point(579, 271);
|
|
|
|
|
|
|
+ this.ms_salecode.Location = new System.Drawing.Point(582, 274);
|
|
|
this.ms_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_salecode.Name = "ms_salecode";
|
|
this.ms_salecode.Name = "ms_salecode";
|
|
|
this.ms_salecode.Size = new System.Drawing.Size(0, 41);
|
|
this.ms_salecode.Size = new System.Drawing.Size(0, 41);
|
|
@@ -822,7 +832,7 @@
|
|
|
//
|
|
//
|
|
|
this.ms_makecode.AutoSize = true;
|
|
this.ms_makecode.AutoSize = true;
|
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(181, 271);
|
|
|
|
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(184, 274);
|
|
|
this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
@@ -833,7 +843,7 @@
|
|
|
//
|
|
//
|
|
|
this.OutBoxLength_label.AutoSize = true;
|
|
this.OutBoxLength_label.AutoSize = true;
|
|
|
this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLength_label.Location = new System.Drawing.Point(159, 27);
|
|
|
|
|
|
|
+ this.OutBoxLength_label.Location = new System.Drawing.Point(162, 30);
|
|
|
this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.OutBoxLength_label.Name = "OutBoxLength_label";
|
|
this.OutBoxLength_label.Name = "OutBoxLength_label";
|
|
|
this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
|
|
this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
|
|
@@ -861,7 +871,6 @@
|
|
|
//
|
|
//
|
|
|
this.pr_outboxinnerqty.AllPower = null;
|
|
this.pr_outboxinnerqty.AllPower = null;
|
|
|
this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
|
|
this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
|
|
|
- this.pr_outboxinnerqty.Enabled = false;
|
|
|
|
|
this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.pr_outboxinnerqty.ID = null;
|
|
this.pr_outboxinnerqty.ID = null;
|
|
|
this.pr_outboxinnerqty.Location = new System.Drawing.Point(180, 148);
|
|
this.pr_outboxinnerqty.Location = new System.Drawing.Point(180, 148);
|
|
@@ -899,7 +908,7 @@
|
|
|
this.AutoGenBoxCode.AutoSize = true;
|
|
this.AutoGenBoxCode.AutoSize = true;
|
|
|
this.AutoGenBoxCode.Checked = true;
|
|
this.AutoGenBoxCode.Checked = true;
|
|
|
this.AutoGenBoxCode.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.AutoGenBoxCode.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.AutoGenBoxCode.Location = new System.Drawing.Point(493, 87);
|
|
|
|
|
|
|
+ this.AutoGenBoxCode.Location = new System.Drawing.Point(496, 90);
|
|
|
this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.AutoGenBoxCode.Name = "AutoGenBoxCode";
|
|
this.AutoGenBoxCode.Name = "AutoGenBoxCode";
|
|
|
this.AutoGenBoxCode.Size = new System.Drawing.Size(178, 45);
|
|
this.AutoGenBoxCode.Size = new System.Drawing.Size(178, 45);
|
|
@@ -912,7 +921,7 @@
|
|
|
//
|
|
//
|
|
|
this.pa_currentqty_label.AutoSize = true;
|
|
this.pa_currentqty_label.AutoSize = true;
|
|
|
this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_currentqty_label.Location = new System.Drawing.Point(421, 151);
|
|
|
|
|
|
|
+ this.pa_currentqty_label.Location = new System.Drawing.Point(424, 154);
|
|
|
this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_currentqty_label.Name = "pa_currentqty_label";
|
|
this.pa_currentqty_label.Name = "pa_currentqty_label";
|
|
|
this.pa_currentqty_label.Size = new System.Drawing.Size(146, 41);
|
|
this.pa_currentqty_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -923,7 +932,7 @@
|
|
|
//
|
|
//
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
this.pr_detail_label.AutoSize = true;
|
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail_label.Location = new System.Drawing.Point(417, 207);
|
|
|
|
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(420, 210);
|
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -952,7 +961,7 @@
|
|
|
//
|
|
//
|
|
|
this.pa_currentqty.AutoSize = true;
|
|
this.pa_currentqty.AutoSize = true;
|
|
|
this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_currentqty.Location = new System.Drawing.Point(577, 147);
|
|
|
|
|
|
|
+ this.pa_currentqty.Location = new System.Drawing.Point(580, 150);
|
|
|
this.pa_currentqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pa_currentqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_currentqty.Name = "pa_currentqty";
|
|
this.pa_currentqty.Name = "pa_currentqty";
|
|
|
this.pa_currentqty.Size = new System.Drawing.Size(0, 41);
|
|
this.pa_currentqty.Size = new System.Drawing.Size(0, 41);
|
|
@@ -962,7 +971,7 @@
|
|
|
//
|
|
//
|
|
|
this.pr_code_label.AutoSize = true;
|
|
this.pr_code_label.AutoSize = true;
|
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code_label.Location = new System.Drawing.Point(9, 207);
|
|
|
|
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(12, 210);
|
|
|
this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
this.pr_code_label.Size = new System.Drawing.Size(146, 41);
|
|
this.pr_code_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -973,7 +982,7 @@
|
|
|
//
|
|
//
|
|
|
this.pr_detail.AutoSize = true;
|
|
this.pr_detail.AutoSize = true;
|
|
|
this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(579, 207);
|
|
|
|
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(582, 210);
|
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
@@ -983,7 +992,7 @@
|
|
|
//
|
|
//
|
|
|
this.pr_outboxinnerqty_label.AutoSize = true;
|
|
this.pr_outboxinnerqty_label.AutoSize = true;
|
|
|
this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(9, 145);
|
|
|
|
|
|
|
+ this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(12, 148);
|
|
|
this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
|
|
this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
|
|
|
this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(146, 41);
|
|
this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(146, 41);
|
|
@@ -994,7 +1003,7 @@
|
|
|
//
|
|
//
|
|
|
this.pr_code.AutoSize = true;
|
|
this.pr_code.AutoSize = true;
|
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code.Location = new System.Drawing.Point(181, 207);
|
|
|
|
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(184, 210);
|
|
|
this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
|
|
this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.pr_code.Name = "pr_code";
|
|
this.pr_code.Name = "pr_code";
|
|
@@ -1006,7 +1015,7 @@
|
|
|
//
|
|
//
|
|
|
this.pa_code_label.AutoSize = true;
|
|
this.pa_code_label.AutoSize = true;
|
|
|
this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_code_label.Location = new System.Drawing.Point(9, 85);
|
|
|
|
|
|
|
+ this.pa_code_label.Location = new System.Drawing.Point(12, 88);
|
|
|
this.pa_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.pa_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_code_label.Name = "pa_code_label";
|
|
this.pa_code_label.Name = "pa_code_label";
|
|
|
this.pa_code_label.Size = new System.Drawing.Size(82, 41);
|
|
this.pa_code_label.Size = new System.Drawing.Size(82, 41);
|