You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
593 lines
34 KiB
593 lines
34 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmDeviceMS
|
|
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.btnRefresh = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.F_DeviceIndex = new System.Windows.Forms.Label();
|
|
this.F_STATE = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.F_LockedState = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.F_DeviceIndex2 = new System.Windows.Forms.Label();
|
|
this.F_DeviceIndex3 = new System.Windows.Forms.Label();
|
|
this.Mqty1 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.Mqty2 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.tray1 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.tray2 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.productCode = new System.Windows.Forms.Label();
|
|
this.testingRandomPointCode = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnRefresh
|
|
//
|
|
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnRefresh.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnRefresh.Location = new System.Drawing.Point(340, 862);
|
|
this.btnRefresh.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnRefresh.Name = "btnRefresh";
|
|
this.btnRefresh.Size = new System.Drawing.Size(216, 72);
|
|
this.btnRefresh.TabIndex = 1;
|
|
this.btnRefresh.Text = "更新(&R)";
|
|
this.btnRefresh.UseVisualStyleBackColor = true;
|
|
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnClose.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnClose.Location = new System.Drawing.Point(710, 862);
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(216, 72);
|
|
this.btnClose.TabIndex = 1;
|
|
this.btnClose.Text = "关闭(&E)";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label11.Location = new System.Drawing.Point(0, 0);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(0, 18);
|
|
this.label11.TabIndex = 21;
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.button3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button3.Location = new System.Drawing.Point(24, 860);
|
|
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(216, 72);
|
|
this.button3.TabIndex = 1;
|
|
this.button3.Text = "任务释放(&O)";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(18, 15);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(175, 33);
|
|
this.label1.TabIndex = 38;
|
|
this.label1.Text = "设备编号:";
|
|
//
|
|
// F_DeviceIndex
|
|
//
|
|
this.F_DeviceIndex.AutoSize = true;
|
|
this.F_DeviceIndex.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.F_DeviceIndex.Location = new System.Drawing.Point(200, 14);
|
|
this.F_DeviceIndex.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.F_DeviceIndex.Name = "F_DeviceIndex";
|
|
this.F_DeviceIndex.Size = new System.Drawing.Size(111, 33);
|
|
this.F_DeviceIndex.TabIndex = 39;
|
|
this.F_DeviceIndex.Text = "机械手";
|
|
//
|
|
// F_STATE
|
|
//
|
|
this.F_STATE.AutoSize = true;
|
|
this.F_STATE.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.F_STATE.Location = new System.Drawing.Point(516, 15);
|
|
this.F_STATE.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.F_STATE.Name = "F_STATE";
|
|
this.F_STATE.Size = new System.Drawing.Size(79, 33);
|
|
this.F_STATE.TabIndex = 41;
|
|
this.F_STATE.Text = "空闲";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(334, 14);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(175, 33);
|
|
this.label3.TabIndex = 40;
|
|
this.label3.Text = "设备状态:";
|
|
//
|
|
// F_LockedState
|
|
//
|
|
this.F_LockedState.AutoSize = true;
|
|
this.F_LockedState.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.F_LockedState.Location = new System.Drawing.Point(848, 18);
|
|
this.F_LockedState.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.F_LockedState.Name = "F_LockedState";
|
|
this.F_LockedState.Size = new System.Drawing.Size(79, 33);
|
|
this.F_LockedState.TabIndex = 43;
|
|
this.F_LockedState.Text = "6666";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(634, 18);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(207, 33);
|
|
this.label6.TabIndex = 42;
|
|
this.label6.Text = "当前任务号:";
|
|
//
|
|
// F_DeviceIndex2
|
|
//
|
|
this.F_DeviceIndex2.AutoSize = true;
|
|
this.F_DeviceIndex2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.F_DeviceIndex2.Location = new System.Drawing.Point(200, 74);
|
|
this.F_DeviceIndex2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.F_DeviceIndex2.Name = "F_DeviceIndex2";
|
|
this.F_DeviceIndex2.Size = new System.Drawing.Size(111, 33);
|
|
this.F_DeviceIndex2.TabIndex = 44;
|
|
this.F_DeviceIndex2.Text = "一工位";
|
|
//
|
|
// F_DeviceIndex3
|
|
//
|
|
this.F_DeviceIndex3.AutoSize = true;
|
|
this.F_DeviceIndex3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.F_DeviceIndex3.Location = new System.Drawing.Point(200, 435);
|
|
this.F_DeviceIndex3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.F_DeviceIndex3.Name = "F_DeviceIndex3";
|
|
this.F_DeviceIndex3.Size = new System.Drawing.Size(111, 33);
|
|
this.F_DeviceIndex3.TabIndex = 45;
|
|
this.F_DeviceIndex3.Text = "二工位";
|
|
//
|
|
// Mqty1
|
|
//
|
|
this.Mqty1.AutoSize = true;
|
|
this.Mqty1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Mqty1.Location = new System.Drawing.Point(516, 74);
|
|
this.Mqty1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Mqty1.Name = "Mqty1";
|
|
this.Mqty1.Size = new System.Drawing.Size(47, 33);
|
|
this.Mqty1.TabIndex = 89;
|
|
this.Mqty1.Text = "11";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(334, 74);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(175, 33);
|
|
this.label4.TabIndex = 88;
|
|
this.label4.Text = "码垛数量:";
|
|
//
|
|
// Mqty2
|
|
//
|
|
this.Mqty2.AutoSize = true;
|
|
this.Mqty2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Mqty2.Location = new System.Drawing.Point(516, 435);
|
|
this.Mqty2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Mqty2.Name = "Mqty2";
|
|
this.Mqty2.Size = new System.Drawing.Size(47, 33);
|
|
this.Mqty2.TabIndex = 91;
|
|
this.Mqty2.Text = "11";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(334, 435);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(175, 33);
|
|
this.label5.TabIndex = 90;
|
|
this.label5.Text = "码垛数量:";
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button4.Location = new System.Drawing.Point(728, 225);
|
|
this.button4.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(216, 72);
|
|
this.button4.TabIndex = 96;
|
|
this.button4.Text = "删除码垛信息";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click_1);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button5.Location = new System.Drawing.Point(728, 604);
|
|
this.button5.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(216, 72);
|
|
this.button5.TabIndex = 97;
|
|
this.button5.Text = "删除码垛信息";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// tray1
|
|
//
|
|
this.tray1.AutoSize = true;
|
|
this.tray1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.tray1.Location = new System.Drawing.Point(848, 74);
|
|
this.tray1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.tray1.Name = "tray1";
|
|
this.tray1.Size = new System.Drawing.Size(47, 33);
|
|
this.tray1.TabIndex = 101;
|
|
this.tray1.Text = "11";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(666, 74);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(175, 33);
|
|
this.label7.TabIndex = 100;
|
|
this.label7.Text = "托盘信息:";
|
|
//
|
|
// tray2
|
|
//
|
|
this.tray2.AutoSize = true;
|
|
this.tray2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.tray2.Location = new System.Drawing.Point(848, 435);
|
|
this.tray2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.tray2.Name = "tray2";
|
|
this.tray2.Size = new System.Drawing.Size(47, 33);
|
|
this.tray2.TabIndex = 103;
|
|
this.tray2.Text = "11";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(666, 435);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(175, 33);
|
|
this.label9.TabIndex = 102;
|
|
this.label9.Text = "托盘信息:";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.SN});
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dataGridView1.Location = new System.Drawing.Point(24, 110);
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dataGridView1.MultiSelect = false;
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dataGridView1.RowHeadersWidth = 62;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(690, 300);
|
|
this.dataGridView1.TabIndex = 105;
|
|
//
|
|
// SN
|
|
//
|
|
this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.SN.Frozen = true;
|
|
this.SN.HeaderText = "码垛信息";
|
|
this.SN.MinimumWidth = 100;
|
|
this.SN.Name = "SN";
|
|
this.SN.ReadOnly = true;
|
|
this.SN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.SN.Width = 417;
|
|
//
|
|
// dataGridView2
|
|
//
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1});
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dataGridView2.Location = new System.Drawing.Point(24, 471);
|
|
this.dataGridView2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dataGridView2.MultiSelect = false;
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
this.dataGridView2.ReadOnly = true;
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|
this.dataGridView2.RowHeadersWidth = 62;
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
this.dataGridView2.Size = new System.Drawing.Size(690, 300);
|
|
this.dataGridView2.TabIndex = 106;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn1.Frozen = true;
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "码垛信息";
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 100;
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.dataGridViewTextBoxColumn1.Width = 417;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(18, 74);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(175, 33);
|
|
this.label2.TabIndex = 107;
|
|
this.label2.Text = "站台编号:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(18, 435);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(175, 33);
|
|
this.label8.TabIndex = 108;
|
|
this.label8.Text = "站台编号:";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.Location = new System.Drawing.Point(18, 792);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(255, 33);
|
|
this.label10.TabIndex = 109;
|
|
this.label10.Text = "自动入库任务 :";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.Location = new System.Drawing.Point(255, 792);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(175, 33);
|
|
this.label12.TabIndex = 110;
|
|
this.label12.Text = "物料编码:";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Location = new System.Drawing.Point(666, 792);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(175, 33);
|
|
this.label13.TabIndex = 111;
|
|
this.label13.Text = "抽检工位:";
|
|
//
|
|
// productCode
|
|
//
|
|
this.productCode.AutoSize = true;
|
|
this.productCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.productCode.Location = new System.Drawing.Point(426, 792);
|
|
this.productCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.productCode.Name = "productCode";
|
|
this.productCode.Size = new System.Drawing.Size(79, 33);
|
|
this.productCode.TabIndex = 112;
|
|
this.productCode.Text = "A001";
|
|
//
|
|
// testingRandomPointCode
|
|
//
|
|
this.testingRandomPointCode.AutoSize = true;
|
|
this.testingRandomPointCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.testingRandomPointCode.Location = new System.Drawing.Point(848, 792);
|
|
this.testingRandomPointCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.testingRandomPointCode.Name = "testingRandomPointCode";
|
|
this.testingRandomPointCode.Size = new System.Drawing.Size(95, 33);
|
|
this.testingRandomPointCode.TabIndex = 113;
|
|
this.testingRandomPointCode.Text = "12007";
|
|
//
|
|
// FrmDeviceMS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(980, 952);
|
|
this.Controls.Add(this.testingRandomPointCode);
|
|
this.Controls.Add(this.productCode);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.dataGridView2);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.tray2);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.tray1);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.Mqty2);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.Mqty1);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.F_DeviceIndex3);
|
|
this.Controls.Add(this.F_DeviceIndex2);
|
|
this.Controls.Add(this.F_LockedState);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.F_STATE);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.F_DeviceIndex);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnRefresh);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmDeviceMS";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "码垛机设备状态";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDeviceStatus_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmDeviceStatus_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnRefresh;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label F_DeviceIndex;
|
|
private System.Windows.Forms.Label F_STATE;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label F_LockedState;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label F_DeviceIndex2;
|
|
private System.Windows.Forms.Label F_DeviceIndex3;
|
|
private System.Windows.Forms.Label Mqty1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label Mqty2;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Label tray1;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label tray2;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SN;
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label productCode;
|
|
private System.Windows.Forms.Label testingRandomPointCode;
|
|
}
|
|
}
|