381 lines
16 KiB
C#
381 lines
16 KiB
C#
namespace WCS
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.txtC = new System.Windows.Forms.TextBox();
|
|
this.txtL = new System.Windows.Forms.TextBox();
|
|
this.txtP = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnStartStop = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.lab5 = new System.Windows.Forms.Label();
|
|
this.txtMessage = new System.Windows.Forms.TextBox();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(800, 450);
|
|
this.tabControl1.TabIndex = 1;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.button6);
|
|
this.tabPage2.Controls.Add(this.button5);
|
|
this.tabPage2.Controls.Add(this.textBox1);
|
|
this.tabPage2.Controls.Add(this.button2);
|
|
this.tabPage2.Controls.Add(this.groupBox2);
|
|
this.tabPage2.Controls.Add(this.groupBox1);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(792, 424);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "基本信息操作";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(374, 334);
|
|
this.button6.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(56, 18);
|
|
this.button6.TabIndex = 31;
|
|
this.button6.Text = "托盘写入";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(582, 256);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(89, 34);
|
|
this.button5.TabIndex = 30;
|
|
this.button5.Text = "4排双深位";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(303, 241);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|
this.textBox1.TabIndex = 29;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(437, 239);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(100, 23);
|
|
this.button2.TabIndex = 28;
|
|
this.button2.Text = "select";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.textBox4);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Controls.Add(this.button1);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.button4);
|
|
this.groupBox2.Controls.Add(this.textBox3);
|
|
this.groupBox2.Controls.Add(this.textBox2);
|
|
this.groupBox2.Controls.Add(this.button3);
|
|
this.groupBox2.Controls.Add(this.txtC);
|
|
this.groupBox2.Controls.Add(this.txtL);
|
|
this.groupBox2.Controls.Add(this.txtP);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.btnStartStop);
|
|
this.groupBox2.Location = new System.Drawing.Point(8, 10);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(259, 391);
|
|
this.groupBox2.TabIndex = 26;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "基本操作";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(83, 111);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(117, 21);
|
|
this.textBox4.TabIndex = 35;
|
|
this.textBox4.Text = "2";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(40, 115);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(29, 12);
|
|
this.label6.TabIndex = 34;
|
|
this.label6.Text = "深度";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.button1.Location = new System.Drawing.Point(17, 202);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(89, 33);
|
|
this.button1.TabIndex = 33;
|
|
this.button1.Text = "深浅货位";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 325);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(119, 12);
|
|
this.label5.TabIndex = 32;
|
|
this.label5.Text = "第几排顺序(1,2,4,3)";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 293);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 31;
|
|
this.label1.Text = "入库顺序";
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.button4.Location = new System.Drawing.Point(140, 147);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(89, 33);
|
|
this.button4.TabIndex = 30;
|
|
this.button4.Text = "普通货位生成";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(140, 322);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(74, 21);
|
|
this.textBox3.TabIndex = 26;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(60, 290);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(74, 21);
|
|
this.textBox2.TabIndex = 25;
|
|
this.textBox2.Text = "1";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.button3.Location = new System.Drawing.Point(140, 283);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(89, 33);
|
|
this.button3.TabIndex = 24;
|
|
this.button3.Text = "更新入库顺序";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// txtC
|
|
//
|
|
this.txtC.Location = new System.Drawing.Point(83, 81);
|
|
this.txtC.Name = "txtC";
|
|
this.txtC.Size = new System.Drawing.Size(117, 21);
|
|
this.txtC.TabIndex = 23;
|
|
this.txtC.Text = "5";
|
|
//
|
|
// txtL
|
|
//
|
|
this.txtL.Location = new System.Drawing.Point(83, 54);
|
|
this.txtL.Name = "txtL";
|
|
this.txtL.Size = new System.Drawing.Size(117, 21);
|
|
this.txtL.TabIndex = 22;
|
|
this.txtL.Text = "40";
|
|
//
|
|
// txtP
|
|
//
|
|
this.txtP.Location = new System.Drawing.Point(83, 21);
|
|
this.txtP.Name = "txtP";
|
|
this.txtP.Size = new System.Drawing.Size(117, 21);
|
|
this.txtP.TabIndex = 21;
|
|
this.txtP.Text = "2";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(40, 90);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(17, 12);
|
|
this.label4.TabIndex = 20;
|
|
this.label4.Text = "层";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(40, 57);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(17, 12);
|
|
this.label3.TabIndex = 19;
|
|
this.label3.Text = "列";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(40, 23);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(17, 12);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "排";
|
|
//
|
|
// btnStartStop
|
|
//
|
|
this.btnStartStop.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnStartStop.Location = new System.Drawing.Point(17, 147);
|
|
this.btnStartStop.Name = "btnStartStop";
|
|
this.btnStartStop.Size = new System.Drawing.Size(89, 33);
|
|
this.btnStartStop.TabIndex = 5;
|
|
this.btnStartStop.Text = "启动";
|
|
this.btnStartStop.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.progressBar1);
|
|
this.groupBox1.Controls.Add(this.lab5);
|
|
this.groupBox1.Controls.Add(this.txtMessage);
|
|
this.groupBox1.Location = new System.Drawing.Point(294, 10);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(406, 216);
|
|
this.groupBox1.TabIndex = 25;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "日志及更新进度...";
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(18, 175);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(382, 23);
|
|
this.progressBar1.TabIndex = 23;
|
|
//
|
|
// lab5
|
|
//
|
|
this.lab5.AutoSize = true;
|
|
this.lab5.Location = new System.Drawing.Point(18, 157);
|
|
this.lab5.Name = "lab5";
|
|
this.lab5.Size = new System.Drawing.Size(161, 12);
|
|
this.lab5.TabIndex = 24;
|
|
this.lab5.Text = "正在写入第: 12345 条记录";
|
|
//
|
|
// txtMessage
|
|
//
|
|
this.txtMessage.Location = new System.Drawing.Point(18, 16);
|
|
this.txtMessage.Multiline = true;
|
|
this.txtMessage.Name = "txtMessage";
|
|
this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.txtMessage.Size = new System.Drawing.Size(382, 129);
|
|
this.txtMessage.TabIndex = 22;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TextBox txtC;
|
|
private System.Windows.Forms.TextBox txtL;
|
|
private System.Windows.Forms.TextBox txtP;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnStartStop;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Label lab5;
|
|
private System.Windows.Forms.TextBox txtMessage;
|
|
}
|
|
} |