|
|
@@ -95,12 +95,7 @@
|
|
|
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.AttachInfo = new System.Windows.Forms.Button();
|
|
|
this.pi_date = new System.Windows.Forms.Label();
|
|
|
- this.label19 = new System.Windows.Forms.Label();
|
|
|
- this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
- this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
- this.SetPrintStatus_label = new System.Windows.Forms.Label();
|
|
|
- this.SetPrintStatus = new System.Windows.Forms.Button();
|
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
@@ -190,7 +185,6 @@
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
|
|
|
@@ -495,7 +489,7 @@
|
|
|
//
|
|
|
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(276, 587);
|
|
|
+ this.label3.Location = new System.Drawing.Point(5, 587);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label3.TabIndex = 29;
|
|
|
@@ -789,43 +783,8 @@
|
|
|
this.pi_date.TabIndex = 86;
|
|
|
this.pi_date.Visible = false;
|
|
|
//
|
|
|
- // label19
|
|
|
- //
|
|
|
- this.label19.AutoSize = true;
|
|
|
- this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label19.Location = new System.Drawing.Point(4, 584);
|
|
|
- this.label19.Name = "label19";
|
|
|
- this.label19.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label19.TabIndex = 87;
|
|
|
- this.label19.Text = "物料资料";
|
|
|
- //
|
|
|
- // GridPrcode
|
|
|
- //
|
|
|
- this.GridPrcode.AllowUserToAddRows = false;
|
|
|
- this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
|
- this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.pd_prodcode});
|
|
|
- this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
|
|
|
- this.GridPrcode.Location = new System.Drawing.Point(9, 610);
|
|
|
- this.GridPrcode.Name = "GridPrcode";
|
|
|
- this.GridPrcode.ReadOnly = true;
|
|
|
- this.GridPrcode.RowTemplate.Height = 23;
|
|
|
- this.GridPrcode.Size = new System.Drawing.Size(263, 97);
|
|
|
- this.GridPrcode.TabIndex = 88;
|
|
|
- this.GridPrcode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellClick);
|
|
|
- //
|
|
|
- // pd_prodcode
|
|
|
- //
|
|
|
- this.pd_prodcode.DataPropertyName = "pib_prodcode";
|
|
|
- this.pd_prodcode.HeaderText = "物料编号";
|
|
|
- this.pd_prodcode.Name = "pd_prodcode";
|
|
|
- this.pd_prodcode.ReadOnly = true;
|
|
|
- //
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
- this.groupBoxWithBorder1.Controls.Add(this.SetPrintStatus_label);
|
|
|
- this.groupBoxWithBorder1.Controls.Add(this.SetPrintStatus);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.ExportData);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
|
|
|
@@ -844,35 +803,11 @@
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
|
//
|
|
|
- // SetPrintStatus_label
|
|
|
- //
|
|
|
- this.SetPrintStatus_label.AutoSize = true;
|
|
|
- this.SetPrintStatus_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.SetPrintStatus_label.ForeColor = System.Drawing.Color.Green;
|
|
|
- this.SetPrintStatus_label.Location = new System.Drawing.Point(11, 202);
|
|
|
- this.SetPrintStatus_label.Name = "SetPrintStatus_label";
|
|
|
- this.SetPrintStatus_label.Size = new System.Drawing.Size(58, 21);
|
|
|
- this.SetPrintStatus_label.TabIndex = 76;
|
|
|
- this.SetPrintStatus_label.Text = "可打印";
|
|
|
- //
|
|
|
- // SetPrintStatus
|
|
|
- //
|
|
|
- this.SetPrintStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.SetPrintStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SetPrintStatus.Location = new System.Drawing.Point(78, 200);
|
|
|
- this.SetPrintStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.SetPrintStatus.Name = "SetPrintStatus";
|
|
|
- this.SetPrintStatus.Size = new System.Drawing.Size(68, 26);
|
|
|
- this.SetPrintStatus.TabIndex = 92;
|
|
|
- this.SetPrintStatus.Text = "打印状态";
|
|
|
- this.SetPrintStatus.UseVisualStyleBackColor = true;
|
|
|
- this.SetPrintStatus.Click += new System.EventHandler(this.SetPrintStatus_Click);
|
|
|
- //
|
|
|
// ExportData
|
|
|
//
|
|
|
this.ExportData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ExportData.Location = new System.Drawing.Point(78, 165);
|
|
|
+ this.ExportData.Location = new System.Drawing.Point(69, 164);
|
|
|
this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ExportData.Name = "ExportData";
|
|
|
this.ExportData.Size = new System.Drawing.Size(68, 26);
|
|
|
@@ -885,7 +820,7 @@
|
|
|
//
|
|
|
this.label18.AutoSize = true;
|
|
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label18.Location = new System.Drawing.Point(69, 128);
|
|
|
+ this.label18.Location = new System.Drawing.Point(68, 127);
|
|
|
this.label18.Name = "label18";
|
|
|
this.label18.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label18.TabIndex = 90;
|
|
|
@@ -919,7 +854,7 @@
|
|
|
//
|
|
|
this.label16.AutoSize = true;
|
|
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label16.Location = new System.Drawing.Point(68, 55);
|
|
|
+ this.label16.Location = new System.Drawing.Point(67, 54);
|
|
|
this.label16.Name = "label16";
|
|
|
this.label16.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label16.TabIndex = 87;
|
|
|
@@ -953,7 +888,7 @@
|
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label12.Location = new System.Drawing.Point(12, 94);
|
|
|
+ this.label12.Location = new System.Drawing.Point(11, 93);
|
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(56, 17);
|
|
|
this.label12.TabIndex = 77;
|
|
|
@@ -963,7 +898,7 @@
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label7.Location = new System.Drawing.Point(12, 21);
|
|
|
+ this.label7.Location = new System.Drawing.Point(11, 20);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(56, 17);
|
|
|
this.label7.TabIndex = 76;
|
|
|
@@ -1016,7 +951,7 @@
|
|
|
//
|
|
|
this.Capacity.AutoSize = true;
|
|
|
this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Capacity.Location = new System.Drawing.Point(60, 64);
|
|
|
+ this.Capacity.Location = new System.Drawing.Point(59, 63);
|
|
|
this.Capacity.Name = "Capacity";
|
|
|
this.Capacity.Size = new System.Drawing.Size(0, 17);
|
|
|
this.Capacity.TabIndex = 75;
|
|
|
@@ -1025,7 +960,7 @@
|
|
|
//
|
|
|
this.Process_midboxcode.AutoSize = true;
|
|
|
this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_midboxcode.Location = new System.Drawing.Point(60, 109);
|
|
|
+ this.Process_midboxcode.Location = new System.Drawing.Point(59, 108);
|
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(15, 17);
|
|
|
this.Process_midboxcode.TabIndex = 74;
|
|
|
@@ -1035,7 +970,7 @@
|
|
|
//
|
|
|
this.Process_outboxcode.AutoSize = true;
|
|
|
this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_outboxcode.Location = new System.Drawing.Point(60, 85);
|
|
|
+ this.Process_outboxcode.Location = new System.Drawing.Point(59, 84);
|
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(15, 17);
|
|
|
this.Process_outboxcode.TabIndex = 73;
|
|
|
@@ -1046,7 +981,7 @@
|
|
|
this.TotalCount.AutoSize = true;
|
|
|
this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.TotalCount.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.TotalCount.Location = new System.Drawing.Point(94, 16);
|
|
|
+ this.TotalCount.Location = new System.Drawing.Point(93, 15);
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
this.TotalCount.Size = new System.Drawing.Size(15, 17);
|
|
|
this.TotalCount.TabIndex = 72;
|
|
|
@@ -1056,7 +991,7 @@
|
|
|
//
|
|
|
this.label17.AutoSize = true;
|
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label17.Location = new System.Drawing.Point(81, 16);
|
|
|
+ this.label17.Location = new System.Drawing.Point(80, 15);
|
|
|
this.label17.Name = "label17";
|
|
|
this.label17.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label17.TabIndex = 71;
|
|
|
@@ -1067,7 +1002,7 @@
|
|
|
this.CollectedCount.AutoSize = true;
|
|
|
this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.CollectedCount.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.CollectedCount.Location = new System.Drawing.Point(63, 16);
|
|
|
+ this.CollectedCount.Location = new System.Drawing.Point(62, 15);
|
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
|
this.CollectedCount.Size = new System.Drawing.Size(15, 17);
|
|
|
this.CollectedCount.TabIndex = 70;
|
|
|
@@ -1077,7 +1012,7 @@
|
|
|
//
|
|
|
this.label14.AutoSize = true;
|
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label14.Location = new System.Drawing.Point(10, 86);
|
|
|
+ this.label14.Location = new System.Drawing.Point(9, 85);
|
|
|
this.label14.Name = "label14";
|
|
|
this.label14.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label14.TabIndex = 69;
|
|
|
@@ -1087,7 +1022,7 @@
|
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label11.Location = new System.Drawing.Point(10, 109);
|
|
|
+ this.label11.Location = new System.Drawing.Point(9, 108);
|
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label11.TabIndex = 68;
|
|
|
@@ -1097,7 +1032,7 @@
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label13.Location = new System.Drawing.Point(10, 45);
|
|
|
+ this.label13.Location = new System.Drawing.Point(9, 44);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(44, 17);
|
|
|
this.label13.TabIndex = 67;
|
|
|
@@ -1107,7 +1042,7 @@
|
|
|
//
|
|
|
this.Installed.AutoSize = true;
|
|
|
this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Installed.Location = new System.Drawing.Point(60, 45);
|
|
|
+ this.Installed.Location = new System.Drawing.Point(59, 44);
|
|
|
this.Installed.Name = "Installed";
|
|
|
this.Installed.Size = new System.Drawing.Size(0, 17);
|
|
|
this.Installed.TabIndex = 66;
|
|
|
@@ -1116,7 +1051,7 @@
|
|
|
//
|
|
|
this.Process.AutoSize = true;
|
|
|
this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process.Location = new System.Drawing.Point(10, 16);
|
|
|
+ this.Process.Location = new System.Drawing.Point(9, 15);
|
|
|
this.Process.Name = "Process";
|
|
|
this.Process.Size = new System.Drawing.Size(44, 17);
|
|
|
this.Process.TabIndex = 65;
|
|
|
@@ -1184,10 +1119,10 @@
|
|
|
// MessageLog
|
|
|
//
|
|
|
this.MessageLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.MessageLog.Location = new System.Drawing.Point(278, 610);
|
|
|
+ this.MessageLog.Location = new System.Drawing.Point(4, 610);
|
|
|
this.MessageLog.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MessageLog.Name = "MessageLog";
|
|
|
- this.MessageLog.Size = new System.Drawing.Size(975, 97);
|
|
|
+ this.MessageLog.Size = new System.Drawing.Size(1249, 97);
|
|
|
this.MessageLog.TabIndex = 28;
|
|
|
this.MessageLog.Text = "";
|
|
|
//
|
|
|
@@ -1472,7 +1407,7 @@
|
|
|
//
|
|
|
this.ViVoPlate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ViVoPlate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ViVoPlate.Location = new System.Drawing.Point(77, 165);
|
|
|
+ this.ViVoPlate.Location = new System.Drawing.Point(34, 164);
|
|
|
this.ViVoPlate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ViVoPlate.Name = "ViVoPlate";
|
|
|
this.ViVoPlate.Size = new System.Drawing.Size(68, 26);
|
|
|
@@ -1494,7 +1429,7 @@
|
|
|
//
|
|
|
this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SingleLabelPrint.Location = new System.Drawing.Point(77, 200);
|
|
|
+ this.SingleLabelPrint.Location = new System.Drawing.Point(34, 199);
|
|
|
this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleLabelPrint.Name = "SingleLabelPrint";
|
|
|
this.SingleLabelPrint.Size = new System.Drawing.Size(68, 26);
|
|
|
@@ -1506,10 +1441,8 @@
|
|
|
// SingleLabelAutoPrint
|
|
|
//
|
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
|
- this.SingleLabelAutoPrint.Checked = true;
|
|
|
- this.SingleLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SingleLabelAutoPrint.Location = new System.Drawing.Point(8, 107);
|
|
|
+ this.SingleLabelAutoPrint.Location = new System.Drawing.Point(10, 109);
|
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
|
|
|
this.SingleLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
|
@@ -1567,7 +1500,7 @@
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(6, 165);
|
|
|
+ this.label5.Location = new System.Drawing.Point(5, 169);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label5.TabIndex = 50;
|
|
|
@@ -1577,7 +1510,7 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(6, 135);
|
|
|
+ this.label4.Location = new System.Drawing.Point(5, 137);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label4.TabIndex = 49;
|
|
|
@@ -1596,7 +1529,7 @@
|
|
|
//
|
|
|
this.label15.AutoSize = true;
|
|
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label15.Location = new System.Drawing.Point(102, 134);
|
|
|
+ this.label15.Location = new System.Drawing.Point(101, 138);
|
|
|
this.label15.Name = "label15";
|
|
|
this.label15.Size = new System.Drawing.Size(20, 17);
|
|
|
this.label15.TabIndex = 40;
|
|
|
@@ -1627,10 +1560,8 @@
|
|
|
// MidLabelAutoPrint
|
|
|
//
|
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
|
- this.MidLabelAutoPrint.Checked = true;
|
|
|
- this.MidLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 106);
|
|
|
+ this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 109);
|
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
|
|
|
this.MidLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
|
@@ -1680,7 +1611,7 @@
|
|
|
// LogingOut
|
|
|
//
|
|
|
this.LogingOut.AutoSize = true;
|
|
|
- this.LogingOut.Location = new System.Drawing.Point(113, 14);
|
|
|
+ this.LogingOut.Location = new System.Drawing.Point(112, 13);
|
|
|
this.LogingOut.Name = "LogingOut";
|
|
|
this.LogingOut.Size = new System.Drawing.Size(42, 21);
|
|
|
this.LogingOut.TabIndex = 77;
|
|
|
@@ -1717,7 +1648,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(7, 179);
|
|
|
+ this.label10.Location = new System.Drawing.Point(6, 178);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label10.TabIndex = 90;
|
|
|
@@ -1740,7 +1671,7 @@
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label9.Location = new System.Drawing.Point(87, 211);
|
|
|
+ this.label9.Location = new System.Drawing.Point(86, 210);
|
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label9.TabIndex = 88;
|
|
|
@@ -1763,7 +1694,7 @@
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label8.Location = new System.Drawing.Point(7, 211);
|
|
|
+ this.label8.Location = new System.Drawing.Point(6, 210);
|
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label8.TabIndex = 83;
|
|
|
@@ -1773,7 +1704,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(7, 149);
|
|
|
+ this.label6.Location = new System.Drawing.Point(6, 148);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label6.TabIndex = 87;
|
|
|
@@ -1831,7 +1762,7 @@
|
|
|
//
|
|
|
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, 109);
|
|
|
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);
|
|
|
@@ -1857,8 +1788,6 @@
|
|
|
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(1257, 711);
|
|
|
- this.Controls.Add(this.GridPrcode);
|
|
|
- this.Controls.Add(this.label19);
|
|
|
this.Controls.Add(this.pi_date);
|
|
|
this.Controls.Add(this.AttachInfo);
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
@@ -1911,21 +1840,20 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.CollectionProcess.ResumeLayout(true);
|
|
|
+ this.CollectionProcess.ResumeLayout(false);
|
|
|
this.CollectionProcess.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
|
|
|
- this.SingleLabel.ResumeLayout(true);
|
|
|
+ this.SingleLabel.ResumeLayout(false);
|
|
|
this.SingleLabel.PerformLayout();
|
|
|
- this.MidLabel.ResumeLayout(true);
|
|
|
+ this.MidLabel.ResumeLayout(false);
|
|
|
this.MidLabel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).EndInit();
|
|
|
- this.OutBoxLabel.ResumeLayout(true);
|
|
|
+ this.OutBoxLabel.ResumeLayout(false);
|
|
|
this.OutBoxLabel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -2084,10 +2012,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
- private System.Windows.Forms.Label label19;
|
|
|
- private CustomControl.DataGridViewWithSerialNum GridPrcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
- private System.Windows.Forms.Button SetPrintStatus;
|
|
|
- private System.Windows.Forms.Label SetPrintStatus_label;
|
|
|
}
|
|
|
}
|