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.

381 lines
20 KiB

namespace _01调度窗口
{
partial class addmenu
{
/// <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.addtextBox1 = new System.Windows.Forms.TextBox();
this.btsave = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.addtextBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.addtextBox3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.addtextBox4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.addtextBox5 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.addtextBox6 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.addtextBox7 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.addtextBox8 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.addtextBox9 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.addtextBox10 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.addtextBox11 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.addtextBox12 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(19, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 19);
this.label1.TabIndex = 0;
this.label1.Text = "条码:";
//
// addtextBox1
//
this.addtextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox1.Location = new System.Drawing.Point(183, 24);
this.addtextBox1.Name = "addtextBox1";
this.addtextBox1.Size = new System.Drawing.Size(305, 25);
this.addtextBox1.TabIndex = 1;
//
// btsave
//
this.btsave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btsave.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btsave.Location = new System.Drawing.Point(177, 544);
this.btsave.Name = "btsave";
this.btsave.Size = new System.Drawing.Size(117, 36);
this.btsave.TabIndex = 2;
this.btsave.Text = "保存";
this.btsave.UseVisualStyleBackColor = true;
this.btsave.Click += new System.EventHandler(this.btsave_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.Size = new System.Drawing.Size(530, 592);
this.dataGridView1.TabIndex = 3;
//
// addtextBox2
//
this.addtextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox2.Location = new System.Drawing.Point(183, 64);
this.addtextBox2.Name = "addtextBox2";
this.addtextBox2.Size = new System.Drawing.Size(305, 25);
this.addtextBox2.TabIndex = 5;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(19, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(142, 19);
this.label2.TabIndex = 4;
this.label2.Text = "调度任务索引:";
//
// addtextBox3
//
this.addtextBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox3.Location = new System.Drawing.Point(183, 105);
this.addtextBox3.Name = "addtextBox3";
this.addtextBox3.Size = new System.Drawing.Size(305, 25);
this.addtextBox3.TabIndex = 7;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(19, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(142, 19);
this.label3.TabIndex = 6;
this.label3.Text = "关联任务索引:";
//
// addtextBox4
//
this.addtextBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox4.Location = new System.Drawing.Point(183, 147);
this.addtextBox4.Name = "addtextBox4";
this.addtextBox4.Size = new System.Drawing.Size(305, 25);
this.addtextBox4.TabIndex = 9;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(19, 150);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(104, 19);
this.label4.TabIndex = 8;
this.label4.Text = "任务类型:";
//
// addtextBox5
//
this.addtextBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox5.Location = new System.Drawing.Point(183, 190);
this.addtextBox5.Name = "addtextBox5";
this.addtextBox5.Size = new System.Drawing.Size(305, 25);
this.addtextBox5.TabIndex = 11;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(19, 193);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(104, 19);
this.label5.TabIndex = 10;
this.label5.Text = "作业类型:";
//
// addtextBox6
//
this.addtextBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox6.Location = new System.Drawing.Point(183, 230);
this.addtextBox6.Name = "addtextBox6";
this.addtextBox6.Size = new System.Drawing.Size(305, 25);
this.addtextBox6.TabIndex = 13;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(19, 233);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(66, 19);
this.label6.TabIndex = 12;
this.label6.Text = "起点:";
//
// addtextBox7
//
this.addtextBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox7.Location = new System.Drawing.Point(183, 272);
this.addtextBox7.Name = "addtextBox7";
this.addtextBox7.Size = new System.Drawing.Size(305, 25);
this.addtextBox7.TabIndex = 15;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(19, 275);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(104, 19);
this.label7.TabIndex = 14;
this.label7.Text = "起点货拉:";
//
// addtextBox8
//
this.addtextBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox8.Location = new System.Drawing.Point(183, 312);
this.addtextBox8.Name = "addtextBox8";
this.addtextBox8.Size = new System.Drawing.Size(305, 25);
this.addtextBox8.TabIndex = 17;
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(19, 315);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(66, 19);
this.label8.TabIndex = 16;
this.label8.Text = "终点:";
//
// addtextBox9
//
this.addtextBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox9.Location = new System.Drawing.Point(183, 350);
this.addtextBox9.Name = "addtextBox9";
this.addtextBox9.Size = new System.Drawing.Size(305, 25);
this.addtextBox9.TabIndex = 19;
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(19, 353);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(104, 19);
this.label9.TabIndex = 18;
this.label9.Text = "终点货拉:";
//
// addtextBox10
//
this.addtextBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox10.Location = new System.Drawing.Point(183, 392);
this.addtextBox10.Name = "addtextBox10";
this.addtextBox10.Size = new System.Drawing.Size(305, 25);
this.addtextBox10.TabIndex = 21;
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(19, 395);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(104, 19);
this.label10.TabIndex = 20;
this.label10.Text = "任务状态:";
//
// addtextBox11
//
this.addtextBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox11.Location = new System.Drawing.Point(183, 433);
this.addtextBox11.Name = "addtextBox11";
this.addtextBox11.Size = new System.Drawing.Size(305, 25);
this.addtextBox11.TabIndex = 23;
//
// label11
//
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(19, 436);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(104, 19);
this.label11.TabIndex = 22;
this.label11.Text = "开始时间:";
//
// addtextBox12
//
this.addtextBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.addtextBox12.Location = new System.Drawing.Point(183, 475);
this.addtextBox12.Name = "addtextBox12";
this.addtextBox12.Size = new System.Drawing.Size(305, 25);
this.addtextBox12.TabIndex = 25;
//
// label12
//
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(19, 478);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(104, 19);
this.label12.TabIndex = 24;
this.label12.Text = "故障信息:";
//
// addmenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(530, 592);
this.Controls.Add(this.addtextBox12);
this.Controls.Add(this.label12);
this.Controls.Add(this.addtextBox11);
this.Controls.Add(this.label11);
this.Controls.Add(this.addtextBox10);
this.Controls.Add(this.label10);
this.Controls.Add(this.addtextBox9);
this.Controls.Add(this.label9);
this.Controls.Add(this.addtextBox8);
this.Controls.Add(this.label8);
this.Controls.Add(this.addtextBox7);
this.Controls.Add(this.label7);
this.Controls.Add(this.addtextBox6);
this.Controls.Add(this.label6);
this.Controls.Add(this.addtextBox5);
this.Controls.Add(this.label5);
this.Controls.Add(this.addtextBox4);
this.Controls.Add(this.label4);
this.Controls.Add(this.addtextBox3);
this.Controls.Add(this.label3);
this.Controls.Add(this.addtextBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.btsave);
this.Controls.Add(this.addtextBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.dataGridView1);
this.Name = "addmenu";
this.Text = "添加菜单";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
public System.Windows.Forms.TextBox addtextBox1;
private System.Windows.Forms.Button btsave;
private System.Windows.Forms.DataGridView dataGridView1;
public System.Windows.Forms.TextBox addtextBox2;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox addtextBox3;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.TextBox addtextBox4;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox addtextBox5;
private System.Windows.Forms.Label label5;
public System.Windows.Forms.TextBox addtextBox6;
private System.Windows.Forms.Label label6;
public System.Windows.Forms.TextBox addtextBox7;
private System.Windows.Forms.Label label7;
public System.Windows.Forms.TextBox addtextBox8;
private System.Windows.Forms.Label label8;
public System.Windows.Forms.TextBox addtextBox9;
private System.Windows.Forms.Label label9;
public System.Windows.Forms.TextBox addtextBox10;
private System.Windows.Forms.Label label10;
public System.Windows.Forms.TextBox addtextBox11;
private System.Windows.Forms.Label label11;
public System.Windows.Forms.TextBox addtextBox12;
private System.Windows.Forms.Label label12;
}
}