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.
361 lines
17 KiB
361 lines
17 KiB
namespace STS
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <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.barcode_tb = new System.Windows.Forms.TextBox();
|
|
this.STI_tb = new System.Windows.Forms.TextBox();
|
|
this.taskType_tb = new System.Windows.Forms.TextBox();
|
|
this.RTI_tb = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.startPoint_tb = new System.Windows.Forms.TextBox();
|
|
this.endPoint_tb = new System.Windows.Forms.TextBox();
|
|
this.startLocation_tb = new System.Windows.Forms.TextBox();
|
|
this.endLocation_tb = new System.Windows.Forms.TextBox();
|
|
this.taskStatus_tb = new System.Windows.Forms.TextBox();
|
|
this.errorInfor_tb = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.jobType_cbb = new System.Windows.Forms.ComboBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.startTime_dtp = new System.Windows.Forms.DateTimePicker();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// barcode_tb
|
|
//
|
|
this.barcode_tb.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.barcode_tb.Location = new System.Drawing.Point(124, 46);
|
|
this.barcode_tb.Name = "barcode_tb";
|
|
this.barcode_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.barcode_tb.TabIndex = 0;
|
|
this.barcode_tb.Text = "T*****";
|
|
this.barcode_tb.GotFocus += new System.EventHandler(this.barcode_tb_GotFocus);
|
|
this.barcode_tb.LostFocus += new System.EventHandler(this.barcode_tb_LostFocus);
|
|
//
|
|
// STI_tb
|
|
//
|
|
this.STI_tb.Location = new System.Drawing.Point(124, 108);
|
|
this.STI_tb.Name = "STI_tb";
|
|
this.STI_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.STI_tb.TabIndex = 0;
|
|
//
|
|
// taskType_tb
|
|
//
|
|
this.taskType_tb.Location = new System.Drawing.Point(124, 169);
|
|
this.taskType_tb.Name = "taskType_tb";
|
|
this.taskType_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.taskType_tb.TabIndex = 0;
|
|
//
|
|
// RTI_tb
|
|
//
|
|
this.RTI_tb.Location = new System.Drawing.Point(434, 108);
|
|
this.RTI_tb.Name = "RTI_tb";
|
|
this.RTI_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.RTI_tb.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(124, 24);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 15);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "条码 *";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(124, 86);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(97, 15);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "调度任务索引";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(124, 147);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(67, 15);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "任务类型";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(434, 24);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(67, 15);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "开始时间";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(434, 86);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(97, 15);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "关联任务索引";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(431, 147);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(67, 15);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "作业类型";
|
|
//
|
|
// startPoint_tb
|
|
//
|
|
this.startPoint_tb.Location = new System.Drawing.Point(124, 227);
|
|
this.startPoint_tb.Name = "startPoint_tb";
|
|
this.startPoint_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.startPoint_tb.TabIndex = 0;
|
|
//
|
|
// endPoint_tb
|
|
//
|
|
this.endPoint_tb.Location = new System.Drawing.Point(124, 289);
|
|
this.endPoint_tb.Name = "endPoint_tb";
|
|
this.endPoint_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.endPoint_tb.TabIndex = 0;
|
|
//
|
|
// startLocation_tb
|
|
//
|
|
this.startLocation_tb.Location = new System.Drawing.Point(434, 227);
|
|
this.startLocation_tb.Name = "startLocation_tb";
|
|
this.startLocation_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.startLocation_tb.TabIndex = 0;
|
|
//
|
|
// endLocation_tb
|
|
//
|
|
this.endLocation_tb.Location = new System.Drawing.Point(434, 289);
|
|
this.endLocation_tb.Name = "endLocation_tb";
|
|
this.endLocation_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.endLocation_tb.TabIndex = 0;
|
|
//
|
|
// taskStatus_tb
|
|
//
|
|
this.taskStatus_tb.Location = new System.Drawing.Point(124, 350);
|
|
this.taskStatus_tb.Name = "taskStatus_tb";
|
|
this.taskStatus_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.taskStatus_tb.TabIndex = 0;
|
|
//
|
|
// errorInfor_tb
|
|
//
|
|
this.errorInfor_tb.Location = new System.Drawing.Point(434, 350);
|
|
this.errorInfor_tb.Name = "errorInfor_tb";
|
|
this.errorInfor_tb.Size = new System.Drawing.Size(234, 25);
|
|
this.errorInfor_tb.TabIndex = 0;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(124, 205);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(37, 15);
|
|
this.label7.TabIndex = 1;
|
|
this.label7.Text = "起点";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(124, 267);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(37, 15);
|
|
this.label8.TabIndex = 1;
|
|
this.label8.Text = "终点";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(434, 205);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(67, 15);
|
|
this.label9.TabIndex = 1;
|
|
this.label9.Text = "起点货位";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.Location = new System.Drawing.Point(434, 267);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(67, 15);
|
|
this.label10.TabIndex = 1;
|
|
this.label10.Text = "终点货位";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label11.Location = new System.Drawing.Point(124, 328);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(67, 15);
|
|
this.label11.TabIndex = 1;
|
|
this.label11.Text = "任务状态";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.Location = new System.Drawing.Point(434, 328);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(67, 15);
|
|
this.label12.TabIndex = 1;
|
|
this.label12.Text = "故障信息";
|
|
//
|
|
// jobType_cbb
|
|
//
|
|
this.jobType_cbb.FormattingEnabled = true;
|
|
this.jobType_cbb.Items.AddRange(new object[] {
|
|
"移库",
|
|
"出库",
|
|
"入库"});
|
|
this.jobType_cbb.Location = new System.Drawing.Point(434, 171);
|
|
this.jobType_cbb.Name = "jobType_cbb";
|
|
this.jobType_cbb.Size = new System.Drawing.Size(234, 23);
|
|
this.jobType_cbb.TabIndex = 2;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(328, 404);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(131, 34);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "提交";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// startTime_dtp
|
|
//
|
|
this.startTime_dtp.Location = new System.Drawing.Point(434, 46);
|
|
this.startTime_dtp.Name = "startTime_dtp";
|
|
this.startTime_dtp.Size = new System.Drawing.Size(234, 25);
|
|
this.startTime_dtp.TabIndex = 4;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(589, 414);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(158, 15);
|
|
this.label13.TabIndex = 5;
|
|
this.label13.Text = "注:* 标注的为必填项";
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.startTime_dtp);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.jobType_cbb);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.errorInfor_tb);
|
|
this.Controls.Add(this.taskStatus_tb);
|
|
this.Controls.Add(this.endLocation_tb);
|
|
this.Controls.Add(this.taskType_tb);
|
|
this.Controls.Add(this.startLocation_tb);
|
|
this.Controls.Add(this.RTI_tb);
|
|
this.Controls.Add(this.endPoint_tb);
|
|
this.Controls.Add(this.startPoint_tb);
|
|
this.Controls.Add(this.STI_tb);
|
|
this.Controls.Add(this.barcode_tb);
|
|
this.Name = "Form2";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "新增任务";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed);
|
|
this.Load += new System.EventHandler(this.Form2_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox barcode_tb;
|
|
private System.Windows.Forms.TextBox STI_tb;
|
|
private System.Windows.Forms.TextBox taskType_tb;
|
|
private System.Windows.Forms.TextBox RTI_tb;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox startPoint_tb;
|
|
private System.Windows.Forms.TextBox endPoint_tb;
|
|
private System.Windows.Forms.TextBox startLocation_tb;
|
|
private System.Windows.Forms.TextBox endLocation_tb;
|
|
private System.Windows.Forms.TextBox taskStatus_tb;
|
|
private System.Windows.Forms.TextBox errorInfor_tb;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.ComboBox jobType_cbb;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.DateTimePicker startTime_dtp;
|
|
private System.Windows.Forms.Label label13;
|
|
}
|
|
}
|