宜昌华友-原料库
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.

358 lines
17 KiB

namespace wcfControlMonitorClient
{
partial class FrmRelativeIDSet
{
/// <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.cbBLane = new System.Windows.Forms.ComboBox();
this.cbBFloor = new System.Windows.Forms.ComboBox();
this.cbBFarID = new System.Windows.Forms.ComboBox();
this.cbBNearID = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rbnTwoForkSet = new System.Windows.Forms.RadioButton();
this.rbnFarForkSet = new System.Windows.Forms.RadioButton();
this.rbnNearForkSet = new System.Windows.Forms.RadioButton();
this.gbFloor = new System.Windows.Forms.GroupBox();
this.gbNearFork = new System.Windows.Forms.GroupBox();
this.gbFarFork = new System.Windows.Forms.GroupBox();
this.gbLane = new System.Windows.Forms.GroupBox();
this.gbType = new System.Windows.Forms.GroupBox();
this.cbBType = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.gbFloor.SuspendLayout();
this.gbNearFork.SuspendLayout();
this.gbFarFork.SuspendLayout();
this.gbLane.SuspendLayout();
this.gbType.SuspendLayout();
this.SuspendLayout();
//
// cbBLane
//
this.cbBLane.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBLane.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbBLane.FormattingEnabled = true;
this.cbBLane.Items.AddRange(new object[] {
"1巷道18001",
"2巷道18002"});
this.cbBLane.Location = new System.Drawing.Point(200, 21);
this.cbBLane.Name = "cbBLane";
this.cbBLane.Size = new System.Drawing.Size(125, 24);
this.cbBLane.TabIndex = 36;
this.cbBLane.SelectedIndexChanged += new System.EventHandler(this.cbBLane_SelectedIndexChanged);
//
// cbBFloor
//
this.cbBFloor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBFloor.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbBFloor.FormattingEnabled = true;
this.cbBFloor.Items.AddRange(new object[] {
"1层",
"2层"});
this.cbBFloor.Location = new System.Drawing.Point(200, 21);
this.cbBFloor.Name = "cbBFloor";
this.cbBFloor.Size = new System.Drawing.Size(125, 24);
this.cbBFloor.TabIndex = 36;
this.cbBFloor.SelectedIndexChanged += new System.EventHandler(this.cbBFloor_SelectedIndexChanged);
//
// cbBFarID
//
this.cbBFarID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBFarID.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbBFarID.FormattingEnabled = true;
this.cbBFarID.Location = new System.Drawing.Point(200, 21);
this.cbBFarID.Name = "cbBFarID";
this.cbBFarID.Size = new System.Drawing.Size(125, 24);
this.cbBFarID.TabIndex = 36;
//
// cbBNearID
//
this.cbBNearID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBNearID.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbBNearID.FormattingEnabled = true;
this.cbBNearID.Items.AddRange(new object[] {
"出库站台",
"入库站台",
"拣选站台"});
this.cbBNearID.Location = new System.Drawing.Point(200, 21);
this.cbBNearID.Name = "cbBNearID";
this.cbBNearID.Size = new System.Drawing.Size(125, 24);
this.cbBNearID.TabIndex = 36;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(15, 24);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(154, 14);
this.label11.TabIndex = 37;
this.label11.Text = "远叉(2叉)调度任务索引";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(15, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 37;
this.label2.Text = "任务巷道";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(15, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 37;
this.label3.Text = "任务楼层";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(15, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(154, 14);
this.label1.TabIndex = 37;
this.label1.Text = "近叉(1叉)调度任务索引";
//
// button1
//
this.button1.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(262, 358);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 37);
this.button1.TabIndex = 38;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// button2
//
this.button2.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(39, 358);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 37);
this.button2.TabIndex = 39;
this.button2.Text = "刷 新";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rbnTwoForkSet);
this.groupBox1.Controls.Add(this.rbnFarForkSet);
this.groupBox1.Controls.Add(this.rbnNearForkSet);
this.groupBox1.Location = new System.Drawing.Point(12, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(376, 54);
this.groupBox1.TabIndex = 39;
this.groupBox1.TabStop = false;
//
// rbnTwoForkSet
//
this.rbnTwoForkSet.AutoSize = true;
this.rbnTwoForkSet.Checked = true;
this.rbnTwoForkSet.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbnTwoForkSet.Location = new System.Drawing.Point(18, 22);
this.rbnTwoForkSet.Name = "rbnTwoForkSet";
this.rbnTwoForkSet.Size = new System.Drawing.Size(81, 18);
this.rbnTwoForkSet.TabIndex = 1;
this.rbnTwoForkSet.TabStop = true;
this.rbnTwoForkSet.Text = "双叉任务";
this.rbnTwoForkSet.UseVisualStyleBackColor = true;
this.rbnTwoForkSet.Click += new System.EventHandler(this.rbnTwoForkSet_Click);
//
// rbnFarForkSet
//
this.rbnFarForkSet.AutoSize = true;
this.rbnFarForkSet.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbnFarForkSet.Location = new System.Drawing.Point(118, 22);
this.rbnFarForkSet.Name = "rbnFarForkSet";
this.rbnFarForkSet.Size = new System.Drawing.Size(116, 18);
this.rbnFarForkSet.TabIndex = 0;
this.rbnFarForkSet.Text = "远叉(2叉)任务";
this.rbnFarForkSet.UseVisualStyleBackColor = true;
this.rbnFarForkSet.Click += new System.EventHandler(this.rbnFarForkSet_Click);
//
// rbnNearForkSet
//
this.rbnNearForkSet.AutoSize = true;
this.rbnNearForkSet.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbnNearForkSet.Location = new System.Drawing.Point(253, 22);
this.rbnNearForkSet.Name = "rbnNearForkSet";
this.rbnNearForkSet.Size = new System.Drawing.Size(116, 18);
this.rbnNearForkSet.TabIndex = 0;
this.rbnNearForkSet.Text = "近叉(1叉)任务";
this.rbnNearForkSet.UseVisualStyleBackColor = true;
this.rbnNearForkSet.Click += new System.EventHandler(this.rbnNearForkSet_Click);
//
// gbFloor
//
this.gbFloor.Controls.Add(this.cbBFloor);
this.gbFloor.Controls.Add(this.label3);
this.gbFloor.Location = new System.Drawing.Point(12, 113);
this.gbFloor.Name = "gbFloor";
this.gbFloor.Size = new System.Drawing.Size(376, 54);
this.gbFloor.TabIndex = 39;
this.gbFloor.TabStop = false;
//
// gbNearFork
//
this.gbNearFork.Controls.Add(this.label1);
this.gbNearFork.Controls.Add(this.cbBNearID);
this.gbNearFork.Location = new System.Drawing.Point(12, 285);
this.gbNearFork.Name = "gbNearFork";
this.gbNearFork.Size = new System.Drawing.Size(376, 54);
this.gbNearFork.TabIndex = 40;
this.gbNearFork.TabStop = false;
//
// gbFarFork
//
this.gbFarFork.Controls.Add(this.label11);
this.gbFarFork.Controls.Add(this.cbBFarID);
this.gbFarFork.Location = new System.Drawing.Point(12, 221);
this.gbFarFork.Name = "gbFarFork";
this.gbFarFork.Size = new System.Drawing.Size(376, 54);
this.gbFarFork.TabIndex = 40;
this.gbFarFork.TabStop = false;
//
// gbLane
//
this.gbLane.Controls.Add(this.cbBLane);
this.gbLane.Controls.Add(this.label2);
this.gbLane.Location = new System.Drawing.Point(12, 166);
this.gbLane.Name = "gbLane";
this.gbLane.Size = new System.Drawing.Size(376, 54);
this.gbLane.TabIndex = 40;
this.gbLane.TabStop = false;
//
// gbType
//
this.gbType.Controls.Add(this.cbBType);
this.gbType.Controls.Add(this.label4);
this.gbType.Location = new System.Drawing.Point(12, 63);
this.gbType.Name = "gbType";
this.gbType.Size = new System.Drawing.Size(376, 54);
this.gbType.TabIndex = 39;
this.gbType.TabStop = false;
//
// cbBType
//
this.cbBType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBType.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbBType.FormattingEnabled = true;
this.cbBType.Items.AddRange(new object[] {
"入库",
"出库"});
this.cbBType.Location = new System.Drawing.Point(200, 21);
this.cbBType.Name = "cbBType";
this.cbBType.Size = new System.Drawing.Size(125, 24);
this.cbBType.TabIndex = 36;
this.cbBType.SelectedIndexChanged += new System.EventHandler(this.cbBFloor_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(15, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 14);
this.label4.TabIndex = 37;
this.label4.Text = "任务类型";
//
// FrmRelativeIDSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(397, 416);
this.Controls.Add(this.gbLane);
this.Controls.Add(this.gbFarFork);
this.Controls.Add(this.gbNearFork);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.gbType);
this.Controls.Add(this.gbFloor);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmRelativeIDSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "任务货叉管理";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.gbFloor.ResumeLayout(false);
this.gbFloor.PerformLayout();
this.gbNearFork.ResumeLayout(false);
this.gbNearFork.PerformLayout();
this.gbFarFork.ResumeLayout(false);
this.gbFarFork.PerformLayout();
this.gbLane.ResumeLayout(false);
this.gbLane.PerformLayout();
this.gbType.ResumeLayout(false);
this.gbType.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cbBLane;
private System.Windows.Forms.ComboBox cbBFloor;
private System.Windows.Forms.ComboBox cbBFarID;
private System.Windows.Forms.ComboBox cbBNearID;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rbnTwoForkSet;
private System.Windows.Forms.RadioButton rbnNearForkSet;
private System.Windows.Forms.GroupBox gbFloor;
private System.Windows.Forms.GroupBox gbNearFork;
private System.Windows.Forms.GroupBox gbFarFork;
private System.Windows.Forms.GroupBox gbLane;
private System.Windows.Forms.GroupBox gbType;
private System.Windows.Forms.ComboBox cbBType;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RadioButton rbnFarForkSet;
}
}