|
|
@@ -100,6 +100,7 @@
|
|
|
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.下载模板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ImportExcel = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.pi_class = new System.Windows.Forms.Label();
|
|
|
this.cu_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
@@ -173,6 +174,11 @@
|
|
|
this.MidLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.MidLabelCombox = new System.Windows.Forms.ComboBox();
|
|
|
this.OutBoxLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.groupBoxWithBorder2 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.cu_print_outpo = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cu_print_outdc = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cu_print_outlotno = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cu_print_outprod = new System.Windows.Forms.CheckBox();
|
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
|
this.OutDocRefresh = new System.Windows.Forms.LinkLabel();
|
|
|
this.LogingOut = new System.Windows.Forms.LinkLabel();
|
|
|
@@ -185,7 +191,6 @@
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
- this.pi_class = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
this.Menu.SuspendLayout();
|
|
|
@@ -196,6 +201,7 @@
|
|
|
this.MidLabel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).BeginInit();
|
|
|
this.OutBoxLabel.SuspendLayout();
|
|
|
+ this.groupBoxWithBorder2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -813,6 +819,16 @@
|
|
|
//
|
|
|
this.ImportExcel.FileName = "ImportExcel";
|
|
|
//
|
|
|
+ // pi_class
|
|
|
+ //
|
|
|
+ this.pi_class.AutoSize = true;
|
|
|
+ this.pi_class.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pi_class.Location = new System.Drawing.Point(100, 255);
|
|
|
+ this.pi_class.Name = "pi_class";
|
|
|
+ this.pi_class.Size = new System.Drawing.Size(0, 20);
|
|
|
+ this.pi_class.TabIndex = 90;
|
|
|
+ this.pi_class.Visible = false;
|
|
|
+ //
|
|
|
// cu_code
|
|
|
//
|
|
|
this.cu_code.AllPower = null;
|
|
|
@@ -1196,7 +1212,7 @@
|
|
|
this.LabelInf.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.LabelInf.Name = "LabelInf";
|
|
|
this.LabelInf.RowTemplate.Height = 23;
|
|
|
- this.LabelInf.Size = new System.Drawing.Size(1251, 326);
|
|
|
+ this.LabelInf.Size = new System.Drawing.Size(1251, 333);
|
|
|
this.LabelInf.TabIndex = 27;
|
|
|
this.LabelInf.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellEndEdit);
|
|
|
this.LabelInf.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.LabelInf_CellMouseClick);
|
|
|
@@ -1632,6 +1648,7 @@
|
|
|
//
|
|
|
// OutBoxLabel
|
|
|
//
|
|
|
+ this.OutBoxLabel.Controls.Add(this.groupBoxWithBorder2);
|
|
|
this.OutBoxLabel.Controls.Add(this.label19);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutDocRefresh);
|
|
|
this.OutBoxLabel.Controls.Add(this.LogingOut);
|
|
|
@@ -1649,11 +1666,75 @@
|
|
|
this.OutBoxLabel.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.OutBoxLabel.Name = "OutBoxLabel";
|
|
|
this.OutBoxLabel.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.OutBoxLabel.Size = new System.Drawing.Size(172, 238);
|
|
|
+ this.OutBoxLabel.Size = new System.Drawing.Size(178, 238);
|
|
|
this.OutBoxLabel.TabIndex = 79;
|
|
|
this.OutBoxLabel.TabStop = false;
|
|
|
this.OutBoxLabel.Text = "外箱标签";
|
|
|
//
|
|
|
+ // groupBoxWithBorder2
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.cu_print_outpo);
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.cu_print_outdc);
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.cu_print_outlotno);
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.cu_print_outprod);
|
|
|
+ this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.groupBoxWithBorder2.Location = new System.Drawing.Point(5, 108);
|
|
|
+ this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
|
|
|
+ this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.groupBoxWithBorder2.Size = new System.Drawing.Size(87, 124);
|
|
|
+ this.groupBoxWithBorder2.TabIndex = 91;
|
|
|
+ this.groupBoxWithBorder2.TabStop = false;
|
|
|
+ this.groupBoxWithBorder2.Text = "合并条件";
|
|
|
+ //
|
|
|
+ // cu_print_outpo
|
|
|
+ //
|
|
|
+ this.cu_print_outpo.AutoSize = true;
|
|
|
+ this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cu_print_outpo.Location = new System.Drawing.Point(7, 47);
|
|
|
+ this.cu_print_outpo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cu_print_outpo.Name = "cu_print_outpo";
|
|
|
+ this.cu_print_outpo.Size = new System.Drawing.Size(75, 21);
|
|
|
+ this.cu_print_outpo.TabIndex = 94;
|
|
|
+ this.cu_print_outpo.Text = "客户合同";
|
|
|
+ this.cu_print_outpo.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cu_print_outdc
|
|
|
+ //
|
|
|
+ this.cu_print_outdc.AutoSize = true;
|
|
|
+ this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cu_print_outdc.Location = new System.Drawing.Point(7, 97);
|
|
|
+ this.cu_print_outdc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cu_print_outdc.Name = "cu_print_outdc";
|
|
|
+ this.cu_print_outdc.Size = new System.Drawing.Size(44, 21);
|
|
|
+ this.cu_print_outdc.TabIndex = 93;
|
|
|
+ this.cu_print_outdc.Text = "DC";
|
|
|
+ this.cu_print_outdc.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cu_print_outlotno
|
|
|
+ //
|
|
|
+ this.cu_print_outlotno.AutoSize = true;
|
|
|
+ this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cu_print_outlotno.Location = new System.Drawing.Point(7, 72);
|
|
|
+ this.cu_print_outlotno.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cu_print_outlotno.Name = "cu_print_outlotno";
|
|
|
+ this.cu_print_outlotno.Size = new System.Drawing.Size(63, 21);
|
|
|
+ this.cu_print_outlotno.TabIndex = 92;
|
|
|
+ this.cu_print_outlotno.Text = "LotNo";
|
|
|
+ this.cu_print_outlotno.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cu_print_outprod
|
|
|
+ //
|
|
|
+ this.cu_print_outprod.AutoSize = true;
|
|
|
+ this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cu_print_outprod.Location = new System.Drawing.Point(7, 22);
|
|
|
+ this.cu_print_outprod.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cu_print_outprod.Name = "cu_print_outprod";
|
|
|
+ this.cu_print_outprod.Size = new System.Drawing.Size(75, 21);
|
|
|
+ this.cu_print_outprod.TabIndex = 91;
|
|
|
+ this.cu_print_outprod.Text = "客户料号";
|
|
|
+ this.cu_print_outprod.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// label19
|
|
|
//
|
|
|
this.label19.AutoSize = true;
|
|
|
@@ -1689,7 +1770,7 @@
|
|
|
// GetOutBoxCode
|
|
|
//
|
|
|
this.GetOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.GetOutBoxCode.Location = new System.Drawing.Point(91, 167);
|
|
|
+ this.GetOutBoxCode.Location = new System.Drawing.Point(101, 167);
|
|
|
this.GetOutBoxCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.GetOutBoxCode.Name = "GetOutBoxCode";
|
|
|
this.GetOutBoxCode.Size = new System.Drawing.Size(68, 26);
|
|
|
@@ -1702,7 +1783,7 @@
|
|
|
//
|
|
|
this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OutBoxNum.ID = null;
|
|
|
- this.OutBoxNum.Location = new System.Drawing.Point(47, 205);
|
|
|
+ this.OutBoxNum.Location = new System.Drawing.Point(130, 136);
|
|
|
this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxNum.Name = "OutBoxNum";
|
|
|
this.OutBoxNum.Size = new System.Drawing.Size(37, 23);
|
|
|
@@ -1715,7 +1796,7 @@
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(6, 208);
|
|
|
+ this.label10.Location = new System.Drawing.Point(91, 139);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label10.TabIndex = 90;
|
|
|
@@ -1725,7 +1806,7 @@
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(6, 172);
|
|
|
+ this.label6.Location = new System.Drawing.Point(91, 112);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label6.TabIndex = 87;
|
|
|
@@ -1744,7 +1825,7 @@
|
|
|
// OutboxCapacity
|
|
|
//
|
|
|
this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutboxCapacity.Location = new System.Drawing.Point(46, 168);
|
|
|
+ this.OutboxCapacity.Location = new System.Drawing.Point(128, 109);
|
|
|
this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutboxCapacity.Name = "OutboxCapacity";
|
|
|
this.OutboxCapacity.Size = new System.Drawing.Size(38, 23);
|
|
|
@@ -1759,7 +1840,7 @@
|
|
|
// OutBoxLabelPrint
|
|
|
//
|
|
|
this.OutBoxLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLabelPrint.Location = new System.Drawing.Point(91, 202);
|
|
|
+ this.OutBoxLabelPrint.Location = new System.Drawing.Point(101, 202);
|
|
|
this.OutBoxLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxLabelPrint.Name = "OutBoxLabelPrint";
|
|
|
this.OutBoxLabelPrint.Size = new System.Drawing.Size(68, 26);
|
|
|
@@ -1772,13 +1853,14 @@
|
|
|
//
|
|
|
this.OutBoxLabelAutoPrint.AutoSize = true;
|
|
|
this.OutBoxLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(10, 110);
|
|
|
+ this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(9, 106);
|
|
|
this.OutBoxLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxLabelAutoPrint.Name = "OutBoxLabelAutoPrint";
|
|
|
this.OutBoxLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
|
this.OutBoxLabelAutoPrint.TabIndex = 79;
|
|
|
this.OutBoxLabelAutoPrint.Text = "自动打印";
|
|
|
this.OutBoxLabelAutoPrint.UseVisualStyleBackColor = true;
|
|
|
+ this.OutBoxLabelAutoPrint.Visible = false;
|
|
|
//
|
|
|
// OutBoxCombox
|
|
|
//
|
|
|
@@ -1792,22 +1874,12 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
//
|
|
|
- // pi_class
|
|
|
- //
|
|
|
- this.pi_class.AutoSize = true;
|
|
|
- this.pi_class.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pi_class.Location = new System.Drawing.Point(100, 255);
|
|
|
- this.pi_class.Name = "pi_class";
|
|
|
- this.pi_class.Size = new System.Drawing.Size(0, 20);
|
|
|
- this.pi_class.TabIndex = 90;
|
|
|
- this.pi_class.Visible = false;
|
|
|
- //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
|
- this.ClientSize = new System.Drawing.Size(1258, 530);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1258, 715);
|
|
|
this.Controls.Add(this.pi_class);
|
|
|
this.Controls.Add(this.MenuSetting);
|
|
|
this.Controls.Add(this.cu_code);
|
|
|
@@ -1872,6 +1944,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).EndInit();
|
|
|
this.OutBoxLabel.ResumeLayout(false);
|
|
|
this.OutBoxLabel.PerformLayout();
|
|
|
+ this.groupBoxWithBorder2.ResumeLayout(false);
|
|
|
+ this.groupBoxWithBorder2.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
@@ -2035,5 +2109,10 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
private System.Windows.Forms.Label pi_class;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 下载模板ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_outprod;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_outdc;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_outlotno;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_outpo;
|
|
|
}
|
|
|
}
|