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.
Rs.SkyLine/Rs.SkyLine/SysConfig/StockControl.Designer.cs

707 lines
35 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StockControl));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxBackEmpty1 = new System.Windows.Forms.CheckBox();
this.button13 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.btnMove = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cboxBackInput = new System.Windows.Forms.CheckBox();
this.button14 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.cboxBackOk = new System.Windows.Forms.CheckBox();
this.button15 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.cboxBackNg = new System.Windows.Forms.CheckBox();
this.button16 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.cboxBackMulti = new System.Windows.Forms.CheckBox();
this.button17 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.cboxBackEmpty2 = new System.Windows.Forms.CheckBox();
this.button18 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.button26 = new System.Windows.Forms.Button();
this.button22 = new System.Windows.Forms.Button();
this.button25 = new System.Windows.Forms.Button();
this.button21 = new System.Windows.Forms.Button();
this.button24 = new System.Windows.Forms.Button();
this.button23 = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
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.cboxBackEmpty1);
this.groupBox1.Controls.Add(this.button13);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.btnMove);
this.groupBox1.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// cboxBackEmpty1
//
resources.ApplyResources(this.cboxBackEmpty1, "cboxBackEmpty1");
this.cboxBackEmpty1.Name = "cboxBackEmpty1";
this.cboxBackEmpty1.UseVisualStyleBackColor = true;
//
// button13
//
this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
resources.ApplyResources(this.button13, "button13");
this.button13.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button13.ForeColor = System.Drawing.Color.White;
this.button13.Name = "button13";
this.button13.Tag = "Empty1";
this.button13.UseVisualStyleBackColor = false;
this.button13.Click += new System.EventHandler(this.OnbtnInitClick);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
resources.ApplyResources(this.button1, "button1");
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Name = "button1";
this.button1.Tag = "Empty1";
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)))));
resources.ApplyResources(this.btnMove, "btnMove");
this.btnMove.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMove.ForeColor = System.Drawing.Color.White;
this.btnMove.Name = "btnMove";
this.btnMove.Tag = "Empty1";
this.btnMove.UseVisualStyleBackColor = false;
this.btnMove.Click += new System.EventHandler(this.OnbtnLoadClick);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cboxBackInput);
this.groupBox2.Controls.Add(this.button14);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// cboxBackInput
//
resources.ApplyResources(this.cboxBackInput, "cboxBackInput");
this.cboxBackInput.Name = "cboxBackInput";
this.cboxBackInput.UseVisualStyleBackColor = true;
//
// button14
//
this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button14.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button14, "button14");
this.button14.ForeColor = System.Drawing.Color.White;
this.button14.Name = "button14";
this.button14.Tag = "Input";
this.button14.UseVisualStyleBackColor = false;
this.button14.Click += new System.EventHandler(this.OnbtnInitClick);
//
// 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;
resources.ApplyResources(this.button3, "button3");
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Name = "button3";
this.button3.Tag = "Input";
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;
resources.ApplyResources(this.button2, "button2");
this.button2.ForeColor = System.Drawing.Color.White;
this.button2.Name = "button2";
this.button2.Tag = "Input";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.OnbtnLoadClick);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.cboxBackOk);
this.groupBox3.Controls.Add(this.button15);
this.groupBox3.Controls.Add(this.button5);
this.groupBox3.Controls.Add(this.button4);
this.groupBox3.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// cboxBackOk
//
resources.ApplyResources(this.cboxBackOk, "cboxBackOk");
this.cboxBackOk.Name = "cboxBackOk";
this.cboxBackOk.UseVisualStyleBackColor = true;
//
// button15
//
this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button15.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button15, "button15");
this.button15.ForeColor = System.Drawing.Color.White;
this.button15.Name = "button15";
this.button15.Tag = "Ok";
this.button15.UseVisualStyleBackColor = false;
this.button15.Click += new System.EventHandler(this.OnbtnInitClick);
//
// 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;
resources.ApplyResources(this.button5, "button5");
this.button5.ForeColor = System.Drawing.Color.White;
this.button5.Name = "button5";
this.button5.Tag = "Ok";
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;
resources.ApplyResources(this.button4, "button4");
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Name = "button4";
this.button4.Tag = "Ok";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.OnbtnLoadClick);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.cboxBackNg);
this.groupBox4.Controls.Add(this.button16);
this.groupBox4.Controls.Add(this.button7);
this.groupBox4.Controls.Add(this.button6);
this.groupBox4.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
//
// cboxBackNg
//
resources.ApplyResources(this.cboxBackNg, "cboxBackNg");
this.cboxBackNg.Name = "cboxBackNg";
this.cboxBackNg.UseVisualStyleBackColor = true;
//
// button16
//
this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button16.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button16, "button16");
this.button16.ForeColor = System.Drawing.Color.White;
this.button16.Name = "button16";
this.button16.Tag = "Ng";
this.button16.UseVisualStyleBackColor = false;
this.button16.Click += new System.EventHandler(this.OnbtnInitClick);
//
// 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;
resources.ApplyResources(this.button7, "button7");
this.button7.ForeColor = System.Drawing.Color.White;
this.button7.Name = "button7";
this.button7.Tag = "Ng";
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;
resources.ApplyResources(this.button6, "button6");
this.button6.ForeColor = System.Drawing.Color.White;
this.button6.Name = "button6";
this.button6.Tag = "Ng";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.OnbtnLoadClick);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.cboxBackMulti);
this.groupBox5.Controls.Add(this.button17);
this.groupBox5.Controls.Add(this.button9);
this.groupBox5.Controls.Add(this.button8);
this.groupBox5.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.groupBox5, "groupBox5");
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
//
// cboxBackMulti
//
resources.ApplyResources(this.cboxBackMulti, "cboxBackMulti");
this.cboxBackMulti.Name = "cboxBackMulti";
this.cboxBackMulti.UseVisualStyleBackColor = true;
//
// button17
//
this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button17.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button17, "button17");
this.button17.ForeColor = System.Drawing.Color.White;
this.button17.Name = "button17";
this.button17.Tag = "Multi";
this.button17.UseVisualStyleBackColor = false;
this.button17.Click += new System.EventHandler(this.OnbtnInitClick);
//
// 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;
resources.ApplyResources(this.button9, "button9");
this.button9.ForeColor = System.Drawing.Color.White;
this.button9.Name = "button9";
this.button9.Tag = "Multi";
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;
resources.ApplyResources(this.button8, "button8");
this.button8.ForeColor = System.Drawing.Color.White;
this.button8.Name = "button8";
this.button8.Tag = "Multi";
this.button8.UseVisualStyleBackColor = false;
this.button8.Click += new System.EventHandler(this.OnbtnLoadClick);
//
// groupBox6
//
this.groupBox6.Controls.Add(this.cboxBackEmpty2);
this.groupBox6.Controls.Add(this.button18);
this.groupBox6.Controls.Add(this.button11);
this.groupBox6.Controls.Add(this.button10);
this.groupBox6.ForeColor = System.Drawing.Color.White;
resources.ApplyResources(this.groupBox6, "groupBox6");
this.groupBox6.Name = "groupBox6";
this.groupBox6.TabStop = false;
//
// cboxBackEmpty2
//
resources.ApplyResources(this.cboxBackEmpty2, "cboxBackEmpty2");
this.cboxBackEmpty2.Name = "cboxBackEmpty2";
this.cboxBackEmpty2.UseVisualStyleBackColor = true;
//
// button18
//
this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button18.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button18, "button18");
this.button18.ForeColor = System.Drawing.Color.White;
this.button18.Name = "button18";
this.button18.Tag = "Empty2";
this.button18.UseVisualStyleBackColor = false;
this.button18.Click += new System.EventHandler(this.OnbtnInitClick);
//
// 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;
resources.ApplyResources(this.button11, "button11");
this.button11.ForeColor = System.Drawing.Color.White;
this.button11.Name = "button11";
this.button11.Tag = "Empty2";
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;
resources.ApplyResources(this.button10, "button10");
this.button10.ForeColor = System.Drawing.Color.White;
this.button10.Name = "button10";
this.button10.Tag = "Empty2";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.OnbtnLoadClick);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.button26);
this.groupBox7.Controls.Add(this.button22);
this.groupBox7.Controls.Add(this.button25);
this.groupBox7.Controls.Add(this.button21);
this.groupBox7.Controls.Add(this.button24);
this.groupBox7.Controls.Add(this.button23);
this.groupBox7.Controls.Add(this.button20);
this.groupBox7.Controls.Add(this.button19);
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;
resources.ApplyResources(this.groupBox7, "groupBox7");
this.groupBox7.Name = "groupBox7";
this.groupBox7.TabStop = false;
//
// button26
//
this.button26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button26.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button26, "button26");
this.button26.ForeColor = System.Drawing.Color.White;
this.button26.Name = "button26";
this.button26.Tag = "Input";
this.button26.UseVisualStyleBackColor = false;
this.button26.Click += new System.EventHandler(this.button26_Click);
//
// button22
//
this.button22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button22.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button22, "button22");
this.button22.ForeColor = System.Drawing.Color.White;
this.button22.Name = "button22";
this.button22.Tag = "Input";
this.button22.UseVisualStyleBackColor = false;
this.button22.Click += new System.EventHandler(this.button22_Click);
//
// button25
//
this.button25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button25.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button25, "button25");
this.button25.ForeColor = System.Drawing.Color.White;
this.button25.Name = "button25";
this.button25.Tag = "Input";
this.button25.UseVisualStyleBackColor = false;
this.button25.Click += new System.EventHandler(this.button25_Click);
//
// button21
//
this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button21.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button21, "button21");
this.button21.ForeColor = System.Drawing.Color.White;
this.button21.Name = "button21";
this.button21.Tag = "Input";
this.button21.UseVisualStyleBackColor = false;
this.button21.Click += new System.EventHandler(this.button21_Click);
//
// button24
//
this.button24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button24.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button24, "button24");
this.button24.ForeColor = System.Drawing.Color.White;
this.button24.Name = "button24";
this.button24.Tag = "Input";
this.button24.UseVisualStyleBackColor = false;
this.button24.Click += new System.EventHandler(this.button24_Click);
//
// button23
//
this.button23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button23.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button23, "button23");
this.button23.ForeColor = System.Drawing.Color.White;
this.button23.Name = "button23";
this.button23.Tag = "Input";
this.button23.UseVisualStyleBackColor = false;
this.button23.Click += new System.EventHandler(this.button23_Click);
//
// button20
//
this.button20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button20.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button20, "button20");
this.button20.ForeColor = System.Drawing.Color.White;
this.button20.Name = "button20";
this.button20.Tag = "Input";
this.button20.UseVisualStyleBackColor = false;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// button19
//
this.button19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button19.FlatAppearance.BorderColor = System.Drawing.Color.White;
resources.ApplyResources(this.button19, "button19");
this.button19.ForeColor = System.Drawing.Color.White;
this.button19.Name = "button19";
this.button19.Tag = "Input";
this.button19.UseVisualStyleBackColor = false;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// 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;
resources.ApplyResources(this.button12, "button12");
this.button12.ForeColor = System.Drawing.Color.White;
this.button12.Name = "button12";
this.button12.Tag = "Input";
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;
resources.ApplyResources(this.gboxTo, "gboxTo");
this.gboxTo.Name = "gboxTo";
this.gboxTo.TabStop = false;
//
// btnToEmpty2
//
resources.ApplyResources(this.btnToEmpty2, "btnToEmpty2");
this.btnToEmpty2.Name = "btnToEmpty2";
this.btnToEmpty2.UseVisualStyleBackColor = true;
//
// btnToEmpty1
//
resources.ApplyResources(this.btnToEmpty1, "btnToEmpty1");
this.btnToEmpty1.Name = "btnToEmpty1";
this.btnToEmpty1.UseVisualStyleBackColor = true;
//
// btnToOk
//
resources.ApplyResources(this.btnToOk, "btnToOk");
this.btnToOk.Checked = true;
this.btnToOk.Name = "btnToOk";
this.btnToOk.TabStop = true;
this.btnToOk.UseVisualStyleBackColor = true;
//
// btnToNg
//
resources.ApplyResources(this.btnToNg, "btnToNg");
this.btnToNg.Name = "btnToNg";
this.btnToNg.UseVisualStyleBackColor = true;
//
// btnToMulti
//
resources.ApplyResources(this.btnToMulti, "btnToMulti");
this.btnToMulti.Name = "btnToMulti";
this.btnToMulti.UseVisualStyleBackColor = true;
//
// btnToInput
//
resources.ApplyResources(this.btnToInput, "btnToInput");
this.btnToInput.Name = "btnToInput";
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;
resources.ApplyResources(this.gboxFrom, "gboxFrom");
this.gboxFrom.Name = "gboxFrom";
this.gboxFrom.TabStop = false;
//
// btnFromEmpty2
//
resources.ApplyResources(this.btnFromEmpty2, "btnFromEmpty2");
this.btnFromEmpty2.Checked = true;
this.btnFromEmpty2.Name = "btnFromEmpty2";
this.btnFromEmpty2.TabStop = true;
this.btnFromEmpty2.UseVisualStyleBackColor = true;
//
// btnFromOk
//
resources.ApplyResources(this.btnFromOk, "btnFromOk");
this.btnFromOk.Name = "btnFromOk";
this.btnFromOk.UseVisualStyleBackColor = true;
//
// btnFromMulti
//
resources.ApplyResources(this.btnFromMulti, "btnFromMulti");
this.btnFromMulti.Name = "btnFromMulti";
this.btnFromMulti.UseVisualStyleBackColor = true;
//
// btnFromInput
//
resources.ApplyResources(this.btnFromInput, "btnFromInput");
this.btnFromInput.Name = "btnFromInput";
this.btnFromInput.UseVisualStyleBackColor = true;
//
// btnFromNg
//
resources.ApplyResources(this.btnFromNg, "btnFromNg");
this.btnFromNg.Name = "btnFromNg";
this.btnFromNg.UseVisualStyleBackColor = true;
//
// btnFromEmpty1
//
resources.ApplyResources(this.btnFromEmpty1, "btnFromEmpty1");
this.btnFromEmpty1.Name = "btnFromEmpty1";
this.btnFromEmpty1.UseVisualStyleBackColor = true;
//
// StockControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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.Load += new System.EventHandler(this.StockControl_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
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;
private System.Windows.Forms.CheckBox cboxBackEmpty1;
private System.Windows.Forms.CheckBox cboxBackInput;
private System.Windows.Forms.CheckBox cboxBackOk;
private System.Windows.Forms.CheckBox cboxBackNg;
private System.Windows.Forms.CheckBox cboxBackMulti;
private System.Windows.Forms.CheckBox cboxBackEmpty2;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button24;
private System.Windows.Forms.Button button23;
}
}