ITC81DB_V8/ITC81DB/Controls/Etc/ControlConfiSerialBarcode.D...

427 lines
25 KiB
C#

namespace ITC81DB
{
partial class ControlConfiSerialBarcode
{
/// <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(ControlConfiSerialBarcode));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelWarning = new SmartX.SmartLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.buttonSave = new SmartX.SmartButton();
this.labelStatus = new SmartX.SmartLabel();
this.buttonUsingTimeout = new SmartX.SmartButton();
this.comboBoxReadingConditions = new System.Windows.Forms.ComboBox();
this.labelTitleReadingConditions = new SmartX.SmartLabel();
this.comboBoxFrequency = new System.Windows.Forms.ComboBox();
this.comboBoxMaxAngle = new System.Windows.Forms.ComboBox();
this.comboBoxMinAngle = new System.Windows.Forms.ComboBox();
this.labelTimeout = new SmartX.SmartLabel();
this.labelTitleTimeout = new SmartX.SmartLabel();
this.labelTitleFrequency = new SmartX.SmartLabel();
this.labelTitleMaxAngle = new SmartX.SmartLabel();
this.labelTitleMinAngle = new SmartX.SmartLabel();
this.buttonConnect = new SmartX.SmartButton();
this.timerLoading = new System.Windows.Forms.Timer();
this.timeOut = new System.Windows.Forms.Timer();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.labelWarning);
this.smartGroupBox1.Controls.Add(this.pictureBox1);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.labelStatus);
this.smartGroupBox1.Controls.Add(this.buttonUsingTimeout);
this.smartGroupBox1.Controls.Add(this.comboBoxReadingConditions);
this.smartGroupBox1.Controls.Add(this.labelTitleReadingConditions);
this.smartGroupBox1.Controls.Add(this.comboBoxFrequency);
this.smartGroupBox1.Controls.Add(this.comboBoxMaxAngle);
this.smartGroupBox1.Controls.Add(this.comboBoxMinAngle);
this.smartGroupBox1.Controls.Add(this.labelTimeout);
this.smartGroupBox1.Controls.Add(this.labelTitleTimeout);
this.smartGroupBox1.Controls.Add(this.labelTitleFrequency);
this.smartGroupBox1.Controls.Add(this.labelTitleMaxAngle);
this.smartGroupBox1.Controls.Add(this.labelTitleMinAngle);
this.smartGroupBox1.Controls.Add(this.buttonConnect);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 253);
this.smartGroupBox1.TabIndex = 7;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// labelWarning
//
this.labelWarning.BackPictureBox1 = null;
this.labelWarning.BackPictureBox2 = this.smartGroupBox1;
this.labelWarning.BorderColor = System.Drawing.Color.Black;
this.labelWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelWarning.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelWarning.ForeColor = System.Drawing.Color.White;
this.labelWarning.InitVisible = true;
this.labelWarning.LineSpacing = 0F;
this.labelWarning.Location = new System.Drawing.Point(567, 71);
this.labelWarning.Name = "labelWarning";
this.labelWarning.Size = new System.Drawing.Size(120, 104);
this.labelWarning.TabIndex = 194;
this.labelWarning.Text = "※ 저장 버튼을 눌러 ROM에 저장해주십시오.";
this.labelWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelWarning.Visible = false;
this.labelWarning.Wordwrap = true;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(396, 54);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(164, 98);
//
// buttonSave
//
this.buttonSave.BackPictureBox = null;
this.buttonSave.BackPictureBox1 = null;
this.buttonSave.BackPictureBox2 = null;
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
this.buttonSave.GroupID = 0;
this.buttonSave.InitVisible = true;
this.buttonSave.Location = new System.Drawing.Point(567, 15);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 1;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(50, 50);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 193;
this.buttonSave.TextColor = System.Drawing.Color.Black;
this.buttonSave.TextDownColor = System.Drawing.Color.White;
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
this.buttonSave.Visible = false;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// labelStatus
//
this.labelStatus.BackPictureBox = null;
this.labelStatus.BackPictureBox1 = null;
this.labelStatus.BackPictureBox2 = null;
this.labelStatus.BorderColor = System.Drawing.Color.Black;
this.labelStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStatus.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStatus.InitVisible = true;
this.labelStatus.LineSpacing = 0F;
this.labelStatus.Location = new System.Drawing.Point(214, 15);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(346, 35);
this.labelStatus.TabIndex = 190;
this.labelStatus.Text = "> Disconnect";
this.labelStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStatus.Wordwrap = false;
//
// buttonUsingTimeout
//
this.buttonUsingTimeout.BackPictureBox = null;
this.buttonUsingTimeout.BackPictureBox1 = null;
this.buttonUsingTimeout.BackPictureBox2 = null;
this.buttonUsingTimeout.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsingTimeout.ButtonImageAutoSize = true;
this.buttonUsingTimeout.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsingTimeout.DisableImage = null;
this.buttonUsingTimeout.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsingTimeout.DownImage")));
this.buttonUsingTimeout.GroupID = 0;
this.buttonUsingTimeout.InitVisible = true;
this.buttonUsingTimeout.Location = new System.Drawing.Point(396, 158);
this.buttonUsingTimeout.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsingTimeout.Name = "buttonUsingTimeout";
this.buttonUsingTimeout.NestedClickEventPrevent = false;
this.buttonUsingTimeout.OutlinePixel = 1;
this.buttonUsingTimeout.RepeatInterval = 200;
this.buttonUsingTimeout.RepeatIntervalAccelerate = null;
this.buttonUsingTimeout.SafeInterval = 200;
this.buttonUsingTimeout.Size = new System.Drawing.Size(80, 30);
this.buttonUsingTimeout.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsingTimeout.TabIndex = 188;
this.buttonUsingTimeout.TextColor = System.Drawing.Color.Black;
this.buttonUsingTimeout.TextDownColor = System.Drawing.Color.White;
this.buttonUsingTimeout.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsingTimeout.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsingTimeout.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsingTimeout.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsingTimeout.UpImage")));
this.buttonUsingTimeout.Click += new System.EventHandler(this.buttonUsingTimeout_Click);
//
// comboBoxReadingConditions
//
this.comboBoxReadingConditions.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxReadingConditions.Location = new System.Drawing.Point(300, 192);
this.comboBoxReadingConditions.Name = "comboBoxReadingConditions";
this.comboBoxReadingConditions.Size = new System.Drawing.Size(260, 28);
this.comboBoxReadingConditions.TabIndex = 150;
this.comboBoxReadingConditions.SelectedIndexChanged += new System.EventHandler(this.comboBoxReadingConditions_SelectedIndexChanged);
//
// labelTitleReadingConditions
//
this.labelTitleReadingConditions.BackPictureBox1 = null;
this.labelTitleReadingConditions.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleReadingConditions.BorderColor = System.Drawing.Color.Black;
this.labelTitleReadingConditions.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleReadingConditions.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleReadingConditions.ForeColor = System.Drawing.Color.White;
this.labelTitleReadingConditions.InitVisible = true;
this.labelTitleReadingConditions.LineSpacing = 0F;
this.labelTitleReadingConditions.Location = new System.Drawing.Point(128, 192);
this.labelTitleReadingConditions.Name = "labelTitleReadingConditions";
this.labelTitleReadingConditions.Size = new System.Drawing.Size(166, 28);
this.labelTitleReadingConditions.TabIndex = 149;
this.labelTitleReadingConditions.Text = "Reading conditions";
this.labelTitleReadingConditions.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleReadingConditions.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleReadingConditions.Wordwrap = false;
//
// comboBoxFrequency
//
this.comboBoxFrequency.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxFrequency.Location = new System.Drawing.Point(300, 122);
this.comboBoxFrequency.Name = "comboBoxFrequency";
this.comboBoxFrequency.Size = new System.Drawing.Size(90, 28);
this.comboBoxFrequency.TabIndex = 147;
this.comboBoxFrequency.SelectedIndexChanged += new System.EventHandler(this.comboBoxFrequency_SelectedIndexChanged);
//
// comboBoxMaxAngle
//
this.comboBoxMaxAngle.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxMaxAngle.Location = new System.Drawing.Point(300, 88);
this.comboBoxMaxAngle.Name = "comboBoxMaxAngle";
this.comboBoxMaxAngle.Size = new System.Drawing.Size(90, 28);
this.comboBoxMaxAngle.TabIndex = 146;
this.comboBoxMaxAngle.SelectedIndexChanged += new System.EventHandler(this.comboBoxMaxAngle_SelectedIndexChanged);
//
// comboBoxMinAngle
//
this.comboBoxMinAngle.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxMinAngle.Location = new System.Drawing.Point(300, 54);
this.comboBoxMinAngle.Name = "comboBoxMinAngle";
this.comboBoxMinAngle.Size = new System.Drawing.Size(90, 28);
this.comboBoxMinAngle.TabIndex = 145;
this.comboBoxMinAngle.SelectedIndexChanged += new System.EventHandler(this.comboBoxMinAngle_SelectedIndexChanged);
//
// labelTimeout
//
this.labelTimeout.BackColor = System.Drawing.SystemColors.Window;
this.labelTimeout.BackPictureBox = null;
this.labelTimeout.BackPictureBox1 = null;
this.labelTimeout.BackPictureBox2 = null;
this.labelTimeout.BorderColor = System.Drawing.Color.Black;
this.labelTimeout.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelTimeout.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelTimeout.InitVisible = true;
this.labelTimeout.LineSpacing = 0F;
this.labelTimeout.Location = new System.Drawing.Point(300, 158);
this.labelTimeout.Name = "labelTimeout";
this.labelTimeout.Size = new System.Drawing.Size(90, 28);
this.labelTimeout.TabIndex = 144;
this.labelTimeout.Text = "1";
this.labelTimeout.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTimeout.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTimeout.Wordwrap = false;
this.labelTimeout.Click += new System.EventHandler(this.labelTimeout_Click);
//
// labelTitleTimeout
//
this.labelTitleTimeout.BackPictureBox1 = null;
this.labelTitleTimeout.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleTimeout.BorderColor = System.Drawing.Color.Black;
this.labelTitleTimeout.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTimeout.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleTimeout.ForeColor = System.Drawing.Color.White;
this.labelTitleTimeout.InitVisible = true;
this.labelTitleTimeout.LineSpacing = 0F;
this.labelTitleTimeout.Location = new System.Drawing.Point(128, 158);
this.labelTitleTimeout.Name = "labelTitleTimeout";
this.labelTitleTimeout.Size = new System.Drawing.Size(80, 28);
this.labelTitleTimeout.TabIndex = 143;
this.labelTitleTimeout.Text = "Timeout";
this.labelTitleTimeout.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleTimeout.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTimeout.Wordwrap = false;
//
// labelTitleFrequency
//
this.labelTitleFrequency.BackPictureBox1 = null;
this.labelTitleFrequency.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleFrequency.BorderColor = System.Drawing.Color.Black;
this.labelTitleFrequency.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleFrequency.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleFrequency.ForeColor = System.Drawing.Color.White;
this.labelTitleFrequency.InitVisible = true;
this.labelTitleFrequency.LineSpacing = 0F;
this.labelTitleFrequency.Location = new System.Drawing.Point(128, 124);
this.labelTitleFrequency.Name = "labelTitleFrequency";
this.labelTitleFrequency.Size = new System.Drawing.Size(166, 28);
this.labelTitleFrequency.TabIndex = 139;
this.labelTitleFrequency.Text = "Frequency(Hz)";
this.labelTitleFrequency.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleFrequency.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleFrequency.Wordwrap = false;
//
// labelTitleMaxAngle
//
this.labelTitleMaxAngle.BackPictureBox1 = null;
this.labelTitleMaxAngle.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleMaxAngle.BorderColor = System.Drawing.Color.Black;
this.labelTitleMaxAngle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleMaxAngle.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMaxAngle.ForeColor = System.Drawing.Color.White;
this.labelTitleMaxAngle.InitVisible = true;
this.labelTitleMaxAngle.LineSpacing = 0F;
this.labelTitleMaxAngle.Location = new System.Drawing.Point(128, 90);
this.labelTitleMaxAngle.Name = "labelTitleMaxAngle";
this.labelTitleMaxAngle.Size = new System.Drawing.Size(166, 28);
this.labelTitleMaxAngle.TabIndex = 137;
this.labelTitleMaxAngle.Text = "Max angle";
this.labelTitleMaxAngle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMaxAngle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMaxAngle.Wordwrap = false;
//
// labelTitleMinAngle
//
this.labelTitleMinAngle.BackPictureBox1 = null;
this.labelTitleMinAngle.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleMinAngle.BorderColor = System.Drawing.Color.Black;
this.labelTitleMinAngle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleMinAngle.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMinAngle.ForeColor = System.Drawing.Color.White;
this.labelTitleMinAngle.InitVisible = true;
this.labelTitleMinAngle.LineSpacing = 0F;
this.labelTitleMinAngle.Location = new System.Drawing.Point(128, 56);
this.labelTitleMinAngle.Name = "labelTitleMinAngle";
this.labelTitleMinAngle.Size = new System.Drawing.Size(166, 28);
this.labelTitleMinAngle.TabIndex = 2;
this.labelTitleMinAngle.Text = "Min angle";
this.labelTitleMinAngle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMinAngle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMinAngle.Wordwrap = false;
//
// buttonConnect
//
this.buttonConnect.BackPictureBox = null;
this.buttonConnect.BackPictureBox1 = null;
this.buttonConnect.BackPictureBox2 = null;
this.buttonConnect.ButtonColor = System.Drawing.Color.Gray;
this.buttonConnect.ButtonImageAutoSize = true;
this.buttonConnect.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonConnect.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConnect.DisableImage")));
this.buttonConnect.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConnect.DownImage")));
this.buttonConnect.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.buttonConnect.GroupID = 0;
this.buttonConnect.InitVisible = true;
this.buttonConnect.Location = new System.Drawing.Point(128, 15);
this.buttonConnect.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.NestedClickEventPrevent = false;
this.buttonConnect.OutlinePixel = 1;
this.buttonConnect.RepeatInterval = 200;
this.buttonConnect.RepeatIntervalAccelerate = null;
this.buttonConnect.SafeInterval = 200;
this.buttonConnect.Size = new System.Drawing.Size(80, 35);
this.buttonConnect.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonConnect.TabIndex = 0;
this.buttonConnect.Text = "Open";
this.buttonConnect.TextColor = System.Drawing.Color.Black;
this.buttonConnect.TextDownColor = System.Drawing.Color.White;
this.buttonConnect.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonConnect.TextLocation = new System.Drawing.Point(0, 0);
this.buttonConnect.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonConnect.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConnect.UpImage")));
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
//
// timerLoading
//
this.timerLoading.Interval = 300;
this.timerLoading.Tick += new System.EventHandler(this.TimerLoading_Tick);
//
// timeOut
//
this.timeOut.Interval = 5000;
this.timeOut.Tick += new System.EventHandler(this.timeOut_Tick);
//
// ControlConfiSerialBarcode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlConfiSerialBarcode";
this.Size = new System.Drawing.Size(710, 253);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private System.Windows.Forms.Timer timerLoading;
private System.Windows.Forms.Timer timeOut;
private SmartX.SmartLabel labelWarning;
private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartButton buttonSave;
private SmartX.SmartLabel labelStatus;
private SmartX.SmartButton buttonUsingTimeout;
private System.Windows.Forms.ComboBox comboBoxReadingConditions;
private SmartX.SmartLabel labelTitleReadingConditions;
private System.Windows.Forms.ComboBox comboBoxFrequency;
private System.Windows.Forms.ComboBox comboBoxMaxAngle;
private System.Windows.Forms.ComboBox comboBoxMinAngle;
public SmartX.SmartLabel labelTimeout;
private SmartX.SmartLabel labelTitleTimeout;
private SmartX.SmartLabel labelTitleFrequency;
private SmartX.SmartLabel labelTitleMaxAngle;
private SmartX.SmartLabel labelTitleMinAngle;
private SmartX.SmartButton buttonConnect;
}
}