恒石成品库WCS
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.

626 lines
28 KiB

namespace wcfControlMonitorClient
{
partial class FrmLaneTest
{
/// <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);
_formInstance = null;
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.btteststart1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.tLane1 = new System.Windows.Forms.TextBox();
this.btteststart2 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.tCell1 = new System.Windows.Forms.TextBox();
this.tCell2 = new System.Windows.Forms.TextBox();
this.tLane2 = new System.Windows.Forms.TextBox();
this.btteststop1 = new System.Windows.Forms.Button();
this.cbEndDevice1 = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.cbEndDevice2 = new System.Windows.Forms.ComboBox();
this.btteststop2 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.button16 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.tbLane1 = new System.Windows.Forms.TextBox();
this.button5 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.button10 = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.cbLane2Count = new System.Windows.Forms.ComboBox();
this.label17 = new System.Windows.Forms.Label();
this.cbLane1Count = new System.Windows.Forms.ComboBox();
this.tbLane2 = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// btteststart1
//
this.btteststart1.Location = new System.Drawing.Point(378, 31);
this.btteststart1.Name = "btteststart1";
this.btteststart1.Size = new System.Drawing.Size(91, 23);
this.btteststart1.TabIndex = 0;
this.btteststart1.Text = "开始测试";
this.btteststart1.UseVisualStyleBackColor = true;
this.btteststart1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 1;
this.label1.Text = "巷道";
//
// tLane1
//
this.tLane1.Enabled = false;
this.tLane1.Location = new System.Drawing.Point(40, 33);
this.tLane1.Name = "tLane1";
this.tLane1.Size = new System.Drawing.Size(42, 21);
this.tLane1.TabIndex = 2;
this.tLane1.Text = "18001";
this.tLane1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btteststart2
//
this.btteststart2.Location = new System.Drawing.Point(378, 71);
this.btteststart2.Name = "btteststart2";
this.btteststart2.Size = new System.Drawing.Size(91, 23);
this.btteststart2.TabIndex = 0;
this.btteststart2.Text = "开始测试";
this.btteststart2.UseVisualStyleBackColor = true;
this.btteststart2.Click += new System.EventHandler(this.button2_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 1;
this.label2.Text = "巷道";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(96, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 1;
this.label4.Text = "开始货位";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(96, 77);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 1;
this.label5.Text = "开始货位";
//
// tCell1
//
this.tCell1.Location = new System.Drawing.Point(157, 33);
this.tCell1.Name = "tCell1";
this.tCell1.Size = new System.Drawing.Size(60, 21);
this.tCell1.TabIndex = 2;
this.tCell1.Text = "01-02-01";
this.tCell1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tCell2
//
this.tCell2.Location = new System.Drawing.Point(157, 73);
this.tCell2.Name = "tCell2";
this.tCell2.Size = new System.Drawing.Size(60, 21);
this.tCell2.TabIndex = 2;
this.tCell2.Text = "03-03-01";
this.tCell2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tLane2
//
this.tLane2.Enabled = false;
this.tLane2.Location = new System.Drawing.Point(40, 73);
this.tLane2.Name = "tLane2";
this.tLane2.Size = new System.Drawing.Size(42, 21);
this.tLane2.TabIndex = 2;
this.tLane2.Text = "18002";
this.tLane2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btteststop1
//
this.btteststop1.Location = new System.Drawing.Point(666, 31);
this.btteststop1.Name = "btteststop1";
this.btteststop1.Size = new System.Drawing.Size(91, 23);
this.btteststop1.TabIndex = 0;
this.btteststop1.Text = "测试结束";
this.btteststop1.UseVisualStyleBackColor = true;
this.btteststop1.Click += new System.EventHandler(this.button6_Click);
//
// cbEndDevice1
//
this.cbEndDevice1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbEndDevice1.FormattingEnabled = true;
this.cbEndDevice1.Items.AddRange(new object[] {
"12007",
"12008",
"12009",
"12010",
"12011",
"12012",
"12013"});
this.cbEndDevice1.Location = new System.Drawing.Point(278, 33);
this.cbEndDevice1.Name = "cbEndDevice1";
this.cbEndDevice1.Size = new System.Drawing.Size(92, 20);
this.cbEndDevice1.TabIndex = 39;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(222, 37);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 1;
this.label9.Text = "终点设备";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(222, 77);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 1;
this.label10.Text = "终点设备";
//
// cbEndDevice2
//
this.cbEndDevice2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbEndDevice2.FormattingEnabled = true;
this.cbEndDevice2.Items.AddRange(new object[] {
"12106",
"12114",
"22116"});
this.cbEndDevice2.Location = new System.Drawing.Point(278, 71);
this.cbEndDevice2.Name = "cbEndDevice2";
this.cbEndDevice2.Size = new System.Drawing.Size(92, 20);
this.cbEndDevice2.TabIndex = 39;
//
// btteststop2
//
this.btteststop2.Location = new System.Drawing.Point(666, 71);
this.btteststop2.Name = "btteststop2";
this.btteststop2.Size = new System.Drawing.Size(91, 23);
this.btteststop2.TabIndex = 40;
this.btteststop2.Text = "测试结束";
this.btteststop2.UseVisualStyleBackColor = true;
this.btteststop2.Click += new System.EventHandler(this.btteststop2_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(763, 30);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(115, 23);
this.button2.TabIndex = 44;
this.button2.Text = "清空货位测试标记";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// button3
//
this.button3.Location = new System.Drawing.Point(763, 71);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(115, 23);
this.button3.TabIndex = 45;
this.button3.Text = "清空货位测试标记";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(3, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(897, 237);
this.tabControl1.TabIndex = 47;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.button16);
this.tabPage1.Controls.Add(this.button15);
this.tabPage1.Controls.Add(this.button8);
this.tabPage1.Controls.Add(this.button6);
this.tabPage1.Controls.Add(this.button4);
this.tabPage1.Controls.Add(this.button1);
this.tabPage1.Controls.Add(this.tbLane1);
this.tabPage1.Controls.Add(this.button5);
this.tabPage1.Controls.Add(this.button7);
this.tabPage1.Controls.Add(this.button9);
this.tabPage1.Controls.Add(this.label13);
this.tabPage1.Controls.Add(this.label14);
this.tabPage1.Controls.Add(this.button10);
this.tabPage1.Controls.Add(this.label15);
this.tabPage1.Controls.Add(this.cbLane2Count);
this.tabPage1.Controls.Add(this.label17);
this.tabPage1.Controls.Add(this.cbLane1Count);
this.tabPage1.Controls.Add(this.tbLane2);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage1.Size = new System.Drawing.Size(889, 211);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Test1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// button16
//
this.button16.Location = new System.Drawing.Point(812, 17);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(75, 23);
this.button16.TabIndex = 69;
this.button16.Text = "不携带AGV";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(734, 17);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(75, 23);
this.button15.TabIndex = 68;
this.button15.Text = "携带AGV";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(618, 50);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(115, 23);
this.button8.TabIndex = 67;
this.button8.Text = "停止测试";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(258, 50);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(115, 23);
this.button6.TabIndex = 66;
this.button6.Text = "开始测试";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click_1);
//
// button4
//
this.button4.Location = new System.Drawing.Point(498, 17);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(115, 23);
this.button4.TabIndex = 65;
this.button4.Text = "停止入库";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(378, 17);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(115, 23);
this.button1.TabIndex = 64;
this.button1.Text = "停止出库";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// tbLane1
//
this.tbLane1.Enabled = false;
this.tbLane1.Location = new System.Drawing.Point(44, 18);
this.tbLane1.Name = "tbLane1";
this.tbLane1.Size = new System.Drawing.Size(42, 21);
this.tbLane1.TabIndex = 57;
this.tbLane1.Text = "18001";
this.tbLane1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// button5
//
this.button5.Location = new System.Drawing.Point(258, 17);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(115, 23);
this.button5.TabIndex = 47;
this.button5.Text = "开始测试";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(378, 50);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(115, 23);
this.button7.TabIndex = 46;
this.button7.Text = "停止出库";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(618, 17);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(115, 23);
this.button9.TabIndex = 48;
this.button9.Text = "停止测试";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(12, 20);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 52;
this.label13.Text = "巷道";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(12, 60);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(29, 12);
this.label14.TabIndex = 49;
this.label14.Text = "巷道";
//
// button10
//
this.button10.Location = new System.Drawing.Point(498, 50);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(115, 23);
this.button10.TabIndex = 61;
this.button10.Text = "停止入库";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(125, 20);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 51;
this.label15.Text = "数量";
//
// cbLane2Count
//
this.cbLane2Count.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLane2Count.Enabled = false;
this.cbLane2Count.FormattingEnabled = true;
this.cbLane2Count.Items.AddRange(new object[] {
"2",
"4",
"6",
"8",
"10"});
this.cbLane2Count.Location = new System.Drawing.Point(160, 52);
this.cbLane2Count.Name = "cbLane2Count";
this.cbLane2Count.Size = new System.Drawing.Size(92, 20);
this.cbLane2Count.TabIndex = 59;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(125, 58);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(29, 12);
this.label17.TabIndex = 50;
this.label17.Text = "数量";
//
// cbLane1Count
//
this.cbLane1Count.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLane1Count.Enabled = false;
this.cbLane1Count.FormattingEnabled = true;
this.cbLane1Count.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7"});
this.cbLane1Count.Location = new System.Drawing.Point(160, 17);
this.cbLane1Count.Name = "cbLane1Count";
this.cbLane1Count.Size = new System.Drawing.Size(92, 20);
this.cbLane1Count.TabIndex = 60;
//
// tbLane2
//
this.tbLane2.Enabled = false;
this.tbLane2.Location = new System.Drawing.Point(44, 56);
this.tbLane2.Name = "tbLane2";
this.tbLane2.Size = new System.Drawing.Size(42, 21);
this.tbLane2.TabIndex = 55;
this.tbLane2.Text = "18002";
this.tbLane2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button14);
this.tabPage2.Controls.Add(this.button13);
this.tabPage2.Controls.Add(this.button12);
this.tabPage2.Controls.Add(this.button11);
this.tabPage2.Controls.Add(this.tLane1);
this.tabPage2.Controls.Add(this.btteststart1);
this.tabPage2.Controls.Add(this.button3);
this.tabPage2.Controls.Add(this.btteststart2);
this.tabPage2.Controls.Add(this.button2);
this.tabPage2.Controls.Add(this.btteststop1);
this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.btteststop2);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.label9);
this.tabPage2.Controls.Add(this.cbEndDevice2);
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Controls.Add(this.cbEndDevice1);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.tCell2);
this.tabPage2.Controls.Add(this.tLane2);
this.tabPage2.Controls.Add(this.tCell1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage2.Size = new System.Drawing.Size(889, 211);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Test2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button14
//
this.button14.Location = new System.Drawing.Point(570, 71);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(91, 23);
this.button14.TabIndex = 49;
this.button14.Text = "停止入库";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(474, 71);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(91, 23);
this.button13.TabIndex = 48;
this.button13.Text = "停止出库";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(570, 31);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(91, 23);
this.button12.TabIndex = 47;
this.button12.Text = "停止入库";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(474, 31);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(91, 23);
this.button11.TabIndex = 46;
this.button11.Text = "停止出库";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// FrmLaneTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(912, 253);
this.Controls.Add(this.tabControl1);
this.MaximizeBox = false;
this.Name = "FrmLaneTest";
this.Text = "FrmLaneTest";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btteststart1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tLane1;
private System.Windows.Forms.Button btteststart2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tCell1;
private System.Windows.Forms.TextBox tCell2;
private System.Windows.Forms.TextBox tLane2;
private System.Windows.Forms.Button btteststop1;
private System.Windows.Forms.ComboBox cbEndDevice1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cbEndDevice2;
private System.Windows.Forms.Button btteststop2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox tbLane1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cbLane2Count;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.ComboBox cbLane1Count;
private System.Windows.Forms.TextBox tbLane2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
}
}