Files
ATV_STDLabelAttach/Handler/Project/Setting/fSetting.Designer.cs
ChiKyun Kim b037dd53e6 ..
2025-09-23 15:41:16 +09:00

660 lines
34 KiB
C#

namespace Project
{
partial class fSetting
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSetting));
this.btSave = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btSystemBypass = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.btbuzAfterFinish = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.btmag2 = new System.Windows.Forms.Button();
this.btRoomLamp = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.btPickerVac = new System.Windows.Forms.Button();
this.btPort1 = new System.Windows.Forms.Button();
this.btmag1 = new System.Windows.Forms.Button();
this.btTWLamp = new System.Windows.Forms.Button();
this.btBuz = new System.Windows.Forms.Button();
this.btmag0 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.btPort0 = new System.Windows.Forms.Button();
this.btPort2 = new System.Windows.Forms.Button();
this.btLeftVac = new System.Windows.Forms.Button();
this.btPrintR = new System.Windows.Forms.Button();
this.btPrintL = new System.Windows.Forms.Button();
this.btRightVac = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btDetectPrintR = new System.Windows.Forms.Button();
this.btDetectPrintL = new System.Windows.Forms.Button();
this.btCartDetR = new System.Windows.Forms.Button();
this.btCartDetL = new System.Windows.Forms.Button();
this.btCartDetC = new System.Windows.Forms.Button();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.btDefIO = new System.Windows.Forms.Button();
this.btDefError = new System.Windows.Forms.Button();
this.btOpenZPL = new System.Windows.Forms.Button();
this.bsLang = new System.Windows.Forms.BindingSource(this.components);
this.dataSet1 = new Project.DataSet1();
this.bsRecipient = new System.Windows.Forms.BindingSource(this.components);
this.bsMailForm = new System.Windows.Forms.BindingSource(this.components);
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsLang)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsRecipient)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsMailForm)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// btSave
//
this.btSave.Dock = System.Windows.Forms.DockStyle.Fill;
this.btSave.Location = new System.Drawing.Point(5, 5);
this.btSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(604, 53);
this.btSave.TabIndex = 0;
this.btSave.Text = "Save(&S)";
this.btSave.UseVisualStyleBackColor = true;
this.btSave.Click += new System.EventHandler(this.button1_Click);
//
// panel1
//
this.panel1.Controls.Add(this.btSave);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 623);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(5);
this.panel1.Size = new System.Drawing.Size(614, 63);
this.panel1.TabIndex = 1;
//
// propertyGrid1
//
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.propertyGrid1.LineColor = System.Drawing.SystemColors.ControlDark;
this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
this.propertyGrid1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(600, 584);
this.propertyGrid1.TabIndex = 1;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage4);
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(614, 623);
this.tabControl1.TabIndex = 2;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tabPage2.Location = new System.Drawing.Point(4, 29);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(5);
this.tabPage2.Size = new System.Drawing.Size(606, 590);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Quick Settings";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btSystemBypass);
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.btbuzAfterFinish);
this.groupBox1.Controls.Add(this.button13);
this.groupBox1.Controls.Add(this.button14);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.btmag2);
this.groupBox1.Controls.Add(this.btRoomLamp);
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.btPickerVac);
this.groupBox1.Controls.Add(this.btPort1);
this.groupBox1.Controls.Add(this.btmag1);
this.groupBox1.Controls.Add(this.btTWLamp);
this.groupBox1.Controls.Add(this.btBuz);
this.groupBox1.Controls.Add(this.btmag0);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.btPort0);
this.groupBox1.Controls.Add(this.btPort2);
this.groupBox1.Controls.Add(this.btLeftVac);
this.groupBox1.Controls.Add(this.btPrintR);
this.groupBox1.Controls.Add(this.btPrintL);
this.groupBox1.Controls.Add(this.btRightVac);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.groupBox1.Location = new System.Drawing.Point(5, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(596, 409);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Function Control";
//
// btSystemBypass
//
this.btSystemBypass.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btSystemBypass.Location = new System.Drawing.Point(53, 349);
this.btSystemBypass.Name = "btSystemBypass";
this.btSystemBypass.Size = new System.Drawing.Size(479, 42);
this.btSystemBypass.TabIndex = 49;
this.btSystemBypass.Text = "SYSTEM BYPASS";
this.btSystemBypass.UseVisualStyleBackColor = true;
this.btSystemBypass.Click += new System.EventHandler(this.button8_Click);
//
// button7
//
this.button7.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.button7.Location = new System.Drawing.Point(230, 279);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(124, 43);
this.button7.TabIndex = 48;
this.button7.Text = "Picker-Cylinder";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click_2);
//
// btbuzAfterFinish
//
this.btbuzAfterFinish.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btbuzAfterFinish.Location = new System.Drawing.Point(18, 30);
this.btbuzAfterFinish.Name = "btbuzAfterFinish";
this.btbuzAfterFinish.Size = new System.Drawing.Size(135, 43);
this.btbuzAfterFinish.TabIndex = 25;
this.btbuzAfterFinish.Text = "Buzzer After Completion";
this.btbuzAfterFinish.UseVisualStyleBackColor = true;
this.btbuzAfterFinish.Click += new System.EventHandler(this.button10_Click);
//
// button13
//
this.button13.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.button13.Location = new System.Drawing.Point(53, 215);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(128, 42);
this.button13.TabIndex = 46;
this.button13.Text = "AIR(Lower)";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button14
//
this.button14.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.button14.Location = new System.Drawing.Point(404, 213);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(128, 42);
this.button14.TabIndex = 47;
this.button14.Text = "AIR(Lower)";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button3
//
this.button3.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.button3.Location = new System.Drawing.Point(230, 89);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(124, 43);
this.button3.TabIndex = 38;
this.button3.Text = "QR Validation";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// btmag2
//
this.btmag2.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btmag2.Location = new System.Drawing.Point(230, 233);
this.btmag2.Name = "btmag2";
this.btmag2.Size = new System.Drawing.Size(124, 43);
this.btmag2.TabIndex = 42;
this.btmag2.Text = "Picker-Magnet";
this.btmag2.UseVisualStyleBackColor = true;
this.btmag2.Click += new System.EventHandler(this.button5_Click_1);
//
// btRoomLamp
//
this.btRoomLamp.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btRoomLamp.Location = new System.Drawing.Point(429, 30);
this.btRoomLamp.Name = "btRoomLamp";
this.btRoomLamp.Size = new System.Drawing.Size(135, 43);
this.btRoomLamp.TabIndex = 28;
this.btRoomLamp.Text = "Interior Light";
this.btRoomLamp.UseVisualStyleBackColor = true;
this.btRoomLamp.Click += new System.EventHandler(this.button2_Click_2);
//
// button6
//
this.button6.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.button6.Location = new System.Drawing.Point(404, 75);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(163, 49);
this.button6.TabIndex = 44;
this.button6.Text = "Right-Function";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click_3);
//
// btPickerVac
//
this.btPickerVac.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btPickerVac.Location = new System.Drawing.Point(230, 133);
this.btPickerVac.Name = "btPickerVac";
this.btPickerVac.Size = new System.Drawing.Size(124, 43);
this.btPickerVac.TabIndex = 34;
this.btPickerVac.Text = "Picker-Vacuum";
this.btPickerVac.UseVisualStyleBackColor = true;
this.btPickerVac.Click += new System.EventHandler(this.btPickerVac_Click);
//
// btPort1
//
this.btPort1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btPort1.ForeColor = System.Drawing.Color.Black;
this.btPort1.Location = new System.Drawing.Point(230, 187);
this.btPort1.Name = "btPort1";
this.btPort1.Size = new System.Drawing.Size(124, 43);
this.btPort1.TabIndex = 23;
this.btPort1.Text = "Picker-Port";
this.btPort1.UseVisualStyleBackColor = true;
this.btPort1.Click += new System.EventHandler(this.btPort1_Click);
//
// btmag1
//
this.btmag1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btmag1.Location = new System.Drawing.Point(404, 299);
this.btmag1.Name = "btmag1";
this.btmag1.Size = new System.Drawing.Size(128, 42);
this.btmag1.TabIndex = 41;
this.btmag1.Text = "Magnet";
this.btmag1.UseVisualStyleBackColor = true;
this.btmag1.Click += new System.EventHandler(this.button6_Click_2);
//
// btTWLamp
//
this.btTWLamp.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btTWLamp.Location = new System.Drawing.Point(292, 30);
this.btTWLamp.Name = "btTWLamp";
this.btTWLamp.Size = new System.Drawing.Size(135, 43);
this.btTWLamp.TabIndex = 21;
this.btTWLamp.Text = "Tower Lamp";
this.btTWLamp.UseVisualStyleBackColor = true;
this.btTWLamp.Click += new System.EventHandler(this.btTWLamp_Click);
//
// btBuz
//
this.btBuz.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btBuz.Location = new System.Drawing.Point(155, 30);
this.btBuz.Name = "btBuz";
this.btBuz.Size = new System.Drawing.Size(135, 43);
this.btBuz.TabIndex = 4;
this.btBuz.Text = "Buzzer";
this.btBuz.UseVisualStyleBackColor = true;
this.btBuz.Click += new System.EventHandler(this.button6_Click);
//
// btmag0
//
this.btmag0.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btmag0.Location = new System.Drawing.Point(53, 301);
this.btmag0.Name = "btmag0";
this.btmag0.Size = new System.Drawing.Size(128, 42);
this.btmag0.TabIndex = 40;
this.btmag0.Text = "Magnet";
this.btmag0.UseVisualStyleBackColor = true;
this.btmag0.Click += new System.EventHandler(this.button7_Click_1);
//
// button5
//
this.button5.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.button5.Location = new System.Drawing.Point(18, 77);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(163, 49);
this.button5.TabIndex = 43;
this.button5.Text = "Left-Function";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click_2);
//
// btPort0
//
this.btPort0.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btPort0.ForeColor = System.Drawing.Color.Black;
this.btPort0.Location = new System.Drawing.Point(53, 258);
this.btPort0.Name = "btPort0";
this.btPort0.Size = new System.Drawing.Size(128, 42);
this.btPort0.TabIndex = 22;
this.btPort0.Text = "Port";
this.btPort0.UseVisualStyleBackColor = true;
this.btPort0.Click += new System.EventHandler(this.btPort0_Click);
//
// btPort2
//
this.btPort2.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btPort2.ForeColor = System.Drawing.Color.Black;
this.btPort2.Location = new System.Drawing.Point(404, 256);
this.btPort2.Name = "btPort2";
this.btPort2.Size = new System.Drawing.Size(128, 42);
this.btPort2.TabIndex = 35;
this.btPort2.Text = "Port";
this.btPort2.UseVisualStyleBackColor = true;
this.btPort2.Click += new System.EventHandler(this.btPort2_Click);
//
// btLeftVac
//
this.btLeftVac.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btLeftVac.Location = new System.Drawing.Point(53, 172);
this.btLeftVac.Name = "btLeftVac";
this.btLeftVac.Size = new System.Drawing.Size(128, 42);
this.btLeftVac.TabIndex = 32;
this.btLeftVac.Text = "VAC(Upper)";
this.btLeftVac.UseVisualStyleBackColor = true;
this.btLeftVac.Click += new System.EventHandler(this.btLeftVac_Click);
//
// btPrintR
//
this.btPrintR.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btPrintR.ForeColor = System.Drawing.Color.Black;
this.btPrintR.Location = new System.Drawing.Point(404, 127);
this.btPrintR.Name = "btPrintR";
this.btPrintR.Size = new System.Drawing.Size(128, 42);
this.btPrintR.TabIndex = 37;
this.btPrintR.Text = "Printer";
this.btPrintR.UseVisualStyleBackColor = true;
this.btPrintR.Click += new System.EventHandler(this.button3_Click);
//
// btPrintL
//
this.btPrintL.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btPrintL.ForeColor = System.Drawing.Color.Black;
this.btPrintL.Location = new System.Drawing.Point(53, 129);
this.btPrintL.Name = "btPrintL";
this.btPrintL.Size = new System.Drawing.Size(128, 42);
this.btPrintL.TabIndex = 36;
this.btPrintL.Text = "Printer";
this.btPrintL.UseVisualStyleBackColor = true;
this.btPrintL.Click += new System.EventHandler(this.button4_Click_2);
//
// btRightVac
//
this.btRightVac.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btRightVac.Location = new System.Drawing.Point(404, 170);
this.btRightVac.Name = "btRightVac";
this.btRightVac.Size = new System.Drawing.Size(128, 42);
this.btRightVac.TabIndex = 33;
this.btRightVac.Text = "VAC(Upper)";
this.btRightVac.UseVisualStyleBackColor = true;
this.btRightVac.Click += new System.EventHandler(this.btRightVac_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btDetectPrintR);
this.groupBox2.Controls.Add(this.btDetectPrintL);
this.groupBox2.Controls.Add(this.btCartDetR);
this.groupBox2.Controls.Add(this.btCartDetL);
this.groupBox2.Controls.Add(this.btCartDetC);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.groupBox2.Location = new System.Drawing.Point(5, 414);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(596, 171);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Sensor Control";
//
// btDetectPrintR
//
this.btDetectPrintR.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.btDetectPrintR.Location = new System.Drawing.Point(112, 38);
this.btDetectPrintR.Name = "btDetectPrintR";
this.btDetectPrintR.Size = new System.Drawing.Size(100, 58);
this.btDetectPrintR.TabIndex = 24;
this.btDetectPrintR.Text = "Print Detect-R";
this.btDetectPrintR.UseVisualStyleBackColor = true;
this.btDetectPrintR.Click += new System.EventHandler(this.btDetectPrintR_Click);
//
// btDetectPrintL
//
this.btDetectPrintL.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.btDetectPrintL.Location = new System.Drawing.Point(12, 38);
this.btDetectPrintL.Name = "btDetectPrintL";
this.btDetectPrintL.Size = new System.Drawing.Size(100, 58);
this.btDetectPrintL.TabIndex = 23;
this.btDetectPrintL.Text = "Print Detect-L";
this.btDetectPrintL.UseVisualStyleBackColor = true;
this.btDetectPrintL.Click += new System.EventHandler(this.btDetectPrintL_Click);
//
// btCartDetR
//
this.btCartDetR.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.btCartDetR.Location = new System.Drawing.Point(213, 99);
this.btCartDetR.Name = "btCartDetR";
this.btCartDetR.Size = new System.Drawing.Size(100, 58);
this.btCartDetR.TabIndex = 20;
this.btCartDetR.Text = "Cart Detect(R)";
this.btCartDetR.UseVisualStyleBackColor = true;
this.btCartDetR.Click += new System.EventHandler(this.button5_Click);
//
// btCartDetL
//
this.btCartDetL.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.btCartDetL.Location = new System.Drawing.Point(12, 99);
this.btCartDetL.Name = "btCartDetL";
this.btCartDetL.Size = new System.Drawing.Size(100, 58);
this.btCartDetL.TabIndex = 21;
this.btCartDetL.Text = "Cart Detect(L)";
this.btCartDetL.UseVisualStyleBackColor = true;
this.btCartDetL.Click += new System.EventHandler(this.button6_Click_1);
//
// btCartDetC
//
this.btCartDetC.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.btCartDetC.Location = new System.Drawing.Point(112, 99);
this.btCartDetC.Name = "btCartDetC";
this.btCartDetC.Size = new System.Drawing.Size(100, 58);
this.btCartDetC.TabIndex = 22;
this.btCartDetC.Text = "Cart Detect(C)";
this.btCartDetC.UseVisualStyleBackColor = true;
this.btCartDetC.Click += new System.EventHandler(this.button7_Click);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.propertyGrid1);
this.tabPage1.Location = new System.Drawing.Point(4, 29);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(606, 590);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Advanced Settings";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.btDefIO);
this.tabPage4.Controls.Add(this.btDefError);
this.tabPage4.Controls.Add(this.btOpenZPL);
this.tabPage4.Location = new System.Drawing.Point(4, 29);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(606, 590);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Other";
this.tabPage4.UseVisualStyleBackColor = true;
//
// btDefIO
//
this.btDefIO.Location = new System.Drawing.Point(13, 118);
this.btDefIO.Name = "btDefIO";
this.btDefIO.Size = new System.Drawing.Size(234, 43);
this.btDefIO.TabIndex = 48;
this.btDefIO.Text = "Define I/O Description";
this.btDefIO.UseVisualStyleBackColor = true;
this.btDefIO.Click += new System.EventHandler(this.button12_Click);
//
// btDefError
//
this.btDefError.Location = new System.Drawing.Point(13, 65);
this.btDefError.Name = "btDefError";
this.btDefError.Size = new System.Drawing.Size(234, 43);
this.btDefError.TabIndex = 47;
this.btDefError.Text = "Define Error Messages";
this.btDefError.UseVisualStyleBackColor = true;
this.btDefError.Click += new System.EventHandler(this.button11_Click);
//
// btOpenZPL
//
this.btOpenZPL.Location = new System.Drawing.Point(13, 12);
this.btOpenZPL.Name = "btOpenZPL";
this.btOpenZPL.Size = new System.Drawing.Size(234, 43);
this.btOpenZPL.TabIndex = 46;
this.btOpenZPL.Text = "Open ZPL";
this.btOpenZPL.UseVisualStyleBackColor = true;
this.btOpenZPL.Click += new System.EventHandler(this.btOpenZPL_Click);
//
// bsLang
//
this.bsLang.DataMember = "language";
this.bsLang.DataSource = this.dataSet1;
//
// dataSet1
//
this.dataSet1.DataSetName = "DataSet1";
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bsRecipient
//
this.bsRecipient.DataMember = "MailRecipient";
this.bsRecipient.DataSource = this.dataSet1;
//
// bsMailForm
//
this.bsMailForm.DataMember = "MailFormat";
this.bsMailForm.DataSource = this.dataSet1;
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// fSetting
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(614, 686);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Program Settings";
this.Load += new System.EventHandler(this.@__Load);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bsLang)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsRecipient)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsMailForm)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btSave;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.BindingSource bsLang;
private DataSet1 dataSet1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btBuz;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.Button btTWLamp;
private System.Windows.Forms.BindingSource bsRecipient;
private System.Windows.Forms.BindingSource bsMailForm;
private System.Windows.Forms.Button btRoomLamp;
private System.Windows.Forms.Button btPickerVac;
private System.Windows.Forms.Button btRightVac;
private System.Windows.Forms.Button btLeftVac;
private System.Windows.Forms.Button btPort1;
private System.Windows.Forms.Button btPort0;
private System.Windows.Forms.Button btPort2;
private System.Windows.Forms.Button btPrintR;
private System.Windows.Forms.Button btPrintL;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button btCartDetR;
private System.Windows.Forms.Button btCartDetL;
private System.Windows.Forms.Button btCartDetC;
private System.Windows.Forms.Button btmag2;
private System.Windows.Forms.Button btmag1;
private System.Windows.Forms.Button btmag0;
private System.Windows.Forms.Button btDetectPrintR;
private System.Windows.Forms.Button btDetectPrintL;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button btOpenZPL;
private System.Windows.Forms.Button btbuzAfterFinish;
private System.Windows.Forms.Button btDefIO;
private System.Windows.Forms.Button btDefError;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button btSystemBypass;
}
}