namespace iWareTestForm
|
{
|
partial class tb_PlanNo
|
{
|
/// <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.tb_Log = new System.Windows.Forms.TextBox();
|
this.btn_close = new System.Windows.Forms.Button();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.btn_ClearLog = new System.Windows.Forms.Button();
|
this.button5 = new System.Windows.Forms.Button();
|
this.button7 = new System.Windows.Forms.Button();
|
this.button9 = new System.Windows.Forms.Button();
|
this.button11 = new System.Windows.Forms.Button();
|
this.button20 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
this.button3 = new System.Windows.Forms.Button();
|
this.tb_MainID = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// tb_Log
|
//
|
this.tb_Log.Location = new System.Drawing.Point(863, 490);
|
this.tb_Log.Margin = new System.Windows.Forms.Padding(4);
|
this.tb_Log.Multiline = true;
|
this.tb_Log.Name = "tb_Log";
|
this.tb_Log.ReadOnly = true;
|
this.tb_Log.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
this.tb_Log.Size = new System.Drawing.Size(1020, 285);
|
this.tb_Log.TabIndex = 0;
|
//
|
// btn_close
|
//
|
this.btn_close.BackColor = System.Drawing.Color.LightCoral;
|
this.btn_close.Location = new System.Drawing.Point(1275, 784);
|
this.btn_close.Margin = new System.Windows.Forms.Padding(4);
|
this.btn_close.Name = "btn_close";
|
this.btn_close.Size = new System.Drawing.Size(199, 74);
|
this.btn_close.TabIndex = 3;
|
this.btn_close.Text = "关闭";
|
this.btn_close.UseVisualStyleBackColor = false;
|
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
|
//
|
// groupBox1
|
//
|
this.groupBox1.Location = new System.Drawing.Point(863, 300);
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
this.groupBox1.Size = new System.Drawing.Size(1012, 182);
|
this.groupBox1.TabIndex = 5;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "基本信息";
|
//
|
// btn_ClearLog
|
//
|
this.btn_ClearLog.BackColor = System.Drawing.Color.Red;
|
this.btn_ClearLog.Location = new System.Drawing.Point(996, 784);
|
this.btn_ClearLog.Margin = new System.Windows.Forms.Padding(4);
|
this.btn_ClearLog.Name = "btn_ClearLog";
|
this.btn_ClearLog.Size = new System.Drawing.Size(199, 74);
|
this.btn_ClearLog.TabIndex = 29;
|
this.btn_ClearLog.Text = "清空文本日志";
|
this.btn_ClearLog.UseVisualStyleBackColor = false;
|
this.btn_ClearLog.Click += new System.EventHandler(this.btn_ClearLog_Click);
|
//
|
// button5
|
//
|
this.button5.BackColor = System.Drawing.Color.DarkRed;
|
this.button5.Enabled = false;
|
this.button5.Location = new System.Drawing.Point(123, 182);
|
this.button5.Margin = new System.Windows.Forms.Padding(4);
|
this.button5.Name = "button5";
|
this.button5.Size = new System.Drawing.Size(215, 74);
|
this.button5.TabIndex = 38;
|
this.button5.Text = "清空所有的库存(慎用)";
|
this.button5.UseVisualStyleBackColor = false;
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
//
|
// button7
|
//
|
this.button7.BackColor = System.Drawing.Color.DarkRed;
|
this.button7.Location = new System.Drawing.Point(123, 402);
|
this.button7.Margin = new System.Windows.Forms.Padding(4);
|
this.button7.Name = "button7";
|
this.button7.Size = new System.Drawing.Size(215, 74);
|
this.button7.TabIndex = 40;
|
this.button7.Text = "清空堆垛机任务(慎用)";
|
this.button7.UseVisualStyleBackColor = false;
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
//
|
// button9
|
//
|
this.button9.BackColor = System.Drawing.Color.DarkRed;
|
this.button9.Location = new System.Drawing.Point(123, 609);
|
this.button9.Margin = new System.Windows.Forms.Padding(4);
|
this.button9.Name = "button9";
|
this.button9.Size = new System.Drawing.Size(215, 74);
|
this.button9.TabIndex = 42;
|
this.button9.Text = "清空RGV任务(慎用)";
|
this.button9.UseVisualStyleBackColor = false;
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
//
|
// button11
|
//
|
this.button11.BackColor = System.Drawing.Color.Cyan;
|
this.button11.Location = new System.Drawing.Point(103, 19);
|
this.button11.Margin = new System.Windows.Forms.Padding(4);
|
this.button11.Name = "button11";
|
this.button11.Size = new System.Drawing.Size(215, 74);
|
this.button11.TabIndex = 44;
|
this.button11.Text = "新建入库任务";
|
this.button11.UseVisualStyleBackColor = false;
|
this.button11.Click += new System.EventHandler(this.button11_Click);
|
//
|
// button20
|
//
|
this.button20.BackColor = System.Drawing.Color.Yellow;
|
this.button20.Location = new System.Drawing.Point(420, 15);
|
this.button20.Margin = new System.Windows.Forms.Padding(4);
|
this.button20.Name = "button20";
|
this.button20.Size = new System.Drawing.Size(215, 74);
|
this.button20.TabIndex = 53;
|
this.button20.Text = "慎用-【全部】立库库存解锁";
|
this.button20.UseVisualStyleBackColor = false;
|
this.button20.Click += new System.EventHandler(this.button20_Click);
|
//
|
// button1
|
//
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
this.button1.Location = new System.Drawing.Point(403, 609);
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(215, 74);
|
this.button1.TabIndex = 54;
|
this.button1.Text = "解锁rgv01";
|
this.button1.UseVisualStyleBackColor = false;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// button2
|
//
|
this.button2.BackColor = System.Drawing.Color.Yellow;
|
this.button2.Location = new System.Drawing.Point(420, 167);
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(215, 74);
|
this.button2.TabIndex = 55;
|
this.button2.Text = "生成立库库存";
|
this.button2.UseVisualStyleBackColor = false;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button3
|
//
|
this.button3.BackColor = System.Drawing.Color.Yellow;
|
this.button3.Location = new System.Drawing.Point(420, 369);
|
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(215, 74);
|
this.button3.TabIndex = 56;
|
this.button3.Text = "调用发动机出库接口";
|
this.button3.UseVisualStyleBackColor = false;
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
//
|
// tb_MainID
|
//
|
this.tb_MainID.Location = new System.Drawing.Point(509, 321);
|
this.tb_MainID.Name = "tb_MainID";
|
this.tb_MainID.Size = new System.Drawing.Size(100, 25);
|
this.tb_MainID.TabIndex = 57;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(433, 324);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 15);
|
this.label1.TabIndex = 58;
|
this.label1.Text = "任务ID";
|
//
|
// tb_PlanNo
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1917, 872);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.tb_MainID);
|
this.Controls.Add(this.button3);
|
this.Controls.Add(this.button2);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.button20);
|
this.Controls.Add(this.button11);
|
this.Controls.Add(this.button9);
|
this.Controls.Add(this.button7);
|
this.Controls.Add(this.button5);
|
this.Controls.Add(this.btn_ClearLog);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.btn_close);
|
this.Controls.Add(this.tb_Log);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "tb_PlanNo";
|
this.Text = "潍柴西岗数据模拟器";
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.tb_PlanNo_FormClosed);
|
this.Load += new System.EventHandler(this.ECMTestForm_Load);
|
this.SizeChanged += new System.EventHandler(this.ECMTestForm_SizeChanged);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox tb_Log;
|
private System.Windows.Forms.Button btn_close;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Button btn_ClearLog;
|
private System.Windows.Forms.Button button5;
|
private System.Windows.Forms.Button button7;
|
private System.Windows.Forms.Button button9;
|
private System.Windows.Forms.Button button11;
|
private System.Windows.Forms.Button button20;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.TextBox tb_MainID;
|
private System.Windows.Forms.Label label1;
|
|
}
|
}
|