|
@@ -91,6 +91,7 @@
|
|
|
this.PageNum = new System.Windows.Forms.Label();
|
|
this.PageNum = new System.Windows.Forms.Label();
|
|
|
this.LogMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.LogMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.UploadData = new System.Windows.Forms.Button();
|
|
|
this.front_sg_separator = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.front_sg_separator = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.FrontCollect = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.FrontCollect = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
@@ -228,7 +229,6 @@
|
|
|
this.BackendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
this.BackendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.FrontendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
this.FrontendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.PLC1 = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
this.PLC1 = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
- this.UploadData = new System.Windows.Forms.Button();
|
|
|
|
|
this.LogMenu.SuspendLayout();
|
|
this.LogMenu.SuspendLayout();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
@@ -808,6 +808,18 @@
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
|
|
|
this.toolStripMenuItem1.Text = "导出日志";
|
|
this.toolStripMenuItem1.Text = "导出日志";
|
|
|
//
|
|
//
|
|
|
|
|
+ // UploadData
|
|
|
|
|
+ //
|
|
|
|
|
+ this.UploadData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.UploadData.Location = new System.Drawing.Point(234, 214);
|
|
|
|
|
+ this.UploadData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
+ this.UploadData.Name = "UploadData";
|
|
|
|
|
+ this.UploadData.Size = new System.Drawing.Size(68, 26);
|
|
|
|
|
+ this.UploadData.TabIndex = 103;
|
|
|
|
|
+ this.UploadData.Text = "上传数据";
|
|
|
|
|
+ this.UploadData.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.UploadData.Click += new System.EventHandler(this.UploadData_Click);
|
|
|
|
|
+ //
|
|
|
// front_sg_separator
|
|
// front_sg_separator
|
|
|
//
|
|
//
|
|
|
this.front_sg_separator.Enabled = false;
|
|
this.front_sg_separator.Enabled = false;
|
|
@@ -1325,8 +1337,8 @@
|
|
|
// LabelInf
|
|
// LabelInf
|
|
|
//
|
|
//
|
|
|
this.LabelInf.AllowUserToAddRows = false;
|
|
this.LabelInf.AllowUserToAddRows = false;
|
|
|
- this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
|
|
|
- this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
|
|
|
|
|
+ this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
|
|
|
+ this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
|
|
|
this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
this.Choose,
|
|
@@ -1773,6 +1785,8 @@
|
|
|
// SingleLabelAutoPrint
|
|
// SingleLabelAutoPrint
|
|
|
//
|
|
//
|
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.SingleLabelAutoPrint.Location = new System.Drawing.Point(9, 89);
|
|
this.SingleLabelAutoPrint.Location = new System.Drawing.Point(9, 89);
|
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
@@ -2102,6 +2116,8 @@
|
|
|
// MidLabelAutoPrint
|
|
// MidLabelAutoPrint
|
|
|
//
|
|
//
|
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 90);
|
|
this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 90);
|
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
@@ -2360,18 +2376,6 @@
|
|
|
//
|
|
//
|
|
|
this.PLC1.Tag = "PLC1";
|
|
this.PLC1.Tag = "PLC1";
|
|
|
//
|
|
//
|
|
|
- // UploadData
|
|
|
|
|
- //
|
|
|
|
|
- this.UploadData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.UploadData.Location = new System.Drawing.Point(234, 214);
|
|
|
|
|
- this.UploadData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
- this.UploadData.Name = "UploadData";
|
|
|
|
|
- this.UploadData.Size = new System.Drawing.Size(68, 26);
|
|
|
|
|
- this.UploadData.TabIndex = 103;
|
|
|
|
|
- this.UploadData.Text = "上传数据";
|
|
|
|
|
- this.UploadData.UseVisualStyleBackColor = true;
|
|
|
|
|
- this.UploadData.Click += new System.EventHandler(this.UploadData_Click);
|
|
|
|
|
- //
|
|
|
|
|
// UAS_出货标签打印
|
|
// UAS_出货标签打印
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|