ITC81DB_V8/ITC81DB/Controls/MainDisplay/ControlMainFeedback.Designe...

317 lines
18 KiB
C#
Raw Permalink Normal View History

2023-07-11 01:56:01 +00:00
namespace ITC81DB
{
partial class ControlMainFeedback
{
/// <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(ControlMainFeedback));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.labelSampleCount = new SmartX.SmartLabel();
this.labelCurrentSampleCount = new SmartX.SmartLabel();
this.labelDelayCount = new SmartX.SmartLabel();
this.labelCurrentDelayCount = new SmartX.SmartLabel();
this.labelUpperLimit = new SmartX.SmartLabel();
this.labelStandard1 = new SmartX.SmartLabel();
this.labelLowerLimit = new SmartX.SmartLabel();
this.labelUpperLimitDev = new SmartX.SmartLabel();
this.labelStandard2 = new SmartX.SmartLabel();
this.labelLowerLimitDev = new SmartX.SmartLabel();
this.labelCurrentFeedback = 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);
//
// labelSampleCount
//
this.labelSampleCount.BackPictureBox = this.pictureBox1;
this.labelSampleCount.BackPictureBox1 = null;
this.labelSampleCount.BackPictureBox2 = null;
this.labelSampleCount.BorderColor = System.Drawing.Color.Black;
this.labelSampleCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelSampleCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelSampleCount.ForeColor = System.Drawing.Color.White;
this.labelSampleCount.InitVisible = true;
this.labelSampleCount.LineSpacing = 0F;
this.labelSampleCount.Location = new System.Drawing.Point(14, 67);
this.labelSampleCount.Name = "labelSampleCount";
this.labelSampleCount.Size = new System.Drawing.Size(104, 30);
this.labelSampleCount.TabIndex = 469;
this.labelSampleCount.Text = "1000";
this.labelSampleCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelSampleCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSampleCount.Wordwrap = false;
this.labelSampleCount.Click += new System.EventHandler(this.labelSampleCount_Click);
//
// labelCurrentSampleCount
//
this.labelCurrentSampleCount.BackPictureBox = this.pictureBox1;
this.labelCurrentSampleCount.BackPictureBox1 = null;
this.labelCurrentSampleCount.BackPictureBox2 = null;
this.labelCurrentSampleCount.BorderColor = System.Drawing.Color.Black;
this.labelCurrentSampleCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCurrentSampleCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelCurrentSampleCount.ForeColor = System.Drawing.Color.DarkGray;
this.labelCurrentSampleCount.InitVisible = true;
this.labelCurrentSampleCount.LineSpacing = 0F;
this.labelCurrentSampleCount.Location = new System.Drawing.Point(122, 67);
this.labelCurrentSampleCount.Name = "labelCurrentSampleCount";
this.labelCurrentSampleCount.Size = new System.Drawing.Size(104, 30);
this.labelCurrentSampleCount.TabIndex = 470;
this.labelCurrentSampleCount.Text = "1000";
this.labelCurrentSampleCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelCurrentSampleCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCurrentSampleCount.Wordwrap = false;
//
// labelDelayCount
//
this.labelDelayCount.BackPictureBox = this.pictureBox1;
this.labelDelayCount.BackPictureBox1 = null;
this.labelDelayCount.BackPictureBox2 = null;
this.labelDelayCount.BorderColor = System.Drawing.Color.Black;
this.labelDelayCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDelayCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelDelayCount.ForeColor = System.Drawing.Color.White;
this.labelDelayCount.InitVisible = true;
this.labelDelayCount.LineSpacing = 0F;
this.labelDelayCount.Location = new System.Drawing.Point(14, 171);
this.labelDelayCount.Name = "labelDelayCount";
this.labelDelayCount.Size = new System.Drawing.Size(104, 30);
this.labelDelayCount.TabIndex = 471;
this.labelDelayCount.Text = "1000";
this.labelDelayCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelDelayCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDelayCount.Wordwrap = false;
this.labelDelayCount.Click += new System.EventHandler(this.labelDelayCount_Click);
//
// labelCurrentDelayCount
//
this.labelCurrentDelayCount.BackPictureBox = this.pictureBox1;
this.labelCurrentDelayCount.BackPictureBox1 = null;
this.labelCurrentDelayCount.BackPictureBox2 = null;
this.labelCurrentDelayCount.BorderColor = System.Drawing.Color.Black;
this.labelCurrentDelayCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCurrentDelayCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelCurrentDelayCount.ForeColor = System.Drawing.Color.DarkGray;
this.labelCurrentDelayCount.InitVisible = true;
this.labelCurrentDelayCount.LineSpacing = 0F;
this.labelCurrentDelayCount.Location = new System.Drawing.Point(122, 171);
this.labelCurrentDelayCount.Name = "labelCurrentDelayCount";
this.labelCurrentDelayCount.Size = new System.Drawing.Size(104, 30);
this.labelCurrentDelayCount.TabIndex = 472;
this.labelCurrentDelayCount.Text = "1000";
this.labelCurrentDelayCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelCurrentDelayCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCurrentDelayCount.Wordwrap = false;
//
// labelUpperLimit
//
this.labelUpperLimit.BackPictureBox = this.pictureBox1;
this.labelUpperLimit.BackPictureBox1 = null;
this.labelUpperLimit.BackPictureBox2 = null;
this.labelUpperLimit.BorderColor = System.Drawing.Color.Black;
this.labelUpperLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpperLimit.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelUpperLimit.ForeColor = System.Drawing.Color.White;
this.labelUpperLimit.InitVisible = true;
this.labelUpperLimit.LineSpacing = 0F;
this.labelUpperLimit.Location = new System.Drawing.Point(356, 67);
this.labelUpperLimit.Name = "labelUpperLimit";
this.labelUpperLimit.Size = new System.Drawing.Size(104, 30);
this.labelUpperLimit.TabIndex = 473;
this.labelUpperLimit.Text = "1000";
this.labelUpperLimit.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUpperLimit.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUpperLimit.Wordwrap = false;
this.labelUpperLimit.Click += new System.EventHandler(this.labelUpperLimit_Click);
//
// labelStandard1
//
this.labelStandard1.BackPictureBox = this.pictureBox1;
this.labelStandard1.BackPictureBox1 = null;
this.labelStandard1.BackPictureBox2 = null;
this.labelStandard1.BorderColor = System.Drawing.Color.Black;
this.labelStandard1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStandard1.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelStandard1.ForeColor = System.Drawing.Color.DarkGray;
this.labelStandard1.InitVisible = true;
this.labelStandard1.LineSpacing = 0F;
this.labelStandard1.Location = new System.Drawing.Point(356, 118);
this.labelStandard1.Name = "labelStandard1";
this.labelStandard1.Size = new System.Drawing.Size(104, 30);
this.labelStandard1.TabIndex = 474;
this.labelStandard1.Text = "1000";
this.labelStandard1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStandard1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStandard1.Wordwrap = false;
//
// labelLowerLimit
//
this.labelLowerLimit.BackPictureBox = this.pictureBox1;
this.labelLowerLimit.BackPictureBox1 = null;
this.labelLowerLimit.BackPictureBox2 = null;
this.labelLowerLimit.BorderColor = System.Drawing.Color.Black;
this.labelLowerLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelLowerLimit.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelLowerLimit.ForeColor = System.Drawing.Color.White;
this.labelLowerLimit.InitVisible = true;
this.labelLowerLimit.LineSpacing = 0F;
this.labelLowerLimit.Location = new System.Drawing.Point(356, 171);
this.labelLowerLimit.Name = "labelLowerLimit";
this.labelLowerLimit.Size = new System.Drawing.Size(104, 30);
this.labelLowerLimit.TabIndex = 475;
this.labelLowerLimit.Text = "1000";
this.labelLowerLimit.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelLowerLimit.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLowerLimit.Wordwrap = false;
this.labelLowerLimit.Click += new System.EventHandler(this.labelLowerLimit_Click);
//
// labelUpperLimitDev
//
this.labelUpperLimitDev.BackPictureBox = this.pictureBox1;
this.labelUpperLimitDev.BackPictureBox1 = null;
this.labelUpperLimitDev.BackPictureBox2 = null;
this.labelUpperLimitDev.BorderColor = System.Drawing.Color.Black;
this.labelUpperLimitDev.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpperLimitDev.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelUpperLimitDev.ForeColor = System.Drawing.Color.White;
this.labelUpperLimitDev.InitVisible = true;
this.labelUpperLimitDev.LineSpacing = 0F;
this.labelUpperLimitDev.Location = new System.Drawing.Point(470, 67);
this.labelUpperLimitDev.Name = "labelUpperLimitDev";
this.labelUpperLimitDev.Size = new System.Drawing.Size(104, 30);
this.labelUpperLimitDev.TabIndex = 476;
this.labelUpperLimitDev.Text = "1000";
this.labelUpperLimitDev.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUpperLimitDev.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUpperLimitDev.Wordwrap = false;
this.labelUpperLimitDev.Click += new System.EventHandler(this.labelUpperLimitDev_Click);
//
// labelStandard2
//
this.labelStandard2.BackPictureBox = this.pictureBox1;
this.labelStandard2.BackPictureBox1 = null;
this.labelStandard2.BackPictureBox2 = null;
this.labelStandard2.BorderColor = System.Drawing.Color.Black;
this.labelStandard2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStandard2.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelStandard2.ForeColor = System.Drawing.Color.DarkGray;
this.labelStandard2.InitVisible = true;
this.labelStandard2.LineSpacing = 0F;
this.labelStandard2.Location = new System.Drawing.Point(470, 118);
this.labelStandard2.Name = "labelStandard2";
this.labelStandard2.Size = new System.Drawing.Size(104, 30);
this.labelStandard2.TabIndex = 477;
this.labelStandard2.Text = "0";
this.labelStandard2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStandard2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStandard2.Wordwrap = false;
//
// labelLowerLimitDev
//
this.labelLowerLimitDev.BackPictureBox = this.pictureBox1;
this.labelLowerLimitDev.BackPictureBox1 = null;
this.labelLowerLimitDev.BackPictureBox2 = null;
this.labelLowerLimitDev.BorderColor = System.Drawing.Color.Black;
this.labelLowerLimitDev.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelLowerLimitDev.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelLowerLimitDev.ForeColor = System.Drawing.Color.White;
this.labelLowerLimitDev.InitVisible = true;
this.labelLowerLimitDev.LineSpacing = 0F;
this.labelLowerLimitDev.Location = new System.Drawing.Point(470, 171);
this.labelLowerLimitDev.Name = "labelLowerLimitDev";
this.labelLowerLimitDev.Size = new System.Drawing.Size(104, 30);
this.labelLowerLimitDev.TabIndex = 478;
this.labelLowerLimitDev.Text = "1000";
this.labelLowerLimitDev.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelLowerLimitDev.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLowerLimitDev.Wordwrap = false;
this.labelLowerLimitDev.Click += new System.EventHandler(this.labelLowerLimitDev_Click);
//
// labelCurrentFeedback
//
this.labelCurrentFeedback.BackPictureBox = this.pictureBox1;
this.labelCurrentFeedback.BackPictureBox1 = null;
this.labelCurrentFeedback.BackPictureBox2 = null;
this.labelCurrentFeedback.BorderColor = System.Drawing.Color.Black;
this.labelCurrentFeedback.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelCurrentFeedback.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelCurrentFeedback.ForeColor = System.Drawing.Color.DarkGray;
this.labelCurrentFeedback.InitVisible = true;
this.labelCurrentFeedback.LineSpacing = 0F;
this.labelCurrentFeedback.Location = new System.Drawing.Point(590, 67);
this.labelCurrentFeedback.Name = "labelCurrentFeedback";
this.labelCurrentFeedback.Size = new System.Drawing.Size(104, 30);
this.labelCurrentFeedback.TabIndex = 479;
this.labelCurrentFeedback.Text = "1000";
this.labelCurrentFeedback.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelCurrentFeedback.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelCurrentFeedback.Wordwrap = false;
//
// ControlMainDisplayFeedback
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.labelCurrentFeedback);
this.Controls.Add(this.labelLowerLimitDev);
this.Controls.Add(this.labelStandard2);
this.Controls.Add(this.labelUpperLimitDev);
this.Controls.Add(this.labelLowerLimit);
this.Controls.Add(this.labelStandard1);
this.Controls.Add(this.labelUpperLimit);
this.Controls.Add(this.labelCurrentDelayCount);
this.Controls.Add(this.labelDelayCount);
this.Controls.Add(this.labelCurrentSampleCount);
this.Controls.Add(this.labelSampleCount);
this.Controls.Add(this.pictureBox1);
this.Name = "ControlMainDisplayFeedback";
this.Size = new System.Drawing.Size(710, 220);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartLabel labelSampleCount;
private SmartX.SmartLabel labelCurrentSampleCount;
private SmartX.SmartLabel labelDelayCount;
private SmartX.SmartLabel labelCurrentDelayCount;
private SmartX.SmartLabel labelUpperLimit;
private SmartX.SmartLabel labelStandard1;
private SmartX.SmartLabel labelLowerLimit;
private SmartX.SmartLabel labelUpperLimitDev;
private SmartX.SmartLabel labelStandard2;
private SmartX.SmartLabel labelLowerLimitDev;
private SmartX.SmartLabel labelCurrentFeedback;
}
}