Compare commits
3 Commits
e960ad66b5
...
90b9d69dea
Author | SHA1 | Date |
---|---|---|
|
90b9d69dea | |
|
65013a7db4 | |
|
7e57fb9ee5 |
BIN
INT63DC_6CH.suo
|
@ -37,10 +37,10 @@
|
||||||
this.buttonCancel = new SmartX.SmartButton();
|
this.buttonCancel = new SmartX.SmartButton();
|
||||||
this.buttonStart = new SmartX.SmartButton();
|
this.buttonStart = new SmartX.SmartButton();
|
||||||
this.groupBoxButton = new SmartX.SmartGroupBox();
|
this.groupBoxButton = new SmartX.SmartGroupBox();
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.labelTitleZero = new SmartX.SmartLabel();
|
||||||
this.buttonZero = new SmartX.SmartButton();
|
this.buttonZero = new SmartX.SmartButton();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelTitleCancel = new SmartX.SmartLabel();
|
||||||
this.labelWeight1 = new SmartX.SmartLabel();
|
this.labelTitleStart = new SmartX.SmartLabel();
|
||||||
this.buttonExtanalCAL = new SmartX.SmartButton();
|
this.buttonExtanalCAL = new SmartX.SmartButton();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.groupBoxHelp.SuspendLayout();
|
this.groupBoxHelp.SuspendLayout();
|
||||||
|
@ -234,10 +234,10 @@
|
||||||
//
|
//
|
||||||
this.groupBoxButton.BackPictureBox = this.smartForm1;
|
this.groupBoxButton.BackPictureBox = this.smartForm1;
|
||||||
this.groupBoxButton.BackPictureBox1 = null;
|
this.groupBoxButton.BackPictureBox1 = null;
|
||||||
this.groupBoxButton.Controls.Add(this.smartLabel3);
|
this.groupBoxButton.Controls.Add(this.labelTitleZero);
|
||||||
this.groupBoxButton.Controls.Add(this.buttonZero);
|
this.groupBoxButton.Controls.Add(this.buttonZero);
|
||||||
this.groupBoxButton.Controls.Add(this.smartLabel2);
|
this.groupBoxButton.Controls.Add(this.labelTitleCancel);
|
||||||
this.groupBoxButton.Controls.Add(this.labelWeight1);
|
this.groupBoxButton.Controls.Add(this.labelTitleStart);
|
||||||
this.groupBoxButton.Controls.Add(this.buttonCancel);
|
this.groupBoxButton.Controls.Add(this.buttonCancel);
|
||||||
this.groupBoxButton.Controls.Add(this.buttonStart);
|
this.groupBoxButton.Controls.Add(this.buttonStart);
|
||||||
this.groupBoxButton.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxButton.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
@ -254,25 +254,25 @@
|
||||||
this.groupBoxButton.TabIndex = 6;
|
this.groupBoxButton.TabIndex = 6;
|
||||||
this.groupBoxButton.TextColor = System.Drawing.Color.Black;
|
this.groupBoxButton.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// smartLabel3
|
// labelTitleZero
|
||||||
//
|
//
|
||||||
this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
this.labelTitleZero.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
this.smartLabel3.BackPictureBox = null;
|
this.labelTitleZero.BackPictureBox = null;
|
||||||
this.smartLabel3.BackPictureBox1 = null;
|
this.labelTitleZero.BackPictureBox1 = null;
|
||||||
this.smartLabel3.BackPictureBox2 = null;
|
this.labelTitleZero.BackPictureBox2 = null;
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleZero.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleZero.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
this.labelTitleZero.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel3.InitVisible = true;
|
this.labelTitleZero.InitVisible = true;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.labelTitleZero.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(103, 145);
|
this.labelTitleZero.Location = new System.Drawing.Point(103, 145);
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
this.labelTitleZero.Name = "labelTitleZero";
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(100, 20);
|
this.labelTitleZero.Size = new System.Drawing.Size(100, 20);
|
||||||
this.smartLabel3.TabIndex = 17;
|
this.labelTitleZero.TabIndex = 17;
|
||||||
this.smartLabel3.Text = "영점";
|
this.labelTitleZero.Text = "영점";
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleZero.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleZero.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel3.Wordwrap = false;
|
this.labelTitleZero.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// buttonZero
|
// buttonZero
|
||||||
//
|
//
|
||||||
|
@ -305,45 +305,45 @@
|
||||||
this.buttonZero.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.UpImage")));
|
this.buttonZero.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.UpImage")));
|
||||||
this.buttonZero.Click += new System.EventHandler(this.buttonZero_Click);
|
this.buttonZero.Click += new System.EventHandler(this.buttonZero_Click);
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelTitleCancel
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
this.labelTitleCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
this.smartLabel2.BackPictureBox = null;
|
this.labelTitleCancel.BackPictureBox = null;
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
this.labelTitleCancel.BackPictureBox1 = null;
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
this.labelTitleCancel.BackPictureBox2 = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleCancel.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleCancel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
this.labelTitleCancel.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel2.InitVisible = true;
|
this.labelTitleCancel.InitVisible = true;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.labelTitleCancel.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(363, 145);
|
this.labelTitleCancel.Location = new System.Drawing.Point(363, 145);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelTitleCancel.Name = "labelTitleCancel";
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(100, 20);
|
this.labelTitleCancel.Size = new System.Drawing.Size(100, 20);
|
||||||
this.smartLabel2.TabIndex = 14;
|
this.labelTitleCancel.TabIndex = 14;
|
||||||
this.smartLabel2.Text = "취소";
|
this.labelTitleCancel.Text = "취소";
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleCancel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleCancel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelTitleCancel.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelWeight1
|
// labelTitleStart
|
||||||
//
|
//
|
||||||
this.labelWeight1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
this.labelTitleStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
this.labelWeight1.BackPictureBox = null;
|
this.labelTitleStart.BackPictureBox = null;
|
||||||
this.labelWeight1.BackPictureBox1 = null;
|
this.labelTitleStart.BackPictureBox1 = null;
|
||||||
this.labelWeight1.BackPictureBox2 = null;
|
this.labelTitleStart.BackPictureBox2 = null;
|
||||||
this.labelWeight1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleStart.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleStart.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelWeight1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
this.labelTitleStart.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight1.InitVisible = true;
|
this.labelTitleStart.InitVisible = true;
|
||||||
this.labelWeight1.LineSpacing = 0F;
|
this.labelTitleStart.LineSpacing = 0F;
|
||||||
this.labelWeight1.Location = new System.Drawing.Point(233, 145);
|
this.labelTitleStart.Location = new System.Drawing.Point(233, 145);
|
||||||
this.labelWeight1.Name = "labelWeight1";
|
this.labelTitleStart.Name = "labelTitleStart";
|
||||||
this.labelWeight1.Size = new System.Drawing.Size(100, 20);
|
this.labelTitleStart.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelWeight1.TabIndex = 12;
|
this.labelTitleStart.TabIndex = 12;
|
||||||
this.labelWeight1.Text = "시작";
|
this.labelTitleStart.Text = "시작";
|
||||||
this.labelWeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleStart.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelWeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleStart.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelWeight1.Wordwrap = false;
|
this.labelTitleStart.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// buttonExtanalCAL
|
// buttonExtanalCAL
|
||||||
//
|
//
|
||||||
|
@ -407,10 +407,10 @@
|
||||||
private SmartX.SmartButton buttonStart;
|
private SmartX.SmartButton buttonStart;
|
||||||
private SmartX.SmartListBox listBoxHelp;
|
private SmartX.SmartListBox listBoxHelp;
|
||||||
private SmartX.SmartGroupBox groupBoxButton;
|
private SmartX.SmartGroupBox groupBoxButton;
|
||||||
private SmartX.SmartLabel labelWeight1;
|
private SmartX.SmartLabel labelTitleStart;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleCancel;
|
||||||
private SmartX.SmartButton buttonExtanalCAL;
|
private SmartX.SmartButton buttonExtanalCAL;
|
||||||
private SmartX.SmartButton buttonZero;
|
private SmartX.SmartButton buttonZero;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel labelTitleZero;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -57,11 +57,14 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.English:
|
case DataStore.LanguageID.English:
|
||||||
#region English
|
#region English
|
||||||
this.labelTitle.Text = "Calibration";
|
this.labelTitle.Text = "Calibration";
|
||||||
this.buttonStart.Text = "Start";
|
this.labelTitleZero.Text = "Zero";
|
||||||
//this.buttonBalance.Text = "Balance";
|
this.labelTitleStart.Text = "Start";
|
||||||
this.buttonCancel.Text = "Cancel";
|
this.labelTitleCancel.Text = "Cancel";
|
||||||
this.groupBoxHelp.Text = "Help";
|
this.groupBoxHelp.Text = "Help";
|
||||||
|
|
||||||
|
this.buttonExtanalCAL.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDisable));
|
||||||
|
this.buttonExtanalCAL.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDown));
|
||||||
|
this.buttonExtanalCAL.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionUp));
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
||||||
|
@ -70,34 +73,30 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.Chinese:
|
case DataStore.LanguageID.Chinese:
|
||||||
#region Chinese
|
#region Chinese
|
||||||
this.labelTitle.Text = "校准";
|
this.labelTitle.Text = "校准";
|
||||||
this.buttonStart.Text = "开启";
|
this.labelTitleZero.Text = "零";
|
||||||
//this.buttonBalance.Text = "分銅";
|
this.labelTitleStart.Text = "开启";
|
||||||
this.buttonCancel.Text = "取消";
|
this.labelTitleCancel.Text = "取消";
|
||||||
this.groupBoxHelp.Text = "帮助";
|
this.groupBoxHelp.Text = "帮助";
|
||||||
|
|
||||||
|
this.buttonExtanalCAL.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDisable));
|
||||||
|
this.buttonExtanalCAL.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDown));
|
||||||
|
this.buttonExtanalCAL.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionUp));
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
||||||
|
|
||||||
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDisable));
|
|
||||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDown));
|
|
||||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartUp));
|
|
||||||
//this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDisable));
|
|
||||||
//this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDown));
|
|
||||||
//this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceUp));
|
|
||||||
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDisable));
|
|
||||||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown));
|
|
||||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelUp));
|
|
||||||
#endregion
|
#endregion
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Czech:
|
case DataStore.LanguageID.Czech:
|
||||||
#region Czech
|
#region Czech
|
||||||
this.labelTitle.Text = "Kalibrace";
|
this.labelTitle.Text = "Kalibrace";
|
||||||
this.buttonStart.Text = "Start";
|
this.labelTitleZero.Text = "Nula";
|
||||||
//this.buttonBalance.Text = "Váha";
|
this.labelTitleStart.Text = "Start";
|
||||||
this.buttonCancel.Text = "Zrušit";
|
this.labelTitleCancel.Text = "Zrušit";
|
||||||
this.groupBoxHelp.Text = "Pomoc";
|
this.groupBoxHelp.Text = "Pomoc";
|
||||||
|
|
||||||
|
this.buttonExtanalCAL.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDisable));
|
||||||
|
this.buttonExtanalCAL.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDown));
|
||||||
|
this.buttonExtanalCAL.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionUp));
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp));
|
||||||
|
@ -106,11 +105,14 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.German:
|
case DataStore.LanguageID.German:
|
||||||
#region German
|
#region German
|
||||||
this.labelTitle.Text = "Kalibrierung";
|
this.labelTitle.Text = "Kalibrierung";
|
||||||
this.buttonStart.Text = "Start";
|
this.labelTitleZero.Text = "Null";
|
||||||
//this.buttonBalance.Text = "Gegengewicht";
|
this.labelTitleStart.Text = "Start";
|
||||||
this.buttonCancel.Text = "Stornieren";
|
this.labelTitleCancel.Text = "Stornieren";
|
||||||
this.groupBoxHelp.Text = "Hilfe";
|
this.groupBoxHelp.Text = "Hilfe";
|
||||||
|
|
||||||
|
this.buttonExtanalCAL.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerCorrectionDisable));
|
||||||
|
this.buttonExtanalCAL.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerCorrectionDown));
|
||||||
|
this.buttonExtanalCAL.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerCorrectionUp));
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
|
||||||
|
@ -119,11 +121,14 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
#region Japanese
|
#region Japanese
|
||||||
this.labelTitle.Text = "校正";
|
this.labelTitle.Text = "校正";
|
||||||
this.buttonStart.Text = "スタㅡト";
|
this.labelTitleZero.Text = "ゼロ";
|
||||||
//this.buttonBalance.Text = "バランス";
|
this.labelTitleStart.Text = "スタㅡト";
|
||||||
this.buttonCancel.Text = "キャンセル";
|
this.labelTitleCancel.Text = "キャンセル";
|
||||||
this.groupBoxHelp.Text = "ヘルプ";
|
this.groupBoxHelp.Text = "ヘルプ";
|
||||||
|
|
||||||
|
this.buttonExtanalCAL.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDisable));
|
||||||
|
this.buttonExtanalCAL.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionDown));
|
||||||
|
this.buttonExtanalCAL.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engCorrectionUp));
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
|
||||||
|
@ -609,7 +614,21 @@ namespace INT63DC_6CH.Forms
|
||||||
if (this.buttonExtanalCAL.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
|
if (this.buttonExtanalCAL.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
|
||||||
{
|
{
|
||||||
this.IsBasicMode = false;
|
this.IsBasicMode = false;
|
||||||
this.groupBoxButton.Text = "교정모드";
|
|
||||||
|
switch (this.ParentForm.SystemConfig.Language)
|
||||||
|
{
|
||||||
|
case DataStore.LanguageID.Korean:
|
||||||
|
this.groupBoxButton.Text = "교정모드";
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.English:
|
||||||
|
this.groupBoxButton.Text = "Correction Mode";
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.German:
|
||||||
|
this.groupBoxButton.Text = "Korrekturmodus";
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -47,6 +47,24 @@
|
||||||
this.labelTitleServerPort = new SmartX.SmartLabel();
|
this.labelTitleServerPort = new SmartX.SmartLabel();
|
||||||
this.labelServerStatus = new SmartX.SmartLabel();
|
this.labelServerStatus = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.smartLabel2 = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel1 = new SmartX.SmartLabel();
|
||||||
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
||||||
|
this.buttonSend = new System.Windows.Forms.Button();
|
||||||
|
this.button10LaneSend = new System.Windows.Forms.Button();
|
||||||
|
this.buttonStop = new System.Windows.Forms.Button();
|
||||||
|
this.button1LaneSend = new System.Windows.Forms.Button();
|
||||||
|
this.buttonStart = new System.Windows.Forms.Button();
|
||||||
|
this.buttonDataSend = new System.Windows.Forms.Button();
|
||||||
|
this.buttonTcpSave2 = new System.Windows.Forms.Button();
|
||||||
|
this.labelClientStatus = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleClientServerIP = new SmartX.SmartLabel();
|
||||||
|
this.labelHostIP1 = new SmartX.SmartLabel();
|
||||||
|
this.labelHostIP2 = new SmartX.SmartLabel();
|
||||||
|
this.labelHostIP3 = new SmartX.SmartLabel();
|
||||||
|
this.labelHostPort = new SmartX.SmartLabel();
|
||||||
|
this.labelHostIP4 = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleClientServerPort = new SmartX.SmartLabel();
|
||||||
this.labelProtocolDescriptionEthernet_1 = new SmartX.SmartLabel();
|
this.labelProtocolDescriptionEthernet_1 = new SmartX.SmartLabel();
|
||||||
this.labelStartAddress = new SmartX.SmartLabel();
|
this.labelStartAddress = new SmartX.SmartLabel();
|
||||||
this.labelTitleStartAddress = new SmartX.SmartLabel();
|
this.labelTitleStartAddress = new SmartX.SmartLabel();
|
||||||
|
@ -80,24 +98,6 @@
|
||||||
this.smartListBoxClientList = new SmartX.SmartListBox();
|
this.smartListBoxClientList = new SmartX.SmartListBox();
|
||||||
this.labelClientCount = new SmartX.SmartLabel();
|
this.labelClientCount = new SmartX.SmartLabel();
|
||||||
this.timer1 = new System.Windows.Forms.Timer();
|
this.timer1 = new System.Windows.Forms.Timer();
|
||||||
this.buttonStart = new System.Windows.Forms.Button();
|
|
||||||
this.buttonStop = new System.Windows.Forms.Button();
|
|
||||||
this.buttonSend = new System.Windows.Forms.Button();
|
|
||||||
this.button10LaneSend = new System.Windows.Forms.Button();
|
|
||||||
this.button1LaneSend = new System.Windows.Forms.Button();
|
|
||||||
this.buttonDataSend = new System.Windows.Forms.Button();
|
|
||||||
this.buttonTcpSave2 = new System.Windows.Forms.Button();
|
|
||||||
this.labelClientStatus = new SmartX.SmartLabel();
|
|
||||||
this.labelTitleClientServerIP = new SmartX.SmartLabel();
|
|
||||||
this.labelHostIP1 = new SmartX.SmartLabel();
|
|
||||||
this.labelHostIP2 = new SmartX.SmartLabel();
|
|
||||||
this.labelHostIP3 = new SmartX.SmartLabel();
|
|
||||||
this.labelHostPort = new SmartX.SmartLabel();
|
|
||||||
this.labelHostIP4 = new SmartX.SmartLabel();
|
|
||||||
this.labelTitleClientServerPort = new SmartX.SmartLabel();
|
|
||||||
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.groupBoxComm.SuspendLayout();
|
this.groupBoxComm.SuspendLayout();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
|
@ -481,6 +481,298 @@
|
||||||
this.smartGroupBox1.Text = "TCP";
|
this.smartGroupBox1.Text = "TCP";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
|
// smartLabel2
|
||||||
|
//
|
||||||
|
this.smartLabel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.smartLabel2.BackPictureBox = null;
|
||||||
|
this.smartLabel2.BackPictureBox1 = null;
|
||||||
|
this.smartLabel2.BackPictureBox2 = null;
|
||||||
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.smartLabel2.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel2.InitVisible = true;
|
||||||
|
this.smartLabel2.LineSpacing = 0F;
|
||||||
|
this.smartLabel2.Location = new System.Drawing.Point(502, 176);
|
||||||
|
this.smartLabel2.Name = "smartLabel2";
|
||||||
|
this.smartLabel2.Size = new System.Drawing.Size(440, 30);
|
||||||
|
this.smartLabel2.TabIndex = 254;
|
||||||
|
this.smartLabel2.Text = "Client";
|
||||||
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// smartLabel1
|
||||||
|
//
|
||||||
|
this.smartLabel1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.smartLabel1.BackPictureBox = null;
|
||||||
|
this.smartLabel1.BackPictureBox1 = null;
|
||||||
|
this.smartLabel1.BackPictureBox2 = null;
|
||||||
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.smartLabel1.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel1.InitVisible = true;
|
||||||
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
|
this.smartLabel1.Location = new System.Drawing.Point(502, 30);
|
||||||
|
this.smartLabel1.Name = "smartLabel1";
|
||||||
|
this.smartLabel1.Size = new System.Drawing.Size(440, 30);
|
||||||
|
this.smartLabel1.TabIndex = 253;
|
||||||
|
this.smartLabel1.Text = "Server";
|
||||||
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel1.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// smartSeparatorLine1
|
||||||
|
//
|
||||||
|
this.smartSeparatorLine1.InitVisible = true;
|
||||||
|
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
|
||||||
|
this.smartSeparatorLine1.Line1Width = 1F;
|
||||||
|
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
|
||||||
|
this.smartSeparatorLine1.Line2Visible = true;
|
||||||
|
this.smartSeparatorLine1.Line2Width = 1F;
|
||||||
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
|
||||||
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(478, 21);
|
||||||
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
||||||
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 350);
|
||||||
|
this.smartSeparatorLine1.TabIndex = 251;
|
||||||
|
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
||||||
|
//
|
||||||
|
// buttonSend
|
||||||
|
//
|
||||||
|
this.buttonSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.buttonSend.Location = new System.Drawing.Point(534, 394);
|
||||||
|
this.buttonSend.Name = "buttonSend";
|
||||||
|
this.buttonSend.Size = new System.Drawing.Size(100, 50);
|
||||||
|
this.buttonSend.TabIndex = 218;
|
||||||
|
this.buttonSend.Text = "SEND";
|
||||||
|
this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
|
||||||
|
//
|
||||||
|
// button10LaneSend
|
||||||
|
//
|
||||||
|
this.button10LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.button10LaneSend.Location = new System.Drawing.Point(802, 318);
|
||||||
|
this.button10LaneSend.Name = "button10LaneSend";
|
||||||
|
this.button10LaneSend.Size = new System.Drawing.Size(120, 38);
|
||||||
|
this.button10LaneSend.TabIndex = 243;
|
||||||
|
this.button10LaneSend.Text = "10 Lane Send";
|
||||||
|
this.button10LaneSend.Visible = false;
|
||||||
|
this.button10LaneSend.Click += new System.EventHandler(this.button10LaneSend_Click);
|
||||||
|
//
|
||||||
|
// buttonStop
|
||||||
|
//
|
||||||
|
this.buttonStop.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.buttonStop.Location = new System.Drawing.Point(428, 394);
|
||||||
|
this.buttonStop.Name = "buttonStop";
|
||||||
|
this.buttonStop.Size = new System.Drawing.Size(100, 50);
|
||||||
|
this.buttonStop.TabIndex = 217;
|
||||||
|
this.buttonStop.Text = "STOP";
|
||||||
|
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
|
||||||
|
//
|
||||||
|
// button1LaneSend
|
||||||
|
//
|
||||||
|
this.button1LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.button1LaneSend.Location = new System.Drawing.Point(659, 318);
|
||||||
|
this.button1LaneSend.Name = "button1LaneSend";
|
||||||
|
this.button1LaneSend.Size = new System.Drawing.Size(120, 38);
|
||||||
|
this.button1LaneSend.TabIndex = 242;
|
||||||
|
this.button1LaneSend.Text = "1 Lane Send";
|
||||||
|
this.button1LaneSend.Visible = false;
|
||||||
|
this.button1LaneSend.Click += new System.EventHandler(this.button1LaneSend_Click);
|
||||||
|
//
|
||||||
|
// buttonStart
|
||||||
|
//
|
||||||
|
this.buttonStart.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.buttonStart.Location = new System.Drawing.Point(322, 394);
|
||||||
|
this.buttonStart.Name = "buttonStart";
|
||||||
|
this.buttonStart.Size = new System.Drawing.Size(100, 50);
|
||||||
|
this.buttonStart.TabIndex = 216;
|
||||||
|
this.buttonStart.Text = "START";
|
||||||
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
||||||
|
//
|
||||||
|
// buttonDataSend
|
||||||
|
//
|
||||||
|
this.buttonDataSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.buttonDataSend.Location = new System.Drawing.Point(517, 318);
|
||||||
|
this.buttonDataSend.Name = "buttonDataSend";
|
||||||
|
this.buttonDataSend.Size = new System.Drawing.Size(120, 38);
|
||||||
|
this.buttonDataSend.TabIndex = 241;
|
||||||
|
this.buttonDataSend.Text = "Common Send";
|
||||||
|
this.buttonDataSend.Visible = false;
|
||||||
|
this.buttonDataSend.Click += new System.EventHandler(this.buttonDataSend_Click);
|
||||||
|
//
|
||||||
|
// buttonTcpSave2
|
||||||
|
//
|
||||||
|
this.buttonTcpSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.buttonTcpSave2.Location = new System.Drawing.Point(794, 282);
|
||||||
|
this.buttonTcpSave2.Name = "buttonTcpSave2";
|
||||||
|
this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28);
|
||||||
|
this.buttonTcpSave2.TabIndex = 240;
|
||||||
|
this.buttonTcpSave2.Text = "SAVE";
|
||||||
|
this.buttonTcpSave2.Click += new System.EventHandler(this.buttonTcpSave2_Click);
|
||||||
|
//
|
||||||
|
// labelClientStatus
|
||||||
|
//
|
||||||
|
this.labelClientStatus.BackColor = System.Drawing.SystemColors.ControlLight;
|
||||||
|
this.labelClientStatus.BackPictureBox = null;
|
||||||
|
this.labelClientStatus.BackPictureBox1 = null;
|
||||||
|
this.labelClientStatus.BackPictureBox2 = null;
|
||||||
|
this.labelClientStatus.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelClientStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelClientStatus.InitVisible = true;
|
||||||
|
this.labelClientStatus.LineSpacing = 0F;
|
||||||
|
this.labelClientStatus.Location = new System.Drawing.Point(682, 214);
|
||||||
|
this.labelClientStatus.Name = "labelClientStatus";
|
||||||
|
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
|
||||||
|
this.labelClientStatus.TabIndex = 239;
|
||||||
|
this.labelClientStatus.Text = ">Disconnected Server";
|
||||||
|
this.labelClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelClientStatus.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleClientServerIP
|
||||||
|
//
|
||||||
|
this.labelTitleClientServerIP.BackColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleClientServerIP.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelTitleClientServerIP.BackPictureBox1 = null;
|
||||||
|
this.labelTitleClientServerIP.BackPictureBox2 = null;
|
||||||
|
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleClientServerIP.InitVisible = true;
|
||||||
|
this.labelTitleClientServerIP.LineSpacing = 0F;
|
||||||
|
this.labelTitleClientServerIP.Location = new System.Drawing.Point(536, 248);
|
||||||
|
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
|
||||||
|
this.labelTitleClientServerIP.Size = new System.Drawing.Size(140, 28);
|
||||||
|
this.labelTitleClientServerIP.TabIndex = 232;
|
||||||
|
this.labelTitleClientServerIP.Text = "Server IP";
|
||||||
|
this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleClientServerIP.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelHostIP1
|
||||||
|
//
|
||||||
|
this.labelHostIP1.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelHostIP1.BackPictureBox = null;
|
||||||
|
this.labelHostIP1.BackPictureBox1 = null;
|
||||||
|
this.labelHostIP1.BackPictureBox2 = null;
|
||||||
|
this.labelHostIP1.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelHostIP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelHostIP1.InitVisible = true;
|
||||||
|
this.labelHostIP1.LineSpacing = 0F;
|
||||||
|
this.labelHostIP1.Location = new System.Drawing.Point(682, 248);
|
||||||
|
this.labelHostIP1.Name = "labelHostIP1";
|
||||||
|
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
|
||||||
|
this.labelHostIP1.TabIndex = 233;
|
||||||
|
this.labelHostIP1.Text = "100";
|
||||||
|
this.labelHostIP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelHostIP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelHostIP1.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelHostIP2
|
||||||
|
//
|
||||||
|
this.labelHostIP2.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelHostIP2.BackPictureBox = null;
|
||||||
|
this.labelHostIP2.BackPictureBox1 = null;
|
||||||
|
this.labelHostIP2.BackPictureBox2 = null;
|
||||||
|
this.labelHostIP2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelHostIP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelHostIP2.InitVisible = true;
|
||||||
|
this.labelHostIP2.LineSpacing = 0F;
|
||||||
|
this.labelHostIP2.Location = new System.Drawing.Point(738, 248);
|
||||||
|
this.labelHostIP2.Name = "labelHostIP2";
|
||||||
|
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
|
||||||
|
this.labelHostIP2.TabIndex = 234;
|
||||||
|
this.labelHostIP2.Text = "100";
|
||||||
|
this.labelHostIP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelHostIP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelHostIP2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelHostIP3
|
||||||
|
//
|
||||||
|
this.labelHostIP3.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelHostIP3.BackPictureBox = null;
|
||||||
|
this.labelHostIP3.BackPictureBox1 = null;
|
||||||
|
this.labelHostIP3.BackPictureBox2 = null;
|
||||||
|
this.labelHostIP3.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelHostIP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelHostIP3.InitVisible = true;
|
||||||
|
this.labelHostIP3.LineSpacing = 0F;
|
||||||
|
this.labelHostIP3.Location = new System.Drawing.Point(794, 248);
|
||||||
|
this.labelHostIP3.Name = "labelHostIP3";
|
||||||
|
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
|
||||||
|
this.labelHostIP3.TabIndex = 235;
|
||||||
|
this.labelHostIP3.Text = "100";
|
||||||
|
this.labelHostIP3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelHostIP3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelHostIP3.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelHostPort
|
||||||
|
//
|
||||||
|
this.labelHostPort.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelHostPort.BackPictureBox = null;
|
||||||
|
this.labelHostPort.BackPictureBox1 = null;
|
||||||
|
this.labelHostPort.BackPictureBox2 = null;
|
||||||
|
this.labelHostPort.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelHostPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelHostPort.InitVisible = true;
|
||||||
|
this.labelHostPort.LineSpacing = 0F;
|
||||||
|
this.labelHostPort.Location = new System.Drawing.Point(682, 282);
|
||||||
|
this.labelHostPort.Name = "labelHostPort";
|
||||||
|
this.labelHostPort.Size = new System.Drawing.Size(106, 28);
|
||||||
|
this.labelHostPort.TabIndex = 238;
|
||||||
|
this.labelHostPort.Text = "100";
|
||||||
|
this.labelHostPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelHostPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelHostPort.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelHostIP4
|
||||||
|
//
|
||||||
|
this.labelHostIP4.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelHostIP4.BackPictureBox = null;
|
||||||
|
this.labelHostIP4.BackPictureBox1 = null;
|
||||||
|
this.labelHostIP4.BackPictureBox2 = null;
|
||||||
|
this.labelHostIP4.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelHostIP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelHostIP4.InitVisible = true;
|
||||||
|
this.labelHostIP4.LineSpacing = 0F;
|
||||||
|
this.labelHostIP4.Location = new System.Drawing.Point(850, 248);
|
||||||
|
this.labelHostIP4.Name = "labelHostIP4";
|
||||||
|
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
|
||||||
|
this.labelHostIP4.TabIndex = 236;
|
||||||
|
this.labelHostIP4.Text = "100";
|
||||||
|
this.labelHostIP4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelHostIP4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelHostIP4.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleClientServerPort
|
||||||
|
//
|
||||||
|
this.labelTitleClientServerPort.BackColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleClientServerPort.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelTitleClientServerPort.BackPictureBox1 = null;
|
||||||
|
this.labelTitleClientServerPort.BackPictureBox2 = null;
|
||||||
|
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleClientServerPort.InitVisible = true;
|
||||||
|
this.labelTitleClientServerPort.LineSpacing = 0F;
|
||||||
|
this.labelTitleClientServerPort.Location = new System.Drawing.Point(536, 282);
|
||||||
|
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
|
||||||
|
this.labelTitleClientServerPort.Size = new System.Drawing.Size(140, 28);
|
||||||
|
this.labelTitleClientServerPort.TabIndex = 237;
|
||||||
|
this.labelTitleClientServerPort.Text = "Server Port";
|
||||||
|
this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleClientServerPort.Wordwrap = false;
|
||||||
|
//
|
||||||
// labelProtocolDescriptionEthernet_1
|
// labelProtocolDescriptionEthernet_1
|
||||||
//
|
//
|
||||||
this.labelProtocolDescriptionEthernet_1.BackPictureBox = this.smartForm1;
|
this.labelProtocolDescriptionEthernet_1.BackPictureBox = this.smartForm1;
|
||||||
|
@ -1121,294 +1413,6 @@
|
||||||
//
|
//
|
||||||
this.timer1.Interval = 2000;
|
this.timer1.Interval = 2000;
|
||||||
//
|
//
|
||||||
// buttonStart
|
|
||||||
//
|
|
||||||
this.buttonStart.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.buttonStart.Location = new System.Drawing.Point(322, 394);
|
|
||||||
this.buttonStart.Name = "buttonStart";
|
|
||||||
this.buttonStart.Size = new System.Drawing.Size(100, 50);
|
|
||||||
this.buttonStart.TabIndex = 216;
|
|
||||||
this.buttonStart.Text = "START";
|
|
||||||
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
|
||||||
//
|
|
||||||
// buttonStop
|
|
||||||
//
|
|
||||||
this.buttonStop.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.buttonStop.Location = new System.Drawing.Point(428, 394);
|
|
||||||
this.buttonStop.Name = "buttonStop";
|
|
||||||
this.buttonStop.Size = new System.Drawing.Size(100, 50);
|
|
||||||
this.buttonStop.TabIndex = 217;
|
|
||||||
this.buttonStop.Text = "STOP";
|
|
||||||
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
|
|
||||||
//
|
|
||||||
// buttonSend
|
|
||||||
//
|
|
||||||
this.buttonSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.buttonSend.Location = new System.Drawing.Point(534, 394);
|
|
||||||
this.buttonSend.Name = "buttonSend";
|
|
||||||
this.buttonSend.Size = new System.Drawing.Size(100, 50);
|
|
||||||
this.buttonSend.TabIndex = 218;
|
|
||||||
this.buttonSend.Text = "SEND";
|
|
||||||
this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
|
|
||||||
//
|
|
||||||
// button10LaneSend
|
|
||||||
//
|
|
||||||
this.button10LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.button10LaneSend.Location = new System.Drawing.Point(802, 318);
|
|
||||||
this.button10LaneSend.Name = "button10LaneSend";
|
|
||||||
this.button10LaneSend.Size = new System.Drawing.Size(120, 38);
|
|
||||||
this.button10LaneSend.TabIndex = 243;
|
|
||||||
this.button10LaneSend.Text = "10 Lane Send";
|
|
||||||
this.button10LaneSend.Visible = false;
|
|
||||||
//
|
|
||||||
// button1LaneSend
|
|
||||||
//
|
|
||||||
this.button1LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.button1LaneSend.Location = new System.Drawing.Point(659, 318);
|
|
||||||
this.button1LaneSend.Name = "button1LaneSend";
|
|
||||||
this.button1LaneSend.Size = new System.Drawing.Size(120, 38);
|
|
||||||
this.button1LaneSend.TabIndex = 242;
|
|
||||||
this.button1LaneSend.Text = "1 Lane Send";
|
|
||||||
this.button1LaneSend.Visible = false;
|
|
||||||
//
|
|
||||||
// buttonDataSend
|
|
||||||
//
|
|
||||||
this.buttonDataSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.buttonDataSend.Location = new System.Drawing.Point(517, 318);
|
|
||||||
this.buttonDataSend.Name = "buttonDataSend";
|
|
||||||
this.buttonDataSend.Size = new System.Drawing.Size(120, 38);
|
|
||||||
this.buttonDataSend.TabIndex = 241;
|
|
||||||
this.buttonDataSend.Text = "Common Send";
|
|
||||||
this.buttonDataSend.Visible = false;
|
|
||||||
//
|
|
||||||
// buttonTcpSave2
|
|
||||||
//
|
|
||||||
this.buttonTcpSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.buttonTcpSave2.Location = new System.Drawing.Point(794, 282);
|
|
||||||
this.buttonTcpSave2.Name = "buttonTcpSave2";
|
|
||||||
this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28);
|
|
||||||
this.buttonTcpSave2.TabIndex = 240;
|
|
||||||
this.buttonTcpSave2.Text = "SAVE";
|
|
||||||
//
|
|
||||||
// labelClientStatus
|
|
||||||
//
|
|
||||||
this.labelClientStatus.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
||||||
this.labelClientStatus.BackPictureBox = null;
|
|
||||||
this.labelClientStatus.BackPictureBox1 = null;
|
|
||||||
this.labelClientStatus.BackPictureBox2 = null;
|
|
||||||
this.labelClientStatus.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelClientStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelClientStatus.InitVisible = true;
|
|
||||||
this.labelClientStatus.LineSpacing = 0F;
|
|
||||||
this.labelClientStatus.Location = new System.Drawing.Point(682, 214);
|
|
||||||
this.labelClientStatus.Name = "labelClientStatus";
|
|
||||||
this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
|
|
||||||
this.labelClientStatus.TabIndex = 239;
|
|
||||||
this.labelClientStatus.Text = ">Disconnected Server";
|
|
||||||
this.labelClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelClientStatus.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelTitleClientServerIP
|
|
||||||
//
|
|
||||||
this.labelTitleClientServerIP.BackColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleClientServerIP.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelTitleClientServerIP.BackPictureBox1 = null;
|
|
||||||
this.labelTitleClientServerIP.BackPictureBox2 = null;
|
|
||||||
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleClientServerIP.InitVisible = true;
|
|
||||||
this.labelTitleClientServerIP.LineSpacing = 0F;
|
|
||||||
this.labelTitleClientServerIP.Location = new System.Drawing.Point(536, 248);
|
|
||||||
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
|
|
||||||
this.labelTitleClientServerIP.Size = new System.Drawing.Size(140, 28);
|
|
||||||
this.labelTitleClientServerIP.TabIndex = 232;
|
|
||||||
this.labelTitleClientServerIP.Text = "Server IP";
|
|
||||||
this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelTitleClientServerIP.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelHostIP1
|
|
||||||
//
|
|
||||||
this.labelHostIP1.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelHostIP1.BackPictureBox = null;
|
|
||||||
this.labelHostIP1.BackPictureBox1 = null;
|
|
||||||
this.labelHostIP1.BackPictureBox2 = null;
|
|
||||||
this.labelHostIP1.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelHostIP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelHostIP1.InitVisible = true;
|
|
||||||
this.labelHostIP1.LineSpacing = 0F;
|
|
||||||
this.labelHostIP1.Location = new System.Drawing.Point(682, 248);
|
|
||||||
this.labelHostIP1.Name = "labelHostIP1";
|
|
||||||
this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
|
|
||||||
this.labelHostIP1.TabIndex = 233;
|
|
||||||
this.labelHostIP1.Text = "100";
|
|
||||||
this.labelHostIP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelHostIP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelHostIP1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelHostIP2
|
|
||||||
//
|
|
||||||
this.labelHostIP2.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelHostIP2.BackPictureBox = null;
|
|
||||||
this.labelHostIP2.BackPictureBox1 = null;
|
|
||||||
this.labelHostIP2.BackPictureBox2 = null;
|
|
||||||
this.labelHostIP2.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelHostIP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelHostIP2.InitVisible = true;
|
|
||||||
this.labelHostIP2.LineSpacing = 0F;
|
|
||||||
this.labelHostIP2.Location = new System.Drawing.Point(738, 248);
|
|
||||||
this.labelHostIP2.Name = "labelHostIP2";
|
|
||||||
this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
|
|
||||||
this.labelHostIP2.TabIndex = 234;
|
|
||||||
this.labelHostIP2.Text = "100";
|
|
||||||
this.labelHostIP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelHostIP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelHostIP2.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelHostIP3
|
|
||||||
//
|
|
||||||
this.labelHostIP3.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelHostIP3.BackPictureBox = null;
|
|
||||||
this.labelHostIP3.BackPictureBox1 = null;
|
|
||||||
this.labelHostIP3.BackPictureBox2 = null;
|
|
||||||
this.labelHostIP3.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelHostIP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelHostIP3.InitVisible = true;
|
|
||||||
this.labelHostIP3.LineSpacing = 0F;
|
|
||||||
this.labelHostIP3.Location = new System.Drawing.Point(794, 248);
|
|
||||||
this.labelHostIP3.Name = "labelHostIP3";
|
|
||||||
this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
|
|
||||||
this.labelHostIP3.TabIndex = 235;
|
|
||||||
this.labelHostIP3.Text = "100";
|
|
||||||
this.labelHostIP3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelHostIP3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelHostIP3.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelHostPort
|
|
||||||
//
|
|
||||||
this.labelHostPort.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelHostPort.BackPictureBox = null;
|
|
||||||
this.labelHostPort.BackPictureBox1 = null;
|
|
||||||
this.labelHostPort.BackPictureBox2 = null;
|
|
||||||
this.labelHostPort.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelHostPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelHostPort.InitVisible = true;
|
|
||||||
this.labelHostPort.LineSpacing = 0F;
|
|
||||||
this.labelHostPort.Location = new System.Drawing.Point(682, 282);
|
|
||||||
this.labelHostPort.Name = "labelHostPort";
|
|
||||||
this.labelHostPort.Size = new System.Drawing.Size(106, 28);
|
|
||||||
this.labelHostPort.TabIndex = 238;
|
|
||||||
this.labelHostPort.Text = "100";
|
|
||||||
this.labelHostPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelHostPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelHostPort.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelHostIP4
|
|
||||||
//
|
|
||||||
this.labelHostIP4.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelHostIP4.BackPictureBox = null;
|
|
||||||
this.labelHostIP4.BackPictureBox1 = null;
|
|
||||||
this.labelHostIP4.BackPictureBox2 = null;
|
|
||||||
this.labelHostIP4.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelHostIP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelHostIP4.InitVisible = true;
|
|
||||||
this.labelHostIP4.LineSpacing = 0F;
|
|
||||||
this.labelHostIP4.Location = new System.Drawing.Point(850, 248);
|
|
||||||
this.labelHostIP4.Name = "labelHostIP4";
|
|
||||||
this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
|
|
||||||
this.labelHostIP4.TabIndex = 236;
|
|
||||||
this.labelHostIP4.Text = "100";
|
|
||||||
this.labelHostIP4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelHostIP4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelHostIP4.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelTitleClientServerPort
|
|
||||||
//
|
|
||||||
this.labelTitleClientServerPort.BackColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleClientServerPort.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelTitleClientServerPort.BackPictureBox1 = null;
|
|
||||||
this.labelTitleClientServerPort.BackPictureBox2 = null;
|
|
||||||
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleClientServerPort.InitVisible = true;
|
|
||||||
this.labelTitleClientServerPort.LineSpacing = 0F;
|
|
||||||
this.labelTitleClientServerPort.Location = new System.Drawing.Point(536, 282);
|
|
||||||
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
|
|
||||||
this.labelTitleClientServerPort.Size = new System.Drawing.Size(140, 28);
|
|
||||||
this.labelTitleClientServerPort.TabIndex = 237;
|
|
||||||
this.labelTitleClientServerPort.Text = "Server Port";
|
|
||||||
this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelTitleClientServerPort.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartSeparatorLine1
|
|
||||||
//
|
|
||||||
this.smartSeparatorLine1.InitVisible = true;
|
|
||||||
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
|
|
||||||
this.smartSeparatorLine1.Line1Width = 1F;
|
|
||||||
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
|
|
||||||
this.smartSeparatorLine1.Line2Visible = true;
|
|
||||||
this.smartSeparatorLine1.Line2Width = 1F;
|
|
||||||
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
|
|
||||||
this.smartSeparatorLine1.Location = new System.Drawing.Point(478, 21);
|
|
||||||
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
|
||||||
this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 350);
|
|
||||||
this.smartSeparatorLine1.TabIndex = 251;
|
|
||||||
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
|
||||||
//
|
|
||||||
// smartLabel2
|
|
||||||
//
|
|
||||||
this.smartLabel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
||||||
this.smartLabel2.BackPictureBox = null;
|
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel2.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel2.InitVisible = true;
|
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(502, 176);
|
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(440, 30);
|
|
||||||
this.smartLabel2.TabIndex = 254;
|
|
||||||
this.smartLabel2.Text = "Client";
|
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel2.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel1
|
|
||||||
//
|
|
||||||
this.smartLabel1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
||||||
this.smartLabel1.BackPictureBox = null;
|
|
||||||
this.smartLabel1.BackPictureBox1 = null;
|
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel1.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel1.InitVisible = true;
|
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(502, 30);
|
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(440, 30);
|
|
||||||
this.smartLabel1.TabIndex = 253;
|
|
||||||
this.smartLabel1.Text = "Server";
|
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// FormCommunication
|
// FormCommunication
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
|
|
@ -152,7 +152,7 @@
|
||||||
this.labelStaticWeightLimitIgnoreCount.BackPictureBox2 = null;
|
this.labelStaticWeightLimitIgnoreCount.BackPictureBox2 = null;
|
||||||
this.labelStaticWeightLimitIgnoreCount.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticWeightLimitIgnoreCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticWeightLimitIgnoreCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticWeightLimitIgnoreCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticWeightLimitIgnoreCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticWeightLimitIgnoreCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticWeightLimitIgnoreCount.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticWeightLimitIgnoreCount.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticWeightLimitIgnoreCount.InitVisible = true;
|
this.labelStaticWeightLimitIgnoreCount.InitVisible = true;
|
||||||
this.labelStaticWeightLimitIgnoreCount.LineSpacing = 0F;
|
this.labelStaticWeightLimitIgnoreCount.LineSpacing = 0F;
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
this.labelInfo2.BackPictureBox2 = null;
|
this.labelInfo2.BackPictureBox2 = null;
|
||||||
this.labelInfo2.BorderColor = System.Drawing.Color.Black;
|
this.labelInfo2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInfo2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelInfo2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInfo2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelInfo2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelInfo2.ForeColor = System.Drawing.Color.MediumBlue;
|
this.labelInfo2.ForeColor = System.Drawing.Color.MediumBlue;
|
||||||
this.labelInfo2.InitVisible = true;
|
this.labelInfo2.InitVisible = true;
|
||||||
this.labelInfo2.LineSpacing = 0F;
|
this.labelInfo2.LineSpacing = 0F;
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
this.labelInfo1.BackPictureBox2 = null;
|
this.labelInfo1.BackPictureBox2 = null;
|
||||||
this.labelInfo1.BorderColor = System.Drawing.Color.Black;
|
this.labelInfo1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInfo1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelInfo1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInfo1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelInfo1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelInfo1.ForeColor = System.Drawing.Color.MediumBlue;
|
this.labelInfo1.ForeColor = System.Drawing.Color.MediumBlue;
|
||||||
this.labelInfo1.InitVisible = true;
|
this.labelInfo1.InitVisible = true;
|
||||||
this.labelInfo1.LineSpacing = 0F;
|
this.labelInfo1.LineSpacing = 0F;
|
||||||
|
@ -235,7 +235,7 @@
|
||||||
this.labelStaticSorter2Location.BackPictureBox2 = null;
|
this.labelStaticSorter2Location.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter2Location.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2Location.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2Location.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter2Location.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter2Location.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter2Location.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter2Location.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2Location.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2Location.InitVisible = true;
|
this.labelStaticSorter2Location.InitVisible = true;
|
||||||
this.labelStaticSorter2Location.LineSpacing = 0F;
|
this.labelStaticSorter2Location.LineSpacing = 0F;
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
this.labelStaticSorter1Location.BackPictureBox2 = null;
|
this.labelStaticSorter1Location.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter1Location.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1Location.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1Location.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter1Location.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter1Location.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter1Location.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter1Location.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1Location.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1Location.InitVisible = true;
|
this.labelStaticSorter1Location.InitVisible = true;
|
||||||
this.labelStaticSorter1Location.LineSpacing = 0F;
|
this.labelStaticSorter1Location.LineSpacing = 0F;
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
this.labelStaticLogin.BackPictureBox2 = null;
|
this.labelStaticLogin.BackPictureBox2 = null;
|
||||||
this.labelStaticLogin.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticLogin.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticLogin.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticLogin.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticLogin.InitVisible = true;
|
this.labelStaticLogin.InitVisible = true;
|
||||||
this.labelStaticLogin.LineSpacing = 0F;
|
this.labelStaticLogin.LineSpacing = 0F;
|
||||||
this.labelStaticLogin.Location = new System.Drawing.Point(120, 228);
|
this.labelStaticLogin.Location = new System.Drawing.Point(120, 228);
|
||||||
|
@ -412,23 +412,24 @@
|
||||||
this.panel7.Controls.Add(this.radioButtonLanguageKorean);
|
this.panel7.Controls.Add(this.radioButtonLanguageKorean);
|
||||||
this.panel7.Location = new System.Drawing.Point(425, 321);
|
this.panel7.Location = new System.Drawing.Point(425, 321);
|
||||||
this.panel7.Name = "panel7";
|
this.panel7.Name = "panel7";
|
||||||
this.panel7.Size = new System.Drawing.Size(450, 50);
|
this.panel7.Size = new System.Drawing.Size(450, 25);
|
||||||
//
|
//
|
||||||
// radioButtonLanguageJap
|
// radioButtonLanguageJap
|
||||||
//
|
//
|
||||||
this.radioButtonLanguageJap.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonLanguageJap.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonLanguageJap.Location = new System.Drawing.Point(272, 27);
|
this.radioButtonLanguageJap.Location = new System.Drawing.Point(272, 27);
|
||||||
this.radioButtonLanguageJap.Name = "radioButtonLanguageJap";
|
this.radioButtonLanguageJap.Name = "radioButtonLanguageJap";
|
||||||
this.radioButtonLanguageJap.Size = new System.Drawing.Size(120, 20);
|
this.radioButtonLanguageJap.Size = new System.Drawing.Size(120, 20);
|
||||||
this.radioButtonLanguageJap.TabIndex = 6;
|
this.radioButtonLanguageJap.TabIndex = 6;
|
||||||
this.radioButtonLanguageJap.TabStop = false;
|
this.radioButtonLanguageJap.TabStop = false;
|
||||||
this.radioButtonLanguageJap.Text = "日本語";
|
this.radioButtonLanguageJap.Text = "日本語";
|
||||||
|
this.radioButtonLanguageJap.Visible = false;
|
||||||
this.radioButtonLanguageJap.Click += new System.EventHandler(this.control_Click);
|
this.radioButtonLanguageJap.Click += new System.EventHandler(this.control_Click);
|
||||||
//
|
//
|
||||||
// radioButtonLanguageGerman
|
// radioButtonLanguageGerman
|
||||||
//
|
//
|
||||||
this.radioButtonLanguageGerman.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonLanguageGerman.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonLanguageGerman.Location = new System.Drawing.Point(146, 27);
|
this.radioButtonLanguageGerman.Location = new System.Drawing.Point(272, 3);
|
||||||
this.radioButtonLanguageGerman.Name = "radioButtonLanguageGerman";
|
this.radioButtonLanguageGerman.Name = "radioButtonLanguageGerman";
|
||||||
this.radioButtonLanguageGerman.Size = new System.Drawing.Size(120, 20);
|
this.radioButtonLanguageGerman.Size = new System.Drawing.Size(120, 20);
|
||||||
this.radioButtonLanguageGerman.TabIndex = 5;
|
this.radioButtonLanguageGerman.TabIndex = 5;
|
||||||
|
@ -438,29 +439,31 @@
|
||||||
//
|
//
|
||||||
// radioButtonLanguageCzech
|
// radioButtonLanguageCzech
|
||||||
//
|
//
|
||||||
this.radioButtonLanguageCzech.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonLanguageCzech.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonLanguageCzech.Location = new System.Drawing.Point(20, 29);
|
this.radioButtonLanguageCzech.Location = new System.Drawing.Point(20, 27);
|
||||||
this.radioButtonLanguageCzech.Name = "radioButtonLanguageCzech";
|
this.radioButtonLanguageCzech.Name = "radioButtonLanguageCzech";
|
||||||
this.radioButtonLanguageCzech.Size = new System.Drawing.Size(120, 20);
|
this.radioButtonLanguageCzech.Size = new System.Drawing.Size(120, 20);
|
||||||
this.radioButtonLanguageCzech.TabIndex = 4;
|
this.radioButtonLanguageCzech.TabIndex = 4;
|
||||||
this.radioButtonLanguageCzech.TabStop = false;
|
this.radioButtonLanguageCzech.TabStop = false;
|
||||||
this.radioButtonLanguageCzech.Text = "Česky";
|
this.radioButtonLanguageCzech.Text = "Česky";
|
||||||
|
this.radioButtonLanguageCzech.Visible = false;
|
||||||
this.radioButtonLanguageCzech.Click += new System.EventHandler(this.control_Click);
|
this.radioButtonLanguageCzech.Click += new System.EventHandler(this.control_Click);
|
||||||
//
|
//
|
||||||
// radioButtonLanguageChinese
|
// radioButtonLanguageChinese
|
||||||
//
|
//
|
||||||
this.radioButtonLanguageChinese.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonLanguageChinese.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonLanguageChinese.Location = new System.Drawing.Point(272, 3);
|
this.radioButtonLanguageChinese.Location = new System.Drawing.Point(146, 27);
|
||||||
this.radioButtonLanguageChinese.Name = "radioButtonLanguageChinese";
|
this.radioButtonLanguageChinese.Name = "radioButtonLanguageChinese";
|
||||||
this.radioButtonLanguageChinese.Size = new System.Drawing.Size(120, 20);
|
this.radioButtonLanguageChinese.Size = new System.Drawing.Size(120, 20);
|
||||||
this.radioButtonLanguageChinese.TabIndex = 3;
|
this.radioButtonLanguageChinese.TabIndex = 3;
|
||||||
this.radioButtonLanguageChinese.TabStop = false;
|
this.radioButtonLanguageChinese.TabStop = false;
|
||||||
this.radioButtonLanguageChinese.Text = "汉语";
|
this.radioButtonLanguageChinese.Text = "汉语";
|
||||||
|
this.radioButtonLanguageChinese.Visible = false;
|
||||||
this.radioButtonLanguageChinese.Click += new System.EventHandler(this.control_Click);
|
this.radioButtonLanguageChinese.Click += new System.EventHandler(this.control_Click);
|
||||||
//
|
//
|
||||||
// radioButtonLanguageEnglish
|
// radioButtonLanguageEnglish
|
||||||
//
|
//
|
||||||
this.radioButtonLanguageEnglish.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonLanguageEnglish.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonLanguageEnglish.Location = new System.Drawing.Point(146, 3);
|
this.radioButtonLanguageEnglish.Location = new System.Drawing.Point(146, 3);
|
||||||
this.radioButtonLanguageEnglish.Name = "radioButtonLanguageEnglish";
|
this.radioButtonLanguageEnglish.Name = "radioButtonLanguageEnglish";
|
||||||
this.radioButtonLanguageEnglish.Size = new System.Drawing.Size(120, 20);
|
this.radioButtonLanguageEnglish.Size = new System.Drawing.Size(120, 20);
|
||||||
|
@ -472,7 +475,7 @@
|
||||||
// radioButtonLanguageKorean
|
// radioButtonLanguageKorean
|
||||||
//
|
//
|
||||||
this.radioButtonLanguageKorean.Checked = true;
|
this.radioButtonLanguageKorean.Checked = true;
|
||||||
this.radioButtonLanguageKorean.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonLanguageKorean.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonLanguageKorean.Location = new System.Drawing.Point(20, 3);
|
this.radioButtonLanguageKorean.Location = new System.Drawing.Point(20, 3);
|
||||||
this.radioButtonLanguageKorean.Name = "radioButtonLanguageKorean";
|
this.radioButtonLanguageKorean.Name = "radioButtonLanguageKorean";
|
||||||
this.radioButtonLanguageKorean.Size = new System.Drawing.Size(120, 20);
|
this.radioButtonLanguageKorean.Size = new System.Drawing.Size(120, 20);
|
||||||
|
@ -491,7 +494,7 @@
|
||||||
//
|
//
|
||||||
// radioButtonWeightViewReverse
|
// radioButtonWeightViewReverse
|
||||||
//
|
//
|
||||||
this.radioButtonWeightViewReverse.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonWeightViewReverse.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonWeightViewReverse.Location = new System.Drawing.Point(212, 3);
|
this.radioButtonWeightViewReverse.Location = new System.Drawing.Point(212, 3);
|
||||||
this.radioButtonWeightViewReverse.Name = "radioButtonWeightViewReverse";
|
this.radioButtonWeightViewReverse.Name = "radioButtonWeightViewReverse";
|
||||||
this.radioButtonWeightViewReverse.Size = new System.Drawing.Size(189, 20);
|
this.radioButtonWeightViewReverse.Size = new System.Drawing.Size(189, 20);
|
||||||
|
@ -502,7 +505,7 @@
|
||||||
// radioButtonWeightViewForward
|
// radioButtonWeightViewForward
|
||||||
//
|
//
|
||||||
this.radioButtonWeightViewForward.Checked = true;
|
this.radioButtonWeightViewForward.Checked = true;
|
||||||
this.radioButtonWeightViewForward.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.radioButtonWeightViewForward.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.radioButtonWeightViewForward.Location = new System.Drawing.Point(20, 3);
|
this.radioButtonWeightViewForward.Location = new System.Drawing.Point(20, 3);
|
||||||
this.radioButtonWeightViewForward.Name = "radioButtonWeightViewForward";
|
this.radioButtonWeightViewForward.Name = "radioButtonWeightViewForward";
|
||||||
this.radioButtonWeightViewForward.Size = new System.Drawing.Size(189, 20);
|
this.radioButtonWeightViewForward.Size = new System.Drawing.Size(189, 20);
|
||||||
|
@ -518,7 +521,7 @@
|
||||||
this.labelWarning2.BackPictureBox2 = null;
|
this.labelWarning2.BackPictureBox2 = null;
|
||||||
this.labelWarning2.BorderColor = System.Drawing.Color.Black;
|
this.labelWarning2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelWarning2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelWarning2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWarning2.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelWarning2.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelWarning2.InitVisible = true;
|
this.labelWarning2.InitVisible = true;
|
||||||
this.labelWarning2.LineSpacing = 0F;
|
this.labelWarning2.LineSpacing = 0F;
|
||||||
|
@ -539,7 +542,7 @@
|
||||||
this.labelWarning1.BackPictureBox2 = null;
|
this.labelWarning1.BackPictureBox2 = null;
|
||||||
this.labelWarning1.BorderColor = System.Drawing.Color.Black;
|
this.labelWarning1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelWarning1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelWarning1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWarning1.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelWarning1.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelWarning1.InitVisible = true;
|
this.labelWarning1.InitVisible = true;
|
||||||
this.labelWarning1.LineSpacing = 0F;
|
this.labelWarning1.LineSpacing = 0F;
|
||||||
|
@ -559,7 +562,7 @@
|
||||||
this.labelStaticLanguage.BackPictureBox2 = null;
|
this.labelStaticLanguage.BackPictureBox2 = null;
|
||||||
this.labelStaticLanguage.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticLanguage.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticLanguage.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticLanguage.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticLanguage.InitVisible = true;
|
this.labelStaticLanguage.InitVisible = true;
|
||||||
this.labelStaticLanguage.LineSpacing = 0F;
|
this.labelStaticLanguage.LineSpacing = 0F;
|
||||||
this.labelStaticLanguage.Location = new System.Drawing.Point(120, 321);
|
this.labelStaticLanguage.Location = new System.Drawing.Point(120, 321);
|
||||||
|
@ -618,7 +621,7 @@
|
||||||
this.labelStaticIndividualNG.BackPictureBox2 = null;
|
this.labelStaticIndividualNG.BackPictureBox2 = null;
|
||||||
this.labelStaticIndividualNG.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticIndividualNG.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticIndividualNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticIndividualNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticIndividualNG.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticIndividualNG.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticIndividualNG.InitVisible = true;
|
this.labelStaticIndividualNG.InitVisible = true;
|
||||||
this.labelStaticIndividualNG.LineSpacing = 0F;
|
this.labelStaticIndividualNG.LineSpacing = 0F;
|
||||||
this.labelStaticIndividualNG.Location = new System.Drawing.Point(120, 259);
|
this.labelStaticIndividualNG.Location = new System.Drawing.Point(120, 259);
|
||||||
|
@ -637,7 +640,7 @@
|
||||||
this.labelStaticOrder.BackPictureBox2 = null;
|
this.labelStaticOrder.BackPictureBox2 = null;
|
||||||
this.labelStaticOrder.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticOrder.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticOrder.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticOrder.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticOrder.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticOrder.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticOrder.InitVisible = true;
|
this.labelStaticOrder.InitVisible = true;
|
||||||
this.labelStaticOrder.LineSpacing = 0F;
|
this.labelStaticOrder.LineSpacing = 0F;
|
||||||
this.labelStaticOrder.Location = new System.Drawing.Point(120, 290);
|
this.labelStaticOrder.Location = new System.Drawing.Point(120, 290);
|
||||||
|
@ -656,7 +659,7 @@
|
||||||
this.labelStaticLane.BackPictureBox2 = null;
|
this.labelStaticLane.BackPictureBox2 = null;
|
||||||
this.labelStaticLane.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticLane.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticLane.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticLane.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticLane.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticLane.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticLane.InitVisible = true;
|
this.labelStaticLane.InitVisible = true;
|
||||||
this.labelStaticLane.LineSpacing = 0F;
|
this.labelStaticLane.LineSpacing = 0F;
|
||||||
this.labelStaticLane.Location = new System.Drawing.Point(120, 104);
|
this.labelStaticLane.Location = new System.Drawing.Point(120, 104);
|
||||||
|
@ -675,7 +678,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||||
|
|
|
@ -698,7 +698,7 @@
|
||||||
this.groupBoxJudgmentSetting.Controls.Add(this.labelJudgmentDelayTime);
|
this.groupBoxJudgmentSetting.Controls.Add(this.labelJudgmentDelayTime);
|
||||||
this.groupBoxJudgmentSetting.Controls.Add(this.labelStaticJudgmentDelayTime);
|
this.groupBoxJudgmentSetting.Controls.Add(this.labelStaticJudgmentDelayTime);
|
||||||
this.groupBoxJudgmentSetting.Controls.Add(this.labelJudgmentCount);
|
this.groupBoxJudgmentSetting.Controls.Add(this.labelJudgmentCount);
|
||||||
this.groupBoxJudgmentSetting.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.groupBoxJudgmentSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxJudgmentSetting.ForeColor = System.Drawing.Color.White;
|
this.groupBoxJudgmentSetting.ForeColor = System.Drawing.Color.White;
|
||||||
this.groupBoxJudgmentSetting.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxJudgmentSetting.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxJudgmentSetting.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxJudgmentSetting.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
|
@ -743,7 +743,7 @@
|
||||||
this.labelStaticTurnDelayTime.BackPictureBox2 = null;
|
this.labelStaticTurnDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticTurnDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticTurnDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticTurnDelayTime.InitVisible = true;
|
this.labelStaticTurnDelayTime.InitVisible = true;
|
||||||
this.labelStaticTurnDelayTime.LineSpacing = 0F;
|
this.labelStaticTurnDelayTime.LineSpacing = 0F;
|
||||||
|
@ -764,7 +764,7 @@
|
||||||
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.White;
|
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticJudgmentCount.InitVisible = true;
|
this.labelStaticJudgmentCount.InitVisible = true;
|
||||||
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
||||||
|
@ -806,7 +806,7 @@
|
||||||
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
||||||
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
||||||
|
@ -842,7 +842,7 @@
|
||||||
//
|
//
|
||||||
// buttonClose
|
// buttonClose
|
||||||
//
|
//
|
||||||
this.buttonClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonClose.Location = new System.Drawing.Point(460, 413);
|
this.buttonClose.Location = new System.Drawing.Point(460, 413);
|
||||||
this.buttonClose.Name = "buttonClose";
|
this.buttonClose.Name = "buttonClose";
|
||||||
this.buttonClose.Size = new System.Drawing.Size(100, 30);
|
this.buttonClose.Size = new System.Drawing.Size(100, 30);
|
||||||
|
@ -871,7 +871,7 @@
|
||||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorter1DelayTime);
|
this.groupBoxSorter.Controls.Add(this.labelStaticSorter1DelayTime);
|
||||||
this.groupBoxSorter.Controls.Add(this.labelSorter1RunTime);
|
this.groupBoxSorter.Controls.Add(this.labelSorter1RunTime);
|
||||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorter1RunTime);
|
this.groupBoxSorter.Controls.Add(this.labelStaticSorter1RunTime);
|
||||||
this.groupBoxSorter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.groupBoxSorter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxSorter.FrameLineThickness = 1;
|
this.groupBoxSorter.FrameLineThickness = 1;
|
||||||
|
@ -894,7 +894,7 @@
|
||||||
this.labelStaticDischargeStopperRunTime.BackPictureBox2 = null;
|
this.labelStaticDischargeStopperRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticDischargeStopperRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDischargeStopperRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDischargeStopperRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDischargeStopperRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticDischargeStopperRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticDischargeStopperRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticDischargeStopperRunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticDischargeStopperRunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticDischargeStopperRunTime.InitVisible = true;
|
this.labelStaticDischargeStopperRunTime.InitVisible = true;
|
||||||
this.labelStaticDischargeStopperRunTime.LineSpacing = 0F;
|
this.labelStaticDischargeStopperRunTime.LineSpacing = 0F;
|
||||||
|
@ -915,7 +915,7 @@
|
||||||
this.labelStaticDischargeStopperDelayTime.BackPictureBox2 = null;
|
this.labelStaticDischargeStopperDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticDischargeStopperDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDischargeStopperDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDischargeStopperDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDischargeStopperDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticDischargeStopperDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticDischargeStopperDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticDischargeStopperDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticDischargeStopperDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticDischargeStopperDelayTime.InitVisible = true;
|
this.labelStaticDischargeStopperDelayTime.InitVisible = true;
|
||||||
this.labelStaticDischargeStopperDelayTime.LineSpacing = 0F;
|
this.labelStaticDischargeStopperDelayTime.LineSpacing = 0F;
|
||||||
|
@ -936,7 +936,7 @@
|
||||||
this.labelStaticEntryGateRunTime.BackPictureBox2 = null;
|
this.labelStaticEntryGateRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticEntryGateRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEntryGateRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEntryGateRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEntryGateRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticEntryGateRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticEntryGateRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticEntryGateRunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticEntryGateRunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticEntryGateRunTime.InitVisible = true;
|
this.labelStaticEntryGateRunTime.InitVisible = true;
|
||||||
this.labelStaticEntryGateRunTime.LineSpacing = 0F;
|
this.labelStaticEntryGateRunTime.LineSpacing = 0F;
|
||||||
|
@ -957,7 +957,7 @@
|
||||||
this.labelStaticEntryGateDelayTime.BackPictureBox2 = null;
|
this.labelStaticEntryGateDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticEntryGateDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEntryGateDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEntryGateDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEntryGateDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticEntryGateDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticEntryGateDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticEntryGateDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticEntryGateDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticEntryGateDelayTime.InitVisible = true;
|
this.labelStaticEntryGateDelayTime.InitVisible = true;
|
||||||
this.labelStaticEntryGateDelayTime.LineSpacing = 0F;
|
this.labelStaticEntryGateDelayTime.LineSpacing = 0F;
|
||||||
|
@ -1083,7 +1083,7 @@
|
||||||
this.labelStaticSorter2DelayTime.BackPictureBox2 = null;
|
this.labelStaticSorter2DelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter2DelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2DelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter2DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter2DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter2DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter2DelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticSorter2DelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticSorter2DelayTime.InitVisible = true;
|
this.labelStaticSorter2DelayTime.InitVisible = true;
|
||||||
this.labelStaticSorter2DelayTime.LineSpacing = 0F;
|
this.labelStaticSorter2DelayTime.LineSpacing = 0F;
|
||||||
|
@ -1125,7 +1125,7 @@
|
||||||
this.labelStaticSorter2RunTime.BackPictureBox2 = null;
|
this.labelStaticSorter2RunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter2RunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2RunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter2RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter2RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter2RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter2RunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticSorter2RunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticSorter2RunTime.InitVisible = true;
|
this.labelStaticSorter2RunTime.InitVisible = true;
|
||||||
this.labelStaticSorter2RunTime.LineSpacing = 0F;
|
this.labelStaticSorter2RunTime.LineSpacing = 0F;
|
||||||
|
@ -1167,7 +1167,7 @@
|
||||||
this.labelStaticSorter1DelayTime.BackPictureBox2 = null;
|
this.labelStaticSorter1DelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter1DelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1DelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter1DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter1DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter1DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter1DelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticSorter1DelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticSorter1DelayTime.InitVisible = true;
|
this.labelStaticSorter1DelayTime.InitVisible = true;
|
||||||
this.labelStaticSorter1DelayTime.LineSpacing = 0F;
|
this.labelStaticSorter1DelayTime.LineSpacing = 0F;
|
||||||
|
@ -1209,7 +1209,7 @@
|
||||||
this.labelStaticSorter1RunTime.BackPictureBox2 = null;
|
this.labelStaticSorter1RunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter1RunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1RunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter1RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter1RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter1RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter1RunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticSorter1RunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticSorter1RunTime.InitVisible = true;
|
this.labelStaticSorter1RunTime.InitVisible = true;
|
||||||
this.labelStaticSorter1RunTime.LineSpacing = 0F;
|
this.labelStaticSorter1RunTime.LineSpacing = 0F;
|
||||||
|
@ -1298,7 +1298,7 @@
|
||||||
this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||||
this.smartListBox1.ColumnDelimiter = '\0';
|
this.smartListBox1.ColumnDelimiter = '\0';
|
||||||
this.smartListBox1.ColumnOffsets = null;
|
this.smartListBox1.ColumnOffsets = null;
|
||||||
this.smartListBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartListBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartListBox1.FontColor = System.Drawing.Color.Black;
|
this.smartListBox1.FontColor = System.Drawing.Color.Black;
|
||||||
this.smartListBox1.InitVisible = true;
|
this.smartListBox1.InitVisible = true;
|
||||||
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||||
|
@ -1337,7 +1337,7 @@
|
||||||
this.labelAlarm2ErrorCode.BackPictureBox2 = null;
|
this.labelAlarm2ErrorCode.BackPictureBox2 = null;
|
||||||
this.labelAlarm2ErrorCode.BorderColor = System.Drawing.Color.Black;
|
this.labelAlarm2ErrorCode.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelAlarm2ErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelAlarm2ErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelAlarm2ErrorCode.InitVisible = true;
|
this.labelAlarm2ErrorCode.InitVisible = true;
|
||||||
this.labelAlarm2ErrorCode.LineSpacing = 0F;
|
this.labelAlarm2ErrorCode.LineSpacing = 0F;
|
||||||
this.labelAlarm2ErrorCode.Location = new System.Drawing.Point(11, 4);
|
this.labelAlarm2ErrorCode.Location = new System.Drawing.Point(11, 4);
|
||||||
|
@ -1408,7 +1408,7 @@
|
||||||
this.labelUserID.BackPictureBox2 = null;
|
this.labelUserID.BackPictureBox2 = null;
|
||||||
this.labelUserID.BorderColor = System.Drawing.Color.LightGray;
|
this.labelUserID.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelUserID.InitVisible = true;
|
this.labelUserID.InitVisible = true;
|
||||||
this.labelUserID.LineSpacing = 0F;
|
this.labelUserID.LineSpacing = 0F;
|
||||||
this.labelUserID.Location = new System.Drawing.Point(661, 9);
|
this.labelUserID.Location = new System.Drawing.Point(661, 9);
|
||||||
|
@ -1428,7 +1428,7 @@
|
||||||
this.labelUserLevel.BackPictureBox2 = null;
|
this.labelUserLevel.BackPictureBox2 = null;
|
||||||
this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray;
|
this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelUserLevel.ForeColor = System.Drawing.Color.Black;
|
this.labelUserLevel.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelUserLevel.InitVisible = true;
|
this.labelUserLevel.InitVisible = true;
|
||||||
this.labelUserLevel.LineSpacing = 0F;
|
this.labelUserLevel.LineSpacing = 0F;
|
||||||
|
@ -1448,7 +1448,7 @@
|
||||||
this.labelTitleScreen.BackPictureBox2 = null;
|
this.labelTitleScreen.BackPictureBox2 = null;
|
||||||
this.labelTitleScreen.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleScreen.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleScreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleScreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleScreen.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
|
this.labelTitleScreen.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleScreen.InitVisible = true;
|
this.labelTitleScreen.InitVisible = true;
|
||||||
this.labelTitleScreen.LineSpacing = 0F;
|
this.labelTitleScreen.LineSpacing = 0F;
|
||||||
this.labelTitleScreen.Location = new System.Drawing.Point(661, 583);
|
this.labelTitleScreen.Location = new System.Drawing.Point(661, 583);
|
||||||
|
@ -1467,7 +1467,7 @@
|
||||||
this.labelTitleNG.BackPictureBox2 = null;
|
this.labelTitleNG.BackPictureBox2 = null;
|
||||||
this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleNG.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
this.labelTitleNG.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleNG.InitVisible = true;
|
this.labelTitleNG.InitVisible = true;
|
||||||
this.labelTitleNG.LineSpacing = 0F;
|
this.labelTitleNG.LineSpacing = 0F;
|
||||||
this.labelTitleNG.Location = new System.Drawing.Point(307, 704);
|
this.labelTitleNG.Location = new System.Drawing.Point(307, 704);
|
||||||
|
@ -1486,7 +1486,7 @@
|
||||||
this.labelTitleTotalCount.BackPictureBox2 = null;
|
this.labelTitleTotalCount.BackPictureBox2 = null;
|
||||||
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleTotalCount.InitVisible = true;
|
this.labelTitleTotalCount.InitVisible = true;
|
||||||
this.labelTitleTotalCount.LineSpacing = 0F;
|
this.labelTitleTotalCount.LineSpacing = 0F;
|
||||||
this.labelTitleTotalCount.Location = new System.Drawing.Point(25, 704);
|
this.labelTitleTotalCount.Location = new System.Drawing.Point(25, 704);
|
||||||
|
@ -1611,7 +1611,7 @@
|
||||||
this.labelTitleBypass.BackPictureBox2 = null;
|
this.labelTitleBypass.BackPictureBox2 = null;
|
||||||
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleBypass.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleBypass.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleBypass.InitVisible = true;
|
this.labelTitleBypass.InitVisible = true;
|
||||||
this.labelTitleBypass.LineSpacing = 0F;
|
this.labelTitleBypass.LineSpacing = 0F;
|
||||||
this.labelTitleBypass.Location = new System.Drawing.Point(35, 8);
|
this.labelTitleBypass.Location = new System.Drawing.Point(35, 8);
|
||||||
|
@ -1736,7 +1736,7 @@
|
||||||
this.buttonCut.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.buttonCut.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonCut.GroupID = 0;
|
this.buttonCut.GroupID = 0;
|
||||||
this.buttonCut.InitVisible = true;
|
this.buttonCut.InitVisible = true;
|
||||||
this.buttonCut.Location = new System.Drawing.Point(662, 614);
|
this.buttonCut.Location = new System.Drawing.Point(661, 614);
|
||||||
this.buttonCut.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonCut.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonCut.Name = "buttonCut";
|
this.buttonCut.Name = "buttonCut";
|
||||||
this.buttonCut.NestedClickEventPrevent = false;
|
this.buttonCut.NestedClickEventPrevent = false;
|
||||||
|
@ -1803,7 +1803,7 @@
|
||||||
this.labelMessage4.BackPictureBox2 = null;
|
this.labelMessage4.BackPictureBox2 = null;
|
||||||
this.labelMessage4.BorderColor = System.Drawing.Color.Black;
|
this.labelMessage4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMessage4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage4.InitVisible = true;
|
this.labelMessage4.InitVisible = true;
|
||||||
this.labelMessage4.LineSpacing = 0F;
|
this.labelMessage4.LineSpacing = 0F;
|
||||||
this.labelMessage4.Location = new System.Drawing.Point(75, 79);
|
this.labelMessage4.Location = new System.Drawing.Point(75, 79);
|
||||||
|
@ -1822,7 +1822,7 @@
|
||||||
this.labelMessage3.BackPictureBox2 = null;
|
this.labelMessage3.BackPictureBox2 = null;
|
||||||
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
|
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMessage3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage3.InitVisible = true;
|
this.labelMessage3.InitVisible = true;
|
||||||
this.labelMessage3.LineSpacing = 0F;
|
this.labelMessage3.LineSpacing = 0F;
|
||||||
this.labelMessage3.Location = new System.Drawing.Point(75, 56);
|
this.labelMessage3.Location = new System.Drawing.Point(75, 56);
|
||||||
|
@ -1841,7 +1841,7 @@
|
||||||
this.smartLabel4.BackPictureBox2 = null;
|
this.smartLabel4.BackPictureBox2 = null;
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel4.InitVisible = true;
|
this.smartLabel4.InitVisible = true;
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
|
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
|
||||||
|
@ -1917,7 +1917,7 @@
|
||||||
this.labelStaticOverRangeLimit.BackPictureBox2 = null;
|
this.labelStaticOverRangeLimit.BackPictureBox2 = null;
|
||||||
this.labelStaticOverRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticOverRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticOverRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticOverRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticOverRangeLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticOverRangeLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticOverRangeLimit.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticOverRangeLimit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticOverRangeLimit.InitVisible = true;
|
this.labelStaticOverRangeLimit.InitVisible = true;
|
||||||
this.labelStaticOverRangeLimit.LineSpacing = 0F;
|
this.labelStaticOverRangeLimit.LineSpacing = 0F;
|
||||||
|
@ -1987,7 +1987,7 @@
|
||||||
this.labelStaticUnderRangeLimit.BackPictureBox2 = null;
|
this.labelStaticUnderRangeLimit.BackPictureBox2 = null;
|
||||||
this.labelStaticUnderRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticUnderRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticUnderRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticUnderRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticUnderRangeLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticUnderRangeLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticUnderRangeLimit.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticUnderRangeLimit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticUnderRangeLimit.InitVisible = true;
|
this.labelStaticUnderRangeLimit.InitVisible = true;
|
||||||
this.labelStaticUnderRangeLimit.LineSpacing = 0F;
|
this.labelStaticUnderRangeLimit.LineSpacing = 0F;
|
||||||
|
@ -2008,7 +2008,7 @@
|
||||||
this.labelStaticOverRange.BackPictureBox2 = null;
|
this.labelStaticOverRange.BackPictureBox2 = null;
|
||||||
this.labelStaticOverRange.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticOverRange.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticOverRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticOverRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticOverRange.InitVisible = true;
|
this.labelStaticOverRange.InitVisible = true;
|
||||||
this.labelStaticOverRange.LineSpacing = 0F;
|
this.labelStaticOverRange.LineSpacing = 0F;
|
||||||
this.labelStaticOverRange.Location = new System.Drawing.Point(64, 10);
|
this.labelStaticOverRange.Location = new System.Drawing.Point(64, 10);
|
||||||
|
@ -2049,7 +2049,7 @@
|
||||||
this.labelStaticUnderRange.BackPictureBox2 = null;
|
this.labelStaticUnderRange.BackPictureBox2 = null;
|
||||||
this.labelStaticUnderRange.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticUnderRange.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticUnderRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticUnderRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticUnderRange.InitVisible = true;
|
this.labelStaticUnderRange.InitVisible = true;
|
||||||
this.labelStaticUnderRange.LineSpacing = 0F;
|
this.labelStaticUnderRange.LineSpacing = 0F;
|
||||||
this.labelStaticUnderRange.Location = new System.Drawing.Point(64, 78);
|
this.labelStaticUnderRange.Location = new System.Drawing.Point(64, 78);
|
||||||
|
@ -2069,7 +2069,7 @@
|
||||||
this.labelStaticPassRange.BackPictureBox2 = null;
|
this.labelStaticPassRange.BackPictureBox2 = null;
|
||||||
this.labelStaticPassRange.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticPassRange.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticPassRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticPassRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticPassRange.InitVisible = true;
|
this.labelStaticPassRange.InitVisible = true;
|
||||||
this.labelStaticPassRange.LineSpacing = 0F;
|
this.labelStaticPassRange.LineSpacing = 0F;
|
||||||
this.labelStaticPassRange.Location = new System.Drawing.Point(64, 44);
|
this.labelStaticPassRange.Location = new System.Drawing.Point(64, 44);
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
this.labelMessage5.BackPictureBox2 = null;
|
this.labelMessage5.BackPictureBox2 = null;
|
||||||
this.labelMessage5.BorderColor = System.Drawing.Color.Black;
|
this.labelMessage5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMessage5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMessage5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMessage5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage5.InitVisible = true;
|
this.labelMessage5.InitVisible = true;
|
||||||
this.labelMessage5.LineSpacing = 0F;
|
this.labelMessage5.LineSpacing = 0F;
|
||||||
this.labelMessage5.Location = new System.Drawing.Point(75, 62);
|
this.labelMessage5.Location = new System.Drawing.Point(75, 62);
|
||||||
|
@ -2160,7 +2160,7 @@
|
||||||
this.smartLabel5.BackPictureBox2 = null;
|
this.smartLabel5.BackPictureBox2 = null;
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel5.InitVisible = true;
|
this.smartLabel5.InitVisible = true;
|
||||||
this.smartLabel5.LineSpacing = 0F;
|
this.smartLabel5.LineSpacing = 0F;
|
||||||
this.smartLabel5.Location = new System.Drawing.Point(11, 4);
|
this.smartLabel5.Location = new System.Drawing.Point(11, 4);
|
||||||
|
@ -2218,7 +2218,7 @@
|
||||||
this.labelExpireOfPassword.BackPictureBox2 = null;
|
this.labelExpireOfPassword.BackPictureBox2 = null;
|
||||||
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.LightGray;
|
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelExpireOfPassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.Black;
|
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelExpireOfPassword.InitVisible = true;
|
this.labelExpireOfPassword.InitVisible = true;
|
||||||
this.labelExpireOfPassword.LineSpacing = 0F;
|
this.labelExpireOfPassword.LineSpacing = 0F;
|
||||||
|
|
|
@ -101,12 +101,16 @@ namespace INT63DC_6CH.Forms
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.English:
|
case DataStore.LanguageID.English:
|
||||||
#region English
|
#region English
|
||||||
|
this.buttonOver.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverDisable));
|
||||||
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverDown));
|
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverDown));
|
||||||
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverUp));
|
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverUp));
|
||||||
|
this.buttonPass.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassDisable));
|
||||||
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassDown));
|
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassDown));
|
||||||
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassUp));
|
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassUp));
|
||||||
|
this.buttonUnder.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderDisable));
|
||||||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderDown));
|
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderDown));
|
||||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderUp));
|
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderUp));
|
||||||
|
this.buttonTare.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareDisable));
|
||||||
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareDown));
|
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareDown));
|
||||||
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareUp));
|
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareUp));
|
||||||
|
|
||||||
|
@ -139,6 +143,10 @@ namespace INT63DC_6CH.Forms
|
||||||
this.buttonBypassOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSubMenuContinueUp));
|
this.buttonBypassOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSubMenuContinueUp));
|
||||||
this.buttonBypassOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSubMenuOnceUp));
|
this.buttonBypassOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSubMenuOnceUp));
|
||||||
|
|
||||||
|
this.labelTitleScreen.Text = "Screen";
|
||||||
|
this.labelTitleTotalCount.Text = "Total";
|
||||||
|
this.labelTitleNG.Text = "NG";
|
||||||
|
|
||||||
this.groupBoxSorter.Text = "Sorter settings";
|
this.groupBoxSorter.Text = "Sorter settings";
|
||||||
this.labelStaticSorter1DelayTime.Text = "Sorter1 Delay";
|
this.labelStaticSorter1DelayTime.Text = "Sorter1 Delay";
|
||||||
this.labelStaticSorter1RunTime.Text = "Sorter1 Run";
|
this.labelStaticSorter1RunTime.Text = "Sorter1 Run";
|
||||||
|
@ -307,12 +315,16 @@ namespace INT63DC_6CH.Forms
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.German:
|
case DataStore.LanguageID.German:
|
||||||
#region German
|
#region German
|
||||||
|
this.buttonOver.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainOverDisable));
|
||||||
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainOverDown));
|
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainOverDown));
|
||||||
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainOverUp));
|
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainOverUp));
|
||||||
|
this.buttonPass.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainPassDisable));
|
||||||
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainPassDown));
|
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainPassDown));
|
||||||
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainPassUp));
|
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainPassUp));
|
||||||
|
this.buttonUnder.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainUnderDisable));
|
||||||
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainUnderDown));
|
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainUnderDown));
|
||||||
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainUnderUp));
|
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainUnderUp));
|
||||||
|
this.buttonTare.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainTareDisable));
|
||||||
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainTareDown));
|
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainTareDown));
|
||||||
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainTareUp));
|
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainTareUp));
|
||||||
|
|
||||||
|
@ -345,6 +357,13 @@ namespace INT63DC_6CH.Forms
|
||||||
this.buttonBypassOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSubMenuContinueUp));
|
this.buttonBypassOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSubMenuContinueUp));
|
||||||
this.buttonBypassOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSubMenuOnceUp));
|
this.buttonBypassOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSubMenuOnceUp));
|
||||||
|
|
||||||
|
this.labelTitleScreen.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||||
|
this.labelTitleScreen.Text = "Bildschirm";
|
||||||
|
this.labelTitleTotalCount.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||||
|
this.labelTitleTotalCount.Text = "Insgesamt";
|
||||||
|
this.labelTitleNG.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||||
|
this.labelTitleNG.Text = "Schlecht";
|
||||||
|
|
||||||
this.groupBoxSorter.Text = "Sortierereinstellung";
|
this.groupBoxSorter.Text = "Sortierereinstellung";
|
||||||
this.labelStaticSorter1DelayTime.Text = "Sortierer1 Vezögerung";
|
this.labelStaticSorter1DelayTime.Text = "Sortierer1 Vezögerung";
|
||||||
this.labelStaticSorter1RunTime.Text = "Sortierer1 Laufzeit";
|
this.labelStaticSorter1RunTime.Text = "Sortierer1 Laufzeit";
|
||||||
|
|
|
@ -51,51 +51,57 @@ namespace INT63DC_6CH.Forms
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
#region English
|
#region English
|
||||||
this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDisable));
|
|
||||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDown));
|
|
||||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeUp));
|
|
||||||
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDisable));
|
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDisable));
|
||||||
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDown));
|
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDown));
|
||||||
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationUp));
|
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationUp));
|
||||||
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuConfigurationDisable));
|
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuConfigurationDisable));
|
||||||
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuConfigurationDown));
|
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuConfigurationDown));
|
||||||
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuConfigurationUp));
|
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuConfigurationUp));
|
||||||
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataBackupDisable));
|
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCommunicationDisable));
|
||||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataBackupDown));
|
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCommunicationDown));
|
||||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataBackupUp));
|
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCommunicationUp));
|
||||||
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataStatisticsDisable));
|
|
||||||
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataStatisticsDown));
|
|
||||||
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataStatisticsUp));
|
|
||||||
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCalibrationDisable));
|
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCalibrationDisable));
|
||||||
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCalibrationDown));
|
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCalibrationDown));
|
||||||
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCalibrationUp));
|
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCalibrationUp));
|
||||||
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUpdateDisable));
|
|
||||||
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUpdateDown));
|
|
||||||
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUpdateUp));
|
|
||||||
this.buttonSysConfig.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuSystemSettingDisable));
|
this.buttonSysConfig.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuSystemSettingDisable));
|
||||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuSystemSettingDown));
|
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuSystemSettingDown));
|
||||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuSystemSettingUp));
|
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuSystemSettingUp));
|
||||||
this.buttonFactoryInitialize.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInitializationDisable));
|
|
||||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInitializationDown));
|
|
||||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInitializationUp));
|
|
||||||
this.buttonEquipmentSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentSettingDisable));
|
|
||||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentSettingDown));
|
|
||||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentSettingUp));
|
|
||||||
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuIOTestDisable));
|
|
||||||
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuIOTestDown));
|
|
||||||
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuIOTestUp));
|
|
||||||
this.buttonEquipmentTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentTestDisable));
|
|
||||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentTestDown));
|
|
||||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentTestUp));
|
|
||||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUserSettingDisable));
|
|
||||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUserSettingDown));
|
|
||||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUserSettingUp));
|
|
||||||
this.buttonOptionSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuOptionDisable));
|
|
||||||
this.buttonOptionSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuOptionDown));
|
|
||||||
this.buttonOptionSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuOptionUp));
|
|
||||||
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuMotorSettingDisable));
|
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuMotorSettingDisable));
|
||||||
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuMotorSettingDown));
|
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuMotorSettingDown));
|
||||||
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuMotorSettingUp));
|
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuMotorSettingUp));
|
||||||
|
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuIOTestDisable));
|
||||||
|
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuIOTestDown));
|
||||||
|
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuIOTestUp));
|
||||||
|
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUpdateDisable));
|
||||||
|
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUpdateDown));
|
||||||
|
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUpdateUp));
|
||||||
|
this.buttonFactoryInitialize.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInitializationDisable));
|
||||||
|
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInitializationDown));
|
||||||
|
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInitializationUp));
|
||||||
|
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataBackupDisable));
|
||||||
|
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataBackupDown));
|
||||||
|
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataBackupUp));
|
||||||
|
this.buttonEquipmentSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentSettingDisable));
|
||||||
|
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentSettingDown));
|
||||||
|
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentSettingUp));
|
||||||
|
this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDisable));
|
||||||
|
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDown));
|
||||||
|
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeUp));
|
||||||
|
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataStatisticsDisable));
|
||||||
|
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataStatisticsDown));
|
||||||
|
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataStatisticsUp));
|
||||||
|
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataViewerDisable));
|
||||||
|
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataViewerDown));
|
||||||
|
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuDataViewerUp));
|
||||||
|
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUserSettingDisable));
|
||||||
|
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUserSettingDown));
|
||||||
|
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuUserSettingUp));
|
||||||
|
this.buttonEquipmentTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentTestDisable));
|
||||||
|
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentTestDown));
|
||||||
|
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuEquipmentTestUp));
|
||||||
|
this.buttonOptionSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuOptionDisable));
|
||||||
|
this.buttonOptionSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuOptionDown));
|
||||||
|
this.buttonOptionSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuOptionUp));
|
||||||
|
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
||||||
|
@ -258,6 +264,12 @@ namespace INT63DC_6CH.Forms
|
||||||
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDisable));
|
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDisable));
|
||||||
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDown));
|
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDown));
|
||||||
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingUp));
|
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingUp));
|
||||||
|
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuCommunicationDisable));
|
||||||
|
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuCommunicationDown));
|
||||||
|
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuCommunicationUp));
|
||||||
|
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuDataViewerDisable));
|
||||||
|
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuDataViewerDown));
|
||||||
|
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuDataViewerUp));
|
||||||
|
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackupDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackupDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
|
||||||
|
|
|
@ -96,6 +96,8 @@
|
||||||
this.smartKeyboard = new SmartX.SmartKeyboard();
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
||||||
this.buttonCutSignal = new SmartX.SmartButton();
|
this.buttonCutSignal = new SmartX.SmartButton();
|
||||||
this.labelTimeroutCount = new SmartX.SmartLabel();
|
this.labelTimeroutCount = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel2 = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel3 = new SmartX.SmartLabel();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.groupBoxProduct.SuspendLayout();
|
this.groupBoxProduct.SuspendLayout();
|
||||||
this.groupBoxJudgment.SuspendLayout();
|
this.groupBoxJudgment.SuspendLayout();
|
||||||
|
@ -137,7 +139,7 @@
|
||||||
this.labelStaticNo.BackPictureBox2 = null;
|
this.labelStaticNo.BackPictureBox2 = null;
|
||||||
this.labelStaticNo.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticNo.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticNo.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticNo.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticNo.InitVisible = true;
|
this.labelStaticNo.InitVisible = true;
|
||||||
this.labelStaticNo.LineSpacing = 0F;
|
this.labelStaticNo.LineSpacing = 0F;
|
||||||
this.labelStaticNo.Location = new System.Drawing.Point(29, 33);
|
this.labelStaticNo.Location = new System.Drawing.Point(29, 33);
|
||||||
|
@ -242,7 +244,7 @@
|
||||||
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonCopy.DisableImage = null;
|
this.buttonCopy.DisableImage = null;
|
||||||
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
|
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
|
||||||
this.buttonCopy.Font = new System.Drawing.Font("Gulim", 18F, System.Drawing.FontStyle.Bold);
|
this.buttonCopy.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonCopy.GroupID = 0;
|
this.buttonCopy.GroupID = 0;
|
||||||
this.buttonCopy.InitVisible = true;
|
this.buttonCopy.InitVisible = true;
|
||||||
this.buttonCopy.Location = new System.Drawing.Point(30, 666);
|
this.buttonCopy.Location = new System.Drawing.Point(30, 666);
|
||||||
|
@ -312,7 +314,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||||
|
@ -349,7 +351,7 @@
|
||||||
this.groupBoxProduct.Controls.Add(this.labelStaticName);
|
this.groupBoxProduct.Controls.Add(this.labelStaticName);
|
||||||
this.groupBoxProduct.Controls.Add(this.labelStaticNo);
|
this.groupBoxProduct.Controls.Add(this.labelStaticNo);
|
||||||
this.groupBoxProduct.Controls.Add(this.listBoxProductList);
|
this.groupBoxProduct.Controls.Add(this.listBoxProductList);
|
||||||
this.groupBoxProduct.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxProduct.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxProduct.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxProduct.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxProduct.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxProduct.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxProduct.FrameLineThickness = 1;
|
this.groupBoxProduct.FrameLineThickness = 1;
|
||||||
|
@ -359,7 +361,7 @@
|
||||||
this.groupBoxProduct.Location = new System.Drawing.Point(21, 73);
|
this.groupBoxProduct.Location = new System.Drawing.Point(21, 73);
|
||||||
this.groupBoxProduct.Name = "groupBoxProduct";
|
this.groupBoxProduct.Name = "groupBoxProduct";
|
||||||
this.groupBoxProduct.RoundRadius = 5;
|
this.groupBoxProduct.RoundRadius = 5;
|
||||||
this.groupBoxProduct.Size = new System.Drawing.Size(460, 587);
|
this.groupBoxProduct.Size = new System.Drawing.Size(460, 599);
|
||||||
this.groupBoxProduct.TabIndex = 109;
|
this.groupBoxProduct.TabIndex = 109;
|
||||||
this.groupBoxProduct.Text = "품목설정";
|
this.groupBoxProduct.Text = "품목설정";
|
||||||
this.groupBoxProduct.TextColor = System.Drawing.Color.Black;
|
this.groupBoxProduct.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -393,7 +395,7 @@
|
||||||
this.labelStaticTareRange.BackPictureBox2 = null;
|
this.labelStaticTareRange.BackPictureBox2 = null;
|
||||||
this.labelStaticTareRange.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticTareRange.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticTareRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTareRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticTareRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticTareRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticTareRange.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticTareRange.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTareRange.InitVisible = true;
|
this.labelStaticTareRange.InitVisible = true;
|
||||||
this.labelStaticTareRange.LineSpacing = 0F;
|
this.labelStaticTareRange.LineSpacing = 0F;
|
||||||
|
@ -414,7 +416,7 @@
|
||||||
this.labelStaticOverRangeLimit.BackPictureBox2 = null;
|
this.labelStaticOverRangeLimit.BackPictureBox2 = null;
|
||||||
this.labelStaticOverRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticOverRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticOverRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticOverRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticOverRangeLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticOverRangeLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticOverRangeLimit.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticOverRangeLimit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticOverRangeLimit.InitVisible = true;
|
this.labelStaticOverRangeLimit.InitVisible = true;
|
||||||
this.labelStaticOverRangeLimit.LineSpacing = 0F;
|
this.labelStaticOverRangeLimit.LineSpacing = 0F;
|
||||||
|
@ -477,7 +479,7 @@
|
||||||
this.labelStaticUnderRangeLimit.BackPictureBox2 = null;
|
this.labelStaticUnderRangeLimit.BackPictureBox2 = null;
|
||||||
this.labelStaticUnderRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
this.labelStaticUnderRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
|
||||||
this.labelStaticUnderRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticUnderRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticUnderRangeLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticUnderRangeLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticUnderRangeLimit.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticUnderRangeLimit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticUnderRangeLimit.InitVisible = true;
|
this.labelStaticUnderRangeLimit.InitVisible = true;
|
||||||
this.labelStaticUnderRangeLimit.LineSpacing = 0F;
|
this.labelStaticUnderRangeLimit.LineSpacing = 0F;
|
||||||
|
@ -498,7 +500,7 @@
|
||||||
this.labelStaticOverRange.BackPictureBox2 = null;
|
this.labelStaticOverRange.BackPictureBox2 = null;
|
||||||
this.labelStaticOverRange.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticOverRange.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticOverRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticOverRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticOverRange.InitVisible = true;
|
this.labelStaticOverRange.InitVisible = true;
|
||||||
this.labelStaticOverRange.LineSpacing = 0F;
|
this.labelStaticOverRange.LineSpacing = 0F;
|
||||||
this.labelStaticOverRange.Location = new System.Drawing.Point(19, 151);
|
this.labelStaticOverRange.Location = new System.Drawing.Point(19, 151);
|
||||||
|
@ -539,7 +541,7 @@
|
||||||
this.labelStaticUnderRange.BackPictureBox2 = null;
|
this.labelStaticUnderRange.BackPictureBox2 = null;
|
||||||
this.labelStaticUnderRange.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticUnderRange.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticUnderRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticUnderRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticUnderRange.InitVisible = true;
|
this.labelStaticUnderRange.InitVisible = true;
|
||||||
this.labelStaticUnderRange.LineSpacing = 0F;
|
this.labelStaticUnderRange.LineSpacing = 0F;
|
||||||
this.labelStaticUnderRange.Location = new System.Drawing.Point(19, 219);
|
this.labelStaticUnderRange.Location = new System.Drawing.Point(19, 219);
|
||||||
|
@ -559,7 +561,7 @@
|
||||||
this.labelStaticPassRange.BackPictureBox2 = null;
|
this.labelStaticPassRange.BackPictureBox2 = null;
|
||||||
this.labelStaticPassRange.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticPassRange.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticPassRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticPassRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticPassRange.InitVisible = true;
|
this.labelStaticPassRange.InitVisible = true;
|
||||||
this.labelStaticPassRange.LineSpacing = 0F;
|
this.labelStaticPassRange.LineSpacing = 0F;
|
||||||
this.labelStaticPassRange.Location = new System.Drawing.Point(19, 185);
|
this.labelStaticPassRange.Location = new System.Drawing.Point(19, 185);
|
||||||
|
@ -639,7 +641,7 @@
|
||||||
//
|
//
|
||||||
// buttonLotEdit
|
// buttonLotEdit
|
||||||
//
|
//
|
||||||
this.buttonLotEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonLotEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonLotEdit.Location = new System.Drawing.Point(353, 104);
|
this.buttonLotEdit.Location = new System.Drawing.Point(353, 104);
|
||||||
this.buttonLotEdit.Name = "buttonLotEdit";
|
this.buttonLotEdit.Name = "buttonLotEdit";
|
||||||
this.buttonLotEdit.Size = new System.Drawing.Size(82, 30);
|
this.buttonLotEdit.Size = new System.Drawing.Size(82, 30);
|
||||||
|
@ -649,7 +651,7 @@
|
||||||
//
|
//
|
||||||
// buttonNameEdit
|
// buttonNameEdit
|
||||||
//
|
//
|
||||||
this.buttonNameEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonNameEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonNameEdit.Location = new System.Drawing.Point(353, 68);
|
this.buttonNameEdit.Location = new System.Drawing.Point(353, 68);
|
||||||
this.buttonNameEdit.Name = "buttonNameEdit";
|
this.buttonNameEdit.Name = "buttonNameEdit";
|
||||||
this.buttonNameEdit.Size = new System.Drawing.Size(82, 30);
|
this.buttonNameEdit.Size = new System.Drawing.Size(82, 30);
|
||||||
|
@ -664,7 +666,7 @@
|
||||||
this.labelStaticLOT.BackPictureBox2 = null;
|
this.labelStaticLOT.BackPictureBox2 = null;
|
||||||
this.labelStaticLOT.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticLOT.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticLOT.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticLOT.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticLOT.InitVisible = true;
|
this.labelStaticLOT.InitVisible = true;
|
||||||
this.labelStaticLOT.LineSpacing = 0F;
|
this.labelStaticLOT.LineSpacing = 0F;
|
||||||
this.labelStaticLOT.Location = new System.Drawing.Point(29, 104);
|
this.labelStaticLOT.Location = new System.Drawing.Point(29, 104);
|
||||||
|
@ -683,7 +685,7 @@
|
||||||
this.labelStaticName.BackPictureBox2 = null;
|
this.labelStaticName.BackPictureBox2 = null;
|
||||||
this.labelStaticName.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticName.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticName.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticName.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticName.InitVisible = true;
|
this.labelStaticName.InitVisible = true;
|
||||||
this.labelStaticName.LineSpacing = 0F;
|
this.labelStaticName.LineSpacing = 0F;
|
||||||
this.labelStaticName.Location = new System.Drawing.Point(29, 68);
|
this.labelStaticName.Location = new System.Drawing.Point(29, 68);
|
||||||
|
@ -708,6 +710,8 @@
|
||||||
//
|
//
|
||||||
this.groupBoxJudgment.BackPictureBox = this.smartForm1;
|
this.groupBoxJudgment.BackPictureBox = this.smartForm1;
|
||||||
this.groupBoxJudgment.BackPictureBox1 = null;
|
this.groupBoxJudgment.BackPictureBox1 = null;
|
||||||
|
this.groupBoxJudgment.Controls.Add(this.smartLabel3);
|
||||||
|
this.groupBoxJudgment.Controls.Add(this.smartLabel2);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelDischargeStopperRunTime);
|
this.groupBoxJudgment.Controls.Add(this.labelDischargeStopperRunTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelStaticDischargeStopperRunTime);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticDischargeStopperRunTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelDischargeStopperDelayTime);
|
this.groupBoxJudgment.Controls.Add(this.labelDischargeStopperDelayTime);
|
||||||
|
@ -741,7 +745,7 @@
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelWeightJudgment);
|
this.groupBoxJudgment.Controls.Add(this.labelWeightJudgment);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelWeightReference);
|
this.groupBoxJudgment.Controls.Add(this.labelWeightReference);
|
||||||
this.groupBoxJudgment.Controls.Add(this.smartDraw);
|
this.groupBoxJudgment.Controls.Add(this.smartDraw);
|
||||||
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxJudgment.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxJudgment.FrameLineThickness = 1;
|
this.groupBoxJudgment.FrameLineThickness = 1;
|
||||||
|
@ -751,7 +755,7 @@
|
||||||
this.groupBoxJudgment.Location = new System.Drawing.Point(476, 73);
|
this.groupBoxJudgment.Location = new System.Drawing.Point(476, 73);
|
||||||
this.groupBoxJudgment.Name = "groupBoxJudgment";
|
this.groupBoxJudgment.Name = "groupBoxJudgment";
|
||||||
this.groupBoxJudgment.RoundRadius = 5;
|
this.groupBoxJudgment.RoundRadius = 5;
|
||||||
this.groupBoxJudgment.Size = new System.Drawing.Size(535, 587);
|
this.groupBoxJudgment.Size = new System.Drawing.Size(535, 599);
|
||||||
this.groupBoxJudgment.TabIndex = 248;
|
this.groupBoxJudgment.TabIndex = 248;
|
||||||
this.groupBoxJudgment.Text = "판정설정";
|
this.groupBoxJudgment.Text = "판정설정";
|
||||||
this.groupBoxJudgment.TextColor = System.Drawing.Color.Black;
|
this.groupBoxJudgment.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -767,7 +771,7 @@
|
||||||
this.labelDischargeStopperRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelDischargeStopperRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelDischargeStopperRunTime.InitVisible = true;
|
this.labelDischargeStopperRunTime.InitVisible = true;
|
||||||
this.labelDischargeStopperRunTime.LineSpacing = 0F;
|
this.labelDischargeStopperRunTime.LineSpacing = 0F;
|
||||||
this.labelDischargeStopperRunTime.Location = new System.Drawing.Point(440, 536);
|
this.labelDischargeStopperRunTime.Location = new System.Drawing.Point(440, 554);
|
||||||
this.labelDischargeStopperRunTime.Name = "labelDischargeStopperRunTime";
|
this.labelDischargeStopperRunTime.Name = "labelDischargeStopperRunTime";
|
||||||
this.labelDischargeStopperRunTime.Size = new System.Drawing.Size(80, 25);
|
this.labelDischargeStopperRunTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelDischargeStopperRunTime.TabIndex = 197;
|
this.labelDischargeStopperRunTime.TabIndex = 197;
|
||||||
|
@ -784,14 +788,14 @@
|
||||||
this.labelStaticDischargeStopperRunTime.BackPictureBox2 = null;
|
this.labelStaticDischargeStopperRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticDischargeStopperRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDischargeStopperRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDischargeStopperRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDischargeStopperRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticDischargeStopperRunTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticDischargeStopperRunTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticDischargeStopperRunTime.InitVisible = true;
|
this.labelStaticDischargeStopperRunTime.InitVisible = true;
|
||||||
this.labelStaticDischargeStopperRunTime.LineSpacing = 0F;
|
this.labelStaticDischargeStopperRunTime.LineSpacing = 0F;
|
||||||
this.labelStaticDischargeStopperRunTime.Location = new System.Drawing.Point(284, 536);
|
this.labelStaticDischargeStopperRunTime.Location = new System.Drawing.Point(284, 554);
|
||||||
this.labelStaticDischargeStopperRunTime.Name = "labelStaticDischargeStopperRunTime";
|
this.labelStaticDischargeStopperRunTime.Name = "labelStaticDischargeStopperRunTime";
|
||||||
this.labelStaticDischargeStopperRunTime.Size = new System.Drawing.Size(150, 25);
|
this.labelStaticDischargeStopperRunTime.Size = new System.Drawing.Size(150, 25);
|
||||||
this.labelStaticDischargeStopperRunTime.TabIndex = 196;
|
this.labelStaticDischargeStopperRunTime.TabIndex = 196;
|
||||||
this.labelStaticDischargeStopperRunTime.Text = "배출스토퍼 동작";
|
this.labelStaticDischargeStopperRunTime.Text = "동작";
|
||||||
this.labelStaticDischargeStopperRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticDischargeStopperRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelStaticDischargeStopperRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticDischargeStopperRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelStaticDischargeStopperRunTime.Wordwrap = false;
|
this.labelStaticDischargeStopperRunTime.Wordwrap = false;
|
||||||
|
@ -807,7 +811,7 @@
|
||||||
this.labelDischargeStopperDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelDischargeStopperDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelDischargeStopperDelayTime.InitVisible = true;
|
this.labelDischargeStopperDelayTime.InitVisible = true;
|
||||||
this.labelDischargeStopperDelayTime.LineSpacing = 0F;
|
this.labelDischargeStopperDelayTime.LineSpacing = 0F;
|
||||||
this.labelDischargeStopperDelayTime.Location = new System.Drawing.Point(440, 505);
|
this.labelDischargeStopperDelayTime.Location = new System.Drawing.Point(440, 523);
|
||||||
this.labelDischargeStopperDelayTime.Name = "labelDischargeStopperDelayTime";
|
this.labelDischargeStopperDelayTime.Name = "labelDischargeStopperDelayTime";
|
||||||
this.labelDischargeStopperDelayTime.Size = new System.Drawing.Size(80, 25);
|
this.labelDischargeStopperDelayTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelDischargeStopperDelayTime.TabIndex = 198;
|
this.labelDischargeStopperDelayTime.TabIndex = 198;
|
||||||
|
@ -824,14 +828,14 @@
|
||||||
this.labelStaticDischargeStopperDelayTime.BackPictureBox2 = null;
|
this.labelStaticDischargeStopperDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticDischargeStopperDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDischargeStopperDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDischargeStopperDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDischargeStopperDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticDischargeStopperDelayTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticDischargeStopperDelayTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticDischargeStopperDelayTime.InitVisible = true;
|
this.labelStaticDischargeStopperDelayTime.InitVisible = true;
|
||||||
this.labelStaticDischargeStopperDelayTime.LineSpacing = 0F;
|
this.labelStaticDischargeStopperDelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticDischargeStopperDelayTime.Location = new System.Drawing.Point(284, 505);
|
this.labelStaticDischargeStopperDelayTime.Location = new System.Drawing.Point(284, 523);
|
||||||
this.labelStaticDischargeStopperDelayTime.Name = "labelStaticDischargeStopperDelayTime";
|
this.labelStaticDischargeStopperDelayTime.Name = "labelStaticDischargeStopperDelayTime";
|
||||||
this.labelStaticDischargeStopperDelayTime.Size = new System.Drawing.Size(150, 25);
|
this.labelStaticDischargeStopperDelayTime.Size = new System.Drawing.Size(150, 25);
|
||||||
this.labelStaticDischargeStopperDelayTime.TabIndex = 195;
|
this.labelStaticDischargeStopperDelayTime.TabIndex = 195;
|
||||||
this.labelStaticDischargeStopperDelayTime.Text = "배출스토퍼 지연";
|
this.labelStaticDischargeStopperDelayTime.Text = "지연";
|
||||||
this.labelStaticDischargeStopperDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticDischargeStopperDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelStaticDischargeStopperDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticDischargeStopperDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelStaticDischargeStopperDelayTime.Wordwrap = false;
|
this.labelStaticDischargeStopperDelayTime.Wordwrap = false;
|
||||||
|
@ -847,7 +851,7 @@
|
||||||
this.labelEntryGateRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelEntryGateRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelEntryGateRunTime.InitVisible = true;
|
this.labelEntryGateRunTime.InitVisible = true;
|
||||||
this.labelEntryGateRunTime.LineSpacing = 0F;
|
this.labelEntryGateRunTime.LineSpacing = 0F;
|
||||||
this.labelEntryGateRunTime.Location = new System.Drawing.Point(191, 536);
|
this.labelEntryGateRunTime.Location = new System.Drawing.Point(191, 554);
|
||||||
this.labelEntryGateRunTime.Name = "labelEntryGateRunTime";
|
this.labelEntryGateRunTime.Name = "labelEntryGateRunTime";
|
||||||
this.labelEntryGateRunTime.Size = new System.Drawing.Size(80, 25);
|
this.labelEntryGateRunTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelEntryGateRunTime.TabIndex = 193;
|
this.labelEntryGateRunTime.TabIndex = 193;
|
||||||
|
@ -864,14 +868,14 @@
|
||||||
this.labelStaticEntryGateRunTime.BackPictureBox2 = null;
|
this.labelStaticEntryGateRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticEntryGateRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEntryGateRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEntryGateRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEntryGateRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticEntryGateRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticEntryGateRunTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticEntryGateRunTime.InitVisible = true;
|
this.labelStaticEntryGateRunTime.InitVisible = true;
|
||||||
this.labelStaticEntryGateRunTime.LineSpacing = 0F;
|
this.labelStaticEntryGateRunTime.LineSpacing = 0F;
|
||||||
this.labelStaticEntryGateRunTime.Location = new System.Drawing.Point(20, 536);
|
this.labelStaticEntryGateRunTime.Location = new System.Drawing.Point(20, 554);
|
||||||
this.labelStaticEntryGateRunTime.Name = "labelStaticEntryGateRunTime";
|
this.labelStaticEntryGateRunTime.Name = "labelStaticEntryGateRunTime";
|
||||||
this.labelStaticEntryGateRunTime.Size = new System.Drawing.Size(165, 25);
|
this.labelStaticEntryGateRunTime.Size = new System.Drawing.Size(165, 25);
|
||||||
this.labelStaticEntryGateRunTime.TabIndex = 192;
|
this.labelStaticEntryGateRunTime.TabIndex = 192;
|
||||||
this.labelStaticEntryGateRunTime.Text = "진입게이트 동작";
|
this.labelStaticEntryGateRunTime.Text = "동작";
|
||||||
this.labelStaticEntryGateRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticEntryGateRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelStaticEntryGateRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticEntryGateRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelStaticEntryGateRunTime.Wordwrap = false;
|
this.labelStaticEntryGateRunTime.Wordwrap = false;
|
||||||
|
@ -887,7 +891,7 @@
|
||||||
this.labelEntryGateDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelEntryGateDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelEntryGateDelayTime.InitVisible = true;
|
this.labelEntryGateDelayTime.InitVisible = true;
|
||||||
this.labelEntryGateDelayTime.LineSpacing = 0F;
|
this.labelEntryGateDelayTime.LineSpacing = 0F;
|
||||||
this.labelEntryGateDelayTime.Location = new System.Drawing.Point(191, 505);
|
this.labelEntryGateDelayTime.Location = new System.Drawing.Point(191, 523);
|
||||||
this.labelEntryGateDelayTime.Name = "labelEntryGateDelayTime";
|
this.labelEntryGateDelayTime.Name = "labelEntryGateDelayTime";
|
||||||
this.labelEntryGateDelayTime.Size = new System.Drawing.Size(80, 25);
|
this.labelEntryGateDelayTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelEntryGateDelayTime.TabIndex = 194;
|
this.labelEntryGateDelayTime.TabIndex = 194;
|
||||||
|
@ -904,14 +908,14 @@
|
||||||
this.labelStaticEntryGateDelayTime.BackPictureBox2 = null;
|
this.labelStaticEntryGateDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticEntryGateDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEntryGateDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEntryGateDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEntryGateDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticEntryGateDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticEntryGateDelayTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticEntryGateDelayTime.InitVisible = true;
|
this.labelStaticEntryGateDelayTime.InitVisible = true;
|
||||||
this.labelStaticEntryGateDelayTime.LineSpacing = 0F;
|
this.labelStaticEntryGateDelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticEntryGateDelayTime.Location = new System.Drawing.Point(20, 505);
|
this.labelStaticEntryGateDelayTime.Location = new System.Drawing.Point(20, 523);
|
||||||
this.labelStaticEntryGateDelayTime.Name = "labelStaticEntryGateDelayTime";
|
this.labelStaticEntryGateDelayTime.Name = "labelStaticEntryGateDelayTime";
|
||||||
this.labelStaticEntryGateDelayTime.Size = new System.Drawing.Size(165, 25);
|
this.labelStaticEntryGateDelayTime.Size = new System.Drawing.Size(165, 25);
|
||||||
this.labelStaticEntryGateDelayTime.TabIndex = 191;
|
this.labelStaticEntryGateDelayTime.TabIndex = 191;
|
||||||
this.labelStaticEntryGateDelayTime.Text = "진입게이트 지연";
|
this.labelStaticEntryGateDelayTime.Text = "지연";
|
||||||
this.labelStaticEntryGateDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticEntryGateDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelStaticEntryGateDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticEntryGateDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelStaticEntryGateDelayTime.Wordwrap = false;
|
this.labelStaticEntryGateDelayTime.Wordwrap = false;
|
||||||
|
@ -927,7 +931,7 @@
|
||||||
this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelFeedSpeed.InitVisible = true;
|
this.labelFeedSpeed.InitVisible = true;
|
||||||
this.labelFeedSpeed.LineSpacing = 0F;
|
this.labelFeedSpeed.LineSpacing = 0F;
|
||||||
this.labelFeedSpeed.Location = new System.Drawing.Point(191, 466);
|
this.labelFeedSpeed.Location = new System.Drawing.Point(191, 455);
|
||||||
this.labelFeedSpeed.Name = "labelFeedSpeed";
|
this.labelFeedSpeed.Name = "labelFeedSpeed";
|
||||||
this.labelFeedSpeed.Size = new System.Drawing.Size(80, 25);
|
this.labelFeedSpeed.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelFeedSpeed.TabIndex = 190;
|
this.labelFeedSpeed.TabIndex = 190;
|
||||||
|
@ -945,11 +949,11 @@
|
||||||
this.labelTitleFeedSpeed.BackPictureBox2 = null;
|
this.labelTitleFeedSpeed.BackPictureBox2 = null;
|
||||||
this.labelTitleFeedSpeed.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleFeedSpeed.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleFeedSpeed.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleFeedSpeed.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleFeedSpeed.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleFeedSpeed.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleFeedSpeed.InitVisible = true;
|
this.labelTitleFeedSpeed.InitVisible = true;
|
||||||
this.labelTitleFeedSpeed.LineSpacing = 0F;
|
this.labelTitleFeedSpeed.LineSpacing = 0F;
|
||||||
this.labelTitleFeedSpeed.Location = new System.Drawing.Point(20, 466);
|
this.labelTitleFeedSpeed.Location = new System.Drawing.Point(20, 455);
|
||||||
this.labelTitleFeedSpeed.Name = "labelTitleFeedSpeed";
|
this.labelTitleFeedSpeed.Name = "labelTitleFeedSpeed";
|
||||||
this.labelTitleFeedSpeed.Size = new System.Drawing.Size(165, 25);
|
this.labelTitleFeedSpeed.Size = new System.Drawing.Size(165, 25);
|
||||||
this.labelTitleFeedSpeed.TabIndex = 189;
|
this.labelTitleFeedSpeed.TabIndex = 189;
|
||||||
|
@ -968,7 +972,7 @@
|
||||||
this.smartSeparatorLine2.Line2Visible = true;
|
this.smartSeparatorLine2.Line2Visible = true;
|
||||||
this.smartSeparatorLine2.Line2Width = 1F;
|
this.smartSeparatorLine2.Line2Width = 1F;
|
||||||
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
||||||
this.smartSeparatorLine2.Location = new System.Drawing.Point(32, 497);
|
this.smartSeparatorLine2.Location = new System.Drawing.Point(34, 485);
|
||||||
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
|
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
|
||||||
this.smartSeparatorLine2.Size = new System.Drawing.Size(480, 2);
|
this.smartSeparatorLine2.Size = new System.Drawing.Size(480, 2);
|
||||||
this.smartSeparatorLine2.TabIndex = 188;
|
this.smartSeparatorLine2.TabIndex = 188;
|
||||||
|
@ -985,7 +989,7 @@
|
||||||
this.labelSorter2DelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelSorter2DelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSorter2DelayTime.InitVisible = true;
|
this.labelSorter2DelayTime.InitVisible = true;
|
||||||
this.labelSorter2DelayTime.LineSpacing = 0F;
|
this.labelSorter2DelayTime.LineSpacing = 0F;
|
||||||
this.labelSorter2DelayTime.Location = new System.Drawing.Point(440, 435);
|
this.labelSorter2DelayTime.Location = new System.Drawing.Point(440, 424);
|
||||||
this.labelSorter2DelayTime.Name = "labelSorter2DelayTime";
|
this.labelSorter2DelayTime.Name = "labelSorter2DelayTime";
|
||||||
this.labelSorter2DelayTime.Size = new System.Drawing.Size(80, 25);
|
this.labelSorter2DelayTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelSorter2DelayTime.TabIndex = 183;
|
this.labelSorter2DelayTime.TabIndex = 183;
|
||||||
|
@ -1002,11 +1006,11 @@
|
||||||
this.labelStaticSorter2DelayTime.BackPictureBox2 = null;
|
this.labelStaticSorter2DelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter2DelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2DelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter2DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter2DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter2DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter2DelayTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2DelayTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2DelayTime.InitVisible = true;
|
this.labelStaticSorter2DelayTime.InitVisible = true;
|
||||||
this.labelStaticSorter2DelayTime.LineSpacing = 0F;
|
this.labelStaticSorter2DelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticSorter2DelayTime.Location = new System.Drawing.Point(284, 435);
|
this.labelStaticSorter2DelayTime.Location = new System.Drawing.Point(284, 424);
|
||||||
this.labelStaticSorter2DelayTime.Name = "labelStaticSorter2DelayTime";
|
this.labelStaticSorter2DelayTime.Name = "labelStaticSorter2DelayTime";
|
||||||
this.labelStaticSorter2DelayTime.Size = new System.Drawing.Size(150, 25);
|
this.labelStaticSorter2DelayTime.Size = new System.Drawing.Size(150, 25);
|
||||||
this.labelStaticSorter2DelayTime.TabIndex = 182;
|
this.labelStaticSorter2DelayTime.TabIndex = 182;
|
||||||
|
@ -1026,7 +1030,7 @@
|
||||||
this.labelSorter2RunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelSorter2RunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSorter2RunTime.InitVisible = true;
|
this.labelSorter2RunTime.InitVisible = true;
|
||||||
this.labelSorter2RunTime.LineSpacing = 0F;
|
this.labelSorter2RunTime.LineSpacing = 0F;
|
||||||
this.labelSorter2RunTime.Location = new System.Drawing.Point(440, 466);
|
this.labelSorter2RunTime.Location = new System.Drawing.Point(440, 455);
|
||||||
this.labelSorter2RunTime.Name = "labelSorter2RunTime";
|
this.labelSorter2RunTime.Name = "labelSorter2RunTime";
|
||||||
this.labelSorter2RunTime.Size = new System.Drawing.Size(80, 25);
|
this.labelSorter2RunTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelSorter2RunTime.TabIndex = 181;
|
this.labelSorter2RunTime.TabIndex = 181;
|
||||||
|
@ -1043,11 +1047,11 @@
|
||||||
this.labelStaticSorter2RunTime.BackPictureBox2 = null;
|
this.labelStaticSorter2RunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter2RunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2RunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter2RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter2RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter2RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter2RunTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticSorter2RunTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter2RunTime.InitVisible = true;
|
this.labelStaticSorter2RunTime.InitVisible = true;
|
||||||
this.labelStaticSorter2RunTime.LineSpacing = 0F;
|
this.labelStaticSorter2RunTime.LineSpacing = 0F;
|
||||||
this.labelStaticSorter2RunTime.Location = new System.Drawing.Point(284, 466);
|
this.labelStaticSorter2RunTime.Location = new System.Drawing.Point(284, 455);
|
||||||
this.labelStaticSorter2RunTime.Name = "labelStaticSorter2RunTime";
|
this.labelStaticSorter2RunTime.Name = "labelStaticSorter2RunTime";
|
||||||
this.labelStaticSorter2RunTime.Size = new System.Drawing.Size(150, 25);
|
this.labelStaticSorter2RunTime.Size = new System.Drawing.Size(150, 25);
|
||||||
this.labelStaticSorter2RunTime.TabIndex = 180;
|
this.labelStaticSorter2RunTime.TabIndex = 180;
|
||||||
|
@ -1067,7 +1071,7 @@
|
||||||
this.labelSorter1DelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelSorter1DelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSorter1DelayTime.InitVisible = true;
|
this.labelSorter1DelayTime.InitVisible = true;
|
||||||
this.labelSorter1DelayTime.LineSpacing = 0F;
|
this.labelSorter1DelayTime.LineSpacing = 0F;
|
||||||
this.labelSorter1DelayTime.Location = new System.Drawing.Point(440, 373);
|
this.labelSorter1DelayTime.Location = new System.Drawing.Point(440, 362);
|
||||||
this.labelSorter1DelayTime.Name = "labelSorter1DelayTime";
|
this.labelSorter1DelayTime.Name = "labelSorter1DelayTime";
|
||||||
this.labelSorter1DelayTime.Size = new System.Drawing.Size(80, 25);
|
this.labelSorter1DelayTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelSorter1DelayTime.TabIndex = 179;
|
this.labelSorter1DelayTime.TabIndex = 179;
|
||||||
|
@ -1084,11 +1088,11 @@
|
||||||
this.labelStaticSorter1DelayTime.BackPictureBox2 = null;
|
this.labelStaticSorter1DelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter1DelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1DelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter1DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter1DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter1DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter1DelayTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1DelayTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1DelayTime.InitVisible = true;
|
this.labelStaticSorter1DelayTime.InitVisible = true;
|
||||||
this.labelStaticSorter1DelayTime.LineSpacing = 0F;
|
this.labelStaticSorter1DelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticSorter1DelayTime.Location = new System.Drawing.Point(284, 373);
|
this.labelStaticSorter1DelayTime.Location = new System.Drawing.Point(284, 362);
|
||||||
this.labelStaticSorter1DelayTime.Name = "labelStaticSorter1DelayTime";
|
this.labelStaticSorter1DelayTime.Name = "labelStaticSorter1DelayTime";
|
||||||
this.labelStaticSorter1DelayTime.Size = new System.Drawing.Size(150, 25);
|
this.labelStaticSorter1DelayTime.Size = new System.Drawing.Size(150, 25);
|
||||||
this.labelStaticSorter1DelayTime.TabIndex = 178;
|
this.labelStaticSorter1DelayTime.TabIndex = 178;
|
||||||
|
@ -1108,7 +1112,7 @@
|
||||||
this.labelJudgmentDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelJudgmentDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelJudgmentDelayTime.InitVisible = true;
|
this.labelJudgmentDelayTime.InitVisible = true;
|
||||||
this.labelJudgmentDelayTime.LineSpacing = 0F;
|
this.labelJudgmentDelayTime.LineSpacing = 0F;
|
||||||
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(191, 373);
|
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(191, 362);
|
||||||
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
|
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
|
||||||
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(80, 25);
|
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelJudgmentDelayTime.TabIndex = 175;
|
this.labelJudgmentDelayTime.TabIndex = 175;
|
||||||
|
@ -1125,11 +1129,11 @@
|
||||||
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
||||||
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(20, 373);
|
this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(20, 362);
|
||||||
this.labelStaticJudgmentDelayTime.Name = "labelStaticJudgmentDelayTime";
|
this.labelStaticJudgmentDelayTime.Name = "labelStaticJudgmentDelayTime";
|
||||||
this.labelStaticJudgmentDelayTime.Size = new System.Drawing.Size(165, 25);
|
this.labelStaticJudgmentDelayTime.Size = new System.Drawing.Size(165, 25);
|
||||||
this.labelStaticJudgmentDelayTime.TabIndex = 174;
|
this.labelStaticJudgmentDelayTime.TabIndex = 174;
|
||||||
|
@ -1149,7 +1153,7 @@
|
||||||
this.labelSorter1RunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelSorter1RunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSorter1RunTime.InitVisible = true;
|
this.labelSorter1RunTime.InitVisible = true;
|
||||||
this.labelSorter1RunTime.LineSpacing = 0F;
|
this.labelSorter1RunTime.LineSpacing = 0F;
|
||||||
this.labelSorter1RunTime.Location = new System.Drawing.Point(440, 404);
|
this.labelSorter1RunTime.Location = new System.Drawing.Point(440, 393);
|
||||||
this.labelSorter1RunTime.Name = "labelSorter1RunTime";
|
this.labelSorter1RunTime.Name = "labelSorter1RunTime";
|
||||||
this.labelSorter1RunTime.Size = new System.Drawing.Size(80, 25);
|
this.labelSorter1RunTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelSorter1RunTime.TabIndex = 108;
|
this.labelSorter1RunTime.TabIndex = 108;
|
||||||
|
@ -1166,11 +1170,11 @@
|
||||||
this.labelStaticSorter1RunTime.BackPictureBox2 = null;
|
this.labelStaticSorter1RunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorter1RunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1RunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorter1RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorter1RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorter1RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorter1RunTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticSorter1RunTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorter1RunTime.InitVisible = true;
|
this.labelStaticSorter1RunTime.InitVisible = true;
|
||||||
this.labelStaticSorter1RunTime.LineSpacing = 0F;
|
this.labelStaticSorter1RunTime.LineSpacing = 0F;
|
||||||
this.labelStaticSorter1RunTime.Location = new System.Drawing.Point(284, 404);
|
this.labelStaticSorter1RunTime.Location = new System.Drawing.Point(284, 393);
|
||||||
this.labelStaticSorter1RunTime.Name = "labelStaticSorter1RunTime";
|
this.labelStaticSorter1RunTime.Name = "labelStaticSorter1RunTime";
|
||||||
this.labelStaticSorter1RunTime.Size = new System.Drawing.Size(150, 25);
|
this.labelStaticSorter1RunTime.Size = new System.Drawing.Size(150, 25);
|
||||||
this.labelStaticSorter1RunTime.TabIndex = 107;
|
this.labelStaticSorter1RunTime.TabIndex = 107;
|
||||||
|
@ -1186,7 +1190,7 @@
|
||||||
this.labelStaticWeight.BackPictureBox2 = null;
|
this.labelStaticWeight.BackPictureBox2 = null;
|
||||||
this.labelStaticWeight.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticWeight.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelStaticWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelStaticWeight.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticWeight.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticWeight.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticWeight.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticWeight.InitVisible = true;
|
this.labelStaticWeight.InitVisible = true;
|
||||||
this.labelStaticWeight.LineSpacing = 0F;
|
this.labelStaticWeight.LineSpacing = 0F;
|
||||||
|
@ -1229,7 +1233,7 @@
|
||||||
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonWeightReference.DisableImage = null;
|
this.buttonWeightReference.DisableImage = null;
|
||||||
this.buttonWeightReference.DownImage = null;
|
this.buttonWeightReference.DownImage = null;
|
||||||
this.buttonWeightReference.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.buttonWeightReference.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonWeightReference.GroupID = 0;
|
this.buttonWeightReference.GroupID = 0;
|
||||||
this.buttonWeightReference.InitVisible = true;
|
this.buttonWeightReference.InitVisible = true;
|
||||||
this.buttonWeightReference.Location = new System.Drawing.Point(132, 309);
|
this.buttonWeightReference.Location = new System.Drawing.Point(132, 309);
|
||||||
|
@ -1263,7 +1267,7 @@
|
||||||
this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelJudgmentCount.InitVisible = true;
|
this.labelJudgmentCount.InitVisible = true;
|
||||||
this.labelJudgmentCount.LineSpacing = 0F;
|
this.labelJudgmentCount.LineSpacing = 0F;
|
||||||
this.labelJudgmentCount.Location = new System.Drawing.Point(191, 435);
|
this.labelJudgmentCount.Location = new System.Drawing.Point(191, 424);
|
||||||
this.labelJudgmentCount.Name = "labelJudgmentCount";
|
this.labelJudgmentCount.Name = "labelJudgmentCount";
|
||||||
this.labelJudgmentCount.Size = new System.Drawing.Size(80, 25);
|
this.labelJudgmentCount.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelJudgmentCount.TabIndex = 108;
|
this.labelJudgmentCount.TabIndex = 108;
|
||||||
|
@ -1284,7 +1288,7 @@
|
||||||
this.labelTurnDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelTurnDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTurnDelayTime.InitVisible = true;
|
this.labelTurnDelayTime.InitVisible = true;
|
||||||
this.labelTurnDelayTime.LineSpacing = 0F;
|
this.labelTurnDelayTime.LineSpacing = 0F;
|
||||||
this.labelTurnDelayTime.Location = new System.Drawing.Point(191, 404);
|
this.labelTurnDelayTime.Location = new System.Drawing.Point(191, 393);
|
||||||
this.labelTurnDelayTime.Name = "labelTurnDelayTime";
|
this.labelTurnDelayTime.Name = "labelTurnDelayTime";
|
||||||
this.labelTurnDelayTime.Size = new System.Drawing.Size(80, 25);
|
this.labelTurnDelayTime.Size = new System.Drawing.Size(80, 25);
|
||||||
this.labelTurnDelayTime.TabIndex = 108;
|
this.labelTurnDelayTime.TabIndex = 108;
|
||||||
|
@ -1301,11 +1305,11 @@
|
||||||
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgmentCount.InitVisible = true;
|
this.labelStaticJudgmentCount.InitVisible = true;
|
||||||
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
||||||
this.labelStaticJudgmentCount.Location = new System.Drawing.Point(20, 435);
|
this.labelStaticJudgmentCount.Location = new System.Drawing.Point(20, 424);
|
||||||
this.labelStaticJudgmentCount.Name = "labelStaticJudgmentCount";
|
this.labelStaticJudgmentCount.Name = "labelStaticJudgmentCount";
|
||||||
this.labelStaticJudgmentCount.Size = new System.Drawing.Size(165, 25);
|
this.labelStaticJudgmentCount.Size = new System.Drawing.Size(165, 25);
|
||||||
this.labelStaticJudgmentCount.TabIndex = 107;
|
this.labelStaticJudgmentCount.TabIndex = 107;
|
||||||
|
@ -1321,7 +1325,7 @@
|
||||||
this.labelStaticJudgment.BackPictureBox2 = null;
|
this.labelStaticJudgment.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgment.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticJudgment.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelStaticJudgment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelStaticJudgment.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgment.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgment.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticJudgment.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgment.InitVisible = true;
|
this.labelStaticJudgment.InitVisible = true;
|
||||||
this.labelStaticJudgment.LineSpacing = 0F;
|
this.labelStaticJudgment.LineSpacing = 0F;
|
||||||
|
@ -1341,11 +1345,11 @@
|
||||||
this.labelStaticTurnDelayTime.BackPictureBox2 = null;
|
this.labelStaticTurnDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticTurnDelayTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticTurnDelayTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTurnDelayTime.InitVisible = true;
|
this.labelStaticTurnDelayTime.InitVisible = true;
|
||||||
this.labelStaticTurnDelayTime.LineSpacing = 0F;
|
this.labelStaticTurnDelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticTurnDelayTime.Location = new System.Drawing.Point(20, 404);
|
this.labelStaticTurnDelayTime.Location = new System.Drawing.Point(20, 393);
|
||||||
this.labelStaticTurnDelayTime.Name = "labelStaticTurnDelayTime";
|
this.labelStaticTurnDelayTime.Name = "labelStaticTurnDelayTime";
|
||||||
this.labelStaticTurnDelayTime.Size = new System.Drawing.Size(165, 25);
|
this.labelStaticTurnDelayTime.Size = new System.Drawing.Size(165, 25);
|
||||||
this.labelStaticTurnDelayTime.TabIndex = 107;
|
this.labelStaticTurnDelayTime.TabIndex = 107;
|
||||||
|
@ -1496,22 +1500,62 @@
|
||||||
this.labelTimeroutCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTimeroutCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTimeroutCount.Wordwrap = false;
|
this.labelTimeroutCount.Wordwrap = false;
|
||||||
//
|
//
|
||||||
|
// smartLabel2
|
||||||
|
//
|
||||||
|
this.smartLabel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.smartLabel2.BackPictureBox = null;
|
||||||
|
this.smartLabel2.BackPictureBox1 = null;
|
||||||
|
this.smartLabel2.BackPictureBox2 = null;
|
||||||
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.smartLabel2.InitVisible = true;
|
||||||
|
this.smartLabel2.LineSpacing = 0F;
|
||||||
|
this.smartLabel2.Location = new System.Drawing.Point(284, 495);
|
||||||
|
this.smartLabel2.Name = "smartLabel2";
|
||||||
|
this.smartLabel2.Size = new System.Drawing.Size(236, 22);
|
||||||
|
this.smartLabel2.TabIndex = 199;
|
||||||
|
this.smartLabel2.Text = "배출스토퍼";
|
||||||
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// smartLabel3
|
||||||
|
//
|
||||||
|
this.smartLabel3.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.smartLabel3.BackPictureBox = null;
|
||||||
|
this.smartLabel3.BackPictureBox1 = null;
|
||||||
|
this.smartLabel3.BackPictureBox2 = null;
|
||||||
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.smartLabel3.InitVisible = true;
|
||||||
|
this.smartLabel3.LineSpacing = 0F;
|
||||||
|
this.smartLabel3.Location = new System.Drawing.Point(35, 495);
|
||||||
|
this.smartLabel3.Name = "smartLabel3";
|
||||||
|
this.smartLabel3.Size = new System.Drawing.Size(236, 22);
|
||||||
|
this.smartLabel3.TabIndex = 200;
|
||||||
|
this.smartLabel3.Text = "진입게이트";
|
||||||
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel3.Wordwrap = false;
|
||||||
|
//
|
||||||
// FormSystemSetting
|
// FormSystemSetting
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.AutoScroll = true;
|
this.AutoScroll = true;
|
||||||
this.ClientSize = new System.Drawing.Size(1024, 768);
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
||||||
this.Controls.Add(this.labelTimeroutCount);
|
this.Controls.Add(this.buttonPasteAll);
|
||||||
|
this.Controls.Add(this.buttonPaste);
|
||||||
|
this.Controls.Add(this.buttonCopy);
|
||||||
this.Controls.Add(this.buttonCutSignal);
|
this.Controls.Add(this.buttonCutSignal);
|
||||||
|
this.Controls.Add(this.buttonBack);
|
||||||
|
this.Controls.Add(this.labelTimeroutCount);
|
||||||
this.Controls.Add(this.smartKeyboard);
|
this.Controls.Add(this.smartKeyboard);
|
||||||
this.Controls.Add(this.groupBoxJudgment);
|
this.Controls.Add(this.groupBoxJudgment);
|
||||||
this.Controls.Add(this.groupBoxProduct);
|
this.Controls.Add(this.groupBoxProduct);
|
||||||
this.Controls.Add(this.labelTitle);
|
this.Controls.Add(this.labelTitle);
|
||||||
this.Controls.Add(this.buttonBack);
|
|
||||||
this.Controls.Add(this.buttonPasteAll);
|
|
||||||
this.Controls.Add(this.buttonPaste);
|
|
||||||
this.Controls.Add(this.buttonCopy);
|
|
||||||
this.Controls.Add(this.smartForm1);
|
this.Controls.Add(this.smartForm1);
|
||||||
this.Controls.Add(this.pictureBoxStart);
|
this.Controls.Add(this.pictureBoxStart);
|
||||||
this.Controls.Add(this.pictureBoxStop);
|
this.Controls.Add(this.pictureBoxStop);
|
||||||
|
@ -1592,6 +1636,11 @@
|
||||||
private SmartX.SmartLabel labelStaticDischargeStopperRunTime;
|
private SmartX.SmartLabel labelStaticDischargeStopperRunTime;
|
||||||
private SmartX.SmartLabel labelDischargeStopperDelayTime;
|
private SmartX.SmartLabel labelDischargeStopperDelayTime;
|
||||||
private SmartX.SmartLabel labelStaticDischargeStopperDelayTime;
|
private SmartX.SmartLabel labelStaticDischargeStopperDelayTime;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
private SmartX.SmartLabel smartLabel3;
|
||||||
|
private SmartX.SmartLabel smartLabel2;
|
||||||
|
=======
|
||||||
private SmartX.SmartLabel labelTimeroutCount;
|
private SmartX.SmartLabel labelTimeroutCount;
|
||||||
|
>>>>>>> e960ad66b5a9fb985d32b16060dfeab070187c27
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -215,6 +215,14 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStaticSorter2DelayTime.Text = "Sortierer2 Vezögerung";
|
this.labelStaticSorter2DelayTime.Text = "Sortierer2 Vezögerung";
|
||||||
this.labelStaticSorter2RunTime.Font = font;
|
this.labelStaticSorter2RunTime.Font = font;
|
||||||
this.labelStaticSorter2RunTime.Text = "Sortierer2 Laufzeit";
|
this.labelStaticSorter2RunTime.Text = "Sortierer2 Laufzeit";
|
||||||
|
this.labelStaticEntryGateDelayTime.Font = font;
|
||||||
|
this.labelStaticEntryGateDelayTime.Text = "Verzögerungszeit des Eingangstors";
|
||||||
|
this.labelStaticEntryGateRunTime.Font = font;
|
||||||
|
this.labelStaticEntryGateRunTime.Text = "Laufzeit des Eingangstors";
|
||||||
|
this.labelStaticDischargeStopperDelayTime.Font = font;
|
||||||
|
this.labelStaticDischargeStopperDelayTime.Text = "Verzögerungszeit Entladestoppers";
|
||||||
|
this.labelStaticDischargeStopperRunTime.Font = font;
|
||||||
|
this.labelStaticDischargeStopperRunTime.Text = "Betriebszeit Entladungsstoppers";
|
||||||
|
|
||||||
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Bearbeiten";
|
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Bearbeiten";
|
||||||
this.labelStaticNo.Text = "Nummer";
|
this.labelStaticNo.Text = "Nummer";
|
||||||
|
|
|
@ -71,6 +71,10 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
||||||
this.labelAutoLogoutWarning.Text = "* Applies to all users";
|
this.labelAutoLogoutWarning.Text = "* Applies to all users";
|
||||||
|
|
||||||
|
this.labelCaution.Text = "Notes when registering a user";
|
||||||
|
this.labelCaution1.Text = "- When registering a new user, the password is set to the initial value [Password12!].";
|
||||||
|
this.labelCaution2.Text = "- After registering as a new user, you can change the password when you first log in.";
|
||||||
|
|
||||||
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engGroupEditorDisable));
|
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engGroupEditorDisable));
|
||||||
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engGroupEditorDown));
|
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engGroupEditorDown));
|
||||||
this.buttonGroupEditor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engGroupEditorUp));
|
this.buttonGroupEditor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engGroupEditorUp));
|
||||||
|
@ -116,6 +120,10 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
||||||
this.labelAutoLogoutWarning.Text = "* Applies to all users";
|
this.labelAutoLogoutWarning.Text = "* Applies to all users";
|
||||||
|
|
||||||
|
this.labelCaution.Text = "Hinweise zur Benutzerregistrierung";
|
||||||
|
this.labelCaution1.Text = "- Bei der Registrierung eines neuen Benutzers wird das Passwort auf den Wert [Password12!] gesetzt.";
|
||||||
|
this.labelCaution2.Text = "- Nach der Registrierung als neuer Benutzer können Sie das Passwort bei der ersten Anmeldung ändern.";
|
||||||
|
|
||||||
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerGroupEditorDisable));
|
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerGroupEditorDisable));
|
||||||
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerGroupEditorDown));
|
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerGroupEditorDown));
|
||||||
this.buttonGroupEditor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerGroupEditorUp));
|
this.buttonGroupEditor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerGroupEditorUp));
|
||||||
|
@ -410,89 +418,89 @@ namespace INT63DC_6CH.Forms
|
||||||
switch (level)
|
switch (level)
|
||||||
{
|
{
|
||||||
case DataStore.UserGroup.Level1:
|
case DataStore.UserGroup.Level1:
|
||||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
|
this.labelStaticProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
|
||||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
|
this.labelStaticClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
|
||||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
|
this.labelStaticSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
|
||||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
|
this.labelStaticWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
|
||||||
|
|
||||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
|
this.labelStaticInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
|
||||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
|
this.labelStaticConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
|
||||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
|
this.labelStaticCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
|
||||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
|
this.labelStaticCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
|
||||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
|
this.labelStaticSystemSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
|
||||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
|
this.labelStaticMotorSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
|
||||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
|
this.labelStaticIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
|
||||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
|
this.labelStaticUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
|
||||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
|
this.labelStaticFactoryReset.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
|
||||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
|
this.labelStaticTimeSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
|
||||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
|
this.labelStaticDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
|
||||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
this.labelStaticEquipmentSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
||||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
|
this.labelStaticStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
|
||||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
|
this.labelStaticViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
|
||||||
break;
|
break;
|
||||||
case DataStore.UserGroup.Level2:
|
case DataStore.UserGroup.Level2:
|
||||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
|
this.labelStaticProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
|
||||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
|
this.labelStaticClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
|
||||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
|
this.labelStaticSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
|
||||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
|
this.labelStaticWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
|
||||||
|
|
||||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
|
this.labelStaticInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
|
||||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
|
this.labelStaticConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
|
||||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
|
this.labelStaticCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
|
||||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
|
this.labelStaticCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
|
||||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
|
this.labelStaticSystemSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
|
||||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
|
this.labelStaticMotorSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
|
||||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
|
this.labelStaticIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
|
||||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
|
this.labelStaticUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
|
||||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
|
this.labelStaticFactoryReset.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
|
||||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
|
this.labelStaticTimeSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
|
||||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
|
this.labelStaticDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
|
||||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
this.labelStaticEquipmentSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
||||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
|
this.labelStaticStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
|
||||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
|
this.labelStaticViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
|
||||||
break;
|
break;
|
||||||
case DataStore.UserGroup.Level3:
|
case DataStore.UserGroup.Level3:
|
||||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
|
this.labelStaticProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
|
||||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
|
this.labelStaticClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
|
||||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
|
this.labelStaticSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
|
||||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
|
this.labelStaticWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
|
||||||
|
|
||||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
|
this.labelStaticInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
|
||||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
|
this.labelStaticConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
|
||||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
|
this.labelStaticCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
|
||||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
|
this.labelStaticCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
|
||||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
|
this.labelStaticSystemSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
|
||||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
|
this.labelStaticMotorSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
|
||||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
|
this.labelStaticIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
|
||||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
|
this.labelStaticUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
|
||||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
|
this.labelStaticFactoryReset.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
|
||||||
this.labelTime.ForeColor = this.ReturnColor(true);
|
this.labelStaticTimeSetting.ForeColor = this.ReturnColor(true);
|
||||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
|
this.labelStaticDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
|
||||||
this.labelEquipment.ForeColor = this.ReturnColor(true);
|
this.labelStaticEquipmentSetting.ForeColor = this.ReturnColor(true);
|
||||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
|
this.labelStaticStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
|
||||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
|
this.labelStaticViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
|
||||||
break;
|
break;
|
||||||
case DataStore.UserGroup.Developer:
|
case DataStore.UserGroup.Developer:
|
||||||
case DataStore.UserGroup.Admin:
|
case DataStore.UserGroup.Admin:
|
||||||
this.labelProductNo.ForeColor = Color.DarkGreen;
|
this.labelStaticProductNo.ForeColor = Color.DarkGreen;
|
||||||
this.labelClear.ForeColor = Color.DarkGreen;
|
this.labelStaticClear.ForeColor = Color.DarkGreen;
|
||||||
this.labelSubMenu.ForeColor = Color.DarkGreen;
|
this.labelStaticSubMenu.ForeColor = Color.DarkGreen;
|
||||||
this.labelWeightSetting.ForeColor = Color.DarkGreen;
|
this.labelStaticWeightSetting.ForeColor = Color.DarkGreen;
|
||||||
|
|
||||||
this.labelInformation.ForeColor = Color.DarkGreen;
|
this.labelStaticInformation.ForeColor = Color.DarkGreen;
|
||||||
this.labelConfiguration.ForeColor = Color.DarkGreen;
|
this.labelStaticConfiguration.ForeColor = Color.DarkGreen;
|
||||||
this.labelCommunication.ForeColor = Color.DarkGreen;
|
this.labelStaticCommunication.ForeColor = Color.DarkGreen;
|
||||||
this.labelCalibration.ForeColor = Color.DarkGreen;
|
this.labelStaticCalibration.ForeColor = Color.DarkGreen;
|
||||||
this.labelSystem.ForeColor = Color.DarkGreen;
|
this.labelStaticSystemSetting.ForeColor = Color.DarkGreen;
|
||||||
this.labelMotor.ForeColor = Color.DarkGreen;
|
this.labelStaticMotorSetting.ForeColor = Color.DarkGreen;
|
||||||
this.labelIOTest.ForeColor = Color.DarkGreen;
|
this.labelStaticIOTest.ForeColor = Color.DarkGreen;
|
||||||
this.labelUpdate.ForeColor = Color.DarkGreen;
|
this.labelStaticUpdate.ForeColor = Color.DarkGreen;
|
||||||
this.labelInitialization.ForeColor = Color.DarkGreen;
|
this.labelStaticFactoryReset.ForeColor = Color.DarkGreen;
|
||||||
this.labelTime.ForeColor = Color.DarkGreen;
|
this.labelStaticTimeSetting.ForeColor = Color.DarkGreen;
|
||||||
this.labelDataBackup.ForeColor = Color.DarkGreen;
|
this.labelStaticDataBackup.ForeColor = Color.DarkGreen;
|
||||||
this.labelEquipment.ForeColor = Color.DarkGreen;
|
this.labelStaticEquipmentSetting.ForeColor = Color.DarkGreen;
|
||||||
this.labelStatistics.ForeColor = Color.DarkGreen;
|
this.labelStaticStatistics.ForeColor = Color.DarkGreen;
|
||||||
this.labelViewer.ForeColor = Color.DarkGreen;
|
this.labelStaticViewer.ForeColor = Color.DarkGreen;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -758,25 +766,25 @@ namespace INT63DC_6CH.Forms
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.labelProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
|
this.labelStaticProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
|
||||||
this.labelWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
|
this.labelStaticWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
|
||||||
this.labelClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
|
this.labelStaticClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
|
||||||
this.labelSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
|
this.labelStaticSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
|
||||||
|
|
||||||
this.labelInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
|
this.labelStaticInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
|
||||||
this.labelConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
|
this.labelStaticConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
|
||||||
this.labelCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
|
this.labelStaticCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
|
||||||
this.labelCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
|
this.labelStaticCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
|
||||||
this.labelSystem.ForeColor = this.ReturnColor(item.IsMenuSystem);
|
this.labelStaticSystemSetting.ForeColor = this.ReturnColor(item.IsMenuSystem);
|
||||||
this.labelMotor.ForeColor = this.ReturnColor(item.IsMenuMotor);
|
this.labelStaticMotorSetting.ForeColor = this.ReturnColor(item.IsMenuMotor);
|
||||||
this.labelIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
|
this.labelStaticIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
|
||||||
this.labelUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
|
this.labelStaticUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
|
||||||
this.labelInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization);
|
this.labelStaticFactoryReset.ForeColor = this.ReturnColor(item.IsMenuInitialization);
|
||||||
this.labelTime.ForeColor = this.ReturnColor(item.IsMenuTime);
|
this.labelStaticTimeSetting.ForeColor = this.ReturnColor(item.IsMenuTime);
|
||||||
this.labelDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup);
|
this.labelStaticDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup);
|
||||||
this.labelStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics);
|
this.labelStaticStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics);
|
||||||
this.labelEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment);
|
this.labelStaticEquipmentSetting.ForeColor = this.ReturnColor(item.IsMenuEquipment);
|
||||||
this.labelViewer.ForeColor = this.ReturnColor(item.IsMenuViewer);
|
this.labelStaticViewer.ForeColor = this.ReturnColor(item.IsMenuViewer);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void CallBackGetUserData(UserManager.UserMgr_user_list_t user)
|
public void CallBackGetUserData(UserManager.UserMgr_user_list_t user)
|
||||||
|
@ -1010,6 +1018,11 @@ namespace INT63DC_6CH.Forms
|
||||||
this.UpdateInitializeUserDisplay(this.ParentForm.SystemConfig);
|
this.UpdateInitializeUserDisplay(this.ParentForm.SystemConfig);
|
||||||
this.UpdateUserListBoxDisplay(this.ParentForm.ListDllUserName);
|
this.UpdateUserListBoxDisplay(this.ParentForm.ListDllUserName);
|
||||||
|
|
||||||
|
if (this.ParentForm.SystemConfig.IsOptDataStatistics == false)
|
||||||
|
this.labelStaticStatistics.Visible = false;
|
||||||
|
if (this.ParentForm.SystemConfig.IsOptPart11 == false)
|
||||||
|
this.labelStaticViewer.Visible = false;
|
||||||
|
|
||||||
this.labelCaution.Visible = true;
|
this.labelCaution.Visible = true;
|
||||||
this.labelCaution1.Visible = true;
|
this.labelCaution1.Visible = true;
|
||||||
this.labelCaution2.Visible = true;
|
this.labelCaution2.Visible = true;
|
||||||
|
|
|
@ -50,26 +50,26 @@
|
||||||
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
|
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
|
||||||
this.buttonDelete = new SmartX.SmartButton();
|
this.buttonDelete = new SmartX.SmartButton();
|
||||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
||||||
this.labelEquipment = new SmartX.SmartLabel();
|
this.labelStaticEquipmentSetting = new SmartX.SmartLabel();
|
||||||
this.labelMenu = new SmartX.SmartLabel();
|
this.labelStaticMenu = new SmartX.SmartLabel();
|
||||||
this.labelMain = new SmartX.SmartLabel();
|
this.labelStaticMainDisplayAccess = new SmartX.SmartLabel();
|
||||||
this.labelViewer = new SmartX.SmartLabel();
|
this.labelStaticViewer = new SmartX.SmartLabel();
|
||||||
this.labelStatistics = new SmartX.SmartLabel();
|
this.labelStaticStatistics = new SmartX.SmartLabel();
|
||||||
this.labelUpdate = new SmartX.SmartLabel();
|
this.labelStaticUpdate = new SmartX.SmartLabel();
|
||||||
this.labelIOTest = new SmartX.SmartLabel();
|
this.labelStaticIOTest = new SmartX.SmartLabel();
|
||||||
this.labelMotor = new SmartX.SmartLabel();
|
this.labelStaticMotorSetting = new SmartX.SmartLabel();
|
||||||
this.labelSystem = new SmartX.SmartLabel();
|
this.labelStaticSystemSetting = new SmartX.SmartLabel();
|
||||||
this.labelDataBackup = new SmartX.SmartLabel();
|
this.labelStaticDataBackup = new SmartX.SmartLabel();
|
||||||
this.labelCalibration = new SmartX.SmartLabel();
|
this.labelStaticCalibration = new SmartX.SmartLabel();
|
||||||
this.labelCommunication = new SmartX.SmartLabel();
|
this.labelStaticCommunication = new SmartX.SmartLabel();
|
||||||
this.labelTime = new SmartX.SmartLabel();
|
this.labelStaticTimeSetting = new SmartX.SmartLabel();
|
||||||
this.labelInitialization = new SmartX.SmartLabel();
|
this.labelStaticFactoryReset = new SmartX.SmartLabel();
|
||||||
this.labelConfiguration = new SmartX.SmartLabel();
|
this.labelStaticConfiguration = new SmartX.SmartLabel();
|
||||||
this.labelInformation = new SmartX.SmartLabel();
|
this.labelStaticInformation = new SmartX.SmartLabel();
|
||||||
this.labelSubMenu = new SmartX.SmartLabel();
|
this.labelStaticSubMenu = new SmartX.SmartLabel();
|
||||||
this.labelClear = new SmartX.SmartLabel();
|
this.labelStaticClear = new SmartX.SmartLabel();
|
||||||
this.labelWeightSetting = new SmartX.SmartLabel();
|
this.labelStaticWeightSetting = new SmartX.SmartLabel();
|
||||||
this.labelProductNo = new SmartX.SmartLabel();
|
this.labelStaticProductNo = new SmartX.SmartLabel();
|
||||||
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
|
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
|
||||||
this.buttonSave = new SmartX.SmartButton();
|
this.buttonSave = new SmartX.SmartButton();
|
||||||
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
|
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
|
||||||
|
@ -325,7 +325,7 @@
|
||||||
this.labelTitleAccessRight.BackPictureBox2 = null;
|
this.labelTitleAccessRight.BackPictureBox2 = null;
|
||||||
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAccessRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleAccessRight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleAccessRight.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleAccessRight.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleAccessRight.ForeColor = System.Drawing.Color.White;
|
this.labelTitleAccessRight.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleAccessRight.InitVisible = true;
|
this.labelTitleAccessRight.InitVisible = true;
|
||||||
this.labelTitleAccessRight.LineSpacing = 0F;
|
this.labelTitleAccessRight.LineSpacing = 0F;
|
||||||
|
@ -538,26 +538,26 @@
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackPictureBox = this.smartForm1;
|
this.smartGroupBox2.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox2.BackPictureBox1 = null;
|
this.smartGroupBox2.BackPictureBox1 = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.labelEquipment);
|
this.smartGroupBox2.Controls.Add(this.labelStaticEquipmentSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelMenu);
|
this.smartGroupBox2.Controls.Add(this.labelStaticMenu);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelMain);
|
this.smartGroupBox2.Controls.Add(this.labelStaticMainDisplayAccess);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelViewer);
|
this.smartGroupBox2.Controls.Add(this.labelStaticViewer);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStatistics);
|
this.smartGroupBox2.Controls.Add(this.labelStaticStatistics);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelUpdate);
|
this.smartGroupBox2.Controls.Add(this.labelStaticUpdate);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelIOTest);
|
this.smartGroupBox2.Controls.Add(this.labelStaticIOTest);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelMotor);
|
this.smartGroupBox2.Controls.Add(this.labelStaticMotorSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelSystem);
|
this.smartGroupBox2.Controls.Add(this.labelStaticSystemSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelDataBackup);
|
this.smartGroupBox2.Controls.Add(this.labelStaticDataBackup);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelCalibration);
|
this.smartGroupBox2.Controls.Add(this.labelStaticCalibration);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelCommunication);
|
this.smartGroupBox2.Controls.Add(this.labelStaticCommunication);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelTime);
|
this.smartGroupBox2.Controls.Add(this.labelStaticTimeSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelInitialization);
|
this.smartGroupBox2.Controls.Add(this.labelStaticFactoryReset);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelConfiguration);
|
this.smartGroupBox2.Controls.Add(this.labelStaticConfiguration);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelInformation);
|
this.smartGroupBox2.Controls.Add(this.labelStaticInformation);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelSubMenu);
|
this.smartGroupBox2.Controls.Add(this.labelStaticSubMenu);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelClear);
|
this.smartGroupBox2.Controls.Add(this.labelStaticClear);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelWeightSetting);
|
this.smartGroupBox2.Controls.Add(this.labelStaticWeightSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelProductNo);
|
this.smartGroupBox2.Controls.Add(this.labelStaticProductNo);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineThickness = 1;
|
this.smartGroupBox2.FrameLineThickness = 1;
|
||||||
|
@ -572,372 +572,372 @@
|
||||||
this.smartGroupBox2.Text = "Access right";
|
this.smartGroupBox2.Text = "Access right";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// labelEquipment
|
// labelStaticEquipmentSetting
|
||||||
//
|
//
|
||||||
this.labelEquipment.BackPictureBox = this.smartForm1;
|
this.labelStaticEquipmentSetting.BackPictureBox = this.smartForm1;
|
||||||
this.labelEquipment.BackPictureBox1 = null;
|
this.labelStaticEquipmentSetting.BackPictureBox1 = null;
|
||||||
this.labelEquipment.BackPictureBox2 = null;
|
this.labelStaticEquipmentSetting.BackPictureBox2 = null;
|
||||||
this.labelEquipment.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEquipmentSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelEquipment.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEquipmentSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelEquipment.InitVisible = true;
|
this.labelStaticEquipmentSetting.InitVisible = true;
|
||||||
this.labelEquipment.LineSpacing = 0F;
|
this.labelStaticEquipmentSetting.LineSpacing = 0F;
|
||||||
this.labelEquipment.Location = new System.Drawing.Point(427, 79);
|
this.labelStaticEquipmentSetting.Location = new System.Drawing.Point(427, 55);
|
||||||
this.labelEquipment.Name = "labelEquipment";
|
this.labelStaticEquipmentSetting.Name = "labelStaticEquipmentSetting";
|
||||||
this.labelEquipment.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticEquipmentSetting.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelEquipment.TabIndex = 264;
|
this.labelStaticEquipmentSetting.TabIndex = 264;
|
||||||
this.labelEquipment.Text = "Equipment";
|
this.labelStaticEquipmentSetting.Text = "Equipment";
|
||||||
this.labelEquipment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticEquipmentSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelEquipment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticEquipmentSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelEquipment.Wordwrap = false;
|
this.labelStaticEquipmentSetting.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMenu
|
// labelStaticMenu
|
||||||
//
|
//
|
||||||
this.labelMenu.BackColor = System.Drawing.Color.Black;
|
this.labelStaticMenu.BackColor = System.Drawing.Color.Black;
|
||||||
this.labelMenu.BackPictureBox = null;
|
this.labelStaticMenu.BackPictureBox = null;
|
||||||
this.labelMenu.BackPictureBox1 = null;
|
this.labelStaticMenu.BackPictureBox1 = null;
|
||||||
this.labelMenu.BackPictureBox2 = null;
|
this.labelStaticMenu.BackPictureBox2 = null;
|
||||||
this.labelMenu.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticMenu.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelMenu.ForeColor = System.Drawing.Color.White;
|
this.labelStaticMenu.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelMenu.InitVisible = true;
|
this.labelStaticMenu.InitVisible = true;
|
||||||
this.labelMenu.LineSpacing = 0F;
|
this.labelStaticMenu.LineSpacing = 0F;
|
||||||
this.labelMenu.Location = new System.Drawing.Point(155, 29);
|
this.labelStaticMenu.Location = new System.Drawing.Point(155, 29);
|
||||||
this.labelMenu.Name = "labelMenu";
|
this.labelStaticMenu.Name = "labelStaticMenu";
|
||||||
this.labelMenu.Size = new System.Drawing.Size(408, 20);
|
this.labelStaticMenu.Size = new System.Drawing.Size(408, 20);
|
||||||
this.labelMenu.TabIndex = 263;
|
this.labelStaticMenu.TabIndex = 263;
|
||||||
this.labelMenu.Text = "Menu";
|
this.labelStaticMenu.Text = "Menu";
|
||||||
this.labelMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMenu.Wordwrap = false;
|
this.labelStaticMenu.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMain
|
// labelStaticMainDisplayAccess
|
||||||
//
|
//
|
||||||
this.labelMain.BackColor = System.Drawing.Color.Black;
|
this.labelStaticMainDisplayAccess.BackColor = System.Drawing.Color.Black;
|
||||||
this.labelMain.BackPictureBox = null;
|
this.labelStaticMainDisplayAccess.BackPictureBox = null;
|
||||||
this.labelMain.BackPictureBox1 = null;
|
this.labelStaticMainDisplayAccess.BackPictureBox1 = null;
|
||||||
this.labelMain.BackPictureBox2 = null;
|
this.labelStaticMainDisplayAccess.BackPictureBox2 = null;
|
||||||
this.labelMain.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticMainDisplayAccess.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticMainDisplayAccess.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMain.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticMainDisplayAccess.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelMain.ForeColor = System.Drawing.Color.White;
|
this.labelStaticMainDisplayAccess.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelMain.InitVisible = true;
|
this.labelStaticMainDisplayAccess.InitVisible = true;
|
||||||
this.labelMain.LineSpacing = 0F;
|
this.labelStaticMainDisplayAccess.LineSpacing = 0F;
|
||||||
this.labelMain.Location = new System.Drawing.Point(19, 29);
|
this.labelStaticMainDisplayAccess.Location = new System.Drawing.Point(19, 29);
|
||||||
this.labelMain.Name = "labelMain";
|
this.labelStaticMainDisplayAccess.Name = "labelStaticMainDisplayAccess";
|
||||||
this.labelMain.Size = new System.Drawing.Size(130, 20);
|
this.labelStaticMainDisplayAccess.Size = new System.Drawing.Size(130, 20);
|
||||||
this.labelMain.TabIndex = 262;
|
this.labelStaticMainDisplayAccess.TabIndex = 262;
|
||||||
this.labelMain.Text = "Main";
|
this.labelStaticMainDisplayAccess.Text = "Main";
|
||||||
this.labelMain.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticMainDisplayAccess.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelMain.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticMainDisplayAccess.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMain.Wordwrap = false;
|
this.labelStaticMainDisplayAccess.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelViewer
|
// labelStaticViewer
|
||||||
//
|
//
|
||||||
this.labelViewer.BackPictureBox = this.smartForm1;
|
this.labelStaticViewer.BackPictureBox = this.smartForm1;
|
||||||
this.labelViewer.BackPictureBox1 = null;
|
this.labelStaticViewer.BackPictureBox1 = null;
|
||||||
this.labelViewer.BackPictureBox2 = null;
|
this.labelStaticViewer.BackPictureBox2 = null;
|
||||||
this.labelViewer.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticViewer.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelViewer.InitVisible = true;
|
this.labelStaticViewer.InitVisible = true;
|
||||||
this.labelViewer.LineSpacing = 0F;
|
this.labelStaticViewer.LineSpacing = 0F;
|
||||||
this.labelViewer.Location = new System.Drawing.Point(427, 127);
|
this.labelStaticViewer.Location = new System.Drawing.Point(427, 127);
|
||||||
this.labelViewer.Name = "labelViewer";
|
this.labelStaticViewer.Name = "labelStaticViewer";
|
||||||
this.labelViewer.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticViewer.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelViewer.TabIndex = 261;
|
this.labelStaticViewer.TabIndex = 261;
|
||||||
this.labelViewer.Text = "Viewer";
|
this.labelStaticViewer.Text = "Viewer";
|
||||||
this.labelViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelViewer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticViewer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelViewer.Wordwrap = false;
|
this.labelStaticViewer.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelStatistics
|
// labelStaticStatistics
|
||||||
//
|
//
|
||||||
this.labelStatistics.BackPictureBox = this.smartForm1;
|
this.labelStaticStatistics.BackPictureBox = this.smartForm1;
|
||||||
this.labelStatistics.BackPictureBox1 = null;
|
this.labelStaticStatistics.BackPictureBox1 = null;
|
||||||
this.labelStatistics.BackPictureBox2 = null;
|
this.labelStaticStatistics.BackPictureBox2 = null;
|
||||||
this.labelStatistics.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticStatistics.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStatistics.InitVisible = true;
|
this.labelStaticStatistics.InitVisible = true;
|
||||||
this.labelStatistics.LineSpacing = 0F;
|
this.labelStaticStatistics.LineSpacing = 0F;
|
||||||
this.labelStatistics.Location = new System.Drawing.Point(427, 103);
|
this.labelStaticStatistics.Location = new System.Drawing.Point(427, 103);
|
||||||
this.labelStatistics.Name = "labelStatistics";
|
this.labelStaticStatistics.Name = "labelStaticStatistics";
|
||||||
this.labelStatistics.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticStatistics.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelStatistics.TabIndex = 260;
|
this.labelStaticStatistics.TabIndex = 260;
|
||||||
this.labelStatistics.Text = "Statistics";
|
this.labelStaticStatistics.Text = "Statistics";
|
||||||
this.labelStatistics.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticStatistics.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelStatistics.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticStatistics.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelStatistics.Wordwrap = false;
|
this.labelStaticStatistics.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelUpdate
|
// labelStaticUpdate
|
||||||
//
|
//
|
||||||
this.labelUpdate.BackPictureBox = this.smartForm1;
|
this.labelStaticUpdate.BackPictureBox = this.smartForm1;
|
||||||
this.labelUpdate.BackPictureBox1 = null;
|
this.labelStaticUpdate.BackPictureBox1 = null;
|
||||||
this.labelUpdate.BackPictureBox2 = null;
|
this.labelStaticUpdate.BackPictureBox2 = null;
|
||||||
this.labelUpdate.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticUpdate.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelUpdate.InitVisible = true;
|
this.labelStaticUpdate.InitVisible = true;
|
||||||
this.labelUpdate.LineSpacing = 0F;
|
this.labelStaticUpdate.LineSpacing = 0F;
|
||||||
this.labelUpdate.Location = new System.Drawing.Point(291, 103);
|
this.labelStaticUpdate.Location = new System.Drawing.Point(291, 103);
|
||||||
this.labelUpdate.Name = "labelUpdate";
|
this.labelStaticUpdate.Name = "labelStaticUpdate";
|
||||||
this.labelUpdate.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticUpdate.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelUpdate.TabIndex = 259;
|
this.labelStaticUpdate.TabIndex = 259;
|
||||||
this.labelUpdate.Text = "Update";
|
this.labelStaticUpdate.Text = "Update";
|
||||||
this.labelUpdate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticUpdate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelUpdate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticUpdate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelUpdate.Wordwrap = false;
|
this.labelStaticUpdate.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelIOTest
|
// labelStaticIOTest
|
||||||
//
|
//
|
||||||
this.labelIOTest.BackPictureBox = this.smartForm1;
|
this.labelStaticIOTest.BackPictureBox = this.smartForm1;
|
||||||
this.labelIOTest.BackPictureBox1 = null;
|
this.labelStaticIOTest.BackPictureBox1 = null;
|
||||||
this.labelIOTest.BackPictureBox2 = null;
|
this.labelStaticIOTest.BackPictureBox2 = null;
|
||||||
this.labelIOTest.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticIOTest.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelIOTest.InitVisible = true;
|
this.labelStaticIOTest.InitVisible = true;
|
||||||
this.labelIOTest.LineSpacing = 0F;
|
this.labelStaticIOTest.LineSpacing = 0F;
|
||||||
this.labelIOTest.Location = new System.Drawing.Point(291, 79);
|
this.labelStaticIOTest.Location = new System.Drawing.Point(291, 79);
|
||||||
this.labelIOTest.Name = "labelIOTest";
|
this.labelStaticIOTest.Name = "labelStaticIOTest";
|
||||||
this.labelIOTest.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticIOTest.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelIOTest.TabIndex = 258;
|
this.labelStaticIOTest.TabIndex = 258;
|
||||||
this.labelIOTest.Text = "I/O Test";
|
this.labelStaticIOTest.Text = "I/O Test";
|
||||||
this.labelIOTest.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticIOTest.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelIOTest.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticIOTest.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelIOTest.Wordwrap = false;
|
this.labelStaticIOTest.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMotor
|
// labelStaticMotorSetting
|
||||||
//
|
//
|
||||||
this.labelMotor.BackPictureBox = this.smartForm1;
|
this.labelStaticMotorSetting.BackPictureBox = this.smartForm1;
|
||||||
this.labelMotor.BackPictureBox1 = null;
|
this.labelStaticMotorSetting.BackPictureBox1 = null;
|
||||||
this.labelMotor.BackPictureBox2 = null;
|
this.labelStaticMotorSetting.BackPictureBox2 = null;
|
||||||
this.labelMotor.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticMotorSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMotor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticMotorSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMotor.InitVisible = true;
|
this.labelStaticMotorSetting.InitVisible = true;
|
||||||
this.labelMotor.LineSpacing = 0F;
|
this.labelStaticMotorSetting.LineSpacing = 0F;
|
||||||
this.labelMotor.Location = new System.Drawing.Point(291, 55);
|
this.labelStaticMotorSetting.Location = new System.Drawing.Point(291, 55);
|
||||||
this.labelMotor.Name = "labelMotor";
|
this.labelStaticMotorSetting.Name = "labelStaticMotorSetting";
|
||||||
this.labelMotor.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticMotorSetting.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelMotor.TabIndex = 257;
|
this.labelStaticMotorSetting.TabIndex = 257;
|
||||||
this.labelMotor.Text = "Motor";
|
this.labelStaticMotorSetting.Text = "Motor";
|
||||||
this.labelMotor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticMotorSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelMotor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticMotorSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMotor.Wordwrap = false;
|
this.labelStaticMotorSetting.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelSystem
|
// labelStaticSystemSetting
|
||||||
//
|
//
|
||||||
this.labelSystem.BackPictureBox = this.smartForm1;
|
this.labelStaticSystemSetting.BackPictureBox = this.smartForm1;
|
||||||
this.labelSystem.BackPictureBox1 = null;
|
this.labelStaticSystemSetting.BackPictureBox1 = null;
|
||||||
this.labelSystem.BackPictureBox2 = null;
|
this.labelStaticSystemSetting.BackPictureBox2 = null;
|
||||||
this.labelSystem.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSystemSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSystem.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSystemSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSystem.InitVisible = true;
|
this.labelStaticSystemSetting.InitVisible = true;
|
||||||
this.labelSystem.LineSpacing = 0F;
|
this.labelStaticSystemSetting.LineSpacing = 0F;
|
||||||
this.labelSystem.Location = new System.Drawing.Point(155, 151);
|
this.labelStaticSystemSetting.Location = new System.Drawing.Point(155, 151);
|
||||||
this.labelSystem.Name = "labelSystem";
|
this.labelStaticSystemSetting.Name = "labelStaticSystemSetting";
|
||||||
this.labelSystem.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticSystemSetting.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelSystem.TabIndex = 256;
|
this.labelStaticSystemSetting.TabIndex = 256;
|
||||||
this.labelSystem.Text = "System";
|
this.labelStaticSystemSetting.Text = "System";
|
||||||
this.labelSystem.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticSystemSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelSystem.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticSystemSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelSystem.Wordwrap = false;
|
this.labelStaticSystemSetting.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelDataBackup
|
// labelStaticDataBackup
|
||||||
//
|
//
|
||||||
this.labelDataBackup.BackPictureBox = this.smartForm1;
|
this.labelStaticDataBackup.BackPictureBox = this.smartForm1;
|
||||||
this.labelDataBackup.BackPictureBox1 = null;
|
this.labelStaticDataBackup.BackPictureBox1 = null;
|
||||||
this.labelDataBackup.BackPictureBox2 = null;
|
this.labelStaticDataBackup.BackPictureBox2 = null;
|
||||||
this.labelDataBackup.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDataBackup.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelDataBackup.InitVisible = true;
|
this.labelStaticDataBackup.InitVisible = true;
|
||||||
this.labelDataBackup.LineSpacing = 0F;
|
this.labelStaticDataBackup.LineSpacing = 0F;
|
||||||
this.labelDataBackup.Location = new System.Drawing.Point(427, 55);
|
this.labelStaticDataBackup.Location = new System.Drawing.Point(291, 151);
|
||||||
this.labelDataBackup.Name = "labelDataBackup";
|
this.labelStaticDataBackup.Name = "labelStaticDataBackup";
|
||||||
this.labelDataBackup.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticDataBackup.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelDataBackup.TabIndex = 255;
|
this.labelStaticDataBackup.TabIndex = 255;
|
||||||
this.labelDataBackup.Text = "Data Backup";
|
this.labelStaticDataBackup.Text = "Data Backup";
|
||||||
this.labelDataBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticDataBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelDataBackup.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticDataBackup.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelDataBackup.Wordwrap = false;
|
this.labelStaticDataBackup.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelCalibration
|
// labelStaticCalibration
|
||||||
//
|
//
|
||||||
this.labelCalibration.BackPictureBox = this.smartForm1;
|
this.labelStaticCalibration.BackPictureBox = this.smartForm1;
|
||||||
this.labelCalibration.BackPictureBox1 = null;
|
this.labelStaticCalibration.BackPictureBox1 = null;
|
||||||
this.labelCalibration.BackPictureBox2 = null;
|
this.labelStaticCalibration.BackPictureBox2 = null;
|
||||||
this.labelCalibration.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticCalibration.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelCalibration.InitVisible = true;
|
this.labelStaticCalibration.InitVisible = true;
|
||||||
this.labelCalibration.LineSpacing = 0F;
|
this.labelStaticCalibration.LineSpacing = 0F;
|
||||||
this.labelCalibration.Location = new System.Drawing.Point(155, 127);
|
this.labelStaticCalibration.Location = new System.Drawing.Point(155, 127);
|
||||||
this.labelCalibration.Name = "labelCalibration";
|
this.labelStaticCalibration.Name = "labelStaticCalibration";
|
||||||
this.labelCalibration.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticCalibration.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelCalibration.TabIndex = 253;
|
this.labelStaticCalibration.TabIndex = 253;
|
||||||
this.labelCalibration.Text = "Calibration";
|
this.labelStaticCalibration.Text = "Calibration";
|
||||||
this.labelCalibration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticCalibration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelCalibration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticCalibration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelCalibration.Wordwrap = false;
|
this.labelStaticCalibration.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelCommunication
|
// labelStaticCommunication
|
||||||
//
|
//
|
||||||
this.labelCommunication.BackPictureBox = this.smartForm1;
|
this.labelStaticCommunication.BackPictureBox = this.smartForm1;
|
||||||
this.labelCommunication.BackPictureBox1 = null;
|
this.labelStaticCommunication.BackPictureBox1 = null;
|
||||||
this.labelCommunication.BackPictureBox2 = null;
|
this.labelStaticCommunication.BackPictureBox2 = null;
|
||||||
this.labelCommunication.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticCommunication.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelCommunication.InitVisible = true;
|
this.labelStaticCommunication.InitVisible = true;
|
||||||
this.labelCommunication.LineSpacing = 0F;
|
this.labelStaticCommunication.LineSpacing = 0F;
|
||||||
this.labelCommunication.Location = new System.Drawing.Point(155, 103);
|
this.labelStaticCommunication.Location = new System.Drawing.Point(155, 103);
|
||||||
this.labelCommunication.Name = "labelCommunication";
|
this.labelStaticCommunication.Name = "labelStaticCommunication";
|
||||||
this.labelCommunication.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticCommunication.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelCommunication.TabIndex = 252;
|
this.labelStaticCommunication.TabIndex = 252;
|
||||||
this.labelCommunication.Text = "Communication";
|
this.labelStaticCommunication.Text = "Communication";
|
||||||
this.labelCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelCommunication.Wordwrap = false;
|
this.labelStaticCommunication.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelTime
|
// labelStaticTimeSetting
|
||||||
//
|
//
|
||||||
this.labelTime.BackPictureBox = this.smartForm1;
|
this.labelStaticTimeSetting.BackPictureBox = this.smartForm1;
|
||||||
this.labelTime.BackPictureBox1 = null;
|
this.labelStaticTimeSetting.BackPictureBox1 = null;
|
||||||
this.labelTime.BackPictureBox2 = null;
|
this.labelStaticTimeSetting.BackPictureBox2 = null;
|
||||||
this.labelTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticTimeSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTimeSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTime.InitVisible = true;
|
this.labelStaticTimeSetting.InitVisible = true;
|
||||||
this.labelTime.LineSpacing = 0F;
|
this.labelStaticTimeSetting.LineSpacing = 0F;
|
||||||
this.labelTime.Location = new System.Drawing.Point(291, 151);
|
this.labelStaticTimeSetting.Location = new System.Drawing.Point(427, 79);
|
||||||
this.labelTime.Name = "labelTime";
|
this.labelStaticTimeSetting.Name = "labelStaticTimeSetting";
|
||||||
this.labelTime.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticTimeSetting.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelTime.TabIndex = 251;
|
this.labelStaticTimeSetting.TabIndex = 251;
|
||||||
this.labelTime.Text = "Time";
|
this.labelStaticTimeSetting.Text = "Time";
|
||||||
this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticTimeSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticTimeSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTime.Wordwrap = false;
|
this.labelStaticTimeSetting.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelInitialization
|
// labelStaticFactoryReset
|
||||||
//
|
//
|
||||||
this.labelInitialization.BackPictureBox = this.smartForm1;
|
this.labelStaticFactoryReset.BackPictureBox = this.smartForm1;
|
||||||
this.labelInitialization.BackPictureBox1 = null;
|
this.labelStaticFactoryReset.BackPictureBox1 = null;
|
||||||
this.labelInitialization.BackPictureBox2 = null;
|
this.labelStaticFactoryReset.BackPictureBox2 = null;
|
||||||
this.labelInitialization.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticFactoryReset.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInitialization.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticFactoryReset.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInitialization.InitVisible = true;
|
this.labelStaticFactoryReset.InitVisible = true;
|
||||||
this.labelInitialization.LineSpacing = 0F;
|
this.labelStaticFactoryReset.LineSpacing = 0F;
|
||||||
this.labelInitialization.Location = new System.Drawing.Point(291, 127);
|
this.labelStaticFactoryReset.Location = new System.Drawing.Point(291, 127);
|
||||||
this.labelInitialization.Name = "labelInitialization";
|
this.labelStaticFactoryReset.Name = "labelStaticFactoryReset";
|
||||||
this.labelInitialization.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticFactoryReset.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelInitialization.TabIndex = 250;
|
this.labelStaticFactoryReset.TabIndex = 250;
|
||||||
this.labelInitialization.Text = "Initialization";
|
this.labelStaticFactoryReset.Text = "Initialization";
|
||||||
this.labelInitialization.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticFactoryReset.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInitialization.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticFactoryReset.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInitialization.Wordwrap = false;
|
this.labelStaticFactoryReset.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelConfiguration
|
// labelStaticConfiguration
|
||||||
//
|
//
|
||||||
this.labelConfiguration.BackPictureBox = this.smartForm1;
|
this.labelStaticConfiguration.BackPictureBox = this.smartForm1;
|
||||||
this.labelConfiguration.BackPictureBox1 = null;
|
this.labelStaticConfiguration.BackPictureBox1 = null;
|
||||||
this.labelConfiguration.BackPictureBox2 = null;
|
this.labelStaticConfiguration.BackPictureBox2 = null;
|
||||||
this.labelConfiguration.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticConfiguration.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelConfiguration.InitVisible = true;
|
this.labelStaticConfiguration.InitVisible = true;
|
||||||
this.labelConfiguration.LineSpacing = 0F;
|
this.labelStaticConfiguration.LineSpacing = 0F;
|
||||||
this.labelConfiguration.Location = new System.Drawing.Point(155, 79);
|
this.labelStaticConfiguration.Location = new System.Drawing.Point(155, 79);
|
||||||
this.labelConfiguration.Name = "labelConfiguration";
|
this.labelStaticConfiguration.Name = "labelStaticConfiguration";
|
||||||
this.labelConfiguration.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticConfiguration.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelConfiguration.TabIndex = 249;
|
this.labelStaticConfiguration.TabIndex = 249;
|
||||||
this.labelConfiguration.Text = "Configuration";
|
this.labelStaticConfiguration.Text = "Configuration";
|
||||||
this.labelConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelConfiguration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticConfiguration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelConfiguration.Wordwrap = false;
|
this.labelStaticConfiguration.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelInformation
|
// labelStaticInformation
|
||||||
//
|
//
|
||||||
this.labelInformation.BackPictureBox = this.smartForm1;
|
this.labelStaticInformation.BackPictureBox = this.smartForm1;
|
||||||
this.labelInformation.BackPictureBox1 = null;
|
this.labelStaticInformation.BackPictureBox1 = null;
|
||||||
this.labelInformation.BackPictureBox2 = null;
|
this.labelStaticInformation.BackPictureBox2 = null;
|
||||||
this.labelInformation.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticInformation.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInformation.InitVisible = true;
|
this.labelStaticInformation.InitVisible = true;
|
||||||
this.labelInformation.LineSpacing = 0F;
|
this.labelStaticInformation.LineSpacing = 0F;
|
||||||
this.labelInformation.Location = new System.Drawing.Point(155, 55);
|
this.labelStaticInformation.Location = new System.Drawing.Point(155, 55);
|
||||||
this.labelInformation.Name = "labelInformation";
|
this.labelStaticInformation.Name = "labelStaticInformation";
|
||||||
this.labelInformation.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticInformation.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelInformation.TabIndex = 248;
|
this.labelStaticInformation.TabIndex = 248;
|
||||||
this.labelInformation.Text = "Information";
|
this.labelStaticInformation.Text = "Information";
|
||||||
this.labelInformation.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticInformation.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInformation.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticInformation.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInformation.Wordwrap = false;
|
this.labelStaticInformation.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelSubMenu
|
// labelStaticSubMenu
|
||||||
//
|
//
|
||||||
this.labelSubMenu.BackPictureBox = this.smartForm1;
|
this.labelStaticSubMenu.BackPictureBox = this.smartForm1;
|
||||||
this.labelSubMenu.BackPictureBox1 = null;
|
this.labelStaticSubMenu.BackPictureBox1 = null;
|
||||||
this.labelSubMenu.BackPictureBox2 = null;
|
this.labelStaticSubMenu.BackPictureBox2 = null;
|
||||||
this.labelSubMenu.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSubMenu.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubMenu.InitVisible = true;
|
this.labelStaticSubMenu.InitVisible = true;
|
||||||
this.labelSubMenu.LineSpacing = 0F;
|
this.labelStaticSubMenu.LineSpacing = 0F;
|
||||||
this.labelSubMenu.Location = new System.Drawing.Point(19, 127);
|
this.labelStaticSubMenu.Location = new System.Drawing.Point(19, 127);
|
||||||
this.labelSubMenu.Name = "labelSubMenu";
|
this.labelStaticSubMenu.Name = "labelStaticSubMenu";
|
||||||
this.labelSubMenu.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticSubMenu.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelSubMenu.TabIndex = 247;
|
this.labelStaticSubMenu.TabIndex = 247;
|
||||||
this.labelSubMenu.Text = "SubMenu";
|
this.labelStaticSubMenu.Text = "SubMenu";
|
||||||
this.labelSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelSubMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticSubMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelSubMenu.Wordwrap = false;
|
this.labelStaticSubMenu.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelClear
|
// labelStaticClear
|
||||||
//
|
//
|
||||||
this.labelClear.BackPictureBox = this.smartForm1;
|
this.labelStaticClear.BackPictureBox = this.smartForm1;
|
||||||
this.labelClear.BackPictureBox1 = null;
|
this.labelStaticClear.BackPictureBox1 = null;
|
||||||
this.labelClear.BackPictureBox2 = null;
|
this.labelStaticClear.BackPictureBox2 = null;
|
||||||
this.labelClear.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticClear.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelClear.InitVisible = true;
|
this.labelStaticClear.InitVisible = true;
|
||||||
this.labelClear.LineSpacing = 0F;
|
this.labelStaticClear.LineSpacing = 0F;
|
||||||
this.labelClear.Location = new System.Drawing.Point(19, 103);
|
this.labelStaticClear.Location = new System.Drawing.Point(19, 103);
|
||||||
this.labelClear.Name = "labelClear";
|
this.labelStaticClear.Name = "labelStaticClear";
|
||||||
this.labelClear.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticClear.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelClear.TabIndex = 246;
|
this.labelStaticClear.TabIndex = 246;
|
||||||
this.labelClear.Text = "Clear";
|
this.labelStaticClear.Text = "Clear";
|
||||||
this.labelClear.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticClear.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelClear.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticClear.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelClear.Wordwrap = false;
|
this.labelStaticClear.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelWeightSetting
|
// labelStaticWeightSetting
|
||||||
//
|
//
|
||||||
this.labelWeightSetting.BackPictureBox = this.smartForm1;
|
this.labelStaticWeightSetting.BackPictureBox = this.smartForm1;
|
||||||
this.labelWeightSetting.BackPictureBox1 = null;
|
this.labelStaticWeightSetting.BackPictureBox1 = null;
|
||||||
this.labelWeightSetting.BackPictureBox2 = null;
|
this.labelStaticWeightSetting.BackPictureBox2 = null;
|
||||||
this.labelWeightSetting.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticWeightSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelWeightSetting.InitVisible = true;
|
this.labelStaticWeightSetting.InitVisible = true;
|
||||||
this.labelWeightSetting.LineSpacing = 0F;
|
this.labelStaticWeightSetting.LineSpacing = 0F;
|
||||||
this.labelWeightSetting.Location = new System.Drawing.Point(19, 79);
|
this.labelStaticWeightSetting.Location = new System.Drawing.Point(19, 79);
|
||||||
this.labelWeightSetting.Name = "labelWeightSetting";
|
this.labelStaticWeightSetting.Name = "labelStaticWeightSetting";
|
||||||
this.labelWeightSetting.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticWeightSetting.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelWeightSetting.TabIndex = 245;
|
this.labelStaticWeightSetting.TabIndex = 245;
|
||||||
this.labelWeightSetting.Text = "Weight Setting";
|
this.labelStaticWeightSetting.Text = "Weight Setting";
|
||||||
this.labelWeightSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticWeightSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelWeightSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticWeightSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelWeightSetting.Wordwrap = false;
|
this.labelStaticWeightSetting.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelProductNo
|
// labelStaticProductNo
|
||||||
//
|
//
|
||||||
this.labelProductNo.BackPictureBox = this.smartForm1;
|
this.labelStaticProductNo.BackPictureBox = this.smartForm1;
|
||||||
this.labelProductNo.BackPictureBox1 = null;
|
this.labelStaticProductNo.BackPictureBox1 = null;
|
||||||
this.labelProductNo.BackPictureBox2 = null;
|
this.labelStaticProductNo.BackPictureBox2 = null;
|
||||||
this.labelProductNo.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticProductNo.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelProductNo.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticProductNo.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelProductNo.InitVisible = true;
|
this.labelStaticProductNo.InitVisible = true;
|
||||||
this.labelProductNo.LineSpacing = 0F;
|
this.labelStaticProductNo.LineSpacing = 0F;
|
||||||
this.labelProductNo.Location = new System.Drawing.Point(19, 55);
|
this.labelStaticProductNo.Location = new System.Drawing.Point(19, 55);
|
||||||
this.labelProductNo.Name = "labelProductNo";
|
this.labelStaticProductNo.Name = "labelStaticProductNo";
|
||||||
this.labelProductNo.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticProductNo.Size = new System.Drawing.Size(130, 18);
|
||||||
this.labelProductNo.TabIndex = 244;
|
this.labelStaticProductNo.TabIndex = 244;
|
||||||
this.labelProductNo.Text = "ProductNo";
|
this.labelStaticProductNo.Text = "ProductNo";
|
||||||
this.labelProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelProductNo.Wordwrap = false;
|
this.labelStaticProductNo.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelTitleAutomaticLogoutTime
|
// labelTitleAutomaticLogoutTime
|
||||||
//
|
//
|
||||||
|
@ -947,7 +947,7 @@
|
||||||
this.labelTitleAutomaticLogoutTime.BackPictureBox2 = null;
|
this.labelTitleAutomaticLogoutTime.BackPictureBox2 = null;
|
||||||
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleAutomaticLogoutTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleAutomaticLogoutTime.ForeColor = System.Drawing.Color.White;
|
this.labelTitleAutomaticLogoutTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleAutomaticLogoutTime.InitVisible = true;
|
this.labelTitleAutomaticLogoutTime.InitVisible = true;
|
||||||
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
|
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
|
||||||
|
@ -1091,7 +1091,7 @@
|
||||||
this.labelTitleExpiryDateOfPassword.BackPictureBox2 = null;
|
this.labelTitleExpiryDateOfPassword.BackPictureBox2 = null;
|
||||||
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleExpiryDateOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleExpiryDateOfPassword.ForeColor = System.Drawing.Color.White;
|
this.labelTitleExpiryDateOfPassword.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleExpiryDateOfPassword.InitVisible = true;
|
this.labelTitleExpiryDateOfPassword.InitVisible = true;
|
||||||
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
|
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
|
||||||
|
@ -1112,7 +1112,7 @@
|
||||||
this.labelTitleExpiryDateOfAccount.BackPictureBox2 = null;
|
this.labelTitleExpiryDateOfAccount.BackPictureBox2 = null;
|
||||||
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleExpiryDateOfAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleExpiryDateOfAccount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleExpiryDateOfAccount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleExpiryDateOfAccount.InitVisible = true;
|
this.labelTitleExpiryDateOfAccount.InitVisible = true;
|
||||||
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
|
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
|
||||||
|
@ -1153,7 +1153,7 @@
|
||||||
this.labelTitlePassword.BackPictureBox2 = null;
|
this.labelTitlePassword.BackPictureBox2 = null;
|
||||||
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
|
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitlePassword.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitlePassword.ForeColor = System.Drawing.Color.White;
|
this.labelTitlePassword.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitlePassword.InitVisible = true;
|
this.labelTitlePassword.InitVisible = true;
|
||||||
this.labelTitlePassword.LineSpacing = 0F;
|
this.labelTitlePassword.LineSpacing = 0F;
|
||||||
|
@ -1194,7 +1194,7 @@
|
||||||
this.labelTitleID.BackPictureBox2 = null;
|
this.labelTitleID.BackPictureBox2 = null;
|
||||||
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleID.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleID.ForeColor = System.Drawing.Color.White;
|
this.labelTitleID.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleID.InitVisible = true;
|
this.labelTitleID.InitVisible = true;
|
||||||
this.labelTitleID.LineSpacing = 0F;
|
this.labelTitleID.LineSpacing = 0F;
|
||||||
|
@ -1358,31 +1358,31 @@
|
||||||
private SmartX.SmartLabel labelTitleMin;
|
private SmartX.SmartLabel labelTitleMin;
|
||||||
private SmartX.SmartLabel labelTitleDayPassword;
|
private SmartX.SmartLabel labelTitleDayPassword;
|
||||||
private SmartX.SmartLabel labelTitleAccessRight;
|
private SmartX.SmartLabel labelTitleAccessRight;
|
||||||
private SmartX.SmartLabel labelMenu;
|
private SmartX.SmartLabel labelStaticMenu;
|
||||||
private SmartX.SmartLabel labelMain;
|
private SmartX.SmartLabel labelStaticMainDisplayAccess;
|
||||||
private SmartX.SmartLabel labelViewer;
|
private SmartX.SmartLabel labelStaticViewer;
|
||||||
private SmartX.SmartLabel labelStatistics;
|
private SmartX.SmartLabel labelStaticStatistics;
|
||||||
private SmartX.SmartLabel labelUpdate;
|
private SmartX.SmartLabel labelStaticUpdate;
|
||||||
private SmartX.SmartLabel labelIOTest;
|
private SmartX.SmartLabel labelStaticIOTest;
|
||||||
private SmartX.SmartLabel labelMotor;
|
private SmartX.SmartLabel labelStaticMotorSetting;
|
||||||
private SmartX.SmartLabel labelSystem;
|
private SmartX.SmartLabel labelStaticSystemSetting;
|
||||||
private SmartX.SmartLabel labelDataBackup;
|
private SmartX.SmartLabel labelStaticDataBackup;
|
||||||
private SmartX.SmartLabel labelCalibration;
|
private SmartX.SmartLabel labelStaticCalibration;
|
||||||
private SmartX.SmartLabel labelCommunication;
|
private SmartX.SmartLabel labelStaticCommunication;
|
||||||
private SmartX.SmartLabel labelTime;
|
private SmartX.SmartLabel labelStaticTimeSetting;
|
||||||
private SmartX.SmartLabel labelInitialization;
|
private SmartX.SmartLabel labelStaticFactoryReset;
|
||||||
private SmartX.SmartLabel labelConfiguration;
|
private SmartX.SmartLabel labelStaticConfiguration;
|
||||||
private SmartX.SmartLabel labelInformation;
|
private SmartX.SmartLabel labelStaticInformation;
|
||||||
private SmartX.SmartLabel labelSubMenu;
|
private SmartX.SmartLabel labelStaticSubMenu;
|
||||||
private SmartX.SmartLabel labelClear;
|
private SmartX.SmartLabel labelStaticClear;
|
||||||
private SmartX.SmartLabel labelWeightSetting;
|
private SmartX.SmartLabel labelStaticWeightSetting;
|
||||||
private SmartX.SmartLabel labelProductNo;
|
private SmartX.SmartLabel labelStaticProductNo;
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine2;
|
private SmartX.SmartSeparatorLine smartSeparatorLine2;
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
||||||
public SmartX.SmartLabel labelAutoLogoutWarning;
|
public SmartX.SmartLabel labelAutoLogoutWarning;
|
||||||
private System.Windows.Forms.ComboBox comboBoxAccessRight;
|
private System.Windows.Forms.ComboBox comboBoxAccessRight;
|
||||||
public SmartX.SmartLabel labelAccessRightAdmin;
|
public SmartX.SmartLabel labelAccessRightAdmin;
|
||||||
private SmartX.SmartLabel labelEquipment;
|
private SmartX.SmartLabel labelStaticEquipmentSetting;
|
||||||
private SmartX.SmartButton buttonResetPW;
|
private SmartX.SmartButton buttonResetPW;
|
||||||
public System.Windows.Forms.ListBox listBoxUserList;
|
public System.Windows.Forms.ListBox listBoxUserList;
|
||||||
private SmartX.SmartLabel labelCaution;
|
private SmartX.SmartLabel labelCaution;
|
||||||
|
|
|
@ -57,14 +57,51 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.Korean:
|
case DataStore.LanguageID.Korean:
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.English:
|
case DataStore.LanguageID.English:
|
||||||
case DataStore.LanguageID.Czech:
|
|
||||||
case DataStore.LanguageID.German:
|
|
||||||
this.labelTitle.Text = "Group Editor";
|
this.labelTitle.Text = "Group Editor";
|
||||||
|
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
||||||
|
|
||||||
|
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDisable));
|
||||||
|
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDown));
|
||||||
|
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveUp));
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.Czech:
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.German:
|
||||||
|
this.labelTitle.Text = "Gruppeneditor";
|
||||||
|
|
||||||
|
this.labelTitle1.Text = "Stufe 1";
|
||||||
|
this.labelTitle2.Text = "Stufe 2";
|
||||||
|
this.labelTitle3.Text = "Stufe 3";
|
||||||
|
|
||||||
|
this.labelStaticMainDisplayAccess.Text = "Hauptanzeige";
|
||||||
|
this.labelStaticProductNo.Text = "Warenwechsel";
|
||||||
|
this.labelStaticWeightSetting.Text = "Gewichts-Einstellungen";
|
||||||
|
this.labelStaticClear.Text = "Löschen";
|
||||||
|
this.labelStaticCommunication.Text = "Kommunikationseinstellungen";
|
||||||
|
this.labelStaticSubMenu.Text = "Untermenü";
|
||||||
|
this.labelStaticMenu.Text = "Menü";
|
||||||
|
this.labelStaticTimeSetting.Text = "Zeiteinstellung";
|
||||||
|
this.labelStaticInformation.Text = "Systeminformation";
|
||||||
|
this.labelStaticDataBackup.Text = "Datensicherung";
|
||||||
|
this.labelStaticCalibration.Text = "Kalibrierung";
|
||||||
|
this.labelStaticConfiguration.Text = "Konfiguration";
|
||||||
|
this.labelStaticUpdate.Text = "Aktualisierung";
|
||||||
|
this.labelStaticSystemSetting.Text = "Systemeinstellung";
|
||||||
|
this.labelStaticFactoryReset.Text = "Werkseinstellung";
|
||||||
|
this.labelStaticMotorSetting.Text = "Motoreinstellung";
|
||||||
|
this.labelStaticEquipmentSetting.Text = "Vorrichtungeinstellung";
|
||||||
|
this.labelStaticIOTest.Text = "I/O Test";
|
||||||
|
this.labelStaticUserSetting.Text = "Benutzereinstellungen";
|
||||||
|
this.labelStaticStatistics.Text = "Statistik";
|
||||||
|
this.labelStaticUserGroupSetting.Text = "Gruppeneditor";
|
||||||
|
|
||||||
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
|
||||||
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
||||||
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
||||||
|
|
||||||
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDisable));
|
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDisable));
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDown));
|
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDown));
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveUp));
|
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveUp));
|
||||||
|
@ -96,7 +133,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStaticEquipmentSetting.Text = "设备设置";
|
this.labelStaticEquipmentSetting.Text = "设备设置";
|
||||||
this.labelStaticIOTest.Text = "I/O测试";
|
this.labelStaticIOTest.Text = "I/O测试";
|
||||||
this.labelStaticUserSetting.Text = "用户设置";
|
this.labelStaticUserSetting.Text = "用户设置";
|
||||||
this.labelTitleDataStatistics.Text = "数据统计";
|
this.labelStaticStatistics.Text = "数据统计";
|
||||||
|
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
||||||
|
@ -134,7 +171,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStaticEquipmentSetting.Text = "装置設定";
|
this.labelStaticEquipmentSetting.Text = "装置設定";
|
||||||
this.labelStaticIOTest.Text = "I/Oテスト";
|
this.labelStaticIOTest.Text = "I/Oテスト";
|
||||||
this.labelStaticUserSetting.Text = "ユㅡザㅡの設定";
|
this.labelStaticUserSetting.Text = "ユㅡザㅡの設定";
|
||||||
this.labelTitleDataStatistics.Text = "デㅡタ統計";
|
this.labelStaticStatistics.Text = "デㅡタ統計";
|
||||||
|
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
|
||||||
|
@ -277,26 +314,26 @@ namespace INT63DC_6CH.Forms
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuEquipmentSetting);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuEquipmentSetting);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuDataStatistics);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuDataStatistics);
|
||||||
|
|
||||||
this.CollectionLevel4Control = new Collection<Control>();
|
//this.CollectionLevel4Control = new Collection<Control>();
|
||||||
this.CollectionLevel4Control.Add(this.labelTitle4);
|
//this.CollectionLevel4Control.Add(this.labelTitle4);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainProductNo);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainProductNo);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainWeightSet);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainWeightSet);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainClear);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainClear);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainSubMenu);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainSubMenu);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuTimeSetting);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuTimeSetting);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuInformation);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuInformation);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuDataBackup);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuDataBackup);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuConfiguration);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuConfiguration);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuCalibration);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuCalibration);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuSystemSetting);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuSystemSetting);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuMotorSetting);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuMotorSetting);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuIOTest);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuIOTest);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUpdate);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUpdate);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuFactoryReset);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuFactoryReset);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUserSetting);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUserSetting);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUserGroupSetting);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUserGroupSetting);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuEquipmentSetting);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuEquipmentSetting);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuDataStatistics);
|
//this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuDataStatistics);
|
||||||
|
|
||||||
this.UpdateDisplay(this.ParentForm.CurrentUserGroup);
|
this.UpdateDisplay(this.ParentForm.CurrentUserGroup);
|
||||||
}
|
}
|
||||||
|
@ -370,25 +407,25 @@ namespace INT63DC_6CH.Forms
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region NotLogin
|
#region NotLogin
|
||||||
this.checkBoxNotLoginMainProductNo.Checked = group.NotLogin.IsMainDisplayProductNo;
|
//this.checkBoxNotLoginMainProductNo.Checked = group.NotLogin.IsMainDisplayProductNo;
|
||||||
this.checkBoxNotLoginMainWeightSet.Checked = group.NotLogin.IsMainDisplayWeightSetting;
|
//this.checkBoxNotLoginMainWeightSet.Checked = group.NotLogin.IsMainDisplayWeightSetting;
|
||||||
this.checkBoxNotLoginMainClear.Checked = group.NotLogin.IsMainDisplayClear;
|
//this.checkBoxNotLoginMainClear.Checked = group.NotLogin.IsMainDisplayClear;
|
||||||
this.checkBoxNotLoginMainSubMenu.Checked = group.NotLogin.IsMainDisplaySubMenu;
|
//this.checkBoxNotLoginMainSubMenu.Checked = group.NotLogin.IsMainDisplaySubMenu;
|
||||||
|
|
||||||
this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration;
|
//this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration;
|
||||||
this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration;
|
//this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration;
|
||||||
this.checkBoxNotLoginMenuDataBackup.Checked = group.NotLogin.IsMenuDataBackup;
|
//this.checkBoxNotLoginMenuDataBackup.Checked = group.NotLogin.IsMenuDataBackup;
|
||||||
this.checkBoxNotLoginMenuDataStatistics.Checked = group.NotLogin.IsMenuStatistics;
|
//this.checkBoxNotLoginMenuDataStatistics.Checked = group.NotLogin.IsMenuStatistics;
|
||||||
this.checkBoxNotLoginMenuEquipmentSetting.Checked = group.NotLogin.IsMenuEquipment;
|
//this.checkBoxNotLoginMenuEquipmentSetting.Checked = group.NotLogin.IsMenuEquipment;
|
||||||
this.checkBoxNotLoginMenuFactoryReset.Checked = group.NotLogin.IsMenuInitialization;
|
//this.checkBoxNotLoginMenuFactoryReset.Checked = group.NotLogin.IsMenuInitialization;
|
||||||
this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation;
|
//this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation;
|
||||||
this.checkBoxNotLoginMenuIOTest.Checked = group.NotLogin.IsMenuIOTest;
|
//this.checkBoxNotLoginMenuIOTest.Checked = group.NotLogin.IsMenuIOTest;
|
||||||
this.checkBoxNotLoginMenuMotorSetting.Checked = group.NotLogin.IsMenuMotor;
|
//this.checkBoxNotLoginMenuMotorSetting.Checked = group.NotLogin.IsMenuMotor;
|
||||||
this.checkBoxNotLoginMenuSystemSetting.Checked = group.NotLogin.IsMenuSystem;
|
//this.checkBoxNotLoginMenuSystemSetting.Checked = group.NotLogin.IsMenuSystem;
|
||||||
this.checkBoxNotLoginMenuTimeSetting.Checked = group.NotLogin.IsMenuTime;
|
//this.checkBoxNotLoginMenuTimeSetting.Checked = group.NotLogin.IsMenuTime;
|
||||||
this.checkBoxNotLoginMenuUpdate.Checked = group.NotLogin.IsMenuUpdate;
|
//this.checkBoxNotLoginMenuUpdate.Checked = group.NotLogin.IsMenuUpdate;
|
||||||
this.checkBoxNotLoginMenuUserGroupSetting.Checked = group.NotLogin.IsMenuUserGroupEditor;
|
//this.checkBoxNotLoginMenuUserGroupSetting.Checked = group.NotLogin.IsMenuUserGroupEditor;
|
||||||
this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUser;
|
//this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUser;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -404,11 +441,22 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
// 현재 데이터 통계 메뉴가 없어서 Visible = false 처리함
|
// 현재 데이터 통계 메뉴가 없어서 Visible = false 처리함
|
||||||
// 추후에 데이터 통계 메뉴 추가 되면 삭제
|
// 추후에 데이터 통계 메뉴 추가 되면 삭제
|
||||||
this.labelTitleDataStatistics.Visible = false;
|
if (this.ParentForm.SystemConfig.IsOptDataStatistics == false)
|
||||||
this.checkBoxL1MenuDataStatistics.Visible = false;
|
{
|
||||||
this.checkBoxL2MenuDataStatistics.Visible = false;
|
this.labelStaticStatistics.Visible = false;
|
||||||
this.checkBoxL3MenuDataStatistics.Visible = false;
|
this.checkBoxL1MenuDataStatistics.Visible = false;
|
||||||
this.checkBoxNotLoginMenuDataStatistics.Visible = false;
|
this.checkBoxL2MenuDataStatistics.Visible = false;
|
||||||
|
this.checkBoxL3MenuDataStatistics.Visible = false;
|
||||||
|
//this.checkBoxNotLoginMenuDataStatistics.Visible = false;
|
||||||
|
}
|
||||||
|
if (this.ParentForm.SystemConfig.IsOptPart11 == false)
|
||||||
|
{
|
||||||
|
this.labelStaticViewer.Visible = false;
|
||||||
|
this.checkBoxL1MenuViewer.Visible = false;
|
||||||
|
this.checkBoxL2MenuViewer.Visible = false;
|
||||||
|
this.checkBoxL3MenuViewer.Visible = false;
|
||||||
|
//this.checkBoxNotLoginMenuViewer.Visible = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -428,6 +476,8 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication = this.checkBoxL1MenuCommunication.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer = this.checkBoxL1MenuViewer.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup = this.checkBoxL1MenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup = this.checkBoxL1MenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics = this.checkBoxL1MenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics = this.checkBoxL1MenuDataStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment = this.checkBoxL1MenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment = this.checkBoxL1MenuEquipmentSetting.Checked;
|
||||||
|
@ -450,6 +500,8 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication = this.checkBoxL2MenuCommunication.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer = this.checkBoxL2MenuViewer.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup = this.checkBoxL2MenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup = this.checkBoxL2MenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics = this.checkBoxL2MenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics = this.checkBoxL2MenuDataStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment = this.checkBoxL2MenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment = this.checkBoxL2MenuEquipmentSetting.Checked;
|
||||||
|
@ -472,40 +524,42 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication = this.checkBoxL3MenuCommunication.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer = this.checkBoxL3MenuViewer.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup = this.checkBoxL3MenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup = this.checkBoxL3MenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics = this.checkBoxL3MenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics = this.checkBoxL3MenuDataStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment = this.checkBoxL3MenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment = true;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization = this.checkBoxL3MenuFactoryReset.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization = this.checkBoxL3MenuFactoryReset.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest = this.checkBoxL3MenuIOTest.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest = this.checkBoxL3MenuIOTest.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor = this.checkBoxL3MenuMotorSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor = this.checkBoxL3MenuMotorSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem = this.checkBoxL3MenuSystemSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem = this.checkBoxL3MenuSystemSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuTime = this.checkBoxL3MenuTimeSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuTime = true;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate = this.checkBoxL3MenuUpdate.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate = this.checkBoxL3MenuUpdate.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupEditor = this.checkBoxL3MenuUserGroupSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupEditor = this.checkBoxL3MenuUserGroupSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUser = true;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuUser = true;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region NotLogin
|
#region NotLogin
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplayProductNo = this.checkBoxNotLoginMainProductNo.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplayProductNo = this.checkBoxNotLoginMainProductNo.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplayWeightSetting = this.checkBoxNotLoginMainWeightSet.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplayWeightSetting = this.checkBoxNotLoginMainWeightSet.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplayClear = this.checkBoxNotLoginMainClear.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplayClear = this.checkBoxNotLoginMainClear.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplaySubMenu = this.checkBoxNotLoginMainSubMenu.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplaySubMenu = this.checkBoxNotLoginMainSubMenu.Checked;
|
||||||
|
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup = this.checkBoxNotLoginMenuDataBackup.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup = this.checkBoxNotLoginMenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuStatistics = this.checkBoxNotLoginMenuDataStatistics.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuStatistics = this.checkBoxNotLoginMenuDataStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipment = this.checkBoxNotLoginMenuEquipmentSetting.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipment = this.checkBoxNotLoginMenuEquipmentSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInitialization = this.checkBoxNotLoginMenuFactoryReset.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInitialization = this.checkBoxNotLoginMenuFactoryReset.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest = this.checkBoxNotLoginMenuIOTest.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest = this.checkBoxNotLoginMenuIOTest.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor = this.checkBoxNotLoginMenuMotorSetting.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor = this.checkBoxNotLoginMenuMotorSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem = this.checkBoxNotLoginMenuSystemSetting.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem = this.checkBoxNotLoginMenuSystemSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTime = this.checkBoxNotLoginMenuTimeSetting.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTime = this.checkBoxNotLoginMenuTimeSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate = this.checkBoxNotLoginMenuUpdate.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate = this.checkBoxNotLoginMenuUpdate.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserGroupEditor = this.checkBoxNotLoginMenuUserGroupSetting.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserGroupEditor = this.checkBoxNotLoginMenuUserGroupSetting.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUser = this.checkBoxNotLoginMenuUserSetting.Checked;
|
//this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUser = this.checkBoxNotLoginMenuUserSetting.Checked;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
this.ParentForm.SaveUserGroupFile(this.ParentForm.CurrentUserGroup);
|
this.ParentForm.SaveUserGroupFile(this.ParentForm.CurrentUserGroup);
|
||||||
|
@ -526,6 +580,8 @@ namespace INT63DC_6CH.Forms
|
||||||
this.checkBoxL1MenuInformation.Checked = true;
|
this.checkBoxL1MenuInformation.Checked = true;
|
||||||
this.checkBoxL1MenuDataBackup.Checked = true;
|
this.checkBoxL1MenuDataBackup.Checked = true;
|
||||||
this.checkBoxL1MenuConfiguration.Checked = true;
|
this.checkBoxL1MenuConfiguration.Checked = true;
|
||||||
|
this.checkBoxL1MenuCommunication.Checked = true;
|
||||||
|
this.checkBoxL1MenuViewer.Checked = true;
|
||||||
this.checkBoxL1MenuCalibration.Checked = true;
|
this.checkBoxL1MenuCalibration.Checked = true;
|
||||||
this.checkBoxL1MenuSystemSetting.Checked = true;
|
this.checkBoxL1MenuSystemSetting.Checked = true;
|
||||||
this.checkBoxL1MenuMotorSetting.Checked = true;
|
this.checkBoxL1MenuMotorSetting.Checked = true;
|
||||||
|
@ -554,6 +610,8 @@ namespace INT63DC_6CH.Forms
|
||||||
this.checkBoxL2MenuInformation.Checked = true;
|
this.checkBoxL2MenuInformation.Checked = true;
|
||||||
this.checkBoxL2MenuDataBackup.Checked = true;
|
this.checkBoxL2MenuDataBackup.Checked = true;
|
||||||
this.checkBoxL2MenuConfiguration.Checked = true;
|
this.checkBoxL2MenuConfiguration.Checked = true;
|
||||||
|
this.checkBoxL2MenuCommunication.Checked = true;
|
||||||
|
this.checkBoxL2MenuViewer.Checked = true;
|
||||||
this.checkBoxL2MenuCalibration.Checked = true;
|
this.checkBoxL2MenuCalibration.Checked = true;
|
||||||
this.checkBoxL2MenuSystemSetting.Checked = true;
|
this.checkBoxL2MenuSystemSetting.Checked = true;
|
||||||
this.checkBoxL2MenuMotorSetting.Checked = true;
|
this.checkBoxL2MenuMotorSetting.Checked = true;
|
||||||
|
@ -582,6 +640,8 @@ namespace INT63DC_6CH.Forms
|
||||||
this.checkBoxL3MenuInformation.Checked = true;
|
this.checkBoxL3MenuInformation.Checked = true;
|
||||||
this.checkBoxL3MenuDataBackup.Checked = true;
|
this.checkBoxL3MenuDataBackup.Checked = true;
|
||||||
this.checkBoxL3MenuConfiguration.Checked = true;
|
this.checkBoxL3MenuConfiguration.Checked = true;
|
||||||
|
this.checkBoxL3MenuCommunication.Checked = true;
|
||||||
|
this.checkBoxL3MenuViewer.Checked = true;
|
||||||
this.checkBoxL3MenuCalibration.Checked = true;
|
this.checkBoxL3MenuCalibration.Checked = true;
|
||||||
this.checkBoxL3MenuSystemSetting.Checked = true;
|
this.checkBoxL3MenuSystemSetting.Checked = true;
|
||||||
this.checkBoxL3MenuMotorSetting.Checked = true;
|
this.checkBoxL3MenuMotorSetting.Checked = true;
|
||||||
|
@ -597,34 +657,6 @@ namespace INT63DC_6CH.Forms
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void labelTitle4_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
if (this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level3 ||
|
|
||||||
this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Developer)
|
|
||||||
{
|
|
||||||
this.checkBoxNotLoginMainProductNo.Checked = true;
|
|
||||||
this.checkBoxNotLoginMainWeightSet.Checked = true;
|
|
||||||
this.checkBoxNotLoginMainClear.Checked = true;
|
|
||||||
this.checkBoxNotLoginMainSubMenu.Checked = true;
|
|
||||||
|
|
||||||
this.checkBoxNotLoginMenuInformation.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuDataBackup.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuConfiguration.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuCalibration.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuSystemSetting.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuMotorSetting.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuIOTest.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuUpdate.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuFactoryReset.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuUserSetting.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuUserGroupSetting.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuEquipmentSetting.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuDataStatistics.Checked = true;
|
|
||||||
this.checkBoxNotLoginMenuTimeSetting.Checked = true;
|
|
||||||
|
|
||||||
this.buttonSave.Visible = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void checkBox_Click(object sender, EventArgs e)
|
private void checkBox_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
|
@ -299,16 +299,13 @@
|
||||||
<None Include="Resources\czeFormMainZeroDisable.png" />
|
<None Include="Resources\czeFormMainZeroDisable.png" />
|
||||||
<None Include="Resources\czeFormMainZeroDown.png" />
|
<None Include="Resources\czeFormMainZeroDown.png" />
|
||||||
<None Include="Resources\czeFormMainZeroUp.png" />
|
<None Include="Resources\czeFormMainZeroUp.png" />
|
||||||
<None Include="Resources\engFormMainClearDisable.png" />
|
|
||||||
<None Include="Resources\engFormMainClearDown.png" />
|
<None Include="Resources\engFormMainClearDown.png" />
|
||||||
<None Include="Resources\engFormMainClearUp.png" />
|
<None Include="Resources\engFormMainClearUp.png" />
|
||||||
<None Include="Resources\engFormMainZeroDisable.png" />
|
<None Include="Resources\engFormMainZeroDisable.png" />
|
||||||
<None Include="Resources\engFormMainZeroDown.png" />
|
<None Include="Resources\engFormMainZeroDown.png" />
|
||||||
<None Include="Resources\engFormMainZeroUp.png" />
|
<None Include="Resources\engFormMainZeroUp.png" />
|
||||||
<None Include="Resources\gerFormMainClearDisable.png" />
|
|
||||||
<None Include="Resources\gerFormMainClearDown.png" />
|
<None Include="Resources\gerFormMainClearDown.png" />
|
||||||
<None Include="Resources\gerFormMainClearUp.png" />
|
<None Include="Resources\gerFormMainClearUp.png" />
|
||||||
<None Include="Resources\gerFormMainZeroDisable.png" />
|
|
||||||
<None Include="Resources\gerFormMainZeroDown.png" />
|
<None Include="Resources\gerFormMainZeroDown.png" />
|
||||||
<None Include="Resources\gerFormMainZeroUp.png" />
|
<None Include="Resources\gerFormMainZeroUp.png" />
|
||||||
<None Include="Resources\czeSubMenuContinueUp.png" />
|
<None Include="Resources\czeSubMenuContinueUp.png" />
|
||||||
|
@ -329,10 +326,8 @@
|
||||||
<None Include="Resources\czeFormMainSubMenuDisable.png" />
|
<None Include="Resources\czeFormMainSubMenuDisable.png" />
|
||||||
<None Include="Resources\czeFormMainSubMenuDown.png" />
|
<None Include="Resources\czeFormMainSubMenuDown.png" />
|
||||||
<None Include="Resources\czeFormMainSubMenuUp.png" />
|
<None Include="Resources\czeFormMainSubMenuUp.png" />
|
||||||
<None Include="Resources\engFormMainSubMenuDisable.png" />
|
|
||||||
<None Include="Resources\engFormMainSubMenuDown.png" />
|
<None Include="Resources\engFormMainSubMenuDown.png" />
|
||||||
<None Include="Resources\engFormMainSubMenuUp.png" />
|
<None Include="Resources\engFormMainSubMenuUp.png" />
|
||||||
<None Include="Resources\gerFormMainSubMenuDisable.png" />
|
|
||||||
<None Include="Resources\gerFormMainSubMenuDown.png" />
|
<None Include="Resources\gerFormMainSubMenuDown.png" />
|
||||||
<None Include="Resources\gerFormMainSubMenuUp.png" />
|
<None Include="Resources\gerFormMainSubMenuUp.png" />
|
||||||
<None Include="Resources\czeFileSelectUp.png" />
|
<None Include="Resources\czeFileSelectUp.png" />
|
||||||
|
@ -470,49 +465,34 @@
|
||||||
<None Include="Resources\engFileSelectDisable.png" />
|
<None Include="Resources\engFileSelectDisable.png" />
|
||||||
<None Include="Resources\engFileSelectDown.png" />
|
<None Include="Resources\engFileSelectDown.png" />
|
||||||
<None Include="Resources\engMenuTimeUp.png" />
|
<None Include="Resources\engMenuTimeUp.png" />
|
||||||
<None Include="Resources\engMenuUpdateDisable.png" />
|
|
||||||
<None Include="Resources\engMenuUpdateDown.png" />
|
<None Include="Resources\engMenuUpdateDown.png" />
|
||||||
<None Include="Resources\engMenuUpdateUp.png" />
|
<None Include="Resources\engMenuUpdateUp.png" />
|
||||||
<None Include="Resources\engMenuUserSettingDisable.png" />
|
|
||||||
<None Include="Resources\engMenuUserSettingDown.png" />
|
<None Include="Resources\engMenuUserSettingDown.png" />
|
||||||
<None Include="Resources\engMenuUserSettingUp.png" />
|
<None Include="Resources\engMenuUserSettingUp.png" />
|
||||||
<None Include="Resources\engMenuCalibrationDisable.png" />
|
|
||||||
<None Include="Resources\engMenuCalibrationDown.png" />
|
<None Include="Resources\engMenuCalibrationDown.png" />
|
||||||
<None Include="Resources\engMenuCalibrationUp.png" />
|
<None Include="Resources\engMenuCalibrationUp.png" />
|
||||||
<None Include="Resources\engMenuConfigurationDisable.png" />
|
|
||||||
<None Include="Resources\engMenuConfigurationDown.png" />
|
<None Include="Resources\engMenuConfigurationDown.png" />
|
||||||
<None Include="Resources\engMenuConfigurationUp.png" />
|
<None Include="Resources\engMenuConfigurationUp.png" />
|
||||||
<None Include="Resources\engMenuDataBackupDisable.png" />
|
|
||||||
<None Include="Resources\engMenuDataBackupDown.png" />
|
<None Include="Resources\engMenuDataBackupDown.png" />
|
||||||
<None Include="Resources\engMenuDataBackupUp.png" />
|
<None Include="Resources\engMenuDataBackupUp.png" />
|
||||||
<None Include="Resources\engMenuDataStatisticsDisable.png" />
|
|
||||||
<None Include="Resources\engMenuDataStatisticsDown.png" />
|
<None Include="Resources\engMenuDataStatisticsDown.png" />
|
||||||
<None Include="Resources\engMenuDataStatisticsUp.png" />
|
<None Include="Resources\engMenuDataStatisticsUp.png" />
|
||||||
<None Include="Resources\engMenuEquipmentSettingDisable.png" />
|
|
||||||
<None Include="Resources\engMenuEquipmentSettingDown.png" />
|
<None Include="Resources\engMenuEquipmentSettingDown.png" />
|
||||||
<None Include="Resources\engMenuEquipmentSettingUp.png" />
|
<None Include="Resources\engMenuEquipmentSettingUp.png" />
|
||||||
<None Include="Resources\engMenuEquipmentTestDisable.png" />
|
|
||||||
<None Include="Resources\engMenuEquipmentTestDown.png" />
|
<None Include="Resources\engMenuEquipmentTestDown.png" />
|
||||||
<None Include="Resources\engMenuEquipmentTestUp.png" />
|
<None Include="Resources\engMenuEquipmentTestUp.png" />
|
||||||
<None Include="Resources\engMenuInformationDisable.png" />
|
|
||||||
<None Include="Resources\engMenuInformationDown.png" />
|
<None Include="Resources\engMenuInformationDown.png" />
|
||||||
<None Include="Resources\engMenuInformationUp.png" />
|
<None Include="Resources\engMenuInformationUp.png" />
|
||||||
<None Include="Resources\engMenuInitializationDisable.png" />
|
|
||||||
<None Include="Resources\engMenuInitializationDown.png" />
|
<None Include="Resources\engMenuInitializationDown.png" />
|
||||||
<None Include="Resources\engMenuInitializationUp.png" />
|
<None Include="Resources\engMenuInitializationUp.png" />
|
||||||
<None Include="Resources\engMenuIOTestDisable.png" />
|
|
||||||
<None Include="Resources\engMenuIOTestDown.png" />
|
<None Include="Resources\engMenuIOTestDown.png" />
|
||||||
<None Include="Resources\engMenuIOTestUp.png" />
|
<None Include="Resources\engMenuIOTestUp.png" />
|
||||||
<None Include="Resources\engMenuMotorSettingDisable.png" />
|
|
||||||
<None Include="Resources\engMenuMotorSettingDown.png" />
|
<None Include="Resources\engMenuMotorSettingDown.png" />
|
||||||
<None Include="Resources\engMenuMotorSettingUp.png" />
|
<None Include="Resources\engMenuMotorSettingUp.png" />
|
||||||
<None Include="Resources\engMenuOptionDisable.png" />
|
|
||||||
<None Include="Resources\engMenuOptionDown.png" />
|
<None Include="Resources\engMenuOptionDown.png" />
|
||||||
<None Include="Resources\engMenuOptionUp.png" />
|
<None Include="Resources\engMenuOptionUp.png" />
|
||||||
<None Include="Resources\engMenuSystemSettingDisable.png" />
|
|
||||||
<None Include="Resources\engMenuSystemSettingDown.png" />
|
<None Include="Resources\engMenuSystemSettingDown.png" />
|
||||||
<None Include="Resources\engMenuSystemSettingUp.png" />
|
<None Include="Resources\engMenuSystemSettingUp.png" />
|
||||||
<None Include="Resources\engMenuTimeDisable.png" />
|
|
||||||
<None Include="Resources\engMenuTimeDown.png" />
|
<None Include="Resources\engMenuTimeDown.png" />
|
||||||
<None Include="Resources\gerFileSelectUp.png" />
|
<None Include="Resources\gerFileSelectUp.png" />
|
||||||
<None Include="Resources\gerSaveDisable.png" />
|
<None Include="Resources\gerSaveDisable.png" />
|
||||||
|
@ -529,49 +509,34 @@
|
||||||
<None Include="Resources\gerBackupUp.png" />
|
<None Include="Resources\gerBackupUp.png" />
|
||||||
<None Include="Resources\gerFileSelectDisable.png" />
|
<None Include="Resources\gerFileSelectDisable.png" />
|
||||||
<None Include="Resources\gerFileSelectDown.png" />
|
<None Include="Resources\gerFileSelectDown.png" />
|
||||||
<None Include="Resources\gerMenuUpdateDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuUpdateDown.png" />
|
<None Include="Resources\gerMenuUpdateDown.png" />
|
||||||
<None Include="Resources\gerMenuUpdateUp.png" />
|
<None Include="Resources\gerMenuUpdateUp.png" />
|
||||||
<None Include="Resources\gerMenuUserSettingDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuUserSettingDown.png" />
|
<None Include="Resources\gerMenuUserSettingDown.png" />
|
||||||
<None Include="Resources\gerMenuUserSettingUp.png" />
|
<None Include="Resources\gerMenuUserSettingUp.png" />
|
||||||
<None Include="Resources\gerMenuCalibrationDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuCalibrationDown.png" />
|
<None Include="Resources\gerMenuCalibrationDown.png" />
|
||||||
<None Include="Resources\gerMenuCalibrationUp.png" />
|
<None Include="Resources\gerMenuCalibrationUp.png" />
|
||||||
<None Include="Resources\gerMenuConfigurationDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuConfigurationDown.png" />
|
<None Include="Resources\gerMenuConfigurationDown.png" />
|
||||||
<None Include="Resources\gerMenuConfigurationUp.png" />
|
<None Include="Resources\gerMenuConfigurationUp.png" />
|
||||||
<None Include="Resources\gerMenuDataBackupDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuDataBackupDown.png" />
|
<None Include="Resources\gerMenuDataBackupDown.png" />
|
||||||
<None Include="Resources\gerMenuDataBackupUp.png" />
|
<None Include="Resources\gerMenuDataBackupUp.png" />
|
||||||
<None Include="Resources\gerMenuDataStatisticsDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuDataStatisticsDown.png" />
|
<None Include="Resources\gerMenuDataStatisticsDown.png" />
|
||||||
<None Include="Resources\gerMenuDataStatisticsUp.png" />
|
<None Include="Resources\gerMenuDataStatisticsUp.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentSettingDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuEquipmentSettingDown.png" />
|
<None Include="Resources\gerMenuEquipmentSettingDown.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentSettingUp.png" />
|
<None Include="Resources\gerMenuEquipmentSettingUp.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentTestDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuEquipmentTestDown.png" />
|
<None Include="Resources\gerMenuEquipmentTestDown.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentTestUp.png" />
|
<None Include="Resources\gerMenuEquipmentTestUp.png" />
|
||||||
<None Include="Resources\gerMenuInformationDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuInformationDown.png" />
|
<None Include="Resources\gerMenuInformationDown.png" />
|
||||||
<None Include="Resources\gerMenuInformationUp.png" />
|
<None Include="Resources\gerMenuInformationUp.png" />
|
||||||
<None Include="Resources\gerMenuInitializationDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuInitializationDown.png" />
|
<None Include="Resources\gerMenuInitializationDown.png" />
|
||||||
<None Include="Resources\gerMenuInitializationUp.png" />
|
<None Include="Resources\gerMenuInitializationUp.png" />
|
||||||
<None Include="Resources\gerMenuIOTestDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuIOTestDown.png" />
|
<None Include="Resources\gerMenuIOTestDown.png" />
|
||||||
<None Include="Resources\gerMenuIOTestUp.png" />
|
<None Include="Resources\gerMenuIOTestUp.png" />
|
||||||
<None Include="Resources\gerMenuMotorSettingDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuMotorSettingDown.png" />
|
<None Include="Resources\gerMenuMotorSettingDown.png" />
|
||||||
<None Include="Resources\gerMenuMotorSettingUp.png" />
|
<None Include="Resources\gerMenuMotorSettingUp.png" />
|
||||||
<None Include="Resources\gerMenuOptionDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuOptionDown.png" />
|
<None Include="Resources\gerMenuOptionDown.png" />
|
||||||
<None Include="Resources\gerMenuOptionUp.png" />
|
<None Include="Resources\gerMenuOptionUp.png" />
|
||||||
<None Include="Resources\gerMenuSystemSettingDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuSystemSettingDown.png" />
|
<None Include="Resources\gerMenuSystemSettingDown.png" />
|
||||||
<None Include="Resources\gerMenuSystemSettingUp.png" />
|
<None Include="Resources\gerMenuSystemSettingUp.png" />
|
||||||
<None Include="Resources\gerMenuTimeDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuTimeDown.png" />
|
<None Include="Resources\gerMenuTimeDown.png" />
|
||||||
<None Include="Resources\gerMenuTimeUp.png" />
|
<None Include="Resources\gerMenuTimeUp.png" />
|
||||||
<None Include="Resources\chnBackgroundUserLogin.png" />
|
<None Include="Resources\chnBackgroundUserLogin.png" />
|
||||||
|
@ -765,6 +730,67 @@
|
||||||
<None Include="Resources\czeFilterDisable.png" />
|
<None Include="Resources\czeFilterDisable.png" />
|
||||||
<None Include="Resources\czeFilterDown.png" />
|
<None Include="Resources\czeFilterDown.png" />
|
||||||
<None Include="Resources\czeFilterUp.png" />
|
<None Include="Resources\czeFilterUp.png" />
|
||||||
|
<None Include="Resources\engMenuDataViewerDown.png" />
|
||||||
|
<None Include="Resources\engMenuDataViewerUp.png" />
|
||||||
|
<None Include="Resources\engMenuCommunicationDisable.png" />
|
||||||
|
<None Include="Resources\engMenuCommunicationDown.png" />
|
||||||
|
<None Include="Resources\engMenuCommunicationUp.png" />
|
||||||
|
<None Include="Resources\gerMenuCommunicationDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuCommunicationDown.png" />
|
||||||
|
<None Include="Resources\gerMenuCommunicationUp.png" />
|
||||||
|
<None Include="Resources\gerMenuDataViewerDown.png" />
|
||||||
|
<None Include="Resources\gerMenuDataViewerUp.png" />
|
||||||
|
<None Include="Resources\gerMenuCalibrationDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuConfigurationDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuDataBackupDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuDataStatisticsDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuEquipmentSettingDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuEquipmentTestDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuInformationDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuInitializationDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuIOTestDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuMotorSettingDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuOptionDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuSystemSettingDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuTimeDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuUpdateDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuUserSettingDisable.png" />
|
||||||
|
<None Include="Resources\engMenuIOTestDisable.png" />
|
||||||
|
<None Include="Resources\engMenuMotorSettingDisable.png" />
|
||||||
|
<None Include="Resources\engMenuOptionDisable.png" />
|
||||||
|
<None Include="Resources\engMenuSystemSettingDisable.png" />
|
||||||
|
<None Include="Resources\engMenuTimeDisable.png" />
|
||||||
|
<None Include="Resources\engMenuUpdateDisable.png" />
|
||||||
|
<None Include="Resources\engMenuUserSettingDisable.png" />
|
||||||
|
<None Include="Resources\engMenuCalibrationDisable.png" />
|
||||||
|
<None Include="Resources\engMenuConfigurationDisable.png" />
|
||||||
|
<None Include="Resources\engMenuDataBackupDisable.png" />
|
||||||
|
<None Include="Resources\engMenuDataStatisticsDisable.png" />
|
||||||
|
<None Include="Resources\engMenuEquipmentSettingDisable.png" />
|
||||||
|
<None Include="Resources\engMenuEquipmentTestDisable.png" />
|
||||||
|
<None Include="Resources\engMenuInformationDisable.png" />
|
||||||
|
<None Include="Resources\engMenuInitializationDisable.png" />
|
||||||
|
<None Include="Resources\engMenuDataViewerDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuDataViewerDisable.png" />
|
||||||
|
<None Include="Resources\engCorrectionDisable.png" />
|
||||||
|
<None Include="Resources\engCorrectionDown.png" />
|
||||||
|
<None Include="Resources\engCorrectionUp.png" />
|
||||||
|
<None Include="Resources\gerCorrectionDisable.png" />
|
||||||
|
<None Include="Resources\gerCorrectionDown.png" />
|
||||||
|
<None Include="Resources\gerCorrectionUp.png" />
|
||||||
|
<None Include="Resources\engFormMainTareDisable.png" />
|
||||||
|
<None Include="Resources\engFormMainUnderDisable.png" />
|
||||||
|
<None Include="Resources\engFormMainOverDisable.png" />
|
||||||
|
<None Include="Resources\engFormMainPassDisable.png" />
|
||||||
|
<None Include="Resources\engFormMainClearDisable.png" />
|
||||||
|
<None Include="Resources\engFormMainSubMenuDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainClearDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainOverDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainPassDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainSubMenuDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainTareDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainUnderDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainZeroDisable.png" />
|
||||||
<Content Include="version.txt" />
|
<Content Include="version.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||||
|
|
|
@ -289,6 +289,9 @@ namespace INT63DC_ImageDll
|
||||||
engBigEnterUp,
|
engBigEnterUp,
|
||||||
engCancelDown,
|
engCancelDown,
|
||||||
engCancelUp,
|
engCancelUp,
|
||||||
|
engCorrectionDisable,
|
||||||
|
engCorrectionDown,
|
||||||
|
engCorrectionUp,
|
||||||
engEnterDown,
|
engEnterDown,
|
||||||
engEnterUp,
|
engEnterUp,
|
||||||
engFileSelectDisable,
|
engFileSelectDisable,
|
||||||
|
@ -312,12 +315,16 @@ namespace INT63DC_ImageDll
|
||||||
engFormMainMenuSmallDisable,
|
engFormMainMenuSmallDisable,
|
||||||
engFormMainMenuSmallDown,
|
engFormMainMenuSmallDown,
|
||||||
engFormMainMenuSmallUp,
|
engFormMainMenuSmallUp,
|
||||||
|
engFormMainOverDisable,
|
||||||
engFormMainOverDown,
|
engFormMainOverDown,
|
||||||
engFormMainOverUp,
|
engFormMainOverUp,
|
||||||
|
engFormMainPassDisable,
|
||||||
engFormMainPassDown,
|
engFormMainPassDown,
|
||||||
engFormMainPassUp,
|
engFormMainPassUp,
|
||||||
|
engFormMainTareDisable,
|
||||||
engFormMainTareDown,
|
engFormMainTareDown,
|
||||||
engFormMainTareUp,
|
engFormMainTareUp,
|
||||||
|
engFormMainUnderDisable,
|
||||||
engFormMainUnderDown,
|
engFormMainUnderDown,
|
||||||
engFormMainUnderUp,
|
engFormMainUnderUp,
|
||||||
engFormMainZeroDown,
|
engFormMainZeroDown,
|
||||||
|
@ -339,6 +346,9 @@ namespace INT63DC_ImageDll
|
||||||
engMenuCalibrationDisable,
|
engMenuCalibrationDisable,
|
||||||
engMenuCalibrationDown,
|
engMenuCalibrationDown,
|
||||||
engMenuCalibrationUp,
|
engMenuCalibrationUp,
|
||||||
|
engMenuCommunicationDisable,
|
||||||
|
engMenuCommunicationDown,
|
||||||
|
engMenuCommunicationUp,
|
||||||
engMenuConfigurationDisable,
|
engMenuConfigurationDisable,
|
||||||
engMenuConfigurationDown,
|
engMenuConfigurationDown,
|
||||||
engMenuConfigurationUp,
|
engMenuConfigurationUp,
|
||||||
|
@ -348,6 +358,9 @@ namespace INT63DC_ImageDll
|
||||||
engMenuDataStatisticsDisable,
|
engMenuDataStatisticsDisable,
|
||||||
engMenuDataStatisticsDown,
|
engMenuDataStatisticsDown,
|
||||||
engMenuDataStatisticsUp,
|
engMenuDataStatisticsUp,
|
||||||
|
engMenuDataViewerDisable,
|
||||||
|
engMenuDataViewerDown,
|
||||||
|
engMenuDataViewerUp,
|
||||||
engMenuEquipmentSettingDisable,
|
engMenuEquipmentSettingDisable,
|
||||||
engMenuEquipmentSettingDown,
|
engMenuEquipmentSettingDown,
|
||||||
engMenuEquipmentSettingUp,
|
engMenuEquipmentSettingUp,
|
||||||
|
@ -415,6 +428,9 @@ namespace INT63DC_ImageDll
|
||||||
gerBackupDisable,
|
gerBackupDisable,
|
||||||
gerBackupDown,
|
gerBackupDown,
|
||||||
gerBackupUp,
|
gerBackupUp,
|
||||||
|
gerCorrectionDisable,
|
||||||
|
gerCorrectionDown,
|
||||||
|
gerCorrectionUp,
|
||||||
gerDisable,
|
gerDisable,
|
||||||
gerEnable,
|
gerEnable,
|
||||||
gerFileSelectDisable,
|
gerFileSelectDisable,
|
||||||
|
@ -438,12 +454,16 @@ namespace INT63DC_ImageDll
|
||||||
gerFormMainMenuSmallDisable,
|
gerFormMainMenuSmallDisable,
|
||||||
gerFormMainMenuSmallDown,
|
gerFormMainMenuSmallDown,
|
||||||
gerFormMainMenuSmallUp,
|
gerFormMainMenuSmallUp,
|
||||||
|
gerFormMainOverDisable,
|
||||||
gerFormMainOverDown,
|
gerFormMainOverDown,
|
||||||
gerFormMainOverUp,
|
gerFormMainOverUp,
|
||||||
|
gerFormMainPassDisable,
|
||||||
gerFormMainPassDown,
|
gerFormMainPassDown,
|
||||||
gerFormMainPassUp,
|
gerFormMainPassUp,
|
||||||
|
gerFormMainTareDisable,
|
||||||
gerFormMainTareDown,
|
gerFormMainTareDown,
|
||||||
gerFormMainTareUp,
|
gerFormMainTareUp,
|
||||||
|
gerFormMainUnderDisable,
|
||||||
gerFormMainUnderDown,
|
gerFormMainUnderDown,
|
||||||
gerFormMainUnderUp,
|
gerFormMainUnderUp,
|
||||||
gerFormMainZeroDown,
|
gerFormMainZeroDown,
|
||||||
|
@ -465,6 +485,9 @@ namespace INT63DC_ImageDll
|
||||||
gerMenuCalibrationDisable,
|
gerMenuCalibrationDisable,
|
||||||
gerMenuCalibrationDown,
|
gerMenuCalibrationDown,
|
||||||
gerMenuCalibrationUp,
|
gerMenuCalibrationUp,
|
||||||
|
gerMenuCommunicationDisable,
|
||||||
|
gerMenuCommunicationDown,
|
||||||
|
gerMenuCommunicationUp,
|
||||||
gerMenuConfigurationDisable,
|
gerMenuConfigurationDisable,
|
||||||
gerMenuConfigurationDown,
|
gerMenuConfigurationDown,
|
||||||
gerMenuConfigurationUp,
|
gerMenuConfigurationUp,
|
||||||
|
@ -474,6 +497,9 @@ namespace INT63DC_ImageDll
|
||||||
gerMenuDataStatisticsDisable,
|
gerMenuDataStatisticsDisable,
|
||||||
gerMenuDataStatisticsDown,
|
gerMenuDataStatisticsDown,
|
||||||
gerMenuDataStatisticsUp,
|
gerMenuDataStatisticsUp,
|
||||||
|
gerMenuDataViewerDisable,
|
||||||
|
gerMenuDataViewerDown,
|
||||||
|
gerMenuDataViewerUp,
|
||||||
gerMenuEquipmentSettingDisable,
|
gerMenuEquipmentSettingDisable,
|
||||||
gerMenuEquipmentSettingDown,
|
gerMenuEquipmentSettingDown,
|
||||||
gerMenuEquipmentSettingUp,
|
gerMenuEquipmentSettingUp,
|
||||||
|
@ -1499,6 +1525,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.engCancelUp:
|
case ButtonImages.engCancelUp:
|
||||||
bt = new Bitmap(Resource.engCancelUp);
|
bt = new Bitmap(Resource.engCancelUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engCorrectionDisable:
|
||||||
|
bt = new Bitmap(Resource.engCorrectionDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engCorrectionDown:
|
||||||
|
bt = new Bitmap(Resource.engCorrectionDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engCorrectionUp:
|
||||||
|
bt = new Bitmap(Resource.engCorrectionUp);
|
||||||
|
break;
|
||||||
case ButtonImages.engEnterDown:
|
case ButtonImages.engEnterDown:
|
||||||
bt = new Bitmap(Resource.engEnterDown);
|
bt = new Bitmap(Resource.engEnterDown);
|
||||||
break;
|
break;
|
||||||
|
@ -1568,24 +1603,36 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.engFormMainMenuSmallUp:
|
case ButtonImages.engFormMainMenuSmallUp:
|
||||||
bt = new Bitmap(Resource.engFormMainMenuSmallUp);
|
bt = new Bitmap(Resource.engFormMainMenuSmallUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engFormMainOverDisable:
|
||||||
|
bt = new Bitmap(Resource.engFormMainOverDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMainOverDown:
|
case ButtonImages.engFormMainOverDown:
|
||||||
bt = new Bitmap(Resource.engFormMainOverDown);
|
bt = new Bitmap(Resource.engFormMainOverDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMainOverUp:
|
case ButtonImages.engFormMainOverUp:
|
||||||
bt = new Bitmap(Resource.engFormMainOverUp);
|
bt = new Bitmap(Resource.engFormMainOverUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engFormMainPassDisable:
|
||||||
|
bt = new Bitmap(Resource.engFormMainPassDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMainPassDown:
|
case ButtonImages.engFormMainPassDown:
|
||||||
bt = new Bitmap(Resource.engFormMainPassDown);
|
bt = new Bitmap(Resource.engFormMainPassDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMainPassUp:
|
case ButtonImages.engFormMainPassUp:
|
||||||
bt = new Bitmap(Resource.engFormMainPassUp);
|
bt = new Bitmap(Resource.engFormMainPassUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engFormMainTareDisable:
|
||||||
|
bt = new Bitmap(Resource.engFormMainTareDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMainTareDown:
|
case ButtonImages.engFormMainTareDown:
|
||||||
bt = new Bitmap(Resource.engFormMainTareDown);
|
bt = new Bitmap(Resource.engFormMainTareDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMainTareUp:
|
case ButtonImages.engFormMainTareUp:
|
||||||
bt = new Bitmap(Resource.engFormMainTareUp);
|
bt = new Bitmap(Resource.engFormMainTareUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engFormMainUnderDisable:
|
||||||
|
bt = new Bitmap(Resource.engFormMainUnderDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMainUnderDown:
|
case ButtonImages.engFormMainUnderDown:
|
||||||
bt = new Bitmap(Resource.engFormMainUnderDown);
|
bt = new Bitmap(Resource.engFormMainUnderDown);
|
||||||
break;
|
break;
|
||||||
|
@ -1649,6 +1696,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.engMenuCalibrationUp:
|
case ButtonImages.engMenuCalibrationUp:
|
||||||
bt = new Bitmap(Resource.engMenuCalibrationUp);
|
bt = new Bitmap(Resource.engMenuCalibrationUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engMenuCommunicationDisable:
|
||||||
|
bt = new Bitmap(Resource.engMenuCommunicationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engMenuCommunicationDown:
|
||||||
|
bt = new Bitmap(Resource.engMenuCommunicationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engMenuCommunicationUp:
|
||||||
|
bt = new Bitmap(Resource.engMenuCommunicationUp);
|
||||||
|
break;
|
||||||
case ButtonImages.engMenuConfigurationDisable:
|
case ButtonImages.engMenuConfigurationDisable:
|
||||||
bt = new Bitmap(Resource.engMenuConfigurationDisable);
|
bt = new Bitmap(Resource.engMenuConfigurationDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -1676,6 +1732,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.engMenuDataStatisticsUp:
|
case ButtonImages.engMenuDataStatisticsUp:
|
||||||
bt = new Bitmap(Resource.engMenuDataStatisticsUp);
|
bt = new Bitmap(Resource.engMenuDataStatisticsUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engMenuDataViewerDisable:
|
||||||
|
bt = new Bitmap(Resource.engMenuDataViewerDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engMenuDataViewerDown:
|
||||||
|
bt = new Bitmap(Resource.engMenuDataViewerDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engMenuDataViewerUp:
|
||||||
|
bt = new Bitmap(Resource.engMenuDataViewerUp);
|
||||||
|
break;
|
||||||
case ButtonImages.engMenuEquipmentSettingDisable:
|
case ButtonImages.engMenuEquipmentSettingDisable:
|
||||||
bt = new Bitmap(Resource.engMenuEquipmentSettingDisable);
|
bt = new Bitmap(Resource.engMenuEquipmentSettingDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -1871,6 +1936,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.gerBackupUp:
|
case ButtonImages.gerBackupUp:
|
||||||
bt = new Bitmap(Resource.gerBackupUp);
|
bt = new Bitmap(Resource.gerBackupUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerCorrectionDisable:
|
||||||
|
bt = new Bitmap(Resource.gerCorrectionDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerCorrectionDown:
|
||||||
|
bt = new Bitmap(Resource.gerCorrectionDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerCorrectionUp:
|
||||||
|
bt = new Bitmap(Resource.gerCorrectionUp);
|
||||||
|
break;
|
||||||
case ButtonImages.gerDisable:
|
case ButtonImages.gerDisable:
|
||||||
bt = new Bitmap(Resource.gerDisable);
|
bt = new Bitmap(Resource.gerDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -1940,24 +2014,36 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.gerFormMainMenuSmallUp:
|
case ButtonImages.gerFormMainMenuSmallUp:
|
||||||
bt = new Bitmap(Resource.gerFormMainMenuSmallUp);
|
bt = new Bitmap(Resource.gerFormMainMenuSmallUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerFormMainOverDisable:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainOverDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.gerFormMainOverDown:
|
case ButtonImages.gerFormMainOverDown:
|
||||||
bt = new Bitmap(Resource.gerFormMainOverDown);
|
bt = new Bitmap(Resource.gerFormMainOverDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.gerFormMainOverUp:
|
case ButtonImages.gerFormMainOverUp:
|
||||||
bt = new Bitmap(Resource.gerFormMainOverUp);
|
bt = new Bitmap(Resource.gerFormMainOverUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerFormMainPassDisable:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainPassDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.gerFormMainPassDown:
|
case ButtonImages.gerFormMainPassDown:
|
||||||
bt = new Bitmap(Resource.gerFormMainPassDown);
|
bt = new Bitmap(Resource.gerFormMainPassDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.gerFormMainPassUp:
|
case ButtonImages.gerFormMainPassUp:
|
||||||
bt = new Bitmap(Resource.gerFormMainPassUp);
|
bt = new Bitmap(Resource.gerFormMainPassUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerFormMainTareDisable:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainTareDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.gerFormMainTareDown:
|
case ButtonImages.gerFormMainTareDown:
|
||||||
bt = new Bitmap(Resource.gerFormMainTareDown);
|
bt = new Bitmap(Resource.gerFormMainTareDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.gerFormMainTareUp:
|
case ButtonImages.gerFormMainTareUp:
|
||||||
bt = new Bitmap(Resource.gerFormMainTareUp);
|
bt = new Bitmap(Resource.gerFormMainTareUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerFormMainUnderDisable:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainUnderDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.gerFormMainUnderDown:
|
case ButtonImages.gerFormMainUnderDown:
|
||||||
bt = new Bitmap(Resource.gerFormMainUnderDown);
|
bt = new Bitmap(Resource.gerFormMainUnderDown);
|
||||||
break;
|
break;
|
||||||
|
@ -2021,6 +2107,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.gerMenuCalibrationUp:
|
case ButtonImages.gerMenuCalibrationUp:
|
||||||
bt = new Bitmap(Resource.gerMenuCalibrationUp);
|
bt = new Bitmap(Resource.gerMenuCalibrationUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerMenuCommunicationDisable:
|
||||||
|
bt = new Bitmap(Resource.gerMenuCommunicationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerMenuCommunicationDown:
|
||||||
|
bt = new Bitmap(Resource.gerMenuCommunicationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerMenuCommunicationUp:
|
||||||
|
bt = new Bitmap(Resource.gerMenuCommunicationUp);
|
||||||
|
break;
|
||||||
case ButtonImages.gerMenuConfigurationDisable:
|
case ButtonImages.gerMenuConfigurationDisable:
|
||||||
bt = new Bitmap(Resource.gerMenuConfigurationDisable);
|
bt = new Bitmap(Resource.gerMenuConfigurationDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -2048,6 +2143,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.gerMenuDataStatisticsUp:
|
case ButtonImages.gerMenuDataStatisticsUp:
|
||||||
bt = new Bitmap(Resource.gerMenuDataStatisticsUp);
|
bt = new Bitmap(Resource.gerMenuDataStatisticsUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerMenuDataViewerDisable:
|
||||||
|
bt = new Bitmap(Resource.gerMenuDataViewerDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerMenuDataViewerDown:
|
||||||
|
bt = new Bitmap(Resource.gerMenuDataViewerDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerMenuDataViewerUp:
|
||||||
|
bt = new Bitmap(Resource.gerMenuDataViewerUp);
|
||||||
|
break;
|
||||||
case ButtonImages.gerMenuEquipmentSettingDisable:
|
case ButtonImages.gerMenuEquipmentSettingDisable:
|
||||||
bt = new Bitmap(Resource.gerMenuEquipmentSettingDisable);
|
bt = new Bitmap(Resource.gerMenuEquipmentSettingDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -2633,7 +2737,5 @@ namespace INT63DC_ImageDll
|
||||||
|
|
||||||
return bt;
|
return bt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||||
// Runtime Version:2.0.50727.9179
|
// 런타임 버전:2.0.50727.9151
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||||
// the code is regenerated.
|
// 이러한 변경 내용이 손실됩니다.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@ namespace INT63DC_ImageDll {
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
||||||
// class via a tool like ResGen or Visual Studio.
|
// 클래스에서 자동으로 생성되었습니다.
|
||||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
||||||
// with the /str option, or rebuild your VS project.
|
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
internal class Resource {
|
internal class Resource {
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the cached ResourceManager instance used by this class.
|
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
@ -44,8 +44,8 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Overrides the current thread's CurrentUICulture property for all
|
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
||||||
/// resource lookups using this strongly typed resource class.
|
/// 속성을 재정의합니다.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
@ -2003,6 +2003,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engCorrectionDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engCorrectionDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engCorrectionDown {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engCorrectionDown", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engCorrectionUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engCorrectionUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engEnterDown {
|
internal static System.Drawing.Bitmap engEnterDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engEnterDown", resourceCulture);
|
object obj = ResourceManager.GetObject("engEnterDown", resourceCulture);
|
||||||
|
@ -2185,6 +2206,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engFormMainOverDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engFormMainOverDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engFormMainOverDown {
|
internal static System.Drawing.Bitmap engFormMainOverDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engFormMainOverDown", resourceCulture);
|
object obj = ResourceManager.GetObject("engFormMainOverDown", resourceCulture);
|
||||||
|
@ -2199,6 +2227,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engFormMainPassDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engFormMainPassDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engFormMainPassDown {
|
internal static System.Drawing.Bitmap engFormMainPassDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engFormMainPassDown", resourceCulture);
|
object obj = ResourceManager.GetObject("engFormMainPassDown", resourceCulture);
|
||||||
|
@ -2234,6 +2269,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engFormMainTareDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engFormMainTareDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engFormMainTareDown {
|
internal static System.Drawing.Bitmap engFormMainTareDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engFormMainTareDown", resourceCulture);
|
object obj = ResourceManager.GetObject("engFormMainTareDown", resourceCulture);
|
||||||
|
@ -2248,6 +2290,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engFormMainUnderDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engFormMainUnderDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engFormMainUnderDown {
|
internal static System.Drawing.Bitmap engFormMainUnderDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engFormMainUnderDown", resourceCulture);
|
object obj = ResourceManager.GetObject("engFormMainUnderDown", resourceCulture);
|
||||||
|
@ -2465,6 +2514,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engMenuCommunicationDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engMenuCommunicationDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engMenuCommunicationDown {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engMenuCommunicationDown", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engMenuCommunicationUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engMenuCommunicationUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engMenuConfigurationDisable {
|
internal static System.Drawing.Bitmap engMenuConfigurationDisable {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engMenuConfigurationDisable", resourceCulture);
|
object obj = ResourceManager.GetObject("engMenuConfigurationDisable", resourceCulture);
|
||||||
|
@ -2528,6 +2598,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engMenuDataViewerDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engMenuDataViewerDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engMenuDataViewerDown {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engMenuDataViewerDown", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap engMenuDataViewerUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("engMenuDataViewerUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap engMenuEquipmentSettingDisable {
|
internal static System.Drawing.Bitmap engMenuEquipmentSettingDisable {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("engMenuEquipmentSettingDisable", resourceCulture);
|
object obj = ResourceManager.GetObject("engMenuEquipmentSettingDisable", resourceCulture);
|
||||||
|
@ -2899,6 +2990,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerCorrectionDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerCorrectionDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerCorrectionDown {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerCorrectionDown", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerCorrectionUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerCorrectionUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerDisable {
|
internal static System.Drawing.Bitmap gerDisable {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerDisable", resourceCulture);
|
object obj = ResourceManager.GetObject("gerDisable", resourceCulture);
|
||||||
|
@ -3060,6 +3172,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainOverDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainOverDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerFormMainOverDown {
|
internal static System.Drawing.Bitmap gerFormMainOverDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerFormMainOverDown", resourceCulture);
|
object obj = ResourceManager.GetObject("gerFormMainOverDown", resourceCulture);
|
||||||
|
@ -3074,6 +3193,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainPassDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainPassDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerFormMainPassDown {
|
internal static System.Drawing.Bitmap gerFormMainPassDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerFormMainPassDown", resourceCulture);
|
object obj = ResourceManager.GetObject("gerFormMainPassDown", resourceCulture);
|
||||||
|
@ -3109,6 +3235,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainTareDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainTareDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerFormMainTareDown {
|
internal static System.Drawing.Bitmap gerFormMainTareDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerFormMainTareDown", resourceCulture);
|
object obj = ResourceManager.GetObject("gerFormMainTareDown", resourceCulture);
|
||||||
|
@ -3123,6 +3256,13 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainUnderDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainUnderDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerFormMainUnderDown {
|
internal static System.Drawing.Bitmap gerFormMainUnderDown {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerFormMainUnderDown", resourceCulture);
|
object obj = ResourceManager.GetObject("gerFormMainUnderDown", resourceCulture);
|
||||||
|
@ -3319,6 +3459,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerMenuCommunicationDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerMenuCommunicationDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerMenuCommunicationDown {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerMenuCommunicationDown", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerMenuCommunicationUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerMenuCommunicationUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerMenuConfigurationDisable {
|
internal static System.Drawing.Bitmap gerMenuConfigurationDisable {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerMenuConfigurationDisable", resourceCulture);
|
object obj = ResourceManager.GetObject("gerMenuConfigurationDisable", resourceCulture);
|
||||||
|
@ -3382,6 +3543,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerMenuDataViewerDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerMenuDataViewerDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerMenuDataViewerDown {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerMenuDataViewerDown", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerMenuDataViewerUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerMenuDataViewerUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerMenuEquipmentSettingDisable {
|
internal static System.Drawing.Bitmap gerMenuEquipmentSettingDisable {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerMenuEquipmentSettingDisable", resourceCulture);
|
object obj = ResourceManager.GetObject("gerMenuEquipmentSettingDisable", resourceCulture);
|
||||||
|
|
|
@ -2089,4 +2089,82 @@
|
||||||
<data name="engFilterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFilterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFilterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFilterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="engCorrectionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engCorrectionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engCorrectionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engCorrectionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engCorrectionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engCorrectionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerCorrectionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerCorrectionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerCorrectionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerCorrectionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerCorrectionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerCorrectionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMainOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMainOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMainPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMainPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMainTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMainTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMainUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMainUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerFormMainOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerFormMainPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerFormMainTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerFormMainUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 7.8 KiB |