INT69DC_7C/INT69DC_7C/Forms/FormConfiguration.Designer.cs

1554 lines
98 KiB
C#

namespace INT69DC_7C.Forms
{
partial class FormConfiguration
{
/// <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(FormConfiguration));
this.smartForm1 = new SmartX.SmartForm();
this.groupBoxAutoZero = new SmartX.SmartGroupBox();
this.comboBoxZeroParameterVariate = new System.Windows.Forms.ComboBox();
this.comboBoxZeroParameterMode = new System.Windows.Forms.ComboBox();
this.labelZeroParameterRange = new SmartX.SmartLabel();
this.labelZeroParameterTime = new SmartX.SmartLabel();
this.labelStaticMode = new SmartX.SmartLabel();
this.labelStaticVariable = new SmartX.SmartLabel();
this.labelStaticRange = new SmartX.SmartLabel();
this.labelStaticTime = new SmartX.SmartLabel();
this.buttonBack = new SmartX.SmartButton();
this.groupBoxOption = new SmartX.SmartGroupBox();
this.comboBoxDecimalPlaces = new System.Windows.Forms.ComboBox();
this.buttonDoubleEnter = new SmartX.SmartButton();
this.labelBuzzerOnTime = new SmartX.SmartLabel();
this.labelChattering = new SmartX.SmartLabel();
this.labelRelayOnTime = new SmartX.SmartLabel();
this.labelStaticDecimalPoint = new SmartX.SmartLabel();
this.labelStaticBuzzerOnTime = new SmartX.SmartLabel();
this.labelStaticRelayOnTime = new SmartX.SmartLabel();
this.labelStaticChattering = new SmartX.SmartLabel();
this.labelStaticDoubleEntry = new SmartX.SmartLabel();
this.buttonAlarmContinuousNG = new SmartX.SmartButton();
this.labelAlarmContinuousNG = new SmartX.SmartLabel();
this.labelStaticAlarmContinuousNG = new SmartX.SmartLabel();
this.buttonBypassMode = new SmartX.SmartButton();
this.labelStaticBypass = new SmartX.SmartLabel();
this.labelTitle = new SmartX.SmartLabel();
this.timerInterval = new System.Windows.Forms.Timer();
this.groupBoxBypass = new SmartX.SmartGroupBox();
this.buttonSaveBypass = new System.Windows.Forms.Button();
this.buttonBypassLane12 = new SmartX.SmartButton();
this.buttonBypassLane10 = new SmartX.SmartButton();
this.buttonBypassLane8 = new SmartX.SmartButton();
this.buttonBypassLane6 = new SmartX.SmartButton();
this.buttonBypassLane4 = new SmartX.SmartButton();
this.buttonBypassLane2 = new SmartX.SmartButton();
this.buttonBypassLane11 = new SmartX.SmartButton();
this.buttonBypassLane9 = new SmartX.SmartButton();
this.buttonBypassLane7 = new SmartX.SmartButton();
this.buttonBypassLane5 = new SmartX.SmartButton();
this.buttonBypassLane3 = new SmartX.SmartButton();
this.buttonBypassLane1 = new SmartX.SmartButton();
this.labelTitleLine12 = new SmartX.SmartLabel();
this.labelTitleLine11 = new SmartX.SmartLabel();
this.labelTitleLine10 = new SmartX.SmartLabel();
this.labelTitleLine9 = new SmartX.SmartLabel();
this.labelTitleLine8 = new SmartX.SmartLabel();
this.labelTitleLine7 = new SmartX.SmartLabel();
this.labelTitleLine6 = new SmartX.SmartLabel();
this.labelTitleLine5 = new SmartX.SmartLabel();
this.labelTitleLine4 = new SmartX.SmartLabel();
this.labelTitleLine3 = new SmartX.SmartLabel();
this.labelTitleLine2 = new SmartX.SmartLabel();
this.labelTitleLine1 = new SmartX.SmartLabel();
this.buttonScreen = new SmartX.SmartButton();
this.groupBoxCount = new SmartX.SmartGroupBox();
this.buttonAlarmTotalPassCount = new SmartX.SmartButton();
this.labelStaticATPC = new SmartX.SmartLabel();
this.labelAlarmTotalPassCount = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxAutoZero.SuspendLayout();
this.groupBoxOption.SuspendLayout();
this.groupBoxBypass.SuspendLayout();
this.groupBoxCount.SuspendLayout();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.CenterLocation = false;
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD1024X768;
this.smartForm1.Location = new System.Drawing.Point(0, 0);
this.smartForm1.MainForm = null;
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
this.smartForm1.Size = new System.Drawing.Size(1024, 768);
this.smartForm1.SpecialFunctionClickPointSize = 200;
this.smartForm1.SuspendLayoutInterval = 0;
//
// groupBoxAutoZero
//
this.groupBoxAutoZero.BackPictureBox = this.smartForm1;
this.groupBoxAutoZero.BackPictureBox1 = null;
this.groupBoxAutoZero.Controls.Add(this.comboBoxZeroParameterVariate);
this.groupBoxAutoZero.Controls.Add(this.comboBoxZeroParameterMode);
this.groupBoxAutoZero.Controls.Add(this.labelZeroParameterRange);
this.groupBoxAutoZero.Controls.Add(this.labelZeroParameterTime);
this.groupBoxAutoZero.Controls.Add(this.labelStaticMode);
this.groupBoxAutoZero.Controls.Add(this.labelStaticVariable);
this.groupBoxAutoZero.Controls.Add(this.labelStaticRange);
this.groupBoxAutoZero.Controls.Add(this.labelStaticTime);
this.groupBoxAutoZero.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxAutoZero.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxAutoZero.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxAutoZero.FrameLineThickness = 1;
this.groupBoxAutoZero.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxAutoZero.Image = null;
this.groupBoxAutoZero.InitVisible = true;
this.groupBoxAutoZero.Location = new System.Drawing.Point(3, 76);
this.groupBoxAutoZero.Name = "groupBoxAutoZero";
this.groupBoxAutoZero.RoundRadius = 0;
this.groupBoxAutoZero.Size = new System.Drawing.Size(500, 234);
this.groupBoxAutoZero.TabIndex = 7;
this.groupBoxAutoZero.Text = "자동 영점";
this.groupBoxAutoZero.TextColor = System.Drawing.Color.Black;
//
// comboBoxZeroParameterVariate
//
this.comboBoxZeroParameterVariate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxZeroParameterVariate.Location = new System.Drawing.Point(314, 117);
this.comboBoxZeroParameterVariate.Name = "comboBoxZeroParameterVariate";
this.comboBoxZeroParameterVariate.Size = new System.Drawing.Size(100, 28);
this.comboBoxZeroParameterVariate.TabIndex = 1;
this.comboBoxZeroParameterVariate.SelectedIndexChanged += new System.EventHandler(this.comboBoxZeroParameterVariate_SelectedIndexChanged);
//
// comboBoxZeroParameterMode
//
this.comboBoxZeroParameterMode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxZeroParameterMode.Location = new System.Drawing.Point(314, 153);
this.comboBoxZeroParameterMode.Name = "comboBoxZeroParameterMode";
this.comboBoxZeroParameterMode.Size = new System.Drawing.Size(100, 28);
this.comboBoxZeroParameterMode.TabIndex = 1;
this.comboBoxZeroParameterMode.Visible = false;
this.comboBoxZeroParameterMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxZeroParameterMode_SelectedIndexChanged);
//
// labelZeroParameterRange
//
this.labelZeroParameterRange.BackColor = System.Drawing.Color.White;
this.labelZeroParameterRange.BackPictureBox = null;
this.labelZeroParameterRange.BackPictureBox1 = null;
this.labelZeroParameterRange.BackPictureBox2 = null;
this.labelZeroParameterRange.BorderColor = System.Drawing.Color.Black;
this.labelZeroParameterRange.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelZeroParameterRange.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelZeroParameterRange.InitVisible = true;
this.labelZeroParameterRange.LineSpacing = 0F;
this.labelZeroParameterRange.Location = new System.Drawing.Point(314, 79);
this.labelZeroParameterRange.Name = "labelZeroParameterRange";
this.labelZeroParameterRange.Size = new System.Drawing.Size(100, 30);
this.labelZeroParameterRange.TabIndex = 0;
this.labelZeroParameterRange.Text = "9999";
this.labelZeroParameterRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelZeroParameterRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelZeroParameterRange.Wordwrap = false;
this.labelZeroParameterRange.Click += new System.EventHandler(this.labelZeroParameterRange_Click);
//
// labelZeroParameterTime
//
this.labelZeroParameterTime.BackColor = System.Drawing.Color.White;
this.labelZeroParameterTime.BackPictureBox = null;
this.labelZeroParameterTime.BackPictureBox1 = null;
this.labelZeroParameterTime.BackPictureBox2 = null;
this.labelZeroParameterTime.BorderColor = System.Drawing.Color.Black;
this.labelZeroParameterTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelZeroParameterTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelZeroParameterTime.InitVisible = true;
this.labelZeroParameterTime.LineSpacing = 0F;
this.labelZeroParameterTime.Location = new System.Drawing.Point(314, 43);
this.labelZeroParameterTime.Name = "labelZeroParameterTime";
this.labelZeroParameterTime.Size = new System.Drawing.Size(100, 30);
this.labelZeroParameterTime.TabIndex = 0;
this.labelZeroParameterTime.Text = "9999";
this.labelZeroParameterTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelZeroParameterTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelZeroParameterTime.Wordwrap = false;
this.labelZeroParameterTime.Click += new System.EventHandler(this.labelZeroParameterTime_Click);
//
// labelStaticMode
//
this.labelStaticMode.BackPictureBox = this.smartForm1;
this.labelStaticMode.BackPictureBox1 = null;
this.labelStaticMode.BackPictureBox2 = null;
this.labelStaticMode.BorderColor = System.Drawing.Color.Black;
this.labelStaticMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticMode.InitVisible = true;
this.labelStaticMode.LineSpacing = 0F;
this.labelStaticMode.Location = new System.Drawing.Point(58, 151);
this.labelStaticMode.Name = "labelStaticMode";
this.labelStaticMode.Size = new System.Drawing.Size(250, 30);
this.labelStaticMode.TabIndex = 0;
this.labelStaticMode.Text = "모드";
this.labelStaticMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticMode.Visible = false;
this.labelStaticMode.Wordwrap = false;
//
// labelStaticVariable
//
this.labelStaticVariable.BackPictureBox = this.smartForm1;
this.labelStaticVariable.BackPictureBox1 = null;
this.labelStaticVariable.BackPictureBox2 = null;
this.labelStaticVariable.BorderColor = System.Drawing.Color.Black;
this.labelStaticVariable.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticVariable.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticVariable.InitVisible = true;
this.labelStaticVariable.LineSpacing = 0F;
this.labelStaticVariable.Location = new System.Drawing.Point(58, 115);
this.labelStaticVariable.Name = "labelStaticVariable";
this.labelStaticVariable.Size = new System.Drawing.Size(250, 30);
this.labelStaticVariable.TabIndex = 0;
this.labelStaticVariable.Text = "변량";
this.labelStaticVariable.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticVariable.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticVariable.Wordwrap = false;
//
// labelStaticRange
//
this.labelStaticRange.BackPictureBox = this.smartForm1;
this.labelStaticRange.BackPictureBox1 = null;
this.labelStaticRange.BackPictureBox2 = null;
this.labelStaticRange.BorderColor = System.Drawing.Color.Black;
this.labelStaticRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRange.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticRange.InitVisible = true;
this.labelStaticRange.LineSpacing = 0F;
this.labelStaticRange.Location = new System.Drawing.Point(58, 79);
this.labelStaticRange.Name = "labelStaticRange";
this.labelStaticRange.Size = new System.Drawing.Size(250, 30);
this.labelStaticRange.TabIndex = 0;
this.labelStaticRange.Text = "범위";
this.labelStaticRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticRange.Wordwrap = false;
//
// labelStaticTime
//
this.labelStaticTime.BackPictureBox = this.smartForm1;
this.labelStaticTime.BackPictureBox1 = null;
this.labelStaticTime.BackPictureBox2 = null;
this.labelStaticTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticTime.InitVisible = true;
this.labelStaticTime.LineSpacing = 0F;
this.labelStaticTime.Location = new System.Drawing.Point(58, 43);
this.labelStaticTime.Name = "labelStaticTime";
this.labelStaticTime.Size = new System.Drawing.Size(250, 30);
this.labelStaticTime.TabIndex = 0;
this.labelStaticTime.Text = "시간";
this.labelStaticTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticTime.Wordwrap = false;
//
// buttonBack
//
this.buttonBack.BackPictureBox = null;
this.buttonBack.BackPictureBox1 = null;
this.buttonBack.BackPictureBox2 = null;
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
this.buttonBack.ButtonImageAutoSize = true;
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
this.buttonBack.GroupID = 0;
this.buttonBack.InitVisible = true;
this.buttonBack.Location = new System.Drawing.Point(924, 666);
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonBack.Name = "buttonBack";
this.buttonBack.NestedClickEventPrevent = false;
this.buttonBack.OutlinePixel = 1;
this.buttonBack.RepeatInterval = 200;
this.buttonBack.RepeatIntervalAccelerate = null;
this.buttonBack.SafeInterval = 200;
this.buttonBack.Size = new System.Drawing.Size(84, 87);
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBack.TabIndex = 6;
this.buttonBack.TextColor = System.Drawing.Color.Black;
this.buttonBack.TextDownColor = System.Drawing.Color.White;
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
//
// groupBoxOption
//
this.groupBoxOption.BackPictureBox = this.smartForm1;
this.groupBoxOption.BackPictureBox1 = null;
this.groupBoxOption.Controls.Add(this.comboBoxDecimalPlaces);
this.groupBoxOption.Controls.Add(this.buttonDoubleEnter);
this.groupBoxOption.Controls.Add(this.labelBuzzerOnTime);
this.groupBoxOption.Controls.Add(this.labelChattering);
this.groupBoxOption.Controls.Add(this.labelRelayOnTime);
this.groupBoxOption.Controls.Add(this.labelStaticDecimalPoint);
this.groupBoxOption.Controls.Add(this.labelStaticBuzzerOnTime);
this.groupBoxOption.Controls.Add(this.labelStaticRelayOnTime);
this.groupBoxOption.Controls.Add(this.labelStaticChattering);
this.groupBoxOption.Controls.Add(this.labelStaticDoubleEntry);
this.groupBoxOption.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxOption.FrameLineThickness = 1;
this.groupBoxOption.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxOption.Image = null;
this.groupBoxOption.InitVisible = true;
this.groupBoxOption.Location = new System.Drawing.Point(3, 316);
this.groupBoxOption.Name = "groupBoxOption";
this.groupBoxOption.RoundRadius = 0;
this.groupBoxOption.Size = new System.Drawing.Size(500, 325);
this.groupBoxOption.TabIndex = 9;
this.groupBoxOption.Text = "기타 옵션";
this.groupBoxOption.TextColor = System.Drawing.Color.Black;
//
// comboBoxDecimalPlaces
//
this.comboBoxDecimalPlaces.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxDecimalPlaces.Location = new System.Drawing.Point(314, 218);
this.comboBoxDecimalPlaces.Name = "comboBoxDecimalPlaces";
this.comboBoxDecimalPlaces.Size = new System.Drawing.Size(100, 28);
this.comboBoxDecimalPlaces.TabIndex = 1;
this.comboBoxDecimalPlaces.SelectedIndexChanged += new System.EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
//
// buttonDoubleEnter
//
this.buttonDoubleEnter.BackPictureBox = null;
this.buttonDoubleEnter.BackPictureBox1 = null;
this.buttonDoubleEnter.BackPictureBox2 = null;
this.buttonDoubleEnter.ButtonColor = System.Drawing.Color.Gray;
this.buttonDoubleEnter.ButtonImageAutoSize = true;
this.buttonDoubleEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDoubleEnter.DisableImage = null;
this.buttonDoubleEnter.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDoubleEnter.DownImage")));
this.buttonDoubleEnter.GroupID = 0;
this.buttonDoubleEnter.InitVisible = true;
this.buttonDoubleEnter.Location = new System.Drawing.Point(314, 72);
this.buttonDoubleEnter.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonDoubleEnter.Name = "buttonDoubleEnter";
this.buttonDoubleEnter.NestedClickEventPrevent = false;
this.buttonDoubleEnter.OutlinePixel = 1;
this.buttonDoubleEnter.RepeatInterval = 200;
this.buttonDoubleEnter.RepeatIntervalAccelerate = null;
this.buttonDoubleEnter.SafeInterval = 200;
this.buttonDoubleEnter.Size = new System.Drawing.Size(100, 30);
this.buttonDoubleEnter.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDoubleEnter.TabIndex = 1;
this.buttonDoubleEnter.TextColor = System.Drawing.Color.Black;
this.buttonDoubleEnter.TextDownColor = System.Drawing.Color.White;
this.buttonDoubleEnter.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDoubleEnter.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDoubleEnter.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDoubleEnter.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDoubleEnter.UpImage")));
this.buttonDoubleEnter.Click += new System.EventHandler(this.buttonDoubleEnter_Click);
//
// labelBuzzerOnTime
//
this.labelBuzzerOnTime.BackColor = System.Drawing.Color.White;
this.labelBuzzerOnTime.BackPictureBox = null;
this.labelBuzzerOnTime.BackPictureBox1 = null;
this.labelBuzzerOnTime.BackPictureBox2 = null;
this.labelBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
this.labelBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelBuzzerOnTime.InitVisible = true;
this.labelBuzzerOnTime.LineSpacing = 0F;
this.labelBuzzerOnTime.Location = new System.Drawing.Point(314, 144);
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
this.labelBuzzerOnTime.Size = new System.Drawing.Size(100, 30);
this.labelBuzzerOnTime.TabIndex = 0;
this.labelBuzzerOnTime.Text = "9999";
this.labelBuzzerOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelBuzzerOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelBuzzerOnTime.Wordwrap = false;
this.labelBuzzerOnTime.Click += new System.EventHandler(this.labelBuzzerOnTime_Click);
//
// labelChattering
//
this.labelChattering.BackColor = System.Drawing.Color.White;
this.labelChattering.BackPictureBox = null;
this.labelChattering.BackPictureBox1 = null;
this.labelChattering.BackPictureBox2 = null;
this.labelChattering.BorderColor = System.Drawing.Color.Black;
this.labelChattering.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelChattering.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelChattering.InitVisible = true;
this.labelChattering.LineSpacing = 0F;
this.labelChattering.Location = new System.Drawing.Point(314, 108);
this.labelChattering.Name = "labelChattering";
this.labelChattering.Size = new System.Drawing.Size(100, 30);
this.labelChattering.TabIndex = 0;
this.labelChattering.Text = "9999";
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelChattering.Wordwrap = false;
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
//
// labelRelayOnTime
//
this.labelRelayOnTime.BackColor = System.Drawing.Color.White;
this.labelRelayOnTime.BackPictureBox = null;
this.labelRelayOnTime.BackPictureBox1 = null;
this.labelRelayOnTime.BackPictureBox2 = null;
this.labelRelayOnTime.BorderColor = System.Drawing.Color.Black;
this.labelRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelRelayOnTime.InitVisible = true;
this.labelRelayOnTime.LineSpacing = 0F;
this.labelRelayOnTime.Location = new System.Drawing.Point(314, 180);
this.labelRelayOnTime.Name = "labelRelayOnTime";
this.labelRelayOnTime.Size = new System.Drawing.Size(100, 30);
this.labelRelayOnTime.TabIndex = 0;
this.labelRelayOnTime.Text = "9999";
this.labelRelayOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelRelayOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRelayOnTime.Wordwrap = false;
this.labelRelayOnTime.Click += new System.EventHandler(this.labelRelayOnTime_Click);
//
// labelStaticDecimalPoint
//
this.labelStaticDecimalPoint.BackPictureBox = this.smartForm1;
this.labelStaticDecimalPoint.BackPictureBox1 = null;
this.labelStaticDecimalPoint.BackPictureBox2 = null;
this.labelStaticDecimalPoint.BorderColor = System.Drawing.Color.Black;
this.labelStaticDecimalPoint.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDecimalPoint.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticDecimalPoint.InitVisible = true;
this.labelStaticDecimalPoint.LineSpacing = 0F;
this.labelStaticDecimalPoint.Location = new System.Drawing.Point(58, 216);
this.labelStaticDecimalPoint.Name = "labelStaticDecimalPoint";
this.labelStaticDecimalPoint.Size = new System.Drawing.Size(250, 30);
this.labelStaticDecimalPoint.TabIndex = 0;
this.labelStaticDecimalPoint.Text = "소수점";
this.labelStaticDecimalPoint.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticDecimalPoint.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticDecimalPoint.Wordwrap = false;
//
// labelStaticBuzzerOnTime
//
this.labelStaticBuzzerOnTime.BackPictureBox = this.smartForm1;
this.labelStaticBuzzerOnTime.BackPictureBox1 = null;
this.labelStaticBuzzerOnTime.BackPictureBox2 = null;
this.labelStaticBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticBuzzerOnTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticBuzzerOnTime.InitVisible = true;
this.labelStaticBuzzerOnTime.LineSpacing = 0F;
this.labelStaticBuzzerOnTime.Location = new System.Drawing.Point(58, 144);
this.labelStaticBuzzerOnTime.Name = "labelStaticBuzzerOnTime";
this.labelStaticBuzzerOnTime.Size = new System.Drawing.Size(250, 30);
this.labelStaticBuzzerOnTime.TabIndex = 0;
this.labelStaticBuzzerOnTime.Text = "부저 ON 시간";
this.labelStaticBuzzerOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticBuzzerOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticBuzzerOnTime.Wordwrap = false;
//
// labelStaticRelayOnTime
//
this.labelStaticRelayOnTime.BackPictureBox = this.smartForm1;
this.labelStaticRelayOnTime.BackPictureBox1 = null;
this.labelStaticRelayOnTime.BackPictureBox2 = null;
this.labelStaticRelayOnTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRelayOnTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticRelayOnTime.InitVisible = true;
this.labelStaticRelayOnTime.LineSpacing = 0F;
this.labelStaticRelayOnTime.Location = new System.Drawing.Point(58, 180);
this.labelStaticRelayOnTime.Name = "labelStaticRelayOnTime";
this.labelStaticRelayOnTime.Size = new System.Drawing.Size(250, 30);
this.labelStaticRelayOnTime.TabIndex = 0;
this.labelStaticRelayOnTime.Text = "릴레이 ON 시간";
this.labelStaticRelayOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticRelayOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticRelayOnTime.Wordwrap = false;
//
// labelStaticChattering
//
this.labelStaticChattering.BackPictureBox = this.smartForm1;
this.labelStaticChattering.BackPictureBox1 = null;
this.labelStaticChattering.BackPictureBox2 = null;
this.labelStaticChattering.BorderColor = System.Drawing.Color.Black;
this.labelStaticChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticChattering.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticChattering.InitVisible = true;
this.labelStaticChattering.LineSpacing = 0F;
this.labelStaticChattering.Location = new System.Drawing.Point(58, 108);
this.labelStaticChattering.Name = "labelStaticChattering";
this.labelStaticChattering.Size = new System.Drawing.Size(250, 30);
this.labelStaticChattering.TabIndex = 0;
this.labelStaticChattering.Text = "채터링 감지";
this.labelStaticChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticChattering.Wordwrap = false;
//
// labelStaticDoubleEntry
//
this.labelStaticDoubleEntry.BackPictureBox = this.smartForm1;
this.labelStaticDoubleEntry.BackPictureBox1 = null;
this.labelStaticDoubleEntry.BackPictureBox2 = null;
this.labelStaticDoubleEntry.BorderColor = System.Drawing.Color.Black;
this.labelStaticDoubleEntry.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDoubleEntry.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticDoubleEntry.InitVisible = true;
this.labelStaticDoubleEntry.LineSpacing = 0F;
this.labelStaticDoubleEntry.Location = new System.Drawing.Point(58, 72);
this.labelStaticDoubleEntry.Name = "labelStaticDoubleEntry";
this.labelStaticDoubleEntry.Size = new System.Drawing.Size(250, 30);
this.labelStaticDoubleEntry.TabIndex = 0;
this.labelStaticDoubleEntry.Text = "이중진입";
this.labelStaticDoubleEntry.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticDoubleEntry.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticDoubleEntry.Wordwrap = false;
//
// buttonAlarmContinuousNG
//
this.buttonAlarmContinuousNG.BackPictureBox = null;
this.buttonAlarmContinuousNG.BackPictureBox1 = null;
this.buttonAlarmContinuousNG.BackPictureBox2 = null;
this.buttonAlarmContinuousNG.ButtonColor = System.Drawing.Color.Gray;
this.buttonAlarmContinuousNG.ButtonImageAutoSize = true;
this.buttonAlarmContinuousNG.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAlarmContinuousNG.DisableImage = null;
this.buttonAlarmContinuousNG.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmContinuousNG.DownImage")));
this.buttonAlarmContinuousNG.GroupID = 0;
this.buttonAlarmContinuousNG.InitVisible = true;
this.buttonAlarmContinuousNG.Location = new System.Drawing.Point(377, 42);
this.buttonAlarmContinuousNG.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonAlarmContinuousNG.Name = "buttonAlarmContinuousNG";
this.buttonAlarmContinuousNG.NestedClickEventPrevent = false;
this.buttonAlarmContinuousNG.OutlinePixel = 1;
this.buttonAlarmContinuousNG.RepeatInterval = 200;
this.buttonAlarmContinuousNG.RepeatIntervalAccelerate = null;
this.buttonAlarmContinuousNG.SafeInterval = 200;
this.buttonAlarmContinuousNG.Size = new System.Drawing.Size(100, 30);
this.buttonAlarmContinuousNG.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAlarmContinuousNG.TabIndex = 695;
this.buttonAlarmContinuousNG.TextColor = System.Drawing.Color.Black;
this.buttonAlarmContinuousNG.TextDownColor = System.Drawing.Color.White;
this.buttonAlarmContinuousNG.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAlarmContinuousNG.TextLocation = new System.Drawing.Point(0, 0);
this.buttonAlarmContinuousNG.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAlarmContinuousNG.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmContinuousNG.UpImage")));
this.buttonAlarmContinuousNG.Click += new System.EventHandler(this.buttonAlarmContinuousNG_Click);
//
// labelAlarmContinuousNG
//
this.labelAlarmContinuousNG.BackColor = System.Drawing.Color.White;
this.labelAlarmContinuousNG.BackPictureBox = null;
this.labelAlarmContinuousNG.BackPictureBox1 = null;
this.labelAlarmContinuousNG.BackPictureBox2 = null;
this.labelAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
this.labelAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelAlarmContinuousNG.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelAlarmContinuousNG.InitVisible = true;
this.labelAlarmContinuousNG.LineSpacing = 0F;
this.labelAlarmContinuousNG.Location = new System.Drawing.Point(271, 42);
this.labelAlarmContinuousNG.Name = "labelAlarmContinuousNG";
this.labelAlarmContinuousNG.Size = new System.Drawing.Size(100, 30);
this.labelAlarmContinuousNG.TabIndex = 3;
this.labelAlarmContinuousNG.Text = "9999";
this.labelAlarmContinuousNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelAlarmContinuousNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAlarmContinuousNG.Wordwrap = false;
this.labelAlarmContinuousNG.Click += new System.EventHandler(this.labelAlarmContinuousNG_Click);
//
// labelStaticAlarmContinuousNG
//
this.labelStaticAlarmContinuousNG.BackPictureBox = this.smartForm1;
this.labelStaticAlarmContinuousNG.BackPictureBox1 = null;
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticAlarmContinuousNG.InitVisible = true;
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
this.labelStaticAlarmContinuousNG.Location = new System.Drawing.Point(15, 42);
this.labelStaticAlarmContinuousNG.Name = "labelStaticAlarmContinuousNG";
this.labelStaticAlarmContinuousNG.Size = new System.Drawing.Size(250, 30);
this.labelStaticAlarmContinuousNG.TabIndex = 2;
this.labelStaticAlarmContinuousNG.Text = "연속 NG 알람";
this.labelStaticAlarmContinuousNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticAlarmContinuousNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticAlarmContinuousNG.Wordwrap = false;
//
// buttonBypassMode
//
this.buttonBypassMode.BackPictureBox = null;
this.buttonBypassMode.BackPictureBox1 = null;
this.buttonBypassMode.BackPictureBox2 = null;
this.buttonBypassMode.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassMode.ButtonImageAutoSize = true;
this.buttonBypassMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassMode.DisableImage = null;
this.buttonBypassMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassMode.DownImage")));
this.buttonBypassMode.GroupID = 0;
this.buttonBypassMode.InitVisible = true;
this.buttonBypassMode.Location = new System.Drawing.Point(204, 273);
this.buttonBypassMode.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassMode.Name = "buttonBypassMode";
this.buttonBypassMode.NestedClickEventPrevent = false;
this.buttonBypassMode.OutlinePixel = 1;
this.buttonBypassMode.RepeatInterval = 200;
this.buttonBypassMode.RepeatIntervalAccelerate = null;
this.buttonBypassMode.SafeInterval = 200;
this.buttonBypassMode.Size = new System.Drawing.Size(100, 30);
this.buttonBypassMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassMode.TabIndex = 2;
this.buttonBypassMode.TextColor = System.Drawing.Color.Black;
this.buttonBypassMode.TextDownColor = System.Drawing.Color.White;
this.buttonBypassMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassMode.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassMode.UpImage")));
this.buttonBypassMode.Click += new System.EventHandler(this.buttonBypassMode_Click);
//
// labelStaticBypass
//
this.labelStaticBypass.BackPictureBox = this.smartForm1;
this.labelStaticBypass.BackPictureBox1 = null;
this.labelStaticBypass.BackPictureBox2 = null;
this.labelStaticBypass.BorderColor = System.Drawing.Color.Black;
this.labelStaticBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticBypass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticBypass.InitVisible = true;
this.labelStaticBypass.LineSpacing = 0F;
this.labelStaticBypass.Location = new System.Drawing.Point(48, 273);
this.labelStaticBypass.Name = "labelStaticBypass";
this.labelStaticBypass.Size = new System.Drawing.Size(150, 30);
this.labelStaticBypass.TabIndex = 0;
this.labelStaticBypass.Text = "BypassAll";
this.labelStaticBypass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticBypass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticBypass.Wordwrap = false;
//
// labelTitle
//
this.labelTitle.BackPictureBox = this.smartForm1;
this.labelTitle.BackPictureBox1 = null;
this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(626, 60);
this.labelTitle.TabIndex = 11;
this.labelTitle.Text = "환 경 설 정";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitle.Wordwrap = false;
//
// timerInterval
//
this.timerInterval.Interval = 500;
this.timerInterval.Tick += new System.EventHandler(this.timerInterval_Tick);
//
// groupBoxBypass
//
this.groupBoxBypass.BackPictureBox = this.smartForm1;
this.groupBoxBypass.BackPictureBox1 = null;
this.groupBoxBypass.Controls.Add(this.buttonSaveBypass);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane12);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane10);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane8);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane6);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane4);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane2);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane11);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane9);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane7);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane5);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane3);
this.groupBoxBypass.Controls.Add(this.buttonBypassLane1);
this.groupBoxBypass.Controls.Add(this.buttonBypassMode);
this.groupBoxBypass.Controls.Add(this.labelTitleLine12);
this.groupBoxBypass.Controls.Add(this.labelTitleLine11);
this.groupBoxBypass.Controls.Add(this.labelTitleLine10);
this.groupBoxBypass.Controls.Add(this.labelTitleLine9);
this.groupBoxBypass.Controls.Add(this.labelTitleLine8);
this.groupBoxBypass.Controls.Add(this.labelTitleLine7);
this.groupBoxBypass.Controls.Add(this.labelTitleLine6);
this.groupBoxBypass.Controls.Add(this.labelTitleLine5);
this.groupBoxBypass.Controls.Add(this.labelTitleLine4);
this.groupBoxBypass.Controls.Add(this.labelTitleLine3);
this.groupBoxBypass.Controls.Add(this.labelTitleLine2);
this.groupBoxBypass.Controls.Add(this.labelTitleLine1);
this.groupBoxBypass.Controls.Add(this.labelStaticBypass);
this.groupBoxBypass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxBypass.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxBypass.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxBypass.FrameLineThickness = 1;
this.groupBoxBypass.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.groupBoxBypass.Image = null;
this.groupBoxBypass.InitVisible = true;
this.groupBoxBypass.Location = new System.Drawing.Point(521, 76);
this.groupBoxBypass.Name = "groupBoxBypass";
this.groupBoxBypass.RoundRadius = 5;
this.groupBoxBypass.Size = new System.Drawing.Size(500, 414);
this.groupBoxBypass.TabIndex = 2;
this.groupBoxBypass.Text = "Bypass";
this.groupBoxBypass.TextColor = System.Drawing.Color.Black;
//
// buttonSaveBypass
//
this.buttonSaveBypass.Enabled = false;
this.buttonSaveBypass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonSaveBypass.Location = new System.Drawing.Point(335, 273);
this.buttonSaveBypass.Name = "buttonSaveBypass";
this.buttonSaveBypass.Size = new System.Drawing.Size(88, 30);
this.buttonSaveBypass.TabIndex = 2;
this.buttonSaveBypass.Text = "SAVE";
this.buttonSaveBypass.Click += new System.EventHandler(this.buttonSaveBypass_Click);
//
// buttonBypassLane12
//
this.buttonBypassLane12.BackPictureBox = null;
this.buttonBypassLane12.BackPictureBox1 = null;
this.buttonBypassLane12.BackPictureBox2 = null;
this.buttonBypassLane12.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane12.ButtonImageAutoSize = true;
this.buttonBypassLane12.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane12.DisableImage = null;
this.buttonBypassLane12.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane12.DownImage")));
this.buttonBypassLane12.GroupID = 0;
this.buttonBypassLane12.InitVisible = true;
this.buttonBypassLane12.Location = new System.Drawing.Point(363, 223);
this.buttonBypassLane12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane12.Name = "buttonBypassLane12";
this.buttonBypassLane12.NestedClickEventPrevent = false;
this.buttonBypassLane12.OutlinePixel = 1;
this.buttonBypassLane12.RepeatInterval = 200;
this.buttonBypassLane12.RepeatIntervalAccelerate = null;
this.buttonBypassLane12.SafeInterval = 200;
this.buttonBypassLane12.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane12.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane12.TabIndex = 2;
this.buttonBypassLane12.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane12.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane12.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane12.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane12.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane12.UpImage")));
this.buttonBypassLane12.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane10
//
this.buttonBypassLane10.BackPictureBox = null;
this.buttonBypassLane10.BackPictureBox1 = null;
this.buttonBypassLane10.BackPictureBox2 = null;
this.buttonBypassLane10.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane10.ButtonImageAutoSize = true;
this.buttonBypassLane10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane10.DisableImage = null;
this.buttonBypassLane10.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane10.DownImage")));
this.buttonBypassLane10.GroupID = 0;
this.buttonBypassLane10.InitVisible = true;
this.buttonBypassLane10.Location = new System.Drawing.Point(363, 187);
this.buttonBypassLane10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane10.Name = "buttonBypassLane10";
this.buttonBypassLane10.NestedClickEventPrevent = false;
this.buttonBypassLane10.OutlinePixel = 1;
this.buttonBypassLane10.RepeatInterval = 200;
this.buttonBypassLane10.RepeatIntervalAccelerate = null;
this.buttonBypassLane10.SafeInterval = 200;
this.buttonBypassLane10.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane10.TabIndex = 2;
this.buttonBypassLane10.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane10.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane10.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane10.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane10.UpImage")));
this.buttonBypassLane10.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane8
//
this.buttonBypassLane8.BackPictureBox = null;
this.buttonBypassLane8.BackPictureBox1 = null;
this.buttonBypassLane8.BackPictureBox2 = null;
this.buttonBypassLane8.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane8.ButtonImageAutoSize = true;
this.buttonBypassLane8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane8.DisableImage = null;
this.buttonBypassLane8.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane8.DownImage")));
this.buttonBypassLane8.GroupID = 0;
this.buttonBypassLane8.InitVisible = true;
this.buttonBypassLane8.Location = new System.Drawing.Point(363, 151);
this.buttonBypassLane8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane8.Name = "buttonBypassLane8";
this.buttonBypassLane8.NestedClickEventPrevent = false;
this.buttonBypassLane8.OutlinePixel = 1;
this.buttonBypassLane8.RepeatInterval = 200;
this.buttonBypassLane8.RepeatIntervalAccelerate = null;
this.buttonBypassLane8.SafeInterval = 200;
this.buttonBypassLane8.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane8.TabIndex = 2;
this.buttonBypassLane8.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane8.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane8.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane8.UpImage")));
this.buttonBypassLane8.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane6
//
this.buttonBypassLane6.BackPictureBox = null;
this.buttonBypassLane6.BackPictureBox1 = null;
this.buttonBypassLane6.BackPictureBox2 = null;
this.buttonBypassLane6.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane6.ButtonImageAutoSize = true;
this.buttonBypassLane6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane6.DisableImage = null;
this.buttonBypassLane6.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane6.DownImage")));
this.buttonBypassLane6.GroupID = 0;
this.buttonBypassLane6.InitVisible = true;
this.buttonBypassLane6.Location = new System.Drawing.Point(363, 115);
this.buttonBypassLane6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane6.Name = "buttonBypassLane6";
this.buttonBypassLane6.NestedClickEventPrevent = false;
this.buttonBypassLane6.OutlinePixel = 1;
this.buttonBypassLane6.RepeatInterval = 200;
this.buttonBypassLane6.RepeatIntervalAccelerate = null;
this.buttonBypassLane6.SafeInterval = 200;
this.buttonBypassLane6.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane6.TabIndex = 2;
this.buttonBypassLane6.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane6.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane6.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane6.UpImage")));
this.buttonBypassLane6.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane4
//
this.buttonBypassLane4.BackPictureBox = null;
this.buttonBypassLane4.BackPictureBox1 = null;
this.buttonBypassLane4.BackPictureBox2 = null;
this.buttonBypassLane4.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane4.ButtonImageAutoSize = true;
this.buttonBypassLane4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane4.DisableImage = null;
this.buttonBypassLane4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane4.DownImage")));
this.buttonBypassLane4.GroupID = 0;
this.buttonBypassLane4.InitVisible = true;
this.buttonBypassLane4.Location = new System.Drawing.Point(363, 79);
this.buttonBypassLane4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane4.Name = "buttonBypassLane4";
this.buttonBypassLane4.NestedClickEventPrevent = false;
this.buttonBypassLane4.OutlinePixel = 1;
this.buttonBypassLane4.RepeatInterval = 200;
this.buttonBypassLane4.RepeatIntervalAccelerate = null;
this.buttonBypassLane4.SafeInterval = 200;
this.buttonBypassLane4.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane4.TabIndex = 2;
this.buttonBypassLane4.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane4.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane4.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane4.UpImage")));
this.buttonBypassLane4.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane2
//
this.buttonBypassLane2.BackPictureBox = null;
this.buttonBypassLane2.BackPictureBox1 = null;
this.buttonBypassLane2.BackPictureBox2 = null;
this.buttonBypassLane2.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane2.ButtonImageAutoSize = true;
this.buttonBypassLane2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane2.DisableImage = null;
this.buttonBypassLane2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane2.DownImage")));
this.buttonBypassLane2.GroupID = 0;
this.buttonBypassLane2.InitVisible = true;
this.buttonBypassLane2.Location = new System.Drawing.Point(363, 43);
this.buttonBypassLane2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane2.Name = "buttonBypassLane2";
this.buttonBypassLane2.NestedClickEventPrevent = false;
this.buttonBypassLane2.OutlinePixel = 1;
this.buttonBypassLane2.RepeatInterval = 200;
this.buttonBypassLane2.RepeatIntervalAccelerate = null;
this.buttonBypassLane2.SafeInterval = 200;
this.buttonBypassLane2.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane2.TabIndex = 2;
this.buttonBypassLane2.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane2.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane2.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane2.UpImage")));
this.buttonBypassLane2.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane11
//
this.buttonBypassLane11.BackPictureBox = null;
this.buttonBypassLane11.BackPictureBox1 = null;
this.buttonBypassLane11.BackPictureBox2 = null;
this.buttonBypassLane11.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane11.ButtonImageAutoSize = true;
this.buttonBypassLane11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane11.DisableImage = null;
this.buttonBypassLane11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane11.DownImage")));
this.buttonBypassLane11.GroupID = 0;
this.buttonBypassLane11.InitVisible = true;
this.buttonBypassLane11.Location = new System.Drawing.Point(151, 223);
this.buttonBypassLane11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane11.Name = "buttonBypassLane11";
this.buttonBypassLane11.NestedClickEventPrevent = false;
this.buttonBypassLane11.OutlinePixel = 1;
this.buttonBypassLane11.RepeatInterval = 200;
this.buttonBypassLane11.RepeatIntervalAccelerate = null;
this.buttonBypassLane11.SafeInterval = 200;
this.buttonBypassLane11.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane11.TabIndex = 2;
this.buttonBypassLane11.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane11.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane11.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane11.UpImage")));
this.buttonBypassLane11.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane9
//
this.buttonBypassLane9.BackPictureBox = null;
this.buttonBypassLane9.BackPictureBox1 = null;
this.buttonBypassLane9.BackPictureBox2 = null;
this.buttonBypassLane9.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane9.ButtonImageAutoSize = true;
this.buttonBypassLane9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane9.DisableImage = null;
this.buttonBypassLane9.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane9.DownImage")));
this.buttonBypassLane9.GroupID = 0;
this.buttonBypassLane9.InitVisible = true;
this.buttonBypassLane9.Location = new System.Drawing.Point(151, 187);
this.buttonBypassLane9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane9.Name = "buttonBypassLane9";
this.buttonBypassLane9.NestedClickEventPrevent = false;
this.buttonBypassLane9.OutlinePixel = 1;
this.buttonBypassLane9.RepeatInterval = 200;
this.buttonBypassLane9.RepeatIntervalAccelerate = null;
this.buttonBypassLane9.SafeInterval = 200;
this.buttonBypassLane9.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane9.TabIndex = 2;
this.buttonBypassLane9.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane9.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane9.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane9.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane9.UpImage")));
this.buttonBypassLane9.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane7
//
this.buttonBypassLane7.BackPictureBox = null;
this.buttonBypassLane7.BackPictureBox1 = null;
this.buttonBypassLane7.BackPictureBox2 = null;
this.buttonBypassLane7.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane7.ButtonImageAutoSize = true;
this.buttonBypassLane7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane7.DisableImage = null;
this.buttonBypassLane7.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane7.DownImage")));
this.buttonBypassLane7.GroupID = 0;
this.buttonBypassLane7.InitVisible = true;
this.buttonBypassLane7.Location = new System.Drawing.Point(151, 151);
this.buttonBypassLane7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane7.Name = "buttonBypassLane7";
this.buttonBypassLane7.NestedClickEventPrevent = false;
this.buttonBypassLane7.OutlinePixel = 1;
this.buttonBypassLane7.RepeatInterval = 200;
this.buttonBypassLane7.RepeatIntervalAccelerate = null;
this.buttonBypassLane7.SafeInterval = 200;
this.buttonBypassLane7.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane7.TabIndex = 2;
this.buttonBypassLane7.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane7.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane7.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane7.UpImage")));
this.buttonBypassLane7.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane5
//
this.buttonBypassLane5.BackPictureBox = null;
this.buttonBypassLane5.BackPictureBox1 = null;
this.buttonBypassLane5.BackPictureBox2 = null;
this.buttonBypassLane5.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane5.ButtonImageAutoSize = true;
this.buttonBypassLane5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane5.DisableImage = null;
this.buttonBypassLane5.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane5.DownImage")));
this.buttonBypassLane5.GroupID = 0;
this.buttonBypassLane5.InitVisible = true;
this.buttonBypassLane5.Location = new System.Drawing.Point(151, 115);
this.buttonBypassLane5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane5.Name = "buttonBypassLane5";
this.buttonBypassLane5.NestedClickEventPrevent = false;
this.buttonBypassLane5.OutlinePixel = 1;
this.buttonBypassLane5.RepeatInterval = 200;
this.buttonBypassLane5.RepeatIntervalAccelerate = null;
this.buttonBypassLane5.SafeInterval = 200;
this.buttonBypassLane5.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane5.TabIndex = 2;
this.buttonBypassLane5.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane5.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane5.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane5.UpImage")));
this.buttonBypassLane5.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane3
//
this.buttonBypassLane3.BackPictureBox = null;
this.buttonBypassLane3.BackPictureBox1 = null;
this.buttonBypassLane3.BackPictureBox2 = null;
this.buttonBypassLane3.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane3.ButtonImageAutoSize = true;
this.buttonBypassLane3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane3.DisableImage = null;
this.buttonBypassLane3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane3.DownImage")));
this.buttonBypassLane3.GroupID = 0;
this.buttonBypassLane3.InitVisible = true;
this.buttonBypassLane3.Location = new System.Drawing.Point(151, 79);
this.buttonBypassLane3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane3.Name = "buttonBypassLane3";
this.buttonBypassLane3.NestedClickEventPrevent = false;
this.buttonBypassLane3.OutlinePixel = 1;
this.buttonBypassLane3.RepeatInterval = 200;
this.buttonBypassLane3.RepeatIntervalAccelerate = null;
this.buttonBypassLane3.SafeInterval = 200;
this.buttonBypassLane3.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane3.TabIndex = 2;
this.buttonBypassLane3.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane3.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane3.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane3.UpImage")));
this.buttonBypassLane3.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// buttonBypassLane1
//
this.buttonBypassLane1.BackPictureBox = null;
this.buttonBypassLane1.BackPictureBox1 = null;
this.buttonBypassLane1.BackPictureBox2 = null;
this.buttonBypassLane1.ButtonColor = System.Drawing.Color.Gray;
this.buttonBypassLane1.ButtonImageAutoSize = true;
this.buttonBypassLane1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBypassLane1.DisableImage = null;
this.buttonBypassLane1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane1.DownImage")));
this.buttonBypassLane1.GroupID = 0;
this.buttonBypassLane1.InitVisible = true;
this.buttonBypassLane1.Location = new System.Drawing.Point(151, 43);
this.buttonBypassLane1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassLane1.Name = "buttonBypassLane1";
this.buttonBypassLane1.NestedClickEventPrevent = false;
this.buttonBypassLane1.OutlinePixel = 1;
this.buttonBypassLane1.RepeatInterval = 200;
this.buttonBypassLane1.RepeatIntervalAccelerate = null;
this.buttonBypassLane1.SafeInterval = 200;
this.buttonBypassLane1.Size = new System.Drawing.Size(100, 30);
this.buttonBypassLane1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonBypassLane1.TabIndex = 2;
this.buttonBypassLane1.TextColor = System.Drawing.Color.Black;
this.buttonBypassLane1.TextDownColor = System.Drawing.Color.White;
this.buttonBypassLane1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonBypassLane1.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBypassLane1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBypassLane1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassLane1.UpImage")));
this.buttonBypassLane1.Click += new System.EventHandler(this.buttonBypassLane_Click);
//
// labelTitleLine12
//
this.labelTitleLine12.BackPictureBox = this.smartForm1;
this.labelTitleLine12.BackPictureBox1 = null;
this.labelTitleLine12.BackPictureBox2 = null;
this.labelTitleLine12.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine12.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine12.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine12.InitVisible = true;
this.labelTitleLine12.LineSpacing = 0F;
this.labelTitleLine12.Location = new System.Drawing.Point(257, 223);
this.labelTitleLine12.Name = "labelTitleLine12";
this.labelTitleLine12.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine12.TabIndex = 0;
this.labelTitleLine12.Text = "Lane 12";
this.labelTitleLine12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine12.Wordwrap = false;
//
// labelTitleLine11
//
this.labelTitleLine11.BackPictureBox = this.smartForm1;
this.labelTitleLine11.BackPictureBox1 = null;
this.labelTitleLine11.BackPictureBox2 = null;
this.labelTitleLine11.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine11.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine11.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine11.InitVisible = true;
this.labelTitleLine11.LineSpacing = 0F;
this.labelTitleLine11.Location = new System.Drawing.Point(45, 223);
this.labelTitleLine11.Name = "labelTitleLine11";
this.labelTitleLine11.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine11.TabIndex = 0;
this.labelTitleLine11.Text = "Lane 11";
this.labelTitleLine11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine11.Wordwrap = false;
//
// labelTitleLine10
//
this.labelTitleLine10.BackPictureBox = this.smartForm1;
this.labelTitleLine10.BackPictureBox1 = null;
this.labelTitleLine10.BackPictureBox2 = null;
this.labelTitleLine10.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine10.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine10.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine10.InitVisible = true;
this.labelTitleLine10.LineSpacing = 0F;
this.labelTitleLine10.Location = new System.Drawing.Point(257, 187);
this.labelTitleLine10.Name = "labelTitleLine10";
this.labelTitleLine10.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine10.TabIndex = 0;
this.labelTitleLine10.Text = "Lane 10";
this.labelTitleLine10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine10.Wordwrap = false;
//
// labelTitleLine9
//
this.labelTitleLine9.BackPictureBox = this.smartForm1;
this.labelTitleLine9.BackPictureBox1 = null;
this.labelTitleLine9.BackPictureBox2 = null;
this.labelTitleLine9.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine9.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine9.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine9.InitVisible = true;
this.labelTitleLine9.LineSpacing = 0F;
this.labelTitleLine9.Location = new System.Drawing.Point(45, 187);
this.labelTitleLine9.Name = "labelTitleLine9";
this.labelTitleLine9.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine9.TabIndex = 0;
this.labelTitleLine9.Text = "Lane 9";
this.labelTitleLine9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine9.Wordwrap = false;
//
// labelTitleLine8
//
this.labelTitleLine8.BackPictureBox = this.smartForm1;
this.labelTitleLine8.BackPictureBox1 = null;
this.labelTitleLine8.BackPictureBox2 = null;
this.labelTitleLine8.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine8.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine8.InitVisible = true;
this.labelTitleLine8.LineSpacing = 0F;
this.labelTitleLine8.Location = new System.Drawing.Point(257, 151);
this.labelTitleLine8.Name = "labelTitleLine8";
this.labelTitleLine8.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine8.TabIndex = 0;
this.labelTitleLine8.Text = "Lane 8";
this.labelTitleLine8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine8.Wordwrap = false;
//
// labelTitleLine7
//
this.labelTitleLine7.BackPictureBox = this.smartForm1;
this.labelTitleLine7.BackPictureBox1 = null;
this.labelTitleLine7.BackPictureBox2 = null;
this.labelTitleLine7.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine7.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine7.InitVisible = true;
this.labelTitleLine7.LineSpacing = 0F;
this.labelTitleLine7.Location = new System.Drawing.Point(45, 151);
this.labelTitleLine7.Name = "labelTitleLine7";
this.labelTitleLine7.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine7.TabIndex = 0;
this.labelTitleLine7.Text = "Lane 7";
this.labelTitleLine7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine7.Wordwrap = false;
//
// labelTitleLine6
//
this.labelTitleLine6.BackPictureBox = this.smartForm1;
this.labelTitleLine6.BackPictureBox1 = null;
this.labelTitleLine6.BackPictureBox2 = null;
this.labelTitleLine6.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine6.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine6.InitVisible = true;
this.labelTitleLine6.LineSpacing = 0F;
this.labelTitleLine6.Location = new System.Drawing.Point(257, 115);
this.labelTitleLine6.Name = "labelTitleLine6";
this.labelTitleLine6.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine6.TabIndex = 0;
this.labelTitleLine6.Text = "Lane 6";
this.labelTitleLine6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine6.Wordwrap = false;
//
// labelTitleLine5
//
this.labelTitleLine5.BackPictureBox = this.smartForm1;
this.labelTitleLine5.BackPictureBox1 = null;
this.labelTitleLine5.BackPictureBox2 = null;
this.labelTitleLine5.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine5.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine5.InitVisible = true;
this.labelTitleLine5.LineSpacing = 0F;
this.labelTitleLine5.Location = new System.Drawing.Point(45, 115);
this.labelTitleLine5.Name = "labelTitleLine5";
this.labelTitleLine5.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine5.TabIndex = 0;
this.labelTitleLine5.Text = "Lane 5";
this.labelTitleLine5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine5.Wordwrap = false;
//
// labelTitleLine4
//
this.labelTitleLine4.BackPictureBox = this.smartForm1;
this.labelTitleLine4.BackPictureBox1 = null;
this.labelTitleLine4.BackPictureBox2 = null;
this.labelTitleLine4.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine4.InitVisible = true;
this.labelTitleLine4.LineSpacing = 0F;
this.labelTitleLine4.Location = new System.Drawing.Point(257, 79);
this.labelTitleLine4.Name = "labelTitleLine4";
this.labelTitleLine4.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine4.TabIndex = 0;
this.labelTitleLine4.Text = "Lane 4";
this.labelTitleLine4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine4.Wordwrap = false;
//
// labelTitleLine3
//
this.labelTitleLine3.BackPictureBox = this.smartForm1;
this.labelTitleLine3.BackPictureBox1 = null;
this.labelTitleLine3.BackPictureBox2 = null;
this.labelTitleLine3.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine3.InitVisible = true;
this.labelTitleLine3.LineSpacing = 0F;
this.labelTitleLine3.Location = new System.Drawing.Point(45, 79);
this.labelTitleLine3.Name = "labelTitleLine3";
this.labelTitleLine3.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine3.TabIndex = 0;
this.labelTitleLine3.Text = "Lane 3";
this.labelTitleLine3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine3.Wordwrap = false;
//
// labelTitleLine2
//
this.labelTitleLine2.BackPictureBox = this.smartForm1;
this.labelTitleLine2.BackPictureBox1 = null;
this.labelTitleLine2.BackPictureBox2 = null;
this.labelTitleLine2.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine2.InitVisible = true;
this.labelTitleLine2.LineSpacing = 0F;
this.labelTitleLine2.Location = new System.Drawing.Point(257, 43);
this.labelTitleLine2.Name = "labelTitleLine2";
this.labelTitleLine2.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine2.TabIndex = 0;
this.labelTitleLine2.Text = "Lane 2";
this.labelTitleLine2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine2.Wordwrap = false;
//
// labelTitleLine1
//
this.labelTitleLine1.BackPictureBox = this.smartForm1;
this.labelTitleLine1.BackPictureBox1 = null;
this.labelTitleLine1.BackPictureBox2 = null;
this.labelTitleLine1.BorderColor = System.Drawing.Color.Black;
this.labelTitleLine1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLine1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleLine1.InitVisible = true;
this.labelTitleLine1.LineSpacing = 0F;
this.labelTitleLine1.Location = new System.Drawing.Point(45, 43);
this.labelTitleLine1.Name = "labelTitleLine1";
this.labelTitleLine1.Size = new System.Drawing.Size(100, 30);
this.labelTitleLine1.TabIndex = 0;
this.labelTitleLine1.Text = "Lane 1";
this.labelTitleLine1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLine1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLine1.Wordwrap = false;
//
// buttonScreen
//
this.buttonScreen.BackPictureBox = null;
this.buttonScreen.BackPictureBox1 = null;
this.buttonScreen.BackPictureBox2 = null;
this.buttonScreen.ButtonColor = System.Drawing.Color.Gray;
this.buttonScreen.ButtonImageAutoSize = true;
this.buttonScreen.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonScreen.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DisableImage")));
this.buttonScreen.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DownImage")));
this.buttonScreen.GroupID = 0;
this.buttonScreen.InitVisible = true;
this.buttonScreen.Location = new System.Drawing.Point(834, 666);
this.buttonScreen.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonScreen.Name = "buttonScreen";
this.buttonScreen.NestedClickEventPrevent = false;
this.buttonScreen.OutlinePixel = 1;
this.buttonScreen.RepeatInterval = 200;
this.buttonScreen.RepeatIntervalAccelerate = null;
this.buttonScreen.SafeInterval = 200;
this.buttonScreen.Size = new System.Drawing.Size(84, 87);
this.buttonScreen.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonScreen.TabIndex = 253;
this.buttonScreen.TextColor = System.Drawing.Color.Black;
this.buttonScreen.TextDownColor = System.Drawing.Color.White;
this.buttonScreen.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonScreen.TextLocation = new System.Drawing.Point(0, 0);
this.buttonScreen.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonScreen.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.UpImage")));
this.buttonScreen.Click += new System.EventHandler(this.buttonScreen_Click);
//
// groupBoxCount
//
this.groupBoxCount.BackPictureBox = this.smartForm1;
this.groupBoxCount.BackPictureBox1 = null;
this.groupBoxCount.Controls.Add(this.buttonAlarmTotalPassCount);
this.groupBoxCount.Controls.Add(this.labelStaticATPC);
this.groupBoxCount.Controls.Add(this.labelAlarmTotalPassCount);
this.groupBoxCount.Controls.Add(this.buttonAlarmContinuousNG);
this.groupBoxCount.Controls.Add(this.labelStaticAlarmContinuousNG);
this.groupBoxCount.Controls.Add(this.labelAlarmContinuousNG);
this.groupBoxCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxCount.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxCount.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxCount.FrameLineThickness = 1;
this.groupBoxCount.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.groupBoxCount.Image = null;
this.groupBoxCount.InitVisible = true;
this.groupBoxCount.Location = new System.Drawing.Point(521, 496);
this.groupBoxCount.Name = "groupBoxCount";
this.groupBoxCount.RoundRadius = 5;
this.groupBoxCount.Size = new System.Drawing.Size(500, 145);
this.groupBoxCount.TabIndex = 696;
this.groupBoxCount.Text = "카운터";
this.groupBoxCount.TextColor = System.Drawing.Color.Black;
//
// buttonAlarmTotalPassCount
//
this.buttonAlarmTotalPassCount.BackPictureBox = null;
this.buttonAlarmTotalPassCount.BackPictureBox1 = null;
this.buttonAlarmTotalPassCount.BackPictureBox2 = null;
this.buttonAlarmTotalPassCount.ButtonColor = System.Drawing.Color.Gray;
this.buttonAlarmTotalPassCount.ButtonImageAutoSize = true;
this.buttonAlarmTotalPassCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAlarmTotalPassCount.DisableImage = null;
this.buttonAlarmTotalPassCount.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmTotalPassCount.DownImage")));
this.buttonAlarmTotalPassCount.GroupID = 0;
this.buttonAlarmTotalPassCount.InitVisible = true;
this.buttonAlarmTotalPassCount.Location = new System.Drawing.Point(377, 78);
this.buttonAlarmTotalPassCount.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonAlarmTotalPassCount.Name = "buttonAlarmTotalPassCount";
this.buttonAlarmTotalPassCount.NestedClickEventPrevent = false;
this.buttonAlarmTotalPassCount.OutlinePixel = 1;
this.buttonAlarmTotalPassCount.RepeatInterval = 200;
this.buttonAlarmTotalPassCount.RepeatIntervalAccelerate = null;
this.buttonAlarmTotalPassCount.SafeInterval = 200;
this.buttonAlarmTotalPassCount.Size = new System.Drawing.Size(100, 30);
this.buttonAlarmTotalPassCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAlarmTotalPassCount.TabIndex = 698;
this.buttonAlarmTotalPassCount.TextColor = System.Drawing.Color.Black;
this.buttonAlarmTotalPassCount.TextDownColor = System.Drawing.Color.White;
this.buttonAlarmTotalPassCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAlarmTotalPassCount.TextLocation = new System.Drawing.Point(0, 0);
this.buttonAlarmTotalPassCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAlarmTotalPassCount.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmTotalPassCount.UpImage")));
this.buttonAlarmTotalPassCount.Click += new System.EventHandler(this.buttonAlarmTotalCount_Click);
//
// labelStaticATPC
//
this.labelStaticATPC.BackPictureBox = this.smartForm1;
this.labelStaticATPC.BackPictureBox1 = null;
this.labelStaticATPC.BackPictureBox2 = null;
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticATPC.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC.InitVisible = true;
this.labelStaticATPC.LineSpacing = 0F;
this.labelStaticATPC.Location = new System.Drawing.Point(15, 78);
this.labelStaticATPC.Name = "labelStaticATPC";
this.labelStaticATPC.Size = new System.Drawing.Size(250, 30);
this.labelStaticATPC.TabIndex = 696;
this.labelStaticATPC.Text = "정량 카운터 알람";
this.labelStaticATPC.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticATPC.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticATPC.Wordwrap = false;
//
// labelAlarmTotalPassCount
//
this.labelAlarmTotalPassCount.BackColor = System.Drawing.Color.White;
this.labelAlarmTotalPassCount.BackPictureBox = null;
this.labelAlarmTotalPassCount.BackPictureBox1 = null;
this.labelAlarmTotalPassCount.BackPictureBox2 = null;
this.labelAlarmTotalPassCount.BorderColor = System.Drawing.Color.Black;
this.labelAlarmTotalPassCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelAlarmTotalPassCount.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelAlarmTotalPassCount.InitVisible = true;
this.labelAlarmTotalPassCount.LineSpacing = 0F;
this.labelAlarmTotalPassCount.Location = new System.Drawing.Point(271, 78);
this.labelAlarmTotalPassCount.Name = "labelAlarmTotalPassCount";
this.labelAlarmTotalPassCount.Size = new System.Drawing.Size(100, 30);
this.labelAlarmTotalPassCount.TabIndex = 697;
this.labelAlarmTotalPassCount.Text = "9999";
this.labelAlarmTotalPassCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelAlarmTotalPassCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAlarmTotalPassCount.Wordwrap = false;
this.labelAlarmTotalPassCount.Click += new System.EventHandler(this.labelAlarmTotalCount_Click);
//
// FormConfiguration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.groupBoxCount);
this.Controls.Add(this.buttonScreen);
this.Controls.Add(this.groupBoxBypass);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.groupBoxOption);
this.Controls.Add(this.groupBoxAutoZero);
this.Controls.Add(this.buttonBack);
this.Controls.Add(this.smartForm1);
this.Name = "FormConfiguration";
this.Text = "FormConfiguration";
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.groupBoxAutoZero.ResumeLayout(false);
this.groupBoxOption.ResumeLayout(false);
this.groupBoxBypass.ResumeLayout(false);
this.groupBoxCount.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
private SmartX.SmartGroupBox groupBoxAutoZero;
private System.Windows.Forms.ComboBox comboBoxZeroParameterVariate;
private System.Windows.Forms.ComboBox comboBoxZeroParameterMode;
private SmartX.SmartLabel labelZeroParameterRange;
private SmartX.SmartLabel labelZeroParameterTime;
private SmartX.SmartLabel labelStaticMode;
private SmartX.SmartLabel labelStaticVariable;
private SmartX.SmartLabel labelStaticRange;
private SmartX.SmartLabel labelStaticTime;
private SmartX.SmartButton buttonBack;
private SmartX.SmartGroupBox groupBoxOption;
private SmartX.SmartLabel labelBuzzerOnTime;
private SmartX.SmartLabel labelChattering;
private SmartX.SmartLabel labelStaticBuzzerOnTime;
private SmartX.SmartLabel labelStaticChattering;
private SmartX.SmartLabel labelStaticDoubleEntry;
private SmartX.SmartButton buttonBypassMode;
private SmartX.SmartButton buttonDoubleEnter;
private SmartX.SmartLabel labelRelayOnTime;
private SmartX.SmartLabel labelStaticBypass;
private SmartX.SmartLabel labelStaticDecimalPoint;
private SmartX.SmartLabel labelStaticRelayOnTime;
private System.Windows.Forms.ComboBox comboBoxDecimalPlaces;
private SmartX.SmartLabel labelTitle;
private System.Windows.Forms.Timer timerInterval;
private SmartX.SmartGroupBox groupBoxBypass;
private SmartX.SmartLabel labelTitleLine11;
private SmartX.SmartLabel labelTitleLine9;
private SmartX.SmartLabel labelTitleLine7;
private SmartX.SmartLabel labelTitleLine5;
private SmartX.SmartLabel labelTitleLine3;
private SmartX.SmartLabel labelTitleLine1;
private SmartX.SmartLabel labelTitleLine12;
private SmartX.SmartLabel labelTitleLine10;
private SmartX.SmartLabel labelTitleLine8;
private SmartX.SmartLabel labelTitleLine6;
private SmartX.SmartLabel labelTitleLine4;
private SmartX.SmartLabel labelTitleLine2;
private System.Windows.Forms.Button buttonSaveBypass;
private SmartX.SmartButton buttonBypassLane12;
private SmartX.SmartButton buttonBypassLane10;
private SmartX.SmartButton buttonBypassLane8;
private SmartX.SmartButton buttonBypassLane6;
private SmartX.SmartButton buttonBypassLane4;
private SmartX.SmartButton buttonBypassLane2;
private SmartX.SmartButton buttonBypassLane11;
private SmartX.SmartButton buttonBypassLane9;
private SmartX.SmartButton buttonBypassLane7;
private SmartX.SmartButton buttonBypassLane5;
private SmartX.SmartButton buttonBypassLane3;
private SmartX.SmartButton buttonBypassLane1;
private SmartX.SmartButton buttonScreen;
private SmartX.SmartLabel labelAlarmContinuousNG;
private SmartX.SmartLabel labelStaticAlarmContinuousNG;
private SmartX.SmartButton buttonAlarmContinuousNG;
private SmartX.SmartGroupBox groupBoxCount;
private SmartX.SmartButton buttonAlarmTotalPassCount;
private SmartX.SmartLabel labelStaticATPC;
private SmartX.SmartLabel labelAlarmTotalPassCount;
}
}