ITC81DB_V8/ITC81DB/Controls/CenterBasic/ControlCenterBasicProduct.D...

510 lines
32 KiB
C#
Raw Permalink Normal View History

2023-07-11 01:56:01 +00:00
namespace ITC81DB.Controls
{
partial class ControlCenterBasicProduct
{
/// <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 Component 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(ControlCenterBasicProduct));
this.textBoxLotNo = new System.Windows.Forms.TextBox();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonAddOn = new SmartX.SmartButton();
this.buttonSortByProductNo = new SmartX.SmartButton();
this.buttonRandomMode = new SmartX.SmartButton();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.buttonItemNo = new SmartX.SmartButton();
this.labelDeviationOver = new SmartX.SmartLabel();
this.labelDeviationUnder = new SmartX.SmartLabel();
this.buttonLotEdit = new SmartX.SmartButton();
this.buttonNameEdit = new SmartX.SmartButton();
this.labelTareRange = new SmartX.SmartLabel();
this.labelUnderRange = new SmartX.SmartLabel();
this.labelPassRange = new SmartX.SmartLabel();
this.labelOverRange = new SmartX.SmartLabel();
this.textBoxProductName = new System.Windows.Forms.TextBox();
this.listBoxProductList = new System.Windows.Forms.ListBox();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// textBoxLotNo
//
this.textBoxLotNo.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.textBoxLotNo.Location = new System.Drawing.Point(96, 136);
this.textBoxLotNo.MaxLength = 14;
this.textBoxLotNo.Name = "textBoxLotNo";
this.textBoxLotNo.Size = new System.Drawing.Size(207, 28);
this.textBoxLotNo.TabIndex = 118;
this.textBoxLotNo.Text = "LotNo";
this.textBoxLotNo.WordWrap = false;
this.textBoxLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLotNo_KeyPress);
//
// smartGroupBox1
//
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.buttonAddOn);
this.smartGroupBox1.Controls.Add(this.buttonSortByProductNo);
this.smartGroupBox1.Controls.Add(this.buttonRandomMode);
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Controls.Add(this.buttonItemNo);
this.smartGroupBox1.Controls.Add(this.labelDeviationOver);
this.smartGroupBox1.Controls.Add(this.labelDeviationUnder);
this.smartGroupBox1.Controls.Add(this.buttonLotEdit);
this.smartGroupBox1.Controls.Add(this.buttonNameEdit);
this.smartGroupBox1.Controls.Add(this.labelTareRange);
this.smartGroupBox1.Controls.Add(this.labelUnderRange);
this.smartGroupBox1.Controls.Add(this.labelPassRange);
this.smartGroupBox1.Controls.Add(this.labelOverRange);
this.smartGroupBox1.Controls.Add(this.textBoxLotNo);
this.smartGroupBox1.Controls.Add(this.textBoxProductName);
this.smartGroupBox1.Controls.Add(this.listBoxProductList);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 2;
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 = 10;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.TabIndex = 126;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// buttonAddOn
//
this.buttonAddOn.BackPictureBox = null;
this.buttonAddOn.BackPictureBox1 = null;
this.buttonAddOn.BackPictureBox2 = null;
this.buttonAddOn.ButtonColor = System.Drawing.Color.Gray;
this.buttonAddOn.ButtonImageAutoSize = true;
this.buttonAddOn.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAddOn.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAddOn.DisableImage")));
this.buttonAddOn.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAddOn.DownImage")));
this.buttonAddOn.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
this.buttonAddOn.GroupID = 0;
this.buttonAddOn.InitVisible = true;
this.buttonAddOn.Location = new System.Drawing.Point(359, 23);
this.buttonAddOn.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonAddOn.Name = "buttonAddOn";
this.buttonAddOn.NestedClickEventPrevent = false;
this.buttonAddOn.OutlinePixel = 1;
this.buttonAddOn.RepeatInterval = 200;
this.buttonAddOn.RepeatIntervalAccelerate = null;
this.buttonAddOn.SafeInterval = 200;
this.buttonAddOn.Size = new System.Drawing.Size(50, 50);
this.buttonAddOn.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAddOn.TabIndex = 185;
this.buttonAddOn.TextColor = System.Drawing.Color.White;
this.buttonAddOn.TextDownColor = System.Drawing.Color.White;
this.buttonAddOn.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAddOn.TextLocation = new System.Drawing.Point(0, 0);
this.buttonAddOn.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAddOn.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAddOn.UpImage")));
this.buttonAddOn.Visible = false;
this.buttonAddOn.Click += new System.EventHandler(this.buttonAddOn_Click);
//
// buttonSortByProductNo
//
this.buttonSortByProductNo.BackPictureBox = null;
this.buttonSortByProductNo.BackPictureBox1 = null;
this.buttonSortByProductNo.BackPictureBox2 = null;
this.buttonSortByProductNo.ButtonColor = System.Drawing.Color.Gray;
this.buttonSortByProductNo.ButtonImageAutoSize = true;
this.buttonSortByProductNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSortByProductNo.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSortByProductNo.DisableImage")));
this.buttonSortByProductNo.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSortByProductNo.DownImage")));
this.buttonSortByProductNo.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
this.buttonSortByProductNo.GroupID = 0;
this.buttonSortByProductNo.InitVisible = true;
this.buttonSortByProductNo.Location = new System.Drawing.Point(583, 23);
this.buttonSortByProductNo.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonSortByProductNo.Name = "buttonSortByProductNo";
this.buttonSortByProductNo.NestedClickEventPrevent = false;
this.buttonSortByProductNo.OutlinePixel = 1;
this.buttonSortByProductNo.RepeatInterval = 200;
this.buttonSortByProductNo.RepeatIntervalAccelerate = null;
this.buttonSortByProductNo.SafeInterval = 200;
this.buttonSortByProductNo.Size = new System.Drawing.Size(50, 50);
this.buttonSortByProductNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSortByProductNo.TabIndex = 184;
this.buttonSortByProductNo.Text = "A";
this.buttonSortByProductNo.TextColor = System.Drawing.Color.White;
this.buttonSortByProductNo.TextDownColor = System.Drawing.Color.White;
this.buttonSortByProductNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSortByProductNo.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSortByProductNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSortByProductNo.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSortByProductNo.UpImage")));
this.buttonSortByProductNo.Visible = false;
this.buttonSortByProductNo.Click += new System.EventHandler(this.buttonSortByProductNo_Click);
//
// buttonRandomMode
//
this.buttonRandomMode.BackPictureBox = null;
this.buttonRandomMode.BackPictureBox1 = null;
this.buttonRandomMode.BackPictureBox2 = null;
this.buttonRandomMode.ButtonColor = System.Drawing.Color.Gray;
this.buttonRandomMode.ButtonImageAutoSize = true;
this.buttonRandomMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRandomMode.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonRandomMode.DisableImage")));
this.buttonRandomMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRandomMode.DownImage")));
this.buttonRandomMode.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.buttonRandomMode.GroupID = 0;
this.buttonRandomMode.InitVisible = true;
this.buttonRandomMode.Location = new System.Drawing.Point(639, 23);
this.buttonRandomMode.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonRandomMode.Name = "buttonRandomMode";
this.buttonRandomMode.NestedClickEventPrevent = false;
this.buttonRandomMode.OutlinePixel = 1;
this.buttonRandomMode.RepeatInterval = 200;
this.buttonRandomMode.RepeatIntervalAccelerate = null;
this.buttonRandomMode.SafeInterval = 200;
this.buttonRandomMode.Size = new System.Drawing.Size(50, 50);
this.buttonRandomMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonRandomMode.TabIndex = 182;
this.buttonRandomMode.TextColor = System.Drawing.Color.White;
this.buttonRandomMode.TextDownColor = System.Drawing.Color.White;
this.buttonRandomMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRandomMode.TextLocation = new System.Drawing.Point(0, 0);
this.buttonRandomMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonRandomMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRandomMode.UpImage")));
this.buttonRandomMode.Click += new System.EventHandler(this.buttonRandomMode_Click);
//
// 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(9, 176);
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 = 133;
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);
this.smartKeyboard.OnHanYoungKeyChange += new System.EventHandler(this.smartKeyboard_OnHanYoungKeyChange);
//
// buttonItemNo
//
this.buttonItemNo.BackPictureBox = null;
this.buttonItemNo.BackPictureBox1 = null;
this.buttonItemNo.BackPictureBox2 = null;
this.buttonItemNo.ButtonColor = System.Drawing.Color.Gray;
this.buttonItemNo.ButtonImageAutoSize = true;
this.buttonItemNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonItemNo.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonItemNo.DisableImage")));
this.buttonItemNo.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonItemNo.DownImage")));
this.buttonItemNo.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonItemNo.GroupID = 0;
this.buttonItemNo.InitVisible = true;
this.buttonItemNo.Location = new System.Drawing.Point(20, 23);
this.buttonItemNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonItemNo.Name = "buttonItemNo";
this.buttonItemNo.NestedClickEventPrevent = false;
this.buttonItemNo.OutlinePixel = 1;
this.buttonItemNo.RepeatInterval = 200;
this.buttonItemNo.RepeatIntervalAccelerate = null;
this.buttonItemNo.SafeInterval = 200;
this.buttonItemNo.Size = new System.Drawing.Size(330, 50);
this.buttonItemNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonItemNo.TabIndex = 181;
this.buttonItemNo.Text = "100";
this.buttonItemNo.TextColor = System.Drawing.Color.White;
this.buttonItemNo.TextDownColor = System.Drawing.Color.White;
this.buttonItemNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
this.buttonItemNo.TextLocation = new System.Drawing.Point(-10, 0);
this.buttonItemNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonItemNo.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonItemNo.UpImage")));
this.buttonItemNo.Click += new System.EventHandler(this.buttonProductNo_Click);
//
// labelDeviationOver
//
this.labelDeviationOver.BackColor = System.Drawing.Color.White;
this.labelDeviationOver.BackPictureBox1 = null;
this.labelDeviationOver.BackPictureBox2 = this.smartGroupBox1;
this.labelDeviationOver.BorderColor = System.Drawing.Color.White;
this.labelDeviationOver.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDeviationOver.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelDeviationOver.ForeColor = System.Drawing.Color.White;
this.labelDeviationOver.InitVisible = true;
this.labelDeviationOver.LineSpacing = 0F;
this.labelDeviationOver.Location = new System.Drawing.Point(224, 264);
this.labelDeviationOver.Name = "labelDeviationOver";
this.labelDeviationOver.Size = new System.Drawing.Size(125, 35);
this.labelDeviationOver.TabIndex = 180;
this.labelDeviationOver.Text = "100";
this.labelDeviationOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDeviationOver.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDeviationOver.Wordwrap = false;
this.labelDeviationOver.Click += new System.EventHandler(this.labelDeviationOver_Click);
//
// labelDeviationUnder
//
this.labelDeviationUnder.BackColor = System.Drawing.Color.White;
this.labelDeviationUnder.BackPictureBox1 = null;
this.labelDeviationUnder.BackPictureBox2 = this.smartGroupBox1;
this.labelDeviationUnder.BorderColor = System.Drawing.Color.White;
this.labelDeviationUnder.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDeviationUnder.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelDeviationUnder.ForeColor = System.Drawing.Color.White;
this.labelDeviationUnder.InitVisible = true;
this.labelDeviationUnder.LineSpacing = 0F;
this.labelDeviationUnder.Location = new System.Drawing.Point(224, 309);
this.labelDeviationUnder.Name = "labelDeviationUnder";
this.labelDeviationUnder.Size = new System.Drawing.Size(125, 35);
this.labelDeviationUnder.TabIndex = 179;
this.labelDeviationUnder.Text = "100";
this.labelDeviationUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDeviationUnder.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDeviationUnder.Wordwrap = false;
this.labelDeviationUnder.Click += new System.EventHandler(this.labelDeviationUnder_Click);
//
// buttonLotEdit
//
this.buttonLotEdit.BackPictureBox = null;
this.buttonLotEdit.BackPictureBox1 = null;
this.buttonLotEdit.BackPictureBox2 = null;
this.buttonLotEdit.ButtonColor = System.Drawing.Color.Gray;
this.buttonLotEdit.ButtonImageAutoSize = true;
this.buttonLotEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLotEdit.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLotEdit.DisableImage")));
this.buttonLotEdit.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLotEdit.DownImage")));
this.buttonLotEdit.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.buttonLotEdit.GroupID = 0;
this.buttonLotEdit.InitVisible = true;
this.buttonLotEdit.Location = new System.Drawing.Point(310, 130);
this.buttonLotEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonLotEdit.Name = "buttonLotEdit";
this.buttonLotEdit.NestedClickEventPrevent = false;
this.buttonLotEdit.OutlinePixel = 1;
this.buttonLotEdit.RepeatInterval = 200;
this.buttonLotEdit.RepeatIntervalAccelerate = null;
this.buttonLotEdit.SafeInterval = 200;
this.buttonLotEdit.Size = new System.Drawing.Size(40, 40);
this.buttonLotEdit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonLotEdit.TabIndex = 178;
this.buttonLotEdit.TextColor = System.Drawing.Color.White;
this.buttonLotEdit.TextDownColor = System.Drawing.Color.White;
this.buttonLotEdit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonLotEdit.TextLocation = new System.Drawing.Point(0, 0);
this.buttonLotEdit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonLotEdit.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLotEdit.UpImage")));
this.buttonLotEdit.Click += new System.EventHandler(this.buttonLotEdit_Click);
//
// buttonNameEdit
//
this.buttonNameEdit.BackPictureBox = null;
this.buttonNameEdit.BackPictureBox1 = null;
this.buttonNameEdit.BackPictureBox2 = null;
this.buttonNameEdit.ButtonColor = System.Drawing.Color.Gray;
this.buttonNameEdit.ButtonImageAutoSize = true;
this.buttonNameEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNameEdit.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonNameEdit.DisableImage")));
this.buttonNameEdit.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonNameEdit.DownImage")));
this.buttonNameEdit.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.buttonNameEdit.GroupID = 0;
this.buttonNameEdit.InitVisible = true;
this.buttonNameEdit.Location = new System.Drawing.Point(310, 91);
this.buttonNameEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNameEdit.Name = "buttonNameEdit";
this.buttonNameEdit.NestedClickEventPrevent = false;
this.buttonNameEdit.OutlinePixel = 1;
this.buttonNameEdit.RepeatInterval = 200;
this.buttonNameEdit.RepeatIntervalAccelerate = null;
this.buttonNameEdit.SafeInterval = 200;
this.buttonNameEdit.Size = new System.Drawing.Size(40, 40);
this.buttonNameEdit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNameEdit.TabIndex = 177;
this.buttonNameEdit.TextColor = System.Drawing.Color.White;
this.buttonNameEdit.TextDownColor = System.Drawing.Color.White;
this.buttonNameEdit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNameEdit.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNameEdit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNameEdit.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonNameEdit.UpImage")));
this.buttonNameEdit.Click += new System.EventHandler(this.buttonNameEdit_Click);
//
// labelTareRange
//
this.labelTareRange.BackColor = System.Drawing.Color.White;
this.labelTareRange.BackPictureBox1 = null;
this.labelTareRange.BackPictureBox2 = this.smartGroupBox1;
this.labelTareRange.BorderColor = System.Drawing.Color.Black;
this.labelTareRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTareRange.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelTareRange.ForeColor = System.Drawing.Color.White;
this.labelTareRange.InitVisible = true;
this.labelTareRange.LineSpacing = 0F;
this.labelTareRange.Location = new System.Drawing.Point(104, 389);
this.labelTareRange.Name = "labelTareRange";
this.labelTareRange.Size = new System.Drawing.Size(235, 55);
this.labelTareRange.TabIndex = 127;
this.labelTareRange.Text = "100";
this.labelTareRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTareRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTareRange.Wordwrap = false;
this.labelTareRange.Click += new System.EventHandler(this.labelTareRange_Click);
//
// labelUnderRange
//
this.labelUnderRange.BackColor = System.Drawing.Color.White;
this.labelUnderRange.BackPictureBox1 = null;
this.labelUnderRange.BackPictureBox2 = this.smartGroupBox1;
this.labelUnderRange.BorderColor = System.Drawing.Color.White;
this.labelUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderRange.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelUnderRange.ForeColor = System.Drawing.Color.White;
this.labelUnderRange.InitVisible = true;
this.labelUnderRange.LineSpacing = 0F;
this.labelUnderRange.Location = new System.Drawing.Point(94, 330);
this.labelUnderRange.Name = "labelUnderRange";
this.labelUnderRange.Size = new System.Drawing.Size(125, 35);
this.labelUnderRange.TabIndex = 127;
this.labelUnderRange.Text = "100";
this.labelUnderRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderRange.Wordwrap = false;
this.labelUnderRange.Click += new System.EventHandler(this.labelUnderRange_Click);
//
// labelPassRange
//
this.labelPassRange.BackColor = System.Drawing.Color.White;
this.labelPassRange.BackPictureBox1 = null;
this.labelPassRange.BackPictureBox2 = this.smartGroupBox1;
this.labelPassRange.BorderColor = System.Drawing.Color.White;
this.labelPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassRange.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelPassRange.ForeColor = System.Drawing.Color.White;
this.labelPassRange.InitVisible = true;
this.labelPassRange.LineSpacing = 0F;
this.labelPassRange.Location = new System.Drawing.Point(94, 286);
this.labelPassRange.Name = "labelPassRange";
this.labelPassRange.Size = new System.Drawing.Size(125, 35);
this.labelPassRange.TabIndex = 127;
this.labelPassRange.Text = "100";
this.labelPassRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassRange.Wordwrap = false;
this.labelPassRange.Click += new System.EventHandler(this.labelPassRange_Click);
//
// labelOverRange
//
this.labelOverRange.BackColor = System.Drawing.Color.White;
this.labelOverRange.BackPictureBox1 = null;
this.labelOverRange.BackPictureBox2 = this.smartGroupBox1;
this.labelOverRange.BorderColor = System.Drawing.Color.White;
this.labelOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverRange.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelOverRange.ForeColor = System.Drawing.Color.White;
this.labelOverRange.InitVisible = true;
this.labelOverRange.LineSpacing = 0F;
this.labelOverRange.Location = new System.Drawing.Point(94, 241);
this.labelOverRange.Name = "labelOverRange";
this.labelOverRange.Size = new System.Drawing.Size(125, 35);
this.labelOverRange.TabIndex = 127;
this.labelOverRange.Text = "100";
this.labelOverRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverRange.Wordwrap = false;
this.labelOverRange.Click += new System.EventHandler(this.labelOverRange_Click);
//
// textBoxProductName
//
this.textBoxProductName.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.textBoxProductName.Location = new System.Drawing.Point(96, 97);
this.textBoxProductName.MaxLength = 12;
this.textBoxProductName.Name = "textBoxProductName";
this.textBoxProductName.Size = new System.Drawing.Size(207, 28);
this.textBoxProductName.TabIndex = 117;
this.textBoxProductName.Text = "Welcome";
this.textBoxProductName.WordWrap = false;
this.textBoxProductName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxProductName_KeyPress);
//
// listBoxProductList
//
this.listBoxProductList.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
this.listBoxProductList.Location = new System.Drawing.Point(371, 100);
this.listBoxProductList.Name = "listBoxProductList";
this.listBoxProductList.Size = new System.Drawing.Size(309, 340);
this.listBoxProductList.TabIndex = 116;
this.listBoxProductList.SelectedIndexChanged += new System.EventHandler(this.listBoxProductList_SelectedIndexChanged);
//
// ControlCenterBasicProduct
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlCenterBasicProduct";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox textBoxLotNo;
private System.Windows.Forms.TextBox textBoxProductName;
public System.Windows.Forms.ListBox listBoxProductList;
private SmartX.SmartGroupBox smartGroupBox1;
public SmartX.SmartLabel labelOverRange;
public SmartX.SmartLabel labelTareRange;
public SmartX.SmartLabel labelUnderRange;
public SmartX.SmartLabel labelPassRange;
private SmartX.SmartKeyboard smartKeyboard;
private SmartX.SmartButton buttonNameEdit;
private SmartX.SmartButton buttonLotEdit;
public SmartX.SmartLabel labelDeviationOver;
public SmartX.SmartLabel labelDeviationUnder;
private SmartX.SmartButton buttonItemNo;
private SmartX.SmartButton buttonRandomMode;
private SmartX.SmartButton buttonSortByProductNo;
private SmartX.SmartButton buttonAddOn;
}
}