778 lines
46 KiB
C#
778 lines
46 KiB
C#
|
namespace ITC81DB.Controls
|
|||
|
{
|
|||
|
partial class ControlBasicRandomMode
|
|||
|
{
|
|||
|
/// <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(ControlBasicRandomMode));
|
|||
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|||
|
this.labelHelp2 = new SmartX.SmartLabel();
|
|||
|
this.checkBoxSync = new SmartX.SmartCheckBox();
|
|||
|
this.labelHelp1 = new SmartX.SmartLabel();
|
|||
|
this.buttonSave = new SmartX.SmartButton();
|
|||
|
this.buttonUsing5 = new SmartX.SmartButton();
|
|||
|
this.buttonUsing4 = new SmartX.SmartButton();
|
|||
|
this.buttonUsing3 = new SmartX.SmartButton();
|
|||
|
this.buttonUsing2 = new SmartX.SmartButton();
|
|||
|
this.buttonUsing1 = new SmartX.SmartButton();
|
|||
|
this.labelGroup5Over = new SmartX.SmartLabel();
|
|||
|
this.labelGroup4Over = new SmartX.SmartLabel();
|
|||
|
this.labelGroup3Over = new SmartX.SmartLabel();
|
|||
|
this.labelGroup2Over = new SmartX.SmartLabel();
|
|||
|
this.labelGroup1Over = new SmartX.SmartLabel();
|
|||
|
this.labelGroup5Pass = new SmartX.SmartLabel();
|
|||
|
this.labelGroup4Pass = new SmartX.SmartLabel();
|
|||
|
this.labelGroup3Pass = new SmartX.SmartLabel();
|
|||
|
this.labelGroup2Pass = new SmartX.SmartLabel();
|
|||
|
this.labelGroup1Pass = new SmartX.SmartLabel();
|
|||
|
this.labelGroup5Under = new SmartX.SmartLabel();
|
|||
|
this.labelGroup4Under = new SmartX.SmartLabel();
|
|||
|
this.labelGroup3Under = new SmartX.SmartLabel();
|
|||
|
this.labelGroup2Under = new SmartX.SmartLabel();
|
|||
|
this.labelGroup1Under = new SmartX.SmartLabel();
|
|||
|
this.labelRange4 = new SmartX.SmartLabel();
|
|||
|
this.labelRange3 = new SmartX.SmartLabel();
|
|||
|
this.labelRange2 = new SmartX.SmartLabel();
|
|||
|
this.labelRange1 = new SmartX.SmartLabel();
|
|||
|
this.smartGroupBox1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// smartGroupBox1
|
|||
|
//
|
|||
|
this.smartGroupBox1.BackPictureBox = null;
|
|||
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelHelp2);
|
|||
|
this.smartGroupBox1.Controls.Add(this.checkBoxSync);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelHelp1);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonUsing5);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonUsing4);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonUsing3);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonUsing2);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonUsing1);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup5Over);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup4Over);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup3Over);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup2Over);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup1Over);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup5Pass);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup4Pass);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup3Pass);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup2Pass);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup1Pass);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup5Under);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup4Under);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup3Under);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup2Under);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelGroup1Under);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelRange4);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelRange3);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelRange2);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelRange1);
|
|||
|
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, 379);
|
|||
|
this.smartGroupBox1.TabIndex = 7;
|
|||
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|||
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|||
|
//
|
|||
|
// labelHelp2
|
|||
|
//
|
|||
|
this.labelHelp2.BackPictureBox1 = null;
|
|||
|
this.labelHelp2.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelHelp2.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelHelp2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelHelp2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.labelHelp2.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelHelp2.InitVisible = true;
|
|||
|
this.labelHelp2.LineSpacing = 0F;
|
|||
|
this.labelHelp2.Location = new System.Drawing.Point(27, 346);
|
|||
|
this.labelHelp2.Name = "labelHelp2";
|
|||
|
this.labelHelp2.Size = new System.Drawing.Size(600, 20);
|
|||
|
this.labelHelp2.TabIndex = 63;
|
|||
|
this.labelHelp2.Text = "ex) No.996 : ~ 110.0g <-> No.997 : 160.0g ~ 180.0g <-> No.998 : 230.0g ~";
|
|||
|
this.labelHelp2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|||
|
this.labelHelp2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelHelp2.Wordwrap = false;
|
|||
|
//
|
|||
|
// checkBoxSync
|
|||
|
//
|
|||
|
this.checkBoxSync.BackPictureBox1 = null;
|
|||
|
this.checkBoxSync.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.checkBoxSync.CheckBoxBackColor = System.Drawing.Color.White;
|
|||
|
this.checkBoxSync.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|||
|
this.checkBoxSync.CheckBoxForeColor = System.Drawing.Color.Black;
|
|||
|
this.checkBoxSync.CheckBoxSymbolSize = 14;
|
|||
|
this.checkBoxSync.Checked = false;
|
|||
|
this.checkBoxSync.CheckLineWidth = 3;
|
|||
|
this.checkBoxSync.ImageCheckBox = null;
|
|||
|
this.checkBoxSync.ImageUnCheckBox = null;
|
|||
|
this.checkBoxSync.InitVisible = true;
|
|||
|
this.checkBoxSync.Location = new System.Drawing.Point(343, 13);
|
|||
|
this.checkBoxSync.Name = "checkBoxSync";
|
|||
|
this.checkBoxSync.Size = new System.Drawing.Size(22, 25);
|
|||
|
this.checkBoxSync.TabIndex = 159;
|
|||
|
this.checkBoxSync.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|||
|
this.checkBoxSync.Visible = false;
|
|||
|
//
|
|||
|
// labelHelp1
|
|||
|
//
|
|||
|
this.labelHelp1.BackPictureBox1 = null;
|
|||
|
this.labelHelp1.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelHelp1.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelHelp1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelHelp1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.labelHelp1.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelHelp1.InitVisible = true;
|
|||
|
this.labelHelp1.LineSpacing = 0F;
|
|||
|
this.labelHelp1.Location = new System.Drawing.Point(13, 320);
|
|||
|
this.labelHelp1.Name = "labelHelp1";
|
|||
|
this.labelHelp1.Size = new System.Drawing.Size(621, 20);
|
|||
|
this.labelHelp1.TabIndex = 62;
|
|||
|
this.labelHelp1.Text = "- 각 품번의 중량 설정값은 최소 50g 이상 차이나야 합니다.(단위 kg 시 1kg)";
|
|||
|
this.labelHelp1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|||
|
this.labelHelp1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelHelp1.Wordwrap = false;
|
|||
|
//
|
|||
|
// 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.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.buttonSave.ForeColor = System.Drawing.Color.White;
|
|||
|
this.buttonSave.GroupID = 0;
|
|||
|
this.buttonSave.InitVisible = true;
|
|||
|
this.buttonSave.Location = new System.Drawing.Point(640, 316);
|
|||
|
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 = 158;
|
|||
|
this.buttonSave.TextColor = System.Drawing.Color.White;
|
|||
|
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);
|
|||
|
//
|
|||
|
// buttonUsing5
|
|||
|
//
|
|||
|
this.buttonUsing5.BackPictureBox = null;
|
|||
|
this.buttonUsing5.BackPictureBox1 = null;
|
|||
|
this.buttonUsing5.BackPictureBox2 = null;
|
|||
|
this.buttonUsing5.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonUsing5.ButtonImageAutoSize = true;
|
|||
|
this.buttonUsing5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing5.DisableImage = null;
|
|||
|
this.buttonUsing5.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing5.DownImage")));
|
|||
|
this.buttonUsing5.GroupID = 0;
|
|||
|
this.buttonUsing5.InitVisible = true;
|
|||
|
this.buttonUsing5.Location = new System.Drawing.Point(589, 266);
|
|||
|
this.buttonUsing5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|||
|
this.buttonUsing5.Name = "buttonUsing5";
|
|||
|
this.buttonUsing5.NestedClickEventPrevent = false;
|
|||
|
this.buttonUsing5.OutlinePixel = 1;
|
|||
|
this.buttonUsing5.RepeatInterval = 200;
|
|||
|
this.buttonUsing5.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonUsing5.SafeInterval = 200;
|
|||
|
this.buttonUsing5.Size = new System.Drawing.Size(80, 28);
|
|||
|
this.buttonUsing5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonUsing5.TabIndex = 157;
|
|||
|
this.buttonUsing5.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonUsing5.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonUsing5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonUsing5.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonUsing5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing5.UpImage")));
|
|||
|
this.buttonUsing5.Click += new System.EventHandler(this.buttonUsing_Click);
|
|||
|
//
|
|||
|
// buttonUsing4
|
|||
|
//
|
|||
|
this.buttonUsing4.BackPictureBox = null;
|
|||
|
this.buttonUsing4.BackPictureBox1 = null;
|
|||
|
this.buttonUsing4.BackPictureBox2 = null;
|
|||
|
this.buttonUsing4.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonUsing4.ButtonImageAutoSize = true;
|
|||
|
this.buttonUsing4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing4.DisableImage = null;
|
|||
|
this.buttonUsing4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing4.DownImage")));
|
|||
|
this.buttonUsing4.GroupID = 0;
|
|||
|
this.buttonUsing4.InitVisible = true;
|
|||
|
this.buttonUsing4.Location = new System.Drawing.Point(589, 215);
|
|||
|
this.buttonUsing4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|||
|
this.buttonUsing4.Name = "buttonUsing4";
|
|||
|
this.buttonUsing4.NestedClickEventPrevent = false;
|
|||
|
this.buttonUsing4.OutlinePixel = 1;
|
|||
|
this.buttonUsing4.RepeatInterval = 200;
|
|||
|
this.buttonUsing4.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonUsing4.SafeInterval = 200;
|
|||
|
this.buttonUsing4.Size = new System.Drawing.Size(80, 28);
|
|||
|
this.buttonUsing4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonUsing4.TabIndex = 156;
|
|||
|
this.buttonUsing4.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonUsing4.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonUsing4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonUsing4.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonUsing4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing4.UpImage")));
|
|||
|
this.buttonUsing4.Click += new System.EventHandler(this.buttonUsing_Click);
|
|||
|
//
|
|||
|
// buttonUsing3
|
|||
|
//
|
|||
|
this.buttonUsing3.BackPictureBox = null;
|
|||
|
this.buttonUsing3.BackPictureBox1 = null;
|
|||
|
this.buttonUsing3.BackPictureBox2 = null;
|
|||
|
this.buttonUsing3.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonUsing3.ButtonImageAutoSize = true;
|
|||
|
this.buttonUsing3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing3.DisableImage = null;
|
|||
|
this.buttonUsing3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing3.DownImage")));
|
|||
|
this.buttonUsing3.GroupID = 0;
|
|||
|
this.buttonUsing3.InitVisible = true;
|
|||
|
this.buttonUsing3.Location = new System.Drawing.Point(589, 164);
|
|||
|
this.buttonUsing3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|||
|
this.buttonUsing3.Name = "buttonUsing3";
|
|||
|
this.buttonUsing3.NestedClickEventPrevent = false;
|
|||
|
this.buttonUsing3.OutlinePixel = 1;
|
|||
|
this.buttonUsing3.RepeatInterval = 200;
|
|||
|
this.buttonUsing3.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonUsing3.SafeInterval = 200;
|
|||
|
this.buttonUsing3.Size = new System.Drawing.Size(80, 28);
|
|||
|
this.buttonUsing3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonUsing3.TabIndex = 155;
|
|||
|
this.buttonUsing3.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonUsing3.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonUsing3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonUsing3.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonUsing3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing3.UpImage")));
|
|||
|
this.buttonUsing3.Click += new System.EventHandler(this.buttonUsing_Click);
|
|||
|
//
|
|||
|
// buttonUsing2
|
|||
|
//
|
|||
|
this.buttonUsing2.BackPictureBox = null;
|
|||
|
this.buttonUsing2.BackPictureBox1 = null;
|
|||
|
this.buttonUsing2.BackPictureBox2 = null;
|
|||
|
this.buttonUsing2.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonUsing2.ButtonImageAutoSize = true;
|
|||
|
this.buttonUsing2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing2.DisableImage = null;
|
|||
|
this.buttonUsing2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing2.DownImage")));
|
|||
|
this.buttonUsing2.GroupID = 0;
|
|||
|
this.buttonUsing2.InitVisible = true;
|
|||
|
this.buttonUsing2.Location = new System.Drawing.Point(589, 113);
|
|||
|
this.buttonUsing2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|||
|
this.buttonUsing2.Name = "buttonUsing2";
|
|||
|
this.buttonUsing2.NestedClickEventPrevent = false;
|
|||
|
this.buttonUsing2.OutlinePixel = 1;
|
|||
|
this.buttonUsing2.RepeatInterval = 200;
|
|||
|
this.buttonUsing2.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonUsing2.SafeInterval = 200;
|
|||
|
this.buttonUsing2.Size = new System.Drawing.Size(80, 28);
|
|||
|
this.buttonUsing2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonUsing2.TabIndex = 154;
|
|||
|
this.buttonUsing2.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonUsing2.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonUsing2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonUsing2.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonUsing2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing2.UpImage")));
|
|||
|
this.buttonUsing2.Click += new System.EventHandler(this.buttonUsing_Click);
|
|||
|
//
|
|||
|
// buttonUsing1
|
|||
|
//
|
|||
|
this.buttonUsing1.BackPictureBox = null;
|
|||
|
this.buttonUsing1.BackPictureBox1 = null;
|
|||
|
this.buttonUsing1.BackPictureBox2 = null;
|
|||
|
this.buttonUsing1.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonUsing1.ButtonImageAutoSize = true;
|
|||
|
this.buttonUsing1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing1.DisableImage = null;
|
|||
|
this.buttonUsing1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing1.DownImage")));
|
|||
|
this.buttonUsing1.GroupID = 0;
|
|||
|
this.buttonUsing1.InitVisible = true;
|
|||
|
this.buttonUsing1.Location = new System.Drawing.Point(589, 62);
|
|||
|
this.buttonUsing1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|||
|
this.buttonUsing1.Name = "buttonUsing1";
|
|||
|
this.buttonUsing1.NestedClickEventPrevent = false;
|
|||
|
this.buttonUsing1.OutlinePixel = 1;
|
|||
|
this.buttonUsing1.RepeatInterval = 200;
|
|||
|
this.buttonUsing1.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonUsing1.SafeInterval = 200;
|
|||
|
this.buttonUsing1.Size = new System.Drawing.Size(80, 28);
|
|||
|
this.buttonUsing1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonUsing1.TabIndex = 153;
|
|||
|
this.buttonUsing1.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonUsing1.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonUsing1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonUsing1.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUsing1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonUsing1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing1.UpImage")));
|
|||
|
this.buttonUsing1.Click += new System.EventHandler(this.buttonUsing_Click);
|
|||
|
//
|
|||
|
// labelGroup5Over
|
|||
|
//
|
|||
|
this.labelGroup5Over.BackPictureBox1 = null;
|
|||
|
this.labelGroup5Over.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup5Over.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup5Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup5Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup5Over.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup5Over.InitVisible = true;
|
|||
|
this.labelGroup5Over.LineSpacing = 0F;
|
|||
|
this.labelGroup5Over.Location = new System.Drawing.Point(458, 261);
|
|||
|
this.labelGroup5Over.Name = "labelGroup5Over";
|
|||
|
this.labelGroup5Over.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup5Over.TabIndex = 152;
|
|||
|
this.labelGroup5Over.Text = "300.0";
|
|||
|
this.labelGroup5Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup5Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup5Over.Wordwrap = false;
|
|||
|
this.labelGroup5Over.Click += new System.EventHandler(this.labelGroupOver_Click);
|
|||
|
//
|
|||
|
// labelGroup4Over
|
|||
|
//
|
|||
|
this.labelGroup4Over.BackPictureBox1 = null;
|
|||
|
this.labelGroup4Over.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup4Over.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup4Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup4Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup4Over.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup4Over.InitVisible = true;
|
|||
|
this.labelGroup4Over.LineSpacing = 0F;
|
|||
|
this.labelGroup4Over.Location = new System.Drawing.Point(458, 210);
|
|||
|
this.labelGroup4Over.Name = "labelGroup4Over";
|
|||
|
this.labelGroup4Over.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup4Over.TabIndex = 151;
|
|||
|
this.labelGroup4Over.Text = "300.0";
|
|||
|
this.labelGroup4Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup4Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup4Over.Wordwrap = false;
|
|||
|
this.labelGroup4Over.Click += new System.EventHandler(this.labelGroupOver_Click);
|
|||
|
//
|
|||
|
// labelGroup3Over
|
|||
|
//
|
|||
|
this.labelGroup3Over.BackPictureBox1 = null;
|
|||
|
this.labelGroup3Over.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup3Over.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup3Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup3Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup3Over.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup3Over.InitVisible = true;
|
|||
|
this.labelGroup3Over.LineSpacing = 0F;
|
|||
|
this.labelGroup3Over.Location = new System.Drawing.Point(458, 159);
|
|||
|
this.labelGroup3Over.Name = "labelGroup3Over";
|
|||
|
this.labelGroup3Over.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup3Over.TabIndex = 150;
|
|||
|
this.labelGroup3Over.Text = "300.0";
|
|||
|
this.labelGroup3Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup3Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup3Over.Wordwrap = false;
|
|||
|
this.labelGroup3Over.Click += new System.EventHandler(this.labelGroupOver_Click);
|
|||
|
//
|
|||
|
// labelGroup2Over
|
|||
|
//
|
|||
|
this.labelGroup2Over.BackPictureBox1 = null;
|
|||
|
this.labelGroup2Over.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup2Over.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup2Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup2Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup2Over.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup2Over.InitVisible = true;
|
|||
|
this.labelGroup2Over.LineSpacing = 0F;
|
|||
|
this.labelGroup2Over.Location = new System.Drawing.Point(458, 108);
|
|||
|
this.labelGroup2Over.Name = "labelGroup2Over";
|
|||
|
this.labelGroup2Over.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup2Over.TabIndex = 149;
|
|||
|
this.labelGroup2Over.Text = "300.0";
|
|||
|
this.labelGroup2Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup2Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup2Over.Wordwrap = false;
|
|||
|
this.labelGroup2Over.Click += new System.EventHandler(this.labelGroupOver_Click);
|
|||
|
//
|
|||
|
// labelGroup1Over
|
|||
|
//
|
|||
|
this.labelGroup1Over.BackPictureBox1 = null;
|
|||
|
this.labelGroup1Over.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup1Over.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup1Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup1Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup1Over.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup1Over.InitVisible = true;
|
|||
|
this.labelGroup1Over.LineSpacing = 0F;
|
|||
|
this.labelGroup1Over.Location = new System.Drawing.Point(458, 57);
|
|||
|
this.labelGroup1Over.Name = "labelGroup1Over";
|
|||
|
this.labelGroup1Over.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup1Over.TabIndex = 148;
|
|||
|
this.labelGroup1Over.Text = "300.0";
|
|||
|
this.labelGroup1Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup1Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup1Over.Wordwrap = false;
|
|||
|
this.labelGroup1Over.Click += new System.EventHandler(this.labelGroupOver_Click);
|
|||
|
//
|
|||
|
// labelGroup5Pass
|
|||
|
//
|
|||
|
this.labelGroup5Pass.BackPictureBox1 = null;
|
|||
|
this.labelGroup5Pass.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup5Pass.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup5Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup5Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup5Pass.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup5Pass.InitVisible = true;
|
|||
|
this.labelGroup5Pass.LineSpacing = 0F;
|
|||
|
this.labelGroup5Pass.Location = new System.Drawing.Point(340, 261);
|
|||
|
this.labelGroup5Pass.Name = "labelGroup5Pass";
|
|||
|
this.labelGroup5Pass.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup5Pass.TabIndex = 147;
|
|||
|
this.labelGroup5Pass.Text = "200.0";
|
|||
|
this.labelGroup5Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup5Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup5Pass.Wordwrap = false;
|
|||
|
this.labelGroup5Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
|
|||
|
//
|
|||
|
// labelGroup4Pass
|
|||
|
//
|
|||
|
this.labelGroup4Pass.BackPictureBox1 = null;
|
|||
|
this.labelGroup4Pass.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup4Pass.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup4Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup4Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup4Pass.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup4Pass.InitVisible = true;
|
|||
|
this.labelGroup4Pass.LineSpacing = 0F;
|
|||
|
this.labelGroup4Pass.Location = new System.Drawing.Point(340, 210);
|
|||
|
this.labelGroup4Pass.Name = "labelGroup4Pass";
|
|||
|
this.labelGroup4Pass.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup4Pass.TabIndex = 146;
|
|||
|
this.labelGroup4Pass.Text = "200.0";
|
|||
|
this.labelGroup4Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup4Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup4Pass.Wordwrap = false;
|
|||
|
this.labelGroup4Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
|
|||
|
//
|
|||
|
// labelGroup3Pass
|
|||
|
//
|
|||
|
this.labelGroup3Pass.BackPictureBox1 = null;
|
|||
|
this.labelGroup3Pass.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup3Pass.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup3Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup3Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup3Pass.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup3Pass.InitVisible = true;
|
|||
|
this.labelGroup3Pass.LineSpacing = 0F;
|
|||
|
this.labelGroup3Pass.Location = new System.Drawing.Point(340, 159);
|
|||
|
this.labelGroup3Pass.Name = "labelGroup3Pass";
|
|||
|
this.labelGroup3Pass.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup3Pass.TabIndex = 145;
|
|||
|
this.labelGroup3Pass.Text = "200.0";
|
|||
|
this.labelGroup3Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup3Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup3Pass.Wordwrap = false;
|
|||
|
this.labelGroup3Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
|
|||
|
//
|
|||
|
// labelGroup2Pass
|
|||
|
//
|
|||
|
this.labelGroup2Pass.BackPictureBox1 = null;
|
|||
|
this.labelGroup2Pass.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup2Pass.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup2Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup2Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup2Pass.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup2Pass.InitVisible = true;
|
|||
|
this.labelGroup2Pass.LineSpacing = 0F;
|
|||
|
this.labelGroup2Pass.Location = new System.Drawing.Point(340, 108);
|
|||
|
this.labelGroup2Pass.Name = "labelGroup2Pass";
|
|||
|
this.labelGroup2Pass.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup2Pass.TabIndex = 144;
|
|||
|
this.labelGroup2Pass.Text = "200.0";
|
|||
|
this.labelGroup2Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup2Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup2Pass.Wordwrap = false;
|
|||
|
this.labelGroup2Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
|
|||
|
//
|
|||
|
// labelGroup1Pass
|
|||
|
//
|
|||
|
this.labelGroup1Pass.BackPictureBox1 = null;
|
|||
|
this.labelGroup1Pass.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup1Pass.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup1Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup1Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup1Pass.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup1Pass.InitVisible = true;
|
|||
|
this.labelGroup1Pass.LineSpacing = 0F;
|
|||
|
this.labelGroup1Pass.Location = new System.Drawing.Point(340, 57);
|
|||
|
this.labelGroup1Pass.Name = "labelGroup1Pass";
|
|||
|
this.labelGroup1Pass.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup1Pass.TabIndex = 143;
|
|||
|
this.labelGroup1Pass.Text = "200.0";
|
|||
|
this.labelGroup1Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup1Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup1Pass.Wordwrap = false;
|
|||
|
this.labelGroup1Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
|
|||
|
//
|
|||
|
// labelGroup5Under
|
|||
|
//
|
|||
|
this.labelGroup5Under.BackPictureBox1 = null;
|
|||
|
this.labelGroup5Under.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup5Under.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup5Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup5Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup5Under.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup5Under.InitVisible = true;
|
|||
|
this.labelGroup5Under.LineSpacing = 0F;
|
|||
|
this.labelGroup5Under.Location = new System.Drawing.Point(222, 261);
|
|||
|
this.labelGroup5Under.Name = "labelGroup5Under";
|
|||
|
this.labelGroup5Under.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup5Under.TabIndex = 142;
|
|||
|
this.labelGroup5Under.Text = "100.0";
|
|||
|
this.labelGroup5Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup5Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup5Under.Wordwrap = false;
|
|||
|
this.labelGroup5Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
|
|||
|
//
|
|||
|
// labelGroup4Under
|
|||
|
//
|
|||
|
this.labelGroup4Under.BackPictureBox1 = null;
|
|||
|
this.labelGroup4Under.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup4Under.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup4Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup4Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup4Under.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup4Under.InitVisible = true;
|
|||
|
this.labelGroup4Under.LineSpacing = 0F;
|
|||
|
this.labelGroup4Under.Location = new System.Drawing.Point(222, 210);
|
|||
|
this.labelGroup4Under.Name = "labelGroup4Under";
|
|||
|
this.labelGroup4Under.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup4Under.TabIndex = 141;
|
|||
|
this.labelGroup4Under.Text = "100.0";
|
|||
|
this.labelGroup4Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup4Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup4Under.Wordwrap = false;
|
|||
|
this.labelGroup4Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
|
|||
|
//
|
|||
|
// labelGroup3Under
|
|||
|
//
|
|||
|
this.labelGroup3Under.BackPictureBox1 = null;
|
|||
|
this.labelGroup3Under.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup3Under.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup3Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup3Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup3Under.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup3Under.InitVisible = true;
|
|||
|
this.labelGroup3Under.LineSpacing = 0F;
|
|||
|
this.labelGroup3Under.Location = new System.Drawing.Point(222, 159);
|
|||
|
this.labelGroup3Under.Name = "labelGroup3Under";
|
|||
|
this.labelGroup3Under.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup3Under.TabIndex = 140;
|
|||
|
this.labelGroup3Under.Text = "100.0";
|
|||
|
this.labelGroup3Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup3Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup3Under.Wordwrap = false;
|
|||
|
this.labelGroup3Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
|
|||
|
//
|
|||
|
// labelGroup2Under
|
|||
|
//
|
|||
|
this.labelGroup2Under.BackPictureBox1 = null;
|
|||
|
this.labelGroup2Under.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup2Under.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup2Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup2Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup2Under.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup2Under.InitVisible = true;
|
|||
|
this.labelGroup2Under.LineSpacing = 0F;
|
|||
|
this.labelGroup2Under.Location = new System.Drawing.Point(222, 108);
|
|||
|
this.labelGroup2Under.Name = "labelGroup2Under";
|
|||
|
this.labelGroup2Under.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup2Under.TabIndex = 139;
|
|||
|
this.labelGroup2Under.Text = "100.0";
|
|||
|
this.labelGroup2Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup2Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup2Under.Wordwrap = false;
|
|||
|
this.labelGroup2Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
|
|||
|
//
|
|||
|
// labelGroup1Under
|
|||
|
//
|
|||
|
this.labelGroup1Under.BackPictureBox1 = null;
|
|||
|
this.labelGroup1Under.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelGroup1Under.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelGroup1Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelGroup1Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelGroup1Under.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelGroup1Under.InitVisible = true;
|
|||
|
this.labelGroup1Under.LineSpacing = 0F;
|
|||
|
this.labelGroup1Under.Location = new System.Drawing.Point(222, 57);
|
|||
|
this.labelGroup1Under.Name = "labelGroup1Under";
|
|||
|
this.labelGroup1Under.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelGroup1Under.TabIndex = 138;
|
|||
|
this.labelGroup1Under.Text = "100.0";
|
|||
|
this.labelGroup1Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelGroup1Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelGroup1Under.Wordwrap = false;
|
|||
|
this.labelGroup1Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
|
|||
|
//
|
|||
|
// labelRange4
|
|||
|
//
|
|||
|
this.labelRange4.BackPictureBox1 = null;
|
|||
|
this.labelRange4.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelRange4.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelRange4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelRange4.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelRange4.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelRange4.InitVisible = true;
|
|||
|
this.labelRange4.LineSpacing = 0F;
|
|||
|
this.labelRange4.Location = new System.Drawing.Point(104, 235);
|
|||
|
this.labelRange4.Name = "labelRange4";
|
|||
|
this.labelRange4.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelRange4.TabIndex = 137;
|
|||
|
this.labelRange4.Text = "400.0";
|
|||
|
this.labelRange4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelRange4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelRange4.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelRange3
|
|||
|
//
|
|||
|
this.labelRange3.BackPictureBox1 = null;
|
|||
|
this.labelRange3.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelRange3.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelRange3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelRange3.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelRange3.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelRange3.InitVisible = true;
|
|||
|
this.labelRange3.LineSpacing = 0F;
|
|||
|
this.labelRange3.Location = new System.Drawing.Point(104, 184);
|
|||
|
this.labelRange3.Name = "labelRange3";
|
|||
|
this.labelRange3.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelRange3.TabIndex = 136;
|
|||
|
this.labelRange3.Text = "300.0";
|
|||
|
this.labelRange3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelRange3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelRange3.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelRange2
|
|||
|
//
|
|||
|
this.labelRange2.BackPictureBox1 = null;
|
|||
|
this.labelRange2.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelRange2.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelRange2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelRange2.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelRange2.InitVisible = true;
|
|||
|
this.labelRange2.LineSpacing = 0F;
|
|||
|
this.labelRange2.Location = new System.Drawing.Point(104, 133);
|
|||
|
this.labelRange2.Name = "labelRange2";
|
|||
|
this.labelRange2.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelRange2.TabIndex = 135;
|
|||
|
this.labelRange2.Text = "200.0";
|
|||
|
this.labelRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelRange2.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelRange1
|
|||
|
//
|
|||
|
this.labelRange1.BackPictureBox1 = null;
|
|||
|
this.labelRange1.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelRange1.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelRange1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelRange1.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelRange1.InitVisible = true;
|
|||
|
this.labelRange1.LineSpacing = 0F;
|
|||
|
this.labelRange1.Location = new System.Drawing.Point(104, 82);
|
|||
|
this.labelRange1.Name = "labelRange1";
|
|||
|
this.labelRange1.Size = new System.Drawing.Size(110, 40);
|
|||
|
this.labelRange1.TabIndex = 134;
|
|||
|
this.labelRange1.Text = "100.0";
|
|||
|
this.labelRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelRange1.Wordwrap = false;
|
|||
|
//
|
|||
|
// ControlBasicRandomMode
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.Controls.Add(this.smartGroupBox1);
|
|||
|
this.Name = "ControlBasicRandomMode";
|
|||
|
this.Size = new System.Drawing.Size(710, 379);
|
|||
|
this.smartGroupBox1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|||
|
private SmartX.SmartLabel labelGroup5Over;
|
|||
|
private SmartX.SmartLabel labelGroup4Over;
|
|||
|
private SmartX.SmartLabel labelGroup3Over;
|
|||
|
private SmartX.SmartLabel labelGroup2Over;
|
|||
|
private SmartX.SmartLabel labelGroup1Over;
|
|||
|
private SmartX.SmartLabel labelGroup5Pass;
|
|||
|
private SmartX.SmartLabel labelGroup4Pass;
|
|||
|
private SmartX.SmartLabel labelGroup3Pass;
|
|||
|
private SmartX.SmartLabel labelGroup2Pass;
|
|||
|
private SmartX.SmartLabel labelGroup1Pass;
|
|||
|
private SmartX.SmartLabel labelGroup5Under;
|
|||
|
private SmartX.SmartLabel labelGroup4Under;
|
|||
|
private SmartX.SmartLabel labelGroup3Under;
|
|||
|
private SmartX.SmartLabel labelGroup2Under;
|
|||
|
private SmartX.SmartLabel labelGroup1Under;
|
|||
|
private SmartX.SmartLabel labelRange4;
|
|||
|
private SmartX.SmartLabel labelRange3;
|
|||
|
private SmartX.SmartLabel labelRange2;
|
|||
|
private SmartX.SmartLabel labelRange1;
|
|||
|
private SmartX.SmartButton buttonUsing1;
|
|||
|
private SmartX.SmartButton buttonUsing5;
|
|||
|
private SmartX.SmartButton buttonUsing4;
|
|||
|
private SmartX.SmartButton buttonUsing3;
|
|||
|
private SmartX.SmartButton buttonUsing2;
|
|||
|
private SmartX.SmartButton buttonSave;
|
|||
|
private SmartX.SmartCheckBox checkBoxSync;
|
|||
|
private SmartX.SmartLabel labelHelp2;
|
|||
|
private SmartX.SmartLabel labelHelp1;
|
|||
|
}
|
|||
|
}
|