|
|
@@ -30,13 +30,11 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollectionqrcode));
|
|
|
- this.bc_remark_label = new System.Windows.Forms.Label();
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.GoodProduct = new System.Windows.Forms.RadioButton();
|
|
|
this.Reject = new System.Windows.Forms.RadioButton();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
- this.AutoBadCode = new System.Windows.Forms.CheckBox();
|
|
|
this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
this.ma_prodcode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
@@ -98,33 +96,21 @@
|
|
|
this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.autoprint = new System.Windows.Forms.CheckBox();
|
|
|
+ this.GetWriteInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // bc_remark_label
|
|
|
- //
|
|
|
- this.bc_remark_label.AutoSize = true;
|
|
|
- this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.bc_remark_label.Location = new System.Drawing.Point(1179, 758);
|
|
|
- this.bc_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.bc_remark_label.Name = "bc_remark_label";
|
|
|
- this.bc_remark_label.Size = new System.Drawing.Size(110, 31);
|
|
|
- this.bc_remark_label.TabIndex = 25;
|
|
|
- this.bc_remark_label.Text = "不良备注";
|
|
|
- this.bc_remark_label.Visible = false;
|
|
|
- //
|
|
|
// ms_sncode_label
|
|
|
//
|
|
|
this.ms_sncode_label.AutoSize = true;
|
|
|
this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_sncode_label.Location = new System.Drawing.Point(127, 746);
|
|
|
- this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_sncode_label.Location = new System.Drawing.Point(169, 995);
|
|
|
+ this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ms_sncode_label.Name = "ms_sncode_label";
|
|
|
- this.ms_sncode_label.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
this.ms_sncode_label.TabIndex = 18;
|
|
|
this.ms_sncode_label.Text = "序列号";
|
|
|
//
|
|
|
@@ -133,10 +119,10 @@
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.label2.Location = new System.Drawing.Point(3, 250);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Location = new System.Drawing.Point(4, 333);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label2.Size = new System.Drawing.Size(146, 42);
|
|
|
this.label2.TabIndex = 0;
|
|
|
this.label2.Text = "采集信息";
|
|
|
//
|
|
|
@@ -145,10 +131,10 @@
|
|
|
this.GoodProduct.AutoSize = true;
|
|
|
this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.GoodProduct.Location = new System.Drawing.Point(9, 742);
|
|
|
- this.GoodProduct.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.GoodProduct.Location = new System.Drawing.Point(12, 989);
|
|
|
+ this.GoodProduct.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.GoodProduct.Name = "GoodProduct";
|
|
|
- this.GoodProduct.Size = new System.Drawing.Size(100, 42);
|
|
|
+ this.GoodProduct.Size = new System.Drawing.Size(129, 54);
|
|
|
this.GoodProduct.TabIndex = 35;
|
|
|
this.GoodProduct.TabStop = true;
|
|
|
this.GoodProduct.Text = "良品";
|
|
|
@@ -160,10 +146,10 @@
|
|
|
this.Reject.AutoSize = true;
|
|
|
this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Reject.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.Reject.Location = new System.Drawing.Point(179, 134);
|
|
|
- this.Reject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Reject.Location = new System.Drawing.Point(239, 179);
|
|
|
+ this.Reject.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.Reject.Name = "Reject";
|
|
|
- this.Reject.Size = new System.Drawing.Size(129, 42);
|
|
|
+ this.Reject.Size = new System.Drawing.Size(167, 54);
|
|
|
this.Reject.TabIndex = 36;
|
|
|
this.Reject.TabStop = true;
|
|
|
this.Reject.Text = "不良品";
|
|
|
@@ -174,34 +160,21 @@
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(962, 226);
|
|
|
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label6.Location = new System.Drawing.Point(1283, 301);
|
|
|
+ this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label6.Size = new System.Drawing.Size(146, 42);
|
|
|
this.label6.TabIndex = 46;
|
|
|
this.label6.Text = "操作结果";
|
|
|
//
|
|
|
- // AutoBadCode
|
|
|
- //
|
|
|
- this.AutoBadCode.AutoSize = true;
|
|
|
- this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.AutoBadCode.Location = new System.Drawing.Point(1163, 755);
|
|
|
- this.AutoBadCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.AutoBadCode.Name = "AutoBadCode";
|
|
|
- this.AutoBadCode.Size = new System.Drawing.Size(180, 28);
|
|
|
- this.AutoBadCode.TabIndex = 69;
|
|
|
- this.AutoBadCode.Text = "自动产生不良代码";
|
|
|
- this.AutoBadCode.UseVisualStyleBackColor = true;
|
|
|
- this.AutoBadCode.Visible = false;
|
|
|
- //
|
|
|
// ma_qty_label
|
|
|
//
|
|
|
this.ma_qty_label.AutoSize = true;
|
|
|
this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_qty_label.Location = new System.Drawing.Point(430, 22);
|
|
|
- this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_qty_label.Location = new System.Drawing.Point(573, 29);
|
|
|
+ this.ma_qty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ma_qty_label.Name = "ma_qty_label";
|
|
|
- this.ma_qty_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.ma_qty_label.TabIndex = 11;
|
|
|
this.ma_qty_label.Text = "工单数量";
|
|
|
//
|
|
|
@@ -209,10 +182,10 @@
|
|
|
//
|
|
|
this.ma_prodcode_label.AutoSize = true;
|
|
|
this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_prodcode_label.Location = new System.Drawing.Point(4, 96);
|
|
|
- this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_prodcode_label.Location = new System.Drawing.Point(5, 128);
|
|
|
+ this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ma_prodcode_label.Name = "ma_prodcode_label";
|
|
|
- this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.ma_prodcode_label.TabIndex = 7;
|
|
|
this.ma_prodcode_label.Text = "产品编号";
|
|
|
//
|
|
|
@@ -220,10 +193,10 @@
|
|
|
//
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
|
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode_label.Location = new System.Drawing.Point(4, 20);
|
|
|
- this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(5, 27);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
- this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.ms_makecode_label.TabIndex = 2;
|
|
|
this.ms_makecode_label.Text = "归属工单";
|
|
|
//
|
|
|
@@ -231,10 +204,10 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(430, 96);
|
|
|
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(573, 128);
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
- this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.pr_detail_label.TabIndex = 6;
|
|
|
this.pr_detail_label.Text = "产品规格";
|
|
|
this.pr_detail_label.Visible = false;
|
|
|
@@ -243,10 +216,10 @@
|
|
|
//
|
|
|
this.ma_softversion_label.AutoSize = true;
|
|
|
this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_softversion_label.Location = new System.Drawing.Point(4, 168);
|
|
|
- this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_softversion_label.Location = new System.Drawing.Point(5, 224);
|
|
|
+ this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ma_softversion_label.Name = "ma_softversion_label";
|
|
|
- this.ma_softversion_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.ma_softversion_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.ma_softversion_label.TabIndex = 72;
|
|
|
this.ma_softversion_label.Text = "软件版本";
|
|
|
//
|
|
|
@@ -254,10 +227,10 @@
|
|
|
//
|
|
|
this.NoteForChange.AutoSize = true;
|
|
|
this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.NoteForChange.Location = new System.Drawing.Point(1099, 229);
|
|
|
- this.NoteForChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.NoteForChange.Location = new System.Drawing.Point(1465, 305);
|
|
|
+ this.NoteForChange.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.NoteForChange.Name = "NoteForChange";
|
|
|
- this.NoteForChange.Size = new System.Drawing.Size(144, 28);
|
|
|
+ this.NoteForChange.Size = new System.Drawing.Size(190, 35);
|
|
|
this.NoteForChange.TabIndex = 75;
|
|
|
this.NoteForChange.Text = "切换工单提示";
|
|
|
this.NoteForChange.UseVisualStyleBackColor = true;
|
|
|
@@ -267,10 +240,10 @@
|
|
|
this.Lock_label.AutoSize = true;
|
|
|
this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Lock_label.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.Lock_label.Location = new System.Drawing.Point(126, 134);
|
|
|
- this.Lock_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.Lock_label.Location = new System.Drawing.Point(168, 179);
|
|
|
+ this.Lock_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.Lock_label.Name = "Lock_label";
|
|
|
- this.Lock_label.Size = new System.Drawing.Size(188, 31);
|
|
|
+ this.Lock_label.Size = new System.Drawing.Size(250, 41);
|
|
|
this.Lock_label.TabIndex = 77;
|
|
|
this.Lock_label.Text = "Ctrl+Q解除锁定";
|
|
|
this.Lock_label.Visible = false;
|
|
|
@@ -278,20 +251,20 @@
|
|
|
// ma_salecode
|
|
|
//
|
|
|
this.ma_salecode.AutoSize = true;
|
|
|
- this.ma_salecode.Location = new System.Drawing.Point(719, 220);
|
|
|
- this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_salecode.Location = new System.Drawing.Point(959, 293);
|
|
|
+ this.ma_salecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ma_salecode.Name = "ma_salecode";
|
|
|
- this.ma_salecode.Size = new System.Drawing.Size(0, 18);
|
|
|
+ this.ma_salecode.Size = new System.Drawing.Size(0, 24);
|
|
|
this.ma_salecode.TabIndex = 78;
|
|
|
this.ma_salecode.Visible = false;
|
|
|
//
|
|
|
// pr_sendchecktype
|
|
|
//
|
|
|
this.pr_sendchecktype.AutoSize = true;
|
|
|
- this.pr_sendchecktype.Location = new System.Drawing.Point(719, 226);
|
|
|
- this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_sendchecktype.Location = new System.Drawing.Point(959, 301);
|
|
|
+ this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.pr_sendchecktype.Name = "pr_sendchecktype";
|
|
|
- this.pr_sendchecktype.Size = new System.Drawing.Size(0, 18);
|
|
|
+ this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
|
|
|
this.pr_sendchecktype.TabIndex = 79;
|
|
|
this.pr_sendchecktype.Visible = false;
|
|
|
//
|
|
|
@@ -300,10 +273,10 @@
|
|
|
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.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.ob_checkno.Location = new System.Drawing.Point(1251, 139);
|
|
|
- this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(1668, 185);
|
|
|
+ this.ob_checkno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
|
- this.ob_checkno.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ob_checkno.Size = new System.Drawing.Size(0, 41);
|
|
|
this.ob_checkno.TabIndex = 216;
|
|
|
this.ob_checkno.Tag = "ob_checkno";
|
|
|
this.ob_checkno.Visible = false;
|
|
|
@@ -312,10 +285,10 @@
|
|
|
//
|
|
|
this.mc_restqty_label.AutoSize = true;
|
|
|
this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mc_restqty_label.Location = new System.Drawing.Point(847, 22);
|
|
|
- this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mc_restqty_label.Location = new System.Drawing.Point(1129, 29);
|
|
|
+ this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.mc_restqty_label.Name = "mc_restqty_label";
|
|
|
- this.mc_restqty_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.mc_restqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.mc_restqty_label.TabIndex = 209;
|
|
|
this.mc_restqty_label.Text = "待采集数";
|
|
|
//
|
|
|
@@ -323,10 +296,10 @@
|
|
|
//
|
|
|
this.mcd_inqty_label.AutoSize = true;
|
|
|
this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_inqty_label.Location = new System.Drawing.Point(1059, 22);
|
|
|
- this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_inqty_label.Location = new System.Drawing.Point(1412, 29);
|
|
|
+ this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.mcd_inqty_label.Name = "mcd_inqty_label";
|
|
|
- this.mcd_inqty_label.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.mcd_inqty_label.TabIndex = 208;
|
|
|
this.mcd_inqty_label.Text = "已采集数";
|
|
|
//
|
|
|
@@ -346,13 +319,13 @@
|
|
|
this.mmi2,
|
|
|
this.opentime,
|
|
|
this.z});
|
|
|
- this.LabelDataGridView.Location = new System.Drawing.Point(15, 295);
|
|
|
- this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.LabelDataGridView.Location = new System.Drawing.Point(20, 393);
|
|
|
+ this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
this.LabelDataGridView.RowHeadersWidth = 51;
|
|
|
this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
- this.LabelDataGridView.Size = new System.Drawing.Size(936, 430);
|
|
|
+ this.LabelDataGridView.Size = new System.Drawing.Size(1248, 573);
|
|
|
this.LabelDataGridView.TabIndex = 219;
|
|
|
//
|
|
|
// SN
|
|
|
@@ -434,10 +407,10 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
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(870, 76);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(1160, 101);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label1.Size = new System.Drawing.Size(114, 41);
|
|
|
this.label1.TabIndex = 225;
|
|
|
this.label1.Text = "打印机";
|
|
|
//
|
|
|
@@ -445,10 +418,10 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
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(104, 257);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Location = new System.Drawing.Point(139, 343);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
this.label3.TabIndex = 224;
|
|
|
this.label3.Text = "标签";
|
|
|
//
|
|
|
@@ -456,62 +429,62 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(847, 121);
|
|
|
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label4.Location = new System.Drawing.Point(1129, 161);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label4.Size = new System.Drawing.Size(146, 41);
|
|
|
this.label4.TabIndex = 221;
|
|
|
this.label4.Text = "打印张数";
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
- this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(565, 750);
|
|
|
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label5.Location = new System.Drawing.Point(672, 992);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(82, 31);
|
|
|
+ this.label5.Size = new System.Drawing.Size(107, 41);
|
|
|
this.label5.TabIndex = 229;
|
|
|
this.label5.Text = "US_ID";
|
|
|
//
|
|
|
// label9
|
|
|
//
|
|
|
- this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label9.Location = new System.Drawing.Point(436, 175);
|
|
|
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label9.Location = new System.Drawing.Point(581, 233);
|
|
|
+ this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(63, 31);
|
|
|
+ this.label9.Size = new System.Drawing.Size(83, 41);
|
|
|
this.label9.TabIndex = 233;
|
|
|
this.label9.Text = "UPC";
|
|
|
//
|
|
|
// label8
|
|
|
//
|
|
|
- this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label8.Location = new System.Drawing.Point(436, 215);
|
|
|
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label8.Location = new System.Drawing.Point(581, 287);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label8.Name = "label8";
|
|
|
- this.label8.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label8.Size = new System.Drawing.Size(114, 41);
|
|
|
this.label8.TabIndex = 232;
|
|
|
this.label8.Text = "出货地";
|
|
|
//
|
|
|
// label7
|
|
|
//
|
|
|
- this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label7.Location = new System.Drawing.Point(116, 210);
|
|
|
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label7.Location = new System.Drawing.Point(155, 280);
|
|
|
+ this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label7.Name = "label7";
|
|
|
- this.label7.Size = new System.Drawing.Size(61, 31);
|
|
|
+ this.label7.Size = new System.Drawing.Size(80, 41);
|
|
|
this.label7.TabIndex = 235;
|
|
|
this.label7.Text = "SKU";
|
|
|
//
|
|
|
@@ -595,15 +568,15 @@
|
|
|
// US_SKU
|
|
|
//
|
|
|
this.US_SKU.AllPower = "ifall";
|
|
|
- this.US_SKU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.US_SKU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.US_SKU.BackColor = System.Drawing.Color.White;
|
|
|
this.US_SKU.ID = null;
|
|
|
- this.US_SKU.Location = new System.Drawing.Point(183, 214);
|
|
|
- this.US_SKU.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.US_SKU.Location = new System.Drawing.Point(244, 285);
|
|
|
+ this.US_SKU.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.US_SKU.Name = "US_SKU";
|
|
|
this.US_SKU.Power = null;
|
|
|
- this.US_SKU.Size = new System.Drawing.Size(244, 28);
|
|
|
+ this.US_SKU.Size = new System.Drawing.Size(324, 35);
|
|
|
this.US_SKU.Str = null;
|
|
|
this.US_SKU.Str1 = null;
|
|
|
this.US_SKU.Str2 = null;
|
|
|
@@ -613,15 +586,15 @@
|
|
|
// US_LOCATION
|
|
|
//
|
|
|
this.US_LOCATION.AllPower = "ifall";
|
|
|
- this.US_LOCATION.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.US_LOCATION.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.US_LOCATION.BackColor = System.Drawing.Color.White;
|
|
|
this.US_LOCATION.ID = null;
|
|
|
- this.US_LOCATION.Location = new System.Drawing.Point(537, 214);
|
|
|
- this.US_LOCATION.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.US_LOCATION.Location = new System.Drawing.Point(716, 285);
|
|
|
+ this.US_LOCATION.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.US_LOCATION.Name = "US_LOCATION";
|
|
|
this.US_LOCATION.Power = null;
|
|
|
- this.US_LOCATION.Size = new System.Drawing.Size(292, 28);
|
|
|
+ this.US_LOCATION.Size = new System.Drawing.Size(388, 35);
|
|
|
this.US_LOCATION.Str = null;
|
|
|
this.US_LOCATION.Str1 = null;
|
|
|
this.US_LOCATION.Str2 = null;
|
|
|
@@ -631,15 +604,15 @@
|
|
|
// US_UPC
|
|
|
//
|
|
|
this.US_UPC.AllPower = "ifall";
|
|
|
- this.US_UPC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.US_UPC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.US_UPC.BackColor = System.Drawing.Color.White;
|
|
|
this.US_UPC.ID = null;
|
|
|
- this.US_UPC.Location = new System.Drawing.Point(537, 175);
|
|
|
- this.US_UPC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.US_UPC.Location = new System.Drawing.Point(716, 233);
|
|
|
+ this.US_UPC.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.US_UPC.Name = "US_UPC";
|
|
|
this.US_UPC.Power = null;
|
|
|
- this.US_UPC.Size = new System.Drawing.Size(292, 28);
|
|
|
+ this.US_UPC.Size = new System.Drawing.Size(388, 35);
|
|
|
this.US_UPC.Str = null;
|
|
|
this.US_UPC.Str1 = null;
|
|
|
this.US_UPC.Str2 = null;
|
|
|
@@ -651,10 +624,10 @@
|
|
|
this.lockCheckBox1.AutoSize = true;
|
|
|
this.lockCheckBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lockCheckBox1.LeaveEvent = false;
|
|
|
- this.lockCheckBox1.Location = new System.Drawing.Point(971, 751);
|
|
|
- this.lockCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.lockCheckBox1.Location = new System.Drawing.Point(1088, 997);
|
|
|
+ this.lockCheckBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.lockCheckBox1.Name = "lockCheckBox1";
|
|
|
- this.lockCheckBox1.Size = new System.Drawing.Size(72, 28);
|
|
|
+ this.lockCheckBox1.Size = new System.Drawing.Size(94, 35);
|
|
|
this.lockCheckBox1.TabIndex = 228;
|
|
|
this.lockCheckBox1.Text = "锁定";
|
|
|
this.lockCheckBox1.UseVisualStyleBackColor = true;
|
|
|
@@ -666,14 +639,14 @@
|
|
|
this.US_ID.Condition = null;
|
|
|
this.US_ID.DBTitle = null;
|
|
|
this.US_ID.FormName = null;
|
|
|
- this.US_ID.Location = new System.Drawing.Point(651, 751);
|
|
|
- this.US_ID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.US_ID.Location = new System.Drawing.Point(787, 993);
|
|
|
+ this.US_ID.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.US_ID.Name = "US_ID";
|
|
|
this.US_ID.Power = null;
|
|
|
this.US_ID.ReturnData = null;
|
|
|
this.US_ID.SelectField = null;
|
|
|
this.US_ID.SetValueField = null;
|
|
|
- this.US_ID.Size = new System.Drawing.Size(310, 32);
|
|
|
+ this.US_ID.Size = new System.Drawing.Size(300, 43);
|
|
|
this.US_ID.TabIndex = 227;
|
|
|
this.US_ID.TableName = null;
|
|
|
this.US_ID.TextBoxEnable = true;
|
|
|
@@ -682,18 +655,18 @@
|
|
|
//
|
|
|
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(183, 262);
|
|
|
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(244, 349);
|
|
|
+ this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 1, 4, 1);
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
- this.PrintLabel.Size = new System.Drawing.Size(718, 26);
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(956, 32);
|
|
|
this.PrintLabel.TabIndex = 226;
|
|
|
//
|
|
|
// Printer
|
|
|
//
|
|
|
- this.Printer.Location = new System.Drawing.Point(961, 76);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Printer.Location = new System.Drawing.Point(1281, 101);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
this.Printer.Name = "Printer";
|
|
|
- this.Printer.Size = new System.Drawing.Size(289, 37);
|
|
|
+ this.Printer.Size = new System.Drawing.Size(385, 49);
|
|
|
this.Printer.TabIndex = 223;
|
|
|
//
|
|
|
// PrintNum
|
|
|
@@ -703,12 +676,12 @@
|
|
|
this.PrintNum.Enabled = false;
|
|
|
this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.PrintNum.ID = null;
|
|
|
- this.PrintNum.Location = new System.Drawing.Point(960, 124);
|
|
|
- this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(1280, 165);
|
|
|
+ this.PrintNum.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7);
|
|
|
this.PrintNum.Name = "PrintNum";
|
|
|
this.PrintNum.Negative = false;
|
|
|
this.PrintNum.Power = null;
|
|
|
- this.PrintNum.Size = new System.Drawing.Size(290, 31);
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(385, 39);
|
|
|
this.PrintNum.Str = null;
|
|
|
this.PrintNum.Str1 = null;
|
|
|
this.PrintNum.Str2 = null;
|
|
|
@@ -721,11 +694,11 @@
|
|
|
this.ob_nowcheckqty.CutLength = null;
|
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(1195, 80);
|
|
|
- this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(1593, 107);
|
|
|
+ this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
- this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.ob_nowcheckqty.TabIndex = 213;
|
|
|
this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
|
|
|
//
|
|
|
@@ -734,11 +707,11 @@
|
|
|
this.mcd_remainqty.AutoSize = true;
|
|
|
this.mcd_remainqty.CutLength = null;
|
|
|
this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_remainqty.Location = new System.Drawing.Point(987, 22);
|
|
|
- this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.mcd_remainqty.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(1316, 29);
|
|
|
+ this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
- this.mcd_remainqty.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.mcd_remainqty.TabIndex = 211;
|
|
|
this.mcd_remainqty.Tag = "mcd_remainqty";
|
|
|
//
|
|
|
@@ -747,21 +720,21 @@
|
|
|
this.mcd_inqty.AutoSize = true;
|
|
|
this.mcd_inqty.CutLength = null;
|
|
|
this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_inqty.Location = new System.Drawing.Point(1195, 22);
|
|
|
- this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.mcd_inqty.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.mcd_inqty.Location = new System.Drawing.Point(1593, 29);
|
|
|
+ this.mcd_inqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.mcd_inqty.Name = "mcd_inqty";
|
|
|
- this.mcd_inqty.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.mcd_inqty.TabIndex = 210;
|
|
|
this.mcd_inqty.Tag = "mcd_inqty";
|
|
|
//
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(440, 212);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(587, 283);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
|
this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(96, 34);
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(128, 45);
|
|
|
this.StepCount.Source = null;
|
|
|
this.StepCount.StepCode = null;
|
|
|
this.StepCount.TabIndex = 194;
|
|
|
@@ -771,11 +744,11 @@
|
|
|
this.ma_softversion.AutoSize = true;
|
|
|
this.ma_softversion.CutLength = null;
|
|
|
this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_softversion.Location = new System.Drawing.Point(141, 168);
|
|
|
- this.ma_softversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_softversion.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.ma_softversion.Location = new System.Drawing.Point(188, 224);
|
|
|
+ this.ma_softversion.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ma_softversion.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ma_softversion.Name = "ma_softversion";
|
|
|
- this.ma_softversion.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_softversion.Size = new System.Drawing.Size(0, 41);
|
|
|
this.ma_softversion.TabIndex = 73;
|
|
|
//
|
|
|
// Save
|
|
|
@@ -785,13 +758,13 @@
|
|
|
this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
|
|
|
this.Save.Image = null;
|
|
|
this.Save.IsShowBorder = true;
|
|
|
- this.Save.Location = new System.Drawing.Point(307, 133);
|
|
|
- this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.Save.Location = new System.Drawing.Point(409, 177);
|
|
|
+ this.Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
|
|
|
this.Save.Name = "Save";
|
|
|
this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
|
|
|
this.Save.Power = null;
|
|
|
- this.Save.Size = new System.Drawing.Size(98, 38);
|
|
|
+ this.Save.Size = new System.Drawing.Size(131, 51);
|
|
|
this.Save.TabIndex = 70;
|
|
|
this.Save.Text = "保存";
|
|
|
this.Save.UseVisualStyleBackColor = false;
|
|
|
@@ -805,14 +778,14 @@
|
|
|
this.ma_code.Condition = null;
|
|
|
this.ma_code.DBTitle = null;
|
|
|
this.ma_code.FormName = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(140, 20);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(187, 27);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.ma_code.Name = "ma_code";
|
|
|
this.ma_code.Power = null;
|
|
|
this.ma_code.ReturnData = null;
|
|
|
this.ma_code.SelectField = null;
|
|
|
this.ma_code.SetValueField = null;
|
|
|
- this.ma_code.Size = new System.Drawing.Size(172, 32);
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(229, 43);
|
|
|
this.ma_code.TabIndex = 67;
|
|
|
this.ma_code.TableName = null;
|
|
|
this.ma_code.Tag = "ma_code";
|
|
|
@@ -824,10 +797,10 @@
|
|
|
this.LockMakeCode.AutoSize = true;
|
|
|
this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.LockMakeCode.LeaveEvent = false;
|
|
|
- this.LockMakeCode.Location = new System.Drawing.Point(336, 22);
|
|
|
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(448, 29);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.LockMakeCode.Name = "LockMakeCode";
|
|
|
- this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
|
|
|
this.LockMakeCode.TabIndex = 66;
|
|
|
this.LockMakeCode.Text = "锁定";
|
|
|
this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
@@ -837,11 +810,11 @@
|
|
|
this.pr_spec.AutoSize = true;
|
|
|
this.pr_spec.CutLength = "qweqwe";
|
|
|
this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_spec.Location = new System.Drawing.Point(570, 96);
|
|
|
- this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.pr_spec.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(760, 128);
|
|
|
+ this.pr_spec.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.pr_spec.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.pr_spec.Name = "pr_spec";
|
|
|
- this.pr_spec.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(0, 41);
|
|
|
this.pr_spec.TabIndex = 56;
|
|
|
this.pr_spec.Visible = false;
|
|
|
//
|
|
|
@@ -850,11 +823,11 @@
|
|
|
this.ma_qty.AutoSize = true;
|
|
|
this.ma_qty.CutLength = null;
|
|
|
this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_qty.Location = new System.Drawing.Point(568, 22);
|
|
|
- this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.ma_qty.Location = new System.Drawing.Point(757, 29);
|
|
|
+ this.ma_qty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ma_qty.Name = "ma_qty";
|
|
|
- this.ma_qty.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_qty.Size = new System.Drawing.Size(0, 41);
|
|
|
this.ma_qty.TabIndex = 55;
|
|
|
//
|
|
|
// ma_prodcode
|
|
|
@@ -862,21 +835,21 @@
|
|
|
this.ma_prodcode.AutoSize = true;
|
|
|
this.ma_prodcode.CutLength = null;
|
|
|
this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_prodcode.Location = new System.Drawing.Point(141, 96);
|
|
|
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
|
|
|
+ this.ma_prodcode.Location = new System.Drawing.Point(188, 128);
|
|
|
+ this.ma_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.ma_prodcode.Name = "ma_prodcode";
|
|
|
- this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
|
|
|
this.ma_prodcode.TabIndex = 53;
|
|
|
this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
|
|
|
//
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(966, 272);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(1288, 363);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(308, 458);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(409, 609);
|
|
|
this.OperateResult.TabIndex = 52;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
@@ -887,46 +860,29 @@
|
|
|
this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
|
|
|
this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
|
|
|
this.CleanInfo.IsShowBorder = true;
|
|
|
- this.CleanInfo.Location = new System.Drawing.Point(1077, 746);
|
|
|
- this.CleanInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.CleanInfo.Location = new System.Drawing.Point(1435, 992);
|
|
|
+ this.CleanInfo.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
|
|
|
this.CleanInfo.Name = "CleanInfo";
|
|
|
this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
|
|
|
this.CleanInfo.Power = null;
|
|
|
- this.CleanInfo.Size = new System.Drawing.Size(92, 36);
|
|
|
+ this.CleanInfo.Size = new System.Drawing.Size(123, 48);
|
|
|
this.CleanInfo.TabIndex = 47;
|
|
|
this.CleanInfo.Text = "清除内容";
|
|
|
this.CleanInfo.UseVisualStyleBackColor = true;
|
|
|
this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
|
|
|
//
|
|
|
- // bc_remark
|
|
|
- //
|
|
|
- this.bc_remark.AllPower = null;
|
|
|
- this.bc_remark.BackColor = System.Drawing.Color.White;
|
|
|
- this.bc_remark.ID = null;
|
|
|
- this.bc_remark.Location = new System.Drawing.Point(1226, 768);
|
|
|
- this.bc_remark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
- this.bc_remark.Multiline = true;
|
|
|
- this.bc_remark.Name = "bc_remark";
|
|
|
- this.bc_remark.Power = null;
|
|
|
- this.bc_remark.Size = new System.Drawing.Size(48, 16);
|
|
|
- this.bc_remark.Str = null;
|
|
|
- this.bc_remark.Str1 = null;
|
|
|
- this.bc_remark.Str2 = null;
|
|
|
- this.bc_remark.TabIndex = 41;
|
|
|
- this.bc_remark.Visible = false;
|
|
|
- //
|
|
|
// ms_sncode
|
|
|
//
|
|
|
this.ms_sncode.AllPower = "ifall";
|
|
|
this.ms_sncode.BackColor = System.Drawing.Color.White;
|
|
|
this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ms_sncode.ID = null;
|
|
|
- this.ms_sncode.Location = new System.Drawing.Point(226, 746);
|
|
|
- this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.ms_sncode.Location = new System.Drawing.Point(301, 995);
|
|
|
+ this.ms_sncode.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.ms_sncode.Name = "ms_sncode";
|
|
|
this.ms_sncode.Power = null;
|
|
|
- this.ms_sncode.Size = new System.Drawing.Size(270, 32);
|
|
|
+ this.ms_sncode.Size = new System.Drawing.Size(359, 40);
|
|
|
this.ms_sncode.Str = null;
|
|
|
this.ms_sncode.Str1 = null;
|
|
|
this.ms_sncode.Str2 = null;
|
|
|
@@ -939,19 +895,40 @@
|
|
|
this.autoprint.AutoSize = true;
|
|
|
this.autoprint.Checked = true;
|
|
|
this.autoprint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.autoprint.Location = new System.Drawing.Point(957, 181);
|
|
|
+ this.autoprint.Location = new System.Drawing.Point(1276, 241);
|
|
|
+ this.autoprint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.autoprint.Name = "autoprint";
|
|
|
- this.autoprint.Size = new System.Drawing.Size(106, 22);
|
|
|
+ this.autoprint.Size = new System.Drawing.Size(138, 28);
|
|
|
this.autoprint.TabIndex = 236;
|
|
|
this.autoprint.Text = "自动打印";
|
|
|
this.autoprint.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // GetWriteInfo
|
|
|
+ //
|
|
|
+ this.GetWriteInfo.AllPower = null;
|
|
|
+ this.GetWriteInfo.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.GetWriteInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.DownImage")));
|
|
|
+ this.GetWriteInfo.Image = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.Image")));
|
|
|
+ this.GetWriteInfo.IsShowBorder = true;
|
|
|
+ this.GetWriteInfo.Location = new System.Drawing.Point(1199, 990);
|
|
|
+ this.GetWriteInfo.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.GetWriteInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.MoveImage")));
|
|
|
+ this.GetWriteInfo.Name = "GetWriteInfo";
|
|
|
+ this.GetWriteInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.NormalImage")));
|
|
|
+ this.GetWriteInfo.Power = null;
|
|
|
+ this.GetWriteInfo.Size = new System.Drawing.Size(123, 48);
|
|
|
+ this.GetWriteInfo.TabIndex = 237;
|
|
|
+ this.GetWriteInfo.Text = "获取信息";
|
|
|
+ this.GetWriteInfo.UseVisualStyleBackColor = true;
|
|
|
+ this.GetWriteInfo.Click += new System.EventHandler(this.GetWriteInfo_Click);
|
|
|
+ //
|
|
|
// Make_TestCollectionqrcode
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
- this.ClientSize = new System.Drawing.Size(1293, 802);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1724, 1069);
|
|
|
+ this.Controls.Add(this.GetWriteInfo);
|
|
|
this.Controls.Add(this.autoprint);
|
|
|
this.Controls.Add(this.label7);
|
|
|
this.Controls.Add(this.US_SKU);
|
|
|
@@ -983,7 +960,6 @@
|
|
|
this.Controls.Add(this.ma_softversion);
|
|
|
this.Controls.Add(this.ma_softversion_label);
|
|
|
this.Controls.Add(this.Save);
|
|
|
- this.Controls.Add(this.AutoBadCode);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.LockMakeCode);
|
|
|
this.Controls.Add(this.label2);
|
|
|
@@ -993,10 +969,8 @@
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.CleanInfo);
|
|
|
this.Controls.Add(this.label6);
|
|
|
- this.Controls.Add(this.bc_remark);
|
|
|
this.Controls.Add(this.Reject);
|
|
|
this.Controls.Add(this.GoodProduct);
|
|
|
- this.Controls.Add(this.bc_remark_label);
|
|
|
this.Controls.Add(this.ms_sncode_label);
|
|
|
this.Controls.Add(this.ms_sncode);
|
|
|
this.Controls.Add(this.ma_qty_label);
|
|
|
@@ -1005,7 +979,7 @@
|
|
|
this.Controls.Add(this.ma_prodcode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.KeyPreview = true;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.Name = "Make_TestCollectionqrcode";
|
|
|
this.Tag = "Make!TestCollectionqrcode";
|
|
|
this.Text = " ";
|
|
|
@@ -1015,7 +989,7 @@
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -1026,11 +1000,9 @@
|
|
|
private System.Windows.Forms.Label ma_qty_label;
|
|
|
private System.Windows.Forms.Label ms_sncode_label;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
|
|
|
- private System.Windows.Forms.Label bc_remark_label;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.RadioButton GoodProduct;
|
|
|
private System.Windows.Forms.RadioButton Reject;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private CustomControl.ButtonUtil.NormalButton CleanInfo;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
@@ -1039,7 +1011,6 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_spec;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
- private System.Windows.Forms.CheckBox AutoBadCode;
|
|
|
private CustomControl.ButtonUtil.NormalButton Save;
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private CustomControl.ValueLabel.ValueLabel ma_softversion;
|
|
|
@@ -1092,5 +1063,6 @@
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox US_SKU;
|
|
|
private System.Windows.Forms.CheckBox autoprint;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton GetWriteInfo;
|
|
|
}
|
|
|
}
|