ITC81DB_2H/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.Des...

462 lines
27 KiB
C#

namespace ITC81DB_0H.Controls
{
partial class ControlMainDisplayStart
{
/// <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(ControlMainDisplayStart));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.smartLabel20 = new SmartX.SmartLabel();
this.labelUnderCount = new SmartX.SmartLabel();
this.labelTotalCount = new SmartX.SmartLabel();
this.labelExNGCount = new SmartX.SmartLabel();
this.labelPassCount = new SmartX.SmartLabel();
this.labelSpeed = new SmartX.SmartLabel();
this.labelOverCount = new SmartX.SmartLabel();
this.progressBar = new SmartX.SmartProgressBar();
this.buttonTareRange = new SmartX.SmartButton();
this.buttonPassRange = new SmartX.SmartButton();
this.buttonOverRange = new SmartX.SmartButton();
this.buttonUnderRange = new SmartX.SmartButton();
this.labelTitleTotalCount = new SmartX.SmartLabel();
this.labelTitleExNgCount = new SmartX.SmartLabel();
this.labelTitleSpeed = new SmartX.SmartLabel();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(710, 220);
//
// smartLabel20
//
this.smartLabel20.BackPictureBox = this.pictureBox1;
this.smartLabel20.BackPictureBox1 = null;
this.smartLabel20.BackPictureBox2 = null;
this.smartLabel20.BorderColor = System.Drawing.Color.Black;
this.smartLabel20.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel20.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel20.ForeColor = System.Drawing.Color.White;
this.smartLabel20.InitVisible = true;
this.smartLabel20.LineSpacing = 0F;
this.smartLabel20.Location = new System.Drawing.Point(170, 175);
this.smartLabel20.Name = "smartLabel20";
this.smartLabel20.Size = new System.Drawing.Size(50, 30);
this.smartLabel20.TabIndex = 469;
this.smartLabel20.Text = "ea/min";
this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel20.Wordwrap = false;
//
// labelUnderCount
//
this.labelUnderCount.BackPictureBox = this.pictureBox1;
this.labelUnderCount.BackPictureBox1 = null;
this.labelUnderCount.BackPictureBox2 = null;
this.labelUnderCount.BorderColor = System.Drawing.Color.Black;
this.labelUnderCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderCount.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelUnderCount.ForeColor = System.Drawing.Color.White;
this.labelUnderCount.InitVisible = true;
this.labelUnderCount.LineSpacing = 0F;
this.labelUnderCount.Location = new System.Drawing.Point(82, 64);
this.labelUnderCount.Name = "labelUnderCount";
this.labelUnderCount.Size = new System.Drawing.Size(75, 25);
this.labelUnderCount.TabIndex = 466;
this.labelUnderCount.Text = "0000000";
this.labelUnderCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderCount.Wordwrap = false;
//
// labelTotalCount
//
this.labelTotalCount.BackPictureBox = this.pictureBox1;
this.labelTotalCount.BackPictureBox1 = null;
this.labelTotalCount.BackPictureBox2 = null;
this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTotalCount.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
this.labelTotalCount.InitVisible = true;
this.labelTotalCount.LineSpacing = 0F;
this.labelTotalCount.Location = new System.Drawing.Point(573, 175);
this.labelTotalCount.Name = "labelTotalCount";
this.labelTotalCount.Size = new System.Drawing.Size(115, 30);
this.labelTotalCount.TabIndex = 465;
this.labelTotalCount.Text = "234567890";
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTotalCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalCount.Wordwrap = false;
//
// labelExNGCount
//
this.labelExNGCount.BackPictureBox = this.pictureBox1;
this.labelExNGCount.BackPictureBox1 = null;
this.labelExNGCount.BackPictureBox2 = null;
this.labelExNGCount.BorderColor = System.Drawing.Color.Black;
this.labelExNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExNGCount.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelExNGCount.ForeColor = System.Drawing.Color.White;
this.labelExNGCount.InitVisible = true;
this.labelExNGCount.LineSpacing = 0F;
this.labelExNGCount.Location = new System.Drawing.Point(340, 175);
this.labelExNGCount.Name = "labelExNGCount";
this.labelExNGCount.Size = new System.Drawing.Size(115, 30);
this.labelExNGCount.TabIndex = 468;
this.labelExNGCount.Text = "234567890";
this.labelExNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelExNGCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExNGCount.Wordwrap = false;
this.labelExNGCount.Click += new System.EventHandler(this.labelTitleExNgCount_Click);
//
// labelPassCount
//
this.labelPassCount.BackPictureBox = this.pictureBox1;
this.labelPassCount.BackPictureBox1 = null;
this.labelPassCount.BackPictureBox2 = null;
this.labelPassCount.BorderColor = System.Drawing.Color.Black;
this.labelPassCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassCount.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelPassCount.ForeColor = System.Drawing.Color.White;
this.labelPassCount.InitVisible = true;
this.labelPassCount.LineSpacing = 0F;
this.labelPassCount.Location = new System.Drawing.Point(254, 64);
this.labelPassCount.Name = "labelPassCount";
this.labelPassCount.Size = new System.Drawing.Size(75, 25);
this.labelPassCount.TabIndex = 467;
this.labelPassCount.Text = "0000000";
this.labelPassCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassCount.Wordwrap = false;
//
// labelSpeed
//
this.labelSpeed.BackPictureBox = this.pictureBox1;
this.labelSpeed.BackPictureBox1 = null;
this.labelSpeed.BackPictureBox2 = null;
this.labelSpeed.BorderColor = System.Drawing.Color.Black;
this.labelSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSpeed.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
this.labelSpeed.ForeColor = System.Drawing.Color.White;
this.labelSpeed.InitVisible = true;
this.labelSpeed.LineSpacing = 0F;
this.labelSpeed.Location = new System.Drawing.Point(109, 175);
this.labelSpeed.Name = "labelSpeed";
this.labelSpeed.Size = new System.Drawing.Size(55, 30);
this.labelSpeed.TabIndex = 464;
this.labelSpeed.Text = "00";
this.labelSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSpeed.Wordwrap = false;
//
// labelOverCount
//
this.labelOverCount.BackPictureBox = this.pictureBox1;
this.labelOverCount.BackPictureBox1 = null;
this.labelOverCount.BackPictureBox2 = null;
this.labelOverCount.BorderColor = System.Drawing.Color.Black;
this.labelOverCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverCount.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelOverCount.ForeColor = System.Drawing.Color.White;
this.labelOverCount.InitVisible = true;
this.labelOverCount.LineSpacing = 0F;
this.labelOverCount.Location = new System.Drawing.Point(429, 64);
this.labelOverCount.Name = "labelOverCount";
this.labelOverCount.Size = new System.Drawing.Size(75, 25);
this.labelOverCount.TabIndex = 463;
this.labelOverCount.Text = "00";
this.labelOverCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverCount.Wordwrap = false;
//
// progressBar
//
this.progressBar.AutoColorSet = true;
this.progressBar.BackColor = System.Drawing.Color.Silver;
this.progressBar.BarBackColor1 = System.Drawing.Color.White;
this.progressBar.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
this.progressBar.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(192)))));
this.progressBar.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(154)))), ((int)(((byte)(255)))));
this.progressBar.BarStyle = SmartX.SmartProgressBar.BARTYPE.Tube1;
this.progressBar.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
this.progressBar.InitVisible = true;
this.progressBar.Location = new System.Drawing.Point(10, 8);
this.progressBar.Maximum = 100;
this.progressBar.Minimum = 0;
this.progressBar.Name = "progressBar";
this.progressBar.OutlineColor = System.Drawing.Color.Black;
this.progressBar.PercentageText = false;
this.progressBar.RoundedCorners = true;
this.progressBar.Size = new System.Drawing.Size(693, 48);
this.progressBar.TabIndex = 459;
this.progressBar.Text = "smartProgressBar2";
this.progressBar.TextAutoRotation = true;
this.progressBar.Value = 50;
//
// buttonTareRange
//
this.buttonTareRange.BackPictureBox = null;
this.buttonTareRange.BackPictureBox1 = null;
this.buttonTareRange.BackPictureBox2 = null;
this.buttonTareRange.ButtonColor = System.Drawing.Color.Gray;
this.buttonTareRange.ButtonImageAutoSize = true;
this.buttonTareRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonTareRange.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonTareRange.DisableImage")));
this.buttonTareRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTareRange.DownImage")));
this.buttonTareRange.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
this.buttonTareRange.GroupID = 0;
this.buttonTareRange.InitVisible = true;
this.buttonTareRange.Location = new System.Drawing.Point(535, 60);
this.buttonTareRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonTareRange.Name = "buttonTareRange";
this.buttonTareRange.NestedClickEventPrevent = false;
this.buttonTareRange.OutlinePixel = 1;
this.buttonTareRange.RepeatInterval = 200;
this.buttonTareRange.RepeatIntervalAccelerate = null;
this.buttonTareRange.SafeInterval = 200;
this.buttonTareRange.Size = new System.Drawing.Size(168, 102);
this.buttonTareRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonTareRange.TabIndex = 471;
this.buttonTareRange.Text = "10.0";
this.buttonTareRange.TextColor = System.Drawing.Color.White;
this.buttonTareRange.TextDownColor = System.Drawing.Color.White;
this.buttonTareRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
this.buttonTareRange.TextLocation = new System.Drawing.Point(-5, 18);
this.buttonTareRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonTareRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTareRange.UpImage")));
this.buttonTareRange.Click += new System.EventHandler(this.buttonTareRange_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 = ((System.Drawing.Image)(resources.GetObject("buttonPassRange.DisableImage")));
this.buttonPassRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange.DownImage")));
this.buttonPassRange.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
this.buttonPassRange.GroupID = 0;
this.buttonPassRange.InitVisible = true;
this.buttonPassRange.Location = new System.Drawing.Point(185, 60);
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(168, 102);
this.buttonPassRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPassRange.TabIndex = 461;
this.buttonPassRange.Text = "200.0";
this.buttonPassRange.TextColor = System.Drawing.Color.White;
this.buttonPassRange.TextDownColor = System.Drawing.Color.White;
this.buttonPassRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
this.buttonPassRange.TextLocation = new System.Drawing.Point(-5, 18);
this.buttonPassRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPassRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange.UpImage")));
this.buttonPassRange.Click += new System.EventHandler(this.buttonPassRange_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 = ((System.Drawing.Image)(resources.GetObject("buttonOverRange.DisableImage")));
this.buttonOverRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange.DownImage")));
this.buttonOverRange.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
this.buttonOverRange.GroupID = 0;
this.buttonOverRange.InitVisible = true;
this.buttonOverRange.Location = new System.Drawing.Point(360, 60);
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(168, 102);
this.buttonOverRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOverRange.TabIndex = 462;
this.buttonOverRange.Text = "300.0";
this.buttonOverRange.TextColor = System.Drawing.Color.White;
this.buttonOverRange.TextDownColor = System.Drawing.Color.White;
this.buttonOverRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
this.buttonOverRange.TextLocation = new System.Drawing.Point(-5, 18);
this.buttonOverRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOverRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange.UpImage")));
this.buttonOverRange.Click += new System.EventHandler(this.buttonOverRange_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 = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange.DisableImage")));
this.buttonUnderRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange.DownImage")));
this.buttonUnderRange.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
this.buttonUnderRange.GroupID = 0;
this.buttonUnderRange.InitVisible = true;
this.buttonUnderRange.Location = new System.Drawing.Point(10, 60);
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(168, 102);
this.buttonUnderRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUnderRange.TabIndex = 474;
this.buttonUnderRange.Text = "100.0";
this.buttonUnderRange.TextColor = System.Drawing.Color.White;
this.buttonUnderRange.TextDownColor = System.Drawing.Color.White;
this.buttonUnderRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
this.buttonUnderRange.TextLocation = new System.Drawing.Point(-5, 18);
this.buttonUnderRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUnderRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange.UpImage")));
this.buttonUnderRange.Click += new System.EventHandler(this.buttonUnderRange_Click);
//
// labelTitleTotalCount
//
this.labelTitleTotalCount.BackPictureBox = this.pictureBox1;
this.labelTitleTotalCount.BackPictureBox1 = null;
this.labelTitleTotalCount.BackPictureBox2 = null;
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTotalCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
this.labelTitleTotalCount.InitVisible = true;
this.labelTitleTotalCount.LineSpacing = 0F;
this.labelTitleTotalCount.Location = new System.Drawing.Point(487, 175);
this.labelTitleTotalCount.Name = "labelTitleTotalCount";
this.labelTitleTotalCount.Size = new System.Drawing.Size(80, 30);
this.labelTitleTotalCount.TabIndex = 479;
this.labelTitleTotalCount.Text = "총계";
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleTotalCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTotalCount.Wordwrap = false;
//
// labelTitleExNgCount
//
this.labelTitleExNgCount.BackPictureBox = this.pictureBox1;
this.labelTitleExNgCount.BackPictureBox1 = null;
this.labelTitleExNgCount.BackPictureBox2 = null;
this.labelTitleExNgCount.BorderColor = System.Drawing.Color.Black;
this.labelTitleExNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExNgCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleExNgCount.ForeColor = System.Drawing.Color.White;
this.labelTitleExNgCount.InitVisible = true;
this.labelTitleExNgCount.LineSpacing = 0F;
this.labelTitleExNgCount.Location = new System.Drawing.Point(254, 175);
this.labelTitleExNgCount.Name = "labelTitleExNgCount";
this.labelTitleExNgCount.Size = new System.Drawing.Size(80, 30);
this.labelTitleExNgCount.TabIndex = 478;
this.labelTitleExNgCount.Text = "기타불량";
this.labelTitleExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleExNgCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExNgCount.Wordwrap = false;
this.labelTitleExNgCount.Click += new System.EventHandler(this.labelTitleExNgCount_Click);
//
// labelTitleSpeed
//
this.labelTitleSpeed.BackPictureBox = this.pictureBox1;
this.labelTitleSpeed.BackPictureBox1 = null;
this.labelTitleSpeed.BackPictureBox2 = null;
this.labelTitleSpeed.BorderColor = System.Drawing.Color.Black;
this.labelTitleSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSpeed.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleSpeed.ForeColor = System.Drawing.Color.White;
this.labelTitleSpeed.InitVisible = true;
this.labelTitleSpeed.LineSpacing = 0F;
this.labelTitleSpeed.Location = new System.Drawing.Point(21, 175);
this.labelTitleSpeed.Name = "labelTitleSpeed";
this.labelTitleSpeed.Size = new System.Drawing.Size(80, 30);
this.labelTitleSpeed.TabIndex = 480;
this.labelTitleSpeed.Text = "속도";
this.labelTitleSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSpeed.Wordwrap = false;
//
// ControlMainDisplayStart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.labelTitleSpeed);
this.Controls.Add(this.labelTitleTotalCount);
this.Controls.Add(this.labelTitleExNgCount);
this.Controls.Add(this.labelUnderCount);
this.Controls.Add(this.buttonUnderRange);
this.Controls.Add(this.buttonTareRange);
this.Controls.Add(this.smartLabel20);
this.Controls.Add(this.labelTotalCount);
this.Controls.Add(this.labelExNGCount);
this.Controls.Add(this.labelPassCount);
this.Controls.Add(this.labelSpeed);
this.Controls.Add(this.labelOverCount);
this.Controls.Add(this.buttonPassRange);
this.Controls.Add(this.buttonOverRange);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.pictureBox1);
this.Name = "ControlMainDisplayStart";
this.Size = new System.Drawing.Size(710, 220);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartLabel smartLabel20;
private SmartX.SmartLabel labelUnderCount;
private SmartX.SmartLabel labelTotalCount;
private SmartX.SmartLabel labelExNGCount;
private SmartX.SmartLabel labelPassCount;
private SmartX.SmartLabel labelSpeed;
private SmartX.SmartLabel labelOverCount;
private SmartX.SmartProgressBar progressBar;
private SmartX.SmartButton buttonTareRange;
private SmartX.SmartButton buttonPassRange;
private SmartX.SmartButton buttonOverRange;
private SmartX.SmartButton buttonUnderRange;
private SmartX.SmartLabel labelTitleTotalCount;
private SmartX.SmartLabel labelTitleExNgCount;
private SmartX.SmartLabel labelTitleSpeed;
}
}