ITC81DB_V8/ITC81DB/Controls/CenterSystem/ControlCenterSystemJudgment...

776 lines
47 KiB
C#

namespace ITC81DB.Controls
{
partial class ControlCenterSystemJudgmentManual
{
/// <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(ControlCenterSystemJudgmentManual));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelFeedSpeed = new SmartX.SmartLabel();
this.labelFeedSpeedUnitmmin = new SmartX.SmartLabel();
this.buttonToRight = new SmartX.SmartButton();
this.buttonToLeft = new SmartX.SmartButton();
this.labelSensingTime = new SmartX.SmartLabel();
this.buttonUsingAutoMode = new SmartX.SmartButton();
this.buttonDown = new SmartX.SmartButton();
this.buttonUp = new SmartX.SmartButton();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.buttonWeightReference = new SmartX.SmartButton();
this.labelConstant = new SmartX.SmartLabel();
this.labelWeightValue = new SmartX.SmartLabel();
this.labelADCValue = new SmartX.SmartLabel();
this.labelWeightJudgment = new SmartX.SmartLabel();
this.smartDraw = new SmartX.SmartDraw();
this.labelFilter = new SmartX.SmartLabel();
this.buttonPasteAll = new SmartX.SmartButton();
this.buttonPaste = new SmartX.SmartButton();
this.buttonCopy = new SmartX.SmartButton();
this.labelJudgmentDelayTime = new SmartX.SmartLabel();
this.labelProductNo = new SmartX.SmartLabel();
this.labelDynamicCorrection = new SmartX.SmartLabel();
this.labelJudgmentCount = new SmartX.SmartLabel();
this.labelDoubleDelayTime = new SmartX.SmartLabel();
this.labelWarningRandomMode = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// 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.labelWarningRandomMode);
this.smartGroupBox1.Controls.Add(this.labelFeedSpeed);
this.smartGroupBox1.Controls.Add(this.labelFeedSpeedUnitmmin);
this.smartGroupBox1.Controls.Add(this.buttonToRight);
this.smartGroupBox1.Controls.Add(this.buttonToLeft);
this.smartGroupBox1.Controls.Add(this.labelSensingTime);
this.smartGroupBox1.Controls.Add(this.buttonUsingAutoMode);
this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp);
this.smartGroupBox1.Controls.Add(this.label1);
this.smartGroupBox1.Controls.Add(this.label2);
this.smartGroupBox1.Controls.Add(this.buttonWeightReference);
this.smartGroupBox1.Controls.Add(this.labelConstant);
this.smartGroupBox1.Controls.Add(this.labelWeightValue);
this.smartGroupBox1.Controls.Add(this.labelADCValue);
this.smartGroupBox1.Controls.Add(this.labelWeightJudgment);
this.smartGroupBox1.Controls.Add(this.smartDraw);
this.smartGroupBox1.Controls.Add(this.labelFilter);
this.smartGroupBox1.Controls.Add(this.buttonPasteAll);
this.smartGroupBox1.Controls.Add(this.buttonPaste);
this.smartGroupBox1.Controls.Add(this.buttonCopy);
this.smartGroupBox1.Controls.Add(this.labelJudgmentDelayTime);
this.smartGroupBox1.Controls.Add(this.labelProductNo);
this.smartGroupBox1.Controls.Add(this.labelDynamicCorrection);
this.smartGroupBox1.Controls.Add(this.labelJudgmentCount);
this.smartGroupBox1.Controls.Add(this.labelDoubleDelayTime);
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 = 174;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// labelFeedSpeed
//
this.labelFeedSpeed.BackColor = System.Drawing.Color.Black;
this.labelFeedSpeed.BackPictureBox = null;
this.labelFeedSpeed.BackPictureBox1 = null;
this.labelFeedSpeed.BackPictureBox2 = null;
this.labelFeedSpeed.BorderColor = System.Drawing.Color.Black;
this.labelFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelFeedSpeed.ForeColor = System.Drawing.Color.White;
this.labelFeedSpeed.InitVisible = true;
this.labelFeedSpeed.LineSpacing = 0F;
this.labelFeedSpeed.Location = new System.Drawing.Point(109, 284);
this.labelFeedSpeed.Name = "labelFeedSpeed";
this.labelFeedSpeed.Size = new System.Drawing.Size(110, 39);
this.labelFeedSpeed.TabIndex = 124;
this.labelFeedSpeed.Text = "60";
this.labelFeedSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelFeedSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelFeedSpeed.Wordwrap = false;
this.labelFeedSpeed.Click += new System.EventHandler(this.labelFeedSpeed_Click);
//
// labelFeedSpeedUnitmmin
//
this.labelFeedSpeedUnitmmin.BackColor = System.Drawing.Color.Black;
this.labelFeedSpeedUnitmmin.BackPictureBox = null;
this.labelFeedSpeedUnitmmin.BackPictureBox1 = null;
this.labelFeedSpeedUnitmmin.BackPictureBox2 = null;
this.labelFeedSpeedUnitmmin.BorderColor = System.Drawing.Color.Black;
this.labelFeedSpeedUnitmmin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelFeedSpeedUnitmmin.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelFeedSpeedUnitmmin.ForeColor = System.Drawing.Color.White;
this.labelFeedSpeedUnitmmin.InitVisible = true;
this.labelFeedSpeedUnitmmin.LineSpacing = 0F;
this.labelFeedSpeedUnitmmin.Location = new System.Drawing.Point(52, 19);
this.labelFeedSpeedUnitmmin.Name = "labelFeedSpeedUnitmmin";
this.labelFeedSpeedUnitmmin.Size = new System.Drawing.Size(80, 39);
this.labelFeedSpeedUnitmmin.TabIndex = 232;
this.labelFeedSpeedUnitmmin.Text = "60";
this.labelFeedSpeedUnitmmin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelFeedSpeedUnitmmin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelFeedSpeedUnitmmin.Visible = false;
this.labelFeedSpeedUnitmmin.Wordwrap = false;
//
// buttonToRight
//
this.buttonToRight.BackPictureBox = null;
this.buttonToRight.BackPictureBox1 = null;
this.buttonToRight.BackPictureBox2 = null;
this.buttonToRight.ButtonColor = System.Drawing.Color.Gray;
this.buttonToRight.ButtonImageAutoSize = true;
this.buttonToRight.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonToRight.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonToRight.DisableImage")));
this.buttonToRight.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonToRight.DownImage")));
this.buttonToRight.GroupID = 0;
this.buttonToRight.InitVisible = true;
this.buttonToRight.Location = new System.Drawing.Point(641, 348);
this.buttonToRight.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonToRight.Name = "buttonToRight";
this.buttonToRight.NestedClickEventPrevent = false;
this.buttonToRight.OutlinePixel = 1;
this.buttonToRight.RepeatInterval = 200;
this.buttonToRight.RepeatIntervalAccelerate = null;
this.buttonToRight.SafeInterval = 200;
this.buttonToRight.Size = new System.Drawing.Size(50, 50);
this.buttonToRight.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonToRight.TabIndex = 228;
this.buttonToRight.TextColor = System.Drawing.Color.Black;
this.buttonToRight.TextDownColor = System.Drawing.Color.White;
this.buttonToRight.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonToRight.TextLocation = new System.Drawing.Point(0, 0);
this.buttonToRight.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonToRight.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonToRight.UpImage")));
this.buttonToRight.Visible = false;
this.buttonToRight.Click += new System.EventHandler(this.buttonToLeftOrRight_Click);
//
// buttonToLeft
//
this.buttonToLeft.BackPictureBox = null;
this.buttonToLeft.BackPictureBox1 = null;
this.buttonToLeft.BackPictureBox2 = null;
this.buttonToLeft.ButtonColor = System.Drawing.Color.Gray;
this.buttonToLeft.ButtonImageAutoSize = true;
this.buttonToLeft.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonToLeft.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonToLeft.DisableImage")));
this.buttonToLeft.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonToLeft.DownImage")));
this.buttonToLeft.GroupID = 0;
this.buttonToLeft.InitVisible = true;
this.buttonToLeft.Location = new System.Drawing.Point(341, 348);
this.buttonToLeft.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonToLeft.Name = "buttonToLeft";
this.buttonToLeft.NestedClickEventPrevent = false;
this.buttonToLeft.OutlinePixel = 1;
this.buttonToLeft.RepeatInterval = 200;
this.buttonToLeft.RepeatIntervalAccelerate = null;
this.buttonToLeft.SafeInterval = 200;
this.buttonToLeft.Size = new System.Drawing.Size(50, 50);
this.buttonToLeft.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonToLeft.TabIndex = 229;
this.buttonToLeft.TextColor = System.Drawing.Color.Black;
this.buttonToLeft.TextDownColor = System.Drawing.Color.White;
this.buttonToLeft.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonToLeft.TextLocation = new System.Drawing.Point(0, 0);
this.buttonToLeft.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonToLeft.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonToLeft.UpImage")));
this.buttonToLeft.Visible = false;
this.buttonToLeft.Click += new System.EventHandler(this.buttonToLeftOrRight_Click);
//
// labelSensingTime
//
this.labelSensingTime.BackColor = System.Drawing.Color.Black;
this.labelSensingTime.BackPictureBox1 = null;
this.labelSensingTime.BackPictureBox2 = this.smartGroupBox1;
this.labelSensingTime.BorderColor = System.Drawing.Color.Black;
this.labelSensingTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSensingTime.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelSensingTime.ForeColor = System.Drawing.Color.White;
this.labelSensingTime.InitVisible = true;
this.labelSensingTime.LineSpacing = 0F;
this.labelSensingTime.Location = new System.Drawing.Point(429, 30);
this.labelSensingTime.Name = "labelSensingTime";
this.labelSensingTime.Size = new System.Drawing.Size(53, 25);
this.labelSensingTime.TabIndex = 143;
this.labelSensingTime.Text = "1000";
this.labelSensingTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelSensingTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSensingTime.Wordwrap = false;
//
// buttonUsingAutoMode
//
this.buttonUsingAutoMode.BackPictureBox = null;
this.buttonUsingAutoMode.BackPictureBox1 = null;
this.buttonUsingAutoMode.BackPictureBox2 = null;
this.buttonUsingAutoMode.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsingAutoMode.ButtonImageAutoSize = true;
this.buttonUsingAutoMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsingAutoMode.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUsingAutoMode.DisableImage")));
this.buttonUsingAutoMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsingAutoMode.DownImage")));
this.buttonUsingAutoMode.GroupID = 0;
this.buttonUsingAutoMode.InitVisible = true;
this.buttonUsingAutoMode.Location = new System.Drawing.Point(189, 5);
this.buttonUsingAutoMode.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsingAutoMode.Name = "buttonUsingAutoMode";
this.buttonUsingAutoMode.NestedClickEventPrevent = false;
this.buttonUsingAutoMode.OutlinePixel = 1;
this.buttonUsingAutoMode.RepeatInterval = 200;
this.buttonUsingAutoMode.RepeatIntervalAccelerate = null;
this.buttonUsingAutoMode.SafeInterval = 200;
this.buttonUsingAutoMode.Size = new System.Drawing.Size(42, 50);
this.buttonUsingAutoMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsingAutoMode.TabIndex = 139;
this.buttonUsingAutoMode.TextColor = System.Drawing.Color.Black;
this.buttonUsingAutoMode.TextDownColor = System.Drawing.Color.White;
this.buttonUsingAutoMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsingAutoMode.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsingAutoMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsingAutoMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsingAutoMode.UpImage")));
this.buttonUsingAutoMode.Visible = false;
this.buttonUsingAutoMode.Click += new System.EventHandler(this.buttonUsingAutoMode_Click);
//
// buttonDown
//
this.buttonDown.BackPictureBox = null;
this.buttonDown.BackPictureBox1 = null;
this.buttonDown.BackPictureBox2 = null;
this.buttonDown.ButtonColor = System.Drawing.Color.Gray;
this.buttonDown.ButtonImageAutoSize = true;
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDown.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDown.DisableImage")));
this.buttonDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDown.DownImage")));
this.buttonDown.GroupID = 0;
this.buttonDown.InitVisible = true;
this.buttonDown.Location = new System.Drawing.Point(237, 5);
this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDown.Name = "buttonDown";
this.buttonDown.NestedClickEventPrevent = false;
this.buttonDown.OutlinePixel = 1;
this.buttonDown.RepeatInterval = 200;
this.buttonDown.RepeatIntervalAccelerate = null;
this.buttonDown.SafeInterval = 200;
this.buttonDown.Size = new System.Drawing.Size(42, 50);
this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDown.TabIndex = 130;
this.buttonDown.TextColor = System.Drawing.Color.Black;
this.buttonDown.TextDownColor = System.Drawing.Color.White;
this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDown.TextLocation = new System.Drawing.Point(0, 0);
this.buttonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDown.UpImage")));
this.buttonDown.Visible = false;
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
//
// buttonUp
//
this.buttonUp.BackPictureBox = null;
this.buttonUp.BackPictureBox1 = null;
this.buttonUp.BackPictureBox2 = null;
this.buttonUp.ButtonColor = System.Drawing.Color.Gray;
this.buttonUp.ButtonImageAutoSize = true;
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUp.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUp.DisableImage")));
this.buttonUp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUp.DownImage")));
this.buttonUp.GroupID = 0;
this.buttonUp.InitVisible = true;
this.buttonUp.Location = new System.Drawing.Point(285, 5);
this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonUp.Name = "buttonUp";
this.buttonUp.NestedClickEventPrevent = false;
this.buttonUp.OutlinePixel = 1;
this.buttonUp.RepeatInterval = 200;
this.buttonUp.RepeatIntervalAccelerate = null;
this.buttonUp.SafeInterval = 200;
this.buttonUp.Size = new System.Drawing.Size(42, 50);
this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUp.TabIndex = 127;
this.buttonUp.TextColor = System.Drawing.Color.Black;
this.buttonUp.TextDownColor = System.Drawing.Color.White;
this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUp.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUp.UpImage")));
this.buttonUp.Visible = false;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
//
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(342, 348);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 20);
this.label1.Text = "label1";
this.label1.Visible = false;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(448, 348);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 20);
this.label2.Text = "label2";
this.label2.Visible = false;
//
// buttonWeightReference
//
this.buttonWeightReference.BackPictureBox = null;
this.buttonWeightReference.BackPictureBox1 = null;
this.buttonWeightReference.BackPictureBox2 = null;
this.buttonWeightReference.ButtonColor = System.Drawing.Color.Gray;
this.buttonWeightReference.ButtonImageAutoSize = true;
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonWeightReference.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.DisableImage")));
this.buttonWeightReference.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.DownImage")));
this.buttonWeightReference.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
this.buttonWeightReference.ForeColor = System.Drawing.Color.White;
this.buttonWeightReference.GroupID = 0;
this.buttonWeightReference.InitVisible = true;
this.buttonWeightReference.Location = new System.Drawing.Point(242, 145);
this.buttonWeightReference.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonWeightReference.Name = "buttonWeightReference";
this.buttonWeightReference.NestedClickEventPrevent = false;
this.buttonWeightReference.OutlinePixel = 1;
this.buttonWeightReference.RepeatInterval = 200;
this.buttonWeightReference.RepeatIntervalAccelerate = null;
this.buttonWeightReference.SafeInterval = 200;
this.buttonWeightReference.Size = new System.Drawing.Size(99, 100);
this.buttonWeightReference.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonWeightReference.TabIndex = 126;
this.buttonWeightReference.Text = "0.0";
this.buttonWeightReference.TextColor = System.Drawing.Color.White;
this.buttonWeightReference.TextDownColor = System.Drawing.Color.White;
this.buttonWeightReference.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonWeightReference.TextLocation = new System.Drawing.Point(-5, 30);
this.buttonWeightReference.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonWeightReference.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.UpImage")));
this.buttonWeightReference.Click += new System.EventHandler(this.buttonWeightReference_Click);
//
// labelConstant
//
this.labelConstant.BackColor = System.Drawing.Color.Black;
this.labelConstant.BackPictureBox = null;
this.labelConstant.BackPictureBox1 = null;
this.labelConstant.BackPictureBox2 = null;
this.labelConstant.BorderColor = System.Drawing.Color.Black;
this.labelConstant.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelConstant.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelConstant.ForeColor = System.Drawing.Color.White;
this.labelConstant.InitVisible = true;
this.labelConstant.LineSpacing = 0F;
this.labelConstant.Location = new System.Drawing.Point(397, 410);
this.labelConstant.Name = "labelConstant";
this.labelConstant.Size = new System.Drawing.Size(143, 40);
this.labelConstant.TabIndex = 125;
this.labelConstant.Text = "23456";
this.labelConstant.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelConstant.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelConstant.Wordwrap = false;
//
// labelWeightValue
//
this.labelWeightValue.BackColor = System.Drawing.Color.Black;
this.labelWeightValue.BackPictureBox = null;
this.labelWeightValue.BackPictureBox1 = null;
this.labelWeightValue.BackPictureBox2 = null;
this.labelWeightValue.BorderColor = System.Drawing.Color.Black;
this.labelWeightValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWeightValue.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelWeightValue.ForeColor = System.Drawing.Color.White;
this.labelWeightValue.InitVisible = true;
this.labelWeightValue.LineSpacing = 0F;
this.labelWeightValue.Location = new System.Drawing.Point(569, 410);
this.labelWeightValue.Name = "labelWeightValue";
this.labelWeightValue.Size = new System.Drawing.Size(119, 40);
this.labelWeightValue.TabIndex = 120;
this.labelWeightValue.Text = "0.0";
this.labelWeightValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeightValue.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeightValue.Wordwrap = false;
//
// labelADCValue
//
this.labelADCValue.BackColor = System.Drawing.Color.Black;
this.labelADCValue.BackPictureBox = null;
this.labelADCValue.BackPictureBox1 = null;
this.labelADCValue.BackPictureBox2 = null;
this.labelADCValue.BorderColor = System.Drawing.Color.Black;
this.labelADCValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelADCValue.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelADCValue.ForeColor = System.Drawing.Color.White;
this.labelADCValue.InitVisible = true;
this.labelADCValue.LineSpacing = 0F;
this.labelADCValue.Location = new System.Drawing.Point(245, 410);
this.labelADCValue.Name = "labelADCValue";
this.labelADCValue.Size = new System.Drawing.Size(114, 40);
this.labelADCValue.TabIndex = 122;
this.labelADCValue.Text = "23456";
this.labelADCValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADCValue.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADCValue.Wordwrap = false;
//
// labelWeightJudgment
//
this.labelWeightJudgment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
this.labelWeightJudgment.BackPictureBox1 = null;
this.labelWeightJudgment.BackPictureBox2 = this.smartGroupBox1;
this.labelWeightJudgment.BorderColor = System.Drawing.Color.Black;
this.labelWeightJudgment.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWeightJudgment.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
this.labelWeightJudgment.ForeColor = System.Drawing.Color.White;
this.labelWeightJudgment.InitVisible = true;
this.labelWeightJudgment.LineSpacing = 0F;
this.labelWeightJudgment.Location = new System.Drawing.Point(246, 272);
this.labelWeightJudgment.Name = "labelWeightJudgment";
this.labelWeightJudgment.Size = new System.Drawing.Size(81, 30);
this.labelWeightJudgment.TabIndex = 116;
this.labelWeightJudgment.Text = "0.0";
this.labelWeightJudgment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelWeightJudgment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeightJudgment.Wordwrap = false;
//
// smartDraw
//
this.smartDraw.AnimationGIFFrameInterval = 0;
this.smartDraw.BackColor = System.Drawing.Color.Black;
this.smartDraw.BackPictureBox = null;
this.smartDraw.BackPictureBox1 = null;
this.smartDraw.ChartChannelPenStyle = null;
this.smartDraw.ChartDrawStep = 1;
this.smartDraw.ImageListIndexIncType = SmartX.SmartDraw.IMAGELISTINDEXCOUNT.RINGCOUNT;
this.smartDraw.InitVisible = true;
this.smartDraw.Location = new System.Drawing.Point(341, 85);
this.smartDraw.Name = "smartDraw";
this.smartDraw.SetBackimage = null;
this.smartDraw.SetBackImageAutoSize = true;
this.smartDraw.Size = new System.Drawing.Size(350, 260);
this.smartDraw.TabIndex = 115;
this.smartDraw.Text = "smartDraw2";
//
// labelFilter
//
this.labelFilter.BackColor = System.Drawing.Color.Black;
this.labelFilter.BackPictureBox = null;
this.labelFilter.BackPictureBox1 = null;
this.labelFilter.BackPictureBox2 = null;
this.labelFilter.BorderColor = System.Drawing.Color.Black;
this.labelFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelFilter.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelFilter.ForeColor = System.Drawing.Color.White;
this.labelFilter.InitVisible = true;
this.labelFilter.LineSpacing = 0F;
this.labelFilter.Location = new System.Drawing.Point(109, 108);
this.labelFilter.Name = "labelFilter";
this.labelFilter.Size = new System.Drawing.Size(110, 39);
this.labelFilter.TabIndex = 105;
this.labelFilter.Text = "8";
this.labelFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelFilter.Wordwrap = false;
this.labelFilter.Click += new System.EventHandler(this.labelFilter_Click);
//
// buttonPasteAll
//
this.buttonPasteAll.BackPictureBox = null;
this.buttonPasteAll.BackPictureBox1 = null;
this.buttonPasteAll.BackPictureBox2 = null;
this.buttonPasteAll.ButtonColor = System.Drawing.Color.Gray;
this.buttonPasteAll.ButtonImageAutoSize = true;
this.buttonPasteAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPasteAll.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.DisableImage")));
this.buttonPasteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.DownImage")));
this.buttonPasteAll.GroupID = 0;
this.buttonPasteAll.InitVisible = true;
this.buttonPasteAll.Location = new System.Drawing.Point(650, 5);
this.buttonPasteAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPasteAll.Name = "buttonPasteAll";
this.buttonPasteAll.NestedClickEventPrevent = false;
this.buttonPasteAll.OutlinePixel = 1;
this.buttonPasteAll.RepeatInterval = 200;
this.buttonPasteAll.RepeatIntervalAccelerate = null;
this.buttonPasteAll.SafeInterval = 200;
this.buttonPasteAll.Size = new System.Drawing.Size(50, 50);
this.buttonPasteAll.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPasteAll.TabIndex = 103;
this.buttonPasteAll.TextColor = System.Drawing.Color.Black;
this.buttonPasteAll.TextDownColor = System.Drawing.Color.White;
this.buttonPasteAll.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPasteAll.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPasteAll.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPasteAll.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.UpImage")));
this.buttonPasteAll.Click += new System.EventHandler(this.buttonPasteAll_Click);
//
// buttonPaste
//
this.buttonPaste.BackPictureBox = null;
this.buttonPaste.BackPictureBox1 = null;
this.buttonPaste.BackPictureBox2 = null;
this.buttonPaste.ButtonColor = System.Drawing.Color.Gray;
this.buttonPaste.ButtonImageAutoSize = true;
this.buttonPaste.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPaste.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.DisableImage")));
this.buttonPaste.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.DownImage")));
this.buttonPaste.GroupID = 0;
this.buttonPaste.InitVisible = true;
this.buttonPaste.Location = new System.Drawing.Point(594, 5);
this.buttonPaste.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPaste.Name = "buttonPaste";
this.buttonPaste.NestedClickEventPrevent = false;
this.buttonPaste.OutlinePixel = 1;
this.buttonPaste.RepeatInterval = 200;
this.buttonPaste.RepeatIntervalAccelerate = null;
this.buttonPaste.SafeInterval = 200;
this.buttonPaste.Size = new System.Drawing.Size(50, 50);
this.buttonPaste.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPaste.TabIndex = 103;
this.buttonPaste.TextColor = System.Drawing.Color.Black;
this.buttonPaste.TextDownColor = System.Drawing.Color.White;
this.buttonPaste.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPaste.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPaste.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPaste.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.UpImage")));
this.buttonPaste.Click += new System.EventHandler(this.buttonPaste_Click);
//
// buttonCopy
//
this.buttonCopy.BackPictureBox = null;
this.buttonCopy.BackPictureBox1 = null;
this.buttonCopy.BackPictureBox2 = null;
this.buttonCopy.ButtonColor = System.Drawing.Color.Gray;
this.buttonCopy.ButtonImageAutoSize = true;
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCopy.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DisableImage")));
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
this.buttonCopy.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.buttonCopy.ForeColor = System.Drawing.Color.White;
this.buttonCopy.GroupID = 0;
this.buttonCopy.InitVisible = true;
this.buttonCopy.Location = new System.Drawing.Point(488, 5);
this.buttonCopy.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCopy.Name = "buttonCopy";
this.buttonCopy.NestedClickEventPrevent = false;
this.buttonCopy.OutlinePixel = 1;
this.buttonCopy.RepeatInterval = 200;
this.buttonCopy.RepeatIntervalAccelerate = null;
this.buttonCopy.SafeInterval = 200;
this.buttonCopy.Size = new System.Drawing.Size(100, 50);
this.buttonCopy.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCopy.TabIndex = 103;
this.buttonCopy.Text = "0000";
this.buttonCopy.TextColor = System.Drawing.Color.White;
this.buttonCopy.TextDownColor = System.Drawing.Color.White;
this.buttonCopy.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
this.buttonCopy.TextLocation = new System.Drawing.Point(-10, 0);
this.buttonCopy.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCopy.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.UpImage")));
this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click);
//
// labelJudgmentDelayTime
//
this.labelJudgmentDelayTime.BackColor = System.Drawing.Color.Black;
this.labelJudgmentDelayTime.BackPictureBox = null;
this.labelJudgmentDelayTime.BackPictureBox1 = null;
this.labelJudgmentDelayTime.BackPictureBox2 = null;
this.labelJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelJudgmentDelayTime.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
this.labelJudgmentDelayTime.InitVisible = true;
this.labelJudgmentDelayTime.LineSpacing = 0F;
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(109, 152);
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(110, 39);
this.labelJudgmentDelayTime.TabIndex = 91;
this.labelJudgmentDelayTime.Text = "1000";
this.labelJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelJudgmentDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelJudgmentDelayTime.Wordwrap = false;
this.labelJudgmentDelayTime.Click += new System.EventHandler(this.labelJudgmentDelayTime_Click);
//
// labelProductNo
//
this.labelProductNo.BackColor = System.Drawing.Color.Black;
this.labelProductNo.BackPictureBox = null;
this.labelProductNo.BackPictureBox1 = null;
this.labelProductNo.BackPictureBox2 = null;
this.labelProductNo.BorderColor = System.Drawing.Color.Black;
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelProductNo.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelProductNo.ForeColor = System.Drawing.Color.White;
this.labelProductNo.InitVisible = true;
this.labelProductNo.LineSpacing = 0F;
this.labelProductNo.Location = new System.Drawing.Point(109, 64);
this.labelProductNo.Name = "labelProductNo";
this.labelProductNo.Size = new System.Drawing.Size(110, 39);
this.labelProductNo.TabIndex = 92;
this.labelProductNo.Text = "1000";
this.labelProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProductNo.Wordwrap = false;
this.labelProductNo.Click += new System.EventHandler(this.labelProductNo_Click);
//
// labelDynamicCorrection
//
this.labelDynamicCorrection.BackColor = System.Drawing.Color.Black;
this.labelDynamicCorrection.BackPictureBox = null;
this.labelDynamicCorrection.BackPictureBox1 = null;
this.labelDynamicCorrection.BackPictureBox2 = null;
this.labelDynamicCorrection.BorderColor = System.Drawing.Color.Black;
this.labelDynamicCorrection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelDynamicCorrection.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelDynamicCorrection.ForeColor = System.Drawing.Color.White;
this.labelDynamicCorrection.InitVisible = true;
this.labelDynamicCorrection.LineSpacing = 0F;
this.labelDynamicCorrection.Location = new System.Drawing.Point(109, 328);
this.labelDynamicCorrection.Name = "labelDynamicCorrection";
this.labelDynamicCorrection.Size = new System.Drawing.Size(110, 39);
this.labelDynamicCorrection.TabIndex = 92;
this.labelDynamicCorrection.Text = "1.000000";
this.labelDynamicCorrection.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDynamicCorrection.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDynamicCorrection.Wordwrap = false;
this.labelDynamicCorrection.Click += new System.EventHandler(this.labelDynamicCorrection_Click);
//
// labelJudgmentCount
//
this.labelJudgmentCount.BackColor = System.Drawing.Color.Black;
this.labelJudgmentCount.BackPictureBox = null;
this.labelJudgmentCount.BackPictureBox1 = null;
this.labelJudgmentCount.BackPictureBox2 = null;
this.labelJudgmentCount.BorderColor = System.Drawing.Color.Black;
this.labelJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelJudgmentCount.ForeColor = System.Drawing.Color.White;
this.labelJudgmentCount.InitVisible = true;
this.labelJudgmentCount.LineSpacing = 0F;
this.labelJudgmentCount.Location = new System.Drawing.Point(109, 240);
this.labelJudgmentCount.Name = "labelJudgmentCount";
this.labelJudgmentCount.Size = new System.Drawing.Size(110, 39);
this.labelJudgmentCount.TabIndex = 92;
this.labelJudgmentCount.Text = "10";
this.labelJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelJudgmentCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelJudgmentCount.Wordwrap = false;
this.labelJudgmentCount.Click += new System.EventHandler(this.labelJudgmentCount_Click);
//
// labelDoubleDelayTime
//
this.labelDoubleDelayTime.BackColor = System.Drawing.Color.Black;
this.labelDoubleDelayTime.BackPictureBox = null;
this.labelDoubleDelayTime.BackPictureBox1 = null;
this.labelDoubleDelayTime.BackPictureBox2 = null;
this.labelDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelDoubleDelayTime.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelDoubleDelayTime.ForeColor = System.Drawing.Color.White;
this.labelDoubleDelayTime.InitVisible = true;
this.labelDoubleDelayTime.LineSpacing = 0F;
this.labelDoubleDelayTime.Location = new System.Drawing.Point(109, 196);
this.labelDoubleDelayTime.Name = "labelDoubleDelayTime";
this.labelDoubleDelayTime.Size = new System.Drawing.Size(110, 39);
this.labelDoubleDelayTime.TabIndex = 92;
this.labelDoubleDelayTime.Text = "900";
this.labelDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDoubleDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDoubleDelayTime.Wordwrap = false;
this.labelDoubleDelayTime.Click += new System.EventHandler(this.labelDoubleDelayTime_Click);
//
// labelWarningRandomMode
//
this.labelWarningRandomMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
this.labelWarningRandomMode.BackPictureBox1 = null;
this.labelWarningRandomMode.BackPictureBox2 = this.smartGroupBox1;
this.labelWarningRandomMode.BorderColor = System.Drawing.Color.Black;
this.labelWarningRandomMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWarningRandomMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelWarningRandomMode.ForeColor = System.Drawing.Color.White;
this.labelWarningRandomMode.InitVisible = true;
this.labelWarningRandomMode.LineSpacing = 0F;
this.labelWarningRandomMode.Location = new System.Drawing.Point(15, 377);
this.labelWarningRandomMode.Name = "labelWarningRandomMode";
this.labelWarningRandomMode.Size = new System.Drawing.Size(205, 85);
this.labelWarningRandomMode.TabIndex = 235;
this.labelWarningRandomMode.Text = "※ 996 ~ 1000번 설정 시, 5개 품번 판정설정 항목 동일값 적용됨";
this.labelWarningRandomMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelWarningRandomMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelWarningRandomMode.Visible = false;
this.labelWarningRandomMode.Wordwrap = true;
//
// ControlCenterSystemJudgmentManual
//
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 = "ControlCenterSystemJudgmentManual";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
public SmartX.SmartLabel labelJudgmentDelayTime;
public SmartX.SmartLabel labelDoubleDelayTime;
private SmartX.SmartButton buttonPasteAll;
private SmartX.SmartButton buttonPaste;
private SmartX.SmartButton buttonCopy;
public SmartX.SmartLabel labelProductNo;
public SmartX.SmartLabel labelFilter;
private SmartX.SmartLabel labelWeightValue;
private SmartX.SmartLabel labelADCValue;
private SmartX.SmartLabel labelWeightJudgment;
public SmartX.SmartDraw smartDraw;
public SmartX.SmartLabel labelDynamicCorrection;
public SmartX.SmartLabel labelJudgmentCount;
public SmartX.SmartLabel labelFeedSpeed;
private SmartX.SmartLabel labelConstant;
private SmartX.SmartButton buttonWeightReference;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private SmartX.SmartButton buttonUp;
private SmartX.SmartButton buttonDown;
public SmartX.SmartLabel labelSensingTime;
private SmartX.SmartButton buttonUsingAutoMode;
private SmartX.SmartButton buttonToRight;
private SmartX.SmartButton buttonToLeft;
public SmartX.SmartLabel labelFeedSpeedUnitmmin;
private SmartX.SmartLabel labelWarningRandomMode;
}
}