You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
578 lines
28 KiB
C#
578 lines
28 KiB
C#
namespace Rs.MotionPlat.SysConfig
|
|
{
|
|
partial class StockControl
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.btnMove = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.button12 = new System.Windows.Forms.Button();
|
|
this.gboxTo = new System.Windows.Forms.GroupBox();
|
|
this.btnToEmpty2 = new System.Windows.Forms.RadioButton();
|
|
this.btnToEmpty1 = new System.Windows.Forms.RadioButton();
|
|
this.btnToOk = new System.Windows.Forms.RadioButton();
|
|
this.btnToNg = new System.Windows.Forms.RadioButton();
|
|
this.btnToMulti = new System.Windows.Forms.RadioButton();
|
|
this.btnToInput = new System.Windows.Forms.RadioButton();
|
|
this.gboxFrom = new System.Windows.Forms.GroupBox();
|
|
this.btnFromEmpty2 = new System.Windows.Forms.RadioButton();
|
|
this.btnFromOk = new System.Windows.Forms.RadioButton();
|
|
this.btnFromMulti = new System.Windows.Forms.RadioButton();
|
|
this.btnFromInput = new System.Windows.Forms.RadioButton();
|
|
this.btnFromNg = new System.Windows.Forms.RadioButton();
|
|
this.btnFromEmpty1 = new System.Windows.Forms.RadioButton();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.groupBox7.SuspendLayout();
|
|
this.gboxTo.SuspendLayout();
|
|
this.gboxFrom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.button1);
|
|
this.groupBox1.Controls.Add(this.btnMove);
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox1.Location = new System.Drawing.Point(26, 25);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(154, 105);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Empty1";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.ForeColor = System.Drawing.Color.White;
|
|
this.button1.Location = new System.Drawing.Point(33, 60);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(90, 24);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Tag = "Empty1";
|
|
this.button1.Text = "下料";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.OnbtnUnLoadClick);
|
|
//
|
|
// btnMove
|
|
//
|
|
this.btnMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnMove.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMove.ForeColor = System.Drawing.Color.White;
|
|
this.btnMove.Location = new System.Drawing.Point(33, 20);
|
|
this.btnMove.Name = "btnMove";
|
|
this.btnMove.Size = new System.Drawing.Size(90, 24);
|
|
this.btnMove.TabIndex = 7;
|
|
this.btnMove.Tag = "Empty1";
|
|
this.btnMove.Text = "上料";
|
|
this.btnMove.UseVisualStyleBackColor = false;
|
|
this.btnMove.Click += new System.EventHandler(this.OnbtnLoadClick);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.button3);
|
|
this.groupBox2.Controls.Add(this.button2);
|
|
this.groupBox2.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox2.Location = new System.Drawing.Point(212, 25);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(154, 105);
|
|
this.groupBox2.TabIndex = 0;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Input";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button3.ForeColor = System.Drawing.Color.White;
|
|
this.button3.Location = new System.Drawing.Point(37, 60);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(90, 24);
|
|
this.button3.TabIndex = 7;
|
|
this.button3.Tag = "Input";
|
|
this.button3.Text = "下料";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
this.button3.Click += new System.EventHandler(this.OnbtnUnLoadClick);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button2.ForeColor = System.Drawing.Color.White;
|
|
this.button2.Location = new System.Drawing.Point(37, 20);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(90, 24);
|
|
this.button2.TabIndex = 7;
|
|
this.button2.Tag = "Input";
|
|
this.button2.Text = "上料";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.OnbtnLoadClick);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.button5);
|
|
this.groupBox3.Controls.Add(this.button4);
|
|
this.groupBox3.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox3.Location = new System.Drawing.Point(405, 25);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(154, 105);
|
|
this.groupBox3.TabIndex = 0;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Ok";
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button5.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button5.ForeColor = System.Drawing.Color.White;
|
|
this.button5.Location = new System.Drawing.Point(38, 60);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(90, 24);
|
|
this.button5.TabIndex = 7;
|
|
this.button5.Tag = "Ok";
|
|
this.button5.Text = "下料";
|
|
this.button5.UseVisualStyleBackColor = false;
|
|
this.button5.Click += new System.EventHandler(this.OnbtnUnLoadClick);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button4.ForeColor = System.Drawing.Color.White;
|
|
this.button4.Location = new System.Drawing.Point(38, 20);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(90, 24);
|
|
this.button4.TabIndex = 7;
|
|
this.button4.Tag = "Ok";
|
|
this.button4.Text = "上料";
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
this.button4.Click += new System.EventHandler(this.OnbtnLoadClick);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.button7);
|
|
this.groupBox4.Controls.Add(this.button6);
|
|
this.groupBox4.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox4.Location = new System.Drawing.Point(593, 25);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(154, 105);
|
|
this.groupBox4.TabIndex = 0;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Ng";
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button7.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button7.ForeColor = System.Drawing.Color.White;
|
|
this.button7.Location = new System.Drawing.Point(34, 60);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(90, 24);
|
|
this.button7.TabIndex = 7;
|
|
this.button7.Tag = "Ng";
|
|
this.button7.Text = "下料";
|
|
this.button7.UseVisualStyleBackColor = false;
|
|
this.button7.Click += new System.EventHandler(this.OnbtnUnLoadClick);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button6.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button6.ForeColor = System.Drawing.Color.White;
|
|
this.button6.Location = new System.Drawing.Point(34, 20);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(90, 24);
|
|
this.button6.TabIndex = 7;
|
|
this.button6.Tag = "Ng";
|
|
this.button6.Text = "上料";
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
this.button6.Click += new System.EventHandler(this.OnbtnLoadClick);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.button9);
|
|
this.groupBox5.Controls.Add(this.button8);
|
|
this.groupBox5.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox5.Location = new System.Drawing.Point(779, 25);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(154, 105);
|
|
this.groupBox5.TabIndex = 0;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Multi";
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button9.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button9.ForeColor = System.Drawing.Color.White;
|
|
this.button9.Location = new System.Drawing.Point(35, 60);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(90, 24);
|
|
this.button9.TabIndex = 7;
|
|
this.button9.Tag = "Multi";
|
|
this.button9.Text = "下料";
|
|
this.button9.UseVisualStyleBackColor = false;
|
|
this.button9.Click += new System.EventHandler(this.OnbtnUnLoadClick);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button8.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button8.ForeColor = System.Drawing.Color.White;
|
|
this.button8.Location = new System.Drawing.Point(35, 20);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(90, 24);
|
|
this.button8.TabIndex = 7;
|
|
this.button8.Tag = "Multi";
|
|
this.button8.Text = "上料";
|
|
this.button8.UseVisualStyleBackColor = false;
|
|
this.button8.Click += new System.EventHandler(this.OnbtnLoadClick);
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.button11);
|
|
this.groupBox6.Controls.Add(this.button10);
|
|
this.groupBox6.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox6.Location = new System.Drawing.Point(972, 25);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(154, 105);
|
|
this.groupBox6.TabIndex = 0;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Empty2";
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button11.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button11.ForeColor = System.Drawing.Color.White;
|
|
this.button11.Location = new System.Drawing.Point(37, 60);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(90, 24);
|
|
this.button11.TabIndex = 7;
|
|
this.button11.Tag = "Empty2";
|
|
this.button11.Text = "下料";
|
|
this.button11.UseVisualStyleBackColor = false;
|
|
this.button11.Click += new System.EventHandler(this.OnbtnUnLoadClick);
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button10.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button10.ForeColor = System.Drawing.Color.White;
|
|
this.button10.Location = new System.Drawing.Point(37, 20);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(90, 24);
|
|
this.button10.TabIndex = 7;
|
|
this.button10.Tag = "Empty2";
|
|
this.button10.Text = "上料";
|
|
this.button10.UseVisualStyleBackColor = false;
|
|
this.button10.Click += new System.EventHandler(this.OnbtnLoadClick);
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.button12);
|
|
this.groupBox7.Controls.Add(this.gboxTo);
|
|
this.groupBox7.Controls.Add(this.gboxFrom);
|
|
this.groupBox7.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox7.Location = new System.Drawing.Point(26, 172);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(451, 205);
|
|
this.groupBox7.TabIndex = 0;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Text = "搬运";
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.button12.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button12.ForeColor = System.Drawing.Color.White;
|
|
this.button12.Location = new System.Drawing.Point(146, 147);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(154, 42);
|
|
this.button12.TabIndex = 7;
|
|
this.button12.Tag = "Input";
|
|
this.button12.Text = "Move tray";
|
|
this.button12.UseVisualStyleBackColor = false;
|
|
this.button12.Click += new System.EventHandler(this.button12_Click);
|
|
//
|
|
// gboxTo
|
|
//
|
|
this.gboxTo.Controls.Add(this.btnToEmpty2);
|
|
this.gboxTo.Controls.Add(this.btnToEmpty1);
|
|
this.gboxTo.Controls.Add(this.btnToOk);
|
|
this.gboxTo.Controls.Add(this.btnToNg);
|
|
this.gboxTo.Controls.Add(this.btnToMulti);
|
|
this.gboxTo.Controls.Add(this.btnToInput);
|
|
this.gboxTo.ForeColor = System.Drawing.Color.White;
|
|
this.gboxTo.Location = new System.Drawing.Point(29, 85);
|
|
this.gboxTo.Name = "gboxTo";
|
|
this.gboxTo.Size = new System.Drawing.Size(405, 47);
|
|
this.gboxTo.TabIndex = 0;
|
|
this.gboxTo.TabStop = false;
|
|
this.gboxTo.Text = "To";
|
|
//
|
|
// btnToEmpty2
|
|
//
|
|
this.btnToEmpty2.AutoSize = true;
|
|
this.btnToEmpty2.Location = new System.Drawing.Point(316, 20);
|
|
this.btnToEmpty2.Name = "btnToEmpty2";
|
|
this.btnToEmpty2.Size = new System.Drawing.Size(59, 16);
|
|
this.btnToEmpty2.TabIndex = 0;
|
|
this.btnToEmpty2.Text = "Empty2";
|
|
this.btnToEmpty2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnToEmpty1
|
|
//
|
|
this.btnToEmpty1.AutoSize = true;
|
|
this.btnToEmpty1.Location = new System.Drawing.Point(6, 20);
|
|
this.btnToEmpty1.Name = "btnToEmpty1";
|
|
this.btnToEmpty1.Size = new System.Drawing.Size(59, 16);
|
|
this.btnToEmpty1.TabIndex = 0;
|
|
this.btnToEmpty1.Text = "Empty1";
|
|
this.btnToEmpty1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnToOk
|
|
//
|
|
this.btnToOk.AutoSize = true;
|
|
this.btnToOk.Checked = true;
|
|
this.btnToOk.Location = new System.Drawing.Point(148, 20);
|
|
this.btnToOk.Name = "btnToOk";
|
|
this.btnToOk.Size = new System.Drawing.Size(35, 16);
|
|
this.btnToOk.TabIndex = 0;
|
|
this.btnToOk.TabStop = true;
|
|
this.btnToOk.Text = "Ok";
|
|
this.btnToOk.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnToNg
|
|
//
|
|
this.btnToNg.AutoSize = true;
|
|
this.btnToNg.Location = new System.Drawing.Point(198, 20);
|
|
this.btnToNg.Name = "btnToNg";
|
|
this.btnToNg.Size = new System.Drawing.Size(35, 16);
|
|
this.btnToNg.TabIndex = 0;
|
|
this.btnToNg.Text = "Ng";
|
|
this.btnToNg.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnToMulti
|
|
//
|
|
this.btnToMulti.AutoSize = true;
|
|
this.btnToMulti.Location = new System.Drawing.Point(248, 20);
|
|
this.btnToMulti.Name = "btnToMulti";
|
|
this.btnToMulti.Size = new System.Drawing.Size(53, 16);
|
|
this.btnToMulti.TabIndex = 0;
|
|
this.btnToMulti.Text = "Multi";
|
|
this.btnToMulti.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnToInput
|
|
//
|
|
this.btnToInput.AutoSize = true;
|
|
this.btnToInput.Location = new System.Drawing.Point(80, 20);
|
|
this.btnToInput.Name = "btnToInput";
|
|
this.btnToInput.Size = new System.Drawing.Size(53, 16);
|
|
this.btnToInput.TabIndex = 0;
|
|
this.btnToInput.Text = "Input";
|
|
this.btnToInput.UseVisualStyleBackColor = true;
|
|
//
|
|
// gboxFrom
|
|
//
|
|
this.gboxFrom.Controls.Add(this.btnFromEmpty2);
|
|
this.gboxFrom.Controls.Add(this.btnFromOk);
|
|
this.gboxFrom.Controls.Add(this.btnFromMulti);
|
|
this.gboxFrom.Controls.Add(this.btnFromInput);
|
|
this.gboxFrom.Controls.Add(this.btnFromNg);
|
|
this.gboxFrom.Controls.Add(this.btnFromEmpty1);
|
|
this.gboxFrom.ForeColor = System.Drawing.Color.White;
|
|
this.gboxFrom.Location = new System.Drawing.Point(29, 20);
|
|
this.gboxFrom.Name = "gboxFrom";
|
|
this.gboxFrom.Size = new System.Drawing.Size(405, 47);
|
|
this.gboxFrom.TabIndex = 0;
|
|
this.gboxFrom.TabStop = false;
|
|
this.gboxFrom.Text = "From";
|
|
//
|
|
// btnFromEmpty2
|
|
//
|
|
this.btnFromEmpty2.AutoSize = true;
|
|
this.btnFromEmpty2.Checked = true;
|
|
this.btnFromEmpty2.Location = new System.Drawing.Point(316, 20);
|
|
this.btnFromEmpty2.Name = "btnFromEmpty2";
|
|
this.btnFromEmpty2.Size = new System.Drawing.Size(59, 16);
|
|
this.btnFromEmpty2.TabIndex = 0;
|
|
this.btnFromEmpty2.TabStop = true;
|
|
this.btnFromEmpty2.Text = "Empty2";
|
|
this.btnFromEmpty2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnFromOk
|
|
//
|
|
this.btnFromOk.AutoSize = true;
|
|
this.btnFromOk.Location = new System.Drawing.Point(148, 20);
|
|
this.btnFromOk.Name = "btnFromOk";
|
|
this.btnFromOk.Size = new System.Drawing.Size(35, 16);
|
|
this.btnFromOk.TabIndex = 0;
|
|
this.btnFromOk.Text = "Ok";
|
|
this.btnFromOk.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnFromMulti
|
|
//
|
|
this.btnFromMulti.AutoSize = true;
|
|
this.btnFromMulti.Location = new System.Drawing.Point(248, 20);
|
|
this.btnFromMulti.Name = "btnFromMulti";
|
|
this.btnFromMulti.Size = new System.Drawing.Size(53, 16);
|
|
this.btnFromMulti.TabIndex = 0;
|
|
this.btnFromMulti.Text = "Multi";
|
|
this.btnFromMulti.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnFromInput
|
|
//
|
|
this.btnFromInput.AutoSize = true;
|
|
this.btnFromInput.Location = new System.Drawing.Point(80, 20);
|
|
this.btnFromInput.Name = "btnFromInput";
|
|
this.btnFromInput.Size = new System.Drawing.Size(53, 16);
|
|
this.btnFromInput.TabIndex = 0;
|
|
this.btnFromInput.Text = "Input";
|
|
this.btnFromInput.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnFromNg
|
|
//
|
|
this.btnFromNg.AutoSize = true;
|
|
this.btnFromNg.Location = new System.Drawing.Point(198, 20);
|
|
this.btnFromNg.Name = "btnFromNg";
|
|
this.btnFromNg.Size = new System.Drawing.Size(35, 16);
|
|
this.btnFromNg.TabIndex = 0;
|
|
this.btnFromNg.Text = "Ng";
|
|
this.btnFromNg.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnFromEmpty1
|
|
//
|
|
this.btnFromEmpty1.AutoSize = true;
|
|
this.btnFromEmpty1.Location = new System.Drawing.Point(6, 20);
|
|
this.btnFromEmpty1.Name = "btnFromEmpty1";
|
|
this.btnFromEmpty1.Size = new System.Drawing.Size(59, 16);
|
|
this.btnFromEmpty1.TabIndex = 0;
|
|
this.btnFromEmpty1.Text = "Empty1";
|
|
this.btnFromEmpty1.UseVisualStyleBackColor = true;
|
|
//
|
|
// StockControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1201, 796);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox7);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "StockControl";
|
|
this.Text = "StockControl";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.gboxTo.ResumeLayout(false);
|
|
this.gboxTo.PerformLayout();
|
|
this.gboxFrom.ResumeLayout(false);
|
|
this.gboxFrom.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button btnMove;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button button10;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.Button button12;
|
|
private System.Windows.Forms.GroupBox gboxTo;
|
|
private System.Windows.Forms.GroupBox gboxFrom;
|
|
private System.Windows.Forms.RadioButton btnToEmpty2;
|
|
private System.Windows.Forms.RadioButton btnToEmpty1;
|
|
private System.Windows.Forms.RadioButton btnToOk;
|
|
private System.Windows.Forms.RadioButton btnToNg;
|
|
private System.Windows.Forms.RadioButton btnToMulti;
|
|
private System.Windows.Forms.RadioButton btnToInput;
|
|
private System.Windows.Forms.RadioButton btnFromEmpty2;
|
|
private System.Windows.Forms.RadioButton btnFromOk;
|
|
private System.Windows.Forms.RadioButton btnFromMulti;
|
|
private System.Windows.Forms.RadioButton btnFromInput;
|
|
private System.Windows.Forms.RadioButton btnFromNg;
|
|
private System.Windows.Forms.RadioButton btnFromEmpty1;
|
|
}
|
|
} |