宜昌华友成品
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.

268 lines
14 KiB

namespace wcfControlMonitorClient
{
partial class FrmWorkstationStatus
{
/// <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()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lblDeviceIndex = new System.Windows.Forms.Label();
this.lblDeviceName = new System.Windows.Forms.Label();
this.lblAGVAddress = new System.Windows.Forms.Label();
this.lblPALLETBARCODE = new System.Windows.Forms.Label();
this.lblBarcode = new System.Windows.Forms.Label();
this.btnRefresh = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 98F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.lblDeviceIndex, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.lblDeviceName, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.lblAGVAddress, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.lblPALLETBARCODE, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.lblBarcode, 1, 6);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(416, 137);
this.tableLayoutPanel1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(6, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 30);
this.label1.TabIndex = 0;
this.label1.Text = "设备索引:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(6, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(92, 30);
this.label2.TabIndex = 1;
this.label2.Text = "设备名称:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(6, 69);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(92, 30);
this.label3.TabIndex = 2;
this.label3.Text = "AGV地址:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Location = new System.Drawing.Point(6, 102);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(92, 30);
this.label4.TabIndex = 3;
this.label4.Text = "条码:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblDeviceIndex
//
this.lblDeviceIndex.AutoSize = true;
this.lblDeviceIndex.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDeviceIndex.Location = new System.Drawing.Point(107, 3);
this.lblDeviceIndex.Name = "lblDeviceIndex";
this.lblDeviceIndex.Size = new System.Drawing.Size(303, 30);
this.lblDeviceIndex.TabIndex = 7;
this.lblDeviceIndex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblDeviceName
//
this.lblDeviceName.AutoSize = true;
this.lblDeviceName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDeviceName.Location = new System.Drawing.Point(107, 36);
this.lblDeviceName.Name = "lblDeviceName";
this.lblDeviceName.Size = new System.Drawing.Size(303, 30);
this.lblDeviceName.TabIndex = 8;
this.lblDeviceName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblAGVAddress
//
this.lblAGVAddress.AutoSize = true;
this.lblAGVAddress.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblAGVAddress.Location = new System.Drawing.Point(107, 69);
this.lblAGVAddress.Name = "lblAGVAddress";
this.lblAGVAddress.Size = new System.Drawing.Size(303, 30);
this.lblAGVAddress.TabIndex = 9;
this.lblAGVAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblPALLETBARCODE
//
this.lblPALLETBARCODE.AutoSize = true;
this.lblPALLETBARCODE.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblPALLETBARCODE.Location = new System.Drawing.Point(107, 102);
this.lblPALLETBARCODE.Name = "lblPALLETBARCODE";
this.lblPALLETBARCODE.Size = new System.Drawing.Size(303, 30);
this.lblPALLETBARCODE.TabIndex = 10;
this.lblPALLETBARCODE.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblBarcode
//
this.lblBarcode.AutoSize = true;
this.lblBarcode.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblBarcode.Location = new System.Drawing.Point(107, 201);
this.lblBarcode.Name = "lblBarcode";
this.lblBarcode.Size = new System.Drawing.Size(303, 30);
this.lblBarcode.TabIndex = 13;
this.lblBarcode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(254, 170);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(75, 23);
this.btnRefresh.TabIndex = 1;
this.btnRefresh.Text = "更新(&R)";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(353, 170);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
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.Name = "label11";
this.label11.Size = new System.Drawing.Size(0, 12);
this.label11.TabIndex = 21;
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// button6
//
this.button6.Location = new System.Drawing.Point(121, 170);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(98, 23);
this.button6.TabIndex = 33;
this.button6.Text = "【机台有托盘】";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(12, 170);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(98, 23);
this.button5.TabIndex = 32;
this.button5.Text = "【机台无托盘】";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// FrmWorkstationStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(445, 206);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.label11);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmWorkstationStatus";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "机台状态描述";
this.Load += new System.EventHandler(this.FrmDeviceStatus_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblDeviceIndex;
private System.Windows.Forms.Label lblDeviceName;
private System.Windows.Forms.Label lblAGVAddress;
private System.Windows.Forms.Label lblPALLETBARCODE;
private System.Windows.Forms.Label lblBarcode;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
}
}