|
|
@@ -83,6 +83,7 @@
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.bi_inman = new System.Windows.Forms.Label();
|
|
|
this.pib_inman = new System.Windows.Forms.Label();
|
|
|
+ this.PackMidBox = new System.Windows.Forms.Button();
|
|
|
this.DCCheck = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -148,7 +149,6 @@
|
|
|
this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
- this.PackMidBox = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
|
|
|
@@ -482,7 +482,7 @@
|
|
|
// AttachInfo
|
|
|
//
|
|
|
this.AttachInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.AttachInfo.Location = new System.Drawing.Point(388, 80);
|
|
|
+ this.AttachInfo.Location = new System.Drawing.Point(388, 48);
|
|
|
this.AttachInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.AttachInfo.Name = "AttachInfo";
|
|
|
this.AttachInfo.Size = new System.Drawing.Size(64, 26);
|
|
|
@@ -628,6 +628,19 @@
|
|
|
this.pib_inman.Size = new System.Drawing.Size(0, 20);
|
|
|
this.pib_inman.TabIndex = 101;
|
|
|
//
|
|
|
+ // PackMidBox
|
|
|
+ //
|
|
|
+ this.PackMidBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PackMidBox.Location = new System.Drawing.Point(388, 80);
|
|
|
+ this.PackMidBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.PackMidBox.Name = "PackMidBox";
|
|
|
+ this.PackMidBox.Size = new System.Drawing.Size(64, 26);
|
|
|
+ this.PackMidBox.TabIndex = 102;
|
|
|
+ this.PackMidBox.Text = "封中盒";
|
|
|
+ this.PackMidBox.UseVisualStyleBackColor = true;
|
|
|
+ this.PackMidBox.Visible = false;
|
|
|
+ this.PackMidBox.Click += new System.EventHandler(this.PackMidBox_Click);
|
|
|
+ //
|
|
|
// DCCheck
|
|
|
//
|
|
|
this.DCCheck.ID = null;
|
|
|
@@ -1271,15 +1284,16 @@
|
|
|
//
|
|
|
// OutBoxNum
|
|
|
//
|
|
|
+ this.OutBoxNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OutBoxNum.Items.AddRange(new object[] {
|
|
|
"新增"});
|
|
|
this.OutBoxNum.Location = new System.Drawing.Point(52, 144);
|
|
|
this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxNum.Name = "OutBoxNum";
|
|
|
+ this.OutBoxNum.Text = "新增";
|
|
|
this.OutBoxNum.Size = new System.Drawing.Size(72, 25);
|
|
|
this.OutBoxNum.TabIndex = 91;
|
|
|
- this.OutBoxNum.Text = "新增";
|
|
|
this.OutBoxNum.SelectedIndexChanged += new System.EventHandler(this.OutBoxNum_SelectedIndexChanged);
|
|
|
this.OutBoxNum.Click += new System.EventHandler(this.OutBoxNum_Click);
|
|
|
//
|
|
|
@@ -1346,18 +1360,6 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
//
|
|
|
- // PackMidBox
|
|
|
- //
|
|
|
- this.PackMidBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PackMidBox.Location = new System.Drawing.Point(388, 48);
|
|
|
- this.PackMidBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.PackMidBox.Name = "PackMidBox";
|
|
|
- this.PackMidBox.Size = new System.Drawing.Size(64, 26);
|
|
|
- this.PackMidBox.TabIndex = 102;
|
|
|
- this.PackMidBox.Text = "封中盒";
|
|
|
- this.PackMidBox.UseVisualStyleBackColor = true;
|
|
|
- this.PackMidBox.Click += new System.EventHandler(this.PackMidBox_Click);
|
|
|
- //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|