SCLS/SSWCS_JXDL(2019)/ControlSystem/FrmSystemInit.Designer.cs
2025-05-19 09:45:29 +08:00

357 lines
16 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ControlSystem
{
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.button6 = new System.Windows.Forms.Button();
this.lblStackIndex = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.nudY = new System.Windows.Forms.NumericUpDown();
this.nudstartX = 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.label8 = new System.Windows.Forms.Label();
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.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.nudstartX)).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.button6);
this.groupBox1.Controls.Add(this.lblStackIndex);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.nudY);
this.groupBox1.Controls.Add(this.nudstartX);
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.label8);
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(219, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(491, 347);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "货位初始化";
//
// button6
//
this.button6.Location = new System.Drawing.Point(108, 246);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 5;
this.button6.Text = "设置";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// lblStackIndex
//
this.lblStackIndex.AutoSize = true;
this.lblStackIndex.BackColor = System.Drawing.SystemColors.ButtonFace;
this.lblStackIndex.Location = new System.Drawing.Point(319, 70);
this.lblStackIndex.Name = "lblStackIndex";
this.lblStackIndex.Size = new System.Drawing.Size(0, 12);
this.lblStackIndex.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(218, 70);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(101, 12);
this.label5.TabIndex = 4;
this.label5.Text = "堆垛机设备索引:";
//
// nudY
//
this.nudY.Location = new System.Drawing.Point(102, 139);
this.nudY.Name = "nudY";
this.nudY.Size = new System.Drawing.Size(61, 21);
this.nudY.TabIndex = 3;
//
// nudstartX
//
this.nudstartX.Location = new System.Drawing.Point(108, 117);
this.nudstartX.Name = "nudstartX";
this.nudstartX.Size = new System.Drawing.Size(61, 21);
this.nudstartX.TabIndex = 3;
//
// nudX
//
this.nudX.Location = new System.Drawing.Point(273, 117);
this.nudX.Maximum = new decimal(new int[] {
200,
0,
0,
0});
this.nudX.Name = "nudX";
this.nudX.Size = new System.Drawing.Size(61, 21);
this.nudX.TabIndex = 3;
//
// nudZ1
//
this.nudZ1.Location = new System.Drawing.Point(258, 96);
this.nudZ1.Name = "nudZ1";
this.nudZ1.Size = new System.Drawing.Size(51, 21);
this.nudZ1.TabIndex = 3;
//
// nudZ
//
this.nudZ.Location = new System.Drawing.Point(114, 93);
this.nudZ.Name = "nudZ";
this.nudZ.Size = new System.Drawing.Size(49, 21);
this.nudZ.TabIndex = 3;
//
// cmbWareHouse
//
this.cmbWareHouse.FormattingEnabled = true;
this.cmbWareHouse.Location = new System.Drawing.Point(102, 37);
this.cmbWareHouse.Name = "cmbWareHouse";
this.cmbWareHouse.Size = new System.Drawing.Size(109, 20);
this.cmbWareHouse.TabIndex = 2;
//
// cbLaneway
//
this.cbLaneway.FormattingEnabled = true;
this.cbLaneway.Location = new System.Drawing.Point(102, 67);
this.cbLaneway.Name = "cbLaneway";
this.cbLaneway.Size = new System.Drawing.Size(109, 20);
this.cbLaneway.TabIndex = 2;
this.cbLaneway.SelectedIndexChanged += new System.EventHandler(this.cbLaneway_SelectedIndexChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(25, 122);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(83, 12);
this.label8.TabIndex = 1;
this.label8.Text = "起始列(X坐标)";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 144);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 1;
this.label4.Text = "层(Y坐标)数";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(169, 122);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 12);
this.label3.TabIndex = 1;
this.label3.Text = "终止列(X坐标)";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(169, 102);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 12);
this.label7.TabIndex = 1;
this.label7.Text = "终止排(Z坐标)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 98);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 12);
this.label2.TabIndex = 1;
this.label2.Text = "起始排(Z坐标)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(43, 40);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 1;
this.label6.Text = "库房编码";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 70);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
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, 144);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(112, 23);
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, 144);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(112, 23);
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.button3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Location = new System.Drawing.Point(29, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 147);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "通讯初始化";
//
// button3
//
this.button3.Location = new System.Drawing.Point(44, 96);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(92, 23);
this.button3.TabIndex = 3;
this.button3.Text = "AGV通讯初始化";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(44, 34);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(92, 23);
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(168, 14);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(92, 23);
this.button1.TabIndex = 1;
this.button1.Text = "串口初始化";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
//
// FrmSystemInit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(743, 424);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSystemInit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "系统初始化";
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.nudstartX)).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 button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.NumericUpDown nudstartX;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button6;
}
}