독일어 수정 중, 이미지 교체, 추가된 Part11 기능 삽입 등
BIN
INT63DC_6CH.suo
|
@ -243,6 +243,7 @@ namespace INT63DC_6CH
|
||||||
Level2Name,
|
Level2Name,
|
||||||
Level3Name,
|
Level3Name,
|
||||||
AutoLogout,
|
AutoLogout,
|
||||||
|
NumberOfLoginFailure,
|
||||||
|
|
||||||
DataStoragePeriod,
|
DataStoragePeriod,
|
||||||
};
|
};
|
||||||
|
@ -909,6 +910,7 @@ namespace INT63DC_6CH
|
||||||
private int m_ModbusTcpAddress1;
|
private int m_ModbusTcpAddress1;
|
||||||
private int m_ModbusTcpAddress2;
|
private int m_ModbusTcpAddress2;
|
||||||
private int m_ModbusTcpStartAddress;
|
private int m_ModbusTcpStartAddress;
|
||||||
|
private int m_NumberOfLoginFailures;
|
||||||
|
|
||||||
private string m_Unit;
|
private string m_Unit;
|
||||||
private string m_EmptyWeight;
|
private string m_EmptyWeight;
|
||||||
|
@ -983,11 +985,6 @@ namespace INT63DC_6CH
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public int AutoLogoutTime
|
|
||||||
{
|
|
||||||
get { return this.m_AutoLogoutTime; }
|
|
||||||
set { this.m_AutoLogoutTime = value; }
|
|
||||||
}
|
|
||||||
public int UsbID
|
public int UsbID
|
||||||
{
|
{
|
||||||
get { return this.m_UsbID; }
|
get { return this.m_UsbID; }
|
||||||
|
@ -1088,6 +1085,16 @@ namespace INT63DC_6CH
|
||||||
get { return this.m_ModbusTcpStartAddress; }
|
get { return this.m_ModbusTcpStartAddress; }
|
||||||
set { this.m_ModbusTcpStartAddress = value; }
|
set { this.m_ModbusTcpStartAddress = value; }
|
||||||
}
|
}
|
||||||
|
public int AutoLogoutTime
|
||||||
|
{
|
||||||
|
get { return this.m_AutoLogoutTime; }
|
||||||
|
set { this.m_AutoLogoutTime = value; }
|
||||||
|
}
|
||||||
|
public int NumberOfLoginFailures
|
||||||
|
{
|
||||||
|
get { return this.m_NumberOfLoginFailures; }
|
||||||
|
set { this.m_NumberOfLoginFailures = value; }
|
||||||
|
}
|
||||||
|
|
||||||
public string Unit
|
public string Unit
|
||||||
{
|
{
|
||||||
|
@ -1217,6 +1224,8 @@ namespace INT63DC_6CH
|
||||||
this.ModbusTcpAddress1 = 1000;
|
this.ModbusTcpAddress1 = 1000;
|
||||||
this.ModbusTcpAddress2 = 1100;
|
this.ModbusTcpAddress2 = 1100;
|
||||||
this.ModbusTcpStartAddress = 1010;
|
this.ModbusTcpStartAddress = 1010;
|
||||||
|
this.AutoLogoutTime = 90;
|
||||||
|
this.NumberOfLoginFailures = 5;
|
||||||
|
|
||||||
this.Unit = "g";
|
this.Unit = "g";
|
||||||
this.EmptyWeight = "0";
|
this.EmptyWeight = "0";
|
||||||
|
@ -1254,6 +1263,21 @@ namespace INT63DC_6CH
|
||||||
public bool IsWeightViewForward;
|
public bool IsWeightViewForward;
|
||||||
public bool IsOptDataStatistics;
|
public bool IsOptDataStatistics;
|
||||||
public bool IsOptPart11;
|
public bool IsOptPart11;
|
||||||
|
public bool dummyBool1;
|
||||||
|
public bool dummyBool2;
|
||||||
|
public bool dummyBool3;
|
||||||
|
public bool dummyBool4;
|
||||||
|
public bool dummyBool5;
|
||||||
|
public bool dummyBool6;
|
||||||
|
public bool dummyBool7;
|
||||||
|
public bool dummyBool8;
|
||||||
|
public bool dummyBool9;
|
||||||
|
public bool dummyBool10;
|
||||||
|
public bool dummyBool11;
|
||||||
|
public bool dummyBool12;
|
||||||
|
public bool dummyBool13;
|
||||||
|
public bool dummyBool14;
|
||||||
|
public bool dummyBool15;
|
||||||
|
|
||||||
public int AutoLogoutTime;
|
public int AutoLogoutTime;
|
||||||
public int UsbID;
|
public int UsbID;
|
||||||
|
@ -1276,6 +1300,22 @@ namespace INT63DC_6CH
|
||||||
public int ModbusTcpAddress1;
|
public int ModbusTcpAddress1;
|
||||||
public int ModbusTcpAddress2;
|
public int ModbusTcpAddress2;
|
||||||
public int ModbusTcpStartAddress;
|
public int ModbusTcpStartAddress;
|
||||||
|
public int NumberOfLoginFailures;
|
||||||
|
public int dummyInt1;
|
||||||
|
public int dummyInt2;
|
||||||
|
public int dummyInt3;
|
||||||
|
public int dummyInt4;
|
||||||
|
public int dummyInt5;
|
||||||
|
public int dummyInt6;
|
||||||
|
public int dummyInt7;
|
||||||
|
public int dummyInt8;
|
||||||
|
public int dummyInt9;
|
||||||
|
public int dummyInt10;
|
||||||
|
public int dummyInt11;
|
||||||
|
public int dummyInt12;
|
||||||
|
public int dummyInt13;
|
||||||
|
public int dummyInt14;
|
||||||
|
public int dummyInt15;
|
||||||
|
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 8)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 8)]
|
||||||
public string Unit;
|
public string Unit;
|
||||||
|
@ -1283,6 +1323,16 @@ namespace INT63DC_6CH
|
||||||
public string EmptyWeight;
|
public string EmptyWeight;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
||||||
public string SerialNumber;
|
public string SerialNumber;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
||||||
|
public string dummyString1;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
||||||
|
public string dummyString2;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
||||||
|
public string dummyString3;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
||||||
|
public string dummyString4;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 16)]
|
||||||
|
public string dummyString5;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
public string User_Level1_Name;
|
public string User_Level1_Name;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
|
@ -1290,6 +1340,16 @@ namespace INT63DC_6CH
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
public string User_Level3_Name;
|
public string User_Level3_Name;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
|
public string dummyString6;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
|
public string dummyString7;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
|
public string dummyString8;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
|
public string dummyString9;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
|
public string dummyString10;
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
|
||||||
public string EthernetServerAddress;
|
public string EthernetServerAddress;
|
||||||
|
|
||||||
public DataStore.LanguageID Language;
|
public DataStore.LanguageID Language;
|
||||||
|
|
|
@ -146,6 +146,10 @@ namespace INT63DC_6CH.DialogForms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
||||||
{
|
{
|
||||||
|
this.labelTitle1.Text = "Einloggen";
|
||||||
|
this.labelTitle2.Text = "ID";
|
||||||
|
this.labelTitle3.Text = "Passwort";
|
||||||
|
|
||||||
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDisable));
|
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDisable));
|
||||||
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDown));
|
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginDown));
|
||||||
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginUp));
|
this.buttonLogOn.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMainLoginUp));
|
||||||
|
@ -316,6 +320,39 @@ namespace INT63DC_6CH.DialogForms
|
||||||
this.DialogResult = DialogResult.Abort;
|
this.DialogResult = DialogResult.Abort;
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
|
else if (userInfo.status == 14) // password error
|
||||||
|
{
|
||||||
|
if (this.textBoxID.Text == "admin00")
|
||||||
|
{
|
||||||
|
// 비밀번호를 확인하세요
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, this.ParentForm.SystemConfig.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (userInfo.login_fail_count < this.ParentForm.SystemConfig.NumberOfLoginFailures)
|
||||||
|
{
|
||||||
|
// 비밀번호 n회 오류입니다
|
||||||
|
// n회 오류 시, 계정이 잠금처리됩니다.
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, userInfo.login_fail_count,
|
||||||
|
this.ParentForm.SystemConfig.NumberOfLoginFailures, this.ParentForm.SystemConfig.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
|
||||||
|
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Login, string.Format("Fail : PW error {0}", userInfo.login_fail_count), this.textBoxID.Text);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// 계정이 잠금처리 되었습니다.
|
||||||
|
// 관리자에게 문의하세요.
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(null, 19, this.ParentForm.SystemConfig.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
|
||||||
|
UserManager.UserManager_UserLoginFailLockSet(this.textBoxID.Text);
|
||||||
|
|
||||||
|
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Login, "Account lock", this.textBoxID.Text);
|
||||||
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, this.ParentForm.SystemConfig.Language);
|
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, this.ParentForm.SystemConfig.Language);
|
||||||
|
|
|
@ -1251,6 +1251,90 @@ namespace INT63DC_6CH.DialogForms
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public DialogFormMessage(object dll, int code, int num1, int num2, DataStore.LanguageID language)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
|
||||||
|
this.labelErrorCode.Text = "";
|
||||||
|
this.labelMessage1.Text = "";
|
||||||
|
this.labelMessage2.Text = "";
|
||||||
|
|
||||||
|
switch (language)
|
||||||
|
{
|
||||||
|
case DataStore.LanguageID.Korean:
|
||||||
|
#region 한글
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("비밀번호 {0}회 오류입니다", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("{0}회 오류 시, 계정이 잠금처리됩니다.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
|
this.labelMessage1.Text = "제조사에 문의하세요";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.English:
|
||||||
|
#region 영문
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("Password error {0} times.", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("If there are {0} errors, your account will be locked.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
|
this.labelMessage1.Text = "Please contact a manufacturer";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.Chinese:
|
||||||
|
#region 중문
|
||||||
|
this.buttonOK.Text = "确认";
|
||||||
|
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "错误 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("密码错误{0}次。", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("如果出现 {0} 个错误,您的帐户将被锁定。", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "错误 04_99";
|
||||||
|
this.labelMessage1.Text = "请联系制造商";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.Czech:
|
||||||
|
break;
|
||||||
|
case DataStore.LanguageID.German:
|
||||||
|
#region 독일어
|
||||||
|
this.buttonOK.Text = "Bestätigen";
|
||||||
|
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Fehler 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("Passwortfehler {0} Mal.", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("Bei {0} Fehlern wird Ihr Konto gesperrt.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Fehler 04_99";
|
||||||
|
this.labelMessage1.Text = "Bitte wenden Sie sich an einen Hersteller";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
public DialogFormMessage(object dll, int code, DataStore.LanguageID language)
|
public DialogFormMessage(object dll, int code, DataStore.LanguageID language)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
|
@ -315,6 +315,9 @@ namespace INT63DC_6CH.DialogForms
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.German:
|
case DataStore.LanguageID.German:
|
||||||
#region German
|
#region German
|
||||||
|
this.buttonYes.Text = "Ja";
|
||||||
|
this.buttonNo.Text = "Nein";
|
||||||
|
|
||||||
switch (ok)
|
switch (ok)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
@ -526,6 +529,26 @@ namespace INT63DC_6CH.DialogForms
|
||||||
case DataStore.LanguageID.Czech:
|
case DataStore.LanguageID.Czech:
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.German:
|
case DataStore.LanguageID.German:
|
||||||
|
this.buttonYes.Text = "Ja";
|
||||||
|
this.buttonNo.Text = "Nein";
|
||||||
|
|
||||||
|
switch (ok)
|
||||||
|
{
|
||||||
|
case 2:
|
||||||
|
this.labelErrorCode.Text = "Einloggen";
|
||||||
|
if (int.Parse(msg) == 0)
|
||||||
|
this.labelMessage1.Text = "Ihr Passwort ist abgelaufen.";
|
||||||
|
else
|
||||||
|
this.labelMessage1.Text = string.Format("Ihr Passwort ist vor {0} Tagen abgelaufen.", msg);
|
||||||
|
this.labelMessage2.Text = "Möchten Sie Ihr Passwort ändern?";
|
||||||
|
break;
|
||||||
|
case 31:
|
||||||
|
this.labelErrorCode.Text = "Datei";
|
||||||
|
this.labelMessage1.Text = string.Format("{0} existiert bereits. Ändern Sie die Datei?", msg);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -32,11 +32,11 @@
|
||||||
this.smartForm1 = new SmartX.SmartForm();
|
this.smartForm1 = new SmartX.SmartForm();
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.buttonBack = new SmartX.SmartButton();
|
this.buttonBack = new SmartX.SmartButton();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.groupBoxInspection = new SmartX.SmartGroupBox();
|
||||||
this.treeViewInspection = new System.Windows.Forms.TreeView();
|
this.treeViewInspection = new System.Windows.Forms.TreeView();
|
||||||
this.buttonInspectionBackup = new SmartX.SmartButton();
|
this.buttonInspectionBackup = new SmartX.SmartButton();
|
||||||
this.labelInspectionFileCount = new SmartX.SmartLabel();
|
this.labelInspectionFileCount = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
this.groupBoxHistory = new SmartX.SmartGroupBox();
|
||||||
this.treeViewHistory = new System.Windows.Forms.TreeView();
|
this.treeViewHistory = new System.Windows.Forms.TreeView();
|
||||||
this.buttonHistoryBackup = new SmartX.SmartButton();
|
this.buttonHistoryBackup = new SmartX.SmartButton();
|
||||||
this.labelHistoryFileCount = new SmartX.SmartLabel();
|
this.labelHistoryFileCount = new SmartX.SmartLabel();
|
||||||
|
@ -44,14 +44,14 @@
|
||||||
this.labelPercentage = new SmartX.SmartLabel();
|
this.labelPercentage = new SmartX.SmartLabel();
|
||||||
this.timerEncryption = new System.Windows.Forms.Timer();
|
this.timerEncryption = new System.Windows.Forms.Timer();
|
||||||
this.timerFileCopy = new System.Windows.Forms.Timer();
|
this.timerFileCopy = new System.Windows.Forms.Timer();
|
||||||
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
this.groupBoxOthers = new SmartX.SmartGroupBox();
|
||||||
this.listBoxOther = new System.Windows.Forms.ListBox();
|
this.listBoxOther = new System.Windows.Forms.ListBox();
|
||||||
this.buttonOtherBackup = new SmartX.SmartButton();
|
this.buttonOtherBackup = new SmartX.SmartButton();
|
||||||
this.labelOtherFileCount = new SmartX.SmartLabel();
|
this.labelOtherFileCount = new SmartX.SmartLabel();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.groupBoxInspection.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.groupBoxHistory.SuspendLayout();
|
||||||
this.smartGroupBox3.SuspendLayout();
|
this.groupBoxOthers.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// smartForm1
|
// smartForm1
|
||||||
|
@ -76,7 +76,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);
|
||||||
|
@ -119,27 +119,27 @@
|
||||||
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
||||||
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// groupBoxInspection
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.groupBoxInspection.BackPictureBox = null;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.groupBoxInspection.BackPictureBox1 = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.treeViewInspection);
|
this.groupBoxInspection.Controls.Add(this.treeViewInspection);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonInspectionBackup);
|
this.groupBoxInspection.Controls.Add(this.buttonInspectionBackup);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelInspectionFileCount);
|
this.groupBoxInspection.Controls.Add(this.labelInspectionFileCount);
|
||||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.groupBoxInspection.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxInspection.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxInspection.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox1.FrameLineThickness = 1;
|
this.groupBoxInspection.FrameLineThickness = 1;
|
||||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxInspection.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.smartGroupBox1.Image = null;
|
this.groupBoxInspection.Image = null;
|
||||||
this.smartGroupBox1.InitVisible = true;
|
this.groupBoxInspection.InitVisible = true;
|
||||||
this.smartGroupBox1.Location = new System.Drawing.Point(0, 73);
|
this.groupBoxInspection.Location = new System.Drawing.Point(0, 73);
|
||||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
this.groupBoxInspection.Name = "groupBoxInspection";
|
||||||
this.smartGroupBox1.RoundRadius = 5;
|
this.groupBoxInspection.RoundRadius = 5;
|
||||||
this.smartGroupBox1.Size = new System.Drawing.Size(341, 587);
|
this.groupBoxInspection.Size = new System.Drawing.Size(341, 587);
|
||||||
this.smartGroupBox1.TabIndex = 3;
|
this.groupBoxInspection.TabIndex = 3;
|
||||||
this.smartGroupBox1.Text = "Inspection";
|
this.groupBoxInspection.Text = "Inspection";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.groupBoxInspection.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// treeViewInspection
|
// treeViewInspection
|
||||||
//
|
//
|
||||||
|
@ -188,7 +188,7 @@
|
||||||
this.labelInspectionFileCount.BackPictureBox2 = null;
|
this.labelInspectionFileCount.BackPictureBox2 = null;
|
||||||
this.labelInspectionFileCount.BorderColor = System.Drawing.Color.Black;
|
this.labelInspectionFileCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInspectionFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelInspectionFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInspectionFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelInspectionFileCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelInspectionFileCount.InitVisible = true;
|
this.labelInspectionFileCount.InitVisible = true;
|
||||||
this.labelInspectionFileCount.LineSpacing = 0F;
|
this.labelInspectionFileCount.LineSpacing = 0F;
|
||||||
this.labelInspectionFileCount.Location = new System.Drawing.Point(46, 26);
|
this.labelInspectionFileCount.Location = new System.Drawing.Point(46, 26);
|
||||||
|
@ -200,27 +200,27 @@
|
||||||
this.labelInspectionFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelInspectionFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInspectionFileCount.Wordwrap = false;
|
this.labelInspectionFileCount.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartGroupBox2
|
// groupBoxHistory
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackPictureBox = null;
|
this.groupBoxHistory.BackPictureBox = null;
|
||||||
this.smartGroupBox2.BackPictureBox1 = null;
|
this.groupBoxHistory.BackPictureBox1 = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.treeViewHistory);
|
this.groupBoxHistory.Controls.Add(this.treeViewHistory);
|
||||||
this.smartGroupBox2.Controls.Add(this.buttonHistoryBackup);
|
this.groupBoxHistory.Controls.Add(this.buttonHistoryBackup);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelHistoryFileCount);
|
this.groupBoxHistory.Controls.Add(this.labelHistoryFileCount);
|
||||||
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.groupBoxHistory.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxHistory.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxHistory.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineThickness = 1;
|
this.groupBoxHistory.FrameLineThickness = 1;
|
||||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxHistory.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.smartGroupBox2.Image = null;
|
this.groupBoxHistory.Image = null;
|
||||||
this.smartGroupBox2.InitVisible = true;
|
this.groupBoxHistory.InitVisible = true;
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(341, 73);
|
this.groupBoxHistory.Location = new System.Drawing.Point(341, 73);
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.groupBoxHistory.Name = "groupBoxHistory";
|
||||||
this.smartGroupBox2.RoundRadius = 5;
|
this.groupBoxHistory.RoundRadius = 5;
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(342, 587);
|
this.groupBoxHistory.Size = new System.Drawing.Size(342, 587);
|
||||||
this.smartGroupBox2.TabIndex = 4;
|
this.groupBoxHistory.TabIndex = 4;
|
||||||
this.smartGroupBox2.Text = "History";
|
this.groupBoxHistory.Text = "History";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
this.groupBoxHistory.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// treeViewHistory
|
// treeViewHistory
|
||||||
//
|
//
|
||||||
|
@ -269,7 +269,7 @@
|
||||||
this.labelHistoryFileCount.BackPictureBox2 = null;
|
this.labelHistoryFileCount.BackPictureBox2 = null;
|
||||||
this.labelHistoryFileCount.BorderColor = System.Drawing.Color.Black;
|
this.labelHistoryFileCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelHistoryFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelHistoryFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelHistoryFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelHistoryFileCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHistoryFileCount.InitVisible = true;
|
this.labelHistoryFileCount.InitVisible = true;
|
||||||
this.labelHistoryFileCount.LineSpacing = 0F;
|
this.labelHistoryFileCount.LineSpacing = 0F;
|
||||||
this.labelHistoryFileCount.Location = new System.Drawing.Point(46, 26);
|
this.labelHistoryFileCount.Location = new System.Drawing.Point(46, 26);
|
||||||
|
@ -325,27 +325,27 @@
|
||||||
//
|
//
|
||||||
this.timerFileCopy.Tick += new System.EventHandler(this.timerFileCopy_Tick);
|
this.timerFileCopy.Tick += new System.EventHandler(this.timerFileCopy_Tick);
|
||||||
//
|
//
|
||||||
// smartGroupBox3
|
// groupBoxOthers
|
||||||
//
|
//
|
||||||
this.smartGroupBox3.BackPictureBox = null;
|
this.groupBoxOthers.BackPictureBox = null;
|
||||||
this.smartGroupBox3.BackPictureBox1 = null;
|
this.groupBoxOthers.BackPictureBox1 = null;
|
||||||
this.smartGroupBox3.Controls.Add(this.listBoxOther);
|
this.groupBoxOthers.Controls.Add(this.listBoxOther);
|
||||||
this.smartGroupBox3.Controls.Add(this.buttonOtherBackup);
|
this.groupBoxOthers.Controls.Add(this.buttonOtherBackup);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelOtherFileCount);
|
this.groupBoxOthers.Controls.Add(this.labelOtherFileCount);
|
||||||
this.smartGroupBox3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.groupBoxOthers.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxOthers.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxOthers.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox3.FrameLineThickness = 1;
|
this.groupBoxOthers.FrameLineThickness = 1;
|
||||||
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxOthers.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.smartGroupBox3.Image = null;
|
this.groupBoxOthers.Image = null;
|
||||||
this.smartGroupBox3.InitVisible = true;
|
this.groupBoxOthers.InitVisible = true;
|
||||||
this.smartGroupBox3.Location = new System.Drawing.Point(683, 73);
|
this.groupBoxOthers.Location = new System.Drawing.Point(683, 73);
|
||||||
this.smartGroupBox3.Name = "smartGroupBox3";
|
this.groupBoxOthers.Name = "groupBoxOthers";
|
||||||
this.smartGroupBox3.RoundRadius = 5;
|
this.groupBoxOthers.RoundRadius = 5;
|
||||||
this.smartGroupBox3.Size = new System.Drawing.Size(341, 587);
|
this.groupBoxOthers.Size = new System.Drawing.Size(341, 587);
|
||||||
this.smartGroupBox3.TabIndex = 5;
|
this.groupBoxOthers.TabIndex = 5;
|
||||||
this.smartGroupBox3.Text = "Other";
|
this.groupBoxOthers.Text = "Others";
|
||||||
this.smartGroupBox3.TextColor = System.Drawing.Color.Black;
|
this.groupBoxOthers.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// listBoxOther
|
// listBoxOther
|
||||||
//
|
//
|
||||||
|
@ -392,7 +392,7 @@
|
||||||
this.labelOtherFileCount.BackPictureBox2 = null;
|
this.labelOtherFileCount.BackPictureBox2 = null;
|
||||||
this.labelOtherFileCount.BorderColor = System.Drawing.Color.Black;
|
this.labelOtherFileCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelOtherFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelOtherFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelOtherFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelOtherFileCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelOtherFileCount.InitVisible = true;
|
this.labelOtherFileCount.InitVisible = true;
|
||||||
this.labelOtherFileCount.LineSpacing = 0F;
|
this.labelOtherFileCount.LineSpacing = 0F;
|
||||||
this.labelOtherFileCount.Location = new System.Drawing.Point(46, 26);
|
this.labelOtherFileCount.Location = new System.Drawing.Point(46, 26);
|
||||||
|
@ -410,20 +410,20 @@
|
||||||
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.smartGroupBox3);
|
this.Controls.Add(this.groupBoxOthers);
|
||||||
this.Controls.Add(this.labelPercentage);
|
this.Controls.Add(this.labelPercentage);
|
||||||
this.Controls.Add(this.labelFileName);
|
this.Controls.Add(this.labelFileName);
|
||||||
this.Controls.Add(this.smartGroupBox2);
|
this.Controls.Add(this.groupBoxHistory);
|
||||||
this.Controls.Add(this.smartGroupBox1);
|
this.Controls.Add(this.groupBoxInspection);
|
||||||
this.Controls.Add(this.buttonBack);
|
this.Controls.Add(this.buttonBack);
|
||||||
this.Controls.Add(this.labelTitle);
|
this.Controls.Add(this.labelTitle);
|
||||||
this.Controls.Add(this.smartForm1);
|
this.Controls.Add(this.smartForm1);
|
||||||
this.Name = "FormDataBackup_Part11";
|
this.Name = "FormDataBackup_Part11";
|
||||||
this.Text = "FormDataBackup_Part11";
|
this.Text = "FormDataBackup_Part11";
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||||
this.smartGroupBox1.ResumeLayout(false);
|
this.groupBoxInspection.ResumeLayout(false);
|
||||||
this.smartGroupBox2.ResumeLayout(false);
|
this.groupBoxHistory.ResumeLayout(false);
|
||||||
this.smartGroupBox3.ResumeLayout(false);
|
this.groupBoxOthers.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -433,8 +433,8 @@
|
||||||
private SmartX.SmartForm smartForm1;
|
private SmartX.SmartForm smartForm1;
|
||||||
private SmartX.SmartLabel labelTitle;
|
private SmartX.SmartLabel labelTitle;
|
||||||
private SmartX.SmartButton buttonBack;
|
private SmartX.SmartButton buttonBack;
|
||||||
private SmartX.SmartGroupBox smartGroupBox1;
|
private SmartX.SmartGroupBox groupBoxInspection;
|
||||||
private SmartX.SmartGroupBox smartGroupBox2;
|
private SmartX.SmartGroupBox groupBoxHistory;
|
||||||
private SmartX.SmartLabel labelInspectionFileCount;
|
private SmartX.SmartLabel labelInspectionFileCount;
|
||||||
private SmartX.SmartButton buttonInspectionBackup;
|
private SmartX.SmartButton buttonInspectionBackup;
|
||||||
private SmartX.SmartLabel labelHistoryFileCount;
|
private SmartX.SmartLabel labelHistoryFileCount;
|
||||||
|
@ -445,7 +445,7 @@
|
||||||
private SmartX.SmartLabel labelPercentage;
|
private SmartX.SmartLabel labelPercentage;
|
||||||
private System.Windows.Forms.Timer timerEncryption;
|
private System.Windows.Forms.Timer timerEncryption;
|
||||||
private System.Windows.Forms.Timer timerFileCopy;
|
private System.Windows.Forms.Timer timerFileCopy;
|
||||||
private SmartX.SmartGroupBox smartGroupBox3;
|
private SmartX.SmartGroupBox groupBoxOthers;
|
||||||
private SmartX.SmartButton buttonOtherBackup;
|
private SmartX.SmartButton buttonOtherBackup;
|
||||||
private SmartX.SmartLabel labelOtherFileCount;
|
private SmartX.SmartLabel labelOtherFileCount;
|
||||||
private System.Windows.Forms.ListBox listBoxOther;
|
private System.Windows.Forms.ListBox listBoxOther;
|
||||||
|
|
|
@ -88,6 +88,10 @@ namespace INT63DC_6CH.Forms
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Datensicherung";
|
this.labelTitle.Text = "Datensicherung";
|
||||||
|
|
||||||
|
this.groupBoxInspection.Text = "Urteilsprotokoll";
|
||||||
|
this.groupBoxHistory.Text = "Verlaufsprotokoll";
|
||||||
|
this.groupBoxOthers.Text = "Andere";
|
||||||
|
|
||||||
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));
|
||||||
|
|
|
@ -171,6 +171,56 @@ namespace INT63DC_6CH.Forms
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Statistik";
|
this.labelTitle.Text = "Statistik";
|
||||||
|
|
||||||
|
this.labelTitleInformation.Text = "Information";
|
||||||
|
this.labelTitleName.Text = "Name";
|
||||||
|
this.labelTitleLOT.Text = "Chargen";
|
||||||
|
this.labelTitleStartTime.Text = "Startzeit";
|
||||||
|
this.labelTitleEndTime.Text = "Endzeit";
|
||||||
|
|
||||||
|
this.labelTitleRange.Text = "Reichweite[g]";
|
||||||
|
this.labelTitleRangeOver.Text = "Max.";
|
||||||
|
this.labelTitleRangePass.Text = "Bestehen";
|
||||||
|
this.labelTitleRangeUnder.Text = "Min.";
|
||||||
|
this.labelTitleRangeTare.Text = "Tara";
|
||||||
|
|
||||||
|
this.labelTitleAllCnt.Text = "Zahl[ea/%]";
|
||||||
|
this.labelTitleAllCntOver.Text = "Max.";
|
||||||
|
this.labelTitleAllCntPass.Text = "Bestehen";
|
||||||
|
this.labelTitleAllCntUnder.Text = "Min. ";
|
||||||
|
this.labelTitleAllCntExng.Font = new Font("새굴림", 8, FontStyle.Bold);
|
||||||
|
this.labelTitleAllCntExng.Text = "Andere Schlecht";
|
||||||
|
this.labelTitleAllCntTotalNg.Text = "Schlecht";
|
||||||
|
this.labelTitleAllCntTotal.Text = "Insgesamt";
|
||||||
|
|
||||||
|
this.labelTitleAllSumWeight.Text = "Summe[kg]";
|
||||||
|
this.labelTitleAllSumWeightOver.Text = "Max.";
|
||||||
|
this.labelTitleAllSumWeightUnder.Text = "Min.";
|
||||||
|
|
||||||
|
this.labelTitleAllPass.Text = "Summe(Bestehen)[g]";
|
||||||
|
this.labelTitleAllPassAverage.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||||
|
this.labelTitleAllPassAverage.Text = "Durchschnitt";
|
||||||
|
this.labelTitleAllPassSd.Text = "SD";
|
||||||
|
|
||||||
|
this.labelTitlePassCnt.Font = new Font("새굴림", 8, FontStyle.Bold);
|
||||||
|
this.labelTitlePassCnt.Text = "Bestehen/Zahl[ea]";
|
||||||
|
this.labelTitlePassAverage.Text = "Durchschnitt[g]";
|
||||||
|
this.labelTitlePassPercentage.Text = "Prozentsatz[%]";
|
||||||
|
this.labelTitlePassSd.Text = "SD[g]";
|
||||||
|
this.labelTitlePassMinWeight.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||||
|
this.labelTitlePassMinWeight.Text = "Min(Gewicht)[g]";
|
||||||
|
this.labelTitlePassMaxWeight.Font = new Font("새굴림", 9, FontStyle.Bold);
|
||||||
|
this.labelTitlePassMaxWeight.Text = "Max(Gewicht)[g]";
|
||||||
|
this.labelTitleOverCnt.Text = "Max./Zahl[ea]";
|
||||||
|
this.labelTitleOverSumWeight.Text = "Kumulatives[kg]";
|
||||||
|
this.labelTitleOverPercentage.Text = "Prozentsatz[%]";
|
||||||
|
this.labelTitleUnderCnt.Text = "Min./Zahl[ea]";
|
||||||
|
this.labelTitleUnderSumWeight.Text = "Kumulatives[kg]";
|
||||||
|
this.labelTitleUnderPercentage.Text = "Prozentsatz[%]";
|
||||||
|
this.labelTitleExngCnt.Text = "A.S./Zahl[ea]";
|
||||||
|
this.labelTitleExngPercentage.Text = "Prozentsatz[%]";
|
||||||
|
this.labelTitleTotalCnt.Text = "Insgesamt[ea]";
|
||||||
|
this.labelTitleTotalNgCnt.Text = "Schlecht[ea]";
|
||||||
|
|
||||||
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDisable));
|
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDisable));
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDown));
|
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDown));
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveUp));
|
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveUp));
|
||||||
|
|
|
@ -273,9 +273,9 @@
|
||||||
this.labelPassRange = new SmartX.SmartLabel();
|
this.labelPassRange = new SmartX.SmartLabel();
|
||||||
this.labelOverRange = new SmartX.SmartLabel();
|
this.labelOverRange = new SmartX.SmartLabel();
|
||||||
this.labelProductName = new SmartX.SmartLabel();
|
this.labelProductName = new SmartX.SmartLabel();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.labelTitleName = new SmartX.SmartLabel();
|
||||||
this.labelTitleRangeTare = new SmartX.SmartLabel();
|
this.labelTitleRangeTare = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelTitleLOT = new SmartX.SmartLabel();
|
||||||
this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
|
||||||
this.labelTitleRangeUnder = new SmartX.SmartLabel();
|
this.labelTitleRangeUnder = new SmartX.SmartLabel();
|
||||||
this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine();
|
||||||
|
@ -617,9 +617,9 @@
|
||||||
this.smartGroupBox2.Controls.Add(this.labelPassRange);
|
this.smartGroupBox2.Controls.Add(this.labelPassRange);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelOverRange);
|
this.smartGroupBox2.Controls.Add(this.labelOverRange);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelProductName);
|
this.smartGroupBox2.Controls.Add(this.labelProductName);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel1);
|
this.smartGroupBox2.Controls.Add(this.labelTitleName);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelTitleRangeTare);
|
this.smartGroupBox2.Controls.Add(this.labelTitleRangeTare);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel2);
|
this.smartGroupBox2.Controls.Add(this.labelTitleLOT);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartSeparatorLine4);
|
this.smartGroupBox2.Controls.Add(this.smartSeparatorLine4);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelTitleRangeUnder);
|
this.smartGroupBox2.Controls.Add(this.labelTitleRangeUnder);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartSeparatorLine3);
|
this.smartGroupBox2.Controls.Add(this.smartSeparatorLine3);
|
||||||
|
@ -4826,7 +4826,7 @@
|
||||||
this.labelTitleAllSumWeight.LineSpacing = 0F;
|
this.labelTitleAllSumWeight.LineSpacing = 0F;
|
||||||
this.labelTitleAllSumWeight.Location = new System.Drawing.Point(816, 10);
|
this.labelTitleAllSumWeight.Location = new System.Drawing.Point(816, 10);
|
||||||
this.labelTitleAllSumWeight.Name = "labelTitleAllSumWeight";
|
this.labelTitleAllSumWeight.Name = "labelTitleAllSumWeight";
|
||||||
this.labelTitleAllSumWeight.Size = new System.Drawing.Size(181, 20);
|
this.labelTitleAllSumWeight.Size = new System.Drawing.Size(188, 20);
|
||||||
this.labelTitleAllSumWeight.TabIndex = 122;
|
this.labelTitleAllSumWeight.TabIndex = 122;
|
||||||
this.labelTitleAllSumWeight.Text = "Sum weight[kg]";
|
this.labelTitleAllSumWeight.Text = "Sum weight[kg]";
|
||||||
this.labelTitleAllSumWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllSumWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -4847,7 +4847,7 @@
|
||||||
this.labelTitleAllPass.LineSpacing = 0F;
|
this.labelTitleAllPass.LineSpacing = 0F;
|
||||||
this.labelTitleAllPass.Location = new System.Drawing.Point(817, 92);
|
this.labelTitleAllPass.Location = new System.Drawing.Point(817, 92);
|
||||||
this.labelTitleAllPass.Name = "labelTitleAllPass";
|
this.labelTitleAllPass.Name = "labelTitleAllPass";
|
||||||
this.labelTitleAllPass.Size = new System.Drawing.Size(170, 20);
|
this.labelTitleAllPass.Size = new System.Drawing.Size(191, 20);
|
||||||
this.labelTitleAllPass.TabIndex = 120;
|
this.labelTitleAllPass.TabIndex = 120;
|
||||||
this.labelTitleAllPass.Text = "Pass[g]";
|
this.labelTitleAllPass.Text = "Pass[g]";
|
||||||
this.labelTitleAllPass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllPass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -4865,7 +4865,7 @@
|
||||||
this.labelTotalOverSumWeight.ForeColor = System.Drawing.Color.Black;
|
this.labelTotalOverSumWeight.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalOverSumWeight.InitVisible = true;
|
this.labelTotalOverSumWeight.InitVisible = true;
|
||||||
this.labelTotalOverSumWeight.LineSpacing = 0F;
|
this.labelTotalOverSumWeight.LineSpacing = 0F;
|
||||||
this.labelTotalOverSumWeight.Location = new System.Drawing.Point(892, 36);
|
this.labelTotalOverSumWeight.Location = new System.Drawing.Point(897, 36);
|
||||||
this.labelTotalOverSumWeight.Name = "labelTotalOverSumWeight";
|
this.labelTotalOverSumWeight.Name = "labelTotalOverSumWeight";
|
||||||
this.labelTotalOverSumWeight.Size = new System.Drawing.Size(115, 20);
|
this.labelTotalOverSumWeight.Size = new System.Drawing.Size(115, 20);
|
||||||
this.labelTotalOverSumWeight.TabIndex = 117;
|
this.labelTotalOverSumWeight.TabIndex = 117;
|
||||||
|
@ -4886,9 +4886,9 @@
|
||||||
this.labelTitleAllSumWeightOver.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllSumWeightOver.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllSumWeightOver.InitVisible = true;
|
this.labelTitleAllSumWeightOver.InitVisible = true;
|
||||||
this.labelTitleAllSumWeightOver.LineSpacing = 0F;
|
this.labelTitleAllSumWeightOver.LineSpacing = 0F;
|
||||||
this.labelTitleAllSumWeightOver.Location = new System.Drawing.Point(816, 36);
|
this.labelTitleAllSumWeightOver.Location = new System.Drawing.Point(809, 36);
|
||||||
this.labelTitleAllSumWeightOver.Name = "labelTitleAllSumWeightOver";
|
this.labelTitleAllSumWeightOver.Name = "labelTitleAllSumWeightOver";
|
||||||
this.labelTitleAllSumWeightOver.Size = new System.Drawing.Size(70, 20);
|
this.labelTitleAllSumWeightOver.Size = new System.Drawing.Size(80, 20);
|
||||||
this.labelTitleAllSumWeightOver.TabIndex = 116;
|
this.labelTitleAllSumWeightOver.TabIndex = 116;
|
||||||
this.labelTitleAllSumWeightOver.Text = "Over";
|
this.labelTitleAllSumWeightOver.Text = "Over";
|
||||||
this.labelTitleAllSumWeightOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllSumWeightOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -4906,7 +4906,7 @@
|
||||||
this.labelTotalPassStandardDeviation.ForeColor = System.Drawing.Color.Black;
|
this.labelTotalPassStandardDeviation.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalPassStandardDeviation.InitVisible = true;
|
this.labelTotalPassStandardDeviation.InitVisible = true;
|
||||||
this.labelTotalPassStandardDeviation.LineSpacing = 0F;
|
this.labelTotalPassStandardDeviation.LineSpacing = 0F;
|
||||||
this.labelTotalPassStandardDeviation.Location = new System.Drawing.Point(892, 144);
|
this.labelTotalPassStandardDeviation.Location = new System.Drawing.Point(897, 144);
|
||||||
this.labelTotalPassStandardDeviation.Name = "labelTotalPassStandardDeviation";
|
this.labelTotalPassStandardDeviation.Name = "labelTotalPassStandardDeviation";
|
||||||
this.labelTotalPassStandardDeviation.Size = new System.Drawing.Size(115, 20);
|
this.labelTotalPassStandardDeviation.Size = new System.Drawing.Size(115, 20);
|
||||||
this.labelTotalPassStandardDeviation.TabIndex = 115;
|
this.labelTotalPassStandardDeviation.TabIndex = 115;
|
||||||
|
@ -4927,9 +4927,9 @@
|
||||||
this.labelTitleAllPassSd.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllPassSd.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllPassSd.InitVisible = true;
|
this.labelTitleAllPassSd.InitVisible = true;
|
||||||
this.labelTitleAllPassSd.LineSpacing = 0F;
|
this.labelTitleAllPassSd.LineSpacing = 0F;
|
||||||
this.labelTitleAllPassSd.Location = new System.Drawing.Point(816, 144);
|
this.labelTitleAllPassSd.Location = new System.Drawing.Point(809, 144);
|
||||||
this.labelTitleAllPassSd.Name = "labelTitleAllPassSd";
|
this.labelTitleAllPassSd.Name = "labelTitleAllPassSd";
|
||||||
this.labelTitleAllPassSd.Size = new System.Drawing.Size(70, 20);
|
this.labelTitleAllPassSd.Size = new System.Drawing.Size(80, 20);
|
||||||
this.labelTitleAllPassSd.TabIndex = 114;
|
this.labelTitleAllPassSd.TabIndex = 114;
|
||||||
this.labelTitleAllPassSd.Text = "SD";
|
this.labelTitleAllPassSd.Text = "SD";
|
||||||
this.labelTitleAllPassSd.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllPassSd.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -4947,7 +4947,7 @@
|
||||||
this.labelTotalPassAverage.ForeColor = System.Drawing.Color.Black;
|
this.labelTotalPassAverage.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalPassAverage.InitVisible = true;
|
this.labelTotalPassAverage.InitVisible = true;
|
||||||
this.labelTotalPassAverage.LineSpacing = 0F;
|
this.labelTotalPassAverage.LineSpacing = 0F;
|
||||||
this.labelTotalPassAverage.Location = new System.Drawing.Point(892, 118);
|
this.labelTotalPassAverage.Location = new System.Drawing.Point(897, 118);
|
||||||
this.labelTotalPassAverage.Name = "labelTotalPassAverage";
|
this.labelTotalPassAverage.Name = "labelTotalPassAverage";
|
||||||
this.labelTotalPassAverage.Size = new System.Drawing.Size(115, 20);
|
this.labelTotalPassAverage.Size = new System.Drawing.Size(115, 20);
|
||||||
this.labelTotalPassAverage.TabIndex = 113;
|
this.labelTotalPassAverage.TabIndex = 113;
|
||||||
|
@ -4968,9 +4968,9 @@
|
||||||
this.labelTitleAllPassAverage.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllPassAverage.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllPassAverage.InitVisible = true;
|
this.labelTitleAllPassAverage.InitVisible = true;
|
||||||
this.labelTitleAllPassAverage.LineSpacing = 0F;
|
this.labelTitleAllPassAverage.LineSpacing = 0F;
|
||||||
this.labelTitleAllPassAverage.Location = new System.Drawing.Point(816, 118);
|
this.labelTitleAllPassAverage.Location = new System.Drawing.Point(809, 118);
|
||||||
this.labelTitleAllPassAverage.Name = "labelTitleAllPassAverage";
|
this.labelTitleAllPassAverage.Name = "labelTitleAllPassAverage";
|
||||||
this.labelTitleAllPassAverage.Size = new System.Drawing.Size(70, 20);
|
this.labelTitleAllPassAverage.Size = new System.Drawing.Size(80, 20);
|
||||||
this.labelTitleAllPassAverage.TabIndex = 112;
|
this.labelTitleAllPassAverage.TabIndex = 112;
|
||||||
this.labelTitleAllPassAverage.Text = "Average";
|
this.labelTitleAllPassAverage.Text = "Average";
|
||||||
this.labelTitleAllPassAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllPassAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -4988,7 +4988,7 @@
|
||||||
this.labelTotalUnderSumWeight.ForeColor = System.Drawing.Color.Black;
|
this.labelTotalUnderSumWeight.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalUnderSumWeight.InitVisible = true;
|
this.labelTotalUnderSumWeight.InitVisible = true;
|
||||||
this.labelTotalUnderSumWeight.LineSpacing = 0F;
|
this.labelTotalUnderSumWeight.LineSpacing = 0F;
|
||||||
this.labelTotalUnderSumWeight.Location = new System.Drawing.Point(892, 62);
|
this.labelTotalUnderSumWeight.Location = new System.Drawing.Point(897, 62);
|
||||||
this.labelTotalUnderSumWeight.Name = "labelTotalUnderSumWeight";
|
this.labelTotalUnderSumWeight.Name = "labelTotalUnderSumWeight";
|
||||||
this.labelTotalUnderSumWeight.Size = new System.Drawing.Size(115, 20);
|
this.labelTotalUnderSumWeight.Size = new System.Drawing.Size(115, 20);
|
||||||
this.labelTotalUnderSumWeight.TabIndex = 119;
|
this.labelTotalUnderSumWeight.TabIndex = 119;
|
||||||
|
@ -5009,9 +5009,9 @@
|
||||||
this.labelTitleAllSumWeightUnder.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllSumWeightUnder.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllSumWeightUnder.InitVisible = true;
|
this.labelTitleAllSumWeightUnder.InitVisible = true;
|
||||||
this.labelTitleAllSumWeightUnder.LineSpacing = 0F;
|
this.labelTitleAllSumWeightUnder.LineSpacing = 0F;
|
||||||
this.labelTitleAllSumWeightUnder.Location = new System.Drawing.Point(816, 62);
|
this.labelTitleAllSumWeightUnder.Location = new System.Drawing.Point(809, 62);
|
||||||
this.labelTitleAllSumWeightUnder.Name = "labelTitleAllSumWeightUnder";
|
this.labelTitleAllSumWeightUnder.Name = "labelTitleAllSumWeightUnder";
|
||||||
this.labelTitleAllSumWeightUnder.Size = new System.Drawing.Size(70, 20);
|
this.labelTitleAllSumWeightUnder.Size = new System.Drawing.Size(80, 20);
|
||||||
this.labelTitleAllSumWeightUnder.TabIndex = 118;
|
this.labelTitleAllSumWeightUnder.TabIndex = 118;
|
||||||
this.labelTitleAllSumWeightUnder.Text = "Under";
|
this.labelTitleAllSumWeightUnder.Text = "Under";
|
||||||
this.labelTitleAllSumWeightUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllSumWeightUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5029,7 +5029,7 @@
|
||||||
this.labelTotalNGCount.ForeColor = System.Drawing.Color.Black;
|
this.labelTotalNGCount.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalNGCount.InitVisible = true;
|
this.labelTotalNGCount.InitVisible = true;
|
||||||
this.labelTotalNGCount.LineSpacing = 0F;
|
this.labelTotalNGCount.LineSpacing = 0F;
|
||||||
this.labelTotalNGCount.Location = new System.Drawing.Point(677, 36);
|
this.labelTotalNGCount.Location = new System.Drawing.Point(683, 36);
|
||||||
this.labelTotalNGCount.Name = "labelTotalNGCount";
|
this.labelTotalNGCount.Name = "labelTotalNGCount";
|
||||||
this.labelTotalNGCount.Size = new System.Drawing.Size(115, 20);
|
this.labelTotalNGCount.Size = new System.Drawing.Size(115, 20);
|
||||||
this.labelTotalNGCount.TabIndex = 45;
|
this.labelTotalNGCount.TabIndex = 45;
|
||||||
|
@ -5052,7 +5052,7 @@
|
||||||
this.labelTitleAllCntTotalNg.LineSpacing = 0F;
|
this.labelTitleAllCntTotalNg.LineSpacing = 0F;
|
||||||
this.labelTitleAllCntTotalNg.Location = new System.Drawing.Point(601, 36);
|
this.labelTitleAllCntTotalNg.Location = new System.Drawing.Point(601, 36);
|
||||||
this.labelTitleAllCntTotalNg.Name = "labelTitleAllCntTotalNg";
|
this.labelTitleAllCntTotalNg.Name = "labelTitleAllCntTotalNg";
|
||||||
this.labelTitleAllCntTotalNg.Size = new System.Drawing.Size(70, 20);
|
this.labelTitleAllCntTotalNg.Size = new System.Drawing.Size(80, 20);
|
||||||
this.labelTitleAllCntTotalNg.TabIndex = 44;
|
this.labelTitleAllCntTotalNg.TabIndex = 44;
|
||||||
this.labelTitleAllCntTotalNg.Text = "NG Total";
|
this.labelTitleAllCntTotalNg.Text = "NG Total";
|
||||||
this.labelTitleAllCntTotalNg.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllCntTotalNg.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5091,9 +5091,9 @@
|
||||||
this.labelTitleAllCntExng.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllCntExng.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllCntExng.InitVisible = true;
|
this.labelTitleAllCntExng.InitVisible = true;
|
||||||
this.labelTitleAllCntExng.LineSpacing = 0F;
|
this.labelTitleAllCntExng.LineSpacing = 0F;
|
||||||
this.labelTitleAllCntExng.Location = new System.Drawing.Point(414, 114);
|
this.labelTitleAllCntExng.Location = new System.Drawing.Point(406, 114);
|
||||||
this.labelTitleAllCntExng.Name = "labelTitleAllCntExng";
|
this.labelTitleAllCntExng.Name = "labelTitleAllCntExng";
|
||||||
this.labelTitleAllCntExng.Size = new System.Drawing.Size(60, 20);
|
this.labelTitleAllCntExng.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleAllCntExng.TabIndex = 42;
|
this.labelTitleAllCntExng.TabIndex = 42;
|
||||||
this.labelTitleAllCntExng.Text = "ExNg";
|
this.labelTitleAllCntExng.Text = "ExNg";
|
||||||
this.labelTitleAllCntExng.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllCntExng.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5171,7 +5171,7 @@
|
||||||
this.labelTotalCount.ForeColor = System.Drawing.Color.Black;
|
this.labelTotalCount.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTotalCount.InitVisible = true;
|
this.labelTotalCount.InitVisible = true;
|
||||||
this.labelTotalCount.LineSpacing = 0F;
|
this.labelTotalCount.LineSpacing = 0F;
|
||||||
this.labelTotalCount.Location = new System.Drawing.Point(677, 62);
|
this.labelTotalCount.Location = new System.Drawing.Point(683, 62);
|
||||||
this.labelTotalCount.Name = "labelTotalCount";
|
this.labelTotalCount.Name = "labelTotalCount";
|
||||||
this.labelTotalCount.Size = new System.Drawing.Size(115, 20);
|
this.labelTotalCount.Size = new System.Drawing.Size(115, 20);
|
||||||
this.labelTotalCount.TabIndex = 41;
|
this.labelTotalCount.TabIndex = 41;
|
||||||
|
@ -5192,9 +5192,9 @@
|
||||||
this.labelTitleAllCntUnder.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllCntUnder.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllCntUnder.InitVisible = true;
|
this.labelTitleAllCntUnder.InitVisible = true;
|
||||||
this.labelTitleAllCntUnder.LineSpacing = 0F;
|
this.labelTitleAllCntUnder.LineSpacing = 0F;
|
||||||
this.labelTitleAllCntUnder.Location = new System.Drawing.Point(414, 88);
|
this.labelTitleAllCntUnder.Location = new System.Drawing.Point(406, 88);
|
||||||
this.labelTitleAllCntUnder.Name = "labelTitleAllCntUnder";
|
this.labelTitleAllCntUnder.Name = "labelTitleAllCntUnder";
|
||||||
this.labelTitleAllCntUnder.Size = new System.Drawing.Size(60, 20);
|
this.labelTitleAllCntUnder.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleAllCntUnder.TabIndex = 38;
|
this.labelTitleAllCntUnder.TabIndex = 38;
|
||||||
this.labelTitleAllCntUnder.Text = "Under";
|
this.labelTitleAllCntUnder.Text = "Under";
|
||||||
this.labelTitleAllCntUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllCntUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5213,9 +5213,9 @@
|
||||||
this.labelTitleAllCntOver.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllCntOver.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllCntOver.InitVisible = true;
|
this.labelTitleAllCntOver.InitVisible = true;
|
||||||
this.labelTitleAllCntOver.LineSpacing = 0F;
|
this.labelTitleAllCntOver.LineSpacing = 0F;
|
||||||
this.labelTitleAllCntOver.Location = new System.Drawing.Point(414, 36);
|
this.labelTitleAllCntOver.Location = new System.Drawing.Point(406, 36);
|
||||||
this.labelTitleAllCntOver.Name = "labelTitleAllCntOver";
|
this.labelTitleAllCntOver.Name = "labelTitleAllCntOver";
|
||||||
this.labelTitleAllCntOver.Size = new System.Drawing.Size(60, 20);
|
this.labelTitleAllCntOver.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleAllCntOver.TabIndex = 37;
|
this.labelTitleAllCntOver.TabIndex = 37;
|
||||||
this.labelTitleAllCntOver.Text = "Over";
|
this.labelTitleAllCntOver.Text = "Over";
|
||||||
this.labelTitleAllCntOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllCntOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5234,9 +5234,9 @@
|
||||||
this.labelTitleAllCntPass.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleAllCntPass.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleAllCntPass.InitVisible = true;
|
this.labelTitleAllCntPass.InitVisible = true;
|
||||||
this.labelTitleAllCntPass.LineSpacing = 0F;
|
this.labelTitleAllCntPass.LineSpacing = 0F;
|
||||||
this.labelTitleAllCntPass.Location = new System.Drawing.Point(414, 62);
|
this.labelTitleAllCntPass.Location = new System.Drawing.Point(406, 62);
|
||||||
this.labelTitleAllCntPass.Name = "labelTitleAllCntPass";
|
this.labelTitleAllCntPass.Name = "labelTitleAllCntPass";
|
||||||
this.labelTitleAllCntPass.Size = new System.Drawing.Size(60, 20);
|
this.labelTitleAllCntPass.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleAllCntPass.TabIndex = 36;
|
this.labelTitleAllCntPass.TabIndex = 36;
|
||||||
this.labelTitleAllCntPass.Text = "Pass";
|
this.labelTitleAllCntPass.Text = "Pass";
|
||||||
this.labelTitleAllCntPass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllCntPass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5257,7 +5257,7 @@
|
||||||
this.labelTitleAllCntTotal.LineSpacing = 0F;
|
this.labelTitleAllCntTotal.LineSpacing = 0F;
|
||||||
this.labelTitleAllCntTotal.Location = new System.Drawing.Point(601, 62);
|
this.labelTitleAllCntTotal.Location = new System.Drawing.Point(601, 62);
|
||||||
this.labelTitleAllCntTotal.Name = "labelTitleAllCntTotal";
|
this.labelTitleAllCntTotal.Name = "labelTitleAllCntTotal";
|
||||||
this.labelTitleAllCntTotal.Size = new System.Drawing.Size(70, 20);
|
this.labelTitleAllCntTotal.Size = new System.Drawing.Size(80, 20);
|
||||||
this.labelTitleAllCntTotal.TabIndex = 35;
|
this.labelTitleAllCntTotal.TabIndex = 35;
|
||||||
this.labelTitleAllCntTotal.Text = "Total";
|
this.labelTitleAllCntTotal.Text = "Total";
|
||||||
this.labelTitleAllCntTotal.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAllCntTotal.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5311,7 +5311,7 @@
|
||||||
this.labelEndTime.ForeColor = System.Drawing.Color.Black;
|
this.labelEndTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelEndTime.InitVisible = true;
|
this.labelEndTime.InitVisible = true;
|
||||||
this.labelEndTime.LineSpacing = 0F;
|
this.labelEndTime.LineSpacing = 0F;
|
||||||
this.labelEndTime.Location = new System.Drawing.Point(100, 114);
|
this.labelEndTime.Location = new System.Drawing.Point(102, 114);
|
||||||
this.labelEndTime.Name = "labelEndTime";
|
this.labelEndTime.Name = "labelEndTime";
|
||||||
this.labelEndTime.Size = new System.Drawing.Size(160, 20);
|
this.labelEndTime.Size = new System.Drawing.Size(160, 20);
|
||||||
this.labelEndTime.TabIndex = 40;
|
this.labelEndTime.TabIndex = 40;
|
||||||
|
@ -5331,7 +5331,7 @@
|
||||||
this.labelStartTime.ForeColor = System.Drawing.Color.Black;
|
this.labelStartTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStartTime.InitVisible = true;
|
this.labelStartTime.InitVisible = true;
|
||||||
this.labelStartTime.LineSpacing = 0F;
|
this.labelStartTime.LineSpacing = 0F;
|
||||||
this.labelStartTime.Location = new System.Drawing.Point(100, 88);
|
this.labelStartTime.Location = new System.Drawing.Point(102, 88);
|
||||||
this.labelStartTime.Name = "labelStartTime";
|
this.labelStartTime.Name = "labelStartTime";
|
||||||
this.labelStartTime.Size = new System.Drawing.Size(160, 20);
|
this.labelStartTime.Size = new System.Drawing.Size(160, 20);
|
||||||
this.labelStartTime.TabIndex = 40;
|
this.labelStartTime.TabIndex = 40;
|
||||||
|
@ -5351,7 +5351,7 @@
|
||||||
this.labelLot.ForeColor = System.Drawing.Color.Black;
|
this.labelLot.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelLot.InitVisible = true;
|
this.labelLot.InitVisible = true;
|
||||||
this.labelLot.LineSpacing = 0F;
|
this.labelLot.LineSpacing = 0F;
|
||||||
this.labelLot.Location = new System.Drawing.Point(100, 62);
|
this.labelLot.Location = new System.Drawing.Point(102, 62);
|
||||||
this.labelLot.Name = "labelLot";
|
this.labelLot.Name = "labelLot";
|
||||||
this.labelLot.Size = new System.Drawing.Size(160, 20);
|
this.labelLot.Size = new System.Drawing.Size(160, 20);
|
||||||
this.labelLot.TabIndex = 40;
|
this.labelLot.TabIndex = 40;
|
||||||
|
@ -5371,7 +5371,7 @@
|
||||||
this.labelTareRange.ForeColor = System.Drawing.Color.Black;
|
this.labelTareRange.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTareRange.InitVisible = true;
|
this.labelTareRange.InitVisible = true;
|
||||||
this.labelTareRange.LineSpacing = 0F;
|
this.labelTareRange.LineSpacing = 0F;
|
||||||
this.labelTareRange.Location = new System.Drawing.Point(337, 114);
|
this.labelTareRange.Location = new System.Drawing.Point(345, 114);
|
||||||
this.labelTareRange.Name = "labelTareRange";
|
this.labelTareRange.Name = "labelTareRange";
|
||||||
this.labelTareRange.Size = new System.Drawing.Size(50, 20);
|
this.labelTareRange.Size = new System.Drawing.Size(50, 20);
|
||||||
this.labelTareRange.TabIndex = 39;
|
this.labelTareRange.TabIndex = 39;
|
||||||
|
@ -5412,7 +5412,7 @@
|
||||||
this.labelUnderRange.ForeColor = System.Drawing.Color.Black;
|
this.labelUnderRange.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelUnderRange.InitVisible = true;
|
this.labelUnderRange.InitVisible = true;
|
||||||
this.labelUnderRange.LineSpacing = 0F;
|
this.labelUnderRange.LineSpacing = 0F;
|
||||||
this.labelUnderRange.Location = new System.Drawing.Point(337, 88);
|
this.labelUnderRange.Location = new System.Drawing.Point(345, 88);
|
||||||
this.labelUnderRange.Name = "labelUnderRange";
|
this.labelUnderRange.Name = "labelUnderRange";
|
||||||
this.labelUnderRange.Size = new System.Drawing.Size(50, 20);
|
this.labelUnderRange.Size = new System.Drawing.Size(50, 20);
|
||||||
this.labelUnderRange.TabIndex = 39;
|
this.labelUnderRange.TabIndex = 39;
|
||||||
|
@ -5432,7 +5432,7 @@
|
||||||
this.labelPassRange.ForeColor = System.Drawing.Color.Black;
|
this.labelPassRange.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelPassRange.InitVisible = true;
|
this.labelPassRange.InitVisible = true;
|
||||||
this.labelPassRange.LineSpacing = 0F;
|
this.labelPassRange.LineSpacing = 0F;
|
||||||
this.labelPassRange.Location = new System.Drawing.Point(337, 62);
|
this.labelPassRange.Location = new System.Drawing.Point(345, 62);
|
||||||
this.labelPassRange.Name = "labelPassRange";
|
this.labelPassRange.Name = "labelPassRange";
|
||||||
this.labelPassRange.Size = new System.Drawing.Size(50, 20);
|
this.labelPassRange.Size = new System.Drawing.Size(50, 20);
|
||||||
this.labelPassRange.TabIndex = 39;
|
this.labelPassRange.TabIndex = 39;
|
||||||
|
@ -5452,7 +5452,7 @@
|
||||||
this.labelOverRange.ForeColor = System.Drawing.Color.Black;
|
this.labelOverRange.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelOverRange.InitVisible = true;
|
this.labelOverRange.InitVisible = true;
|
||||||
this.labelOverRange.LineSpacing = 0F;
|
this.labelOverRange.LineSpacing = 0F;
|
||||||
this.labelOverRange.Location = new System.Drawing.Point(337, 36);
|
this.labelOverRange.Location = new System.Drawing.Point(345, 36);
|
||||||
this.labelOverRange.Name = "labelOverRange";
|
this.labelOverRange.Name = "labelOverRange";
|
||||||
this.labelOverRange.Size = new System.Drawing.Size(50, 20);
|
this.labelOverRange.Size = new System.Drawing.Size(50, 20);
|
||||||
this.labelOverRange.TabIndex = 39;
|
this.labelOverRange.TabIndex = 39;
|
||||||
|
@ -5473,7 +5473,7 @@
|
||||||
this.labelProductName.ForeColor = System.Drawing.Color.Black;
|
this.labelProductName.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelProductName.InitVisible = true;
|
this.labelProductName.InitVisible = true;
|
||||||
this.labelProductName.LineSpacing = 0F;
|
this.labelProductName.LineSpacing = 0F;
|
||||||
this.labelProductName.Location = new System.Drawing.Point(100, 36);
|
this.labelProductName.Location = new System.Drawing.Point(102, 36);
|
||||||
this.labelProductName.Name = "labelProductName";
|
this.labelProductName.Name = "labelProductName";
|
||||||
this.labelProductName.Size = new System.Drawing.Size(160, 20);
|
this.labelProductName.Size = new System.Drawing.Size(160, 20);
|
||||||
this.labelProductName.TabIndex = 39;
|
this.labelProductName.TabIndex = 39;
|
||||||
|
@ -5482,26 +5482,26 @@
|
||||||
this.labelProductName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelProductName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelProductName.Wordwrap = false;
|
this.labelProductName.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel1
|
// labelTitleName
|
||||||
//
|
//
|
||||||
this.smartLabel1.BackColor = System.Drawing.Color.Black;
|
this.labelTitleName.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BackPictureBox = this.smartForm1;
|
this.labelTitleName.BackPictureBox = this.smartForm1;
|
||||||
this.smartLabel1.BackPictureBox1 = null;
|
this.labelTitleName.BackPictureBox1 = null;
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
this.labelTitleName.BackPictureBox2 = null;
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleName.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleName.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel1.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleName.ForeColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.InitVisible = true;
|
this.labelTitleName.InitVisible = true;
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.labelTitleName.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(14, 36);
|
this.labelTitleName.Location = new System.Drawing.Point(12, 36);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.labelTitleName.Name = "labelTitleName";
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(80, 20);
|
this.labelTitleName.Size = new System.Drawing.Size(84, 20);
|
||||||
this.smartLabel1.TabIndex = 27;
|
this.labelTitleName.TabIndex = 27;
|
||||||
this.smartLabel1.Text = "Name";
|
this.labelTitleName.Text = "Name";
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel1.Wordwrap = false;
|
this.labelTitleName.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelTitleRangeTare
|
// labelTitleRangeTare
|
||||||
//
|
//
|
||||||
|
@ -5515,35 +5515,35 @@
|
||||||
this.labelTitleRangeTare.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleRangeTare.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleRangeTare.InitVisible = true;
|
this.labelTitleRangeTare.InitVisible = true;
|
||||||
this.labelTitleRangeTare.LineSpacing = 0F;
|
this.labelTitleRangeTare.LineSpacing = 0F;
|
||||||
this.labelTitleRangeTare.Location = new System.Drawing.Point(281, 114);
|
this.labelTitleRangeTare.Location = new System.Drawing.Point(272, 114);
|
||||||
this.labelTitleRangeTare.Name = "labelTitleRangeTare";
|
this.labelTitleRangeTare.Name = "labelTitleRangeTare";
|
||||||
this.labelTitleRangeTare.Size = new System.Drawing.Size(50, 20);
|
this.labelTitleRangeTare.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleRangeTare.TabIndex = 34;
|
this.labelTitleRangeTare.TabIndex = 34;
|
||||||
this.labelTitleRangeTare.Text = "Tare";
|
this.labelTitleRangeTare.Text = "Tare";
|
||||||
this.labelTitleRangeTare.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleRangeTare.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelTitleRangeTare.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleRangeTare.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitleRangeTare.Wordwrap = false;
|
this.labelTitleRangeTare.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelTitleLOT
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackColor = System.Drawing.Color.Black;
|
this.labelTitleLOT.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BackPictureBox = this.smartForm1;
|
this.labelTitleLOT.BackPictureBox = this.smartForm1;
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
this.labelTitleLOT.BackPictureBox1 = null;
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
this.labelTitleLOT.BackPictureBox2 = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLOT.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLOT.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel2.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleLOT.ForeColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.InitVisible = true;
|
this.labelTitleLOT.InitVisible = true;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.labelTitleLOT.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(14, 62);
|
this.labelTitleLOT.Location = new System.Drawing.Point(12, 62);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelTitleLOT.Name = "labelTitleLOT";
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(80, 20);
|
this.labelTitleLOT.Size = new System.Drawing.Size(84, 20);
|
||||||
this.smartLabel2.TabIndex = 28;
|
this.labelTitleLOT.TabIndex = 28;
|
||||||
this.smartLabel2.Text = "LOT";
|
this.labelTitleLOT.Text = "LOT";
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleLOT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLOT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelTitleLOT.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartSeparatorLine4
|
// smartSeparatorLine4
|
||||||
//
|
//
|
||||||
|
@ -5572,9 +5572,9 @@
|
||||||
this.labelTitleRangeUnder.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleRangeUnder.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleRangeUnder.InitVisible = true;
|
this.labelTitleRangeUnder.InitVisible = true;
|
||||||
this.labelTitleRangeUnder.LineSpacing = 0F;
|
this.labelTitleRangeUnder.LineSpacing = 0F;
|
||||||
this.labelTitleRangeUnder.Location = new System.Drawing.Point(281, 88);
|
this.labelTitleRangeUnder.Location = new System.Drawing.Point(272, 88);
|
||||||
this.labelTitleRangeUnder.Name = "labelTitleRangeUnder";
|
this.labelTitleRangeUnder.Name = "labelTitleRangeUnder";
|
||||||
this.labelTitleRangeUnder.Size = new System.Drawing.Size(50, 20);
|
this.labelTitleRangeUnder.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleRangeUnder.TabIndex = 33;
|
this.labelTitleRangeUnder.TabIndex = 33;
|
||||||
this.labelTitleRangeUnder.Text = "Under";
|
this.labelTitleRangeUnder.Text = "Under";
|
||||||
this.labelTitleRangeUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleRangeUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5608,9 +5608,9 @@
|
||||||
this.labelTitleStartTime.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleStartTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleStartTime.InitVisible = true;
|
this.labelTitleStartTime.InitVisible = true;
|
||||||
this.labelTitleStartTime.LineSpacing = 0F;
|
this.labelTitleStartTime.LineSpacing = 0F;
|
||||||
this.labelTitleStartTime.Location = new System.Drawing.Point(14, 88);
|
this.labelTitleStartTime.Location = new System.Drawing.Point(12, 88);
|
||||||
this.labelTitleStartTime.Name = "labelTitleStartTime";
|
this.labelTitleStartTime.Name = "labelTitleStartTime";
|
||||||
this.labelTitleStartTime.Size = new System.Drawing.Size(80, 20);
|
this.labelTitleStartTime.Size = new System.Drawing.Size(84, 20);
|
||||||
this.labelTitleStartTime.TabIndex = 29;
|
this.labelTitleStartTime.TabIndex = 29;
|
||||||
this.labelTitleStartTime.Text = "Start Time";
|
this.labelTitleStartTime.Text = "Start Time";
|
||||||
this.labelTitleStartTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleStartTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5644,9 +5644,9 @@
|
||||||
this.labelTitleRangePass.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleRangePass.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleRangePass.InitVisible = true;
|
this.labelTitleRangePass.InitVisible = true;
|
||||||
this.labelTitleRangePass.LineSpacing = 0F;
|
this.labelTitleRangePass.LineSpacing = 0F;
|
||||||
this.labelTitleRangePass.Location = new System.Drawing.Point(281, 62);
|
this.labelTitleRangePass.Location = new System.Drawing.Point(272, 62);
|
||||||
this.labelTitleRangePass.Name = "labelTitleRangePass";
|
this.labelTitleRangePass.Name = "labelTitleRangePass";
|
||||||
this.labelTitleRangePass.Size = new System.Drawing.Size(50, 20);
|
this.labelTitleRangePass.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleRangePass.TabIndex = 32;
|
this.labelTitleRangePass.TabIndex = 32;
|
||||||
this.labelTitleRangePass.Text = "Pass";
|
this.labelTitleRangePass.Text = "Pass";
|
||||||
this.labelTitleRangePass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleRangePass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5680,9 +5680,9 @@
|
||||||
this.labelTitleEndTime.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleEndTime.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleEndTime.InitVisible = true;
|
this.labelTitleEndTime.InitVisible = true;
|
||||||
this.labelTitleEndTime.LineSpacing = 0F;
|
this.labelTitleEndTime.LineSpacing = 0F;
|
||||||
this.labelTitleEndTime.Location = new System.Drawing.Point(14, 114);
|
this.labelTitleEndTime.Location = new System.Drawing.Point(12, 114);
|
||||||
this.labelTitleEndTime.Name = "labelTitleEndTime";
|
this.labelTitleEndTime.Name = "labelTitleEndTime";
|
||||||
this.labelTitleEndTime.Size = new System.Drawing.Size(80, 20);
|
this.labelTitleEndTime.Size = new System.Drawing.Size(84, 20);
|
||||||
this.labelTitleEndTime.TabIndex = 30;
|
this.labelTitleEndTime.TabIndex = 30;
|
||||||
this.labelTitleEndTime.Text = "End Time";
|
this.labelTitleEndTime.Text = "End Time";
|
||||||
this.labelTitleEndTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleEndTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -5701,9 +5701,9 @@
|
||||||
this.labelTitleRangeOver.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleRangeOver.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleRangeOver.InitVisible = true;
|
this.labelTitleRangeOver.InitVisible = true;
|
||||||
this.labelTitleRangeOver.LineSpacing = 0F;
|
this.labelTitleRangeOver.LineSpacing = 0F;
|
||||||
this.labelTitleRangeOver.Location = new System.Drawing.Point(281, 36);
|
this.labelTitleRangeOver.Location = new System.Drawing.Point(272, 36);
|
||||||
this.labelTitleRangeOver.Name = "labelTitleRangeOver";
|
this.labelTitleRangeOver.Name = "labelTitleRangeOver";
|
||||||
this.labelTitleRangeOver.Size = new System.Drawing.Size(50, 20);
|
this.labelTitleRangeOver.Size = new System.Drawing.Size(70, 20);
|
||||||
this.labelTitleRangeOver.TabIndex = 31;
|
this.labelTitleRangeOver.TabIndex = 31;
|
||||||
this.labelTitleRangeOver.Text = "Over";
|
this.labelTitleRangeOver.Text = "Over";
|
||||||
this.labelTitleRangeOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleRangeOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -6154,9 +6154,9 @@
|
||||||
private SmartX.SmartLabel labelTitleAllCntOver;
|
private SmartX.SmartLabel labelTitleAllCntOver;
|
||||||
private SmartX.SmartLabel labelTitleAllCntPass;
|
private SmartX.SmartLabel labelTitleAllCntPass;
|
||||||
private SmartX.SmartLabel labelTitleAllCntTotal;
|
private SmartX.SmartLabel labelTitleAllCntTotal;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelTitleName;
|
||||||
private SmartX.SmartLabel labelTitleRangeTare;
|
private SmartX.SmartLabel labelTitleRangeTare;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleLOT;
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine4;
|
private SmartX.SmartSeparatorLine smartSeparatorLine4;
|
||||||
private SmartX.SmartLabel labelTitleRangeUnder;
|
private SmartX.SmartLabel labelTitleRangeUnder;
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine3;
|
private SmartX.SmartSeparatorLine smartSeparatorLine3;
|
||||||
|
|
|
@ -50,15 +50,15 @@
|
||||||
this.listBoxDetail = new SmartX.SmartListBox();
|
this.listBoxDetail = new SmartX.SmartListBox();
|
||||||
this.listBoxLoginID = new SmartX.SmartListBox();
|
this.listBoxLoginID = new SmartX.SmartListBox();
|
||||||
this.listBoxTime = new SmartX.SmartListBox();
|
this.listBoxTime = new SmartX.SmartListBox();
|
||||||
this.smartLabel8 = new SmartX.SmartLabel();
|
this.labelTitleType = new SmartX.SmartLabel();
|
||||||
this.smartLabel7 = new SmartX.SmartLabel();
|
this.labelTitleAfter = new SmartX.SmartLabel();
|
||||||
this.smartLabel6 = new SmartX.SmartLabel();
|
this.labelTitleBefore = new SmartX.SmartLabel();
|
||||||
this.smartLabel5 = new SmartX.SmartLabel();
|
this.labelTitleDetail = new SmartX.SmartLabel();
|
||||||
this.smartLabel4 = new SmartX.SmartLabel();
|
this.labelTitleEvent = new SmartX.SmartLabel();
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.labelTitleLoginID = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelTitleTime = new SmartX.SmartLabel();
|
||||||
this.labelItemsCount = new SmartX.SmartLabel();
|
this.labelItemsCount = new SmartX.SmartLabel();
|
||||||
this.smartLabel9 = new SmartX.SmartLabel();
|
this.labelTitleFileName = new SmartX.SmartLabel();
|
||||||
this.labelFileName = new SmartX.SmartLabel();
|
this.labelFileName = new SmartX.SmartLabel();
|
||||||
this.smartTimer1 = new SmartX.SmartTimer(this.components);
|
this.smartTimer1 = new SmartX.SmartTimer(this.components);
|
||||||
this.labelFileReadElapsedTime = new SmartX.SmartLabel();
|
this.labelFileReadElapsedTime = new SmartX.SmartLabel();
|
||||||
|
@ -90,7 +90,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(3, 7);
|
this.labelTitle.Location = new System.Drawing.Point(3, 7);
|
||||||
|
@ -244,13 +244,13 @@
|
||||||
this.panel1.Controls.Add(this.listBoxDetail);
|
this.panel1.Controls.Add(this.listBoxDetail);
|
||||||
this.panel1.Controls.Add(this.listBoxLoginID);
|
this.panel1.Controls.Add(this.listBoxLoginID);
|
||||||
this.panel1.Controls.Add(this.listBoxTime);
|
this.panel1.Controls.Add(this.listBoxTime);
|
||||||
this.panel1.Controls.Add(this.smartLabel8);
|
this.panel1.Controls.Add(this.labelTitleType);
|
||||||
this.panel1.Controls.Add(this.smartLabel7);
|
this.panel1.Controls.Add(this.labelTitleAfter);
|
||||||
this.panel1.Controls.Add(this.smartLabel6);
|
this.panel1.Controls.Add(this.labelTitleBefore);
|
||||||
this.panel1.Controls.Add(this.smartLabel5);
|
this.panel1.Controls.Add(this.labelTitleDetail);
|
||||||
this.panel1.Controls.Add(this.smartLabel4);
|
this.panel1.Controls.Add(this.labelTitleEvent);
|
||||||
this.panel1.Controls.Add(this.smartLabel3);
|
this.panel1.Controls.Add(this.labelTitleLoginID);
|
||||||
this.panel1.Controls.Add(this.smartLabel2);
|
this.panel1.Controls.Add(this.labelTitleTime);
|
||||||
this.panel1.Location = new System.Drawing.Point(0, 73);
|
this.panel1.Location = new System.Drawing.Point(0, 73);
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
this.panel1.Size = new System.Drawing.Size(1024, 580);
|
this.panel1.Size = new System.Drawing.Size(1024, 580);
|
||||||
|
@ -635,145 +635,145 @@
|
||||||
this.listBoxTime.Text = "smartListBox1";
|
this.listBoxTime.Text = "smartListBox1";
|
||||||
this.listBoxTime.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
this.listBoxTime.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// smartLabel8
|
// labelTitleType
|
||||||
//
|
//
|
||||||
this.smartLabel8.BackColor = System.Drawing.Color.Black;
|
this.labelTitleType.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel8.BackPictureBox = null;
|
this.labelTitleType.BackPictureBox = null;
|
||||||
this.smartLabel8.BackPictureBox1 = null;
|
this.labelTitleType.BackPictureBox1 = null;
|
||||||
this.smartLabel8.BackPictureBox2 = null;
|
this.labelTitleType.BackPictureBox2 = null;
|
||||||
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleType.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleType.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel8.ForeColor = System.Drawing.Color.White;
|
this.labelTitleType.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel8.InitVisible = true;
|
this.labelTitleType.InitVisible = true;
|
||||||
this.smartLabel8.LineSpacing = 0F;
|
this.labelTitleType.LineSpacing = 0F;
|
||||||
this.smartLabel8.Location = new System.Drawing.Point(852, 5);
|
this.labelTitleType.Location = new System.Drawing.Point(852, 5);
|
||||||
this.smartLabel8.Name = "smartLabel8";
|
this.labelTitleType.Name = "labelTitleType";
|
||||||
this.smartLabel8.Size = new System.Drawing.Size(90, 30);
|
this.labelTitleType.Size = new System.Drawing.Size(90, 30);
|
||||||
this.smartLabel8.TabIndex = 28;
|
this.labelTitleType.TabIndex = 28;
|
||||||
this.smartLabel8.Text = "Type";
|
this.labelTitleType.Text = "Type";
|
||||||
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleType.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleType.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel8.Wordwrap = false;
|
this.labelTitleType.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel7
|
// labelTitleAfter
|
||||||
//
|
//
|
||||||
this.smartLabel7.BackColor = System.Drawing.Color.Black;
|
this.labelTitleAfter.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel7.BackPictureBox = null;
|
this.labelTitleAfter.BackPictureBox = null;
|
||||||
this.smartLabel7.BackPictureBox1 = null;
|
this.labelTitleAfter.BackPictureBox1 = null;
|
||||||
this.smartLabel7.BackPictureBox2 = null;
|
this.labelTitleAfter.BackPictureBox2 = null;
|
||||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleAfter.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleAfter.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel7.ForeColor = System.Drawing.Color.White;
|
this.labelTitleAfter.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel7.InitVisible = true;
|
this.labelTitleAfter.InitVisible = true;
|
||||||
this.smartLabel7.LineSpacing = 0F;
|
this.labelTitleAfter.LineSpacing = 0F;
|
||||||
this.smartLabel7.Location = new System.Drawing.Point(716, 5);
|
this.labelTitleAfter.Location = new System.Drawing.Point(716, 5);
|
||||||
this.smartLabel7.Name = "smartLabel7";
|
this.labelTitleAfter.Name = "labelTitleAfter";
|
||||||
this.smartLabel7.Size = new System.Drawing.Size(130, 30);
|
this.labelTitleAfter.Size = new System.Drawing.Size(130, 30);
|
||||||
this.smartLabel7.TabIndex = 28;
|
this.labelTitleAfter.TabIndex = 28;
|
||||||
this.smartLabel7.Text = "After";
|
this.labelTitleAfter.Text = "After";
|
||||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAfter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleAfter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel7.Wordwrap = false;
|
this.labelTitleAfter.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel6
|
// labelTitleBefore
|
||||||
//
|
//
|
||||||
this.smartLabel6.BackColor = System.Drawing.Color.Black;
|
this.labelTitleBefore.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel6.BackPictureBox = null;
|
this.labelTitleBefore.BackPictureBox = null;
|
||||||
this.smartLabel6.BackPictureBox1 = null;
|
this.labelTitleBefore.BackPictureBox1 = null;
|
||||||
this.smartLabel6.BackPictureBox2 = null;
|
this.labelTitleBefore.BackPictureBox2 = null;
|
||||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleBefore.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleBefore.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel6.ForeColor = System.Drawing.Color.White;
|
this.labelTitleBefore.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel6.InitVisible = true;
|
this.labelTitleBefore.InitVisible = true;
|
||||||
this.smartLabel6.LineSpacing = 0F;
|
this.labelTitleBefore.LineSpacing = 0F;
|
||||||
this.smartLabel6.Location = new System.Drawing.Point(580, 5);
|
this.labelTitleBefore.Location = new System.Drawing.Point(580, 5);
|
||||||
this.smartLabel6.Name = "smartLabel6";
|
this.labelTitleBefore.Name = "labelTitleBefore";
|
||||||
this.smartLabel6.Size = new System.Drawing.Size(130, 30);
|
this.labelTitleBefore.Size = new System.Drawing.Size(130, 30);
|
||||||
this.smartLabel6.TabIndex = 28;
|
this.labelTitleBefore.TabIndex = 28;
|
||||||
this.smartLabel6.Text = "Before";
|
this.labelTitleBefore.Text = "Before";
|
||||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleBefore.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleBefore.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel6.Wordwrap = false;
|
this.labelTitleBefore.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel5
|
// labelTitleDetail
|
||||||
//
|
//
|
||||||
this.smartLabel5.BackColor = System.Drawing.Color.Black;
|
this.labelTitleDetail.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel5.BackPictureBox = null;
|
this.labelTitleDetail.BackPictureBox = null;
|
||||||
this.smartLabel5.BackPictureBox1 = null;
|
this.labelTitleDetail.BackPictureBox1 = null;
|
||||||
this.smartLabel5.BackPictureBox2 = null;
|
this.labelTitleDetail.BackPictureBox2 = null;
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel5.ForeColor = System.Drawing.Color.White;
|
this.labelTitleDetail.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel5.InitVisible = true;
|
this.labelTitleDetail.InitVisible = true;
|
||||||
this.smartLabel5.LineSpacing = 0F;
|
this.labelTitleDetail.LineSpacing = 0F;
|
||||||
this.smartLabel5.Location = new System.Drawing.Point(394, 5);
|
this.labelTitleDetail.Location = new System.Drawing.Point(394, 5);
|
||||||
this.smartLabel5.Name = "smartLabel5";
|
this.labelTitleDetail.Name = "labelTitleDetail";
|
||||||
this.smartLabel5.Size = new System.Drawing.Size(180, 30);
|
this.labelTitleDetail.Size = new System.Drawing.Size(180, 30);
|
||||||
this.smartLabel5.TabIndex = 28;
|
this.labelTitleDetail.TabIndex = 28;
|
||||||
this.smartLabel5.Text = "Detail";
|
this.labelTitleDetail.Text = "Detail";
|
||||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel5.Wordwrap = false;
|
this.labelTitleDetail.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel4
|
// labelTitleEvent
|
||||||
//
|
//
|
||||||
this.smartLabel4.BackColor = System.Drawing.Color.Black;
|
this.labelTitleEvent.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BackPictureBox = null;
|
this.labelTitleEvent.BackPictureBox = null;
|
||||||
this.smartLabel4.BackPictureBox1 = null;
|
this.labelTitleEvent.BackPictureBox1 = null;
|
||||||
this.smartLabel4.BackPictureBox2 = null;
|
this.labelTitleEvent.BackPictureBox2 = null;
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleEvent.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel4.ForeColor = System.Drawing.Color.White;
|
this.labelTitleEvent.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel4.InitVisible = true;
|
this.labelTitleEvent.InitVisible = true;
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.labelTitleEvent.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(208, 5);
|
this.labelTitleEvent.Location = new System.Drawing.Point(208, 5);
|
||||||
this.smartLabel4.Name = "smartLabel4";
|
this.labelTitleEvent.Name = "labelTitleEvent";
|
||||||
this.smartLabel4.Size = new System.Drawing.Size(180, 30);
|
this.labelTitleEvent.Size = new System.Drawing.Size(180, 30);
|
||||||
this.smartLabel4.TabIndex = 28;
|
this.labelTitleEvent.TabIndex = 28;
|
||||||
this.smartLabel4.Text = "Event";
|
this.labelTitleEvent.Text = "Event";
|
||||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel4.Wordwrap = false;
|
this.labelTitleEvent.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel3
|
// labelTitleLoginID
|
||||||
//
|
//
|
||||||
this.smartLabel3.BackColor = System.Drawing.Color.Black;
|
this.labelTitleLoginID.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BackPictureBox = null;
|
this.labelTitleLoginID.BackPictureBox = null;
|
||||||
this.smartLabel3.BackPictureBox1 = null;
|
this.labelTitleLoginID.BackPictureBox1 = null;
|
||||||
this.smartLabel3.BackPictureBox2 = null;
|
this.labelTitleLoginID.BackPictureBox2 = null;
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLoginID.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLoginID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel3.ForeColor = System.Drawing.Color.White;
|
this.labelTitleLoginID.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel3.InitVisible = true;
|
this.labelTitleLoginID.InitVisible = true;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.labelTitleLoginID.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(92, 5);
|
this.labelTitleLoginID.Location = new System.Drawing.Point(92, 5);
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
this.labelTitleLoginID.Name = "labelTitleLoginID";
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(110, 30);
|
this.labelTitleLoginID.Size = new System.Drawing.Size(110, 30);
|
||||||
this.smartLabel3.TabIndex = 28;
|
this.labelTitleLoginID.TabIndex = 28;
|
||||||
this.smartLabel3.Text = "Login ID";
|
this.labelTitleLoginID.Text = "Login ID";
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleLoginID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLoginID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel3.Wordwrap = false;
|
this.labelTitleLoginID.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelTitleTime
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackColor = System.Drawing.Color.Black;
|
this.labelTitleTime.BackColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BackPictureBox = null;
|
this.labelTitleTime.BackPictureBox = null;
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
this.labelTitleTime.BackPictureBox1 = null;
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
this.labelTitleTime.BackPictureBox2 = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
this.labelTitleTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel2.InitVisible = true;
|
this.labelTitleTime.InitVisible = true;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.labelTitleTime.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(6, 5);
|
this.labelTitleTime.Location = new System.Drawing.Point(6, 5);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelTitleTime.Name = "labelTitleTime";
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(80, 30);
|
this.labelTitleTime.Size = new System.Drawing.Size(80, 30);
|
||||||
this.smartLabel2.TabIndex = 28;
|
this.labelTitleTime.TabIndex = 28;
|
||||||
this.smartLabel2.Text = "Time";
|
this.labelTitleTime.Text = "Time";
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelTitleTime.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelItemsCount
|
// labelItemsCount
|
||||||
//
|
//
|
||||||
|
@ -795,23 +795,23 @@
|
||||||
this.labelItemsCount.Visible = false;
|
this.labelItemsCount.Visible = false;
|
||||||
this.labelItemsCount.Wordwrap = false;
|
this.labelItemsCount.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel9
|
// labelTitleFileName
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackPictureBox = this.smartForm1;
|
this.labelTitleFileName.BackPictureBox = this.smartForm1;
|
||||||
this.smartLabel9.BackPictureBox1 = null;
|
this.labelTitleFileName.BackPictureBox1 = null;
|
||||||
this.smartLabel9.BackPictureBox2 = null;
|
this.labelTitleFileName.BackPictureBox2 = null;
|
||||||
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel9.InitVisible = true;
|
this.labelTitleFileName.InitVisible = true;
|
||||||
this.smartLabel9.LineSpacing = 0F;
|
this.labelTitleFileName.LineSpacing = 0F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(845, 12);
|
this.labelTitleFileName.Location = new System.Drawing.Point(819, 12);
|
||||||
this.smartLabel9.Name = "smartLabel9";
|
this.labelTitleFileName.Name = "labelTitleFileName";
|
||||||
this.smartLabel9.Size = new System.Drawing.Size(80, 22);
|
this.labelTitleFileName.Size = new System.Drawing.Size(189, 22);
|
||||||
this.smartLabel9.TabIndex = 28;
|
this.labelTitleFileName.TabIndex = 28;
|
||||||
this.smartLabel9.Text = "FileName :";
|
this.labelTitleFileName.Text = "FileName :";
|
||||||
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel9.Wordwrap = false;
|
this.labelTitleFileName.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelFileName
|
// labelFileName
|
||||||
//
|
//
|
||||||
|
@ -823,9 +823,9 @@
|
||||||
this.labelFileName.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
this.labelFileName.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelFileName.InitVisible = true;
|
this.labelFileName.InitVisible = true;
|
||||||
this.labelFileName.LineSpacing = 0F;
|
this.labelFileName.LineSpacing = 0F;
|
||||||
this.labelFileName.Location = new System.Drawing.Point(845, 40);
|
this.labelFileName.Location = new System.Drawing.Point(819, 40);
|
||||||
this.labelFileName.Name = "labelFileName";
|
this.labelFileName.Name = "labelFileName";
|
||||||
this.labelFileName.Size = new System.Drawing.Size(170, 23);
|
this.labelFileName.Size = new System.Drawing.Size(196, 23);
|
||||||
this.labelFileName.TabIndex = 29;
|
this.labelFileName.TabIndex = 29;
|
||||||
this.labelFileName.Text = "FileName";
|
this.labelFileName.Text = "FileName";
|
||||||
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -911,7 +911,7 @@
|
||||||
this.Controls.Add(this.labelFileName);
|
this.Controls.Add(this.labelFileName);
|
||||||
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.panel1);
|
||||||
this.Controls.Add(this.buttonFilter);
|
this.Controls.Add(this.buttonFilter);
|
||||||
this.Controls.Add(this.smartLabel9);
|
this.Controls.Add(this.labelTitleFileName);
|
||||||
this.Controls.Add(this.buttonSave);
|
this.Controls.Add(this.buttonSave);
|
||||||
this.Controls.Add(this.buttonFileSelect);
|
this.Controls.Add(this.buttonFileSelect);
|
||||||
this.Controls.Add(this.buttonBack);
|
this.Controls.Add(this.buttonBack);
|
||||||
|
@ -934,13 +934,13 @@
|
||||||
private SmartX.SmartButton buttonSave;
|
private SmartX.SmartButton buttonSave;
|
||||||
private SmartX.SmartButton buttonFilter;
|
private SmartX.SmartButton buttonFilter;
|
||||||
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Panel panel1;
|
||||||
private SmartX.SmartLabel smartLabel8;
|
private SmartX.SmartLabel labelTitleType;
|
||||||
private SmartX.SmartLabel smartLabel7;
|
private SmartX.SmartLabel labelTitleAfter;
|
||||||
private SmartX.SmartLabel smartLabel6;
|
private SmartX.SmartLabel labelTitleBefore;
|
||||||
private SmartX.SmartLabel smartLabel5;
|
private SmartX.SmartLabel labelTitleDetail;
|
||||||
private SmartX.SmartLabel smartLabel4;
|
private SmartX.SmartLabel labelTitleEvent;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel labelTitleLoginID;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleTime;
|
||||||
private SmartX.SmartListBox listBoxEvent;
|
private SmartX.SmartListBox listBoxEvent;
|
||||||
private SmartX.SmartListBox listBoxType;
|
private SmartX.SmartListBox listBoxType;
|
||||||
private SmartX.SmartListBox listBoxAfter;
|
private SmartX.SmartListBox listBoxAfter;
|
||||||
|
@ -949,7 +949,7 @@
|
||||||
private SmartX.SmartListBox listBoxLoginID;
|
private SmartX.SmartListBox listBoxLoginID;
|
||||||
private SmartX.SmartListBox listBoxTime;
|
private SmartX.SmartListBox listBoxTime;
|
||||||
private SmartX.SmartLabel labelItemsCount;
|
private SmartX.SmartLabel labelItemsCount;
|
||||||
private SmartX.SmartLabel smartLabel9;
|
private SmartX.SmartLabel labelTitleFileName;
|
||||||
private SmartX.SmartLabel labelFileName;
|
private SmartX.SmartLabel labelFileName;
|
||||||
private SmartX.SmartTimer smartTimer1;
|
private SmartX.SmartTimer smartTimer1;
|
||||||
private SmartX.SmartLabel labelFileReadElapsedTime;
|
private SmartX.SmartLabel labelFileReadElapsedTime;
|
||||||
|
|
|
@ -130,6 +130,15 @@ namespace INT63DC_6CH.Forms
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Datenbetrachter";
|
this.labelTitle.Text = "Datenbetrachter";
|
||||||
|
|
||||||
|
this.labelTitleFileName.Text = "Dateinamen :";
|
||||||
|
this.labelTitleTime.Text = "Zeit";
|
||||||
|
this.labelTitleLoginID.Text = "ID";
|
||||||
|
this.labelTitleEvent.Text = "Ereignis";
|
||||||
|
this.labelTitleDetail.Text = "Detail";
|
||||||
|
this.labelTitleBefore.Text = "Vorher";
|
||||||
|
this.labelTitleAfter.Text = "Nachher";
|
||||||
|
this.labelTitleType.Text = "Typ";
|
||||||
|
|
||||||
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDisable));
|
this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDisable));
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDown));
|
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveDown));
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveUp));
|
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerSaveUp));
|
||||||
|
|
|
@ -132,6 +132,21 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.IsWeightViewForward = item.IsWeightViewForward;
|
structItem.IsWeightViewForward = item.IsWeightViewForward;
|
||||||
structItem.IsOptDataStatistics = item.IsOptDataStatistics;
|
structItem.IsOptDataStatistics = item.IsOptDataStatistics;
|
||||||
structItem.IsOptPart11 = item.IsOptPart11;
|
structItem.IsOptPart11 = item.IsOptPart11;
|
||||||
|
structItem.dummyBool1 = false;
|
||||||
|
structItem.dummyBool2 = false;
|
||||||
|
structItem.dummyBool3 = false;
|
||||||
|
structItem.dummyBool4 = false;
|
||||||
|
structItem.dummyBool5 = false;
|
||||||
|
structItem.dummyBool6 = false;
|
||||||
|
structItem.dummyBool7 = false;
|
||||||
|
structItem.dummyBool8 = false;
|
||||||
|
structItem.dummyBool9 = false;
|
||||||
|
structItem.dummyBool10 = false;
|
||||||
|
structItem.dummyBool11 = false;
|
||||||
|
structItem.dummyBool12 = false;
|
||||||
|
structItem.dummyBool13 = false;
|
||||||
|
structItem.dummyBool14 = false;
|
||||||
|
structItem.dummyBool15 = false;
|
||||||
// int
|
// int
|
||||||
structItem.AutoLogoutTime = item.AutoLogoutTime;
|
structItem.AutoLogoutTime = item.AutoLogoutTime;
|
||||||
structItem.UsbID = item.UsbID;
|
structItem.UsbID = item.UsbID;
|
||||||
|
@ -154,6 +169,22 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.ModbusTcpAddress1 = item.ModbusTcpAddress1;
|
structItem.ModbusTcpAddress1 = item.ModbusTcpAddress1;
|
||||||
structItem.ModbusTcpAddress2 = item.ModbusTcpAddress2;
|
structItem.ModbusTcpAddress2 = item.ModbusTcpAddress2;
|
||||||
structItem.ModbusTcpStartAddress = item.ModbusTcpStartAddress;
|
structItem.ModbusTcpStartAddress = item.ModbusTcpStartAddress;
|
||||||
|
structItem.NumberOfLoginFailures = item.NumberOfLoginFailures;
|
||||||
|
structItem.dummyInt1 = 0;
|
||||||
|
structItem.dummyInt2 = 0;
|
||||||
|
structItem.dummyInt3 = 0;
|
||||||
|
structItem.dummyInt4 = 0;
|
||||||
|
structItem.dummyInt5 = 0;
|
||||||
|
structItem.dummyInt6 = 0;
|
||||||
|
structItem.dummyInt7 = 0;
|
||||||
|
structItem.dummyInt8 = 0;
|
||||||
|
structItem.dummyInt9 = 0;
|
||||||
|
structItem.dummyInt10 = 0;
|
||||||
|
structItem.dummyInt11 = 0;
|
||||||
|
structItem.dummyInt12 = 0;
|
||||||
|
structItem.dummyInt13 = 0;
|
||||||
|
structItem.dummyInt14 = 0;
|
||||||
|
structItem.dummyInt15 = 0;
|
||||||
// string
|
// string
|
||||||
structItem.Unit = item.Unit;
|
structItem.Unit = item.Unit;
|
||||||
structItem.EmptyWeight = item.EmptyWeight;
|
structItem.EmptyWeight = item.EmptyWeight;
|
||||||
|
@ -162,6 +193,16 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.User_Level2_Name = item.User_Level2_Name;
|
structItem.User_Level2_Name = item.User_Level2_Name;
|
||||||
structItem.User_Level3_Name = item.User_Level3_Name;
|
structItem.User_Level3_Name = item.User_Level3_Name;
|
||||||
structItem.EthernetServerAddress = item.EthernetServerAddress;
|
structItem.EthernetServerAddress = item.EthernetServerAddress;
|
||||||
|
structItem.dummyString1 = "";
|
||||||
|
structItem.dummyString2 = "";
|
||||||
|
structItem.dummyString3 = "";
|
||||||
|
structItem.dummyString4 = "";
|
||||||
|
structItem.dummyString5 = "";
|
||||||
|
structItem.dummyString6 = "";
|
||||||
|
structItem.dummyString7 = "";
|
||||||
|
structItem.dummyString8 = "";
|
||||||
|
structItem.dummyString9 = "";
|
||||||
|
structItem.dummyString10 = "";
|
||||||
// enum
|
// enum
|
||||||
structItem.Language = item.Language;
|
structItem.Language = item.Language;
|
||||||
|
|
||||||
|
|
|
@ -1725,6 +1725,21 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.IsWeightViewForward = this.SystemConfig.IsWeightViewForward;
|
structItem.IsWeightViewForward = this.SystemConfig.IsWeightViewForward;
|
||||||
structItem.IsOptDataStatistics = this.SystemConfig.IsOptDataStatistics;
|
structItem.IsOptDataStatistics = this.SystemConfig.IsOptDataStatistics;
|
||||||
structItem.IsOptPart11 = this.SystemConfig.IsOptPart11;
|
structItem.IsOptPart11 = this.SystemConfig.IsOptPart11;
|
||||||
|
structItem.dummyBool1 = false;
|
||||||
|
structItem.dummyBool2 = false;
|
||||||
|
structItem.dummyBool3 = false;
|
||||||
|
structItem.dummyBool4 = false;
|
||||||
|
structItem.dummyBool5 = false;
|
||||||
|
structItem.dummyBool6 = false;
|
||||||
|
structItem.dummyBool7 = false;
|
||||||
|
structItem.dummyBool8 = false;
|
||||||
|
structItem.dummyBool9 = false;
|
||||||
|
structItem.dummyBool10 = false;
|
||||||
|
structItem.dummyBool11 = false;
|
||||||
|
structItem.dummyBool12 = false;
|
||||||
|
structItem.dummyBool13 = false;
|
||||||
|
structItem.dummyBool14 = false;
|
||||||
|
structItem.dummyBool15 = false;
|
||||||
// int
|
// int
|
||||||
structItem.AutoLogoutTime = this.SystemConfig.AutoLogoutTime;
|
structItem.AutoLogoutTime = this.SystemConfig.AutoLogoutTime;
|
||||||
structItem.UsbID = this.SystemConfig.UsbID;
|
structItem.UsbID = this.SystemConfig.UsbID;
|
||||||
|
@ -1747,6 +1762,22 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.ModbusTcpAddress1 = this.SystemConfig.ModbusTcpAddress1;
|
structItem.ModbusTcpAddress1 = this.SystemConfig.ModbusTcpAddress1;
|
||||||
structItem.ModbusTcpAddress2 = this.SystemConfig.ModbusTcpAddress2;
|
structItem.ModbusTcpAddress2 = this.SystemConfig.ModbusTcpAddress2;
|
||||||
structItem.ModbusTcpStartAddress = this.SystemConfig.ModbusTcpStartAddress;
|
structItem.ModbusTcpStartAddress = this.SystemConfig.ModbusTcpStartAddress;
|
||||||
|
structItem.NumberOfLoginFailures = this.SystemConfig.NumberOfLoginFailures;
|
||||||
|
structItem.dummyInt1 = 0;
|
||||||
|
structItem.dummyInt2 = 0;
|
||||||
|
structItem.dummyInt3 = 0;
|
||||||
|
structItem.dummyInt4 = 0;
|
||||||
|
structItem.dummyInt5 = 0;
|
||||||
|
structItem.dummyInt6 = 0;
|
||||||
|
structItem.dummyInt7 = 0;
|
||||||
|
structItem.dummyInt8 = 0;
|
||||||
|
structItem.dummyInt9 = 0;
|
||||||
|
structItem.dummyInt10 = 0;
|
||||||
|
structItem.dummyInt11 = 0;
|
||||||
|
structItem.dummyInt12 = 0;
|
||||||
|
structItem.dummyInt13 = 0;
|
||||||
|
structItem.dummyInt14 = 0;
|
||||||
|
structItem.dummyInt15 = 0;
|
||||||
// string
|
// string
|
||||||
structItem.Unit = this.SystemConfig.Unit;
|
structItem.Unit = this.SystemConfig.Unit;
|
||||||
structItem.EmptyWeight = this.SystemConfig.EmptyWeight;
|
structItem.EmptyWeight = this.SystemConfig.EmptyWeight;
|
||||||
|
@ -1755,6 +1786,16 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.User_Level2_Name = this.SystemConfig.User_Level2_Name;
|
structItem.User_Level2_Name = this.SystemConfig.User_Level2_Name;
|
||||||
structItem.User_Level3_Name = this.SystemConfig.User_Level3_Name;
|
structItem.User_Level3_Name = this.SystemConfig.User_Level3_Name;
|
||||||
structItem.EthernetServerAddress = this.SystemConfig.EthernetServerAddress;
|
structItem.EthernetServerAddress = this.SystemConfig.EthernetServerAddress;
|
||||||
|
structItem.dummyString1 = "";
|
||||||
|
structItem.dummyString2 = "";
|
||||||
|
structItem.dummyString3 = "";
|
||||||
|
structItem.dummyString4 = "";
|
||||||
|
structItem.dummyString5 = "";
|
||||||
|
structItem.dummyString6 = "";
|
||||||
|
structItem.dummyString7 = "";
|
||||||
|
structItem.dummyString8 = "";
|
||||||
|
structItem.dummyString9 = "";
|
||||||
|
structItem.dummyString10 = "";
|
||||||
// enum
|
// enum
|
||||||
structItem.Language = this.SystemConfig.Language;
|
structItem.Language = this.SystemConfig.Language;
|
||||||
|
|
||||||
|
@ -1788,6 +1829,21 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.IsWeightViewForward = item.IsWeightViewForward;
|
structItem.IsWeightViewForward = item.IsWeightViewForward;
|
||||||
structItem.IsOptDataStatistics = item.IsOptDataStatistics;
|
structItem.IsOptDataStatistics = item.IsOptDataStatistics;
|
||||||
structItem.IsOptPart11 = item.IsOptPart11;
|
structItem.IsOptPart11 = item.IsOptPart11;
|
||||||
|
structItem.dummyBool1 = false;
|
||||||
|
structItem.dummyBool2 = false;
|
||||||
|
structItem.dummyBool3 = false;
|
||||||
|
structItem.dummyBool4 = false;
|
||||||
|
structItem.dummyBool5 = false;
|
||||||
|
structItem.dummyBool6 = false;
|
||||||
|
structItem.dummyBool7 = false;
|
||||||
|
structItem.dummyBool8 = false;
|
||||||
|
structItem.dummyBool9 = false;
|
||||||
|
structItem.dummyBool10 = false;
|
||||||
|
structItem.dummyBool11 = false;
|
||||||
|
structItem.dummyBool12 = false;
|
||||||
|
structItem.dummyBool13 = false;
|
||||||
|
structItem.dummyBool14 = false;
|
||||||
|
structItem.dummyBool15 = false;
|
||||||
// int
|
// int
|
||||||
structItem.AutoLogoutTime = item.AutoLogoutTime;
|
structItem.AutoLogoutTime = item.AutoLogoutTime;
|
||||||
structItem.UsbID = item.UsbID;
|
structItem.UsbID = item.UsbID;
|
||||||
|
@ -1810,6 +1866,22 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.ModbusTcpAddress1 = item.ModbusTcpAddress1;
|
structItem.ModbusTcpAddress1 = item.ModbusTcpAddress1;
|
||||||
structItem.ModbusTcpAddress2 = item.ModbusTcpAddress2;
|
structItem.ModbusTcpAddress2 = item.ModbusTcpAddress2;
|
||||||
structItem.ModbusTcpStartAddress = item.ModbusTcpStartAddress;
|
structItem.ModbusTcpStartAddress = item.ModbusTcpStartAddress;
|
||||||
|
structItem.NumberOfLoginFailures = item.NumberOfLoginFailures;
|
||||||
|
structItem.dummyInt1 = 0;
|
||||||
|
structItem.dummyInt2 = 0;
|
||||||
|
structItem.dummyInt3 = 0;
|
||||||
|
structItem.dummyInt4 = 0;
|
||||||
|
structItem.dummyInt5 = 0;
|
||||||
|
structItem.dummyInt6 = 0;
|
||||||
|
structItem.dummyInt7 = 0;
|
||||||
|
structItem.dummyInt8 = 0;
|
||||||
|
structItem.dummyInt9 = 0;
|
||||||
|
structItem.dummyInt10 = 0;
|
||||||
|
structItem.dummyInt11 = 0;
|
||||||
|
structItem.dummyInt12 = 0;
|
||||||
|
structItem.dummyInt13 = 0;
|
||||||
|
structItem.dummyInt14 = 0;
|
||||||
|
structItem.dummyInt15 = 0;
|
||||||
// string
|
// string
|
||||||
structItem.Unit = item.Unit;
|
structItem.Unit = item.Unit;
|
||||||
structItem.EmptyWeight = item.EmptyWeight;
|
structItem.EmptyWeight = item.EmptyWeight;
|
||||||
|
@ -1818,6 +1890,16 @@ namespace INT63DC_6CH.Forms
|
||||||
structItem.User_Level2_Name = item.User_Level2_Name;
|
structItem.User_Level2_Name = item.User_Level2_Name;
|
||||||
structItem.User_Level3_Name = item.User_Level3_Name;
|
structItem.User_Level3_Name = item.User_Level3_Name;
|
||||||
structItem.EthernetServerAddress = item.EthernetServerAddress;
|
structItem.EthernetServerAddress = item.EthernetServerAddress;
|
||||||
|
structItem.dummyString1 = "";
|
||||||
|
structItem.dummyString2 = "";
|
||||||
|
structItem.dummyString3 = "";
|
||||||
|
structItem.dummyString4 = "";
|
||||||
|
structItem.dummyString5 = "";
|
||||||
|
structItem.dummyString6 = "";
|
||||||
|
structItem.dummyString7 = "";
|
||||||
|
structItem.dummyString8 = "";
|
||||||
|
structItem.dummyString9 = "";
|
||||||
|
structItem.dummyString10 = "";
|
||||||
// enum
|
// enum
|
||||||
structItem.Language = item.Language;
|
structItem.Language = item.Language;
|
||||||
|
|
||||||
|
@ -1878,6 +1960,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.SystemConfig.ModbusTcpAddress1 = structItem.ModbusTcpAddress1;
|
this.SystemConfig.ModbusTcpAddress1 = structItem.ModbusTcpAddress1;
|
||||||
this.SystemConfig.ModbusTcpAddress2 = structItem.ModbusTcpAddress2;
|
this.SystemConfig.ModbusTcpAddress2 = structItem.ModbusTcpAddress2;
|
||||||
this.SystemConfig.ModbusTcpStartAddress = structItem.ModbusTcpStartAddress;
|
this.SystemConfig.ModbusTcpStartAddress = structItem.ModbusTcpStartAddress;
|
||||||
|
this.SystemConfig.NumberOfLoginFailures = structItem.NumberOfLoginFailures;
|
||||||
// string
|
// string
|
||||||
this.SystemConfig.Unit = structItem.Unit;
|
this.SystemConfig.Unit = structItem.Unit;
|
||||||
this.SystemConfig.EmptyWeight = structItem.EmptyWeight;
|
this.SystemConfig.EmptyWeight = structItem.EmptyWeight;
|
||||||
|
@ -3965,6 +4048,23 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.TrackingHistoryData(data);
|
this.TrackingHistoryData(data);
|
||||||
}
|
}
|
||||||
|
public void SetTrackingHistoryData(DataStore.TrackingOperation eventType, string detail, string loginID)
|
||||||
|
{
|
||||||
|
if (this.SystemConfig.IsOptPart11 == false)
|
||||||
|
return;
|
||||||
|
|
||||||
|
HistoryData data = new HistoryData();
|
||||||
|
|
||||||
|
data.Type = "Operation";
|
||||||
|
data.Time = DateTime.Now;
|
||||||
|
data.LoginID = loginID;
|
||||||
|
data.Event = eventType.ToString();
|
||||||
|
data.Detail = detail;
|
||||||
|
data.BeforeData = "";
|
||||||
|
data.AfterData = "";
|
||||||
|
|
||||||
|
this.TrackingHistoryData(data);
|
||||||
|
}
|
||||||
public void SetTrackingHistoryData(DataStore.TrackingAlarm type, string detail)
|
public void SetTrackingHistoryData(DataStore.TrackingAlarm type, string detail)
|
||||||
{
|
{
|
||||||
if (this.SystemConfig.IsOptPart11 == false)
|
if (this.SystemConfig.IsOptPart11 == false)
|
||||||
|
|
|
@ -333,6 +333,9 @@ namespace INT63DC_6CH.Forms
|
||||||
this.buttonClear.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainClearDisable));
|
this.buttonClear.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainClearDisable));
|
||||||
this.buttonClear.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainClearDown));
|
this.buttonClear.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainClearDown));
|
||||||
this.buttonClear.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainClearUp));
|
this.buttonClear.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainClearUp));
|
||||||
|
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainLoginDisable));
|
||||||
|
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainLogOffUp));
|
||||||
|
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormMainLoginUp));
|
||||||
if (this.ParentForm.SystemConfig.IsLogin == true)
|
if (this.ParentForm.SystemConfig.IsLogin == true)
|
||||||
{
|
{
|
||||||
this.buttonMenu.Location = new Point(929, 666);
|
this.buttonMenu.Location = new Point(929, 666);
|
||||||
|
|
|
@ -219,14 +219,14 @@ namespace INT63DC_6CH.Forms
|
||||||
}
|
}
|
||||||
private void buttonDataStatistics_Click(object sender, EventArgs e)
|
private void buttonDataStatistics_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (this.buttonDataStatistics.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
//if (this.buttonDataStatistics.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
||||||
{
|
//{
|
||||||
DialogFormPasswordKeyPad pass = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig.Language);
|
// DialogFormPasswordKeyPad pass = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig.Language);
|
||||||
if (pass.ShowDialog() == DialogResult.OK)
|
// if (pass.ShowDialog() == DialogResult.OK)
|
||||||
this.buttonDataStatistics.ButtonDown();
|
// this.buttonDataStatistics.ButtonDown();
|
||||||
else
|
// else
|
||||||
this.buttonDataStatistics.ButtonUp();
|
// this.buttonDataStatistics.ButtonUp();
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (this.buttonSave.Visible == false)
|
if (this.buttonSave.Visible == false)
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
|
@ -235,17 +235,24 @@ namespace INT63DC_6CH.Forms
|
||||||
{
|
{
|
||||||
if (this.buttonPart11.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
if (this.buttonPart11.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
||||||
{
|
{
|
||||||
DialogFormPasswordKeyPad pass = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig.Language);
|
this.buttonPart11.ButtonDown();
|
||||||
if (pass.ShowDialog() == DialogResult.OK)
|
this.buttonDataStatistics.ButtonDown();
|
||||||
{
|
|
||||||
this.buttonPart11.ButtonDown();
|
//DialogFormPasswordKeyPad pass = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig.Language);
|
||||||
this.buttonDataStatistics.ButtonDown();
|
//if (pass.ShowDialog() == DialogResult.OK)
|
||||||
}
|
//{
|
||||||
else
|
// this.buttonPart11.ButtonDown();
|
||||||
{
|
// this.buttonDataStatistics.ButtonDown();
|
||||||
this.buttonPart11.ButtonUp();
|
//}
|
||||||
this.buttonDataStatistics.ButtonUp();
|
//else
|
||||||
}
|
//{
|
||||||
|
// this.buttonPart11.ButtonUp();
|
||||||
|
// this.buttonDataStatistics.ButtonUp();
|
||||||
|
//}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.buttonPart11.ButtonUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.buttonSave.Visible == false)
|
if (this.buttonSave.Visible == false)
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
this.buttonBack = new SmartX.SmartButton();
|
this.buttonBack = new SmartX.SmartButton();
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
this.groupBoxOption = new SmartX.SmartGroupBox();
|
||||||
this.buttonPart11 = new SmartX.SmartButton();
|
this.buttonPart11 = new SmartX.SmartButton();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.smartLabel2 = new SmartX.SmartLabel();
|
||||||
this.buttonDataStatistics = new SmartX.SmartButton();
|
this.buttonDataStatistics = new SmartX.SmartButton();
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
this.buttonSave = new SmartX.SmartButton();
|
this.buttonSave = new SmartX.SmartButton();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.groupBoxOption.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// smartForm1
|
// smartForm1
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
|
this.smartGroupBox1.Controls.Add(this.groupBoxOption);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelBuadrateWarning2);
|
this.smartGroupBox1.Controls.Add(this.labelBuadrateWarning2);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelBuadrateWarning);
|
this.smartGroupBox1.Controls.Add(this.labelBuadrateWarning);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
||||||
|
@ -135,28 +135,28 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// smartGroupBox2
|
// groupBoxOption
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackPictureBox = this.smartForm1;
|
this.groupBoxOption.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox2.BackPictureBox1 = null;
|
this.groupBoxOption.BackPictureBox1 = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.buttonPart11);
|
this.groupBoxOption.Controls.Add(this.buttonPart11);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel2);
|
this.groupBoxOption.Controls.Add(this.smartLabel2);
|
||||||
this.smartGroupBox2.Controls.Add(this.buttonDataStatistics);
|
this.groupBoxOption.Controls.Add(this.buttonDataStatistics);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel1);
|
this.groupBoxOption.Controls.Add(this.smartLabel1);
|
||||||
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxOption.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxOption.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxOption.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineThickness = 2;
|
this.groupBoxOption.FrameLineThickness = 2;
|
||||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxOption.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.smartGroupBox2.Image = null;
|
this.groupBoxOption.Image = null;
|
||||||
this.smartGroupBox2.InitVisible = true;
|
this.groupBoxOption.InitVisible = true;
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(186, 204);
|
this.groupBoxOption.Location = new System.Drawing.Point(186, 204);
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.groupBoxOption.Name = "groupBoxOption";
|
||||||
this.smartGroupBox2.RoundRadius = 10;
|
this.groupBoxOption.RoundRadius = 10;
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(668, 182);
|
this.groupBoxOption.Size = new System.Drawing.Size(668, 182);
|
||||||
this.smartGroupBox2.TabIndex = 210;
|
this.groupBoxOption.TabIndex = 210;
|
||||||
this.smartGroupBox2.Text = "Option";
|
this.groupBoxOption.Text = "Option";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
this.groupBoxOption.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// buttonPart11
|
// buttonPart11
|
||||||
//
|
//
|
||||||
|
@ -343,7 +343,7 @@
|
||||||
this.Text = "FormOptionSetting";
|
this.Text = "FormOptionSetting";
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||||
this.smartGroupBox1.ResumeLayout(false);
|
this.smartGroupBox1.ResumeLayout(false);
|
||||||
this.smartGroupBox2.ResumeLayout(false);
|
this.groupBoxOption.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -359,7 +359,7 @@
|
||||||
private SmartX.SmartButton buttonSave;
|
private SmartX.SmartButton buttonSave;
|
||||||
private SmartX.SmartLabel labelBuadrateWarning2;
|
private SmartX.SmartLabel labelBuadrateWarning2;
|
||||||
private SmartX.SmartLabel labelBuadrateWarning;
|
private SmartX.SmartLabel labelBuadrateWarning;
|
||||||
private SmartX.SmartGroupBox smartGroupBox2;
|
private SmartX.SmartGroupBox groupBoxOption;
|
||||||
private SmartX.SmartButton buttonPart11;
|
private SmartX.SmartButton buttonPart11;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel smartLabel2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,7 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.labelStatusExpiryAccount.Text = "Account Expiration";
|
this.labelStatusExpiryAccount.Text = "Account Expiration";
|
||||||
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
||||||
this.labelAutoLogoutWarning.Text = "* Applies to all users";
|
this.labelTitleContents.Text = "* Applies to all users";
|
||||||
|
|
||||||
this.labelCaution.Text = "Notes when registering a user";
|
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.labelCaution1.Text = "- When registering a new user, the password is set to the initial value [Password12!].";
|
||||||
|
@ -88,7 +88,7 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.labelStatusExpiryAccount.Text = "帐户到期";
|
this.labelStatusExpiryAccount.Text = "帐户到期";
|
||||||
this.labelStatusExpiryPassword.Text = "密码过期";
|
this.labelStatusExpiryPassword.Text = "密码过期";
|
||||||
this.labelAutoLogoutWarning.Text = "* 适用于所有用户";
|
this.labelTitleContents.Text = "* 适用于所有用户";
|
||||||
|
|
||||||
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnGroupEditorDisable));
|
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnGroupEditorDisable));
|
||||||
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnGroupEditorDown));
|
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnGroupEditorDown));
|
||||||
|
@ -103,7 +103,7 @@ namespace INT63DC_6CH.Forms
|
||||||
|
|
||||||
this.labelStatusExpiryAccount.Text = "Vypršení platnosti účtu";
|
this.labelStatusExpiryAccount.Text = "Vypršení platnosti účtu";
|
||||||
this.labelStatusExpiryPassword.Text = "Vypršení platnosti hesla";
|
this.labelStatusExpiryPassword.Text = "Vypršení platnosti hesla";
|
||||||
this.labelAutoLogoutWarning.Text = "* Platí pro všechny uživatele";
|
this.labelTitleContents.Text = "* Platí pro všechny uživatele";
|
||||||
|
|
||||||
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeGroupEditorDisable));
|
this.buttonGroupEditor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeGroupEditorDisable));
|
||||||
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeGroupEditorDown));
|
this.buttonGroupEditor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeGroupEditorDown));
|
||||||
|
@ -116,9 +116,40 @@ namespace INT63DC_6CH.Forms
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Benutzereinstellungen";
|
this.labelTitle.Text = "Benutzereinstellungen";
|
||||||
|
|
||||||
this.labelStatusExpiryAccount.Text = "Account Expiration";
|
this.labelTitleID.Text = "ID";
|
||||||
this.labelStatusExpiryPassword.Text = "Password Expiration";
|
this.labelTitlePassword.Text = "Passwort";
|
||||||
this.labelAutoLogoutWarning.Text = "* Applies to all users";
|
this.labelTitleAccessRight.Text = this.groupBoxTitleAccessRight.Text = "Zugangsberechtigung";
|
||||||
|
|
||||||
|
this.labelTitleExpiryDateOfAccount.Text = "Verfallsdatum(ID)";
|
||||||
|
this.labelTitleExpiryDateOfPassword.Text = "Verfallsdatum(PW)";
|
||||||
|
this.labelTitleAutomaticLogoutTime.Text = "Automatische Abmeldung";
|
||||||
|
this.labelStatusExpiryAccount.Text = "Kontoablauf";
|
||||||
|
this.labelStatusExpiryPassword.Text = "Kennwortablauf";
|
||||||
|
this.labelTitleDayAccount.Text = this.labelTitleDayPassword.Text = "tage";
|
||||||
|
|
||||||
|
this.labelStaticMainDisplayAccess.Text = "Hauptanzeige";
|
||||||
|
this.labelStaticProductNo.Text = "Warenwechsel";
|
||||||
|
this.labelStaticWeightSetting.Text = "Gewichts-Einstellungen";
|
||||||
|
this.labelStaticClear.Text = "Löschen";
|
||||||
|
|
||||||
|
this.labelStaticMenu.Text = "Menü";
|
||||||
|
this.labelStaticCommunication.Font = new Font("새굴림", 7, FontStyle.Regular);
|
||||||
|
this.labelStaticCommunication.Text = "Kommunikationseinstellungen";
|
||||||
|
this.labelStaticSubMenu.Text = "Untermenü";
|
||||||
|
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.labelStaticStatistics.Text = "Statistik";
|
||||||
|
|
||||||
|
this.labelTitleContents.Text = "* Elemente, die allen Benutzern gemeinsam sind";
|
||||||
|
|
||||||
this.labelCaution.Text = "Hinweise zur Benutzerregistrierung";
|
this.labelCaution.Text = "Hinweise zur Benutzerregistrierung";
|
||||||
this.labelCaution1.Text = "- Bei der Registrierung eines neuen Benutzers wird das Passwort auf den Wert [Password12!] gesetzt.";
|
this.labelCaution1.Text = "- Bei der Registrierung eines neuen Benutzers wird das Passwort auf den Wert [Password12!] gesetzt.";
|
||||||
|
@ -172,9 +203,13 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelTitleAutomaticLogoutTime.Visible = false;
|
this.labelTitleAutomaticLogoutTime.Visible = false;
|
||||||
this.labelAutomaticLogoutTime.Visible = false;
|
this.labelAutomaticLogoutTime.Visible = false;
|
||||||
this.labelTitleMin.Visible = false;
|
this.labelTitleMin.Visible = false;
|
||||||
this.labelAutoLogoutWarning.Visible = false;
|
this.labelTitleContents.Visible = false;
|
||||||
|
|
||||||
|
this.labelTitleNumberOfLoginFailures.Location = new Point(13, 405);
|
||||||
|
this.labelNumberOfLoginFailures.Location = new Point(199, 405);
|
||||||
|
this.labelTitleContents.Location = new Point(310, 405);
|
||||||
|
this.labelTitleContents.Size = new Size(295, 30);
|
||||||
|
|
||||||
this.smartSeparatorLine1.Visible = false;
|
|
||||||
this.smartSeparatorLine2.Visible = false;
|
this.smartSeparatorLine2.Visible = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -568,6 +603,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.SetEnableExpirePassword(true);
|
this.SetEnableExpirePassword(true);
|
||||||
|
|
||||||
this.labelAutomaticLogoutTime.Text = system.AutoLogoutTime.ToString();
|
this.labelAutomaticLogoutTime.Text = system.AutoLogoutTime.ToString();
|
||||||
|
this.labelNumberOfLoginFailures.Text = system.NumberOfLoginFailures.ToString();
|
||||||
|
|
||||||
this.listBoxUserList.SelectedIndexChanged -= new EventHandler(this.listBoxUserList_SelectedIndexChanged);
|
this.listBoxUserList.SelectedIndexChanged -= new EventHandler(this.listBoxUserList_SelectedIndexChanged);
|
||||||
this.listBoxUserList.SelectedIndex = -1;
|
this.listBoxUserList.SelectedIndex = -1;
|
||||||
|
@ -1181,6 +1217,35 @@ namespace INT63DC_6CH.Forms
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private void labelNumberOfLoginFailures_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string before = "", after = "";
|
||||||
|
|
||||||
|
before = this.labelNumberOfLoginFailures.Text;
|
||||||
|
|
||||||
|
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelNumberOfLoginFailures.Text, 1, 0, false, this.ParentForm.SystemConfig.Language);
|
||||||
|
|
||||||
|
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 9)
|
||||||
|
{
|
||||||
|
// 입력범위를 확인하세요
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.labelNumberOfLoginFailures.Text = myKeyPad.StringValue;
|
||||||
|
this.ParentForm.SystemConfig.NumberOfLoginFailures = myKeyPad.IntValue;
|
||||||
|
this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
|
||||||
|
after = this.labelNumberOfLoginFailures.Text;
|
||||||
|
|
||||||
|
// Part11
|
||||||
|
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||||
|
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.NumberOfLoginFailure, "", before, after);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
private void labelAutomaticLogout_Click(object sender, EventArgs e)
|
private void labelAutomaticLogout_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
string before = "", after = "";
|
string before = "", after = "";
|
||||||
|
|
|
@ -33,10 +33,12 @@
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.buttonBack = new SmartX.SmartButton();
|
this.buttonBack = new SmartX.SmartButton();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.labelNumberOfLoginFailures = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleNumberOfLoginFailures = new SmartX.SmartLabel();
|
||||||
this.buttonResetPW = new SmartX.SmartButton();
|
this.buttonResetPW = new SmartX.SmartButton();
|
||||||
this.comboBoxAccessRight = new System.Windows.Forms.ComboBox();
|
this.comboBoxAccessRight = new System.Windows.Forms.ComboBox();
|
||||||
this.labelAccessRightAdmin = new SmartX.SmartLabel();
|
this.labelAccessRightAdmin = new SmartX.SmartLabel();
|
||||||
this.labelAutoLogoutWarning = new SmartX.SmartLabel();
|
this.labelTitleContents = new SmartX.SmartLabel();
|
||||||
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
|
||||||
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
||||||
this.labelTitleAccessRight = new SmartX.SmartLabel();
|
this.labelTitleAccessRight = new SmartX.SmartLabel();
|
||||||
|
@ -49,7 +51,7 @@
|
||||||
this.labelStatusExpiryAccount = new SmartX.SmartLabel();
|
this.labelStatusExpiryAccount = new SmartX.SmartLabel();
|
||||||
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.groupBoxTitleAccessRight = new SmartX.SmartGroupBox();
|
||||||
this.labelStaticEquipmentSetting = new SmartX.SmartLabel();
|
this.labelStaticEquipmentSetting = new SmartX.SmartLabel();
|
||||||
this.labelStaticMenu = new SmartX.SmartLabel();
|
this.labelStaticMenu = new SmartX.SmartLabel();
|
||||||
this.labelStaticMainDisplayAccess = new SmartX.SmartLabel();
|
this.labelStaticMainDisplayAccess = new SmartX.SmartLabel();
|
||||||
|
@ -89,7 +91,7 @@
|
||||||
this.labelCaution1 = new SmartX.SmartLabel();
|
this.labelCaution1 = new SmartX.SmartLabel();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.groupBoxTitleAccessRight.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// smartForm1
|
// smartForm1
|
||||||
|
@ -162,10 +164,12 @@
|
||||||
this.smartGroupBox1.BackColor = System.Drawing.Color.White;
|
this.smartGroupBox1.BackColor = System.Drawing.Color.White;
|
||||||
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelNumberOfLoginFailures);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelTitleNumberOfLoginFailures);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonResetPW);
|
this.smartGroupBox1.Controls.Add(this.buttonResetPW);
|
||||||
this.smartGroupBox1.Controls.Add(this.comboBoxAccessRight);
|
this.smartGroupBox1.Controls.Add(this.comboBoxAccessRight);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelAccessRightAdmin);
|
this.smartGroupBox1.Controls.Add(this.labelAccessRightAdmin);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelAutoLogoutWarning);
|
this.smartGroupBox1.Controls.Add(this.labelTitleContents);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine2);
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine2);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTitleAccessRight);
|
this.smartGroupBox1.Controls.Add(this.labelTitleAccessRight);
|
||||||
|
@ -178,7 +182,7 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.labelStatusExpiryAccount);
|
this.smartGroupBox1.Controls.Add(this.labelStatusExpiryAccount);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
|
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonDelete);
|
this.smartGroupBox1.Controls.Add(this.buttonDelete);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
|
this.smartGroupBox1.Controls.Add(this.groupBoxTitleAccessRight);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
|
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
|
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
|
||||||
|
@ -200,10 +204,52 @@
|
||||||
this.smartGroupBox1.Location = new System.Drawing.Point(379, 73);
|
this.smartGroupBox1.Location = new System.Drawing.Point(379, 73);
|
||||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||||
this.smartGroupBox1.RoundRadius = 5;
|
this.smartGroupBox1.RoundRadius = 5;
|
||||||
this.smartGroupBox1.Size = new System.Drawing.Size(642, 572);
|
this.smartGroupBox1.Size = new System.Drawing.Size(642, 587);
|
||||||
this.smartGroupBox1.TabIndex = 192;
|
this.smartGroupBox1.TabIndex = 192;
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
|
// labelNumberOfLoginFailures
|
||||||
|
//
|
||||||
|
this.labelNumberOfLoginFailures.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.labelNumberOfLoginFailures.BackPictureBox = null;
|
||||||
|
this.labelNumberOfLoginFailures.BackPictureBox1 = null;
|
||||||
|
this.labelNumberOfLoginFailures.BackPictureBox2 = null;
|
||||||
|
this.labelNumberOfLoginFailures.BorderColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.labelNumberOfLoginFailures.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelNumberOfLoginFailures.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelNumberOfLoginFailures.InitVisible = true;
|
||||||
|
this.labelNumberOfLoginFailures.LineSpacing = 0F;
|
||||||
|
this.labelNumberOfLoginFailures.Location = new System.Drawing.Point(199, 505);
|
||||||
|
this.labelNumberOfLoginFailures.Name = "labelNumberOfLoginFailures";
|
||||||
|
this.labelNumberOfLoginFailures.Size = new System.Drawing.Size(70, 30);
|
||||||
|
this.labelNumberOfLoginFailures.TabIndex = 245;
|
||||||
|
this.labelNumberOfLoginFailures.Text = "1";
|
||||||
|
this.labelNumberOfLoginFailures.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelNumberOfLoginFailures.Wordwrap = false;
|
||||||
|
this.labelNumberOfLoginFailures.Click += new System.EventHandler(this.labelNumberOfLoginFailures_Click);
|
||||||
|
//
|
||||||
|
// labelTitleNumberOfLoginFailures
|
||||||
|
//
|
||||||
|
this.labelTitleNumberOfLoginFailures.BackColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleNumberOfLoginFailures.BackPictureBox = null;
|
||||||
|
this.labelTitleNumberOfLoginFailures.BackPictureBox1 = null;
|
||||||
|
this.labelTitleNumberOfLoginFailures.BackPictureBox2 = null;
|
||||||
|
this.labelTitleNumberOfLoginFailures.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleNumberOfLoginFailures.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleNumberOfLoginFailures.ForeColor = System.Drawing.Color.White;
|
||||||
|
this.labelTitleNumberOfLoginFailures.InitVisible = true;
|
||||||
|
this.labelTitleNumberOfLoginFailures.LineSpacing = 0F;
|
||||||
|
this.labelTitleNumberOfLoginFailures.Location = new System.Drawing.Point(13, 505);
|
||||||
|
this.labelTitleNumberOfLoginFailures.Name = "labelTitleNumberOfLoginFailures";
|
||||||
|
this.labelTitleNumberOfLoginFailures.Size = new System.Drawing.Size(180, 30);
|
||||||
|
this.labelTitleNumberOfLoginFailures.TabIndex = 244;
|
||||||
|
this.labelTitleNumberOfLoginFailures.Text = "Number of failures";
|
||||||
|
this.labelTitleNumberOfLoginFailures.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleNumberOfLoginFailures.Wordwrap = false;
|
||||||
|
//
|
||||||
// buttonResetPW
|
// buttonResetPW
|
||||||
//
|
//
|
||||||
this.buttonResetPW.BackPictureBox = null;
|
this.buttonResetPW.BackPictureBox = null;
|
||||||
|
@ -214,6 +260,7 @@
|
||||||
this.buttonResetPW.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonResetPW.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonResetPW.DisableImage = null;
|
this.buttonResetPW.DisableImage = null;
|
||||||
this.buttonResetPW.DownImage = null;
|
this.buttonResetPW.DownImage = null;
|
||||||
|
this.buttonResetPW.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonResetPW.GroupID = 0;
|
this.buttonResetPW.GroupID = 0;
|
||||||
this.buttonResetPW.InitVisible = true;
|
this.buttonResetPW.InitVisible = true;
|
||||||
this.buttonResetPW.Location = new System.Drawing.Point(496, 120);
|
this.buttonResetPW.Location = new System.Drawing.Point(496, 120);
|
||||||
|
@ -266,26 +313,26 @@
|
||||||
this.labelAccessRightAdmin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelAccessRightAdmin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelAccessRightAdmin.Wordwrap = false;
|
this.labelAccessRightAdmin.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelAutoLogoutWarning
|
// labelTitleContents
|
||||||
//
|
//
|
||||||
this.labelAutoLogoutWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
this.labelTitleContents.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
||||||
this.labelAutoLogoutWarning.BackPictureBox = this.smartForm1;
|
this.labelTitleContents.BackPictureBox = this.smartForm1;
|
||||||
this.labelAutoLogoutWarning.BackPictureBox1 = null;
|
this.labelTitleContents.BackPictureBox1 = null;
|
||||||
this.labelAutoLogoutWarning.BackPictureBox2 = null;
|
this.labelTitleContents.BackPictureBox2 = null;
|
||||||
this.labelAutoLogoutWarning.BorderColor = System.Drawing.Color.White;
|
this.labelTitleContents.BorderColor = System.Drawing.Color.White;
|
||||||
this.labelAutoLogoutWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleContents.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelAutoLogoutWarning.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
this.labelTitleContents.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelAutoLogoutWarning.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelTitleContents.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelAutoLogoutWarning.InitVisible = true;
|
this.labelTitleContents.InitVisible = true;
|
||||||
this.labelAutoLogoutWarning.LineSpacing = 0F;
|
this.labelTitleContents.LineSpacing = 0F;
|
||||||
this.labelAutoLogoutWarning.Location = new System.Drawing.Point(321, 503);
|
this.labelTitleContents.Location = new System.Drawing.Point(321, 505);
|
||||||
this.labelAutoLogoutWarning.Name = "labelAutoLogoutWarning";
|
this.labelTitleContents.Name = "labelTitleContents";
|
||||||
this.labelAutoLogoutWarning.Size = new System.Drawing.Size(235, 30);
|
this.labelTitleContents.Size = new System.Drawing.Size(295, 66);
|
||||||
this.labelAutoLogoutWarning.TabIndex = 240;
|
this.labelTitleContents.TabIndex = 240;
|
||||||
this.labelAutoLogoutWarning.Text = "* 모든 사용자에게 적용됨";
|
this.labelTitleContents.Text = "* 모든 사용자에게 적용됨";
|
||||||
this.labelAutoLogoutWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleContents.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelAutoLogoutWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleContents.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelAutoLogoutWarning.Wordwrap = false;
|
this.labelTitleContents.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartSeparatorLine2
|
// smartSeparatorLine2
|
||||||
//
|
//
|
||||||
|
@ -325,7 +372,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", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleAccessRight.Font = new System.Drawing.Font("새굴림", 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;
|
||||||
|
@ -392,7 +439,7 @@
|
||||||
this.labelTitleDayPassword.LineSpacing = 0F;
|
this.labelTitleDayPassword.LineSpacing = 0F;
|
||||||
this.labelTitleDayPassword.Location = new System.Drawing.Point(274, 441);
|
this.labelTitleDayPassword.Location = new System.Drawing.Point(274, 441);
|
||||||
this.labelTitleDayPassword.Name = "labelTitleDayPassword";
|
this.labelTitleDayPassword.Name = "labelTitleDayPassword";
|
||||||
this.labelTitleDayPassword.Size = new System.Drawing.Size(30, 30);
|
this.labelTitleDayPassword.Size = new System.Drawing.Size(34, 30);
|
||||||
this.labelTitleDayPassword.TabIndex = 220;
|
this.labelTitleDayPassword.TabIndex = 220;
|
||||||
this.labelTitleDayPassword.Text = "day";
|
this.labelTitleDayPassword.Text = "day";
|
||||||
this.labelTitleDayPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleDayPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -412,7 +459,7 @@
|
||||||
this.labelTitleDayAccount.LineSpacing = 0F;
|
this.labelTitleDayAccount.LineSpacing = 0F;
|
||||||
this.labelTitleDayAccount.Location = new System.Drawing.Point(274, 405);
|
this.labelTitleDayAccount.Location = new System.Drawing.Point(274, 405);
|
||||||
this.labelTitleDayAccount.Name = "labelTitleDayAccount";
|
this.labelTitleDayAccount.Name = "labelTitleDayAccount";
|
||||||
this.labelTitleDayAccount.Size = new System.Drawing.Size(30, 30);
|
this.labelTitleDayAccount.Size = new System.Drawing.Size(34, 30);
|
||||||
this.labelTitleDayAccount.TabIndex = 219;
|
this.labelTitleDayAccount.TabIndex = 219;
|
||||||
this.labelTitleDayAccount.Text = "day";
|
this.labelTitleDayAccount.Text = "day";
|
||||||
this.labelTitleDayAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleDayAccount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -430,9 +477,9 @@
|
||||||
this.labelTitleMin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleMin.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleMin.InitVisible = true;
|
this.labelTitleMin.InitVisible = true;
|
||||||
this.labelTitleMin.LineSpacing = 0F;
|
this.labelTitleMin.LineSpacing = 0F;
|
||||||
this.labelTitleMin.Location = new System.Drawing.Point(274, 503);
|
this.labelTitleMin.Location = new System.Drawing.Point(274, 541);
|
||||||
this.labelTitleMin.Name = "labelTitleMin";
|
this.labelTitleMin.Name = "labelTitleMin";
|
||||||
this.labelTitleMin.Size = new System.Drawing.Size(37, 30);
|
this.labelTitleMin.Size = new System.Drawing.Size(41, 30);
|
||||||
this.labelTitleMin.TabIndex = 218;
|
this.labelTitleMin.TabIndex = 218;
|
||||||
this.labelTitleMin.Text = "min";
|
this.labelTitleMin.Text = "min";
|
||||||
this.labelTitleMin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleMin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -451,7 +498,7 @@
|
||||||
this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelStatusExpiryPassword.InitVisible = true;
|
this.labelStatusExpiryPassword.InitVisible = true;
|
||||||
this.labelStatusExpiryPassword.LineSpacing = 0F;
|
this.labelStatusExpiryPassword.LineSpacing = 0F;
|
||||||
this.labelStatusExpiryPassword.Location = new System.Drawing.Point(476, 441);
|
this.labelStatusExpiryPassword.Location = new System.Drawing.Point(480, 441);
|
||||||
this.labelStatusExpiryPassword.Name = "labelStatusExpiryPassword";
|
this.labelStatusExpiryPassword.Name = "labelStatusExpiryPassword";
|
||||||
this.labelStatusExpiryPassword.Size = new System.Drawing.Size(160, 30);
|
this.labelStatusExpiryPassword.Size = new System.Drawing.Size(160, 30);
|
||||||
this.labelStatusExpiryPassword.TabIndex = 194;
|
this.labelStatusExpiryPassword.TabIndex = 194;
|
||||||
|
@ -472,7 +519,7 @@
|
||||||
this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
|
this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed;
|
||||||
this.labelStatusExpiryAccount.InitVisible = true;
|
this.labelStatusExpiryAccount.InitVisible = true;
|
||||||
this.labelStatusExpiryAccount.LineSpacing = 0F;
|
this.labelStatusExpiryAccount.LineSpacing = 0F;
|
||||||
this.labelStatusExpiryAccount.Location = new System.Drawing.Point(476, 405);
|
this.labelStatusExpiryAccount.Location = new System.Drawing.Point(480, 405);
|
||||||
this.labelStatusExpiryAccount.Name = "labelStatusExpiryAccount";
|
this.labelStatusExpiryAccount.Name = "labelStatusExpiryAccount";
|
||||||
this.labelStatusExpiryAccount.Size = new System.Drawing.Size(160, 30);
|
this.labelStatusExpiryAccount.Size = new System.Drawing.Size(160, 30);
|
||||||
this.labelStatusExpiryAccount.TabIndex = 194;
|
this.labelStatusExpiryAccount.TabIndex = 194;
|
||||||
|
@ -493,7 +540,7 @@
|
||||||
this.labelAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
this.labelAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelAutomaticLogoutTime.InitVisible = true;
|
this.labelAutomaticLogoutTime.InitVisible = true;
|
||||||
this.labelAutomaticLogoutTime.LineSpacing = 0F;
|
this.labelAutomaticLogoutTime.LineSpacing = 0F;
|
||||||
this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(199, 503);
|
this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(199, 541);
|
||||||
this.labelAutomaticLogoutTime.Name = "labelAutomaticLogoutTime";
|
this.labelAutomaticLogoutTime.Name = "labelAutomaticLogoutTime";
|
||||||
this.labelAutomaticLogoutTime.Size = new System.Drawing.Size(70, 30);
|
this.labelAutomaticLogoutTime.Size = new System.Drawing.Size(70, 30);
|
||||||
this.labelAutomaticLogoutTime.TabIndex = 9;
|
this.labelAutomaticLogoutTime.TabIndex = 9;
|
||||||
|
@ -534,43 +581,44 @@
|
||||||
this.buttonDelete.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.UpImage")));
|
this.buttonDelete.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDelete.UpImage")));
|
||||||
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
|
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
|
||||||
//
|
//
|
||||||
// smartGroupBox2
|
// groupBoxTitleAccessRight
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackPictureBox = this.smartForm1;
|
this.groupBoxTitleAccessRight.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox2.BackPictureBox1 = null;
|
this.groupBoxTitleAccessRight.BackPictureBox1 = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticEquipmentSetting);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticEquipmentSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticMenu);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticMenu);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticMainDisplayAccess);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticMainDisplayAccess);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticViewer);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticViewer);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticStatistics);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticStatistics);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticUpdate);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticUpdate);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticIOTest);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticIOTest);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticMotorSetting);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticMotorSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticSystemSetting);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticSystemSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticDataBackup);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticDataBackup);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticCalibration);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticCalibration);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticCommunication);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticCommunication);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticTimeSetting);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticTimeSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticFactoryReset);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticFactoryReset);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticConfiguration);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticConfiguration);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticInformation);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticInformation);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticSubMenu);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticSubMenu);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticClear);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticClear);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticWeightSetting);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticWeightSetting);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelStaticProductNo);
|
this.groupBoxTitleAccessRight.Controls.Add(this.labelStaticProductNo);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxTitleAccessRight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxTitleAccessRight.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineThickness = 1;
|
this.groupBoxTitleAccessRight.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
this.groupBoxTitleAccessRight.FrameLineThickness = 1;
|
||||||
this.smartGroupBox2.Image = null;
|
this.groupBoxTitleAccessRight.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
this.smartGroupBox2.InitVisible = true;
|
this.groupBoxTitleAccessRight.Image = null;
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(3, 192);
|
this.groupBoxTitleAccessRight.InitVisible = true;
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.groupBoxTitleAccessRight.Location = new System.Drawing.Point(3, 192);
|
||||||
this.smartGroupBox2.RoundRadius = 5;
|
this.groupBoxTitleAccessRight.Name = "groupBoxTitleAccessRight";
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(587, 190);
|
this.groupBoxTitleAccessRight.RoundRadius = 5;
|
||||||
this.smartGroupBox2.TabIndex = 217;
|
this.groupBoxTitleAccessRight.Size = new System.Drawing.Size(626, 190);
|
||||||
this.smartGroupBox2.Text = "Access right";
|
this.groupBoxTitleAccessRight.TabIndex = 217;
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
this.groupBoxTitleAccessRight.Text = "Access right";
|
||||||
|
this.groupBoxTitleAccessRight.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// labelStaticEquipmentSetting
|
// labelStaticEquipmentSetting
|
||||||
//
|
//
|
||||||
|
@ -579,11 +627,12 @@
|
||||||
this.labelStaticEquipmentSetting.BackPictureBox2 = null;
|
this.labelStaticEquipmentSetting.BackPictureBox2 = null;
|
||||||
this.labelStaticEquipmentSetting.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticEquipmentSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticEquipmentSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticEquipmentSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticEquipmentSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticEquipmentSetting.InitVisible = true;
|
this.labelStaticEquipmentSetting.InitVisible = true;
|
||||||
this.labelStaticEquipmentSetting.LineSpacing = 0F;
|
this.labelStaticEquipmentSetting.LineSpacing = 0F;
|
||||||
this.labelStaticEquipmentSetting.Location = new System.Drawing.Point(427, 55);
|
this.labelStaticEquipmentSetting.Location = new System.Drawing.Point(462, 55);
|
||||||
this.labelStaticEquipmentSetting.Name = "labelStaticEquipmentSetting";
|
this.labelStaticEquipmentSetting.Name = "labelStaticEquipmentSetting";
|
||||||
this.labelStaticEquipmentSetting.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticEquipmentSetting.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticEquipmentSetting.TabIndex = 264;
|
this.labelStaticEquipmentSetting.TabIndex = 264;
|
||||||
this.labelStaticEquipmentSetting.Text = "Equipment";
|
this.labelStaticEquipmentSetting.Text = "Equipment";
|
||||||
this.labelStaticEquipmentSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticEquipmentSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -598,13 +647,13 @@
|
||||||
this.labelStaticMenu.BackPictureBox2 = null;
|
this.labelStaticMenu.BackPictureBox2 = null;
|
||||||
this.labelStaticMenu.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticMenu.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticMenu.ForeColor = System.Drawing.Color.White;
|
this.labelStaticMenu.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticMenu.InitVisible = true;
|
this.labelStaticMenu.InitVisible = true;
|
||||||
this.labelStaticMenu.LineSpacing = 0F;
|
this.labelStaticMenu.LineSpacing = 0F;
|
||||||
this.labelStaticMenu.Location = new System.Drawing.Point(155, 29);
|
this.labelStaticMenu.Location = new System.Drawing.Point(155, 29);
|
||||||
this.labelStaticMenu.Name = "labelStaticMenu";
|
this.labelStaticMenu.Name = "labelStaticMenu";
|
||||||
this.labelStaticMenu.Size = new System.Drawing.Size(408, 20);
|
this.labelStaticMenu.Size = new System.Drawing.Size(448, 20);
|
||||||
this.labelStaticMenu.TabIndex = 263;
|
this.labelStaticMenu.TabIndex = 263;
|
||||||
this.labelStaticMenu.Text = "Menu";
|
this.labelStaticMenu.Text = "Menu";
|
||||||
this.labelStaticMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -619,7 +668,7 @@
|
||||||
this.labelStaticMainDisplayAccess.BackPictureBox2 = null;
|
this.labelStaticMainDisplayAccess.BackPictureBox2 = null;
|
||||||
this.labelStaticMainDisplayAccess.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticMainDisplayAccess.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticMainDisplayAccess.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticMainDisplayAccess.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticMainDisplayAccess.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticMainDisplayAccess.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticMainDisplayAccess.ForeColor = System.Drawing.Color.White;
|
this.labelStaticMainDisplayAccess.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticMainDisplayAccess.InitVisible = true;
|
this.labelStaticMainDisplayAccess.InitVisible = true;
|
||||||
this.labelStaticMainDisplayAccess.LineSpacing = 0F;
|
this.labelStaticMainDisplayAccess.LineSpacing = 0F;
|
||||||
|
@ -639,11 +688,12 @@
|
||||||
this.labelStaticViewer.BackPictureBox2 = null;
|
this.labelStaticViewer.BackPictureBox2 = null;
|
||||||
this.labelStaticViewer.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticViewer.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticViewer.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticViewer.InitVisible = true;
|
this.labelStaticViewer.InitVisible = true;
|
||||||
this.labelStaticViewer.LineSpacing = 0F;
|
this.labelStaticViewer.LineSpacing = 0F;
|
||||||
this.labelStaticViewer.Location = new System.Drawing.Point(427, 127);
|
this.labelStaticViewer.Location = new System.Drawing.Point(462, 127);
|
||||||
this.labelStaticViewer.Name = "labelStaticViewer";
|
this.labelStaticViewer.Name = "labelStaticViewer";
|
||||||
this.labelStaticViewer.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticViewer.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticViewer.TabIndex = 261;
|
this.labelStaticViewer.TabIndex = 261;
|
||||||
this.labelStaticViewer.Text = "Viewer";
|
this.labelStaticViewer.Text = "Viewer";
|
||||||
this.labelStaticViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -657,11 +707,12 @@
|
||||||
this.labelStaticStatistics.BackPictureBox2 = null;
|
this.labelStaticStatistics.BackPictureBox2 = null;
|
||||||
this.labelStaticStatistics.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticStatistics.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticStatistics.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticStatistics.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticStatistics.InitVisible = true;
|
this.labelStaticStatistics.InitVisible = true;
|
||||||
this.labelStaticStatistics.LineSpacing = 0F;
|
this.labelStaticStatistics.LineSpacing = 0F;
|
||||||
this.labelStaticStatistics.Location = new System.Drawing.Point(427, 103);
|
this.labelStaticStatistics.Location = new System.Drawing.Point(462, 103);
|
||||||
this.labelStaticStatistics.Name = "labelStaticStatistics";
|
this.labelStaticStatistics.Name = "labelStaticStatistics";
|
||||||
this.labelStaticStatistics.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticStatistics.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticStatistics.TabIndex = 260;
|
this.labelStaticStatistics.TabIndex = 260;
|
||||||
this.labelStaticStatistics.Text = "Statistics";
|
this.labelStaticStatistics.Text = "Statistics";
|
||||||
this.labelStaticStatistics.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticStatistics.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -675,11 +726,12 @@
|
||||||
this.labelStaticUpdate.BackPictureBox2 = null;
|
this.labelStaticUpdate.BackPictureBox2 = null;
|
||||||
this.labelStaticUpdate.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticUpdate.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticUpdate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticUpdate.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticUpdate.InitVisible = true;
|
this.labelStaticUpdate.InitVisible = true;
|
||||||
this.labelStaticUpdate.LineSpacing = 0F;
|
this.labelStaticUpdate.LineSpacing = 0F;
|
||||||
this.labelStaticUpdate.Location = new System.Drawing.Point(291, 103);
|
this.labelStaticUpdate.Location = new System.Drawing.Point(311, 103);
|
||||||
this.labelStaticUpdate.Name = "labelStaticUpdate";
|
this.labelStaticUpdate.Name = "labelStaticUpdate";
|
||||||
this.labelStaticUpdate.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticUpdate.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticUpdate.TabIndex = 259;
|
this.labelStaticUpdate.TabIndex = 259;
|
||||||
this.labelStaticUpdate.Text = "Update";
|
this.labelStaticUpdate.Text = "Update";
|
||||||
this.labelStaticUpdate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticUpdate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -693,11 +745,12 @@
|
||||||
this.labelStaticIOTest.BackPictureBox2 = null;
|
this.labelStaticIOTest.BackPictureBox2 = null;
|
||||||
this.labelStaticIOTest.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticIOTest.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticIOTest.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticIOTest.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticIOTest.InitVisible = true;
|
this.labelStaticIOTest.InitVisible = true;
|
||||||
this.labelStaticIOTest.LineSpacing = 0F;
|
this.labelStaticIOTest.LineSpacing = 0F;
|
||||||
this.labelStaticIOTest.Location = new System.Drawing.Point(291, 79);
|
this.labelStaticIOTest.Location = new System.Drawing.Point(311, 79);
|
||||||
this.labelStaticIOTest.Name = "labelStaticIOTest";
|
this.labelStaticIOTest.Name = "labelStaticIOTest";
|
||||||
this.labelStaticIOTest.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticIOTest.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticIOTest.TabIndex = 258;
|
this.labelStaticIOTest.TabIndex = 258;
|
||||||
this.labelStaticIOTest.Text = "I/O Test";
|
this.labelStaticIOTest.Text = "I/O Test";
|
||||||
this.labelStaticIOTest.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticIOTest.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -711,11 +764,12 @@
|
||||||
this.labelStaticMotorSetting.BackPictureBox2 = null;
|
this.labelStaticMotorSetting.BackPictureBox2 = null;
|
||||||
this.labelStaticMotorSetting.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticMotorSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticMotorSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticMotorSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticMotorSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticMotorSetting.InitVisible = true;
|
this.labelStaticMotorSetting.InitVisible = true;
|
||||||
this.labelStaticMotorSetting.LineSpacing = 0F;
|
this.labelStaticMotorSetting.LineSpacing = 0F;
|
||||||
this.labelStaticMotorSetting.Location = new System.Drawing.Point(291, 55);
|
this.labelStaticMotorSetting.Location = new System.Drawing.Point(311, 55);
|
||||||
this.labelStaticMotorSetting.Name = "labelStaticMotorSetting";
|
this.labelStaticMotorSetting.Name = "labelStaticMotorSetting";
|
||||||
this.labelStaticMotorSetting.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticMotorSetting.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticMotorSetting.TabIndex = 257;
|
this.labelStaticMotorSetting.TabIndex = 257;
|
||||||
this.labelStaticMotorSetting.Text = "Motor";
|
this.labelStaticMotorSetting.Text = "Motor";
|
||||||
this.labelStaticMotorSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticMotorSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -729,11 +783,12 @@
|
||||||
this.labelStaticSystemSetting.BackPictureBox2 = null;
|
this.labelStaticSystemSetting.BackPictureBox2 = null;
|
||||||
this.labelStaticSystemSetting.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSystemSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSystemSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSystemSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticSystemSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticSystemSetting.InitVisible = true;
|
this.labelStaticSystemSetting.InitVisible = true;
|
||||||
this.labelStaticSystemSetting.LineSpacing = 0F;
|
this.labelStaticSystemSetting.LineSpacing = 0F;
|
||||||
this.labelStaticSystemSetting.Location = new System.Drawing.Point(155, 151);
|
this.labelStaticSystemSetting.Location = new System.Drawing.Point(155, 151);
|
||||||
this.labelStaticSystemSetting.Name = "labelStaticSystemSetting";
|
this.labelStaticSystemSetting.Name = "labelStaticSystemSetting";
|
||||||
this.labelStaticSystemSetting.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticSystemSetting.Size = new System.Drawing.Size(150, 18);
|
||||||
this.labelStaticSystemSetting.TabIndex = 256;
|
this.labelStaticSystemSetting.TabIndex = 256;
|
||||||
this.labelStaticSystemSetting.Text = "System";
|
this.labelStaticSystemSetting.Text = "System";
|
||||||
this.labelStaticSystemSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticSystemSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -747,11 +802,12 @@
|
||||||
this.labelStaticDataBackup.BackPictureBox2 = null;
|
this.labelStaticDataBackup.BackPictureBox2 = null;
|
||||||
this.labelStaticDataBackup.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDataBackup.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDataBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticDataBackup.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticDataBackup.InitVisible = true;
|
this.labelStaticDataBackup.InitVisible = true;
|
||||||
this.labelStaticDataBackup.LineSpacing = 0F;
|
this.labelStaticDataBackup.LineSpacing = 0F;
|
||||||
this.labelStaticDataBackup.Location = new System.Drawing.Point(291, 151);
|
this.labelStaticDataBackup.Location = new System.Drawing.Point(311, 151);
|
||||||
this.labelStaticDataBackup.Name = "labelStaticDataBackup";
|
this.labelStaticDataBackup.Name = "labelStaticDataBackup";
|
||||||
this.labelStaticDataBackup.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticDataBackup.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticDataBackup.TabIndex = 255;
|
this.labelStaticDataBackup.TabIndex = 255;
|
||||||
this.labelStaticDataBackup.Text = "Data Backup";
|
this.labelStaticDataBackup.Text = "Data Backup";
|
||||||
this.labelStaticDataBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticDataBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -765,11 +821,12 @@
|
||||||
this.labelStaticCalibration.BackPictureBox2 = null;
|
this.labelStaticCalibration.BackPictureBox2 = null;
|
||||||
this.labelStaticCalibration.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticCalibration.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticCalibration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticCalibration.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticCalibration.InitVisible = true;
|
this.labelStaticCalibration.InitVisible = true;
|
||||||
this.labelStaticCalibration.LineSpacing = 0F;
|
this.labelStaticCalibration.LineSpacing = 0F;
|
||||||
this.labelStaticCalibration.Location = new System.Drawing.Point(155, 127);
|
this.labelStaticCalibration.Location = new System.Drawing.Point(155, 127);
|
||||||
this.labelStaticCalibration.Name = "labelStaticCalibration";
|
this.labelStaticCalibration.Name = "labelStaticCalibration";
|
||||||
this.labelStaticCalibration.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticCalibration.Size = new System.Drawing.Size(150, 18);
|
||||||
this.labelStaticCalibration.TabIndex = 253;
|
this.labelStaticCalibration.TabIndex = 253;
|
||||||
this.labelStaticCalibration.Text = "Calibration";
|
this.labelStaticCalibration.Text = "Calibration";
|
||||||
this.labelStaticCalibration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticCalibration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -783,11 +840,12 @@
|
||||||
this.labelStaticCommunication.BackPictureBox2 = null;
|
this.labelStaticCommunication.BackPictureBox2 = null;
|
||||||
this.labelStaticCommunication.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticCommunication.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticCommunication.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticCommunication.InitVisible = true;
|
this.labelStaticCommunication.InitVisible = true;
|
||||||
this.labelStaticCommunication.LineSpacing = 0F;
|
this.labelStaticCommunication.LineSpacing = 0F;
|
||||||
this.labelStaticCommunication.Location = new System.Drawing.Point(155, 103);
|
this.labelStaticCommunication.Location = new System.Drawing.Point(155, 103);
|
||||||
this.labelStaticCommunication.Name = "labelStaticCommunication";
|
this.labelStaticCommunication.Name = "labelStaticCommunication";
|
||||||
this.labelStaticCommunication.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticCommunication.Size = new System.Drawing.Size(150, 18);
|
||||||
this.labelStaticCommunication.TabIndex = 252;
|
this.labelStaticCommunication.TabIndex = 252;
|
||||||
this.labelStaticCommunication.Text = "Communication";
|
this.labelStaticCommunication.Text = "Communication";
|
||||||
this.labelStaticCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -801,11 +859,12 @@
|
||||||
this.labelStaticTimeSetting.BackPictureBox2 = null;
|
this.labelStaticTimeSetting.BackPictureBox2 = null;
|
||||||
this.labelStaticTimeSetting.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticTimeSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticTimeSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticTimeSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticTimeSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticTimeSetting.InitVisible = true;
|
this.labelStaticTimeSetting.InitVisible = true;
|
||||||
this.labelStaticTimeSetting.LineSpacing = 0F;
|
this.labelStaticTimeSetting.LineSpacing = 0F;
|
||||||
this.labelStaticTimeSetting.Location = new System.Drawing.Point(427, 79);
|
this.labelStaticTimeSetting.Location = new System.Drawing.Point(462, 79);
|
||||||
this.labelStaticTimeSetting.Name = "labelStaticTimeSetting";
|
this.labelStaticTimeSetting.Name = "labelStaticTimeSetting";
|
||||||
this.labelStaticTimeSetting.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticTimeSetting.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticTimeSetting.TabIndex = 251;
|
this.labelStaticTimeSetting.TabIndex = 251;
|
||||||
this.labelStaticTimeSetting.Text = "Time";
|
this.labelStaticTimeSetting.Text = "Time";
|
||||||
this.labelStaticTimeSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticTimeSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -819,11 +878,12 @@
|
||||||
this.labelStaticFactoryReset.BackPictureBox2 = null;
|
this.labelStaticFactoryReset.BackPictureBox2 = null;
|
||||||
this.labelStaticFactoryReset.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticFactoryReset.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticFactoryReset.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticFactoryReset.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticFactoryReset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticFactoryReset.InitVisible = true;
|
this.labelStaticFactoryReset.InitVisible = true;
|
||||||
this.labelStaticFactoryReset.LineSpacing = 0F;
|
this.labelStaticFactoryReset.LineSpacing = 0F;
|
||||||
this.labelStaticFactoryReset.Location = new System.Drawing.Point(291, 127);
|
this.labelStaticFactoryReset.Location = new System.Drawing.Point(311, 127);
|
||||||
this.labelStaticFactoryReset.Name = "labelStaticFactoryReset";
|
this.labelStaticFactoryReset.Name = "labelStaticFactoryReset";
|
||||||
this.labelStaticFactoryReset.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticFactoryReset.Size = new System.Drawing.Size(145, 18);
|
||||||
this.labelStaticFactoryReset.TabIndex = 250;
|
this.labelStaticFactoryReset.TabIndex = 250;
|
||||||
this.labelStaticFactoryReset.Text = "Initialization";
|
this.labelStaticFactoryReset.Text = "Initialization";
|
||||||
this.labelStaticFactoryReset.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticFactoryReset.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -837,11 +897,12 @@
|
||||||
this.labelStaticConfiguration.BackPictureBox2 = null;
|
this.labelStaticConfiguration.BackPictureBox2 = null;
|
||||||
this.labelStaticConfiguration.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticConfiguration.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticConfiguration.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticConfiguration.InitVisible = true;
|
this.labelStaticConfiguration.InitVisible = true;
|
||||||
this.labelStaticConfiguration.LineSpacing = 0F;
|
this.labelStaticConfiguration.LineSpacing = 0F;
|
||||||
this.labelStaticConfiguration.Location = new System.Drawing.Point(155, 79);
|
this.labelStaticConfiguration.Location = new System.Drawing.Point(155, 79);
|
||||||
this.labelStaticConfiguration.Name = "labelStaticConfiguration";
|
this.labelStaticConfiguration.Name = "labelStaticConfiguration";
|
||||||
this.labelStaticConfiguration.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticConfiguration.Size = new System.Drawing.Size(150, 18);
|
||||||
this.labelStaticConfiguration.TabIndex = 249;
|
this.labelStaticConfiguration.TabIndex = 249;
|
||||||
this.labelStaticConfiguration.Text = "Configuration";
|
this.labelStaticConfiguration.Text = "Configuration";
|
||||||
this.labelStaticConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -855,11 +916,12 @@
|
||||||
this.labelStaticInformation.BackPictureBox2 = null;
|
this.labelStaticInformation.BackPictureBox2 = null;
|
||||||
this.labelStaticInformation.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticInformation.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticInformation.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticInformation.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticInformation.InitVisible = true;
|
this.labelStaticInformation.InitVisible = true;
|
||||||
this.labelStaticInformation.LineSpacing = 0F;
|
this.labelStaticInformation.LineSpacing = 0F;
|
||||||
this.labelStaticInformation.Location = new System.Drawing.Point(155, 55);
|
this.labelStaticInformation.Location = new System.Drawing.Point(155, 55);
|
||||||
this.labelStaticInformation.Name = "labelStaticInformation";
|
this.labelStaticInformation.Name = "labelStaticInformation";
|
||||||
this.labelStaticInformation.Size = new System.Drawing.Size(130, 18);
|
this.labelStaticInformation.Size = new System.Drawing.Size(150, 18);
|
||||||
this.labelStaticInformation.TabIndex = 248;
|
this.labelStaticInformation.TabIndex = 248;
|
||||||
this.labelStaticInformation.Text = "Information";
|
this.labelStaticInformation.Text = "Information";
|
||||||
this.labelStaticInformation.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelStaticInformation.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -873,6 +935,7 @@
|
||||||
this.labelStaticSubMenu.BackPictureBox2 = null;
|
this.labelStaticSubMenu.BackPictureBox2 = null;
|
||||||
this.labelStaticSubMenu.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSubMenu.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSubMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticSubMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticSubMenu.InitVisible = true;
|
this.labelStaticSubMenu.InitVisible = true;
|
||||||
this.labelStaticSubMenu.LineSpacing = 0F;
|
this.labelStaticSubMenu.LineSpacing = 0F;
|
||||||
this.labelStaticSubMenu.Location = new System.Drawing.Point(19, 127);
|
this.labelStaticSubMenu.Location = new System.Drawing.Point(19, 127);
|
||||||
|
@ -891,6 +954,7 @@
|
||||||
this.labelStaticClear.BackPictureBox2 = null;
|
this.labelStaticClear.BackPictureBox2 = null;
|
||||||
this.labelStaticClear.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticClear.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticClear.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticClear.InitVisible = true;
|
this.labelStaticClear.InitVisible = true;
|
||||||
this.labelStaticClear.LineSpacing = 0F;
|
this.labelStaticClear.LineSpacing = 0F;
|
||||||
this.labelStaticClear.Location = new System.Drawing.Point(19, 103);
|
this.labelStaticClear.Location = new System.Drawing.Point(19, 103);
|
||||||
|
@ -909,6 +973,7 @@
|
||||||
this.labelStaticWeightSetting.BackPictureBox2 = null;
|
this.labelStaticWeightSetting.BackPictureBox2 = null;
|
||||||
this.labelStaticWeightSetting.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticWeightSetting.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticWeightSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticWeightSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticWeightSetting.InitVisible = true;
|
this.labelStaticWeightSetting.InitVisible = true;
|
||||||
this.labelStaticWeightSetting.LineSpacing = 0F;
|
this.labelStaticWeightSetting.LineSpacing = 0F;
|
||||||
this.labelStaticWeightSetting.Location = new System.Drawing.Point(19, 79);
|
this.labelStaticWeightSetting.Location = new System.Drawing.Point(19, 79);
|
||||||
|
@ -927,6 +992,7 @@
|
||||||
this.labelStaticProductNo.BackPictureBox2 = null;
|
this.labelStaticProductNo.BackPictureBox2 = null;
|
||||||
this.labelStaticProductNo.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticProductNo.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticProductNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticProductNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelStaticProductNo.ForeColor = System.Drawing.Color.Black;
|
this.labelStaticProductNo.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticProductNo.InitVisible = true;
|
this.labelStaticProductNo.InitVisible = true;
|
||||||
this.labelStaticProductNo.LineSpacing = 0F;
|
this.labelStaticProductNo.LineSpacing = 0F;
|
||||||
|
@ -947,11 +1013,11 @@
|
||||||
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", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("새굴림", 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;
|
||||||
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(13, 503);
|
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(13, 541);
|
||||||
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
|
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
|
||||||
this.labelTitleAutomaticLogoutTime.Size = new System.Drawing.Size(180, 30);
|
this.labelTitleAutomaticLogoutTime.Size = new System.Drawing.Size(180, 30);
|
||||||
this.labelTitleAutomaticLogoutTime.TabIndex = 8;
|
this.labelTitleAutomaticLogoutTime.TabIndex = 8;
|
||||||
|
@ -1001,7 +1067,7 @@
|
||||||
this.labelExpiryDateOfPassword2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelExpiryDateOfPassword2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelExpiryDateOfPassword2.InitVisible = true;
|
this.labelExpiryDateOfPassword2.InitVisible = true;
|
||||||
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
|
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
|
||||||
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(310, 441);
|
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(314, 441);
|
||||||
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
|
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
|
||||||
this.labelExpiryDateOfPassword2.Size = new System.Drawing.Size(160, 30);
|
this.labelExpiryDateOfPassword2.Size = new System.Drawing.Size(160, 30);
|
||||||
this.labelExpiryDateOfPassword2.TabIndex = 215;
|
this.labelExpiryDateOfPassword2.TabIndex = 215;
|
||||||
|
@ -1020,7 +1086,7 @@
|
||||||
this.labelExpiryDateOfAccount2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelExpiryDateOfAccount2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelExpiryDateOfAccount2.InitVisible = true;
|
this.labelExpiryDateOfAccount2.InitVisible = true;
|
||||||
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
|
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
|
||||||
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(310, 405);
|
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(314, 405);
|
||||||
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
|
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
|
||||||
this.labelExpiryDateOfAccount2.Size = new System.Drawing.Size(160, 30);
|
this.labelExpiryDateOfAccount2.Size = new System.Drawing.Size(160, 30);
|
||||||
this.labelExpiryDateOfAccount2.TabIndex = 214;
|
this.labelExpiryDateOfAccount2.TabIndex = 214;
|
||||||
|
@ -1091,7 +1157,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", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 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 +1178,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", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 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;
|
||||||
|
@ -1133,6 +1199,7 @@
|
||||||
this.labelPassword.BackPictureBox2 = null;
|
this.labelPassword.BackPictureBox2 = null;
|
||||||
this.labelPassword.BorderColor = System.Drawing.Color.Black;
|
this.labelPassword.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelPassword.InitVisible = true;
|
this.labelPassword.InitVisible = true;
|
||||||
this.labelPassword.LineSpacing = 0F;
|
this.labelPassword.LineSpacing = 0F;
|
||||||
this.labelPassword.Location = new System.Drawing.Point(199, 120);
|
this.labelPassword.Location = new System.Drawing.Point(199, 120);
|
||||||
|
@ -1153,7 +1220,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", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 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;
|
||||||
|
@ -1174,6 +1241,7 @@
|
||||||
this.labelID.BackPictureBox2 = null;
|
this.labelID.BackPictureBox2 = null;
|
||||||
this.labelID.BorderColor = System.Drawing.Color.Black;
|
this.labelID.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelID.InitVisible = true;
|
this.labelID.InitVisible = true;
|
||||||
this.labelID.LineSpacing = 0F;
|
this.labelID.LineSpacing = 0F;
|
||||||
this.labelID.Location = new System.Drawing.Point(199, 84);
|
this.labelID.Location = new System.Drawing.Point(199, 84);
|
||||||
|
@ -1194,7 +1262,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", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 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;
|
||||||
|
@ -1259,7 +1327,7 @@
|
||||||
this.labelCaution.LineSpacing = 0F;
|
this.labelCaution.LineSpacing = 0F;
|
||||||
this.labelCaution.Location = new System.Drawing.Point(27, 678);
|
this.labelCaution.Location = new System.Drawing.Point(27, 678);
|
||||||
this.labelCaution.Name = "labelCaution";
|
this.labelCaution.Name = "labelCaution";
|
||||||
this.labelCaution.Size = new System.Drawing.Size(750, 20);
|
this.labelCaution.Size = new System.Drawing.Size(798, 20);
|
||||||
this.labelCaution.TabIndex = 218;
|
this.labelCaution.TabIndex = 218;
|
||||||
this.labelCaution.Text = "유저 등록시 주의사항";
|
this.labelCaution.Text = "유저 등록시 주의사항";
|
||||||
this.labelCaution.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelCaution.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -1278,7 +1346,7 @@
|
||||||
this.labelCaution2.LineSpacing = 0F;
|
this.labelCaution2.LineSpacing = 0F;
|
||||||
this.labelCaution2.Location = new System.Drawing.Point(27, 730);
|
this.labelCaution2.Location = new System.Drawing.Point(27, 730);
|
||||||
this.labelCaution2.Name = "labelCaution2";
|
this.labelCaution2.Name = "labelCaution2";
|
||||||
this.labelCaution2.Size = new System.Drawing.Size(750, 20);
|
this.labelCaution2.Size = new System.Drawing.Size(798, 20);
|
||||||
this.labelCaution2.TabIndex = 217;
|
this.labelCaution2.TabIndex = 217;
|
||||||
this.labelCaution2.Text = "- 신규 유저 등록 후 첫 로그인 시 비밀번호를 변경 할 수 있습니다.";
|
this.labelCaution2.Text = "- 신규 유저 등록 후 첫 로그인 시 비밀번호를 변경 할 수 있습니다.";
|
||||||
this.labelCaution2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelCaution2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -1297,7 +1365,7 @@
|
||||||
this.labelCaution1.LineSpacing = 0F;
|
this.labelCaution1.LineSpacing = 0F;
|
||||||
this.labelCaution1.Location = new System.Drawing.Point(27, 704);
|
this.labelCaution1.Location = new System.Drawing.Point(27, 704);
|
||||||
this.labelCaution1.Name = "labelCaution1";
|
this.labelCaution1.Name = "labelCaution1";
|
||||||
this.labelCaution1.Size = new System.Drawing.Size(750, 20);
|
this.labelCaution1.Size = new System.Drawing.Size(798, 20);
|
||||||
this.labelCaution1.TabIndex = 216;
|
this.labelCaution1.TabIndex = 216;
|
||||||
this.labelCaution1.Text = "- 신규 유저 등록시 패스워드는 초기값\"Password12!\"으로 설정 됩니다.";
|
this.labelCaution1.Text = "- 신규 유저 등록시 패스워드는 초기값\"Password12!\"으로 설정 됩니다.";
|
||||||
this.labelCaution1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelCaution1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -1323,7 +1391,7 @@
|
||||||
this.Text = "FormUserEditor";
|
this.Text = "FormUserEditor";
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||||
this.smartGroupBox1.ResumeLayout(false);
|
this.smartGroupBox1.ResumeLayout(false);
|
||||||
this.smartGroupBox2.ResumeLayout(false);
|
this.groupBoxTitleAccessRight.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1347,7 +1415,7 @@
|
||||||
private SmartX.SmartCheckBox cbAdministrator;
|
private SmartX.SmartCheckBox cbAdministrator;
|
||||||
private SmartX.SmartLabel labelExpiryDateOfPassword2;
|
private SmartX.SmartLabel labelExpiryDateOfPassword2;
|
||||||
private SmartX.SmartLabel labelExpiryDateOfAccount2;
|
private SmartX.SmartLabel labelExpiryDateOfAccount2;
|
||||||
private SmartX.SmartGroupBox smartGroupBox2;
|
private SmartX.SmartGroupBox groupBoxTitleAccessRight;
|
||||||
private SmartX.SmartButton buttonNew;
|
private SmartX.SmartButton buttonNew;
|
||||||
private SmartX.SmartButton buttonDelete;
|
private SmartX.SmartButton buttonDelete;
|
||||||
private SmartX.SmartButton buttonSave;
|
private SmartX.SmartButton buttonSave;
|
||||||
|
@ -1379,7 +1447,7 @@
|
||||||
private SmartX.SmartLabel labelStaticProductNo;
|
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 labelTitleContents;
|
||||||
private System.Windows.Forms.ComboBox comboBoxAccessRight;
|
private System.Windows.Forms.ComboBox comboBoxAccessRight;
|
||||||
public SmartX.SmartLabel labelAccessRightAdmin;
|
public SmartX.SmartLabel labelAccessRightAdmin;
|
||||||
private SmartX.SmartLabel labelStaticEquipmentSetting;
|
private SmartX.SmartLabel labelStaticEquipmentSetting;
|
||||||
|
@ -1388,5 +1456,7 @@
|
||||||
private SmartX.SmartLabel labelCaution;
|
private SmartX.SmartLabel labelCaution;
|
||||||
private SmartX.SmartLabel labelCaution2;
|
private SmartX.SmartLabel labelCaution2;
|
||||||
private SmartX.SmartLabel labelCaution1;
|
private SmartX.SmartLabel labelCaution1;
|
||||||
|
private SmartX.SmartLabel labelNumberOfLoginFailures;
|
||||||
|
private SmartX.SmartLabel labelTitleNumberOfLoginFailures;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -10,6 +10,7 @@ using System.Windows.Forms;
|
||||||
|
|
||||||
using INT63DC_ImageDll;
|
using INT63DC_ImageDll;
|
||||||
using INT63DC_6CH.In_UserManager;
|
using INT63DC_6CH.In_UserManager;
|
||||||
|
using SmartX;
|
||||||
|
|
||||||
namespace INT63DC_6CH.Forms
|
namespace INT63DC_6CH.Forms
|
||||||
{
|
{
|
||||||
|
@ -25,7 +26,6 @@ namespace INT63DC_6CH.Forms
|
||||||
private Collection<Control> CollectionLevel1Control;
|
private Collection<Control> CollectionLevel1Control;
|
||||||
private Collection<Control> CollectionLevel2Control;
|
private Collection<Control> CollectionLevel2Control;
|
||||||
private Collection<Control> CollectionLevel3Control;
|
private Collection<Control> CollectionLevel3Control;
|
||||||
private Collection<Control> CollectionLevel4Control;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
|
@ -59,6 +59,10 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.English:
|
case DataStore.LanguageID.English:
|
||||||
this.labelTitle.Text = "Group Editor";
|
this.labelTitle.Text = "Group Editor";
|
||||||
|
|
||||||
|
this.labelTitleChangeName.TextHAlign = SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleChangeName.TextVAlign = SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelTitleChangeName.Text = "Change Level Name";
|
||||||
|
|
||||||
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));
|
||||||
|
@ -72,17 +76,18 @@ namespace INT63DC_6CH.Forms
|
||||||
case DataStore.LanguageID.German:
|
case DataStore.LanguageID.German:
|
||||||
this.labelTitle.Text = "Gruppeneditor";
|
this.labelTitle.Text = "Gruppeneditor";
|
||||||
|
|
||||||
this.labelTitle1.Text = "Stufe 1";
|
this.labelTitleL1_1.Text = this.labelTitleL1_2.Text = "S1";
|
||||||
this.labelTitle2.Text = "Stufe 2";
|
this.labelTitleL2_1.Text = this.labelTitleL2_2.Text = "S2";
|
||||||
this.labelTitle3.Text = "Stufe 3";
|
this.labelTitleL3_1.Text = this.labelTitleL3_2.Text = "S3";
|
||||||
|
|
||||||
this.labelStaticMainDisplayAccess.Text = "Hauptanzeige";
|
this.labelStaticMainDisplayAccess.Text = "Hauptanzeige";
|
||||||
this.labelStaticProductNo.Text = "Warenwechsel";
|
this.labelStaticProductNo.Text = "Warenwechsel";
|
||||||
this.labelStaticWeightSetting.Text = "Gewichts-Einstellungen";
|
this.labelStaticWeightSetting.Text = "Gewichts-Einstellungen";
|
||||||
this.labelStaticClear.Text = "Löschen";
|
this.labelStaticClear.Text = "Löschen";
|
||||||
|
|
||||||
|
this.labelStaticMenu.Text = "Menü";
|
||||||
this.labelStaticCommunication.Text = "Kommunikationseinstellungen";
|
this.labelStaticCommunication.Text = "Kommunikationseinstellungen";
|
||||||
this.labelStaticSubMenu.Text = "Untermenü";
|
this.labelStaticSubMenu.Text = "Untermenü";
|
||||||
this.labelStaticMenu.Text = "Menü";
|
|
||||||
this.labelStaticTimeSetting.Text = "Zeiteinstellung";
|
this.labelStaticTimeSetting.Text = "Zeiteinstellung";
|
||||||
this.labelStaticInformation.Text = "Systeminformation";
|
this.labelStaticInformation.Text = "Systeminformation";
|
||||||
this.labelStaticDataBackup.Text = "Datensicherung";
|
this.labelStaticDataBackup.Text = "Datensicherung";
|
||||||
|
@ -98,6 +103,10 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStaticStatistics.Text = "Statistik";
|
this.labelStaticStatistics.Text = "Statistik";
|
||||||
this.labelStaticUserGroupSetting.Text = "Gruppeneditor";
|
this.labelStaticUserGroupSetting.Text = "Gruppeneditor";
|
||||||
|
|
||||||
|
this.labelTitleChangeName.TextHAlign = SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleChangeName.TextVAlign = SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelTitleChangeName.Text = "Ebenennamen ändern";
|
||||||
|
|
||||||
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));
|
||||||
|
@ -110,9 +119,9 @@ namespace INT63DC_6CH.Forms
|
||||||
#region Chinese
|
#region Chinese
|
||||||
this.labelTitle.Text = "组编辑";
|
this.labelTitle.Text = "组编辑";
|
||||||
|
|
||||||
this.labelTitle1.Text = "级别1";
|
this.labelTitleL1_1.Text = "级别1";
|
||||||
this.labelTitle2.Text = "级别2";
|
this.labelTitleL2_1.Text = "级别2";
|
||||||
this.labelTitle3.Text = "级别3";
|
this.labelTitleL3_1.Text = "级别3";
|
||||||
|
|
||||||
this.labelStaticMainDisplayAccess.Text = "主显示访问";
|
this.labelStaticMainDisplayAccess.Text = "主显示访问";
|
||||||
this.labelStaticProductNo.Text = "编号";
|
this.labelStaticProductNo.Text = "编号";
|
||||||
|
@ -135,6 +144,10 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStaticUserSetting.Text = "用户设置";
|
this.labelStaticUserSetting.Text = "用户设置";
|
||||||
this.labelStaticStatistics.Text = "数据统计";
|
this.labelStaticStatistics.Text = "数据统计";
|
||||||
|
|
||||||
|
this.labelTitleChangeName.TextHAlign = SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleChangeName.TextVAlign = SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleChangeName.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));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
||||||
|
@ -148,9 +161,9 @@ namespace INT63DC_6CH.Forms
|
||||||
#region Japanese
|
#region Japanese
|
||||||
this.labelTitle.Text = "グルㅡプエディタㅡ";
|
this.labelTitle.Text = "グルㅡプエディタㅡ";
|
||||||
|
|
||||||
this.labelTitle1.Text = "Level 1";
|
this.labelTitleL1_1.Text = "Level 1";
|
||||||
this.labelTitle2.Text = "Level 2";
|
this.labelTitleL2_1.Text = "Level 2";
|
||||||
this.labelTitle3.Text = "Level 3";
|
this.labelTitleL3_1.Text = "Level 3";
|
||||||
|
|
||||||
this.labelStaticMainDisplayAccess.Text = "メインディスプレイ";
|
this.labelStaticMainDisplayAccess.Text = "メインディスプレイ";
|
||||||
this.labelStaticProductNo.Text = "番号";
|
this.labelStaticProductNo.Text = "番号";
|
||||||
|
@ -173,6 +186,10 @@ namespace INT63DC_6CH.Forms
|
||||||
this.labelStaticUserSetting.Text = "ユㅡザㅡの設定";
|
this.labelStaticUserSetting.Text = "ユㅡザㅡの設定";
|
||||||
this.labelStaticStatistics.Text = "デㅡタ統計";
|
this.labelStaticStatistics.Text = "デㅡタ統計";
|
||||||
|
|
||||||
|
this.labelTitleChangeName.TextHAlign = SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleChangeName.TextVAlign = SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelTitleChangeName.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));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
|
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
|
||||||
|
@ -189,7 +206,7 @@ namespace INT63DC_6CH.Forms
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
{
|
{
|
||||||
this.CollectionLevel1Location = new Collection<Point>();
|
this.CollectionLevel1Location = new Collection<Point>();
|
||||||
this.CollectionLevel1Location.Add(this.labelTitle1.Location);
|
this.CollectionLevel1Location.Add(this.labelTitleL1_1.Location);
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainProductNo.Location);
|
this.CollectionLevel1Location.Add(this.checkBoxL1MainProductNo.Location);
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainWeightSet.Location);
|
this.CollectionLevel1Location.Add(this.checkBoxL1MainWeightSet.Location);
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainClear.Location);
|
this.CollectionLevel1Location.Add(this.checkBoxL1MainClear.Location);
|
||||||
|
@ -210,7 +227,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuDataStatistics.Location);
|
this.CollectionLevel1Location.Add(this.checkBoxL1MenuDataStatistics.Location);
|
||||||
|
|
||||||
this.CollectionLevel2Location = new Collection<Point>();
|
this.CollectionLevel2Location = new Collection<Point>();
|
||||||
this.CollectionLevel2Location.Add(this.labelTitle2.Location);
|
this.CollectionLevel2Location.Add(this.labelTitleL2_1.Location);
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainProductNo.Location);
|
this.CollectionLevel2Location.Add(this.checkBoxL2MainProductNo.Location);
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainWeightSet.Location);
|
this.CollectionLevel2Location.Add(this.checkBoxL2MainWeightSet.Location);
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainClear.Location);
|
this.CollectionLevel2Location.Add(this.checkBoxL2MainClear.Location);
|
||||||
|
@ -231,7 +248,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuDataStatistics.Location);
|
this.CollectionLevel2Location.Add(this.checkBoxL2MenuDataStatistics.Location);
|
||||||
|
|
||||||
this.CollectionLevel3Location = new Collection<Point>();
|
this.CollectionLevel3Location = new Collection<Point>();
|
||||||
this.CollectionLevel3Location.Add(this.labelTitle3.Location);
|
this.CollectionLevel3Location.Add(this.labelTitleL3_1.Location);
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainProductNo.Location);
|
this.CollectionLevel3Location.Add(this.checkBoxL3MainProductNo.Location);
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainWeightSet.Location);
|
this.CollectionLevel3Location.Add(this.checkBoxL3MainWeightSet.Location);
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainClear.Location);
|
this.CollectionLevel3Location.Add(this.checkBoxL3MainClear.Location);
|
||||||
|
@ -252,7 +269,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuDataStatistics.Location);
|
this.CollectionLevel3Location.Add(this.checkBoxL3MenuDataStatistics.Location);
|
||||||
|
|
||||||
this.CollectionLevel1Control = new Collection<Control>();
|
this.CollectionLevel1Control = new Collection<Control>();
|
||||||
this.CollectionLevel1Control.Add(this.labelTitle1);
|
this.CollectionLevel1Control.Add(this.labelTitleL1_1);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MainProductNo);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MainProductNo);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MainWeightSet);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MainWeightSet);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MainClear);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MainClear);
|
||||||
|
@ -273,7 +290,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuDataStatistics);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuDataStatistics);
|
||||||
|
|
||||||
this.CollectionLevel2Control = new Collection<Control>();
|
this.CollectionLevel2Control = new Collection<Control>();
|
||||||
this.CollectionLevel2Control.Add(this.labelTitle2);
|
this.CollectionLevel2Control.Add(this.labelTitleL2_1);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MainProductNo);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MainProductNo);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MainWeightSet);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MainWeightSet);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MainClear);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MainClear);
|
||||||
|
@ -294,7 +311,7 @@ namespace INT63DC_6CH.Forms
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuDataStatistics);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuDataStatistics);
|
||||||
|
|
||||||
this.CollectionLevel3Control = new Collection<Control>();
|
this.CollectionLevel3Control = new Collection<Control>();
|
||||||
this.CollectionLevel3Control.Add(this.labelTitle3);
|
this.CollectionLevel3Control.Add(this.labelTitleL3_1);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MainProductNo);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MainProductNo);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MainWeightSet);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MainWeightSet);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MainClear);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MainClear);
|
||||||
|
@ -360,6 +377,8 @@ namespace INT63DC_6CH.Forms
|
||||||
this.checkBoxL1MenuUpdate.Checked = group.Level1.IsMenuUpdate;
|
this.checkBoxL1MenuUpdate.Checked = group.Level1.IsMenuUpdate;
|
||||||
this.checkBoxL1MenuUserGroupSetting.Checked = group.Level1.IsMenuUserGroupEditor;
|
this.checkBoxL1MenuUserGroupSetting.Checked = group.Level1.IsMenuUserGroupEditor;
|
||||||
this.checkBoxL1MenuUserSetting.Checked = group.Level1.IsMenuUser;
|
this.checkBoxL1MenuUserSetting.Checked = group.Level1.IsMenuUser;
|
||||||
|
this.checkBoxL1MenuCommunication.Checked = group.Level1.IsMenuCommunication;
|
||||||
|
this.checkBoxL1MenuViewer.Checked = group.Level1.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level2
|
#region Level2
|
||||||
|
@ -382,6 +401,8 @@ namespace INT63DC_6CH.Forms
|
||||||
this.checkBoxL2MenuUpdate.Checked = group.Level2.IsMenuUpdate;
|
this.checkBoxL2MenuUpdate.Checked = group.Level2.IsMenuUpdate;
|
||||||
this.checkBoxL2MenuUserGroupSetting.Checked = group.Level2.IsMenuUserGroupEditor;
|
this.checkBoxL2MenuUserGroupSetting.Checked = group.Level2.IsMenuUserGroupEditor;
|
||||||
this.checkBoxL2MenuUserSetting.Checked = group.Level2.IsMenuUser;
|
this.checkBoxL2MenuUserSetting.Checked = group.Level2.IsMenuUser;
|
||||||
|
this.checkBoxL2MenuCommunication.Checked = group.Level2.IsMenuCommunication;
|
||||||
|
this.checkBoxL2MenuViewer.Checked = group.Level2.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level3
|
#region Level3
|
||||||
|
@ -404,6 +425,8 @@ namespace INT63DC_6CH.Forms
|
||||||
this.checkBoxL3MenuUpdate.Checked = group.Level3.IsMenuUpdate;
|
this.checkBoxL3MenuUpdate.Checked = group.Level3.IsMenuUpdate;
|
||||||
this.checkBoxL3MenuUserGroupSetting.Checked = group.Level3.IsMenuUserGroupEditor;
|
this.checkBoxL3MenuUserGroupSetting.Checked = group.Level3.IsMenuUserGroupEditor;
|
||||||
this.checkBoxL3MenuUserSetting.Checked = group.Level3.IsMenuUser;
|
this.checkBoxL3MenuUserSetting.Checked = group.Level3.IsMenuUser;
|
||||||
|
this.checkBoxL3MenuCommunication.Checked = group.Level3.IsMenuCommunication;
|
||||||
|
this.checkBoxL3MenuViewer.Checked = group.Level3.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region NotLogin
|
#region NotLogin
|
||||||
|
@ -428,17 +451,20 @@ namespace INT63DC_6CH.Forms
|
||||||
//this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUser;
|
//this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUser;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
public void UpdateLevelNameDisplay(SystemConfigurationItem system)
|
||||||
|
{
|
||||||
|
this.labelLevel1.Text = system.User_Level1_Name;
|
||||||
|
this.labelLevel2.Text = system.User_Level2_Name;
|
||||||
|
this.labelLevel3.Text = system.User_Level3_Name;
|
||||||
|
}
|
||||||
|
|
||||||
public void DisplayRefresh()
|
public void DisplayRefresh()
|
||||||
{
|
{
|
||||||
this.UpdateDisplay(this.ParentForm.CurrentUserGroup);
|
this.UpdateDisplay(this.ParentForm.CurrentUserGroup);
|
||||||
|
this.UpdateLevelNameDisplay(this.ParentForm.SystemConfig);
|
||||||
|
|
||||||
this.buttonSave.Visible = false;
|
this.buttonSave.Visible = false;
|
||||||
|
|
||||||
// Not login 미사용으로 Visible = false 처리함
|
|
||||||
for (int i = 0; i < this.CollectionLevel1Control.Count; i++)
|
|
||||||
this.CollectionLevel4Control[i].Visible = false;
|
|
||||||
|
|
||||||
// 현재 데이터 통계 메뉴가 없어서 Visible = false 처리함
|
// 현재 데이터 통계 메뉴가 없어서 Visible = false 처리함
|
||||||
// 추후에 데이터 통계 메뉴 추가 되면 삭제
|
// 추후에 데이터 통계 메뉴 추가 되면 삭제
|
||||||
if (this.ParentForm.SystemConfig.IsOptDataStatistics == false)
|
if (this.ParentForm.SystemConfig.IsOptDataStatistics == false)
|
||||||
|
@ -664,5 +690,23 @@ namespace INT63DC_6CH.Forms
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
private void labelID_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void labelLevel1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
private void labelLevel2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
private void labelLevel3_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -31,6 +31,21 @@
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUserGroupEditor));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUserGroupEditor));
|
||||||
this.smartForm1 = new SmartX.SmartForm();
|
this.smartForm1 = new SmartX.SmartForm();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.labelLevel3 = new SmartX.SmartLabel();
|
||||||
|
this.labelLevel2 = new SmartX.SmartLabel();
|
||||||
|
this.labelLevel1 = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleChangeName = new SmartX.SmartLabel();
|
||||||
|
this.checkBoxL3MenuViewer = new SmartX.SmartCheckBox();
|
||||||
|
this.checkBoxL2MenuViewer = new SmartX.SmartCheckBox();
|
||||||
|
this.checkBoxL1MenuViewer = new SmartX.SmartCheckBox();
|
||||||
|
this.labelStaticViewer = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleL3_2 = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleL2_2 = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleL1_2 = new SmartX.SmartLabel();
|
||||||
|
this.checkBoxL3MenuCommunication = new SmartX.SmartCheckBox();
|
||||||
|
this.checkBoxL2MenuCommunication = new SmartX.SmartCheckBox();
|
||||||
|
this.checkBoxL1MenuCommunication = new SmartX.SmartCheckBox();
|
||||||
|
this.labelStaticCommunication = new SmartX.SmartLabel();
|
||||||
this.buttonSave = new SmartX.SmartButton();
|
this.buttonSave = new SmartX.SmartButton();
|
||||||
this.buttonBack = new SmartX.SmartButton();
|
this.buttonBack = new SmartX.SmartButton();
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
|
@ -89,9 +104,9 @@
|
||||||
this.checkBoxL1MenuSystemSetting = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuSystemSetting = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuTimeSetting = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuTimeSetting = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MainProductNo = new SmartX.SmartCheckBox();
|
this.checkBoxL1MainProductNo = new SmartX.SmartCheckBox();
|
||||||
this.labelTitle3 = new SmartX.SmartLabel();
|
this.labelTitleL3_1 = new SmartX.SmartLabel();
|
||||||
this.labelTitle2 = new SmartX.SmartLabel();
|
this.labelTitleL2_1 = new SmartX.SmartLabel();
|
||||||
this.labelTitle1 = new SmartX.SmartLabel();
|
this.labelTitleL1_1 = new SmartX.SmartLabel();
|
||||||
this.labelStaticEquipmentSetting = new SmartX.SmartLabel();
|
this.labelStaticEquipmentSetting = new SmartX.SmartLabel();
|
||||||
this.labelStaticUserGroupSetting = new SmartX.SmartLabel();
|
this.labelStaticUserGroupSetting = new SmartX.SmartLabel();
|
||||||
this.labelStaticUserSetting = new SmartX.SmartLabel();
|
this.labelStaticUserSetting = new SmartX.SmartLabel();
|
||||||
|
@ -111,17 +126,6 @@
|
||||||
this.labelStaticWeightSetting = new SmartX.SmartLabel();
|
this.labelStaticWeightSetting = new SmartX.SmartLabel();
|
||||||
this.labelStaticProductNo = new SmartX.SmartLabel();
|
this.labelStaticProductNo = new SmartX.SmartLabel();
|
||||||
this.labelStaticMainDisplayAccess = new SmartX.SmartLabel();
|
this.labelStaticMainDisplayAccess = new SmartX.SmartLabel();
|
||||||
this.checkBoxL3MenuCommunication = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL2MenuCommunication = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL1MenuCommunication = new SmartX.SmartCheckBox();
|
|
||||||
this.labelStaticCommunication = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
|
||||||
this.checkBoxL3MenuViewer = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL2MenuViewer = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL1MenuViewer = new SmartX.SmartCheckBox();
|
|
||||||
this.labelStaticViewer = new SmartX.SmartLabel();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -145,13 +149,17 @@
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelLevel3);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelLevel2);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelLevel1);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelTitleChangeName);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuViewer);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuViewer);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuViewer);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuViewer);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuViewer);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuViewer);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelStaticViewer);
|
this.smartGroupBox1.Controls.Add(this.labelStaticViewer);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
this.smartGroupBox1.Controls.Add(this.labelTitleL3_2);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
this.smartGroupBox1.Controls.Add(this.labelTitleL2_2);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
this.smartGroupBox1.Controls.Add(this.labelTitleL1_2);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuCommunication);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuCommunication);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuCommunication);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuCommunication);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuCommunication);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuCommunication);
|
||||||
|
@ -214,9 +222,9 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuSystemSetting);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuSystemSetting);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuTimeSetting);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuTimeSetting);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL1MainProductNo);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL1MainProductNo);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTitle3);
|
this.smartGroupBox1.Controls.Add(this.labelTitleL3_1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTitle2);
|
this.smartGroupBox1.Controls.Add(this.labelTitleL2_1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTitle1);
|
this.smartGroupBox1.Controls.Add(this.labelTitleL1_1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelStaticEquipmentSetting);
|
this.smartGroupBox1.Controls.Add(this.labelStaticEquipmentSetting);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelStaticUserGroupSetting);
|
this.smartGroupBox1.Controls.Add(this.labelStaticUserGroupSetting);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelStaticUserSetting);
|
this.smartGroupBox1.Controls.Add(this.labelStaticUserSetting);
|
||||||
|
@ -250,6 +258,315 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
|
// labelLevel3
|
||||||
|
//
|
||||||
|
this.labelLevel3.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.labelLevel3.BackPictureBox = null;
|
||||||
|
this.labelLevel3.BackPictureBox1 = null;
|
||||||
|
this.labelLevel3.BackPictureBox2 = null;
|
||||||
|
this.labelLevel3.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelLevel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelLevel3.InitVisible = true;
|
||||||
|
this.labelLevel3.LineSpacing = 0F;
|
||||||
|
this.labelLevel3.Location = new System.Drawing.Point(143, 723);
|
||||||
|
this.labelLevel3.Name = "labelLevel3";
|
||||||
|
this.labelLevel3.Size = new System.Drawing.Size(241, 30);
|
||||||
|
this.labelLevel3.TabIndex = 651;
|
||||||
|
this.labelLevel3.Text = "Level3";
|
||||||
|
this.labelLevel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLevel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLevel3.Wordwrap = false;
|
||||||
|
this.labelLevel3.Click += new System.EventHandler(this.labelLevel3_Click);
|
||||||
|
//
|
||||||
|
// labelLevel2
|
||||||
|
//
|
||||||
|
this.labelLevel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.labelLevel2.BackPictureBox = null;
|
||||||
|
this.labelLevel2.BackPictureBox1 = null;
|
||||||
|
this.labelLevel2.BackPictureBox2 = null;
|
||||||
|
this.labelLevel2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelLevel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelLevel2.InitVisible = true;
|
||||||
|
this.labelLevel2.LineSpacing = 0F;
|
||||||
|
this.labelLevel2.Location = new System.Drawing.Point(143, 687);
|
||||||
|
this.labelLevel2.Name = "labelLevel2";
|
||||||
|
this.labelLevel2.Size = new System.Drawing.Size(241, 30);
|
||||||
|
this.labelLevel2.TabIndex = 650;
|
||||||
|
this.labelLevel2.Text = "Level2";
|
||||||
|
this.labelLevel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLevel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLevel2.Wordwrap = false;
|
||||||
|
this.labelLevel2.Click += new System.EventHandler(this.labelLevel2_Click);
|
||||||
|
//
|
||||||
|
// labelLevel1
|
||||||
|
//
|
||||||
|
this.labelLevel1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.labelLevel1.BackPictureBox = null;
|
||||||
|
this.labelLevel1.BackPictureBox1 = null;
|
||||||
|
this.labelLevel1.BackPictureBox2 = null;
|
||||||
|
this.labelLevel1.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelLevel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelLevel1.InitVisible = true;
|
||||||
|
this.labelLevel1.LineSpacing = 0F;
|
||||||
|
this.labelLevel1.Location = new System.Drawing.Point(143, 651);
|
||||||
|
this.labelLevel1.Name = "labelLevel1";
|
||||||
|
this.labelLevel1.Size = new System.Drawing.Size(241, 30);
|
||||||
|
this.labelLevel1.TabIndex = 649;
|
||||||
|
this.labelLevel1.Text = "Level1";
|
||||||
|
this.labelLevel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLevel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLevel1.Wordwrap = false;
|
||||||
|
this.labelLevel1.Click += new System.EventHandler(this.labelLevel1_Click);
|
||||||
|
//
|
||||||
|
// labelTitleChangeName
|
||||||
|
//
|
||||||
|
this.labelTitleChangeName.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
|
this.labelTitleChangeName.BackPictureBox = null;
|
||||||
|
this.labelTitleChangeName.BackPictureBox1 = null;
|
||||||
|
this.labelTitleChangeName.BackPictureBox2 = null;
|
||||||
|
this.labelTitleChangeName.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleChangeName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleChangeName.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleChangeName.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleChangeName.InitVisible = true;
|
||||||
|
this.labelTitleChangeName.LineSpacing = 0F;
|
||||||
|
this.labelTitleChangeName.Location = new System.Drawing.Point(12, 651);
|
||||||
|
this.labelTitleChangeName.Name = "labelTitleChangeName";
|
||||||
|
this.labelTitleChangeName.Size = new System.Drawing.Size(125, 102);
|
||||||
|
this.labelTitleChangeName.TabIndex = 648;
|
||||||
|
this.labelTitleChangeName.Text = "레벨명변경";
|
||||||
|
this.labelTitleChangeName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleChangeName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleChangeName.Wordwrap = true;
|
||||||
|
//
|
||||||
|
// checkBoxL3MenuViewer
|
||||||
|
//
|
||||||
|
this.checkBoxL3MenuViewer.BackPictureBox = this.smartForm1;
|
||||||
|
this.checkBoxL3MenuViewer.BackPictureBox1 = null;
|
||||||
|
this.checkBoxL3MenuViewer.BackPictureBox2 = null;
|
||||||
|
this.checkBoxL3MenuViewer.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
this.checkBoxL3MenuViewer.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||||
|
this.checkBoxL3MenuViewer.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||||
|
this.checkBoxL3MenuViewer.CheckBoxSymbolSize = 25;
|
||||||
|
this.checkBoxL3MenuViewer.Checked = false;
|
||||||
|
this.checkBoxL3MenuViewer.CheckLineWidth = 3;
|
||||||
|
this.checkBoxL3MenuViewer.ImageCheckBox = null;
|
||||||
|
this.checkBoxL3MenuViewer.ImageUnCheckBox = null;
|
||||||
|
this.checkBoxL3MenuViewer.InitVisible = true;
|
||||||
|
this.checkBoxL3MenuViewer.Location = new System.Drawing.Point(912, 551);
|
||||||
|
this.checkBoxL3MenuViewer.Name = "checkBoxL3MenuViewer";
|
||||||
|
this.checkBoxL3MenuViewer.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.checkBoxL3MenuViewer.TabIndex = 646;
|
||||||
|
this.checkBoxL3MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxL3MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
|
//
|
||||||
|
// checkBoxL2MenuViewer
|
||||||
|
//
|
||||||
|
this.checkBoxL2MenuViewer.BackPictureBox = this.smartForm1;
|
||||||
|
this.checkBoxL2MenuViewer.BackPictureBox1 = null;
|
||||||
|
this.checkBoxL2MenuViewer.BackPictureBox2 = null;
|
||||||
|
this.checkBoxL2MenuViewer.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
this.checkBoxL2MenuViewer.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||||
|
this.checkBoxL2MenuViewer.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||||
|
this.checkBoxL2MenuViewer.CheckBoxSymbolSize = 25;
|
||||||
|
this.checkBoxL2MenuViewer.Checked = false;
|
||||||
|
this.checkBoxL2MenuViewer.CheckLineWidth = 3;
|
||||||
|
this.checkBoxL2MenuViewer.ImageCheckBox = null;
|
||||||
|
this.checkBoxL2MenuViewer.ImageUnCheckBox = null;
|
||||||
|
this.checkBoxL2MenuViewer.InitVisible = true;
|
||||||
|
this.checkBoxL2MenuViewer.Location = new System.Drawing.Point(836, 551);
|
||||||
|
this.checkBoxL2MenuViewer.Name = "checkBoxL2MenuViewer";
|
||||||
|
this.checkBoxL2MenuViewer.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.checkBoxL2MenuViewer.TabIndex = 647;
|
||||||
|
this.checkBoxL2MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxL2MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
|
//
|
||||||
|
// checkBoxL1MenuViewer
|
||||||
|
//
|
||||||
|
this.checkBoxL1MenuViewer.BackPictureBox = this.smartForm1;
|
||||||
|
this.checkBoxL1MenuViewer.BackPictureBox1 = null;
|
||||||
|
this.checkBoxL1MenuViewer.BackPictureBox2 = null;
|
||||||
|
this.checkBoxL1MenuViewer.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
this.checkBoxL1MenuViewer.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||||
|
this.checkBoxL1MenuViewer.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||||
|
this.checkBoxL1MenuViewer.CheckBoxSymbolSize = 25;
|
||||||
|
this.checkBoxL1MenuViewer.Checked = false;
|
||||||
|
this.checkBoxL1MenuViewer.CheckLineWidth = 3;
|
||||||
|
this.checkBoxL1MenuViewer.ImageCheckBox = null;
|
||||||
|
this.checkBoxL1MenuViewer.ImageUnCheckBox = null;
|
||||||
|
this.checkBoxL1MenuViewer.InitVisible = true;
|
||||||
|
this.checkBoxL1MenuViewer.Location = new System.Drawing.Point(760, 551);
|
||||||
|
this.checkBoxL1MenuViewer.Name = "checkBoxL1MenuViewer";
|
||||||
|
this.checkBoxL1MenuViewer.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.checkBoxL1MenuViewer.TabIndex = 645;
|
||||||
|
this.checkBoxL1MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxL1MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
|
//
|
||||||
|
// labelStaticViewer
|
||||||
|
//
|
||||||
|
this.labelStaticViewer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||||||
|
this.labelStaticViewer.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelStaticViewer.BackPictureBox1 = null;
|
||||||
|
this.labelStaticViewer.BackPictureBox2 = null;
|
||||||
|
this.labelStaticViewer.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticViewer.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.labelStaticViewer.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticViewer.InitVisible = true;
|
||||||
|
this.labelStaticViewer.LineSpacing = 0F;
|
||||||
|
this.labelStaticViewer.Location = new System.Drawing.Point(526, 551);
|
||||||
|
this.labelStaticViewer.Name = "labelStaticViewer";
|
||||||
|
this.labelStaticViewer.Size = new System.Drawing.Size(200, 30);
|
||||||
|
this.labelStaticViewer.TabIndex = 644;
|
||||||
|
this.labelStaticViewer.Text = "Viewer";
|
||||||
|
this.labelStaticViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticViewer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticViewer.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleL3_2
|
||||||
|
//
|
||||||
|
this.labelTitleL3_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
|
this.labelTitleL3_2.BackPictureBox = null;
|
||||||
|
this.labelTitleL3_2.BackPictureBox1 = null;
|
||||||
|
this.labelTitleL3_2.BackPictureBox2 = null;
|
||||||
|
this.labelTitleL3_2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleL3_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleL3_2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleL3_2.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleL3_2.InitVisible = true;
|
||||||
|
this.labelTitleL3_2.LineSpacing = 0F;
|
||||||
|
this.labelTitleL3_2.Location = new System.Drawing.Point(912, 118);
|
||||||
|
this.labelTitleL3_2.Name = "labelTitleL3_2";
|
||||||
|
this.labelTitleL3_2.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.labelTitleL3_2.TabIndex = 643;
|
||||||
|
this.labelTitleL3_2.Text = "L3";
|
||||||
|
this.labelTitleL3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleL3_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleL3_2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleL2_2
|
||||||
|
//
|
||||||
|
this.labelTitleL2_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
|
this.labelTitleL2_2.BackPictureBox = null;
|
||||||
|
this.labelTitleL2_2.BackPictureBox1 = null;
|
||||||
|
this.labelTitleL2_2.BackPictureBox2 = null;
|
||||||
|
this.labelTitleL2_2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleL2_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleL2_2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleL2_2.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleL2_2.InitVisible = true;
|
||||||
|
this.labelTitleL2_2.LineSpacing = 0F;
|
||||||
|
this.labelTitleL2_2.Location = new System.Drawing.Point(836, 118);
|
||||||
|
this.labelTitleL2_2.Name = "labelTitleL2_2";
|
||||||
|
this.labelTitleL2_2.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.labelTitleL2_2.TabIndex = 642;
|
||||||
|
this.labelTitleL2_2.Text = "L2";
|
||||||
|
this.labelTitleL2_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleL2_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleL2_2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleL1_2
|
||||||
|
//
|
||||||
|
this.labelTitleL1_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
|
this.labelTitleL1_2.BackPictureBox = null;
|
||||||
|
this.labelTitleL1_2.BackPictureBox1 = null;
|
||||||
|
this.labelTitleL1_2.BackPictureBox2 = null;
|
||||||
|
this.labelTitleL1_2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleL1_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleL1_2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleL1_2.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleL1_2.InitVisible = true;
|
||||||
|
this.labelTitleL1_2.LineSpacing = 0F;
|
||||||
|
this.labelTitleL1_2.Location = new System.Drawing.Point(760, 118);
|
||||||
|
this.labelTitleL1_2.Name = "labelTitleL1_2";
|
||||||
|
this.labelTitleL1_2.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.labelTitleL1_2.TabIndex = 641;
|
||||||
|
this.labelTitleL1_2.Text = "L1";
|
||||||
|
this.labelTitleL1_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleL1_2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleL1_2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// checkBoxL3MenuCommunication
|
||||||
|
//
|
||||||
|
this.checkBoxL3MenuCommunication.BackPictureBox = this.smartForm1;
|
||||||
|
this.checkBoxL3MenuCommunication.BackPictureBox1 = null;
|
||||||
|
this.checkBoxL3MenuCommunication.BackPictureBox2 = null;
|
||||||
|
this.checkBoxL3MenuCommunication.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
this.checkBoxL3MenuCommunication.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||||
|
this.checkBoxL3MenuCommunication.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||||
|
this.checkBoxL3MenuCommunication.CheckBoxSymbolSize = 25;
|
||||||
|
this.checkBoxL3MenuCommunication.Checked = false;
|
||||||
|
this.checkBoxL3MenuCommunication.CheckLineWidth = 3;
|
||||||
|
this.checkBoxL3MenuCommunication.ImageCheckBox = null;
|
||||||
|
this.checkBoxL3MenuCommunication.ImageUnCheckBox = null;
|
||||||
|
this.checkBoxL3MenuCommunication.InitVisible = true;
|
||||||
|
this.checkBoxL3MenuCommunication.Location = new System.Drawing.Point(912, 211);
|
||||||
|
this.checkBoxL3MenuCommunication.Name = "checkBoxL3MenuCommunication";
|
||||||
|
this.checkBoxL3MenuCommunication.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.checkBoxL3MenuCommunication.TabIndex = 639;
|
||||||
|
this.checkBoxL3MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
//
|
||||||
|
// checkBoxL2MenuCommunication
|
||||||
|
//
|
||||||
|
this.checkBoxL2MenuCommunication.BackPictureBox = this.smartForm1;
|
||||||
|
this.checkBoxL2MenuCommunication.BackPictureBox1 = null;
|
||||||
|
this.checkBoxL2MenuCommunication.BackPictureBox2 = null;
|
||||||
|
this.checkBoxL2MenuCommunication.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
this.checkBoxL2MenuCommunication.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||||
|
this.checkBoxL2MenuCommunication.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||||
|
this.checkBoxL2MenuCommunication.CheckBoxSymbolSize = 25;
|
||||||
|
this.checkBoxL2MenuCommunication.Checked = false;
|
||||||
|
this.checkBoxL2MenuCommunication.CheckLineWidth = 3;
|
||||||
|
this.checkBoxL2MenuCommunication.ImageCheckBox = null;
|
||||||
|
this.checkBoxL2MenuCommunication.ImageUnCheckBox = null;
|
||||||
|
this.checkBoxL2MenuCommunication.InitVisible = true;
|
||||||
|
this.checkBoxL2MenuCommunication.Location = new System.Drawing.Point(836, 211);
|
||||||
|
this.checkBoxL2MenuCommunication.Name = "checkBoxL2MenuCommunication";
|
||||||
|
this.checkBoxL2MenuCommunication.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.checkBoxL2MenuCommunication.TabIndex = 637;
|
||||||
|
this.checkBoxL2MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
//
|
||||||
|
// checkBoxL1MenuCommunication
|
||||||
|
//
|
||||||
|
this.checkBoxL1MenuCommunication.BackPictureBox = this.smartForm1;
|
||||||
|
this.checkBoxL1MenuCommunication.BackPictureBox1 = null;
|
||||||
|
this.checkBoxL1MenuCommunication.BackPictureBox2 = null;
|
||||||
|
this.checkBoxL1MenuCommunication.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
this.checkBoxL1MenuCommunication.CheckBoxCheckColor = System.Drawing.Color.Green;
|
||||||
|
this.checkBoxL1MenuCommunication.CheckBoxForeColor = System.Drawing.Color.Black;
|
||||||
|
this.checkBoxL1MenuCommunication.CheckBoxSymbolSize = 25;
|
||||||
|
this.checkBoxL1MenuCommunication.Checked = false;
|
||||||
|
this.checkBoxL1MenuCommunication.CheckLineWidth = 3;
|
||||||
|
this.checkBoxL1MenuCommunication.ImageCheckBox = null;
|
||||||
|
this.checkBoxL1MenuCommunication.ImageUnCheckBox = null;
|
||||||
|
this.checkBoxL1MenuCommunication.InitVisible = true;
|
||||||
|
this.checkBoxL1MenuCommunication.Location = new System.Drawing.Point(760, 211);
|
||||||
|
this.checkBoxL1MenuCommunication.Name = "checkBoxL1MenuCommunication";
|
||||||
|
this.checkBoxL1MenuCommunication.Size = new System.Drawing.Size(29, 30);
|
||||||
|
this.checkBoxL1MenuCommunication.TabIndex = 640;
|
||||||
|
this.checkBoxL1MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
//
|
||||||
|
// labelStaticCommunication
|
||||||
|
//
|
||||||
|
this.labelStaticCommunication.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||||||
|
this.labelStaticCommunication.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelStaticCommunication.BackPictureBox1 = null;
|
||||||
|
this.labelStaticCommunication.BackPictureBox2 = null;
|
||||||
|
this.labelStaticCommunication.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticCommunication.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.labelStaticCommunication.ForeColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticCommunication.InitVisible = true;
|
||||||
|
this.labelStaticCommunication.LineSpacing = 0F;
|
||||||
|
this.labelStaticCommunication.Location = new System.Drawing.Point(526, 211);
|
||||||
|
this.labelStaticCommunication.Name = "labelStaticCommunication";
|
||||||
|
this.labelStaticCommunication.Size = new System.Drawing.Size(200, 30);
|
||||||
|
this.labelStaticCommunication.TabIndex = 636;
|
||||||
|
this.labelStaticCommunication.Text = "Communication";
|
||||||
|
this.labelStaticCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticCommunication.Wordwrap = false;
|
||||||
|
//
|
||||||
// buttonSave
|
// buttonSave
|
||||||
//
|
//
|
||||||
this.buttonSave.BackPictureBox = null;
|
this.buttonSave.BackPictureBox = null;
|
||||||
|
@ -1494,68 +1811,68 @@
|
||||||
this.checkBoxL1MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL1MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
this.checkBoxL1MainProductNo.Click += new System.EventHandler(this.checkBox_Click);
|
this.checkBoxL1MainProductNo.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
//
|
//
|
||||||
// labelTitle3
|
// labelTitleL3_1
|
||||||
//
|
//
|
||||||
this.labelTitle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
this.labelTitleL3_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
this.labelTitle3.BackPictureBox = null;
|
this.labelTitleL3_1.BackPictureBox = null;
|
||||||
this.labelTitle3.BackPictureBox1 = null;
|
this.labelTitleL3_1.BackPictureBox1 = null;
|
||||||
this.labelTitle3.BackPictureBox2 = null;
|
this.labelTitleL3_1.BackPictureBox2 = null;
|
||||||
this.labelTitle3.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleL3_1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleL3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleL3_1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle3.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleL3_1.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle3.InitVisible = true;
|
this.labelTitleL3_1.InitVisible = true;
|
||||||
this.labelTitle3.LineSpacing = 0F;
|
this.labelTitleL3_1.LineSpacing = 0F;
|
||||||
this.labelTitle3.Location = new System.Drawing.Point(409, 118);
|
this.labelTitleL3_1.Location = new System.Drawing.Point(409, 118);
|
||||||
this.labelTitle3.Name = "labelTitle3";
|
this.labelTitleL3_1.Name = "labelTitleL3_1";
|
||||||
this.labelTitle3.Size = new System.Drawing.Size(29, 30);
|
this.labelTitleL3_1.Size = new System.Drawing.Size(29, 30);
|
||||||
this.labelTitle3.TabIndex = 559;
|
this.labelTitleL3_1.TabIndex = 559;
|
||||||
this.labelTitle3.Text = "L3";
|
this.labelTitleL3_1.Text = "L3";
|
||||||
this.labelTitle3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleL3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelTitle3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleL3_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitle3.Wordwrap = false;
|
this.labelTitleL3_1.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelTitle2
|
// labelTitleL2_1
|
||||||
//
|
//
|
||||||
this.labelTitle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
this.labelTitleL2_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
this.labelTitle2.BackPictureBox = null;
|
this.labelTitleL2_1.BackPictureBox = null;
|
||||||
this.labelTitle2.BackPictureBox1 = null;
|
this.labelTitleL2_1.BackPictureBox1 = null;
|
||||||
this.labelTitle2.BackPictureBox2 = null;
|
this.labelTitleL2_1.BackPictureBox2 = null;
|
||||||
this.labelTitle2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleL2_1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleL2_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleL2_1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle2.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleL2_1.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle2.InitVisible = true;
|
this.labelTitleL2_1.InitVisible = true;
|
||||||
this.labelTitle2.LineSpacing = 0F;
|
this.labelTitleL2_1.LineSpacing = 0F;
|
||||||
this.labelTitle2.Location = new System.Drawing.Point(333, 118);
|
this.labelTitleL2_1.Location = new System.Drawing.Point(333, 118);
|
||||||
this.labelTitle2.Name = "labelTitle2";
|
this.labelTitleL2_1.Name = "labelTitleL2_1";
|
||||||
this.labelTitle2.Size = new System.Drawing.Size(29, 30);
|
this.labelTitleL2_1.Size = new System.Drawing.Size(29, 30);
|
||||||
this.labelTitle2.TabIndex = 557;
|
this.labelTitleL2_1.TabIndex = 557;
|
||||||
this.labelTitle2.Text = "L2";
|
this.labelTitleL2_1.Text = "L2";
|
||||||
this.labelTitle2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleL2_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelTitle2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleL2_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitle2.Wordwrap = false;
|
this.labelTitleL2_1.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelTitle1
|
// labelTitleL1_1
|
||||||
//
|
//
|
||||||
this.labelTitle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
this.labelTitleL1_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
this.labelTitle1.BackPictureBox = null;
|
this.labelTitleL1_1.BackPictureBox = null;
|
||||||
this.labelTitle1.BackPictureBox1 = null;
|
this.labelTitleL1_1.BackPictureBox1 = null;
|
||||||
this.labelTitle1.BackPictureBox2 = null;
|
this.labelTitleL1_1.BackPictureBox2 = null;
|
||||||
this.labelTitle1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleL1_1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleL1_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleL1_1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle1.ForeColor = System.Drawing.Color.Black;
|
this.labelTitleL1_1.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle1.InitVisible = true;
|
this.labelTitleL1_1.InitVisible = true;
|
||||||
this.labelTitle1.LineSpacing = 0F;
|
this.labelTitleL1_1.LineSpacing = 0F;
|
||||||
this.labelTitle1.Location = new System.Drawing.Point(257, 118);
|
this.labelTitleL1_1.Location = new System.Drawing.Point(257, 118);
|
||||||
this.labelTitle1.Name = "labelTitle1";
|
this.labelTitleL1_1.Name = "labelTitleL1_1";
|
||||||
this.labelTitle1.Size = new System.Drawing.Size(29, 30);
|
this.labelTitleL1_1.Size = new System.Drawing.Size(29, 30);
|
||||||
this.labelTitle1.TabIndex = 556;
|
this.labelTitleL1_1.TabIndex = 556;
|
||||||
this.labelTitle1.Text = "L1";
|
this.labelTitleL1_1.Text = "L1";
|
||||||
this.labelTitle1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleL1_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelTitle1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleL1_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitle1.Wordwrap = false;
|
this.labelTitleL1_1.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelStaticEquipmentSetting
|
// labelStaticEquipmentSetting
|
||||||
//
|
//
|
||||||
|
@ -1958,234 +2275,6 @@
|
||||||
this.labelStaticMainDisplayAccess.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelStaticMainDisplayAccess.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelStaticMainDisplayAccess.Wordwrap = false;
|
this.labelStaticMainDisplayAccess.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// checkBoxL3MenuCommunication
|
|
||||||
//
|
|
||||||
this.checkBoxL3MenuCommunication.BackPictureBox = this.smartForm1;
|
|
||||||
this.checkBoxL3MenuCommunication.BackPictureBox1 = null;
|
|
||||||
this.checkBoxL3MenuCommunication.BackPictureBox2 = null;
|
|
||||||
this.checkBoxL3MenuCommunication.CheckBoxBackColor = System.Drawing.Color.White;
|
|
||||||
this.checkBoxL3MenuCommunication.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
||||||
this.checkBoxL3MenuCommunication.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
||||||
this.checkBoxL3MenuCommunication.CheckBoxSymbolSize = 25;
|
|
||||||
this.checkBoxL3MenuCommunication.Checked = false;
|
|
||||||
this.checkBoxL3MenuCommunication.CheckLineWidth = 3;
|
|
||||||
this.checkBoxL3MenuCommunication.ImageCheckBox = null;
|
|
||||||
this.checkBoxL3MenuCommunication.ImageUnCheckBox = null;
|
|
||||||
this.checkBoxL3MenuCommunication.InitVisible = true;
|
|
||||||
this.checkBoxL3MenuCommunication.Location = new System.Drawing.Point(912, 211);
|
|
||||||
this.checkBoxL3MenuCommunication.Name = "checkBoxL3MenuCommunication";
|
|
||||||
this.checkBoxL3MenuCommunication.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.checkBoxL3MenuCommunication.TabIndex = 639;
|
|
||||||
this.checkBoxL3MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
||||||
//
|
|
||||||
// checkBoxL2MenuCommunication
|
|
||||||
//
|
|
||||||
this.checkBoxL2MenuCommunication.BackPictureBox = this.smartForm1;
|
|
||||||
this.checkBoxL2MenuCommunication.BackPictureBox1 = null;
|
|
||||||
this.checkBoxL2MenuCommunication.BackPictureBox2 = null;
|
|
||||||
this.checkBoxL2MenuCommunication.CheckBoxBackColor = System.Drawing.Color.White;
|
|
||||||
this.checkBoxL2MenuCommunication.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
||||||
this.checkBoxL2MenuCommunication.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
||||||
this.checkBoxL2MenuCommunication.CheckBoxSymbolSize = 25;
|
|
||||||
this.checkBoxL2MenuCommunication.Checked = false;
|
|
||||||
this.checkBoxL2MenuCommunication.CheckLineWidth = 3;
|
|
||||||
this.checkBoxL2MenuCommunication.ImageCheckBox = null;
|
|
||||||
this.checkBoxL2MenuCommunication.ImageUnCheckBox = null;
|
|
||||||
this.checkBoxL2MenuCommunication.InitVisible = true;
|
|
||||||
this.checkBoxL2MenuCommunication.Location = new System.Drawing.Point(836, 211);
|
|
||||||
this.checkBoxL2MenuCommunication.Name = "checkBoxL2MenuCommunication";
|
|
||||||
this.checkBoxL2MenuCommunication.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.checkBoxL2MenuCommunication.TabIndex = 637;
|
|
||||||
this.checkBoxL2MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
||||||
//
|
|
||||||
// checkBoxL1MenuCommunication
|
|
||||||
//
|
|
||||||
this.checkBoxL1MenuCommunication.BackPictureBox = this.smartForm1;
|
|
||||||
this.checkBoxL1MenuCommunication.BackPictureBox1 = null;
|
|
||||||
this.checkBoxL1MenuCommunication.BackPictureBox2 = null;
|
|
||||||
this.checkBoxL1MenuCommunication.CheckBoxBackColor = System.Drawing.Color.White;
|
|
||||||
this.checkBoxL1MenuCommunication.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
||||||
this.checkBoxL1MenuCommunication.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
||||||
this.checkBoxL1MenuCommunication.CheckBoxSymbolSize = 25;
|
|
||||||
this.checkBoxL1MenuCommunication.Checked = false;
|
|
||||||
this.checkBoxL1MenuCommunication.CheckLineWidth = 3;
|
|
||||||
this.checkBoxL1MenuCommunication.ImageCheckBox = null;
|
|
||||||
this.checkBoxL1MenuCommunication.ImageUnCheckBox = null;
|
|
||||||
this.checkBoxL1MenuCommunication.InitVisible = true;
|
|
||||||
this.checkBoxL1MenuCommunication.Location = new System.Drawing.Point(760, 211);
|
|
||||||
this.checkBoxL1MenuCommunication.Name = "checkBoxL1MenuCommunication";
|
|
||||||
this.checkBoxL1MenuCommunication.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.checkBoxL1MenuCommunication.TabIndex = 640;
|
|
||||||
this.checkBoxL1MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
||||||
//
|
|
||||||
// labelStaticCommunication
|
|
||||||
//
|
|
||||||
this.labelStaticCommunication.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
||||||
this.labelStaticCommunication.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelStaticCommunication.BackPictureBox1 = null;
|
|
||||||
this.labelStaticCommunication.BackPictureBox2 = null;
|
|
||||||
this.labelStaticCommunication.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticCommunication.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelStaticCommunication.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.labelStaticCommunication.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticCommunication.InitVisible = true;
|
|
||||||
this.labelStaticCommunication.LineSpacing = 0F;
|
|
||||||
this.labelStaticCommunication.Location = new System.Drawing.Point(526, 211);
|
|
||||||
this.labelStaticCommunication.Name = "labelStaticCommunication";
|
|
||||||
this.labelStaticCommunication.Size = new System.Drawing.Size(200, 30);
|
|
||||||
this.labelStaticCommunication.TabIndex = 636;
|
|
||||||
this.labelStaticCommunication.Text = "Communication";
|
|
||||||
this.labelStaticCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelStaticCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelStaticCommunication.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel1
|
|
||||||
//
|
|
||||||
this.smartLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
||||||
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("새굴림", 10F, 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(912, 118);
|
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.smartLabel1.TabIndex = 643;
|
|
||||||
this.smartLabel1.Text = "L3";
|
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel2
|
|
||||||
//
|
|
||||||
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
||||||
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("새굴림", 10F, 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(836, 118);
|
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.smartLabel2.TabIndex = 642;
|
|
||||||
this.smartLabel2.Text = "L2";
|
|
||||||
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.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
||||||
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel3.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel3.InitVisible = true;
|
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(760, 118);
|
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.smartLabel3.TabIndex = 641;
|
|
||||||
this.smartLabel3.Text = "L1";
|
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel3.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// checkBoxL3MenuViewer
|
|
||||||
//
|
|
||||||
this.checkBoxL3MenuViewer.BackPictureBox = this.smartForm1;
|
|
||||||
this.checkBoxL3MenuViewer.BackPictureBox1 = null;
|
|
||||||
this.checkBoxL3MenuViewer.BackPictureBox2 = null;
|
|
||||||
this.checkBoxL3MenuViewer.CheckBoxBackColor = System.Drawing.Color.White;
|
|
||||||
this.checkBoxL3MenuViewer.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
||||||
this.checkBoxL3MenuViewer.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
||||||
this.checkBoxL3MenuViewer.CheckBoxSymbolSize = 25;
|
|
||||||
this.checkBoxL3MenuViewer.Checked = false;
|
|
||||||
this.checkBoxL3MenuViewer.CheckLineWidth = 3;
|
|
||||||
this.checkBoxL3MenuViewer.ImageCheckBox = null;
|
|
||||||
this.checkBoxL3MenuViewer.ImageUnCheckBox = null;
|
|
||||||
this.checkBoxL3MenuViewer.InitVisible = true;
|
|
||||||
this.checkBoxL3MenuViewer.Location = new System.Drawing.Point(912, 551);
|
|
||||||
this.checkBoxL3MenuViewer.Name = "checkBoxL3MenuViewer";
|
|
||||||
this.checkBoxL3MenuViewer.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.checkBoxL3MenuViewer.TabIndex = 646;
|
|
||||||
this.checkBoxL3MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
||||||
this.checkBoxL3MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
|
|
||||||
//
|
|
||||||
// checkBoxL2MenuViewer
|
|
||||||
//
|
|
||||||
this.checkBoxL2MenuViewer.BackPictureBox = this.smartForm1;
|
|
||||||
this.checkBoxL2MenuViewer.BackPictureBox1 = null;
|
|
||||||
this.checkBoxL2MenuViewer.BackPictureBox2 = null;
|
|
||||||
this.checkBoxL2MenuViewer.CheckBoxBackColor = System.Drawing.Color.White;
|
|
||||||
this.checkBoxL2MenuViewer.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
||||||
this.checkBoxL2MenuViewer.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
||||||
this.checkBoxL2MenuViewer.CheckBoxSymbolSize = 25;
|
|
||||||
this.checkBoxL2MenuViewer.Checked = false;
|
|
||||||
this.checkBoxL2MenuViewer.CheckLineWidth = 3;
|
|
||||||
this.checkBoxL2MenuViewer.ImageCheckBox = null;
|
|
||||||
this.checkBoxL2MenuViewer.ImageUnCheckBox = null;
|
|
||||||
this.checkBoxL2MenuViewer.InitVisible = true;
|
|
||||||
this.checkBoxL2MenuViewer.Location = new System.Drawing.Point(836, 551);
|
|
||||||
this.checkBoxL2MenuViewer.Name = "checkBoxL2MenuViewer";
|
|
||||||
this.checkBoxL2MenuViewer.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.checkBoxL2MenuViewer.TabIndex = 647;
|
|
||||||
this.checkBoxL2MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
||||||
this.checkBoxL2MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
|
|
||||||
//
|
|
||||||
// checkBoxL1MenuViewer
|
|
||||||
//
|
|
||||||
this.checkBoxL1MenuViewer.BackPictureBox = this.smartForm1;
|
|
||||||
this.checkBoxL1MenuViewer.BackPictureBox1 = null;
|
|
||||||
this.checkBoxL1MenuViewer.BackPictureBox2 = null;
|
|
||||||
this.checkBoxL1MenuViewer.CheckBoxBackColor = System.Drawing.Color.White;
|
|
||||||
this.checkBoxL1MenuViewer.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
||||||
this.checkBoxL1MenuViewer.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
||||||
this.checkBoxL1MenuViewer.CheckBoxSymbolSize = 25;
|
|
||||||
this.checkBoxL1MenuViewer.Checked = false;
|
|
||||||
this.checkBoxL1MenuViewer.CheckLineWidth = 3;
|
|
||||||
this.checkBoxL1MenuViewer.ImageCheckBox = null;
|
|
||||||
this.checkBoxL1MenuViewer.ImageUnCheckBox = null;
|
|
||||||
this.checkBoxL1MenuViewer.InitVisible = true;
|
|
||||||
this.checkBoxL1MenuViewer.Location = new System.Drawing.Point(760, 551);
|
|
||||||
this.checkBoxL1MenuViewer.Name = "checkBoxL1MenuViewer";
|
|
||||||
this.checkBoxL1MenuViewer.Size = new System.Drawing.Size(29, 30);
|
|
||||||
this.checkBoxL1MenuViewer.TabIndex = 645;
|
|
||||||
this.checkBoxL1MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
||||||
this.checkBoxL1MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
|
|
||||||
//
|
|
||||||
// labelStaticViewer
|
|
||||||
//
|
|
||||||
this.labelStaticViewer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
||||||
this.labelStaticViewer.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelStaticViewer.BackPictureBox1 = null;
|
|
||||||
this.labelStaticViewer.BackPictureBox2 = null;
|
|
||||||
this.labelStaticViewer.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticViewer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelStaticViewer.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.labelStaticViewer.ForeColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticViewer.InitVisible = true;
|
|
||||||
this.labelStaticViewer.LineSpacing = 0F;
|
|
||||||
this.labelStaticViewer.Location = new System.Drawing.Point(526, 551);
|
|
||||||
this.labelStaticViewer.Name = "labelStaticViewer";
|
|
||||||
this.labelStaticViewer.Size = new System.Drawing.Size(200, 30);
|
|
||||||
this.labelStaticViewer.TabIndex = 644;
|
|
||||||
this.labelStaticViewer.Text = "Viewer";
|
|
||||||
this.labelStaticViewer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelStaticViewer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelStaticViewer.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// FormUserGroupEditor
|
// FormUserGroupEditor
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -2258,9 +2347,9 @@
|
||||||
private SmartX.SmartCheckBox checkBoxL1MenuSystemSetting;
|
private SmartX.SmartCheckBox checkBoxL1MenuSystemSetting;
|
||||||
private SmartX.SmartCheckBox checkBoxL1MenuTimeSetting;
|
private SmartX.SmartCheckBox checkBoxL1MenuTimeSetting;
|
||||||
private SmartX.SmartCheckBox checkBoxL1MainProductNo;
|
private SmartX.SmartCheckBox checkBoxL1MainProductNo;
|
||||||
private SmartX.SmartLabel labelTitle3;
|
private SmartX.SmartLabel labelTitleL3_1;
|
||||||
private SmartX.SmartLabel labelTitle2;
|
private SmartX.SmartLabel labelTitleL2_1;
|
||||||
private SmartX.SmartLabel labelTitle1;
|
private SmartX.SmartLabel labelTitleL1_1;
|
||||||
private SmartX.SmartLabel labelStaticEquipmentSetting;
|
private SmartX.SmartLabel labelStaticEquipmentSetting;
|
||||||
private SmartX.SmartLabel labelStaticUserSetting;
|
private SmartX.SmartLabel labelStaticUserSetting;
|
||||||
private SmartX.SmartLabel labelStaticFactoryReset;
|
private SmartX.SmartLabel labelStaticFactoryReset;
|
||||||
|
@ -2290,12 +2379,16 @@
|
||||||
private SmartX.SmartCheckBox checkBoxL2MenuCommunication;
|
private SmartX.SmartCheckBox checkBoxL2MenuCommunication;
|
||||||
private SmartX.SmartCheckBox checkBoxL1MenuCommunication;
|
private SmartX.SmartCheckBox checkBoxL1MenuCommunication;
|
||||||
private SmartX.SmartLabel labelStaticCommunication;
|
private SmartX.SmartLabel labelStaticCommunication;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelTitleL3_2;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleL2_2;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel labelTitleL1_2;
|
||||||
private SmartX.SmartCheckBox checkBoxL3MenuViewer;
|
private SmartX.SmartCheckBox checkBoxL3MenuViewer;
|
||||||
private SmartX.SmartCheckBox checkBoxL2MenuViewer;
|
private SmartX.SmartCheckBox checkBoxL2MenuViewer;
|
||||||
private SmartX.SmartCheckBox checkBoxL1MenuViewer;
|
private SmartX.SmartCheckBox checkBoxL1MenuViewer;
|
||||||
private SmartX.SmartLabel labelStaticViewer;
|
private SmartX.SmartLabel labelStaticViewer;
|
||||||
|
private SmartX.SmartLabel labelTitleChangeName;
|
||||||
|
private SmartX.SmartLabel labelLevel3;
|
||||||
|
private SmartX.SmartLabel labelLevel2;
|
||||||
|
private SmartX.SmartLabel labelLevel1;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -50,11 +50,11 @@
|
||||||
<Reference Include="mscorlib" />
|
<Reference Include="mscorlib" />
|
||||||
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|
|
@ -143,6 +143,9 @@ namespace INT63DC_6CH.In_UserManager
|
||||||
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
private static extern int DLL_UserMgr_UserAllDel_Default();
|
private static extern int DLL_UserMgr_UserAllDel_Default();
|
||||||
|
|
||||||
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
|
private static extern int DLL_UserMgr_UserLoginFailLockSet(IntPtr user_id);
|
||||||
|
|
||||||
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
private static extern int DLL_UserMgr_UserLockRelease(IntPtr user_id, bool lock_account, bool lock_password);
|
private static extern int DLL_UserMgr_UserLockRelease(IntPtr user_id, bool lock_account, bool lock_password);
|
||||||
|
|
||||||
|
|
|
@ -243,6 +243,9 @@ namespace INT63DC_6CH.In_UserManager
|
||||||
|
|
||||||
[MarshalAs(UnmanagedType.I4)]
|
[MarshalAs(UnmanagedType.I4)]
|
||||||
public Int32 fFirstPW; // [1] First (request to modify), [0] Next (not request)
|
public Int32 fFirstPW; // [1] First (request to modify), [0] Next (not request)
|
||||||
|
|
||||||
|
[MarshalAs(UnmanagedType.I4)]
|
||||||
|
public Int32 login_fail_count; // [1] First (request to modify), [0] Next (not request)
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
@ -194,6 +194,12 @@ namespace INT63DC_6CH.In_UserManager
|
||||||
|
|
||||||
DLL_UserMgr_UserLockGet(pID);
|
DLL_UserMgr_UserLockGet(pID);
|
||||||
}
|
}
|
||||||
|
public static void UserManager_UserLoginFailLockSet(String sID)
|
||||||
|
{
|
||||||
|
IntPtr pID = Marshal.StringToBSTR(sID.ToString());
|
||||||
|
|
||||||
|
DLL_UserMgr_UserLoginFailLockSet(pID);
|
||||||
|
}
|
||||||
public static void UserManager_UserLoginCB(String sID, String sPW)
|
public static void UserManager_UserLoginCB(String sID, String sPW)
|
||||||
{
|
{
|
||||||
IntPtr pID = Marshal.StringToBSTR(sID.ToString());
|
IntPtr pID = Marshal.StringToBSTR(sID.ToString());
|
||||||
|
|
|
@ -517,8 +517,6 @@
|
||||||
<None Include="Resources\gerMenuCalibrationUp.png" />
|
<None Include="Resources\gerMenuCalibrationUp.png" />
|
||||||
<None Include="Resources\gerMenuConfigurationDown.png" />
|
<None Include="Resources\gerMenuConfigurationDown.png" />
|
||||||
<None Include="Resources\gerMenuConfigurationUp.png" />
|
<None Include="Resources\gerMenuConfigurationUp.png" />
|
||||||
<None Include="Resources\gerMenuDataBackupDown.png" />
|
|
||||||
<None Include="Resources\gerMenuDataBackupUp.png" />
|
|
||||||
<None Include="Resources\gerMenuDataStatisticsDown.png" />
|
<None Include="Resources\gerMenuDataStatisticsDown.png" />
|
||||||
<None Include="Resources\gerMenuDataStatisticsUp.png" />
|
<None Include="Resources\gerMenuDataStatisticsUp.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentSettingDown.png" />
|
<None Include="Resources\gerMenuEquipmentSettingDown.png" />
|
||||||
|
@ -721,9 +719,6 @@
|
||||||
<None Include="Resources\gerGroupEditorUp.png" />
|
<None Include="Resources\gerGroupEditorUp.png" />
|
||||||
<None Include="Resources\gerGroupEditorDisable.png" />
|
<None Include="Resources\gerGroupEditorDisable.png" />
|
||||||
<None Include="Resources\gerGroupEditorDown.png" />
|
<None Include="Resources\gerGroupEditorDown.png" />
|
||||||
<None Include="Resources\engFilterDown.png" />
|
|
||||||
<None Include="Resources\engFilterUp.png" />
|
|
||||||
<None Include="Resources\engFilterDisable.png" />
|
|
||||||
<None Include="Resources\chnFilterDown.png" />
|
<None Include="Resources\chnFilterDown.png" />
|
||||||
<None Include="Resources\chnFilterUp.png" />
|
<None Include="Resources\chnFilterUp.png" />
|
||||||
<None Include="Resources\chnFilterDisable.png" />
|
<None Include="Resources\chnFilterDisable.png" />
|
||||||
|
@ -738,11 +733,8 @@
|
||||||
<None Include="Resources\gerMenuCommunicationDisable.png" />
|
<None Include="Resources\gerMenuCommunicationDisable.png" />
|
||||||
<None Include="Resources\gerMenuCommunicationDown.png" />
|
<None Include="Resources\gerMenuCommunicationDown.png" />
|
||||||
<None Include="Resources\gerMenuCommunicationUp.png" />
|
<None Include="Resources\gerMenuCommunicationUp.png" />
|
||||||
<None Include="Resources\gerMenuDataViewerDown.png" />
|
|
||||||
<None Include="Resources\gerMenuDataViewerUp.png" />
|
|
||||||
<None Include="Resources\gerMenuCalibrationDisable.png" />
|
<None Include="Resources\gerMenuCalibrationDisable.png" />
|
||||||
<None Include="Resources\gerMenuConfigurationDisable.png" />
|
<None Include="Resources\gerMenuConfigurationDisable.png" />
|
||||||
<None Include="Resources\gerMenuDataBackupDisable.png" />
|
|
||||||
<None Include="Resources\gerMenuDataStatisticsDisable.png" />
|
<None Include="Resources\gerMenuDataStatisticsDisable.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentSettingDisable.png" />
|
<None Include="Resources\gerMenuEquipmentSettingDisable.png" />
|
||||||
<None Include="Resources\gerMenuEquipmentTestDisable.png" />
|
<None Include="Resources\gerMenuEquipmentTestDisable.png" />
|
||||||
|
@ -771,7 +763,6 @@
|
||||||
<None Include="Resources\engMenuInformationDisable.png" />
|
<None Include="Resources\engMenuInformationDisable.png" />
|
||||||
<None Include="Resources\engMenuInitializationDisable.png" />
|
<None Include="Resources\engMenuInitializationDisable.png" />
|
||||||
<None Include="Resources\engMenuDataViewerDisable.png" />
|
<None Include="Resources\engMenuDataViewerDisable.png" />
|
||||||
<None Include="Resources\gerMenuDataViewerDisable.png" />
|
|
||||||
<None Include="Resources\engCorrectionDisable.png" />
|
<None Include="Resources\engCorrectionDisable.png" />
|
||||||
<None Include="Resources\engCorrectionDown.png" />
|
<None Include="Resources\engCorrectionDown.png" />
|
||||||
<None Include="Resources\engCorrectionUp.png" />
|
<None Include="Resources\engCorrectionUp.png" />
|
||||||
|
@ -791,6 +782,18 @@
|
||||||
<None Include="Resources\gerFormMainTareDisable.png" />
|
<None Include="Resources\gerFormMainTareDisable.png" />
|
||||||
<None Include="Resources\gerFormMainUnderDisable.png" />
|
<None Include="Resources\gerFormMainUnderDisable.png" />
|
||||||
<None Include="Resources\gerFormMainZeroDisable.png" />
|
<None Include="Resources\gerFormMainZeroDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuDataBackupUp.png" />
|
||||||
|
<None Include="Resources\gerMenuDataBackupDown.png" />
|
||||||
|
<None Include="Resources\gerMenuDataBackupDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuDataViewerDisable.png" />
|
||||||
|
<None Include="Resources\gerMenuDataViewerDown.png" />
|
||||||
|
<None Include="Resources\gerMenuDataViewerUp.png" />
|
||||||
|
<None Include="Resources\engFilterDisable.png" />
|
||||||
|
<None Include="Resources\engFilterDown.png" />
|
||||||
|
<None Include="Resources\engFilterUp.png" />
|
||||||
|
<None Include="Resources\gerFormMainLoginDisable.png" />
|
||||||
|
<None Include="Resources\gerFormMainLoginUp.png" />
|
||||||
|
<None Include="Resources\gerFormMainLogoffUp.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" />
|
||||||
|
|
|
@ -445,6 +445,9 @@ namespace INT63DC_ImageDll
|
||||||
gerFormCalibrationStartDisable,
|
gerFormCalibrationStartDisable,
|
||||||
gerFormCalibrationStartDown,
|
gerFormCalibrationStartDown,
|
||||||
gerFormCalibrationStartUp,
|
gerFormCalibrationStartUp,
|
||||||
|
gerFormMainLoginDisable,
|
||||||
|
gerFormMainLoginUp,
|
||||||
|
gerFormMainLogOffUp,
|
||||||
gerFormMainClearDisable,
|
gerFormMainClearDisable,
|
||||||
gerFormMainClearDown,
|
gerFormMainClearDown,
|
||||||
gerFormMainClearUp,
|
gerFormMainClearUp,
|
||||||
|
@ -1987,6 +1990,15 @@ namespace INT63DC_ImageDll
|
||||||
case ButtonImages.gerFormCalibrationStartUp:
|
case ButtonImages.gerFormCalibrationStartUp:
|
||||||
bt = new Bitmap(Resource.gerFormCalibrationStartUp);
|
bt = new Bitmap(Resource.gerFormCalibrationStartUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.gerFormMainLoginDisable:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainLoginDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerFormMainLoginUp:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainLoginUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.gerFormMainLogOffUp:
|
||||||
|
bt = new Bitmap(Resource.gerFormMainLogoffUp);
|
||||||
|
break;
|
||||||
case ButtonImages.gerFormMainClearDisable:
|
case ButtonImages.gerFormMainClearDisable:
|
||||||
bt = new Bitmap(Resource.gerFormMainClearDisable);
|
bt = new Bitmap(Resource.gerFormMainClearDisable);
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -3130,6 +3130,27 @@ namespace INT63DC_ImageDll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainLoginDisable {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainLoginDisable", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainLoginUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainLoginUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap gerFormMainLogoffUp {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("gerFormMainLogoffUp", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap gerFormMainMenuDisable {
|
internal static System.Drawing.Bitmap gerFormMainMenuDisable {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("gerFormMainMenuDisable", resourceCulture);
|
object obj = ResourceManager.GetObject("gerFormMainMenuDisable", resourceCulture);
|
||||||
|
|
|
@ -2167,4 +2167,13 @@
|
||||||
<data name="gerFormMainUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>Resources\gerFormMainUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="gerFormMainLoginDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainLoginDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerFormMainLoginUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainLoginUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gerFormMainLogoffUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\gerFormMainLogoffUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.9 KiB |