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.
387 lines
20 KiB
387 lines
20 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("宋体", 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(250, 26);
|
|
this.cbBLane.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbBLane.Name = "cbBLane";
|
|
this.cbBLane.Size = new System.Drawing.Size(155, 28);
|
|
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("宋体", 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(250, 26);
|
|
this.cbBFloor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbBFloor.Name = "cbBFloor";
|
|
this.cbBFloor.Size = new System.Drawing.Size(155, 28);
|
|
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("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cbBFarID.FormattingEnabled = true;
|
|
this.cbBFarID.Location = new System.Drawing.Point(250, 26);
|
|
this.cbBFarID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbBFarID.Name = "cbBFarID";
|
|
this.cbBFarID.Size = new System.Drawing.Size(155, 28);
|
|
this.cbBFarID.TabIndex = 36;
|
|
//
|
|
// cbBNearID
|
|
//
|
|
this.cbBNearID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBNearID.Font = new System.Drawing.Font("宋体", 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(250, 26);
|
|
this.cbBNearID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbBNearID.Name = "cbBNearID";
|
|
this.cbBNearID.Size = new System.Drawing.Size(155, 28);
|
|
this.cbBNearID.TabIndex = 36;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label11.Location = new System.Drawing.Point(19, 30);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(197, 18);
|
|
this.label11.TabIndex = 37;
|
|
this.label11.Text = "远叉(2叉)调度任务索引";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(19, 30);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(80, 18);
|
|
this.label2.TabIndex = 37;
|
|
this.label2.Text = "任务巷道";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(19, 30);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(80, 18);
|
|
this.label3.TabIndex = 37;
|
|
this.label3.Text = "任务楼层";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(19, 30);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(197, 18);
|
|
this.label1.TabIndex = 37;
|
|
this.label1.Text = "近叉(1叉)调度任务索引";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(328, 448);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(94, 46);
|
|
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("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button2.Location = new System.Drawing.Point(49, 448);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(94, 46);
|
|
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(15, 2);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.groupBox1.Size = new System.Drawing.Size(470, 68);
|
|
this.groupBox1.TabIndex = 39;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// rbnTwoForkSet
|
|
//
|
|
this.rbnTwoForkSet.AutoSize = true;
|
|
this.rbnTwoForkSet.Checked = true;
|
|
this.rbnTwoForkSet.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.rbnTwoForkSet.Location = new System.Drawing.Point(22, 28);
|
|
this.rbnTwoForkSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.rbnTwoForkSet.Name = "rbnTwoForkSet";
|
|
this.rbnTwoForkSet.Size = new System.Drawing.Size(101, 22);
|
|
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("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.rbnFarForkSet.Location = new System.Drawing.Point(148, 28);
|
|
this.rbnFarForkSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.rbnFarForkSet.Name = "rbnFarForkSet";
|
|
this.rbnFarForkSet.Size = new System.Drawing.Size(146, 22);
|
|
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("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.rbnNearForkSet.Location = new System.Drawing.Point(316, 28);
|
|
this.rbnNearForkSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.rbnNearForkSet.Name = "rbnNearForkSet";
|
|
this.rbnNearForkSet.Size = new System.Drawing.Size(146, 22);
|
|
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(15, 141);
|
|
this.gbFloor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbFloor.Name = "gbFloor";
|
|
this.gbFloor.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbFloor.Size = new System.Drawing.Size(470, 68);
|
|
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(15, 356);
|
|
this.gbNearFork.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbNearFork.Name = "gbNearFork";
|
|
this.gbNearFork.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbNearFork.Size = new System.Drawing.Size(470, 68);
|
|
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(15, 276);
|
|
this.gbFarFork.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbFarFork.Name = "gbFarFork";
|
|
this.gbFarFork.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbFarFork.Size = new System.Drawing.Size(470, 68);
|
|
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(15, 208);
|
|
this.gbLane.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbLane.Name = "gbLane";
|
|
this.gbLane.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbLane.Size = new System.Drawing.Size(470, 68);
|
|
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(15, 79);
|
|
this.gbType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbType.Name = "gbType";
|
|
this.gbType.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gbType.Size = new System.Drawing.Size(470, 68);
|
|
this.gbType.TabIndex = 39;
|
|
this.gbType.TabStop = false;
|
|
//
|
|
// cbBType
|
|
//
|
|
this.cbBType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBType.Font = new System.Drawing.Font("宋体", 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(250, 26);
|
|
this.cbBType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbBType.Name = "cbBType";
|
|
this.cbBType.Size = new System.Drawing.Size(155, 28);
|
|
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("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(19, 30);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(80, 18);
|
|
this.label4.TabIndex = 37;
|
|
this.label4.Text = "任务类型";
|
|
//
|
|
// FrmRelativeIDSet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(496, 520);
|
|
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.Enabled = false;
|
|
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 = "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;
|
|
|
|
}
|
|
}
|