ITC81DB_V8/ITC81DB/Controls/Etc/ControlConfiSerialUserDefin...

1078 lines
62 KiB
C#
Raw Permalink Normal View History

2023-07-11 01:56:01 +00:00
namespace ITC81DB
{
partial class ControlConfiSerialUserDefine
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 구성 요소 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlConfiSerialUserDefine));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.buttonDirectInput = new SmartX.SmartButton();
this.buttonTotalCount = new SmartX.SmartButton();
this.buttonNGCount = new SmartX.SmartButton();
this.buttonOverCount = new SmartX.SmartButton();
this.buttonPassCount = new SmartX.SmartButton();
this.buttonUnderCount = new SmartX.SmartButton();
this.buttonOverRange = new SmartX.SmartButton();
this.buttonPassRange = new SmartX.SmartButton();
this.buttonUnderRange = new SmartX.SmartButton();
this.buttonGap = new SmartX.SmartButton();
this.buttonChecksum = new SmartX.SmartButton();
this.buttonSign = new SmartX.SmartButton();
this.buttonWeight = new SmartX.SmartButton();
this.buttonNo = new SmartX.SmartButton();
this.buttonGrade = new SmartX.SmartButton();
this.buttonTime = new SmartX.SmartButton();
this.buttonDate = new SmartX.SmartButton();
this.buttonESC = new SmartX.SmartButton();
this.buttonLF = new SmartX.SmartButton();
this.buttonCR = new SmartX.SmartButton();
this.buttonETX = new SmartX.SmartButton();
this.buttonSTX = new SmartX.SmartButton();
this.textBox1 = new System.Windows.Forms.TextBox();
this.buttonEnter = new SmartX.SmartButton();
this.buttonClearAll = new SmartX.SmartButton();
this.buttonCancel = new SmartX.SmartButton();
this.buttonSave = new SmartX.SmartButton();
this.labelWindow = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Controls.Add(this.buttonDirectInput);
this.smartGroupBox1.Controls.Add(this.buttonTotalCount);
this.smartGroupBox1.Controls.Add(this.buttonNGCount);
this.smartGroupBox1.Controls.Add(this.buttonOverCount);
this.smartGroupBox1.Controls.Add(this.buttonPassCount);
this.smartGroupBox1.Controls.Add(this.buttonUnderCount);
this.smartGroupBox1.Controls.Add(this.buttonOverRange);
this.smartGroupBox1.Controls.Add(this.buttonPassRange);
this.smartGroupBox1.Controls.Add(this.buttonUnderRange);
this.smartGroupBox1.Controls.Add(this.buttonGap);
this.smartGroupBox1.Controls.Add(this.buttonChecksum);
this.smartGroupBox1.Controls.Add(this.buttonSign);
this.smartGroupBox1.Controls.Add(this.buttonWeight);
this.smartGroupBox1.Controls.Add(this.buttonNo);
this.smartGroupBox1.Controls.Add(this.buttonGrade);
this.smartGroupBox1.Controls.Add(this.buttonTime);
this.smartGroupBox1.Controls.Add(this.buttonDate);
this.smartGroupBox1.Controls.Add(this.buttonESC);
this.smartGroupBox1.Controls.Add(this.buttonLF);
this.smartGroupBox1.Controls.Add(this.buttonCR);
this.smartGroupBox1.Controls.Add(this.buttonETX);
this.smartGroupBox1.Controls.Add(this.buttonSTX);
this.smartGroupBox1.Controls.Add(this.textBox1);
this.smartGroupBox1.Controls.Add(this.buttonEnter);
this.smartGroupBox1.Controls.Add(this.buttonClearAll);
this.smartGroupBox1.Controls.Add(this.buttonCancel);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.labelWindow);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 253);
this.smartGroupBox1.TabIndex = 4;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// smartKeyboard
//
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartKeyboard.ControlKeyDisable = false;
this.smartKeyboard.DesignMinimize = true;
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.smartKeyboard.HanYoungKeyDisable = false;
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.smartKeyboard.KeyOutLineWidth = 1;
this.smartKeyboard.KeyPressImage1 = null;
this.smartKeyboard.KeyPressImage2 = null;
this.smartKeyboard.KeyPressImage3 = null;
this.smartKeyboard.KeyUpImage1 = null;
this.smartKeyboard.KeyUpImage2 = null;
this.smartKeyboard.KeyUpImage3 = null;
this.smartKeyboard.LeftMargin = 5;
this.smartKeyboard.Location = new System.Drawing.Point(31, 28);
this.smartKeyboard.Name = "smartKeyboard";
this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive;
this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green;
this.smartKeyboard.RoundedCorners = true;
this.smartKeyboard.SetBackimage = null;
this.smartKeyboard.Size = new System.Drawing.Size(16, 11);
this.smartKeyboard.TabIndex = 134;
this.smartKeyboard.TABKeyDisable = false;
this.smartKeyboard.TargetInputObject = null;
this.smartKeyboard.Text = "smartKeyboard1";
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE;
this.smartKeyboard.TopMargin = 5;
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
//
// buttonDirectInput
//
this.buttonDirectInput.BackPictureBox = null;
this.buttonDirectInput.BackPictureBox1 = null;
this.buttonDirectInput.BackPictureBox2 = null;
this.buttonDirectInput.ButtonColor = System.Drawing.Color.Gray;
this.buttonDirectInput.ButtonImageAutoSize = true;
this.buttonDirectInput.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDirectInput.DisableImage = null;
this.buttonDirectInput.DownImage = null;
this.buttonDirectInput.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonDirectInput.GroupID = 0;
this.buttonDirectInput.InitVisible = true;
this.buttonDirectInput.Location = new System.Drawing.Point(357, 193);
this.buttonDirectInput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDirectInput.Name = "buttonDirectInput";
this.buttonDirectInput.NestedClickEventPrevent = false;
this.buttonDirectInput.OutlinePixel = 1;
this.buttonDirectInput.RepeatInterval = 200;
this.buttonDirectInput.RepeatIntervalAccelerate = null;
this.buttonDirectInput.SafeInterval = 200;
this.buttonDirectInput.Size = new System.Drawing.Size(88, 34);
this.buttonDirectInput.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDirectInput.TabIndex = 66;
this.buttonDirectInput.Text = "직접입력";
this.buttonDirectInput.TextColor = System.Drawing.Color.Black;
this.buttonDirectInput.TextDownColor = System.Drawing.Color.White;
this.buttonDirectInput.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDirectInput.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDirectInput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDirectInput.UpImage = null;
this.buttonDirectInput.Click += new System.EventHandler(this.buttonDirectInput_Click);
//
// buttonTotalCount
//
this.buttonTotalCount.BackPictureBox = null;
this.buttonTotalCount.BackPictureBox1 = null;
this.buttonTotalCount.BackPictureBox2 = null;
this.buttonTotalCount.ButtonColor = System.Drawing.Color.Gray;
this.buttonTotalCount.ButtonImageAutoSize = true;
this.buttonTotalCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonTotalCount.DisableImage = null;
this.buttonTotalCount.DownImage = null;
this.buttonTotalCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonTotalCount.GroupID = 0;
this.buttonTotalCount.InitVisible = true;
this.buttonTotalCount.Location = new System.Drawing.Point(120, 192);
this.buttonTotalCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonTotalCount.Name = "buttonTotalCount";
this.buttonTotalCount.NestedClickEventPrevent = false;
this.buttonTotalCount.OutlinePixel = 1;
this.buttonTotalCount.RepeatInterval = 200;
this.buttonTotalCount.RepeatIntervalAccelerate = null;
this.buttonTotalCount.SafeInterval = 200;
this.buttonTotalCount.Size = new System.Drawing.Size(108, 33);
this.buttonTotalCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTotalCount.TabIndex = 65;
this.buttonTotalCount.Text = "Total Count[10]";
this.buttonTotalCount.TextColor = System.Drawing.Color.Black;
this.buttonTotalCount.TextDownColor = System.Drawing.Color.White;
this.buttonTotalCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonTotalCount.TextLocation = new System.Drawing.Point(0, 0);
this.buttonTotalCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonTotalCount.UpImage = null;
this.buttonTotalCount.Click += new System.EventHandler(this.button_Click);
//
// buttonNGCount
//
this.buttonNGCount.BackPictureBox = null;
this.buttonNGCount.BackPictureBox1 = null;
this.buttonNGCount.BackPictureBox2 = null;
this.buttonNGCount.ButtonColor = System.Drawing.Color.Gray;
this.buttonNGCount.ButtonImageAutoSize = true;
this.buttonNGCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNGCount.DisableImage = null;
this.buttonNGCount.DownImage = null;
this.buttonNGCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonNGCount.GroupID = 0;
this.buttonNGCount.InitVisible = true;
this.buttonNGCount.Location = new System.Drawing.Point(423, 153);
this.buttonNGCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNGCount.Name = "buttonNGCount";
this.buttonNGCount.NestedClickEventPrevent = false;
this.buttonNGCount.OutlinePixel = 1;
this.buttonNGCount.RepeatInterval = 200;
this.buttonNGCount.RepeatIntervalAccelerate = null;
this.buttonNGCount.SafeInterval = 200;
this.buttonNGCount.Size = new System.Drawing.Size(95, 33);
this.buttonNGCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNGCount.TabIndex = 64;
this.buttonNGCount.Text = "NG Count[7]";
this.buttonNGCount.TextColor = System.Drawing.Color.Black;
this.buttonNGCount.TextDownColor = System.Drawing.Color.White;
this.buttonNGCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNGCount.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNGCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNGCount.UpImage = null;
this.buttonNGCount.Click += new System.EventHandler(this.button_Click);
//
// buttonOverCount
//
this.buttonOverCount.BackPictureBox = null;
this.buttonOverCount.BackPictureBox1 = null;
this.buttonOverCount.BackPictureBox2 = null;
this.buttonOverCount.ButtonColor = System.Drawing.Color.Gray;
this.buttonOverCount.ButtonImageAutoSize = true;
this.buttonOverCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOverCount.DisableImage = null;
this.buttonOverCount.DownImage = null;
this.buttonOverCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOverCount.GroupID = 0;
this.buttonOverCount.InitVisible = true;
this.buttonOverCount.Location = new System.Drawing.Point(322, 153);
this.buttonOverCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOverCount.Name = "buttonOverCount";
this.buttonOverCount.NestedClickEventPrevent = false;
this.buttonOverCount.OutlinePixel = 1;
this.buttonOverCount.RepeatInterval = 200;
this.buttonOverCount.RepeatIntervalAccelerate = null;
this.buttonOverCount.SafeInterval = 200;
this.buttonOverCount.Size = new System.Drawing.Size(95, 33);
this.buttonOverCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOverCount.TabIndex = 63;
this.buttonOverCount.Text = "Over Count[7]";
this.buttonOverCount.TextColor = System.Drawing.Color.Black;
this.buttonOverCount.TextDownColor = System.Drawing.Color.White;
this.buttonOverCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOverCount.TextLocation = new System.Drawing.Point(0, 0);
this.buttonOverCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOverCount.UpImage = null;
this.buttonOverCount.Click += new System.EventHandler(this.button_Click);
//
// buttonPassCount
//
this.buttonPassCount.BackPictureBox = null;
this.buttonPassCount.BackPictureBox1 = null;
this.buttonPassCount.BackPictureBox2 = null;
this.buttonPassCount.ButtonColor = System.Drawing.Color.Gray;
this.buttonPassCount.ButtonImageAutoSize = true;
this.buttonPassCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPassCount.DisableImage = null;
this.buttonPassCount.DownImage = null;
this.buttonPassCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonPassCount.GroupID = 0;
this.buttonPassCount.InitVisible = true;
this.buttonPassCount.Location = new System.Drawing.Point(221, 153);
this.buttonPassCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPassCount.Name = "buttonPassCount";
this.buttonPassCount.NestedClickEventPrevent = false;
this.buttonPassCount.OutlinePixel = 1;
this.buttonPassCount.RepeatInterval = 200;
this.buttonPassCount.RepeatIntervalAccelerate = null;
this.buttonPassCount.SafeInterval = 200;
this.buttonPassCount.Size = new System.Drawing.Size(95, 33);
this.buttonPassCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPassCount.TabIndex = 62;
this.buttonPassCount.Text = "Pass Count[7]";
this.buttonPassCount.TextColor = System.Drawing.Color.Black;
this.buttonPassCount.TextDownColor = System.Drawing.Color.White;
this.buttonPassCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPassCount.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPassCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPassCount.UpImage = null;
this.buttonPassCount.Click += new System.EventHandler(this.button_Click);
//
// buttonUnderCount
//
this.buttonUnderCount.BackPictureBox = null;
this.buttonUnderCount.BackPictureBox1 = null;
this.buttonUnderCount.BackPictureBox2 = null;
this.buttonUnderCount.ButtonColor = System.Drawing.Color.Gray;
this.buttonUnderCount.ButtonImageAutoSize = true;
this.buttonUnderCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUnderCount.DisableImage = null;
this.buttonUnderCount.DownImage = null;
this.buttonUnderCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonUnderCount.GroupID = 0;
this.buttonUnderCount.InitVisible = true;
this.buttonUnderCount.Location = new System.Drawing.Point(120, 154);
this.buttonUnderCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonUnderCount.Name = "buttonUnderCount";
this.buttonUnderCount.NestedClickEventPrevent = false;
this.buttonUnderCount.OutlinePixel = 1;
this.buttonUnderCount.RepeatInterval = 200;
this.buttonUnderCount.RepeatIntervalAccelerate = null;
this.buttonUnderCount.SafeInterval = 200;
this.buttonUnderCount.Size = new System.Drawing.Size(95, 33);
this.buttonUnderCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUnderCount.TabIndex = 61;
this.buttonUnderCount.Text = "Under Count[7]";
this.buttonUnderCount.TextColor = System.Drawing.Color.Black;
this.buttonUnderCount.TextDownColor = System.Drawing.Color.White;
this.buttonUnderCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUnderCount.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUnderCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUnderCount.UpImage = null;
this.buttonUnderCount.Click += new System.EventHandler(this.button_Click);
//
// buttonOverRange
//
this.buttonOverRange.BackPictureBox = null;
this.buttonOverRange.BackPictureBox1 = null;
this.buttonOverRange.BackPictureBox2 = null;
this.buttonOverRange.ButtonColor = System.Drawing.Color.Gray;
this.buttonOverRange.ButtonImageAutoSize = true;
this.buttonOverRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOverRange.DisableImage = null;
this.buttonOverRange.DownImage = null;
this.buttonOverRange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOverRange.GroupID = 0;
this.buttonOverRange.InitVisible = true;
this.buttonOverRange.Location = new System.Drawing.Point(504, 115);
this.buttonOverRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOverRange.Name = "buttonOverRange";
this.buttonOverRange.NestedClickEventPrevent = false;
this.buttonOverRange.OutlinePixel = 1;
this.buttonOverRange.RepeatInterval = 200;
this.buttonOverRange.RepeatIntervalAccelerate = null;
this.buttonOverRange.SafeInterval = 200;
this.buttonOverRange.Size = new System.Drawing.Size(93, 33);
this.buttonOverRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOverRange.TabIndex = 60;
this.buttonOverRange.Text = "Over range[7]";
this.buttonOverRange.TextColor = System.Drawing.Color.Black;
this.buttonOverRange.TextDownColor = System.Drawing.Color.White;
this.buttonOverRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOverRange.TextLocation = new System.Drawing.Point(0, 0);
this.buttonOverRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOverRange.UpImage = null;
this.buttonOverRange.Click += new System.EventHandler(this.button_Click);
//
// buttonPassRange
//
this.buttonPassRange.BackPictureBox = null;
this.buttonPassRange.BackPictureBox1 = null;
this.buttonPassRange.BackPictureBox2 = null;
this.buttonPassRange.ButtonColor = System.Drawing.Color.Gray;
this.buttonPassRange.ButtonImageAutoSize = true;
this.buttonPassRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPassRange.DisableImage = null;
this.buttonPassRange.DownImage = null;
this.buttonPassRange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonPassRange.GroupID = 0;
this.buttonPassRange.InitVisible = true;
this.buttonPassRange.Location = new System.Drawing.Point(405, 115);
this.buttonPassRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPassRange.Name = "buttonPassRange";
this.buttonPassRange.NestedClickEventPrevent = false;
this.buttonPassRange.OutlinePixel = 1;
this.buttonPassRange.RepeatInterval = 200;
this.buttonPassRange.RepeatIntervalAccelerate = null;
this.buttonPassRange.SafeInterval = 200;
this.buttonPassRange.Size = new System.Drawing.Size(93, 33);
this.buttonPassRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPassRange.TabIndex = 59;
this.buttonPassRange.Text = "Pass range[7]";
this.buttonPassRange.TextColor = System.Drawing.Color.Black;
this.buttonPassRange.TextDownColor = System.Drawing.Color.White;
this.buttonPassRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPassRange.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPassRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPassRange.UpImage = null;
this.buttonPassRange.Click += new System.EventHandler(this.button_Click);
//
// buttonUnderRange
//
this.buttonUnderRange.BackPictureBox = null;
this.buttonUnderRange.BackPictureBox1 = null;
this.buttonUnderRange.BackPictureBox2 = null;
this.buttonUnderRange.ButtonColor = System.Drawing.Color.Gray;
this.buttonUnderRange.ButtonImageAutoSize = true;
this.buttonUnderRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUnderRange.DisableImage = null;
this.buttonUnderRange.DownImage = null;
this.buttonUnderRange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonUnderRange.GroupID = 0;
this.buttonUnderRange.InitVisible = true;
this.buttonUnderRange.Location = new System.Drawing.Point(304, 115);
this.buttonUnderRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonUnderRange.Name = "buttonUnderRange";
this.buttonUnderRange.NestedClickEventPrevent = false;
this.buttonUnderRange.OutlinePixel = 1;
this.buttonUnderRange.RepeatInterval = 200;
this.buttonUnderRange.RepeatIntervalAccelerate = null;
this.buttonUnderRange.SafeInterval = 200;
this.buttonUnderRange.Size = new System.Drawing.Size(95, 33);
this.buttonUnderRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUnderRange.TabIndex = 58;
this.buttonUnderRange.Text = "Under range[7]";
this.buttonUnderRange.TextColor = System.Drawing.Color.Black;
this.buttonUnderRange.TextDownColor = System.Drawing.Color.White;
this.buttonUnderRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUnderRange.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUnderRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUnderRange.UpImage = null;
this.buttonUnderRange.Click += new System.EventHandler(this.button_Click);
//
// buttonGap
//
this.buttonGap.BackPictureBox = null;
this.buttonGap.BackPictureBox1 = null;
this.buttonGap.BackPictureBox2 = null;
this.buttonGap.ButtonColor = System.Drawing.Color.Gray;
this.buttonGap.ButtonImageAutoSize = true;
this.buttonGap.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonGap.DisableImage = null;
this.buttonGap.DownImage = null;
this.buttonGap.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonGap.GroupID = 0;
this.buttonGap.InitVisible = true;
this.buttonGap.Location = new System.Drawing.Point(249, 115);
this.buttonGap.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonGap.Name = "buttonGap";
this.buttonGap.NestedClickEventPrevent = false;
this.buttonGap.OutlinePixel = 1;
this.buttonGap.RepeatInterval = 200;
this.buttonGap.RepeatIntervalAccelerate = null;
this.buttonGap.SafeInterval = 200;
this.buttonGap.Size = new System.Drawing.Size(49, 33);
this.buttonGap.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonGap.TabIndex = 57;
this.buttonGap.Text = "Gap[6]";
this.buttonGap.TextColor = System.Drawing.Color.Black;
this.buttonGap.TextDownColor = System.Drawing.Color.White;
this.buttonGap.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonGap.TextLocation = new System.Drawing.Point(0, 0);
this.buttonGap.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonGap.UpImage = null;
this.buttonGap.Click += new System.EventHandler(this.button_Click);
//
// buttonChecksum
//
this.buttonChecksum.BackPictureBox = null;
this.buttonChecksum.BackPictureBox1 = null;
this.buttonChecksum.BackPictureBox2 = null;
this.buttonChecksum.ButtonColor = System.Drawing.Color.Gray;
this.buttonChecksum.ButtonImageAutoSize = true;
this.buttonChecksum.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonChecksum.DisableImage = null;
this.buttonChecksum.DownImage = null;
this.buttonChecksum.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonChecksum.GroupID = 0;
this.buttonChecksum.InitVisible = true;
this.buttonChecksum.Location = new System.Drawing.Point(234, 192);
this.buttonChecksum.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonChecksum.Name = "buttonChecksum";
this.buttonChecksum.NestedClickEventPrevent = false;
this.buttonChecksum.OutlinePixel = 1;
this.buttonChecksum.RepeatInterval = 200;
this.buttonChecksum.RepeatIntervalAccelerate = null;
this.buttonChecksum.SafeInterval = 200;
this.buttonChecksum.Size = new System.Drawing.Size(89, 33);
this.buttonChecksum.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonChecksum.TabIndex = 56;
this.buttonChecksum.Text = "Checksum[2]";
this.buttonChecksum.TextColor = System.Drawing.Color.Black;
this.buttonChecksum.TextDownColor = System.Drawing.Color.White;
this.buttonChecksum.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonChecksum.TextLocation = new System.Drawing.Point(0, 0);
this.buttonChecksum.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonChecksum.UpImage = null;
this.buttonChecksum.Click += new System.EventHandler(this.button_Click);
//
// buttonSign
//
this.buttonSign.BackPictureBox = null;
this.buttonSign.BackPictureBox1 = null;
this.buttonSign.BackPictureBox2 = null;
this.buttonSign.ButtonColor = System.Drawing.Color.Gray;
this.buttonSign.ButtonImageAutoSize = true;
this.buttonSign.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSign.DisableImage = null;
this.buttonSign.DownImage = null;
this.buttonSign.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonSign.GroupID = 0;
this.buttonSign.InitVisible = true;
this.buttonSign.Location = new System.Drawing.Point(120, 115);
this.buttonSign.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSign.Name = "buttonSign";
this.buttonSign.NestedClickEventPrevent = false;
this.buttonSign.OutlinePixel = 1;
this.buttonSign.RepeatInterval = 200;
this.buttonSign.RepeatIntervalAccelerate = null;
this.buttonSign.SafeInterval = 200;
this.buttonSign.Size = new System.Drawing.Size(54, 33);
this.buttonSign.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSign.TabIndex = 55;
this.buttonSign.Text = "Sign[1]";
this.buttonSign.TextColor = System.Drawing.Color.Black;
this.buttonSign.TextDownColor = System.Drawing.Color.White;
this.buttonSign.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSign.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSign.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSign.UpImage = null;
this.buttonSign.Click += new System.EventHandler(this.button_Click);
//
// buttonWeight
//
this.buttonWeight.BackPictureBox = null;
this.buttonWeight.BackPictureBox1 = null;
this.buttonWeight.BackPictureBox2 = null;
this.buttonWeight.ButtonColor = System.Drawing.Color.Gray;
this.buttonWeight.ButtonImageAutoSize = true;
this.buttonWeight.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonWeight.DisableImage = null;
this.buttonWeight.DownImage = null;
this.buttonWeight.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonWeight.GroupID = 0;
this.buttonWeight.InitVisible = true;
this.buttonWeight.Location = new System.Drawing.Point(180, 115);
this.buttonWeight.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonWeight.Name = "buttonWeight";
this.buttonWeight.NestedClickEventPrevent = false;
this.buttonWeight.OutlinePixel = 1;
this.buttonWeight.RepeatInterval = 200;
this.buttonWeight.RepeatIntervalAccelerate = null;
this.buttonWeight.SafeInterval = 200;
this.buttonWeight.Size = new System.Drawing.Size(63, 33);
this.buttonWeight.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonWeight.TabIndex = 54;
this.buttonWeight.Text = "Weight[6]";
this.buttonWeight.TextColor = System.Drawing.Color.Black;
this.buttonWeight.TextDownColor = System.Drawing.Color.White;
this.buttonWeight.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonWeight.TextLocation = new System.Drawing.Point(0, 0);
this.buttonWeight.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonWeight.UpImage = null;
this.buttonWeight.Click += new System.EventHandler(this.button_Click);
//
// buttonNo
//
this.buttonNo.BackPictureBox = null;
this.buttonNo.BackPictureBox1 = null;
this.buttonNo.BackPictureBox2 = null;
this.buttonNo.ButtonColor = System.Drawing.Color.Gray;
this.buttonNo.ButtonImageAutoSize = true;
this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNo.DisableImage = null;
this.buttonNo.DownImage = null;
this.buttonNo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonNo.GroupID = 0;
this.buttonNo.InitVisible = true;
this.buttonNo.Location = new System.Drawing.Point(534, 76);
this.buttonNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNo.Name = "buttonNo";
this.buttonNo.NestedClickEventPrevent = false;
this.buttonNo.OutlinePixel = 1;
this.buttonNo.RepeatInterval = 200;
this.buttonNo.RepeatIntervalAccelerate = null;
this.buttonNo.SafeInterval = 200;
this.buttonNo.Size = new System.Drawing.Size(47, 33);
this.buttonNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNo.TabIndex = 53;
this.buttonNo.Text = "No[4]";
this.buttonNo.TextColor = System.Drawing.Color.Black;
this.buttonNo.TextDownColor = System.Drawing.Color.White;
this.buttonNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNo.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNo.UpImage = null;
this.buttonNo.Click += new System.EventHandler(this.button_Click);
//
// buttonGrade
//
this.buttonGrade.BackPictureBox = null;
this.buttonGrade.BackPictureBox1 = null;
this.buttonGrade.BackPictureBox2 = null;
this.buttonGrade.ButtonColor = System.Drawing.Color.Gray;
this.buttonGrade.ButtonImageAutoSize = true;
this.buttonGrade.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonGrade.DisableImage = null;
this.buttonGrade.DownImage = null;
this.buttonGrade.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonGrade.GroupID = 0;
this.buttonGrade.InitVisible = true;
this.buttonGrade.Location = new System.Drawing.Point(462, 76);
this.buttonGrade.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonGrade.Name = "buttonGrade";
this.buttonGrade.NestedClickEventPrevent = false;
this.buttonGrade.OutlinePixel = 1;
this.buttonGrade.RepeatInterval = 200;
this.buttonGrade.RepeatIntervalAccelerate = null;
this.buttonGrade.SafeInterval = 200;
this.buttonGrade.Size = new System.Drawing.Size(66, 33);
this.buttonGrade.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonGrade.TabIndex = 52;
this.buttonGrade.Text = "Grade[1]";
this.buttonGrade.TextColor = System.Drawing.Color.Black;
this.buttonGrade.TextDownColor = System.Drawing.Color.White;
this.buttonGrade.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonGrade.TextLocation = new System.Drawing.Point(0, 0);
this.buttonGrade.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonGrade.UpImage = null;
this.buttonGrade.Click += new System.EventHandler(this.button_Click);
//
// buttonTime
//
this.buttonTime.BackPictureBox = null;
this.buttonTime.BackPictureBox1 = null;
this.buttonTime.BackPictureBox2 = null;
this.buttonTime.ButtonColor = System.Drawing.Color.Gray;
this.buttonTime.ButtonImageAutoSize = true;
this.buttonTime.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonTime.DisableImage = null;
this.buttonTime.DownImage = null;
this.buttonTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonTime.GroupID = 0;
this.buttonTime.InitVisible = true;
this.buttonTime.Location = new System.Drawing.Point(405, 76);
this.buttonTime.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonTime.Name = "buttonTime";
this.buttonTime.NestedClickEventPrevent = false;
this.buttonTime.OutlinePixel = 1;
this.buttonTime.RepeatInterval = 200;
this.buttonTime.RepeatIntervalAccelerate = null;
this.buttonTime.SafeInterval = 200;
this.buttonTime.Size = new System.Drawing.Size(51, 33);
this.buttonTime.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTime.TabIndex = 51;
this.buttonTime.Text = "Time[8]";
this.buttonTime.TextColor = System.Drawing.Color.Black;
this.buttonTime.TextDownColor = System.Drawing.Color.White;
this.buttonTime.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonTime.TextLocation = new System.Drawing.Point(0, 0);
this.buttonTime.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonTime.UpImage = null;
this.buttonTime.Click += new System.EventHandler(this.button_Click);
//
// buttonDate
//
this.buttonDate.BackPictureBox = null;
this.buttonDate.BackPictureBox1 = null;
this.buttonDate.BackPictureBox2 = null;
this.buttonDate.ButtonColor = System.Drawing.Color.Gray;
this.buttonDate.ButtonImageAutoSize = true;
this.buttonDate.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDate.DisableImage = null;
this.buttonDate.DownImage = null;
this.buttonDate.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonDate.GroupID = 0;
this.buttonDate.InitVisible = true;
this.buttonDate.Location = new System.Drawing.Point(343, 76);
this.buttonDate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDate.Name = "buttonDate";
this.buttonDate.NestedClickEventPrevent = false;
this.buttonDate.OutlinePixel = 1;
this.buttonDate.RepeatInterval = 200;
this.buttonDate.RepeatIntervalAccelerate = null;
this.buttonDate.SafeInterval = 200;
this.buttonDate.Size = new System.Drawing.Size(56, 33);
this.buttonDate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDate.TabIndex = 50;
this.buttonDate.Text = "Date[8]";
this.buttonDate.TextColor = System.Drawing.Color.Black;
this.buttonDate.TextDownColor = System.Drawing.Color.White;
this.buttonDate.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDate.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDate.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDate.UpImage = null;
this.buttonDate.Click += new System.EventHandler(this.button_Click);
//
// buttonESC
//
this.buttonESC.BackPictureBox = null;
this.buttonESC.BackPictureBox1 = null;
this.buttonESC.BackPictureBox2 = null;
this.buttonESC.ButtonColor = System.Drawing.Color.Gray;
this.buttonESC.ButtonImageAutoSize = true;
this.buttonESC.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonESC.DisableImage = null;
this.buttonESC.DownImage = null;
this.buttonESC.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonESC.GroupID = 0;
this.buttonESC.InitVisible = true;
this.buttonESC.Location = new System.Drawing.Point(294, 76);
this.buttonESC.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonESC.Name = "buttonESC";
this.buttonESC.NestedClickEventPrevent = false;
this.buttonESC.OutlinePixel = 1;
this.buttonESC.RepeatInterval = 200;
this.buttonESC.RepeatIntervalAccelerate = null;
this.buttonESC.SafeInterval = 200;
this.buttonESC.Size = new System.Drawing.Size(43, 33);
this.buttonESC.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonESC.TabIndex = 49;
this.buttonESC.Text = "ESC";
this.buttonESC.TextColor = System.Drawing.Color.Black;
this.buttonESC.TextDownColor = System.Drawing.Color.White;
this.buttonESC.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonESC.TextLocation = new System.Drawing.Point(0, 0);
this.buttonESC.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonESC.UpImage = null;
this.buttonESC.Click += new System.EventHandler(this.button_Click);
//
// buttonLF
//
this.buttonLF.BackPictureBox = null;
this.buttonLF.BackPictureBox1 = null;
this.buttonLF.BackPictureBox2 = null;
this.buttonLF.ButtonColor = System.Drawing.Color.Gray;
this.buttonLF.ButtonImageAutoSize = true;
this.buttonLF.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLF.DisableImage = null;
this.buttonLF.DownImage = null;
this.buttonLF.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonLF.GroupID = 0;
this.buttonLF.InitVisible = true;
this.buttonLF.Location = new System.Drawing.Point(249, 76);
this.buttonLF.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonLF.Name = "buttonLF";
this.buttonLF.NestedClickEventPrevent = false;
this.buttonLF.OutlinePixel = 1;
this.buttonLF.RepeatInterval = 200;
this.buttonLF.RepeatIntervalAccelerate = null;
this.buttonLF.SafeInterval = 200;
this.buttonLF.Size = new System.Drawing.Size(39, 33);
this.buttonLF.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonLF.TabIndex = 48;
this.buttonLF.Text = "LF";
this.buttonLF.TextColor = System.Drawing.Color.Black;
this.buttonLF.TextDownColor = System.Drawing.Color.White;
this.buttonLF.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonLF.TextLocation = new System.Drawing.Point(0, 0);
this.buttonLF.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonLF.UpImage = null;
this.buttonLF.Click += new System.EventHandler(this.button_Click);
//
// buttonCR
//
this.buttonCR.BackPictureBox = null;
this.buttonCR.BackPictureBox1 = null;
this.buttonCR.BackPictureBox2 = null;
this.buttonCR.ButtonColor = System.Drawing.Color.Gray;
this.buttonCR.ButtonImageAutoSize = true;
this.buttonCR.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCR.DisableImage = null;
this.buttonCR.DownImage = null;
this.buttonCR.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonCR.GroupID = 0;
this.buttonCR.InitVisible = true;
this.buttonCR.Location = new System.Drawing.Point(204, 76);
this.buttonCR.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCR.Name = "buttonCR";
this.buttonCR.NestedClickEventPrevent = false;
this.buttonCR.OutlinePixel = 1;
this.buttonCR.RepeatInterval = 200;
this.buttonCR.RepeatIntervalAccelerate = null;
this.buttonCR.SafeInterval = 200;
this.buttonCR.Size = new System.Drawing.Size(39, 33);
this.buttonCR.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCR.TabIndex = 47;
this.buttonCR.Text = "CR";
this.buttonCR.TextColor = System.Drawing.Color.Black;
this.buttonCR.TextDownColor = System.Drawing.Color.White;
this.buttonCR.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCR.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCR.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCR.UpImage = null;
this.buttonCR.Click += new System.EventHandler(this.button_Click);
//
// buttonETX
//
this.buttonETX.BackPictureBox = null;
this.buttonETX.BackPictureBox1 = null;
this.buttonETX.BackPictureBox2 = null;
this.buttonETX.ButtonColor = System.Drawing.Color.Gray;
this.buttonETX.ButtonImageAutoSize = true;
this.buttonETX.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonETX.DisableImage = null;
this.buttonETX.DownImage = null;
this.buttonETX.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonETX.GroupID = 0;
this.buttonETX.InitVisible = true;
this.buttonETX.Location = new System.Drawing.Point(162, 76);
this.buttonETX.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonETX.Name = "buttonETX";
this.buttonETX.NestedClickEventPrevent = false;
this.buttonETX.OutlinePixel = 1;
this.buttonETX.RepeatInterval = 200;
this.buttonETX.RepeatIntervalAccelerate = null;
this.buttonETX.SafeInterval = 200;
this.buttonETX.Size = new System.Drawing.Size(36, 33);
this.buttonETX.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonETX.TabIndex = 46;
this.buttonETX.Text = "ETX";
this.buttonETX.TextColor = System.Drawing.Color.Black;
this.buttonETX.TextDownColor = System.Drawing.Color.White;
this.buttonETX.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonETX.TextLocation = new System.Drawing.Point(0, 0);
this.buttonETX.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonETX.UpImage = null;
this.buttonETX.Click += new System.EventHandler(this.button_Click);
//
// buttonSTX
//
this.buttonSTX.BackPictureBox = null;
this.buttonSTX.BackPictureBox1 = null;
this.buttonSTX.BackPictureBox2 = null;
this.buttonSTX.ButtonColor = System.Drawing.Color.Gray;
this.buttonSTX.ButtonImageAutoSize = true;
this.buttonSTX.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSTX.DisableImage = null;
this.buttonSTX.DownImage = null;
this.buttonSTX.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonSTX.GroupID = 0;
this.buttonSTX.InitVisible = true;
this.buttonSTX.Location = new System.Drawing.Point(120, 76);
this.buttonSTX.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSTX.Name = "buttonSTX";
this.buttonSTX.NestedClickEventPrevent = false;
this.buttonSTX.OutlinePixel = 1;
this.buttonSTX.RepeatInterval = 200;
this.buttonSTX.RepeatIntervalAccelerate = null;
this.buttonSTX.SafeInterval = 200;
this.buttonSTX.Size = new System.Drawing.Size(36, 33);
this.buttonSTX.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSTX.TabIndex = 45;
this.buttonSTX.Text = "STX";
this.buttonSTX.TextColor = System.Drawing.Color.Black;
this.buttonSTX.TextDownColor = System.Drawing.Color.White;
this.buttonSTX.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSTX.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSTX.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSTX.UpImage = null;
this.buttonSTX.Click += new System.EventHandler(this.button_Click);
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular);
this.textBox1.Location = new System.Drawing.Point(451, 192);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(85, 35);
this.textBox1.TabIndex = 44;
this.textBox1.Text = "0x";
//
// buttonEnter
//
this.buttonEnter.BackPictureBox = null;
this.buttonEnter.BackPictureBox1 = null;
this.buttonEnter.BackPictureBox2 = null;
this.buttonEnter.ButtonColor = System.Drawing.Color.Gray;
this.buttonEnter.ButtonImageAutoSize = true;
this.buttonEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEnter.DisableImage = null;
this.buttonEnter.DownImage = null;
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonEnter.GroupID = 0;
this.buttonEnter.InitVisible = true;
this.buttonEnter.Location = new System.Drawing.Point(542, 192);
this.buttonEnter.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonEnter.Name = "buttonEnter";
this.buttonEnter.NestedClickEventPrevent = false;
this.buttonEnter.OutlinePixel = 1;
this.buttonEnter.RepeatInterval = 200;
this.buttonEnter.RepeatIntervalAccelerate = null;
this.buttonEnter.SafeInterval = 200;
this.buttonEnter.Size = new System.Drawing.Size(55, 34);
this.buttonEnter.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonEnter.TabIndex = 43;
this.buttonEnter.Text = "입력";
this.buttonEnter.TextColor = System.Drawing.Color.Black;
this.buttonEnter.TextDownColor = System.Drawing.Color.White;
this.buttonEnter.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonEnter.TextLocation = new System.Drawing.Point(0, 0);
this.buttonEnter.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonEnter.UpImage = null;
this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click);
//
// buttonClearAll
//
this.buttonClearAll.BackPictureBox = null;
this.buttonClearAll.BackPictureBox1 = null;
this.buttonClearAll.BackPictureBox2 = null;
this.buttonClearAll.ButtonColor = System.Drawing.Color.Gray;
this.buttonClearAll.ButtonImageAutoSize = true;
this.buttonClearAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonClearAll.DisableImage = null;
this.buttonClearAll.DownImage = null;
this.buttonClearAll.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonClearAll.GroupID = 0;
this.buttonClearAll.InitVisible = true;
this.buttonClearAll.Location = new System.Drawing.Point(603, 62);
this.buttonClearAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonClearAll.Name = "buttonClearAll";
this.buttonClearAll.NestedClickEventPrevent = false;
this.buttonClearAll.OutlinePixel = 1;
this.buttonClearAll.RepeatInterval = 200;
this.buttonClearAll.RepeatIntervalAccelerate = null;
this.buttonClearAll.SafeInterval = 200;
this.buttonClearAll.Size = new System.Drawing.Size(80, 43);
this.buttonClearAll.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonClearAll.TabIndex = 7;
this.buttonClearAll.Text = "전체삭제";
this.buttonClearAll.TextColor = System.Drawing.Color.Black;
this.buttonClearAll.TextDownColor = System.Drawing.Color.White;
this.buttonClearAll.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonClearAll.TextLocation = new System.Drawing.Point(0, 0);
this.buttonClearAll.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonClearAll.UpImage = null;
this.buttonClearAll.Click += new System.EventHandler(this.buttonClearAll_Click);
//
// buttonCancel
//
this.buttonCancel.BackPictureBox = null;
this.buttonCancel.BackPictureBox1 = null;
this.buttonCancel.BackPictureBox2 = null;
this.buttonCancel.ButtonColor = System.Drawing.Color.Gray;
this.buttonCancel.ButtonImageAutoSize = true;
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.DisableImage = null;
this.buttonCancel.DownImage = null;
this.buttonCancel.GroupID = 0;
this.buttonCancel.InitVisible = true;
this.buttonCancel.Location = new System.Drawing.Point(603, 13);
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.NestedClickEventPrevent = false;
this.buttonCancel.OutlinePixel = 1;
this.buttonCancel.RepeatInterval = 200;
this.buttonCancel.RepeatIntervalAccelerate = null;
this.buttonCancel.SafeInterval = 200;
this.buttonCancel.Size = new System.Drawing.Size(80, 43);
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "←";
this.buttonCancel.TextColor = System.Drawing.Color.Black;
this.buttonCancel.TextDownColor = System.Drawing.Color.White;
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCancel.UpImage = null;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonSave
//
this.buttonSave.BackPictureBox = null;
this.buttonSave.BackPictureBox1 = null;
this.buttonSave.BackPictureBox2 = null;
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.DisableImage = null;
this.buttonSave.DownImage = null;
this.buttonSave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonSave.GroupID = 0;
this.buttonSave.InitVisible = true;
this.buttonSave.Location = new System.Drawing.Point(603, 112);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 1;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(80, 115);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 5;
this.buttonSave.Text = "저장";
this.buttonSave.TextColor = System.Drawing.Color.Black;
this.buttonSave.TextDownColor = System.Drawing.Color.White;
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.UpImage = null;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// labelWindow
//
this.labelWindow.BackColor = System.Drawing.Color.White;
this.labelWindow.BackPictureBox = null;
this.labelWindow.BackPictureBox1 = null;
this.labelWindow.BackPictureBox2 = null;
this.labelWindow.BorderColor = System.Drawing.Color.Black;
this.labelWindow.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWindow.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.labelWindow.ForeColor = System.Drawing.Color.Black;
this.labelWindow.InitVisible = true;
this.labelWindow.LineSpacing = 0F;
this.labelWindow.Location = new System.Drawing.Point(120, 13);
this.labelWindow.Name = "labelWindow";
this.labelWindow.Size = new System.Drawing.Size(476, 57);
this.labelWindow.TabIndex = 4;
this.labelWindow.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelWindow.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelWindow.Wordwrap = true;
//
// ControlConfiSerialUserDefine
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlConfiSerialUserDefine";
this.Size = new System.Drawing.Size(710, 253);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
public SmartX.SmartLabel labelWindow;
private SmartX.SmartButton buttonClearAll;
private SmartX.SmartButton buttonCancel;
private SmartX.SmartButton buttonSave;
private System.Windows.Forms.TextBox textBox1;
private SmartX.SmartButton buttonEnter;
private SmartX.SmartButton buttonTotalCount;
private SmartX.SmartButton buttonNGCount;
private SmartX.SmartButton buttonOverCount;
private SmartX.SmartButton buttonPassCount;
private SmartX.SmartButton buttonUnderCount;
private SmartX.SmartButton buttonOverRange;
private SmartX.SmartButton buttonPassRange;
private SmartX.SmartButton buttonUnderRange;
private SmartX.SmartButton buttonGap;
private SmartX.SmartButton buttonChecksum;
private SmartX.SmartButton buttonSign;
private SmartX.SmartButton buttonWeight;
private SmartX.SmartButton buttonNo;
private SmartX.SmartButton buttonGrade;
private SmartX.SmartButton buttonTime;
private SmartX.SmartButton buttonDate;
private SmartX.SmartButton buttonESC;
private SmartX.SmartButton buttonLF;
private SmartX.SmartButton buttonCR;
private SmartX.SmartButton buttonETX;
private SmartX.SmartButton buttonSTX;
private SmartX.SmartButton buttonDirectInput;
private SmartX.SmartKeyboard smartKeyboard;
}
}