Files
FG2608061/CODE/20230901/SA17168/AGVSystem Ver2.0/Creat_Task.Designer.cs
T

237 lines
9.5 KiB
C#

namespace AGVSystem
{
partial class Creat_Task
{
/// <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.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.lab_loc = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.lab_group = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lab_qty = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "料车编号:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6"});
this.comboBox1.Location = new System.Drawing.Point(110, 20);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 1;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(61, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "位置:";
//
// lab_loc
//
this.lab_loc.AutoSize = true;
this.lab_loc.Location = new System.Drawing.Point(110, 70);
this.lab_loc.Name = "lab_loc";
this.lab_loc.Size = new System.Drawing.Size(11, 12);
this.lab_loc.TabIndex = 3;
this.lab_loc.Text = "0";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 117);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 4;
this.label4.Text = "保险杆数量:";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(110, 115);
this.numericUpDown1.Maximum = new decimal(new int[] {
6,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
this.numericUpDown1.TabIndex = 5;
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(37, 164);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 6;
this.label5.Text = "TS上件口:";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"",
"A组 -1",
"B组 -2",
"C组 -3",
"D组 -4",
"E组 -5",
"F组 -6",
"G组 -7",
"H组 -8",
"I组 -9",
"J组 -10",
"K组 -11",
"L组 -12"});
this.comboBox2.Location = new System.Drawing.Point(110, 161);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 7;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(25, 211);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 8;
this.label6.Text = "滑杆下件口:";
//
// lab_group
//
this.lab_group.AutoSize = true;
this.lab_group.Location = new System.Drawing.Point(110, 211);
this.lab_group.Name = "lab_group";
this.lab_group.Size = new System.Drawing.Size(11, 12);
this.lab_group.TabIndex = 9;
this.lab_group.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(37, 258);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 10;
this.label8.Text = "下件数量:";
//
// lab_qty
//
this.lab_qty.AutoSize = true;
this.lab_qty.Location = new System.Drawing.Point(110, 258);
this.lab_qty.Name = "lab_qty";
this.lab_qty.Size = new System.Drawing.Size(11, 12);
this.lab_qty.TabIndex = 11;
this.lab_qty.Text = "0";
//
// button1
//
this.button1.Location = new System.Drawing.Point(132, 307);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(99, 30);
this.button1.TabIndex = 12;
this.button1.Text = "创 建";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Creat_Task
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(260, 366);
this.Controls.Add(this.button1);
this.Controls.Add(this.lab_qty);
this.Controls.Add(this.label8);
this.Controls.Add(this.lab_group);
this.Controls.Add(this.label6);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.label5);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.label4);
this.Controls.Add(this.lab_loc);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "Creat_Task";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "创建任务";
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lab_loc;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lab_group;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lab_qty;
private System.Windows.Forms.Button button1;
}
}