|
@@ -32,10 +32,10 @@
|
|
|
this.cu_print_midspec = new System.Windows.Forms.CheckBox();
|
|
|
this.cu_print_midpo = new System.Windows.Forms.CheckBox();
|
|
|
this.CustomerTreeView = new System.Windows.Forms.TreeView();
|
|
|
- this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.Customer = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
|
|
@@ -47,7 +47,7 @@
|
|
|
this.cu_print_midspec.Size = new System.Drawing.Size(93, 25);
|
|
|
this.cu_print_midspec.TabIndex = 3;
|
|
|
this.cu_print_midspec.Tag = "QTY";
|
|
|
- this.cu_print_midspec.Text = "合并型号";
|
|
|
+ this.cu_print_midspec.Text = "区分型号";
|
|
|
this.cu_print_midspec.UseVisualStyleBackColor = true;
|
|
|
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
this.cu_print_midpo.Size = new System.Drawing.Size(93, 25);
|
|
|
this.cu_print_midpo.TabIndex = 4;
|
|
|
this.cu_print_midpo.Tag = "PN";
|
|
|
- this.cu_print_midpo.Text = "合并订单";
|
|
|
+ this.cu_print_midpo.Text = "区分订单";
|
|
|
this.cu_print_midpo.UseVisualStyleBackColor = true;
|
|
|
|
|
|
|
|
@@ -70,17 +70,6 @@
|
|
|
this.CustomerTreeView.TabIndex = 0;
|
|
|
this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
|
|
|
- this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4);
|
|
|
- this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
|
|
|
- this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23);
|
|
|
- this.ButtonSaveScanGroup.TabIndex = 42;
|
|
|
- this.ButtonSaveScanGroup.Text = "保存";
|
|
|
- this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
|
|
|
- this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
|
|
|
-
|
|
|
|
|
|
|
|
|
this.Customer.Location = new System.Drawing.Point(85, 1);
|
|
@@ -109,6 +98,17 @@
|
|
|
this.label2.TabIndex = 51;
|
|
|
this.label2.Text = "中盒合并规则";
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
|
|
|
+ this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4);
|
|
|
+ this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
|
|
|
+ this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23);
|
|
|
+ this.ButtonSaveScanGroup.TabIndex = 42;
|
|
|
+ this.ButtonSaveScanGroup.Text = "保存";
|
|
|
+ this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
|
|
|
+ this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
|
|
|
+
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|