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.
115 lines
4.3 KiB
115 lines
4.3 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class AGVStationChange
|
|
{
|
|
/// <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.savebutton = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.AGVStatus = new System.Windows.Forms.ComboBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// savebutton
|
|
//
|
|
this.savebutton.Location = new System.Drawing.Point(223, 131);
|
|
this.savebutton.Name = "savebutton";
|
|
this.savebutton.Size = new System.Drawing.Size(75, 23);
|
|
this.savebutton.TabIndex = 43;
|
|
this.savebutton.Text = "保 存";
|
|
this.savebutton.UseVisualStyleBackColor = true;
|
|
this.savebutton.Click += new System.EventHandler(this.savebutton_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(26, 87);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 41;
|
|
this.label1.Text = "出入库属性";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(26, 30);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
|
this.label11.TabIndex = 42;
|
|
this.label11.Text = "交互站台";
|
|
//
|
|
// AGVStatus
|
|
//
|
|
this.AGVStatus.FormattingEnabled = true;
|
|
this.AGVStatus.Items.AddRange(new object[] {
|
|
"无",
|
|
"已离开",
|
|
"取货申请",
|
|
"取货中",
|
|
"取货完成",
|
|
"放货申请",
|
|
"放货中",
|
|
"放货完成"});
|
|
this.AGVStatus.Location = new System.Drawing.Point(114, 84);
|
|
this.AGVStatus.Name = "AGVStatus";
|
|
this.AGVStatus.Size = new System.Drawing.Size(184, 20);
|
|
this.AGVStatus.TabIndex = 39;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(114, 27);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(184, 21);
|
|
this.textBox1.TabIndex = 44;
|
|
//
|
|
// AGVStationChange
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(341, 197);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.savebutton);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.AGVStatus);
|
|
this.Name = "AGVStationChange";
|
|
this.Text = "AGV状态手动变更";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button savebutton;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox AGVStatus;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
}
|
|
}
|