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.
510 lines
25 KiB
510 lines
25 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmHandCommand
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.cbDeviceName = new System.Windows.Forms.ComboBox();
|
|
this.cbDeviceCommand = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cbEndPosition = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.plCell = new System.Windows.Forms.Panel();
|
|
this.txtCellCode = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtCellCode1 = new System.Windows.Forms.TextBox();
|
|
this.lblCellCode1 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.pnGd = new System.Windows.Forms.Panel();
|
|
this.tbFPALLETBARCODE = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.cbBeginDev = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.cbInWorkBench = new System.Windows.Forms.ComboBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.cbEndDev = new System.Windows.Forms.ComboBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.pnDblFork = new System.Windows.Forms.Panel();
|
|
this.fork2 = new System.Windows.Forms.CheckBox();
|
|
this.fork3 = new System.Windows.Forms.CheckBox();
|
|
this.panelType = new System.Windows.Forms.Panel();
|
|
this.comboBoxType = new System.Windows.Forms.ComboBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.pnGd.SuspendLayout();
|
|
this.pnDblFork.SuspendLayout();
|
|
this.panelType.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(30, 28);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 15);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "设备名称:";
|
|
//
|
|
// cbDeviceName
|
|
//
|
|
this.cbDeviceName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbDeviceName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbDeviceName.FormattingEnabled = true;
|
|
this.cbDeviceName.Location = new System.Drawing.Point(106, 22);
|
|
this.cbDeviceName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbDeviceName.Name = "cbDeviceName";
|
|
this.cbDeviceName.Size = new System.Drawing.Size(470, 23);
|
|
this.cbDeviceName.TabIndex = 3;
|
|
this.cbDeviceName.SelectedIndexChanged += new System.EventHandler(this.cbDeviceName_SelectedIndexChanged);
|
|
this.cbDeviceName.Click += new System.EventHandler(this.cbDeviceName_SelectedIndexChanged);
|
|
//
|
|
// cbDeviceCommand
|
|
//
|
|
this.cbDeviceCommand.FormattingEnabled = true;
|
|
this.cbDeviceCommand.Location = new System.Drawing.Point(660, 22);
|
|
this.cbDeviceCommand.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbDeviceCommand.Name = "cbDeviceCommand";
|
|
this.cbDeviceCommand.Size = new System.Drawing.Size(248, 23);
|
|
this.cbDeviceCommand.TabIndex = 5;
|
|
this.cbDeviceCommand.SelectedIndexChanged += new System.EventHandler(this.cbDeviceCommand_SelectedIndexChanged);
|
|
this.cbDeviceCommand.Click += new System.EventHandler(this.cbDeviceCommand_SelectedIndexChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(585, 28);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(82, 15);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "设备动作:";
|
|
//
|
|
// cbEndPosition
|
|
//
|
|
this.cbEndPosition.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbEndPosition.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbEndPosition.FormattingEnabled = true;
|
|
this.cbEndPosition.Location = new System.Drawing.Point(134, 69);
|
|
this.cbEndPosition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbEndPosition.Name = "cbEndPosition";
|
|
this.cbEndPosition.Size = new System.Drawing.Size(319, 23);
|
|
this.cbEndPosition.TabIndex = 7;
|
|
this.cbEndPosition.SelectedIndexChanged += new System.EventHandler(this.cbEndPosition_SelectedIndexChanged);
|
|
this.cbEndPosition.TextChanged += new System.EventHandler(this.cbEndPosition_SelectedIndexChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(29, 74);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(112, 15);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "目标位置选择:";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(1165, 66);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(145, 31);
|
|
this.button1.TabIndex = 32;
|
|
this.button1.Text = "下达手工任务";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(464, 74);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(82, 15);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "货位编码:";
|
|
//
|
|
// plCell
|
|
//
|
|
this.plCell.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.plCell.Location = new System.Drawing.Point(32, 161);
|
|
this.plCell.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.plCell.Name = "plCell";
|
|
this.plCell.Size = new System.Drawing.Size(1300, 534);
|
|
this.plCell.TabIndex = 36;
|
|
//
|
|
// txtCellCode
|
|
//
|
|
this.txtCellCode.Location = new System.Drawing.Point(548, 68);
|
|
this.txtCellCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.txtCellCode.Name = "txtCellCode";
|
|
this.txtCellCode.Size = new System.Drawing.Size(165, 25);
|
|
this.txtCellCode.TabIndex = 37;
|
|
this.txtCellCode.TextChanged += new System.EventHandler(this.txtCellCode_TextChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(721, 74);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(185, 15);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "格式:Z(排)-X(列)-Y(层)";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5"});
|
|
this.comboBox1.Location = new System.Drawing.Point(80, 12);
|
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(58, 23);
|
|
this.comboBox1.TabIndex = 39;
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(2, 20);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(82, 15);
|
|
this.label6.TabIndex = 4;
|
|
this.label6.Text = "选定货叉:";
|
|
//
|
|
// txtCellCode1
|
|
//
|
|
this.txtCellCode1.Location = new System.Drawing.Point(1024, 68);
|
|
this.txtCellCode1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.txtCellCode1.Name = "txtCellCode1";
|
|
this.txtCellCode1.Size = new System.Drawing.Size(138, 25);
|
|
this.txtCellCode1.TabIndex = 41;
|
|
this.txtCellCode1.TextChanged += new System.EventHandler(this.txtCellCode1_TextChanged);
|
|
//
|
|
// lblCellCode1
|
|
//
|
|
this.lblCellCode1.AutoSize = true;
|
|
this.lblCellCode1.Location = new System.Drawing.Point(910, 74);
|
|
this.lblCellCode1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblCellCode1.Name = "lblCellCode1";
|
|
this.lblCellCode1.Size = new System.Drawing.Size(112, 15);
|
|
this.lblCellCode1.TabIndex = 40;
|
|
this.lblCellCode1.Text = "终止货位编码:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(166, 20);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(97, 15);
|
|
this.label7.TabIndex = 43;
|
|
this.label7.Text = "携带多叉关联";
|
|
//
|
|
// pnGd
|
|
//
|
|
this.pnGd.Controls.Add(this.tbFPALLETBARCODE);
|
|
this.pnGd.Controls.Add(this.label12);
|
|
this.pnGd.Controls.Add(this.cbBeginDev);
|
|
this.pnGd.Controls.Add(this.label9);
|
|
this.pnGd.Controls.Add(this.cbInWorkBench);
|
|
this.pnGd.Controls.Add(this.label11);
|
|
this.pnGd.Controls.Add(this.label10);
|
|
this.pnGd.Controls.Add(this.cbEndDev);
|
|
this.pnGd.Controls.Add(this.label8);
|
|
this.pnGd.Location = new System.Drawing.Point(32, 104);
|
|
this.pnGd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.pnGd.Name = "pnGd";
|
|
this.pnGd.Size = new System.Drawing.Size(1265, 49);
|
|
this.pnGd.TabIndex = 44;
|
|
this.pnGd.Visible = false;
|
|
//
|
|
// tbFPALLETBARCODE
|
|
//
|
|
this.tbFPALLETBARCODE.Location = new System.Drawing.Point(1138, 9);
|
|
this.tbFPALLETBARCODE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbFPALLETBARCODE.MaxLength = 6;
|
|
this.tbFPALLETBARCODE.Name = "tbFPALLETBARCODE";
|
|
this.tbFPALLETBARCODE.Size = new System.Drawing.Size(113, 25);
|
|
this.tbFPALLETBARCODE.TabIndex = 14;
|
|
this.tbFPALLETBARCODE.Visible = false;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(1091, 15);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(37, 15);
|
|
this.label12.TabIndex = 13;
|
|
this.label12.Text = "条码";
|
|
this.label12.Visible = false;
|
|
//
|
|
// cbBeginDev
|
|
//
|
|
this.cbBeginDev.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbBeginDev.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbBeginDev.FormattingEnabled = true;
|
|
this.cbBeginDev.Location = new System.Drawing.Point(89, 10);
|
|
this.cbBeginDev.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbBeginDev.Name = "cbBeginDev";
|
|
this.cbBeginDev.Size = new System.Drawing.Size(178, 23);
|
|
this.cbBeginDev.TabIndex = 11;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(10, 12);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(82, 15);
|
|
this.label9.TabIndex = 10;
|
|
this.label9.Text = "起始位置:";
|
|
//
|
|
// cbInWorkBench
|
|
//
|
|
this.cbInWorkBench.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbInWorkBench.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbInWorkBench.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbInWorkBench.FormattingEnabled = true;
|
|
this.cbInWorkBench.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2"});
|
|
this.cbInWorkBench.Location = new System.Drawing.Point(800, 11);
|
|
this.cbInWorkBench.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbInWorkBench.Name = "cbInWorkBench";
|
|
this.cbInWorkBench.Size = new System.Drawing.Size(60, 23);
|
|
this.cbInWorkBench.TabIndex = 9;
|
|
this.cbInWorkBench.Visible = false;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(869, 16);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(197, 15);
|
|
this.label11.TabIndex = 8;
|
|
this.label11.Text = "0进,1不进,2有货不进无货进";
|
|
this.label11.Visible = false;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(704, 16);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(97, 15);
|
|
this.label10.TabIndex = 8;
|
|
this.label10.Text = "是否进工位:";
|
|
this.label10.Visible = false;
|
|
//
|
|
// cbEndDev
|
|
//
|
|
this.cbEndDev.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbEndDev.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbEndDev.FormattingEnabled = true;
|
|
this.cbEndDev.Location = new System.Drawing.Point(355, 12);
|
|
this.cbEndDev.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbEndDev.Name = "cbEndDev";
|
|
this.cbEndDev.Size = new System.Drawing.Size(319, 23);
|
|
this.cbEndDev.TabIndex = 9;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(275, 16);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(82, 15);
|
|
this.label8.TabIndex = 8;
|
|
this.label8.Text = "目标位置:";
|
|
//
|
|
// pnDblFork
|
|
//
|
|
this.pnDblFork.Controls.Add(this.fork2);
|
|
this.pnDblFork.Controls.Add(this.comboBox1);
|
|
this.pnDblFork.Controls.Add(this.label6);
|
|
this.pnDblFork.Controls.Add(this.label7);
|
|
this.pnDblFork.Location = new System.Drawing.Point(1092, 11);
|
|
this.pnDblFork.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.pnDblFork.Name = "pnDblFork";
|
|
this.pnDblFork.Size = new System.Drawing.Size(340, 45);
|
|
this.pnDblFork.TabIndex = 45;
|
|
//
|
|
// fork2
|
|
//
|
|
this.fork2.AutoSize = true;
|
|
this.fork2.Location = new System.Drawing.Point(266, 16);
|
|
this.fork2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.fork2.Name = "fork2";
|
|
this.fork2.Size = new System.Drawing.Size(52, 19);
|
|
this.fork2.TabIndex = 44;
|
|
this.fork2.Text = "2叉";
|
|
this.fork2.UseVisualStyleBackColor = true;
|
|
//
|
|
// fork3
|
|
//
|
|
this.fork3.AutoSize = true;
|
|
this.fork3.Location = new System.Drawing.Point(1435, 28);
|
|
this.fork3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.fork3.Name = "fork3";
|
|
this.fork3.Size = new System.Drawing.Size(52, 19);
|
|
this.fork3.TabIndex = 45;
|
|
this.fork3.Text = "3叉";
|
|
this.fork3.UseVisualStyleBackColor = true;
|
|
this.fork3.Visible = false;
|
|
//
|
|
// panelType
|
|
//
|
|
this.panelType.Controls.Add(this.comboBoxType);
|
|
this.panelType.Controls.Add(this.label14);
|
|
this.panelType.Location = new System.Drawing.Point(914, 18);
|
|
this.panelType.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panelType.Name = "panelType";
|
|
this.panelType.Size = new System.Drawing.Size(171, 38);
|
|
this.panelType.TabIndex = 0;
|
|
this.panelType.Visible = false;
|
|
//
|
|
// comboBoxType
|
|
//
|
|
this.comboBoxType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.comboBoxType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxType.FormattingEnabled = true;
|
|
this.comboBoxType.Items.AddRange(new object[] {
|
|
"1(small)",
|
|
"2(big)"});
|
|
this.comboBoxType.Location = new System.Drawing.Point(55, 6);
|
|
this.comboBoxType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.comboBoxType.Name = "comboBoxType";
|
|
this.comboBoxType.Size = new System.Drawing.Size(113, 23);
|
|
this.comboBoxType.TabIndex = 9;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(6, 12);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(52, 15);
|
|
this.label14.TabIndex = 8;
|
|
this.label14.Text = "类型:";
|
|
//
|
|
// FrmHandCommand
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(1348, 715);
|
|
this.Controls.Add(this.panelType);
|
|
this.Controls.Add(this.fork3);
|
|
this.Controls.Add(this.pnGd);
|
|
this.Controls.Add(this.pnDblFork);
|
|
this.Controls.Add(this.txtCellCode1);
|
|
this.Controls.Add(this.lblCellCode1);
|
|
this.Controls.Add(this.txtCellCode);
|
|
this.Controls.Add(this.plCell);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.cbEndPosition);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.cbDeviceCommand);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.cbDeviceName);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmHandCommand";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "手工任务---设备命令";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmHandCommand_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmHandCommand_Load);
|
|
this.pnGd.ResumeLayout(false);
|
|
this.pnGd.PerformLayout();
|
|
this.pnDblFork.ResumeLayout(false);
|
|
this.pnDblFork.PerformLayout();
|
|
this.panelType.ResumeLayout(false);
|
|
this.panelType.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cbDeviceName;
|
|
private System.Windows.Forms.ComboBox cbDeviceCommand;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cbEndPosition;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel plCell;
|
|
private System.Windows.Forms.TextBox txtCellCode;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtCellCode1;
|
|
private System.Windows.Forms.Label lblCellCode1;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Panel pnGd;
|
|
private System.Windows.Forms.ComboBox cbBeginDev;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.ComboBox cbEndDev;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Panel pnDblFork;
|
|
private System.Windows.Forms.ComboBox cbInWorkBench;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox tbFPALLETBARCODE;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.CheckBox fork3;
|
|
private System.Windows.Forms.CheckBox fork2;
|
|
private System.Windows.Forms.Panel panelType;
|
|
private System.Windows.Forms.ComboBox comboBoxType;
|
|
private System.Windows.Forms.Label label14;
|
|
}
|
|
}
|