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

349 lines
15 KiB

namespace wcfControlMonitorClient
{
partial class FrmSystemInit
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblStackIndex = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.nudY = new System.Windows.Forms.NumericUpDown();
this.nudX = new System.Windows.Forms.NumericUpDown();
this.nudZ1 = new System.Windows.Forms.NumericUpDown();
this.nudZ = new System.Windows.Forms.NumericUpDown();
this.cmbWareHouse = new System.Windows.Forms.ComboBox();
this.cbLaneway = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudZ1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudZ)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblStackIndex);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.nudY);
this.groupBox1.Controls.Add(this.nudX);
this.groupBox1.Controls.Add(this.nudZ1);
this.groupBox1.Controls.Add(this.nudZ);
this.groupBox1.Controls.Add(this.cmbWareHouse);
this.groupBox1.Controls.Add(this.cbLaneway);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Location = new System.Drawing.Point(235, 9);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(473, 192);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "货位初始化";
//
// lblStackIndex
//
this.lblStackIndex.AutoSize = true;
this.lblStackIndex.BackColor = System.Drawing.SystemColors.ButtonFace;
this.lblStackIndex.Location = new System.Drawing.Point(319, 76);
this.lblStackIndex.Name = "lblStackIndex";
this.lblStackIndex.Size = new System.Drawing.Size(0, 13);
this.lblStackIndex.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(218, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(103, 13);
this.label5.TabIndex = 4;
this.label5.Text = "堆垛机设备索引:";
//
// nudY
//
this.nudY.Location = new System.Drawing.Point(102, 151);
this.nudY.Name = "nudY";
this.nudY.Size = new System.Drawing.Size(61, 20);
this.nudY.TabIndex = 3;
//
// nudX
//
this.nudX.Location = new System.Drawing.Point(102, 126);
this.nudX.Name = "nudX";
this.nudX.Size = new System.Drawing.Size(61, 20);
this.nudX.TabIndex = 3;
//
// nudZ1
//
this.nudZ1.Location = new System.Drawing.Point(258, 104);
this.nudZ1.Name = "nudZ1";
this.nudZ1.Size = new System.Drawing.Size(51, 20);
this.nudZ1.TabIndex = 3;
//
// nudZ
//
this.nudZ.Location = new System.Drawing.Point(114, 101);
this.nudZ.Name = "nudZ";
this.nudZ.Size = new System.Drawing.Size(49, 20);
this.nudZ.TabIndex = 3;
//
// cmbWareHouse
//
this.cmbWareHouse.FormattingEnabled = true;
this.cmbWareHouse.Location = new System.Drawing.Point(102, 40);
this.cmbWareHouse.Name = "cmbWareHouse";
this.cmbWareHouse.Size = new System.Drawing.Size(109, 21);
this.cmbWareHouse.TabIndex = 2;
//
// cbLaneway
//
this.cbLaneway.FormattingEnabled = true;
this.cbLaneway.Location = new System.Drawing.Point(102, 73);
this.cbLaneway.Name = "cbLaneway";
this.cbLaneway.Size = new System.Drawing.Size(109, 21);
this.cbLaneway.TabIndex = 2;
this.cbLaneway.SelectedIndexChanged += new System.EventHandler(this.cbLaneway_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 156);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 13);
this.label4.TabIndex = 1;
this.label4.Text = "层(Y坐标)数";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 131);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 13);
this.label3.TabIndex = 1;
this.label3.Text = "列(X坐标)数";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(169, 111);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(80, 13);
this.label7.TabIndex = 1;
this.label7.Text = "终止排(Z坐标)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 106);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 13);
this.label2.TabIndex = 1;
this.label2.Text = "起始排(Z坐标)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(43, 43);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(55, 13);
this.label6.TabIndex = 1;
this.label6.Text = "库房编码";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 13);
this.label1.TabIndex = 1;
this.label1.Text = "巷道设备索引";
//
// button5
//
this.button5.BackColor = System.Drawing.Color.Red;
this.button5.ForeColor = System.Drawing.Color.Black;
this.button5.Location = new System.Drawing.Point(342, 156);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(112, 25);
this.button5.TabIndex = 0;
this.button5.Text = "清空货位信息";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(180, 156);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(112, 25);
this.button4.TabIndex = 0;
this.button4.Text = "生成货位信息";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button7);
this.groupBox2.Controls.Add(this.button6);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Location = new System.Drawing.Point(18, 9);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 62);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "通讯初始化";
//
// button7
//
this.button7.Location = new System.Drawing.Point(25, 118);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(150, 25);
this.button7.TabIndex = 6;
this.button7.Tag = "10003";
this.button7.Text = "腐蚀的AGV通讯初始化";
this.button7.UseVisualStyleBackColor = true;
this.button7.Visible = false;
this.button7.Click += new System.EventHandler(this.button3_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(25, 91);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(150, 25);
this.button6.TabIndex = 5;
this.button6.Tag = "10002";
this.button6.Text = "化成B的AGV通讯初始化";
this.button6.UseVisualStyleBackColor = true;
this.button6.Visible = false;
this.button6.Click += new System.EventHandler(this.button3_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(25, 64);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(150, 25);
this.button3.TabIndex = 4;
this.button3.Tag = "10001";
this.button3.Text = "化成A的AGV通讯初始化";
this.button3.UseVisualStyleBackColor = true;
this.button3.Visible = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(25, 22);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(150, 25);
this.button2.TabIndex = 2;
this.button2.Text = "PLC通讯初始化";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(251, 213);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(92, 25);
this.button1.TabIndex = 1;
this.button1.Text = "串口初始化";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
//
// FrmSystemInit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(223, 78);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSystemInit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统初始化";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSystemInit_FormClosing);
this.Load += new System.EventHandler(this.FrmSystemInit_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudZ1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudZ)).EndInit();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.NumericUpDown nudZ;
private System.Windows.Forms.ComboBox cbLaneway;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label lblStackIndex;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown nudY;
private System.Windows.Forms.NumericUpDown nudX;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmbWareHouse;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown nudZ1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button3;
}
}