315 lines
14 KiB
C#
315 lines
14 KiB
C#
|
|
|||
|
namespace RGD.WCS
|
|||
|
{
|
|||
|
partial class FrmHandCommand
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.cbUnpack = new System.Windows.Forms.ComboBox();
|
|||
|
this.cbBoxFloor = new System.Windows.Forms.ComboBox();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|||
|
this.txtCellCode = new System.Windows.Forms.TextBox();
|
|||
|
this.plCell = new System.Windows.Forms.Panel();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.cbEndPosition = new System.Windows.Forms.ComboBox();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.cbDeviceCommand = new System.Windows.Forms.ComboBox();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.cbDeviceName = new System.Windows.Forms.ComboBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Location = new System.Drawing.Point(77, 73);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(133, 21);
|
|||
|
this.textBox1.TabIndex = 65;
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Location = new System.Drawing.Point(17, 80);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label9.TabIndex = 64;
|
|||
|
this.label9.Text = "表位置:";
|
|||
|
//
|
|||
|
// cbUnpack
|
|||
|
//
|
|||
|
this.cbUnpack.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbUnpack.FormattingEnabled = true;
|
|||
|
this.cbUnpack.Items.AddRange(new object[] {
|
|||
|
"1",
|
|||
|
"2",
|
|||
|
"3",
|
|||
|
"4",
|
|||
|
"5"});
|
|||
|
this.cbUnpack.Location = new System.Drawing.Point(1171, 15);
|
|||
|
this.cbUnpack.Name = "cbUnpack";
|
|||
|
this.cbUnpack.Size = new System.Drawing.Size(78, 20);
|
|||
|
this.cbUnpack.TabIndex = 63;
|
|||
|
this.cbUnpack.Visible = false;
|
|||
|
//
|
|||
|
// cbBoxFloor
|
|||
|
//
|
|||
|
this.cbBoxFloor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbBoxFloor.FormattingEnabled = true;
|
|||
|
this.cbBoxFloor.Items.AddRange(new object[] {
|
|||
|
"1",
|
|||
|
"2",
|
|||
|
"3",
|
|||
|
"4",
|
|||
|
"5"});
|
|||
|
this.cbBoxFloor.Location = new System.Drawing.Point(1028, 15);
|
|||
|
this.cbBoxFloor.Name = "cbBoxFloor";
|
|||
|
this.cbBoxFloor.Size = new System.Drawing.Size(78, 20);
|
|||
|
this.cbBoxFloor.TabIndex = 62;
|
|||
|
this.cbBoxFloor.Visible = false;
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.Location = new System.Drawing.Point(1112, 19);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label8.TabIndex = 61;
|
|||
|
this.label8.Text = "拆盘数量";
|
|||
|
this.label8.Visible = false;
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(969, 19);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label7.TabIndex = 60;
|
|||
|
this.label7.Text = "表箱层数";
|
|||
|
this.label7.Visible = false;
|
|||
|
//
|
|||
|
// comboBox1
|
|||
|
//
|
|||
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
this.comboBox1.Items.AddRange(new object[] {
|
|||
|
"近货叉",
|
|||
|
"远货叉"});
|
|||
|
this.comboBox1.Location = new System.Drawing.Point(878, 15);
|
|||
|
this.comboBox1.Name = "comboBox1";
|
|||
|
this.comboBox1.Size = new System.Drawing.Size(84, 20);
|
|||
|
this.comboBox1.TabIndex = 59;
|
|||
|
this.comboBox1.Visible = false;
|
|||
|
//
|
|||
|
// checkBox1
|
|||
|
//
|
|||
|
this.checkBox1.AutoSize = true;
|
|||
|
this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
this.checkBox1.Location = new System.Drawing.Point(818, 51);
|
|||
|
this.checkBox1.Name = "checkBox1";
|
|||
|
this.checkBox1.Size = new System.Drawing.Size(144, 16);
|
|||
|
this.checkBox1.TabIndex = 58;
|
|||
|
this.checkBox1.Text = "携带一个双叉关联指令";
|
|||
|
this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|||
|
this.checkBox1.Visible = false;
|
|||
|
//
|
|||
|
// txtCellCode
|
|||
|
//
|
|||
|
this.txtCellCode.Location = new System.Drawing.Point(521, 48);
|
|||
|
this.txtCellCode.Name = "txtCellCode";
|
|||
|
this.txtCellCode.Size = new System.Drawing.Size(133, 21);
|
|||
|
this.txtCellCode.TabIndex = 57;
|
|||
|
this.txtCellCode.TextChanged += new System.EventHandler(this.txtCellCode_TextChanged);
|
|||
|
//
|
|||
|
// 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(19, 125);
|
|||
|
this.plCell.Name = "plCell";
|
|||
|
this.plCell.Size = new System.Drawing.Size(1256, 635);
|
|||
|
this.plCell.TabIndex = 56;
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(215, 75);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(116, 23);
|
|||
|
this.button1.TabIndex = 55;
|
|||
|
this.button1.Text = "下达手工任务";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// cbEndPosition
|
|||
|
//
|
|||
|
this.cbEndPosition.FormattingEnabled = true;
|
|||
|
this.cbEndPosition.Location = new System.Drawing.Point(78, 49);
|
|||
|
this.cbEndPosition.Name = "cbEndPosition";
|
|||
|
this.cbEndPosition.Size = new System.Drawing.Size(377, 20);
|
|||
|
this.cbEndPosition.TabIndex = 54;
|
|||
|
this.cbEndPosition.SelectedIndexChanged += new System.EventHandler(this.cbEndPosition_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(667, 53);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(143, 12);
|
|||
|
this.label5.TabIndex = 53;
|
|||
|
this.label5.Text = "格式:Z(排)-X(列)-Y(层)";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(461, 53);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|||
|
this.label3.TabIndex = 52;
|
|||
|
this.label3.Text = "货位编码:";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(17, 55);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
|||
|
this.label4.TabIndex = 51;
|
|||
|
this.label4.Text = "位置选择:";
|
|||
|
//
|
|||
|
// cbDeviceCommand
|
|||
|
//
|
|||
|
this.cbDeviceCommand.FormattingEnabled = true;
|
|||
|
this.cbDeviceCommand.Location = new System.Drawing.Point(521, 15);
|
|||
|
this.cbDeviceCommand.Name = "cbDeviceCommand";
|
|||
|
this.cbDeviceCommand.Size = new System.Drawing.Size(289, 20);
|
|||
|
this.cbDeviceCommand.TabIndex = 50;
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(816, 19);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
|||
|
this.label6.TabIndex = 49;
|
|||
|
this.label6.Text = "选定货叉:";
|
|||
|
this.label6.Visible = false;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(461, 19);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|||
|
this.label2.TabIndex = 48;
|
|||
|
this.label2.Text = "设备动作:";
|
|||
|
//
|
|||
|
// cbDeviceName
|
|||
|
//
|
|||
|
this.cbDeviceName.FormattingEnabled = true;
|
|||
|
this.cbDeviceName.Location = new System.Drawing.Point(78, 15);
|
|||
|
this.cbDeviceName.Name = "cbDeviceName";
|
|||
|
this.cbDeviceName.Size = new System.Drawing.Size(377, 20);
|
|||
|
this.cbDeviceName.TabIndex = 47;
|
|||
|
this.cbDeviceName.SelectedIndexChanged += new System.EventHandler(this.cbDeviceName_SelectedIndexChanged);
|
|||
|
this.cbDeviceName.Click += new System.EventHandler(this.cbDeviceName_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(17, 19);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|||
|
this.label1.TabIndex = 46;
|
|||
|
this.label1.Text = "设备名称:";
|
|||
|
//
|
|||
|
// FrmHandCommand
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1283, 707);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.label9);
|
|||
|
this.Controls.Add(this.cbUnpack);
|
|||
|
this.Controls.Add(this.cbBoxFloor);
|
|||
|
this.Controls.Add(this.label8);
|
|||
|
this.Controls.Add(this.label7);
|
|||
|
this.Controls.Add(this.comboBox1);
|
|||
|
this.Controls.Add(this.checkBox1);
|
|||
|
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.label6);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.cbDeviceName);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|||
|
this.Name = "FrmHandCommand";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "手工任务---设备命令";
|
|||
|
this.Load += new System.EventHandler(this.FrmHandCommand_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.ComboBox cbUnpack;
|
|||
|
private System.Windows.Forms.ComboBox cbBoxFloor;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
private System.Windows.Forms.CheckBox checkBox1;
|
|||
|
private System.Windows.Forms.TextBox txtCellCode;
|
|||
|
private System.Windows.Forms.Panel plCell;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.ComboBox cbEndPosition;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.ComboBox cbDeviceCommand;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.ComboBox cbDeviceName;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
}
|
|||
|
}
|