|
@@ -228,6 +228,7 @@
|
|
|
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();
|
|
@@ -2359,12 +2360,25 @@
|
|
|
//
|
|
//
|
|
|
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);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
|
this.ClientSize = new System.Drawing.Size(1389, 729);
|
|
this.ClientSize = new System.Drawing.Size(1389, 729);
|
|
|
|
|
+ this.Controls.Add(this.UploadData);
|
|
|
this.Controls.Add(this.PageNum);
|
|
this.Controls.Add(this.PageNum);
|
|
|
this.Controls.Add(this.LastPage);
|
|
this.Controls.Add(this.LastPage);
|
|
|
this.Controls.Add(this.FirstPage);
|
|
this.Controls.Add(this.FirstPage);
|
|
@@ -2641,5 +2655,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
private System.Windows.Forms.ContextMenuStrip LogMenu;
|
|
private System.Windows.Forms.ContextMenuStrip LogMenu;
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
|
+ private System.Windows.Forms.Button UploadData;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|