수정중
parent
df8f3c2586
commit
2da92ae820
Binary file not shown.
|
|
@ -94,7 +94,7 @@
|
|||
// labelTitleDetail
|
||||
//
|
||||
this.labelTitleDetail.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleDetail.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
// labelTitleEvent
|
||||
//
|
||||
this.labelTitleEvent.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleEvent.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
// labelTitleID
|
||||
//
|
||||
this.labelTitleID.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -329,6 +329,7 @@
|
|||
this.listBoxDetail.Text = "smartListBox1";
|
||||
this.listBoxDetail.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxDetail.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxDetail.Click += new System.EventHandler(this.listBoxDetail_Click);
|
||||
//
|
||||
// listBoxEvent
|
||||
//
|
||||
|
|
@ -442,6 +443,7 @@
|
|||
this.listBoxEvent.Text = "smartListBox1";
|
||||
this.listBoxEvent.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxEvent.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxEvent.Click += new System.EventHandler(this.listBoxEvent_Click);
|
||||
//
|
||||
// listBoxLoginID
|
||||
//
|
||||
|
|
@ -555,11 +557,12 @@
|
|||
this.listBoxLoginID.Text = "smartListBox1";
|
||||
this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLoginID.Click += new System.EventHandler(this.listBoxLoginID_Click);
|
||||
//
|
||||
// labelTitleTime
|
||||
//
|
||||
this.labelTitleTime.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -763,6 +766,7 @@
|
|||
this.listBoxTime.Text = "smartListBox1";
|
||||
this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxTime.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxTime.Click += new System.EventHandler(this.listBoxTime_Click);
|
||||
//
|
||||
// treeView
|
||||
//
|
||||
|
|
|
|||
|
|
@ -339,6 +339,31 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.UpdateListBoxCount();
|
||||
}
|
||||
|
||||
private void listBoxTime_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLoginID_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
}
|
||||
private void listBoxEvent_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
}
|
||||
private void listBoxDetail_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
}
|
||||
|
||||
private void smartTimer_Tick(object sender, EventArgs e)
|
||||
{
|
||||
this.smartTimer.Stop();
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
// labelTitleType
|
||||
//
|
||||
this.labelTitleType.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleType.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleType.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleType.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleType.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleType.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
// labelTitleAfter
|
||||
//
|
||||
this.labelTitleAfter.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleAfter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleAfter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleAfter.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleAfter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleAfter.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
// labelTitleBefore
|
||||
//
|
||||
this.labelTitleBefore.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleBefore.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleBefore.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleBefore.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleBefore.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleBefore.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
// labelTitleDetail
|
||||
//
|
||||
this.labelTitleDetail.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleDetail.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -202,7 +202,7 @@
|
|||
// labelTitleEvent
|
||||
//
|
||||
this.labelTitleEvent.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleEvent.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -225,7 +225,7 @@
|
|||
// labelTitleID
|
||||
//
|
||||
this.labelTitleID.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -505,6 +505,7 @@
|
|||
this.listBoxAfter.Text = "smartListBox1";
|
||||
this.listBoxAfter.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxAfter.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxAfter.Click += new System.EventHandler(this.listBoxAfter_Click);
|
||||
//
|
||||
// listBoxBefore
|
||||
//
|
||||
|
|
@ -618,6 +619,7 @@
|
|||
this.listBoxBefore.Text = "smartListBox1";
|
||||
this.listBoxBefore.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxBefore.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxBefore.Click += new System.EventHandler(this.listBoxBefore_Click);
|
||||
//
|
||||
// listBoxType
|
||||
//
|
||||
|
|
@ -731,6 +733,7 @@
|
|||
this.listBoxType.Text = "smartListBox1";
|
||||
this.listBoxType.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxType.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxType.Click += new System.EventHandler(this.listBoxType_Click);
|
||||
//
|
||||
// listBoxDetail
|
||||
//
|
||||
|
|
@ -844,6 +847,7 @@
|
|||
this.listBoxDetail.Text = "smartListBox1";
|
||||
this.listBoxDetail.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxDetail.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxDetail.Click += new System.EventHandler(this.listBoxDetail_Click);
|
||||
//
|
||||
// listBoxEvent
|
||||
//
|
||||
|
|
@ -957,6 +961,7 @@
|
|||
this.listBoxEvent.Text = "smartListBox1";
|
||||
this.listBoxEvent.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxEvent.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxEvent.Click += new System.EventHandler(this.listBoxEvent_Click);
|
||||
//
|
||||
// listBoxLoginID
|
||||
//
|
||||
|
|
@ -1070,11 +1075,12 @@
|
|||
this.listBoxLoginID.Text = "smartListBox1";
|
||||
this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLoginID.Click += new System.EventHandler(this.listBoxLoginID_Click);
|
||||
//
|
||||
// labelTitleTime
|
||||
//
|
||||
this.labelTitleTime.BackGround = this.smartGroupBox1;
|
||||
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelTitleTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -1314,6 +1320,7 @@
|
|||
this.listBoxTime.Text = "smartListBox1";
|
||||
this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.listBoxTime.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxTime.Click += new System.EventHandler(this.listBoxTime_Click);
|
||||
//
|
||||
// treeView
|
||||
//
|
||||
|
|
|
|||
|
|
@ -349,6 +349,70 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.UpdateListBoxCount();
|
||||
}
|
||||
|
||||
private void listBoxTime_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxBefore.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxAfter.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxType.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLoginID_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxBefore.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxAfter.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
this.listBoxType.SelectItemIndex = this.listBoxLoginID.SelectItemIndex;
|
||||
}
|
||||
private void listBoxEvent_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxBefore.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxAfter.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
this.listBoxType.SelectItemIndex = this.listBoxEvent.SelectItemIndex;
|
||||
}
|
||||
private void listBoxDetail_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxBefore.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxAfter.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
this.listBoxType.SelectItemIndex = this.listBoxDetail.SelectItemIndex;
|
||||
}
|
||||
private void listBoxBefore_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxBefore.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxBefore.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxBefore.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxBefore.SelectItemIndex;
|
||||
this.listBoxAfter.SelectItemIndex = this.listBoxBefore.SelectItemIndex;
|
||||
this.listBoxType.SelectItemIndex = this.listBoxBefore.SelectItemIndex;
|
||||
}
|
||||
private void listBoxAfter_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxAfter.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxAfter.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxAfter.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxAfter.SelectItemIndex;
|
||||
this.listBoxBefore.SelectItemIndex = this.listBoxAfter.SelectItemIndex;
|
||||
this.listBoxType.SelectItemIndex = this.listBoxAfter.SelectItemIndex;
|
||||
}
|
||||
private void listBoxType_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxType.SelectItemIndex;
|
||||
this.listBoxLoginID.SelectItemIndex = this.listBoxType.SelectItemIndex;
|
||||
this.listBoxEvent.SelectItemIndex = this.listBoxType.SelectItemIndex;
|
||||
this.listBoxDetail.SelectItemIndex = this.listBoxType.SelectItemIndex;
|
||||
this.listBoxBefore.SelectItemIndex = this.listBoxType.SelectItemIndex;
|
||||
this.listBoxAfter.SelectItemIndex = this.listBoxType.SelectItemIndex;
|
||||
}
|
||||
|
||||
private void smartTimer_Tick(object sender, EventArgs e)
|
||||
{
|
||||
this.smartTimer.Stop();
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -25,10 +25,12 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
private Define.E_DataType CurrentDataType;
|
||||
private List<DataBackupYear> ListInspectionFile;
|
||||
private Collection<SmartListBox> CollectionListBox;
|
||||
|
||||
private int CNT_Pass;
|
||||
private int CNT_Leak;
|
||||
private Collection<SmartListBox> CollectionListBox;
|
||||
private Collection<SmartLabel> CollectionPassCount;
|
||||
private Collection<SmartLabel> CollectionLeakCount;
|
||||
private List<int> ListPassCount;
|
||||
private List<int> ListLeakCount;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
|
@ -62,20 +64,41 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.ListInspectionFile = new List<DataBackupYear>();
|
||||
|
||||
this.ListBoxCount = 0;
|
||||
this.CNT_Pass = 0;
|
||||
this.CNT_Leak = 0;
|
||||
|
||||
this.CollectionListBox = new Collection<SmartX.SmartListBox>();
|
||||
this.CollectionListBox.Clear();
|
||||
this.CollectionListBox.Add(this.listBoxTime);
|
||||
this.CollectionListBox.Add(this.listBoxResult);
|
||||
this.CollectionListBox.Add(this.listBoxResultDiff);
|
||||
this.CollectionListBox.Add(this.listBoxResultDisp);
|
||||
this.CollectionListBox.Add(this.listBoxDiffMax);
|
||||
this.CollectionListBox.Add(this.listBoxDiffJudg);
|
||||
this.CollectionListBox.Add(this.listBoxDispMin);
|
||||
this.CollectionListBox.Add(this.listBoxDispMax);
|
||||
this.CollectionListBox.Add(this.listBoxDispDiff);
|
||||
this.CollectionListBox.Add(this.listBox1);
|
||||
this.CollectionListBox.Add(this.listBox2);
|
||||
this.CollectionListBox.Add(this.listBox3);
|
||||
this.CollectionListBox.Add(this.listBox4);
|
||||
this.CollectionListBox.Add(this.listBox5);
|
||||
this.CollectionListBox.Add(this.listBox6);
|
||||
|
||||
this.CollectionPassCount = new Collection<SmartX.SmartLabel>();
|
||||
this.CollectionPassCount.Clear();
|
||||
this.CollectionPassCount.Add(this.labelPassCount1);
|
||||
this.CollectionPassCount.Add(this.labelPassCount2);
|
||||
this.CollectionPassCount.Add(this.labelPassCount3);
|
||||
this.CollectionPassCount.Add(this.labelPassCount4);
|
||||
this.CollectionPassCount.Add(this.labelPassCount5);
|
||||
this.CollectionPassCount.Add(this.labelPassCount6);
|
||||
|
||||
this.CollectionLeakCount = new Collection<SmartX.SmartLabel>();
|
||||
this.CollectionLeakCount.Clear();
|
||||
this.CollectionLeakCount.Add(this.labelLeakCount1);
|
||||
this.CollectionLeakCount.Add(this.labelLeakCount2);
|
||||
this.CollectionLeakCount.Add(this.labelLeakCount3);
|
||||
this.CollectionLeakCount.Add(this.labelLeakCount4);
|
||||
this.CollectionLeakCount.Add(this.labelLeakCount5);
|
||||
this.CollectionLeakCount.Add(this.labelLeakCount6);
|
||||
|
||||
this.ListPassCount = new List<int>();
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
this.ListPassCount.Add(0);
|
||||
|
||||
this.ListLeakCount = new List<int>();
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
this.ListLeakCount.Add(0);
|
||||
}
|
||||
public void InitializeDesign()
|
||||
{
|
||||
|
|
@ -114,7 +137,10 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
return;
|
||||
|
||||
this.labelTotalIndex.Text = (this.ListBoxCount - 1).ToString();
|
||||
this.labelRemainIndex.Text = this.listBoxTime.ViewRemainCount.ToString();
|
||||
if (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount < 0)
|
||||
this.labelRemainIndex.Text = "0";
|
||||
else
|
||||
this.labelRemainIndex.Text = (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount).ToString();
|
||||
}
|
||||
private void UpdateListBoxDataDisplay(string data)
|
||||
{
|
||||
|
|
@ -122,24 +148,23 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
return;
|
||||
|
||||
string[] sb = data.Split(',');
|
||||
string temp = "";
|
||||
|
||||
// Time
|
||||
this.listBoxTime.AddItem(sb[1]);
|
||||
|
||||
// 판정데이터
|
||||
if (sb[4] == "Pass")
|
||||
this.CNT_Pass++;
|
||||
if (sb[4] == "Leak")
|
||||
this.CNT_Leak++;
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
{
|
||||
temp = sb[(i * 8) + 4];
|
||||
|
||||
this.listBoxResult.AddItem(sb[4]);
|
||||
this.listBoxResultDiff.AddItem(sb[5]);
|
||||
this.listBoxResultDisp.AddItem(sb[6]);
|
||||
this.listBoxDiffMax.AddItem(sb[7]);
|
||||
this.listBoxDiffJudg.AddItem(sb[8]);
|
||||
this.listBoxDispMin.AddItem(sb[9]);
|
||||
this.listBoxDispMax.AddItem(sb[10]);
|
||||
this.listBoxDispDiff.AddItem(sb[11]);
|
||||
if (temp == "Pass")
|
||||
this.ListPassCount[i]++;
|
||||
if (temp == "Leak")
|
||||
this.ListLeakCount[i]++;
|
||||
|
||||
this.CollectionListBox[i].AddItem(sb[(i * 8) + 4]);
|
||||
}
|
||||
}
|
||||
private void UpdateDisplayFile()
|
||||
{
|
||||
|
|
@ -270,8 +295,11 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
try
|
||||
{
|
||||
this.CNT_Pass = 0;
|
||||
this.CNT_Leak = 0;
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
this.ListPassCount[i] = 0;
|
||||
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
this.ListLeakCount[i] = 0;
|
||||
|
||||
this.smartFile1.StringType.FillBuffer();
|
||||
|
||||
|
|
@ -282,8 +310,11 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.UpdateListBoxDataDisplay(this.smartFile1.StringType.ReadBuffer(i));
|
||||
}
|
||||
|
||||
this.labelPassCount1.Text = this.CNT_Pass.ToString();
|
||||
this.labelLeakCount1.Text = this.CNT_Leak.ToString();
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
{
|
||||
this.CollectionPassCount[i].Text = this.ListPassCount[i].ToString();
|
||||
this.CollectionLeakCount[i].Text = this.ListLeakCount[i].ToString();
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -312,8 +343,11 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.ListBoxCount = 0;
|
||||
this.labelRemainIndex.Text = "0";
|
||||
this.labelTotalIndex.Text = "0";
|
||||
this.labelPassCount1.Text = "0";
|
||||
this.labelLeakCount1.Text = "0";
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
{
|
||||
this.CollectionPassCount[i].Text = "0";
|
||||
this.CollectionLeakCount[i].Text = "0";
|
||||
}
|
||||
|
||||
// User
|
||||
switch (this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser.Group)
|
||||
|
|
@ -357,6 +391,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
for (int i = 0; i < this.CollectionListBox.Count; i++)
|
||||
this.CollectionListBox[i].ClearAll();
|
||||
this.listBoxTime.ClearAll();
|
||||
|
||||
this.LoadFile(this.ParentForm.ParentForm.PathDataInspectionFolder + this.treeViewInspection.SelectedNode.FullPath);
|
||||
this.smartTimer.Start();
|
||||
|
|
@ -371,6 +406,8 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
private void buttonUp_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.ScrollUp();
|
||||
|
||||
for (int i = 0; i < this.CollectionListBox.Count; i++)
|
||||
this.CollectionListBox[i].ScrollUp();
|
||||
|
||||
|
|
@ -378,12 +415,78 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
}
|
||||
private void buttonDown_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.ScrollDown();
|
||||
|
||||
for (int i = 0; i < this.CollectionListBox.Count; i++)
|
||||
this.CollectionListBox[i].ScrollDown();
|
||||
|
||||
this.UpdateListBoxCount();
|
||||
}
|
||||
|
||||
private void listBoxTime_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBox1.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBox2.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBox3.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBox4.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBox5.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBox6.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
}
|
||||
private void listBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBox1.SelectItemIndex;
|
||||
this.listBox2.SelectItemIndex = this.listBox1.SelectItemIndex;
|
||||
this.listBox3.SelectItemIndex = this.listBox1.SelectItemIndex;
|
||||
this.listBox4.SelectItemIndex = this.listBox1.SelectItemIndex;
|
||||
this.listBox5.SelectItemIndex = this.listBox1.SelectItemIndex;
|
||||
this.listBox6.SelectItemIndex = this.listBox1.SelectItemIndex;
|
||||
}
|
||||
private void listBox2_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBox2.SelectItemIndex;
|
||||
this.listBox1.SelectItemIndex = this.listBox2.SelectItemIndex;
|
||||
this.listBox3.SelectItemIndex = this.listBox2.SelectItemIndex;
|
||||
this.listBox4.SelectItemIndex = this.listBox2.SelectItemIndex;
|
||||
this.listBox5.SelectItemIndex = this.listBox2.SelectItemIndex;
|
||||
this.listBox6.SelectItemIndex = this.listBox2.SelectItemIndex;
|
||||
}
|
||||
private void listBox3_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBox3.SelectItemIndex;
|
||||
this.listBox1.SelectItemIndex = this.listBox3.SelectItemIndex;
|
||||
this.listBox2.SelectItemIndex = this.listBox3.SelectItemIndex;
|
||||
this.listBox4.SelectItemIndex = this.listBox3.SelectItemIndex;
|
||||
this.listBox5.SelectItemIndex = this.listBox3.SelectItemIndex;
|
||||
this.listBox6.SelectItemIndex = this.listBox3.SelectItemIndex;
|
||||
}
|
||||
private void listBox4_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBox4.SelectItemIndex;
|
||||
this.listBox1.SelectItemIndex = this.listBox4.SelectItemIndex;
|
||||
this.listBox2.SelectItemIndex = this.listBox4.SelectItemIndex;
|
||||
this.listBox3.SelectItemIndex = this.listBox4.SelectItemIndex;
|
||||
this.listBox5.SelectItemIndex = this.listBox4.SelectItemIndex;
|
||||
this.listBox6.SelectItemIndex = this.listBox4.SelectItemIndex;
|
||||
}
|
||||
private void listBox5_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBox5.SelectItemIndex;
|
||||
this.listBox1.SelectItemIndex = this.listBox5.SelectItemIndex;
|
||||
this.listBox2.SelectItemIndex = this.listBox5.SelectItemIndex;
|
||||
this.listBox3.SelectItemIndex = this.listBox5.SelectItemIndex;
|
||||
this.listBox4.SelectItemIndex = this.listBox5.SelectItemIndex;
|
||||
this.listBox6.SelectItemIndex = this.listBox5.SelectItemIndex;
|
||||
}
|
||||
private void listBox6_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBox6.SelectItemIndex;
|
||||
this.listBox1.SelectItemIndex = this.listBox6.SelectItemIndex;
|
||||
this.listBox2.SelectItemIndex = this.listBox6.SelectItemIndex;
|
||||
this.listBox3.SelectItemIndex = this.listBox6.SelectItemIndex;
|
||||
this.listBox4.SelectItemIndex = this.listBox6.SelectItemIndex;
|
||||
this.listBox5.SelectItemIndex = this.listBox6.SelectItemIndex;
|
||||
}
|
||||
|
||||
private void smartTimer_Tick(object sender, EventArgs e)
|
||||
{
|
||||
this.smartTimer.Stop();
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -37,12 +37,12 @@
|
|||
this.smartLabel6 = new SmartX.SmartLabel();
|
||||
this.smartLabel7 = new SmartX.SmartLabel();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.smartButton6 = new SmartX.SmartButton();
|
||||
this.smartButton5 = new SmartX.SmartButton();
|
||||
this.smartButton4 = new SmartX.SmartButton();
|
||||
this.smartButton3 = new SmartX.SmartButton();
|
||||
this.smartButton2 = new SmartX.SmartButton();
|
||||
this.smartButton1 = new SmartX.SmartButton();
|
||||
this.smartLabel12 = new SmartX.SmartLabel();
|
||||
this.smartLabel11 = new SmartX.SmartLabel();
|
||||
this.labelLeakTotalCNT = new SmartX.SmartLabel();
|
||||
this.labelPassTotalCNT = new SmartX.SmartLabel();
|
||||
this.smartLabel10 = new SmartX.SmartLabel();
|
||||
this.buttonDisplayChange = new SmartX.SmartButton();
|
||||
this.labelLeakCNT6 = new SmartX.SmartLabel();
|
||||
this.labelPassCNT6 = new SmartX.SmartLabel();
|
||||
this.labelLeakCNT5 = new SmartX.SmartLabel();
|
||||
|
|
@ -76,12 +76,12 @@
|
|||
this.listBoxTime.DataSource = null;
|
||||
this.listBoxTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxTime.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxTime.ItemOffsetGap = 15;
|
||||
this.listBoxTime.ItemOffsetGap = 13;
|
||||
this.listBoxTime.ItemOffsetX = 1;
|
||||
this.listBoxTime.ItemOffsetY = 0;
|
||||
this.listBoxTime.ItemTextOffsetX = 0;
|
||||
this.listBoxTime.ItemTextOffsetY = 1;
|
||||
this.listBoxTime.Location = new System.Drawing.Point(12, 43);
|
||||
this.listBoxTime.Location = new System.Drawing.Point(12, 65);
|
||||
this.listBoxTime.MouseMoveEventSpace = 3;
|
||||
this.listBoxTime.MouseMoveSpace = 10;
|
||||
this.listBoxTime.Name = "listBoxTime";
|
||||
|
|
@ -174,12 +174,12 @@
|
|||
this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxTime.SeparationlineVisibleBottom = true;
|
||||
this.listBoxTime.SeparationlineVisibleTop = true;
|
||||
this.listBoxTime.Size = new System.Drawing.Size(136, 270);
|
||||
this.listBoxTime.Size = new System.Drawing.Size(136, 260);
|
||||
this.listBoxTime.TabIndex = 0;
|
||||
this.listBoxTime.Text = "smartListBox1";
|
||||
this.listBoxTime.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxTime.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxTime.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxTime.Click += new System.EventHandler(this.listBoxTime_Click);
|
||||
//
|
||||
// smartLabel1
|
||||
//
|
||||
|
|
@ -189,13 +189,13 @@
|
|||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel1.LineSpacing = 0F;
|
||||
this.smartLabel1.Location = new System.Drawing.Point(12, 7);
|
||||
this.smartLabel1.Location = new System.Drawing.Point(12, 43);
|
||||
this.smartLabel1.Name = "smartLabel1";
|
||||
this.smartLabel1.OverlapOptimize = true;
|
||||
this.smartLabel1.PasswordChar = '\0';
|
||||
this.smartLabel1.Radius = 3;
|
||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel1.Size = new System.Drawing.Size(136, 30);
|
||||
this.smartLabel1.Size = new System.Drawing.Size(136, 20);
|
||||
this.smartLabel1.TabIndex = 1;
|
||||
this.smartLabel1.Text = "Time";
|
||||
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -212,13 +212,13 @@
|
|||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(148, 7);
|
||||
this.smartLabel2.Location = new System.Drawing.Point(148, 43);
|
||||
this.smartLabel2.Name = "smartLabel2";
|
||||
this.smartLabel2.OverlapOptimize = true;
|
||||
this.smartLabel2.PasswordChar = '\0';
|
||||
this.smartLabel2.Radius = 3;
|
||||
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel2.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel2.Size = new System.Drawing.Size(120, 20);
|
||||
this.smartLabel2.TabIndex = 2;
|
||||
this.smartLabel2.Text = "Lane 1";
|
||||
this.smartLabel2.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -235,13 +235,13 @@
|
|||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(268, 7);
|
||||
this.smartLabel3.Location = new System.Drawing.Point(268, 43);
|
||||
this.smartLabel3.Name = "smartLabel3";
|
||||
this.smartLabel3.OverlapOptimize = true;
|
||||
this.smartLabel3.PasswordChar = '\0';
|
||||
this.smartLabel3.Radius = 3;
|
||||
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel3.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel3.Size = new System.Drawing.Size(120, 20);
|
||||
this.smartLabel3.TabIndex = 3;
|
||||
this.smartLabel3.Text = "Lane 2";
|
||||
this.smartLabel3.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -258,13 +258,13 @@
|
|||
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel4.LineSpacing = 0F;
|
||||
this.smartLabel4.Location = new System.Drawing.Point(388, 7);
|
||||
this.smartLabel4.Location = new System.Drawing.Point(388, 43);
|
||||
this.smartLabel4.Name = "smartLabel4";
|
||||
this.smartLabel4.OverlapOptimize = true;
|
||||
this.smartLabel4.PasswordChar = '\0';
|
||||
this.smartLabel4.Radius = 3;
|
||||
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel4.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel4.Size = new System.Drawing.Size(120, 20);
|
||||
this.smartLabel4.TabIndex = 4;
|
||||
this.smartLabel4.Text = "Lane 3";
|
||||
this.smartLabel4.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -281,13 +281,13 @@
|
|||
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel5.LineSpacing = 0F;
|
||||
this.smartLabel5.Location = new System.Drawing.Point(508, 7);
|
||||
this.smartLabel5.Location = new System.Drawing.Point(508, 43);
|
||||
this.smartLabel5.Name = "smartLabel5";
|
||||
this.smartLabel5.OverlapOptimize = true;
|
||||
this.smartLabel5.PasswordChar = '\0';
|
||||
this.smartLabel5.Radius = 3;
|
||||
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel5.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel5.Size = new System.Drawing.Size(120, 20);
|
||||
this.smartLabel5.TabIndex = 5;
|
||||
this.smartLabel5.Text = "Lane 4";
|
||||
this.smartLabel5.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -304,13 +304,13 @@
|
|||
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel6.LineSpacing = 0F;
|
||||
this.smartLabel6.Location = new System.Drawing.Point(628, 7);
|
||||
this.smartLabel6.Location = new System.Drawing.Point(628, 43);
|
||||
this.smartLabel6.Name = "smartLabel6";
|
||||
this.smartLabel6.OverlapOptimize = true;
|
||||
this.smartLabel6.PasswordChar = '\0';
|
||||
this.smartLabel6.Radius = 3;
|
||||
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel6.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel6.Size = new System.Drawing.Size(120, 20);
|
||||
this.smartLabel6.TabIndex = 6;
|
||||
this.smartLabel6.Text = "Lane 5";
|
||||
this.smartLabel6.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -327,13 +327,13 @@
|
|||
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel7.LineSpacing = 0F;
|
||||
this.smartLabel7.Location = new System.Drawing.Point(748, 7);
|
||||
this.smartLabel7.Location = new System.Drawing.Point(748, 43);
|
||||
this.smartLabel7.Name = "smartLabel7";
|
||||
this.smartLabel7.OverlapOptimize = true;
|
||||
this.smartLabel7.PasswordChar = '\0';
|
||||
this.smartLabel7.Radius = 3;
|
||||
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel7.Size = new System.Drawing.Size(120, 30);
|
||||
this.smartLabel7.Size = new System.Drawing.Size(120, 20);
|
||||
this.smartLabel7.TabIndex = 7;
|
||||
this.smartLabel7.Text = "Lane 6";
|
||||
this.smartLabel7.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -347,13 +347,13 @@
|
|||
this.smartGroupBox1.BackGround = null;
|
||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartGroupBox1.BackImage = null;
|
||||
this.smartGroupBox1.Controls.Add(this.smartButton6);
|
||||
this.smartGroupBox1.Controls.Add(this.smartButton5);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel12);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel11);
|
||||
this.smartGroupBox1.Controls.Add(this.labelLeakTotalCNT);
|
||||
this.smartGroupBox1.Controls.Add(this.labelPassTotalCNT);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel10);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonDisplayChange);
|
||||
this.smartGroupBox1.Controls.Add(this.listBoxTime);
|
||||
this.smartGroupBox1.Controls.Add(this.smartButton4);
|
||||
this.smartGroupBox1.Controls.Add(this.smartButton3);
|
||||
this.smartGroupBox1.Controls.Add(this.smartButton2);
|
||||
this.smartGroupBox1.Controls.Add(this.smartButton1);
|
||||
this.smartGroupBox1.Controls.Add(this.labelLeakCNT6);
|
||||
this.smartGroupBox1.Controls.Add(this.labelPassCNT6);
|
||||
this.smartGroupBox1.Controls.Add(this.labelLeakCNT5);
|
||||
|
|
@ -381,228 +381,168 @@
|
|||
this.smartGroupBox1.Controls.Add(this.smartLabel5);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
||||
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineThickness = 2;
|
||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||
this.smartGroupBox1.HeaderHeightOffset = 12;
|
||||
this.smartGroupBox1.Location = new System.Drawing.Point(17, 11);
|
||||
this.smartGroupBox1.Location = new System.Drawing.Point(17, 3);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 5;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(880, 370);
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(880, 420);
|
||||
this.smartGroupBox1.TabIndex = 8;
|
||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.Text = "Result List";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||
//
|
||||
// smartButton6
|
||||
// smartLabel12
|
||||
//
|
||||
this.smartButton6.BackGround = this.smartGroupBox1;
|
||||
this.smartButton6.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartButton6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartButton6.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartButton6.ButtonImageAutoSize = true;
|
||||
this.smartButton6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton6.ButtonText = "smartButton1";
|
||||
this.smartButton6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton6.GroupID = 0;
|
||||
this.smartButton6.ImageDisable = null;
|
||||
this.smartButton6.ImageDown = null;
|
||||
this.smartButton6.ImageUp = null;
|
||||
this.smartButton6.Location = new System.Drawing.Point(710, 319);
|
||||
this.smartButton6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton6.Name = "smartButton6";
|
||||
this.smartButton6.NestedClickEventPrevent = false;
|
||||
this.smartButton6.OutlinePixel = 2;
|
||||
this.smartButton6.OverlapOptimize = true;
|
||||
this.smartButton6.RepeatInterval = 200;
|
||||
this.smartButton6.RepeatIntervalAccelerate = null;
|
||||
this.smartButton6.RoundSize = 10;
|
||||
this.smartButton6.SafeInterval = 200;
|
||||
this.smartButton6.Size = new System.Drawing.Size(100, 30);
|
||||
this.smartButton6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton6.TabIndex = 35;
|
||||
this.smartButton6.Text = null;
|
||||
this.smartButton6.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton6.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartButton6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartButton6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton6.Click += new System.EventHandler(this.smartButton6_Click);
|
||||
this.smartLabel12.BackGround = null;
|
||||
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel12.LineSpacing = 0F;
|
||||
this.smartLabel12.Location = new System.Drawing.Point(818, 388);
|
||||
this.smartLabel12.Name = "smartLabel12";
|
||||
this.smartLabel12.OverlapOptimize = true;
|
||||
this.smartLabel12.PasswordChar = '\0';
|
||||
this.smartLabel12.Radius = 3;
|
||||
this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel12.Size = new System.Drawing.Size(50, 25);
|
||||
this.smartLabel12.TabIndex = 47;
|
||||
this.smartLabel12.Text = "Leak";
|
||||
this.smartLabel12.TextColor = System.Drawing.Color.Red;
|
||||
this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Bottom;
|
||||
this.smartLabel12.Wordwrap = false;
|
||||
//
|
||||
// smartButton5
|
||||
// smartLabel11
|
||||
//
|
||||
this.smartButton5.BackGround = this.smartGroupBox1;
|
||||
this.smartButton5.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartButton5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartButton5.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartButton5.ButtonImageAutoSize = true;
|
||||
this.smartButton5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton5.ButtonText = "smartButton1";
|
||||
this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton5.GroupID = 0;
|
||||
this.smartButton5.ImageDisable = null;
|
||||
this.smartButton5.ImageDown = null;
|
||||
this.smartButton5.ImageUp = null;
|
||||
this.smartButton5.Location = new System.Drawing.Point(604, 319);
|
||||
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton5.Name = "smartButton5";
|
||||
this.smartButton5.NestedClickEventPrevent = false;
|
||||
this.smartButton5.OutlinePixel = 2;
|
||||
this.smartButton5.OverlapOptimize = true;
|
||||
this.smartButton5.RepeatInterval = 200;
|
||||
this.smartButton5.RepeatIntervalAccelerate = null;
|
||||
this.smartButton5.RoundSize = 10;
|
||||
this.smartButton5.SafeInterval = 200;
|
||||
this.smartButton5.Size = new System.Drawing.Size(100, 30);
|
||||
this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton5.TabIndex = 34;
|
||||
this.smartButton5.Text = null;
|
||||
this.smartButton5.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton5.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartButton5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton5.Click += new System.EventHandler(this.smartButton5_Click);
|
||||
this.smartLabel11.BackGround = null;
|
||||
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel11.LineSpacing = 0F;
|
||||
this.smartLabel11.Location = new System.Drawing.Point(458, 388);
|
||||
this.smartLabel11.Name = "smartLabel11";
|
||||
this.smartLabel11.OverlapOptimize = true;
|
||||
this.smartLabel11.PasswordChar = '\0';
|
||||
this.smartLabel11.Radius = 3;
|
||||
this.smartLabel11.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel11.Size = new System.Drawing.Size(50, 25);
|
||||
this.smartLabel11.TabIndex = 46;
|
||||
this.smartLabel11.Text = "Pass";
|
||||
this.smartLabel11.TextColor = System.Drawing.Color.Green;
|
||||
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Bottom;
|
||||
this.smartLabel11.Wordwrap = false;
|
||||
//
|
||||
// smartButton4
|
||||
// labelLeakTotalCNT
|
||||
//
|
||||
this.smartButton4.BackGround = this.smartGroupBox1;
|
||||
this.smartButton4.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartButton4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartButton4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartButton4.ButtonImageAutoSize = true;
|
||||
this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton4.ButtonText = "smartButton1";
|
||||
this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton4.GroupID = 0;
|
||||
this.smartButton4.ImageDisable = null;
|
||||
this.smartButton4.ImageDown = null;
|
||||
this.smartButton4.ImageUp = null;
|
||||
this.smartButton4.Location = new System.Drawing.Point(498, 319);
|
||||
this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton4.Name = "smartButton4";
|
||||
this.smartButton4.NestedClickEventPrevent = false;
|
||||
this.smartButton4.OutlinePixel = 2;
|
||||
this.smartButton4.OverlapOptimize = true;
|
||||
this.smartButton4.RepeatInterval = 200;
|
||||
this.smartButton4.RepeatIntervalAccelerate = null;
|
||||
this.smartButton4.RoundSize = 10;
|
||||
this.smartButton4.SafeInterval = 200;
|
||||
this.smartButton4.Size = new System.Drawing.Size(100, 30);
|
||||
this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton4.TabIndex = 33;
|
||||
this.smartButton4.Text = null;
|
||||
this.smartButton4.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton4.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartButton4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click);
|
||||
this.labelLeakTotalCNT.BackGround = null;
|
||||
this.labelLeakTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelLeakTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelLeakTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakTotalCNT.LineSpacing = 0F;
|
||||
this.labelLeakTotalCNT.Location = new System.Drawing.Point(508, 388);
|
||||
this.labelLeakTotalCNT.Name = "labelLeakTotalCNT";
|
||||
this.labelLeakTotalCNT.OverlapOptimize = true;
|
||||
this.labelLeakTotalCNT.PasswordChar = '\0';
|
||||
this.labelLeakTotalCNT.Radius = 3;
|
||||
this.labelLeakTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelLeakTotalCNT.Size = new System.Drawing.Size(362, 25);
|
||||
this.labelLeakTotalCNT.TabIndex = 45;
|
||||
this.labelLeakTotalCNT.Text = "0";
|
||||
this.labelLeakTotalCNT.TextColor = System.Drawing.Color.Red;
|
||||
this.labelLeakTotalCNT.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelLeakTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelLeakTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelLeakTotalCNT.Wordwrap = false;
|
||||
//
|
||||
// smartButton3
|
||||
// labelPassTotalCNT
|
||||
//
|
||||
this.smartButton3.BackGround = this.smartGroupBox1;
|
||||
this.smartButton3.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartButton3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartButton3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartButton3.ButtonImageAutoSize = true;
|
||||
this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton3.ButtonText = "smartButton1";
|
||||
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton3.GroupID = 0;
|
||||
this.smartButton3.ImageDisable = null;
|
||||
this.smartButton3.ImageDown = null;
|
||||
this.smartButton3.ImageUp = null;
|
||||
this.smartButton3.Location = new System.Drawing.Point(282, 319);
|
||||
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton3.Name = "smartButton3";
|
||||
this.smartButton3.NestedClickEventPrevent = false;
|
||||
this.smartButton3.OutlinePixel = 2;
|
||||
this.smartButton3.OverlapOptimize = true;
|
||||
this.smartButton3.RepeatInterval = 200;
|
||||
this.smartButton3.RepeatIntervalAccelerate = null;
|
||||
this.smartButton3.RoundSize = 10;
|
||||
this.smartButton3.SafeInterval = 200;
|
||||
this.smartButton3.Size = new System.Drawing.Size(100, 30);
|
||||
this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton3.TabIndex = 32;
|
||||
this.smartButton3.Text = null;
|
||||
this.smartButton3.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton3.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartButton3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click);
|
||||
this.labelPassTotalCNT.BackGround = null;
|
||||
this.labelPassTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelPassTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelPassTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassTotalCNT.LineSpacing = 0F;
|
||||
this.labelPassTotalCNT.Location = new System.Drawing.Point(148, 388);
|
||||
this.labelPassTotalCNT.Name = "labelPassTotalCNT";
|
||||
this.labelPassTotalCNT.OverlapOptimize = true;
|
||||
this.labelPassTotalCNT.PasswordChar = '\0';
|
||||
this.labelPassTotalCNT.Radius = 3;
|
||||
this.labelPassTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelPassTotalCNT.Size = new System.Drawing.Size(360, 25);
|
||||
this.labelPassTotalCNT.TabIndex = 44;
|
||||
this.labelPassTotalCNT.Text = "0";
|
||||
this.labelPassTotalCNT.TextColor = System.Drawing.Color.Green;
|
||||
this.labelPassTotalCNT.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelPassTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelPassTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelPassTotalCNT.Wordwrap = false;
|
||||
//
|
||||
// smartButton2
|
||||
// smartLabel10
|
||||
//
|
||||
this.smartButton2.BackGround = this.smartGroupBox1;
|
||||
this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartButton2.ButtonImageAutoSize = true;
|
||||
this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton2.ButtonText = "smartButton1";
|
||||
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton2.GroupID = 0;
|
||||
this.smartButton2.ImageDisable = null;
|
||||
this.smartButton2.ImageDown = null;
|
||||
this.smartButton2.ImageUp = null;
|
||||
this.smartButton2.Location = new System.Drawing.Point(154, 319);
|
||||
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton2.Name = "smartButton2";
|
||||
this.smartButton2.NestedClickEventPrevent = false;
|
||||
this.smartButton2.OutlinePixel = 2;
|
||||
this.smartButton2.OverlapOptimize = true;
|
||||
this.smartButton2.RepeatInterval = 200;
|
||||
this.smartButton2.RepeatIntervalAccelerate = null;
|
||||
this.smartButton2.RoundSize = 10;
|
||||
this.smartButton2.SafeInterval = 200;
|
||||
this.smartButton2.Size = new System.Drawing.Size(100, 30);
|
||||
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton2.TabIndex = 31;
|
||||
this.smartButton2.Text = null;
|
||||
this.smartButton2.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton2.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click);
|
||||
this.smartLabel10.BackGround = null;
|
||||
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel10.LineSpacing = 0F;
|
||||
this.smartLabel10.Location = new System.Drawing.Point(12, 388);
|
||||
this.smartLabel10.Name = "smartLabel10";
|
||||
this.smartLabel10.OverlapOptimize = true;
|
||||
this.smartLabel10.PasswordChar = '\0';
|
||||
this.smartLabel10.Radius = 3;
|
||||
this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel10.Size = new System.Drawing.Size(136, 25);
|
||||
this.smartLabel10.TabIndex = 42;
|
||||
this.smartLabel10.Text = "Total Count";
|
||||
this.smartLabel10.TextColor = System.Drawing.Color.White;
|
||||
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel10.Wordwrap = false;
|
||||
//
|
||||
// smartButton1
|
||||
// buttonDisplayChange
|
||||
//
|
||||
this.smartButton1.BackGround = this.smartGroupBox1;
|
||||
this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartButton1.ButtonImageAutoSize = true;
|
||||
this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton1.ButtonText = "smartButton1";
|
||||
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton1.GroupID = 0;
|
||||
this.smartButton1.ImageDisable = null;
|
||||
this.smartButton1.ImageDown = null;
|
||||
this.smartButton1.ImageUp = null;
|
||||
this.smartButton1.Location = new System.Drawing.Point(12, 314);
|
||||
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton1.Name = "smartButton1";
|
||||
this.smartButton1.NestedClickEventPrevent = false;
|
||||
this.smartButton1.OutlinePixel = 2;
|
||||
this.smartButton1.OverlapOptimize = true;
|
||||
this.smartButton1.RepeatInterval = 200;
|
||||
this.smartButton1.RepeatIntervalAccelerate = null;
|
||||
this.smartButton1.RoundSize = 10;
|
||||
this.smartButton1.SafeInterval = 200;
|
||||
this.smartButton1.Size = new System.Drawing.Size(100, 30);
|
||||
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton1.TabIndex = 9;
|
||||
this.smartButton1.Text = null;
|
||||
this.smartButton1.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
|
||||
this.buttonDisplayChange.BackGround = this.smartGroupBox1;
|
||||
this.buttonDisplayChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.buttonDisplayChange.ButtonColor = System.Drawing.Color.Gray;
|
||||
this.buttonDisplayChange.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.buttonDisplayChange.ButtonImageAutoSize = true;
|
||||
this.buttonDisplayChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonDisplayChange.ButtonText = "◀▶";
|
||||
this.buttonDisplayChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDisplayChange.GroupID = 0;
|
||||
this.buttonDisplayChange.ImageDisable = null;
|
||||
this.buttonDisplayChange.ImageDown = null;
|
||||
this.buttonDisplayChange.ImageUp = null;
|
||||
this.buttonDisplayChange.Location = new System.Drawing.Point(817, 3);
|
||||
this.buttonDisplayChange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonDisplayChange.Name = "buttonDisplayChange";
|
||||
this.buttonDisplayChange.NestedClickEventPrevent = false;
|
||||
this.buttonDisplayChange.OutlinePixel = 2;
|
||||
this.buttonDisplayChange.OverlapOptimize = true;
|
||||
this.buttonDisplayChange.RepeatInterval = 200;
|
||||
this.buttonDisplayChange.RepeatIntervalAccelerate = null;
|
||||
this.buttonDisplayChange.RoundSize = 10;
|
||||
this.buttonDisplayChange.SafeInterval = 200;
|
||||
this.buttonDisplayChange.Size = new System.Drawing.Size(60, 30);
|
||||
this.buttonDisplayChange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonDisplayChange.TabIndex = 41;
|
||||
this.buttonDisplayChange.Text = null;
|
||||
this.buttonDisplayChange.TextColor = System.Drawing.Color.White;
|
||||
this.buttonDisplayChange.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.buttonDisplayChange.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.buttonDisplayChange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonDisplayChange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonDisplayChange.Click += new System.EventHandler(this.buttonDisplayChange_Click);
|
||||
//
|
||||
// labelLeakCNT6
|
||||
//
|
||||
|
|
@ -612,7 +552,7 @@
|
|||
this.labelLeakCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakCNT6.LineSpacing = 0F;
|
||||
this.labelLeakCNT6.Location = new System.Drawing.Point(748, 340);
|
||||
this.labelLeakCNT6.Location = new System.Drawing.Point(748, 357);
|
||||
this.labelLeakCNT6.Name = "labelLeakCNT6";
|
||||
this.labelLeakCNT6.OverlapOptimize = true;
|
||||
this.labelLeakCNT6.PasswordChar = '\0';
|
||||
|
|
@ -635,7 +575,7 @@
|
|||
this.labelPassCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassCNT6.LineSpacing = 0F;
|
||||
this.labelPassCNT6.Location = new System.Drawing.Point(748, 314);
|
||||
this.labelPassCNT6.Location = new System.Drawing.Point(748, 331);
|
||||
this.labelPassCNT6.Name = "labelPassCNT6";
|
||||
this.labelPassCNT6.OverlapOptimize = true;
|
||||
this.labelPassCNT6.PasswordChar = '\0';
|
||||
|
|
@ -658,7 +598,7 @@
|
|||
this.labelLeakCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakCNT5.LineSpacing = 0F;
|
||||
this.labelLeakCNT5.Location = new System.Drawing.Point(628, 340);
|
||||
this.labelLeakCNT5.Location = new System.Drawing.Point(628, 357);
|
||||
this.labelLeakCNT5.Name = "labelLeakCNT5";
|
||||
this.labelLeakCNT5.OverlapOptimize = true;
|
||||
this.labelLeakCNT5.PasswordChar = '\0';
|
||||
|
|
@ -681,7 +621,7 @@
|
|||
this.labelPassCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassCNT5.LineSpacing = 0F;
|
||||
this.labelPassCNT5.Location = new System.Drawing.Point(628, 314);
|
||||
this.labelPassCNT5.Location = new System.Drawing.Point(628, 331);
|
||||
this.labelPassCNT5.Name = "labelPassCNT5";
|
||||
this.labelPassCNT5.OverlapOptimize = true;
|
||||
this.labelPassCNT5.PasswordChar = '\0';
|
||||
|
|
@ -704,7 +644,7 @@
|
|||
this.labelLeakCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakCNT4.LineSpacing = 0F;
|
||||
this.labelLeakCNT4.Location = new System.Drawing.Point(508, 340);
|
||||
this.labelLeakCNT4.Location = new System.Drawing.Point(508, 357);
|
||||
this.labelLeakCNT4.Name = "labelLeakCNT4";
|
||||
this.labelLeakCNT4.OverlapOptimize = true;
|
||||
this.labelLeakCNT4.PasswordChar = '\0';
|
||||
|
|
@ -727,7 +667,7 @@
|
|||
this.labelPassCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassCNT4.LineSpacing = 0F;
|
||||
this.labelPassCNT4.Location = new System.Drawing.Point(508, 314);
|
||||
this.labelPassCNT4.Location = new System.Drawing.Point(508, 331);
|
||||
this.labelPassCNT4.Name = "labelPassCNT4";
|
||||
this.labelPassCNT4.OverlapOptimize = true;
|
||||
this.labelPassCNT4.PasswordChar = '\0';
|
||||
|
|
@ -750,7 +690,7 @@
|
|||
this.labelLeakCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakCNT3.LineSpacing = 0F;
|
||||
this.labelLeakCNT3.Location = new System.Drawing.Point(388, 340);
|
||||
this.labelLeakCNT3.Location = new System.Drawing.Point(388, 357);
|
||||
this.labelLeakCNT3.Name = "labelLeakCNT3";
|
||||
this.labelLeakCNT3.OverlapOptimize = true;
|
||||
this.labelLeakCNT3.PasswordChar = '\0';
|
||||
|
|
@ -773,7 +713,7 @@
|
|||
this.labelPassCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassCNT3.LineSpacing = 0F;
|
||||
this.labelPassCNT3.Location = new System.Drawing.Point(388, 314);
|
||||
this.labelPassCNT3.Location = new System.Drawing.Point(388, 331);
|
||||
this.labelPassCNT3.Name = "labelPassCNT3";
|
||||
this.labelPassCNT3.OverlapOptimize = true;
|
||||
this.labelPassCNT3.PasswordChar = '\0';
|
||||
|
|
@ -796,7 +736,7 @@
|
|||
this.labelLeakCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakCNT2.LineSpacing = 0F;
|
||||
this.labelLeakCNT2.Location = new System.Drawing.Point(268, 340);
|
||||
this.labelLeakCNT2.Location = new System.Drawing.Point(268, 357);
|
||||
this.labelLeakCNT2.Name = "labelLeakCNT2";
|
||||
this.labelLeakCNT2.OverlapOptimize = true;
|
||||
this.labelLeakCNT2.PasswordChar = '\0';
|
||||
|
|
@ -819,7 +759,7 @@
|
|||
this.labelPassCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassCNT2.LineSpacing = 0F;
|
||||
this.labelPassCNT2.Location = new System.Drawing.Point(268, 314);
|
||||
this.labelPassCNT2.Location = new System.Drawing.Point(268, 331);
|
||||
this.labelPassCNT2.Name = "labelPassCNT2";
|
||||
this.labelPassCNT2.OverlapOptimize = true;
|
||||
this.labelPassCNT2.PasswordChar = '\0';
|
||||
|
|
@ -842,7 +782,7 @@
|
|||
this.labelLeakCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelLeakCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelLeakCNT1.LineSpacing = 0F;
|
||||
this.labelLeakCNT1.Location = new System.Drawing.Point(148, 340);
|
||||
this.labelLeakCNT1.Location = new System.Drawing.Point(148, 357);
|
||||
this.labelLeakCNT1.Name = "labelLeakCNT1";
|
||||
this.labelLeakCNT1.OverlapOptimize = true;
|
||||
this.labelLeakCNT1.PasswordChar = '\0';
|
||||
|
|
@ -865,7 +805,7 @@
|
|||
this.labelPassCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelPassCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPassCNT1.LineSpacing = 0F;
|
||||
this.labelPassCNT1.Location = new System.Drawing.Point(148, 314);
|
||||
this.labelPassCNT1.Location = new System.Drawing.Point(148, 331);
|
||||
this.labelPassCNT1.Name = "labelPassCNT1";
|
||||
this.labelPassCNT1.OverlapOptimize = true;
|
||||
this.labelPassCNT1.PasswordChar = '\0';
|
||||
|
|
@ -888,7 +828,7 @@
|
|||
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel9.LineSpacing = 0F;
|
||||
this.smartLabel9.Location = new System.Drawing.Point(12, 340);
|
||||
this.smartLabel9.Location = new System.Drawing.Point(12, 357);
|
||||
this.smartLabel9.Name = "smartLabel9";
|
||||
this.smartLabel9.OverlapOptimize = true;
|
||||
this.smartLabel9.PasswordChar = '\0';
|
||||
|
|
@ -911,7 +851,7 @@
|
|||
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel8.LineSpacing = 0F;
|
||||
this.smartLabel8.Location = new System.Drawing.Point(12, 314);
|
||||
this.smartLabel8.Location = new System.Drawing.Point(12, 331);
|
||||
this.smartLabel8.Name = "smartLabel8";
|
||||
this.smartLabel8.OverlapOptimize = true;
|
||||
this.smartLabel8.PasswordChar = '\0';
|
||||
|
|
@ -936,12 +876,12 @@
|
|||
this.listBoxLane6.DataSource = null;
|
||||
this.listBoxLane6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxLane6.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxLane6.ItemOffsetGap = 15;
|
||||
this.listBoxLane6.ItemOffsetGap = 13;
|
||||
this.listBoxLane6.ItemOffsetX = 1;
|
||||
this.listBoxLane6.ItemOffsetY = 0;
|
||||
this.listBoxLane6.ItemTextOffsetX = 0;
|
||||
this.listBoxLane6.ItemTextOffsetY = 1;
|
||||
this.listBoxLane6.Location = new System.Drawing.Point(748, 43);
|
||||
this.listBoxLane6.Location = new System.Drawing.Point(748, 65);
|
||||
this.listBoxLane6.MouseMoveEventSpace = 3;
|
||||
this.listBoxLane6.MouseMoveSpace = 10;
|
||||
this.listBoxLane6.Name = "listBoxLane6";
|
||||
|
|
@ -1034,12 +974,12 @@
|
|||
this.listBoxLane6.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxLane6.SeparationlineVisibleBottom = true;
|
||||
this.listBoxLane6.SeparationlineVisibleTop = true;
|
||||
this.listBoxLane6.Size = new System.Drawing.Size(120, 270);
|
||||
this.listBoxLane6.Size = new System.Drawing.Size(120, 260);
|
||||
this.listBoxLane6.TabIndex = 16;
|
||||
this.listBoxLane6.Text = "smartListBox1";
|
||||
this.listBoxLane6.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxLane6.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLane6.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxLane6.Click += new System.EventHandler(this.listBoxLane6_Click);
|
||||
//
|
||||
// listBoxLane5
|
||||
//
|
||||
|
|
@ -1051,12 +991,12 @@
|
|||
this.listBoxLane5.DataSource = null;
|
||||
this.listBoxLane5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxLane5.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxLane5.ItemOffsetGap = 15;
|
||||
this.listBoxLane5.ItemOffsetGap = 13;
|
||||
this.listBoxLane5.ItemOffsetX = 1;
|
||||
this.listBoxLane5.ItemOffsetY = 0;
|
||||
this.listBoxLane5.ItemTextOffsetX = 0;
|
||||
this.listBoxLane5.ItemTextOffsetY = 1;
|
||||
this.listBoxLane5.Location = new System.Drawing.Point(628, 43);
|
||||
this.listBoxLane5.Location = new System.Drawing.Point(628, 65);
|
||||
this.listBoxLane5.MouseMoveEventSpace = 3;
|
||||
this.listBoxLane5.MouseMoveSpace = 10;
|
||||
this.listBoxLane5.Name = "listBoxLane5";
|
||||
|
|
@ -1149,12 +1089,12 @@
|
|||
this.listBoxLane5.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxLane5.SeparationlineVisibleBottom = true;
|
||||
this.listBoxLane5.SeparationlineVisibleTop = true;
|
||||
this.listBoxLane5.Size = new System.Drawing.Size(120, 270);
|
||||
this.listBoxLane5.Size = new System.Drawing.Size(120, 260);
|
||||
this.listBoxLane5.TabIndex = 15;
|
||||
this.listBoxLane5.Text = "smartListBox1";
|
||||
this.listBoxLane5.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxLane5.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLane5.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxLane5.Click += new System.EventHandler(this.listBoxLane5_Click);
|
||||
//
|
||||
// listBoxLane4
|
||||
//
|
||||
|
|
@ -1166,12 +1106,12 @@
|
|||
this.listBoxLane4.DataSource = null;
|
||||
this.listBoxLane4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxLane4.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxLane4.ItemOffsetGap = 15;
|
||||
this.listBoxLane4.ItemOffsetGap = 13;
|
||||
this.listBoxLane4.ItemOffsetX = 1;
|
||||
this.listBoxLane4.ItemOffsetY = 0;
|
||||
this.listBoxLane4.ItemTextOffsetX = 0;
|
||||
this.listBoxLane4.ItemTextOffsetY = 1;
|
||||
this.listBoxLane4.Location = new System.Drawing.Point(508, 43);
|
||||
this.listBoxLane4.Location = new System.Drawing.Point(508, 65);
|
||||
this.listBoxLane4.MouseMoveEventSpace = 3;
|
||||
this.listBoxLane4.MouseMoveSpace = 10;
|
||||
this.listBoxLane4.Name = "listBoxLane4";
|
||||
|
|
@ -1264,12 +1204,12 @@
|
|||
this.listBoxLane4.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxLane4.SeparationlineVisibleBottom = true;
|
||||
this.listBoxLane4.SeparationlineVisibleTop = true;
|
||||
this.listBoxLane4.Size = new System.Drawing.Size(120, 270);
|
||||
this.listBoxLane4.Size = new System.Drawing.Size(120, 260);
|
||||
this.listBoxLane4.TabIndex = 14;
|
||||
this.listBoxLane4.Text = "smartListBox1";
|
||||
this.listBoxLane4.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxLane4.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLane4.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxLane4.Click += new System.EventHandler(this.listBoxLane4_Click);
|
||||
//
|
||||
// listBoxLane3
|
||||
//
|
||||
|
|
@ -1281,12 +1221,12 @@
|
|||
this.listBoxLane3.DataSource = null;
|
||||
this.listBoxLane3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxLane3.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxLane3.ItemOffsetGap = 15;
|
||||
this.listBoxLane3.ItemOffsetGap = 13;
|
||||
this.listBoxLane3.ItemOffsetX = 1;
|
||||
this.listBoxLane3.ItemOffsetY = 0;
|
||||
this.listBoxLane3.ItemTextOffsetX = 0;
|
||||
this.listBoxLane3.ItemTextOffsetY = 1;
|
||||
this.listBoxLane3.Location = new System.Drawing.Point(388, 43);
|
||||
this.listBoxLane3.Location = new System.Drawing.Point(388, 65);
|
||||
this.listBoxLane3.MouseMoveEventSpace = 3;
|
||||
this.listBoxLane3.MouseMoveSpace = 10;
|
||||
this.listBoxLane3.Name = "listBoxLane3";
|
||||
|
|
@ -1379,12 +1319,12 @@
|
|||
this.listBoxLane3.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxLane3.SeparationlineVisibleBottom = true;
|
||||
this.listBoxLane3.SeparationlineVisibleTop = true;
|
||||
this.listBoxLane3.Size = new System.Drawing.Size(120, 270);
|
||||
this.listBoxLane3.Size = new System.Drawing.Size(120, 260);
|
||||
this.listBoxLane3.TabIndex = 13;
|
||||
this.listBoxLane3.Text = "smartListBox1";
|
||||
this.listBoxLane3.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxLane3.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLane3.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxLane3.Click += new System.EventHandler(this.listBoxLane3_Click);
|
||||
//
|
||||
// listBoxLane2
|
||||
//
|
||||
|
|
@ -1396,12 +1336,12 @@
|
|||
this.listBoxLane2.DataSource = null;
|
||||
this.listBoxLane2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxLane2.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxLane2.ItemOffsetGap = 15;
|
||||
this.listBoxLane2.ItemOffsetGap = 13;
|
||||
this.listBoxLane2.ItemOffsetX = 1;
|
||||
this.listBoxLane2.ItemOffsetY = 0;
|
||||
this.listBoxLane2.ItemTextOffsetX = 0;
|
||||
this.listBoxLane2.ItemTextOffsetY = 1;
|
||||
this.listBoxLane2.Location = new System.Drawing.Point(268, 43);
|
||||
this.listBoxLane2.Location = new System.Drawing.Point(268, 65);
|
||||
this.listBoxLane2.MouseMoveEventSpace = 3;
|
||||
this.listBoxLane2.MouseMoveSpace = 10;
|
||||
this.listBoxLane2.Name = "listBoxLane2";
|
||||
|
|
@ -1494,12 +1434,12 @@
|
|||
this.listBoxLane2.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxLane2.SeparationlineVisibleBottom = true;
|
||||
this.listBoxLane2.SeparationlineVisibleTop = true;
|
||||
this.listBoxLane2.Size = new System.Drawing.Size(120, 270);
|
||||
this.listBoxLane2.Size = new System.Drawing.Size(120, 260);
|
||||
this.listBoxLane2.TabIndex = 12;
|
||||
this.listBoxLane2.Text = "smartListBox1";
|
||||
this.listBoxLane2.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxLane2.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLane2.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxLane2.Click += new System.EventHandler(this.listBoxLane2_Click);
|
||||
//
|
||||
// listBoxLane1
|
||||
//
|
||||
|
|
@ -1511,12 +1451,12 @@
|
|||
this.listBoxLane1.DataSource = null;
|
||||
this.listBoxLane1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.listBoxLane1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxLane1.ItemOffsetGap = 15;
|
||||
this.listBoxLane1.ItemOffsetGap = 13;
|
||||
this.listBoxLane1.ItemOffsetX = 1;
|
||||
this.listBoxLane1.ItemOffsetY = 0;
|
||||
this.listBoxLane1.ItemTextOffsetX = 0;
|
||||
this.listBoxLane1.ItemTextOffsetY = 1;
|
||||
this.listBoxLane1.Location = new System.Drawing.Point(148, 43);
|
||||
this.listBoxLane1.Location = new System.Drawing.Point(148, 65);
|
||||
this.listBoxLane1.MouseMoveEventSpace = 3;
|
||||
this.listBoxLane1.MouseMoveSpace = 10;
|
||||
this.listBoxLane1.Name = "listBoxLane1";
|
||||
|
|
@ -1609,12 +1549,12 @@
|
|||
this.listBoxLane1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.listBoxLane1.SeparationlineVisibleBottom = true;
|
||||
this.listBoxLane1.SeparationlineVisibleTop = true;
|
||||
this.listBoxLane1.Size = new System.Drawing.Size(120, 270);
|
||||
this.listBoxLane1.Size = new System.Drawing.Size(120, 260);
|
||||
this.listBoxLane1.TabIndex = 11;
|
||||
this.listBoxLane1.Text = "smartListBox1";
|
||||
this.listBoxLane1.TextColor = System.Drawing.Color.White;
|
||||
this.listBoxLane1.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.listBoxLane1.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
||||
this.listBoxLane1.Click += new System.EventHandler(this.listBoxLane1_Click);
|
||||
//
|
||||
// ControlMainDisplay_3
|
||||
//
|
||||
|
|
@ -1623,7 +1563,7 @@
|
|||
this.BackColor = System.Drawing.Color.Black;
|
||||
this.Controls.Add(this.smartGroupBox1);
|
||||
this.Name = "ControlMainDisplay_3";
|
||||
this.Size = new System.Drawing.Size(910, 393);
|
||||
this.Size = new System.Drawing.Size(910, 432);
|
||||
this.smartGroupBox1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
|
@ -1660,11 +1600,11 @@
|
|||
private SmartX.SmartLabel labelPassCNT2;
|
||||
private SmartX.SmartLabel labelLeakCNT1;
|
||||
private SmartX.SmartLabel labelPassCNT1;
|
||||
private SmartX.SmartButton smartButton3;
|
||||
private SmartX.SmartButton smartButton2;
|
||||
private SmartX.SmartButton smartButton1;
|
||||
private SmartX.SmartButton smartButton4;
|
||||
private SmartX.SmartButton smartButton5;
|
||||
private SmartX.SmartButton smartButton6;
|
||||
private SmartX.SmartButton buttonDisplayChange;
|
||||
private SmartX.SmartLabel labelLeakTotalCNT;
|
||||
private SmartX.SmartLabel labelPassTotalCNT;
|
||||
private SmartX.SmartLabel smartLabel10;
|
||||
private SmartX.SmartLabel smartLabel11;
|
||||
private SmartX.SmartLabel smartLabel12;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
|
|||
public void UpdateDisplayCounterData(Collection<LeakData> datas)
|
||||
{
|
||||
string value = "";
|
||||
|
||||
int totalPass = 0, totalLeak = 0;
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
{
|
||||
// Pass Count
|
||||
|
|
@ -231,7 +231,18 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
|
|||
value = datas[i].CounterData.LeakCNT.ToString();
|
||||
if (this.ColLeakCNT[i].Text != value)
|
||||
this.ColLeakCNT[i].Text = value;
|
||||
|
||||
totalPass += datas[i].CounterData.PassCNT;
|
||||
totalLeak += datas[i].CounterData.LeakCNT;
|
||||
}
|
||||
|
||||
value = totalPass.ToString();
|
||||
if (this.labelPassTotalCNT.Text != value)
|
||||
this.labelPassTotalCNT.Text = value;
|
||||
|
||||
value = totalLeak.ToString();
|
||||
if (this.labelLeakTotalCNT.Text != value)
|
||||
this.labelLeakTotalCNT.Text = value;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
|
|
@ -240,10 +251,10 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
|
|||
list.ClearAll();
|
||||
|
||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||
{
|
||||
this.ColPassCNT[i].Text = "0";
|
||||
this.ColLeakCNT[i].Text = "0";
|
||||
}
|
||||
this.ParentForm.ParentForm.CurrentLeakDatas[i].CounterData.Clear();
|
||||
|
||||
this.ParentForm.ParentForm.SaveCounterFile(this.ParentForm.ParentForm.CurrentLeakDatas, this.ParentForm.ParentForm.SystemConfig.RECIPE_NUMBER - 1);
|
||||
this.UpdateDisplayCounterData(this.ParentForm.ParentForm.CurrentLeakDatas);
|
||||
}
|
||||
|
||||
public void DisplayRefresh()
|
||||
|
|
@ -253,169 +264,74 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
|
|||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void listBox_SelectedIndexChanged(object sender, EventArgs e)
|
||||
private void buttonDisplayChange_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = -1;
|
||||
this.listBoxLane1.SelectItemIndex = -1;
|
||||
this.listBoxLane2.SelectItemIndex = -1;
|
||||
this.listBoxLane3.SelectItemIndex = -1;
|
||||
this.listBoxLane4.SelectItemIndex = -1;
|
||||
this.listBoxLane5.SelectItemIndex = -1;
|
||||
this.listBoxLane6.SelectItemIndex = -1;
|
||||
}
|
||||
this.ParentForm.UpdateDisplayListChange(false);
|
||||
}
|
||||
|
||||
private void listBoxTime_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxLane1.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxLane2.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxLane3.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxLane4.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxLane5.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
this.listBoxLane6.SelectItemIndex = this.listBoxTime.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLane1_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLane1.SelectItemIndex;
|
||||
this.listBoxLane2.SelectItemIndex = this.listBoxLane1.SelectItemIndex;
|
||||
this.listBoxLane3.SelectItemIndex = this.listBoxLane1.SelectItemIndex;
|
||||
this.listBoxLane4.SelectItemIndex = this.listBoxLane1.SelectItemIndex;
|
||||
this.listBoxLane5.SelectItemIndex = this.listBoxLane1.SelectItemIndex;
|
||||
this.listBoxLane6.SelectItemIndex = this.listBoxLane1.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLane2_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLane2.SelectItemIndex;
|
||||
this.listBoxLane1.SelectItemIndex = this.listBoxLane2.SelectItemIndex;
|
||||
this.listBoxLane3.SelectItemIndex = this.listBoxLane2.SelectItemIndex;
|
||||
this.listBoxLane4.SelectItemIndex = this.listBoxLane2.SelectItemIndex;
|
||||
this.listBoxLane5.SelectItemIndex = this.listBoxLane2.SelectItemIndex;
|
||||
this.listBoxLane6.SelectItemIndex = this.listBoxLane2.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLane3_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLane3.SelectItemIndex;
|
||||
this.listBoxLane1.SelectItemIndex = this.listBoxLane3.SelectItemIndex;
|
||||
this.listBoxLane2.SelectItemIndex = this.listBoxLane3.SelectItemIndex;
|
||||
this.listBoxLane4.SelectItemIndex = this.listBoxLane3.SelectItemIndex;
|
||||
this.listBoxLane5.SelectItemIndex = this.listBoxLane3.SelectItemIndex;
|
||||
this.listBoxLane6.SelectItemIndex = this.listBoxLane3.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLane4_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLane4.SelectItemIndex;
|
||||
this.listBoxLane1.SelectItemIndex = this.listBoxLane4.SelectItemIndex;
|
||||
this.listBoxLane2.SelectItemIndex = this.listBoxLane4.SelectItemIndex;
|
||||
this.listBoxLane3.SelectItemIndex = this.listBoxLane4.SelectItemIndex;
|
||||
this.listBoxLane5.SelectItemIndex = this.listBoxLane4.SelectItemIndex;
|
||||
this.listBoxLane6.SelectItemIndex = this.listBoxLane4.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLane5_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLane5.SelectItemIndex;
|
||||
this.listBoxLane1.SelectItemIndex = this.listBoxLane5.SelectItemIndex;
|
||||
this.listBoxLane2.SelectItemIndex = this.listBoxLane5.SelectItemIndex;
|
||||
this.listBoxLane3.SelectItemIndex = this.listBoxLane5.SelectItemIndex;
|
||||
this.listBoxLane4.SelectItemIndex = this.listBoxLane5.SelectItemIndex;
|
||||
this.listBoxLane6.SelectItemIndex = this.listBoxLane5.SelectItemIndex;
|
||||
}
|
||||
private void listBoxLane6_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.listBoxTime.SelectItemIndex = this.listBoxLane6.SelectItemIndex;
|
||||
this.listBoxLane1.SelectItemIndex = this.listBoxLane6.SelectItemIndex;
|
||||
this.listBoxLane2.SelectItemIndex = this.listBoxLane6.SelectItemIndex;
|
||||
this.listBoxLane3.SelectItemIndex = this.listBoxLane6.SelectItemIndex;
|
||||
this.listBoxLane4.SelectItemIndex = this.listBoxLane6.SelectItemIndex;
|
||||
this.listBoxLane5.SelectItemIndex = this.listBoxLane6.SelectItemIndex;
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void smartButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
string[] items = new string[3];
|
||||
|
||||
items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now);
|
||||
items[1] = string.Format("{0:HH:mm:ss}", DateTime.Now);
|
||||
items[2] = "0";
|
||||
|
||||
//Collection<LeakData> datas = new Collection<LeakData>();
|
||||
//for (int i = 0; i < 6; i++)
|
||||
// datas.Add(new LeakData());
|
||||
|
||||
//datas[0].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
//datas[1].Judgment.Result = Define.E_JudgmentStatus.Leak;
|
||||
//datas[2].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
//datas[3].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
//datas[4].Judgment.Result = Define.E_JudgmentStatus.Leak;
|
||||
//datas[5].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
|
||||
//if (this.listBoxTime.ItemCount >= 10)
|
||||
//{
|
||||
// this.listBoxTime.RemoveItem(0);
|
||||
// this.listBoxLane1.RemoveItem(0);
|
||||
// this.listBoxLane2.RemoveItem(0);
|
||||
// this.listBoxLane3.RemoveItem(0);
|
||||
// this.listBoxLane4.RemoveItem(0);
|
||||
// this.listBoxLane5.RemoveItem(0);
|
||||
// this.listBoxLane6.RemoveItem(0);
|
||||
//}
|
||||
|
||||
this.listBoxTime.AddItem(items);
|
||||
//this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]);
|
||||
//this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]);
|
||||
//this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]);
|
||||
//this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]);
|
||||
//this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]);
|
||||
//this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]);
|
||||
}
|
||||
private void smartButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
string[] items = new string[3];
|
||||
|
||||
items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now);
|
||||
items[1] = "";
|
||||
items[2] = "0";
|
||||
|
||||
Collection<LeakData> datas = new Collection<LeakData>();
|
||||
for (int i = 0; i < 6; i++)
|
||||
datas.Add(new LeakData());
|
||||
|
||||
datas[0].Judgment.Result = Define.E_JudgmentStatus.Leak;
|
||||
datas[1].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
datas[2].Judgment.Result = Define.E_JudgmentStatus.Error;
|
||||
datas[3].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
datas[4].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
datas[5].Judgment.Result = Define.E_JudgmentStatus.Empty;
|
||||
|
||||
if (this.listBoxTime.ItemCount >= 10)
|
||||
{
|
||||
this.listBoxTime.RemoveItem(0);
|
||||
this.listBoxLane1.RemoveItem(0);
|
||||
this.listBoxLane2.RemoveItem(0);
|
||||
this.listBoxLane3.RemoveItem(0);
|
||||
this.listBoxLane4.RemoveItem(0);
|
||||
this.listBoxLane5.RemoveItem(0);
|
||||
this.listBoxLane6.RemoveItem(0);
|
||||
}
|
||||
|
||||
this.listBoxTime.AddItem(items);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]);
|
||||
}
|
||||
private void smartButton3_Click(object sender, EventArgs e)
|
||||
{
|
||||
string[] items = new string[3];
|
||||
|
||||
items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now);
|
||||
items[1] = "";
|
||||
items[2] = "0";
|
||||
|
||||
Collection<LeakData> datas = new Collection<LeakData>();
|
||||
for (int i = 0; i < 6; i++)
|
||||
datas.Add(new LeakData());
|
||||
|
||||
datas[0].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
datas[1].Judgment.Result = Define.E_JudgmentStatus.Leak;
|
||||
datas[2].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
datas[3].Judgment.Result = Define.E_JudgmentStatus.Error;
|
||||
datas[4].Judgment.Result = Define.E_JudgmentStatus.Empty;
|
||||
datas[5].Judgment.Result = Define.E_JudgmentStatus.Pass;
|
||||
|
||||
if (this.listBoxTime.ItemCount >= 10)
|
||||
{
|
||||
this.listBoxTime.RemoveItem(0);
|
||||
this.listBoxLane1.RemoveItem(0);
|
||||
this.listBoxLane2.RemoveItem(0);
|
||||
this.listBoxLane3.RemoveItem(0);
|
||||
this.listBoxLane4.RemoveItem(0);
|
||||
this.listBoxLane5.RemoveItem(0);
|
||||
this.listBoxLane6.RemoveItem(0);
|
||||
}
|
||||
|
||||
this.listBoxTime.AddItem(items);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]);
|
||||
this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]);
|
||||
}
|
||||
private void smartButton4_Click(object sender, EventArgs e)
|
||||
{
|
||||
SmartListBox.COLUMNSTYLE[] timeStyle = new SmartListBox.COLUMNSTYLE[2];
|
||||
timeStyle[0].iColumnWidth = 136;
|
||||
timeStyle[0].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER;
|
||||
timeStyle[0].iOffsetColumn = 0;
|
||||
timeStyle[1].iColumnWidth = 1;
|
||||
timeStyle[1].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER;
|
||||
timeStyle[1].iOffsetColumn = 0;
|
||||
this.listBoxTime.ColumnStyles = timeStyle;
|
||||
// Set Color
|
||||
this.listBoxTime.TextColor = Color.White;
|
||||
this.listBoxTime.SetRowsColorAdd(Color.Red);
|
||||
this.listBoxTime.SetRowsColorAdd(Color.Green);
|
||||
this.listBoxTime.SetRowsColorAdd(Color.White);
|
||||
}
|
||||
private void smartButton5_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
string[] items = new string[3];
|
||||
|
||||
items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now);
|
||||
items[1] = "";
|
||||
items[2] = "1";
|
||||
|
||||
this.listBoxTime.AddItem(items);
|
||||
}
|
||||
|
||||
private void smartButton6_Click(object sender, EventArgs e)
|
||||
{
|
||||
string[] items = new string[3];
|
||||
|
||||
items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now);
|
||||
items[1] = "";
|
||||
items[2] = "2";
|
||||
|
||||
this.listBoxTime.AddItem(items);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
}
|
||||
public void InitializeDesign()
|
||||
{
|
||||
|
||||
this.smartGroupBox1.Text = "Manual > IO Test";
|
||||
}
|
||||
private void InitializeData()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -128,6 +128,8 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.labelTitleStartAddress.Text = "Start Address";
|
||||
break;
|
||||
case Define.E_LanguageID.Korean:
|
||||
this.smartGroupBox1.Text = "System > Ethernet";
|
||||
|
||||
this.groupBoxModeSettings.Text = "Mode Settings";
|
||||
this.groupBoxServer.Text = "Server";
|
||||
this.groupBoxClient.Text = "Client";
|
||||
|
|
|
|||
|
|
@ -32,26 +32,21 @@
|
|||
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
||||
this.labelTitleEquipmentLane = new SmartX.SmartLabel();
|
||||
this.labelBuzzer = new SmartX.SmartLabel();
|
||||
this.comboBoxEquipmentType = new System.Windows.Forms.ComboBox();
|
||||
this.labelTitleSBDiffFilter = new SmartX.SmartLabel();
|
||||
this.smartLabel1 = new SmartX.SmartLabel();
|
||||
this.labelTitleBuzzer = new SmartX.SmartLabel();
|
||||
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
|
||||
this.labelSbDiffFilter = new SmartX.SmartLabel();
|
||||
this.labelTitleSBDiffFilter = new SmartX.SmartLabel();
|
||||
this.labelTitleLanguage = new SmartX.SmartLabel();
|
||||
this.labelCutWait = new SmartX.SmartLabel();
|
||||
this.labelCheckLane = new SmartX.SmartLabel();
|
||||
this.smartLabel29 = new SmartX.SmartLabel();
|
||||
this.labelTitleCheckLane = new SmartX.SmartLabel();
|
||||
this.labelTitleCutWait = new SmartX.SmartLabel();
|
||||
this.labelEquipmentLane = new SmartX.SmartLabel();
|
||||
this.labelSbDiffFilter = new SmartX.SmartLabel();
|
||||
this.labelTitleBuzzer = new SmartX.SmartLabel();
|
||||
this.smartLabel30 = new SmartX.SmartLabel();
|
||||
this.labelTitleLCDDataPeriod = new SmartX.SmartLabel();
|
||||
this.labelChattering = new SmartX.SmartLabel();
|
||||
this.smartLabel31 = new SmartX.SmartLabel();
|
||||
this.labelLcdDataPeriod = new SmartX.SmartLabel();
|
||||
this.labelTitleChattering = new SmartX.SmartLabel();
|
||||
this.smartLabel32 = new SmartX.SmartLabel();
|
||||
this.labelTitleLCDDataPeriod = new SmartX.SmartLabel();
|
||||
this.labelTitleCutWait = new SmartX.SmartLabel();
|
||||
this.labelLcdDataPeriod = new SmartX.SmartLabel();
|
||||
this.labelCutWait = new SmartX.SmartLabel();
|
||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
||||
this.checkBoxA5_BZ = new SmartX.SmartCheckBox();
|
||||
this.checkBoxA2_BZ = new SmartX.SmartCheckBox();
|
||||
|
|
@ -94,26 +89,21 @@
|
|||
this.smartGroupBox3.BackImage = null;
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleEquipmentLane);
|
||||
this.smartGroupBox3.Controls.Add(this.labelBuzzer);
|
||||
this.smartGroupBox3.Controls.Add(this.comboBoxEquipmentType);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleSBDiffFilter);
|
||||
this.smartGroupBox3.Controls.Add(this.smartLabel1);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleBuzzer);
|
||||
this.smartGroupBox3.Controls.Add(this.comboBoxLanguage);
|
||||
this.smartGroupBox3.Controls.Add(this.labelSbDiffFilter);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleSBDiffFilter);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleLanguage);
|
||||
this.smartGroupBox3.Controls.Add(this.labelCutWait);
|
||||
this.smartGroupBox3.Controls.Add(this.labelCheckLane);
|
||||
this.smartGroupBox3.Controls.Add(this.smartLabel29);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleCheckLane);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleCutWait);
|
||||
this.smartGroupBox3.Controls.Add(this.labelEquipmentLane);
|
||||
this.smartGroupBox3.Controls.Add(this.labelSbDiffFilter);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleBuzzer);
|
||||
this.smartGroupBox3.Controls.Add(this.smartLabel30);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleLCDDataPeriod);
|
||||
this.smartGroupBox3.Controls.Add(this.labelChattering);
|
||||
this.smartGroupBox3.Controls.Add(this.smartLabel31);
|
||||
this.smartGroupBox3.Controls.Add(this.labelLcdDataPeriod);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleChattering);
|
||||
this.smartGroupBox3.Controls.Add(this.smartLabel32);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleLCDDataPeriod);
|
||||
this.smartGroupBox3.Controls.Add(this.labelTitleCutWait);
|
||||
this.smartGroupBox3.Controls.Add(this.labelLcdDataPeriod);
|
||||
this.smartGroupBox3.Controls.Add(this.labelCutWait);
|
||||
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox3.FrameLineThickness = 2;
|
||||
|
|
@ -122,7 +112,7 @@
|
|||
this.smartGroupBox3.Location = new System.Drawing.Point(67, 42);
|
||||
this.smartGroupBox3.Name = "smartGroupBox3";
|
||||
this.smartGroupBox3.RoundRadius = 5;
|
||||
this.smartGroupBox3.Size = new System.Drawing.Size(774, 322);
|
||||
this.smartGroupBox3.Size = new System.Drawing.Size(774, 330);
|
||||
this.smartGroupBox3.TabIndex = 141;
|
||||
this.smartGroupBox3.Text = "Equipment";
|
||||
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -135,7 +125,7 @@
|
|||
this.labelTitleEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleEquipmentLane.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleEquipmentLane.LineSpacing = 0F;
|
||||
this.labelTitleEquipmentLane.Location = new System.Drawing.Point(56, 90);
|
||||
this.labelTitleEquipmentLane.Location = new System.Drawing.Point(225, 105);
|
||||
this.labelTitleEquipmentLane.Name = "labelTitleEquipmentLane";
|
||||
this.labelTitleEquipmentLane.OverlapOptimize = true;
|
||||
this.labelTitleEquipmentLane.PasswordChar = '\0';
|
||||
|
|
@ -157,13 +147,13 @@
|
|||
this.labelBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelBuzzer.LineSpacing = 0F;
|
||||
this.labelBuzzer.Location = new System.Drawing.Point(583, 126);
|
||||
this.labelBuzzer.Location = new System.Drawing.Point(129, 292);
|
||||
this.labelBuzzer.Name = "labelBuzzer";
|
||||
this.labelBuzzer.OverlapOptimize = true;
|
||||
this.labelBuzzer.PasswordChar = '\0';
|
||||
this.labelBuzzer.Radius = 3;
|
||||
this.labelBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelBuzzer.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelBuzzer.Size = new System.Drawing.Size(60, 30);
|
||||
this.labelBuzzer.TabIndex = 110;
|
||||
this.labelBuzzer.Text = "12345.45";
|
||||
this.labelBuzzer.TextColor = System.Drawing.Color.Black;
|
||||
|
|
@ -173,15 +163,14 @@
|
|||
this.labelBuzzer.Wordwrap = false;
|
||||
this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_Click);
|
||||
//
|
||||
// comboBoxEquipmentType
|
||||
// comboBoxLanguage
|
||||
//
|
||||
this.comboBoxEquipmentType.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxEquipmentType.Location = new System.Drawing.Point(212, 236);
|
||||
this.comboBoxEquipmentType.Name = "comboBoxEquipmentType";
|
||||
this.comboBoxEquipmentType.Size = new System.Drawing.Size(120, 28);
|
||||
this.comboBoxEquipmentType.TabIndex = 139;
|
||||
this.comboBoxEquipmentType.Visible = false;
|
||||
this.comboBoxEquipmentType.SelectedIndexChanged += new System.EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
|
||||
this.comboBoxLanguage.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxLanguage.Location = new System.Drawing.Point(381, 215);
|
||||
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
||||
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
|
||||
this.comboBoxLanguage.TabIndex = 137;
|
||||
this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
|
||||
//
|
||||
// labelTitleSBDiffFilter
|
||||
//
|
||||
|
|
@ -191,13 +180,13 @@
|
|||
this.labelTitleSBDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleSBDiffFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleSBDiffFilter.LineSpacing = 0F;
|
||||
this.labelTitleSBDiffFilter.Location = new System.Drawing.Point(427, 162);
|
||||
this.labelTitleSBDiffFilter.Location = new System.Drawing.Point(195, 256);
|
||||
this.labelTitleSBDiffFilter.Name = "labelTitleSBDiffFilter";
|
||||
this.labelTitleSBDiffFilter.OverlapOptimize = true;
|
||||
this.labelTitleSBDiffFilter.PasswordChar = '\0';
|
||||
this.labelTitleSBDiffFilter.Radius = 3;
|
||||
this.labelTitleSBDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleSBDiffFilter.Size = new System.Drawing.Size(150, 30);
|
||||
this.labelTitleSBDiffFilter.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelTitleSBDiffFilter.TabIndex = 111;
|
||||
this.labelTitleSBDiffFilter.Text = "SB diff filter";
|
||||
this.labelTitleSBDiffFilter.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -206,85 +195,6 @@
|
|||
this.labelTitleSBDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleSBDiffFilter.Wordwrap = false;
|
||||
//
|
||||
// smartLabel1
|
||||
//
|
||||
this.smartLabel1.BackGround = null;
|
||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel1.LineSpacing = 0F;
|
||||
this.smartLabel1.Location = new System.Drawing.Point(56, 234);
|
||||
this.smartLabel1.Name = "smartLabel1";
|
||||
this.smartLabel1.OverlapOptimize = true;
|
||||
this.smartLabel1.PasswordChar = '\0';
|
||||
this.smartLabel1.Radius = 3;
|
||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel1.Size = new System.Drawing.Size(150, 30);
|
||||
this.smartLabel1.TabIndex = 138;
|
||||
this.smartLabel1.Text = "Equipment Type";
|
||||
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
||||
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel1.Visible = false;
|
||||
this.smartLabel1.Wordwrap = false;
|
||||
//
|
||||
// labelTitleBuzzer
|
||||
//
|
||||
this.labelTitleBuzzer.BackGround = null;
|
||||
this.labelTitleBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.labelTitleBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleBuzzer.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleBuzzer.LineSpacing = 0F;
|
||||
this.labelTitleBuzzer.Location = new System.Drawing.Point(427, 126);
|
||||
this.labelTitleBuzzer.Name = "labelTitleBuzzer";
|
||||
this.labelTitleBuzzer.OverlapOptimize = true;
|
||||
this.labelTitleBuzzer.PasswordChar = '\0';
|
||||
this.labelTitleBuzzer.Radius = 3;
|
||||
this.labelTitleBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleBuzzer.Size = new System.Drawing.Size(150, 30);
|
||||
this.labelTitleBuzzer.TabIndex = 109;
|
||||
this.labelTitleBuzzer.Text = "Buzzer";
|
||||
this.labelTitleBuzzer.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleBuzzer.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleBuzzer.Wordwrap = false;
|
||||
//
|
||||
// comboBoxLanguage
|
||||
//
|
||||
this.comboBoxLanguage.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.comboBoxLanguage.Location = new System.Drawing.Point(583, 200);
|
||||
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
||||
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
|
||||
this.comboBoxLanguage.TabIndex = 137;
|
||||
this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
|
||||
//
|
||||
// labelSbDiffFilter
|
||||
//
|
||||
this.labelSbDiffFilter.BackGround = null;
|
||||
this.labelSbDiffFilter.BackGroundColor = System.Drawing.Color.White;
|
||||
this.labelSbDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelSbDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelSbDiffFilter.LineSpacing = 0F;
|
||||
this.labelSbDiffFilter.Location = new System.Drawing.Point(583, 162);
|
||||
this.labelSbDiffFilter.Name = "labelSbDiffFilter";
|
||||
this.labelSbDiffFilter.OverlapOptimize = true;
|
||||
this.labelSbDiffFilter.PasswordChar = '\0';
|
||||
this.labelSbDiffFilter.Radius = 3;
|
||||
this.labelSbDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelSbDiffFilter.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelSbDiffFilter.TabIndex = 112;
|
||||
this.labelSbDiffFilter.Text = "12345.45";
|
||||
this.labelSbDiffFilter.TextColor = System.Drawing.Color.Black;
|
||||
this.labelSbDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelSbDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelSbDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelSbDiffFilter.Wordwrap = false;
|
||||
this.labelSbDiffFilter.Click += new System.EventHandler(this.labelSbDiffFilter_Click);
|
||||
//
|
||||
// labelTitleLanguage
|
||||
//
|
||||
this.labelTitleLanguage.BackGround = null;
|
||||
|
|
@ -293,7 +203,7 @@
|
|||
this.labelTitleLanguage.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleLanguage.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleLanguage.LineSpacing = 0F;
|
||||
this.labelTitleLanguage.Location = new System.Drawing.Point(427, 198);
|
||||
this.labelTitleLanguage.Location = new System.Drawing.Point(225, 213);
|
||||
this.labelTitleLanguage.Name = "labelTitleLanguage";
|
||||
this.labelTitleLanguage.OverlapOptimize = true;
|
||||
this.labelTitleLanguage.PasswordChar = '\0';
|
||||
|
|
@ -308,29 +218,6 @@
|
|||
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleLanguage.Wordwrap = false;
|
||||
//
|
||||
// labelCutWait
|
||||
//
|
||||
this.labelCutWait.BackGround = null;
|
||||
this.labelCutWait.BackGroundColor = System.Drawing.Color.White;
|
||||
this.labelCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelCutWait.LineSpacing = 0F;
|
||||
this.labelCutWait.Location = new System.Drawing.Point(212, 198);
|
||||
this.labelCutWait.Name = "labelCutWait";
|
||||
this.labelCutWait.OverlapOptimize = true;
|
||||
this.labelCutWait.PasswordChar = '\0';
|
||||
this.labelCutWait.Radius = 3;
|
||||
this.labelCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelCutWait.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelCutWait.TabIndex = 108;
|
||||
this.labelCutWait.Text = "12345.45";
|
||||
this.labelCutWait.TextColor = System.Drawing.Color.Black;
|
||||
this.labelCutWait.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelCutWait.Wordwrap = false;
|
||||
this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click);
|
||||
//
|
||||
// labelCheckLane
|
||||
//
|
||||
this.labelCheckLane.BackGround = null;
|
||||
|
|
@ -339,7 +226,7 @@
|
|||
this.labelCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelCheckLane.Enabled = false;
|
||||
this.labelCheckLane.LineSpacing = 0F;
|
||||
this.labelCheckLane.Location = new System.Drawing.Point(583, 90);
|
||||
this.labelCheckLane.Location = new System.Drawing.Point(381, 141);
|
||||
this.labelCheckLane.Name = "labelCheckLane";
|
||||
this.labelCheckLane.OverlapOptimize = true;
|
||||
this.labelCheckLane.PasswordChar = '\0';
|
||||
|
|
@ -355,28 +242,6 @@
|
|||
this.labelCheckLane.Wordwrap = false;
|
||||
this.labelCheckLane.Click += new System.EventHandler(this.labelCheckLane_Click);
|
||||
//
|
||||
// smartLabel29
|
||||
//
|
||||
this.smartLabel29.BackGround = null;
|
||||
this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel29.LineSpacing = 0F;
|
||||
this.smartLabel29.Location = new System.Drawing.Point(338, 126);
|
||||
this.smartLabel29.Name = "smartLabel29";
|
||||
this.smartLabel29.OverlapOptimize = true;
|
||||
this.smartLabel29.PasswordChar = '\0';
|
||||
this.smartLabel29.Radius = 3;
|
||||
this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel29.Size = new System.Drawing.Size(40, 30);
|
||||
this.smartLabel29.TabIndex = 128;
|
||||
this.smartLabel29.Text = "msec";
|
||||
this.smartLabel29.TextColor = System.Drawing.Color.White;
|
||||
this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel29.Wordwrap = false;
|
||||
//
|
||||
// labelTitleCheckLane
|
||||
//
|
||||
this.labelTitleCheckLane.BackGround = null;
|
||||
|
|
@ -385,7 +250,7 @@
|
|||
this.labelTitleCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleCheckLane.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCheckLane.LineSpacing = 0F;
|
||||
this.labelTitleCheckLane.Location = new System.Drawing.Point(427, 90);
|
||||
this.labelTitleCheckLane.Location = new System.Drawing.Point(225, 141);
|
||||
this.labelTitleCheckLane.Name = "labelTitleCheckLane";
|
||||
this.labelTitleCheckLane.OverlapOptimize = true;
|
||||
this.labelTitleCheckLane.PasswordChar = '\0';
|
||||
|
|
@ -400,29 +265,6 @@
|
|||
this.labelTitleCheckLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleCheckLane.Wordwrap = false;
|
||||
//
|
||||
// labelTitleCutWait
|
||||
//
|
||||
this.labelTitleCutWait.BackGround = null;
|
||||
this.labelTitleCutWait.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.labelTitleCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleCutWait.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCutWait.LineSpacing = 0F;
|
||||
this.labelTitleCutWait.Location = new System.Drawing.Point(56, 198);
|
||||
this.labelTitleCutWait.Name = "labelTitleCutWait";
|
||||
this.labelTitleCutWait.OverlapOptimize = true;
|
||||
this.labelTitleCutWait.PasswordChar = '\0';
|
||||
this.labelTitleCutWait.Radius = 3;
|
||||
this.labelTitleCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleCutWait.Size = new System.Drawing.Size(150, 30);
|
||||
this.labelTitleCutWait.TabIndex = 107;
|
||||
this.labelTitleCutWait.Text = "Cut wait";
|
||||
this.labelTitleCutWait.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleCutWait.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleCutWait.Wordwrap = false;
|
||||
//
|
||||
// labelEquipmentLane
|
||||
//
|
||||
this.labelEquipmentLane.BackGround = null;
|
||||
|
|
@ -431,7 +273,7 @@
|
|||
this.labelEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelEquipmentLane.Enabled = false;
|
||||
this.labelEquipmentLane.LineSpacing = 0F;
|
||||
this.labelEquipmentLane.Location = new System.Drawing.Point(212, 90);
|
||||
this.labelEquipmentLane.Location = new System.Drawing.Point(381, 105);
|
||||
this.labelEquipmentLane.Name = "labelEquipmentLane";
|
||||
this.labelEquipmentLane.OverlapOptimize = true;
|
||||
this.labelEquipmentLane.PasswordChar = '\0';
|
||||
|
|
@ -447,6 +289,52 @@
|
|||
this.labelEquipmentLane.Wordwrap = false;
|
||||
this.labelEquipmentLane.Click += new System.EventHandler(this.labelEquipmentLane_Click);
|
||||
//
|
||||
// labelSbDiffFilter
|
||||
//
|
||||
this.labelSbDiffFilter.BackGround = null;
|
||||
this.labelSbDiffFilter.BackGroundColor = System.Drawing.Color.White;
|
||||
this.labelSbDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelSbDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelSbDiffFilter.LineSpacing = 0F;
|
||||
this.labelSbDiffFilter.Location = new System.Drawing.Point(321, 256);
|
||||
this.labelSbDiffFilter.Name = "labelSbDiffFilter";
|
||||
this.labelSbDiffFilter.OverlapOptimize = true;
|
||||
this.labelSbDiffFilter.PasswordChar = '\0';
|
||||
this.labelSbDiffFilter.Radius = 3;
|
||||
this.labelSbDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelSbDiffFilter.Size = new System.Drawing.Size(60, 30);
|
||||
this.labelSbDiffFilter.TabIndex = 112;
|
||||
this.labelSbDiffFilter.Text = "12345.45";
|
||||
this.labelSbDiffFilter.TextColor = System.Drawing.Color.Black;
|
||||
this.labelSbDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelSbDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelSbDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelSbDiffFilter.Wordwrap = false;
|
||||
this.labelSbDiffFilter.Click += new System.EventHandler(this.labelSbDiffFilter_Click);
|
||||
//
|
||||
// labelTitleBuzzer
|
||||
//
|
||||
this.labelTitleBuzzer.BackGround = null;
|
||||
this.labelTitleBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.labelTitleBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleBuzzer.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleBuzzer.LineSpacing = 0F;
|
||||
this.labelTitleBuzzer.Location = new System.Drawing.Point(3, 292);
|
||||
this.labelTitleBuzzer.Name = "labelTitleBuzzer";
|
||||
this.labelTitleBuzzer.OverlapOptimize = true;
|
||||
this.labelTitleBuzzer.PasswordChar = '\0';
|
||||
this.labelTitleBuzzer.Radius = 3;
|
||||
this.labelTitleBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleBuzzer.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelTitleBuzzer.TabIndex = 109;
|
||||
this.labelTitleBuzzer.Text = "Buzzer";
|
||||
this.labelTitleBuzzer.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleBuzzer.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleBuzzer.Wordwrap = false;
|
||||
//
|
||||
// smartLabel30
|
||||
//
|
||||
this.smartLabel30.BackGround = null;
|
||||
|
|
@ -454,7 +342,7 @@
|
|||
this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel30.LineSpacing = 0F;
|
||||
this.smartLabel30.Location = new System.Drawing.Point(338, 162);
|
||||
this.smartLabel30.Location = new System.Drawing.Point(507, 177);
|
||||
this.smartLabel30.Name = "smartLabel30";
|
||||
this.smartLabel30.OverlapOptimize = true;
|
||||
this.smartLabel30.PasswordChar = '\0';
|
||||
|
|
@ -469,29 +357,6 @@
|
|||
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel30.Wordwrap = false;
|
||||
//
|
||||
// labelTitleLCDDataPeriod
|
||||
//
|
||||
this.labelTitleLCDDataPeriod.BackGround = null;
|
||||
this.labelTitleLCDDataPeriod.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.labelTitleLCDDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleLCDDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleLCDDataPeriod.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleLCDDataPeriod.LineSpacing = 0F;
|
||||
this.labelTitleLCDDataPeriod.Location = new System.Drawing.Point(56, 126);
|
||||
this.labelTitleLCDDataPeriod.Name = "labelTitleLCDDataPeriod";
|
||||
this.labelTitleLCDDataPeriod.OverlapOptimize = true;
|
||||
this.labelTitleLCDDataPeriod.PasswordChar = '\0';
|
||||
this.labelTitleLCDDataPeriod.Radius = 3;
|
||||
this.labelTitleLCDDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleLCDDataPeriod.Size = new System.Drawing.Size(150, 30);
|
||||
this.labelTitleLCDDataPeriod.TabIndex = 103;
|
||||
this.labelTitleLCDDataPeriod.Text = "LCD data period";
|
||||
this.labelTitleLCDDataPeriod.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleLCDDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleLCDDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleLCDDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleLCDDataPeriod.Wordwrap = false;
|
||||
//
|
||||
// labelChattering
|
||||
//
|
||||
this.labelChattering.BackGround = null;
|
||||
|
|
@ -499,7 +364,7 @@
|
|||
this.labelChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelChattering.LineSpacing = 0F;
|
||||
this.labelChattering.Location = new System.Drawing.Point(212, 162);
|
||||
this.labelChattering.Location = new System.Drawing.Point(381, 177);
|
||||
this.labelChattering.Name = "labelChattering";
|
||||
this.labelChattering.OverlapOptimize = true;
|
||||
this.labelChattering.PasswordChar = '\0';
|
||||
|
|
@ -515,51 +380,6 @@
|
|||
this.labelChattering.Wordwrap = false;
|
||||
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
|
||||
//
|
||||
// smartLabel31
|
||||
//
|
||||
this.smartLabel31.BackGround = null;
|
||||
this.smartLabel31.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.smartLabel31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel31.LineSpacing = 0F;
|
||||
this.smartLabel31.Location = new System.Drawing.Point(338, 198);
|
||||
this.smartLabel31.Name = "smartLabel31";
|
||||
this.smartLabel31.OverlapOptimize = true;
|
||||
this.smartLabel31.PasswordChar = '\0';
|
||||
this.smartLabel31.Radius = 3;
|
||||
this.smartLabel31.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel31.Size = new System.Drawing.Size(40, 30);
|
||||
this.smartLabel31.TabIndex = 130;
|
||||
this.smartLabel31.Text = "msec";
|
||||
this.smartLabel31.TextColor = System.Drawing.Color.White;
|
||||
this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel31.Wordwrap = false;
|
||||
//
|
||||
// labelLcdDataPeriod
|
||||
//
|
||||
this.labelLcdDataPeriod.BackGround = null;
|
||||
this.labelLcdDataPeriod.BackGroundColor = System.Drawing.Color.White;
|
||||
this.labelLcdDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelLcdDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelLcdDataPeriod.LineSpacing = 0F;
|
||||
this.labelLcdDataPeriod.Location = new System.Drawing.Point(212, 126);
|
||||
this.labelLcdDataPeriod.Name = "labelLcdDataPeriod";
|
||||
this.labelLcdDataPeriod.OverlapOptimize = true;
|
||||
this.labelLcdDataPeriod.PasswordChar = '\0';
|
||||
this.labelLcdDataPeriod.Radius = 3;
|
||||
this.labelLcdDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelLcdDataPeriod.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelLcdDataPeriod.TabIndex = 104;
|
||||
this.labelLcdDataPeriod.Text = "12345.45";
|
||||
this.labelLcdDataPeriod.TextColor = System.Drawing.Color.Black;
|
||||
this.labelLcdDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelLcdDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelLcdDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelLcdDataPeriod.Wordwrap = false;
|
||||
this.labelLcdDataPeriod.Click += new System.EventHandler(this.labelLcdDataPeriod_Click);
|
||||
//
|
||||
// labelTitleChattering
|
||||
//
|
||||
this.labelTitleChattering.BackGround = null;
|
||||
|
|
@ -568,7 +388,7 @@
|
|||
this.labelTitleChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleChattering.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleChattering.LineSpacing = 0F;
|
||||
this.labelTitleChattering.Location = new System.Drawing.Point(56, 162);
|
||||
this.labelTitleChattering.Location = new System.Drawing.Point(225, 177);
|
||||
this.labelTitleChattering.Name = "labelTitleChattering";
|
||||
this.labelTitleChattering.OverlapOptimize = true;
|
||||
this.labelTitleChattering.PasswordChar = '\0';
|
||||
|
|
@ -583,27 +403,97 @@
|
|||
this.labelTitleChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleChattering.Wordwrap = false;
|
||||
//
|
||||
// smartLabel32
|
||||
// labelTitleLCDDataPeriod
|
||||
//
|
||||
this.smartLabel32.BackGround = null;
|
||||
this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel32.LineSpacing = 0F;
|
||||
this.smartLabel32.Location = new System.Drawing.Point(709, 126);
|
||||
this.smartLabel32.Name = "smartLabel32";
|
||||
this.smartLabel32.OverlapOptimize = true;
|
||||
this.smartLabel32.PasswordChar = '\0';
|
||||
this.smartLabel32.Radius = 3;
|
||||
this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.smartLabel32.Size = new System.Drawing.Size(40, 30);
|
||||
this.smartLabel32.TabIndex = 131;
|
||||
this.smartLabel32.Text = "msec";
|
||||
this.smartLabel32.TextColor = System.Drawing.Color.White;
|
||||
this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel32.Wordwrap = false;
|
||||
this.labelTitleLCDDataPeriod.BackGround = null;
|
||||
this.labelTitleLCDDataPeriod.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.labelTitleLCDDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleLCDDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleLCDDataPeriod.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleLCDDataPeriod.LineSpacing = 0F;
|
||||
this.labelTitleLCDDataPeriod.Location = new System.Drawing.Point(3, 256);
|
||||
this.labelTitleLCDDataPeriod.Name = "labelTitleLCDDataPeriod";
|
||||
this.labelTitleLCDDataPeriod.OverlapOptimize = true;
|
||||
this.labelTitleLCDDataPeriod.PasswordChar = '\0';
|
||||
this.labelTitleLCDDataPeriod.Radius = 3;
|
||||
this.labelTitleLCDDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleLCDDataPeriod.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelTitleLCDDataPeriod.TabIndex = 103;
|
||||
this.labelTitleLCDDataPeriod.Text = "LCD data period";
|
||||
this.labelTitleLCDDataPeriod.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleLCDDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleLCDDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleLCDDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleLCDDataPeriod.Wordwrap = false;
|
||||
//
|
||||
// labelTitleCutWait
|
||||
//
|
||||
this.labelTitleCutWait.BackGround = null;
|
||||
this.labelTitleCutWait.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.labelTitleCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleCutWait.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleCutWait.LineSpacing = 0F;
|
||||
this.labelTitleCutWait.Location = new System.Drawing.Point(195, 292);
|
||||
this.labelTitleCutWait.Name = "labelTitleCutWait";
|
||||
this.labelTitleCutWait.OverlapOptimize = true;
|
||||
this.labelTitleCutWait.PasswordChar = '\0';
|
||||
this.labelTitleCutWait.Radius = 3;
|
||||
this.labelTitleCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleCutWait.Size = new System.Drawing.Size(120, 30);
|
||||
this.labelTitleCutWait.TabIndex = 107;
|
||||
this.labelTitleCutWait.Text = "Cut wait";
|
||||
this.labelTitleCutWait.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleCutWait.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelTitleCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleCutWait.Wordwrap = false;
|
||||
//
|
||||
// labelLcdDataPeriod
|
||||
//
|
||||
this.labelLcdDataPeriod.BackGround = null;
|
||||
this.labelLcdDataPeriod.BackGroundColor = System.Drawing.Color.White;
|
||||
this.labelLcdDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelLcdDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelLcdDataPeriod.LineSpacing = 0F;
|
||||
this.labelLcdDataPeriod.Location = new System.Drawing.Point(129, 256);
|
||||
this.labelLcdDataPeriod.Name = "labelLcdDataPeriod";
|
||||
this.labelLcdDataPeriod.OverlapOptimize = true;
|
||||
this.labelLcdDataPeriod.PasswordChar = '\0';
|
||||
this.labelLcdDataPeriod.Radius = 3;
|
||||
this.labelLcdDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelLcdDataPeriod.Size = new System.Drawing.Size(60, 30);
|
||||
this.labelLcdDataPeriod.TabIndex = 104;
|
||||
this.labelLcdDataPeriod.Text = "12345.45";
|
||||
this.labelLcdDataPeriod.TextColor = System.Drawing.Color.Black;
|
||||
this.labelLcdDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelLcdDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelLcdDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelLcdDataPeriod.Wordwrap = false;
|
||||
this.labelLcdDataPeriod.Click += new System.EventHandler(this.labelLcdDataPeriod_Click);
|
||||
//
|
||||
// labelCutWait
|
||||
//
|
||||
this.labelCutWait.BackGround = null;
|
||||
this.labelCutWait.BackGroundColor = System.Drawing.Color.White;
|
||||
this.labelCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelCutWait.LineSpacing = 0F;
|
||||
this.labelCutWait.Location = new System.Drawing.Point(321, 292);
|
||||
this.labelCutWait.Name = "labelCutWait";
|
||||
this.labelCutWait.OverlapOptimize = true;
|
||||
this.labelCutWait.PasswordChar = '\0';
|
||||
this.labelCutWait.Radius = 3;
|
||||
this.labelCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelCutWait.Size = new System.Drawing.Size(60, 30);
|
||||
this.labelCutWait.TabIndex = 108;
|
||||
this.labelCutWait.Text = "12345.45";
|
||||
this.labelCutWait.TextColor = System.Drawing.Color.Black;
|
||||
this.labelCutWait.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelCutWait.Wordwrap = false;
|
||||
this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click);
|
||||
//
|
||||
// smartGroupBox2
|
||||
//
|
||||
|
|
@ -622,10 +512,10 @@
|
|||
this.smartGroupBox2.FrameLineThickness = 2;
|
||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||
this.smartGroupBox2.HeaderHeightOffset = 12;
|
||||
this.smartGroupBox2.Location = new System.Drawing.Point(67, 370);
|
||||
this.smartGroupBox2.Location = new System.Drawing.Point(67, 378);
|
||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
||||
this.smartGroupBox2.RoundRadius = 5;
|
||||
this.smartGroupBox2.Size = new System.Drawing.Size(774, 276);
|
||||
this.smartGroupBox2.Size = new System.Drawing.Size(774, 270);
|
||||
this.smartGroupBox2.TabIndex = 140;
|
||||
this.smartGroupBox2.Text = "Alarm";
|
||||
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -642,7 +532,7 @@
|
|||
this.checkBoxA5_BZ.CheckLineWidth = 3;
|
||||
this.checkBoxA5_BZ.ImageCheckBox = null;
|
||||
this.checkBoxA5_BZ.ImageUnCheckBox = null;
|
||||
this.checkBoxA5_BZ.Location = new System.Drawing.Point(412, 177);
|
||||
this.checkBoxA5_BZ.Location = new System.Drawing.Point(412, 193);
|
||||
this.checkBoxA5_BZ.Name = "checkBoxA5_BZ";
|
||||
this.checkBoxA5_BZ.OverlapOptimize = true;
|
||||
this.checkBoxA5_BZ.Size = new System.Drawing.Size(35, 30);
|
||||
|
|
@ -664,7 +554,7 @@
|
|||
this.checkBoxA2_BZ.CheckLineWidth = 3;
|
||||
this.checkBoxA2_BZ.ImageCheckBox = null;
|
||||
this.checkBoxA2_BZ.ImageUnCheckBox = null;
|
||||
this.checkBoxA2_BZ.Location = new System.Drawing.Point(412, 141);
|
||||
this.checkBoxA2_BZ.Location = new System.Drawing.Point(412, 157);
|
||||
this.checkBoxA2_BZ.Name = "checkBoxA2_BZ";
|
||||
this.checkBoxA2_BZ.OverlapOptimize = true;
|
||||
this.checkBoxA2_BZ.Size = new System.Drawing.Size(35, 30);
|
||||
|
|
@ -686,7 +576,7 @@
|
|||
this.checkBoxA1_BZ.CheckLineWidth = 3;
|
||||
this.checkBoxA1_BZ.ImageCheckBox = null;
|
||||
this.checkBoxA1_BZ.ImageUnCheckBox = null;
|
||||
this.checkBoxA1_BZ.Location = new System.Drawing.Point(412, 105);
|
||||
this.checkBoxA1_BZ.Location = new System.Drawing.Point(412, 121);
|
||||
this.checkBoxA1_BZ.Name = "checkBoxA1_BZ";
|
||||
this.checkBoxA1_BZ.OverlapOptimize = true;
|
||||
this.checkBoxA1_BZ.Size = new System.Drawing.Size(35, 30);
|
||||
|
|
@ -704,7 +594,7 @@
|
|||
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel10.LineSpacing = 0F;
|
||||
this.smartLabel10.Location = new System.Drawing.Point(376, 69);
|
||||
this.smartLabel10.Location = new System.Drawing.Point(376, 85);
|
||||
this.smartLabel10.Name = "smartLabel10";
|
||||
this.smartLabel10.OverlapOptimize = true;
|
||||
this.smartLabel10.PasswordChar = '\0';
|
||||
|
|
@ -727,7 +617,7 @@
|
|||
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel5.LineSpacing = 0F;
|
||||
this.smartLabel5.Location = new System.Drawing.Point(241, 177);
|
||||
this.smartLabel5.Location = new System.Drawing.Point(241, 193);
|
||||
this.smartLabel5.Name = "smartLabel5";
|
||||
this.smartLabel5.OverlapOptimize = true;
|
||||
this.smartLabel5.PasswordChar = '\0';
|
||||
|
|
@ -750,7 +640,7 @@
|
|||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(241, 141);
|
||||
this.smartLabel3.Location = new System.Drawing.Point(241, 157);
|
||||
this.smartLabel3.Name = "smartLabel3";
|
||||
this.smartLabel3.OverlapOptimize = true;
|
||||
this.smartLabel3.PasswordChar = '\0';
|
||||
|
|
@ -773,7 +663,7 @@
|
|||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(241, 105);
|
||||
this.smartLabel2.Location = new System.Drawing.Point(241, 121);
|
||||
this.smartLabel2.Name = "smartLabel2";
|
||||
this.smartLabel2.OverlapOptimize = true;
|
||||
this.smartLabel2.PasswordChar = '\0';
|
||||
|
|
@ -824,10 +714,7 @@
|
|||
private SmartX.SmartLabel labelTitleChattering;
|
||||
private SmartX.SmartLabel labelLcdDataPeriod;
|
||||
private SmartX.SmartLabel labelTitleLCDDataPeriod;
|
||||
private SmartX.SmartLabel smartLabel32;
|
||||
private SmartX.SmartLabel smartLabel31;
|
||||
private SmartX.SmartLabel smartLabel30;
|
||||
private SmartX.SmartLabel smartLabel29;
|
||||
private SmartX.SmartTimer smartTimerMessageShow;
|
||||
private SmartX.SmartLabel labelCheckLane;
|
||||
private SmartX.SmartLabel labelTitleCheckLane;
|
||||
|
|
@ -835,8 +722,6 @@
|
|||
private SmartX.SmartLabel labelTitleEquipmentLane;
|
||||
private System.Windows.Forms.ComboBox comboBoxLanguage;
|
||||
private SmartX.SmartLabel labelTitleLanguage;
|
||||
private System.Windows.Forms.ComboBox comboBoxEquipmentType;
|
||||
private SmartX.SmartLabel smartLabel1;
|
||||
private SmartX.SmartGroupBox smartGroupBox2;
|
||||
private SmartX.SmartLabel smartLabel2;
|
||||
private SmartX.SmartLabel smartLabel3;
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
#region Field
|
||||
private FormMenu m_ParentForm;
|
||||
private string MessageBoxRange;
|
||||
|
||||
private Collection<SmartLabel> CollLabel;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
|
@ -49,25 +47,12 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
{
|
||||
this.MessageBoxRange = "";
|
||||
|
||||
this.CollLabel = new Collection<SmartLabel>();
|
||||
this.CollLabel.Add(this.labelLcdDataPeriod);
|
||||
this.CollLabel.Add(this.labelChattering);
|
||||
this.CollLabel.Add(this.labelCutWait);
|
||||
this.CollLabel.Add(this.labelBuzzer);
|
||||
this.CollLabel.Add(this.labelSbDiffFilter);
|
||||
|
||||
this.comboBoxLanguage.SelectedIndexChanged -= new EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
|
||||
this.comboBoxLanguage.Items.Clear();
|
||||
this.comboBoxLanguage.Items.Add("한국어");
|
||||
this.comboBoxLanguage.Items.Add("English");
|
||||
this.comboBoxLanguage.Items.Add("中文");
|
||||
this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
|
||||
|
||||
this.comboBoxEquipmentType.SelectedIndexChanged -= new EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
|
||||
this.comboBoxEquipmentType.Items.Clear();
|
||||
this.comboBoxEquipmentType.Items.Add("Type1");
|
||||
this.comboBoxEquipmentType.Items.Add("Type2");
|
||||
this.comboBoxEquipmentType.SelectedIndexChanged += new EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
|
||||
}
|
||||
public void InitializeDesign()
|
||||
{
|
||||
|
|
@ -102,30 +87,48 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
private void UpdateDisplauUserControls(bool enable)
|
||||
{
|
||||
for (int i = 0; i < this.CollLabel.Count; i++)
|
||||
this.CollLabel[i].Enabled = enable;
|
||||
this.smartGroupBox2.Enabled = enable;
|
||||
this.smartGroupBox3.Enabled = enable;
|
||||
}
|
||||
private void UpdateDisplayUser(UserItem user)
|
||||
{
|
||||
this.labelTitleLCDDataPeriod.Visible = false;
|
||||
this.labelLcdDataPeriod.Visible = false;
|
||||
this.labelTitleBuzzer.Visible = false;
|
||||
this.labelBuzzer.Visible = false;
|
||||
this.labelTitleSBDiffFilter.Visible = false;
|
||||
this.labelSbDiffFilter.Visible = false;
|
||||
this.labelTitleCutWait.Visible = false;
|
||||
this.labelCutWait.Visible = false;
|
||||
|
||||
switch (user.Group)
|
||||
{
|
||||
case Define.E_UserGroup.None:
|
||||
this.UpdateDisplauUserControls(false);
|
||||
break;
|
||||
case Define.E_UserGroup.Level1:
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuRecipe);
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
||||
break;
|
||||
case Define.E_UserGroup.Level2:
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuRecipe);
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
||||
break;
|
||||
case Define.E_UserGroup.Level3:
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuRecipe);
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment);
|
||||
break;
|
||||
case Define.E_UserGroup.Admin:
|
||||
this.UpdateDisplauUserControls(this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuRecipe);
|
||||
this.UpdateDisplauUserControls(true);
|
||||
break;
|
||||
case Define.E_UserGroup.Developer:
|
||||
this.UpdateDisplauUserControls(true);
|
||||
|
||||
this.labelTitleLCDDataPeriod.Visible = true;
|
||||
this.labelLcdDataPeriod.Visible = true;
|
||||
this.labelTitleBuzzer.Visible = true;
|
||||
this.labelBuzzer.Visible = true;
|
||||
this.labelTitleSBDiffFilter.Visible = true;
|
||||
this.labelSbDiffFilter.Visible = true;
|
||||
this.labelTitleCutWait.Visible = true;
|
||||
this.labelCutWait.Visible = true;
|
||||
break;
|
||||
case Define.E_UserGroup.NotLogin:
|
||||
this.UpdateDisplauUserControls(false);
|
||||
|
|
@ -185,15 +188,6 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.comboBoxLanguage.SelectedIndex = iValue;
|
||||
this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
|
||||
}
|
||||
|
||||
// 타입
|
||||
iValue = (int)item.EQUIPMENT_TYPE;
|
||||
if (this.comboBoxEquipmentType.SelectedIndex != iValue)
|
||||
{
|
||||
this.comboBoxEquipmentType.SelectedIndexChanged -= new EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
|
||||
this.comboBoxEquipmentType.SelectedIndex = iValue;
|
||||
this.comboBoxEquipmentType.SelectedIndexChanged += new EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
|
||||
}
|
||||
}
|
||||
private void UpdateDisplayAlarmActionSetting(AlarmActionSetting item)
|
||||
{
|
||||
|
|
@ -475,22 +469,6 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
SmartSplash.Finish();
|
||||
}
|
||||
private void comboBoxEquipmentType_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
string before = "", after = "";
|
||||
|
||||
before = this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_TYPE.ToString();
|
||||
if (this.comboBoxEquipmentType.SelectedIndex == 0)
|
||||
this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_TYPE = Define.E_EquipmentType.Type1;
|
||||
else
|
||||
this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_TYPE = Define.E_EquipmentType.Type2;
|
||||
|
||||
this.ParentForm.ParentForm.SaveSystemConfigurationFile(this.ParentForm.ParentForm.SystemConfig);
|
||||
after = this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_TYPE.ToString();
|
||||
|
||||
if (before != after)
|
||||
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Language, "", before, after);
|
||||
}
|
||||
|
||||
private void checkBoxA1_BZ_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -0,0 +1,236 @@
|
|||
namespace INT_LKD_PTB6_DW.Controls.User
|
||||
{
|
||||
partial class ControlAlarmMessage
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Component Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlAlarmMessage));
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.smartListBox1 = new SmartX.SmartListBox();
|
||||
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
|
||||
this.buttonOK = new SmartX.SmartButton();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// smartGroupBox1
|
||||
//
|
||||
this.smartGroupBox1.BackGround = null;
|
||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartGroupBox1.BackImage = null;
|
||||
this.smartGroupBox1.Controls.Add(this.smartListBox1);
|
||||
this.smartGroupBox1.Controls.Add(this.pictureBoxExclamation);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonOK);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineThickness = 2;
|
||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||
this.smartGroupBox1.HeaderHeightOffset = 12;
|
||||
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 5;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(450, 155);
|
||||
this.smartGroupBox1.TabIndex = 7;
|
||||
this.smartGroupBox1.Text = "Alarm";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||
//
|
||||
// smartListBox1
|
||||
//
|
||||
this.smartListBox1.BackGround = null;
|
||||
this.smartListBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.BorderColor = System.Drawing.Color.Silver;
|
||||
this.smartListBox1.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
|
||||
this.smartListBox1.ColumnStyles = null;
|
||||
this.smartListBox1.DataSource = null;
|
||||
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.smartListBox1.ItemOffsetGap = 6;
|
||||
this.smartListBox1.ItemOffsetX = 1;
|
||||
this.smartListBox1.ItemOffsetY = 0;
|
||||
this.smartListBox1.ItemTextOffsetX = 0;
|
||||
this.smartListBox1.ItemTextOffsetY = 1;
|
||||
this.smartListBox1.Location = new System.Drawing.Point(76, 43);
|
||||
this.smartListBox1.MouseMoveEventSpace = 3;
|
||||
this.smartListBox1.MouseMoveSpace = 10;
|
||||
this.smartListBox1.Name = "smartListBox1";
|
||||
this.smartListBox1.OverlapOptimize = true;
|
||||
this.smartListBox1.ScrollBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
|
||||
this.smartListBox1.ScrollBarButtonHeight = 15;
|
||||
this.smartListBox1.ScrollBarButtonImage = null;
|
||||
this.smartListBox1.ScrollBarButtonRound = 0;
|
||||
this.smartListBox1.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None;
|
||||
this.smartListBox1.ScrollButtonHeight = 30;
|
||||
this.smartListBox1.ScrollButtonWidth = 30;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.smartListBox1.ScrollDownButton.BackGround = null;
|
||||
this.smartListBox1.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartListBox1.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartListBox1.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartListBox1.ScrollDownButton.ButtonImageAutoSize = false;
|
||||
this.smartListBox1.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.smartListBox1.ScrollDownButton.ButtonText = "▼";
|
||||
this.smartListBox1.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartListBox1.ScrollDownButton.GroupID = 0;
|
||||
this.smartListBox1.ScrollDownButton.ImageDisable = null;
|
||||
this.smartListBox1.ScrollDownButton.ImageDown = null;
|
||||
this.smartListBox1.ScrollDownButton.ImageUp = null;
|
||||
this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(329, 36);
|
||||
this.smartListBox1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartListBox1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
||||
this.smartListBox1.ScrollDownButton.NestedClickEventPrevent = false;
|
||||
this.smartListBox1.ScrollDownButton.OutlinePixel = 1;
|
||||
this.smartListBox1.ScrollDownButton.OverlapOptimize = true;
|
||||
this.smartListBox1.ScrollDownButton.RepeatInterval = 200;
|
||||
this.smartListBox1.ScrollDownButton.RepeatIntervalAccelerate = null;
|
||||
this.smartListBox1.ScrollDownButton.RoundSize = 10;
|
||||
this.smartListBox1.ScrollDownButton.SafeInterval = 200;
|
||||
this.smartListBox1.ScrollDownButton.Size = new System.Drawing.Size(30, 37);
|
||||
this.smartListBox1.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartListBox1.ScrollDownButton.TabIndex = 0;
|
||||
this.smartListBox1.ScrollDownButton.Text = null;
|
||||
this.smartListBox1.ScrollDownButton.TextColor = System.Drawing.Color.White;
|
||||
this.smartListBox1.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartListBox1.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartListBox1.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartListBox1.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartListBox1.ScrollDownButton.Visible = false;
|
||||
this.smartListBox1.ScrollStep = 1;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.smartListBox1.ScrollUpButton.BackGround = null;
|
||||
this.smartListBox1.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartListBox1.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartListBox1.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartListBox1.ScrollUpButton.ButtonImageAutoSize = false;
|
||||
this.smartListBox1.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.smartListBox1.ScrollUpButton.ButtonText = "▲";
|
||||
this.smartListBox1.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartListBox1.ScrollUpButton.GroupID = 0;
|
||||
this.smartListBox1.ScrollUpButton.ImageDisable = null;
|
||||
this.smartListBox1.ScrollUpButton.ImageDown = null;
|
||||
this.smartListBox1.ScrollUpButton.ImageUp = null;
|
||||
this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(329, 0);
|
||||
this.smartListBox1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartListBox1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
||||
this.smartListBox1.ScrollUpButton.NestedClickEventPrevent = false;
|
||||
this.smartListBox1.ScrollUpButton.OutlinePixel = 1;
|
||||
this.smartListBox1.ScrollUpButton.OverlapOptimize = true;
|
||||
this.smartListBox1.ScrollUpButton.RepeatInterval = 200;
|
||||
this.smartListBox1.ScrollUpButton.RepeatIntervalAccelerate = null;
|
||||
this.smartListBox1.ScrollUpButton.RoundSize = 10;
|
||||
this.smartListBox1.ScrollUpButton.SafeInterval = 200;
|
||||
this.smartListBox1.ScrollUpButton.Size = new System.Drawing.Size(30, 35);
|
||||
this.smartListBox1.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartListBox1.ScrollUpButton.TabIndex = 1;
|
||||
this.smartListBox1.ScrollUpButton.Text = null;
|
||||
this.smartListBox1.ScrollUpButton.TextColor = System.Drawing.Color.White;
|
||||
this.smartListBox1.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartListBox1.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartListBox1.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartListBox1.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartListBox1.ScrollUpButton.Visible = false;
|
||||
this.smartListBox1.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
|
||||
this.smartListBox1.SelectFilled = true;
|
||||
this.smartListBox1.SelectItemIndex = -1;
|
||||
this.smartListBox1.SelectTextColor = System.Drawing.Color.White;
|
||||
this.smartListBox1.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.smartListBox1.SeparationlineVisibleBottom = true;
|
||||
this.smartListBox1.SeparationlineVisibleTop = true;
|
||||
this.smartListBox1.Size = new System.Drawing.Size(359, 73);
|
||||
this.smartListBox1.TabIndex = 3;
|
||||
this.smartListBox1.Text = "smartListBox1";
|
||||
this.smartListBox1.TextColor = System.Drawing.Color.Black;
|
||||
this.smartListBox1.TextColorDisable = System.Drawing.Color.Gray;
|
||||
//
|
||||
// pictureBoxExclamation
|
||||
//
|
||||
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
|
||||
this.pictureBoxExclamation.Location = new System.Drawing.Point(20, 55);
|
||||
this.pictureBoxExclamation.Name = "pictureBoxExclamation";
|
||||
this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50);
|
||||
//
|
||||
// buttonOK
|
||||
//
|
||||
this.buttonOK.BackGround = null;
|
||||
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.buttonOK.ButtonColor = System.Drawing.Color.Silver;
|
||||
this.buttonOK.ButtonDownColor = System.Drawing.Color.Silver;
|
||||
this.buttonOK.ButtonImageAutoSize = true;
|
||||
this.buttonOK.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
|
||||
this.buttonOK.ButtonText = "OK";
|
||||
this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOK.GroupID = 0;
|
||||
this.buttonOK.ImageDisable = null;
|
||||
this.buttonOK.ImageDown = null;
|
||||
this.buttonOK.ImageUp = null;
|
||||
this.buttonOK.Location = new System.Drawing.Point(345, 122);
|
||||
this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonOK.Name = "buttonOK";
|
||||
this.buttonOK.NestedClickEventPrevent = false;
|
||||
this.buttonOK.OutlinePixel = 2;
|
||||
this.buttonOK.OverlapOptimize = true;
|
||||
this.buttonOK.RepeatInterval = 200;
|
||||
this.buttonOK.RepeatIntervalAccelerate = null;
|
||||
this.buttonOK.RoundSize = 10;
|
||||
this.buttonOK.SafeInterval = 200;
|
||||
this.buttonOK.Size = new System.Drawing.Size(90, 25);
|
||||
this.buttonOK.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonOK.TabIndex = 2;
|
||||
this.buttonOK.Text = null;
|
||||
this.buttonOK.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonOK.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.buttonOK.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.buttonOK.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonOK.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
||||
//
|
||||
// ControlAlarmMessage
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.Controls.Add(this.smartGroupBox1);
|
||||
this.Name = "ControlAlarmMessage";
|
||||
this.Size = new System.Drawing.Size(450, 155);
|
||||
this.smartGroupBox1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private SmartX.SmartGroupBox smartGroupBox1;
|
||||
private SmartX.SmartListBox smartListBox1;
|
||||
private System.Windows.Forms.PictureBox pictureBoxExclamation;
|
||||
private SmartX.SmartButton buttonOK;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
using INT_LKD_PTB6_DW.Forms;
|
||||
|
||||
namespace INT_LKD_PTB6_DW.Controls.User
|
||||
{
|
||||
public partial class ControlAlarmMessage : UserControl
|
||||
{
|
||||
#region Field
|
||||
private FormMainDisplay m_ParentForm;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public ControlAlarmMessage(FormMainDisplay parent)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.ParentForm = parent;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
public FormMainDisplay ParentForm
|
||||
{
|
||||
get { return this.m_ParentForm; }
|
||||
set { this.m_ParentForm = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
public void SetAlarmStatus(List<string> alarms)
|
||||
{
|
||||
this.smartListBox1.ClearAll();
|
||||
|
||||
if (alarms.Count != 0)
|
||||
{
|
||||
foreach (string alarm in alarms)
|
||||
this.smartListBox1.AddItem(alarm);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void buttonOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.BuzzerOFF();
|
||||
this.Visible = false;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,186 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
<value>WEBPAD</value>
|
||||
</metadata>
|
||||
</root>
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
this.textBoxLevel3 = new System.Windows.Forms.TextBox();
|
||||
this.checkBoxL3MainProductChange = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL3MenuUserSetting = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL3MenuProduct = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL3MenuRecipe = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL3MenuIOTest = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL3MainSubMenu = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL3MainClear = new SmartX.SmartCheckBox();
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
this.textBoxLevel2 = new System.Windows.Forms.TextBox();
|
||||
this.checkBoxL2MainProductChange = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL2MenuUserSetting = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL2MenuProduct = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL2MenuRecipe = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL2MenuIOTest = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL2MainSubMenu = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL2MainClear = new SmartX.SmartCheckBox();
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
this.textBoxLevel1 = new System.Windows.Forms.TextBox();
|
||||
this.checkBoxL1MainProductChange = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL1MenuUserSetting = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL1MenuProduct = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL1MenuRecipe = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL1MenuIOTest = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL1MainSubMenu = new SmartX.SmartCheckBox();
|
||||
this.checkBoxL1MainClear = new SmartX.SmartCheckBox();
|
||||
|
|
@ -133,9 +133,6 @@
|
|||
this.smartGroupBox1.Controls.Add(this.labelTitleMenuEquipment);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenuInformation);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenuAlarmLog);
|
||||
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuEquipment);
|
||||
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuEquipment);
|
||||
this.smartGroupBox1.Controls.Add(this.checkBoxL1MenuEquipment);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenuInspectionLog);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenuHistoryLog);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenuIOTest);
|
||||
|
|
@ -147,7 +144,7 @@
|
|||
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMain);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleMenu);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartGroupBox1.FrameLineThickness = 2;
|
||||
|
|
@ -167,7 +164,7 @@
|
|||
this.labelTitleMenuEthernet.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuEthernet.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuEthernet.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuEthernet.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuEthernet.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuEthernet.LineSpacing = 0F;
|
||||
this.labelTitleMenuEthernet.Location = new System.Drawing.Point(158, 486);
|
||||
this.labelTitleMenuEthernet.Name = "labelTitleMenuEthernet";
|
||||
|
|
@ -177,7 +174,7 @@
|
|||
this.labelTitleMenuEthernet.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleMenuEthernet.Size = new System.Drawing.Size(132, 23);
|
||||
this.labelTitleMenuEthernet.TabIndex = 223;
|
||||
this.labelTitleMenuEthernet.Text = "Ethernet";
|
||||
this.labelTitleMenuEthernet.Text = "System_Ethernet";
|
||||
this.labelTitleMenuEthernet.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleMenuEthernet.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleMenuEthernet.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
|
|
@ -310,7 +307,7 @@
|
|||
this.buttonGroupNameChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonGroupNameChange.ButtonText = "Change Name";
|
||||
this.buttonGroupNameChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonGroupNameChange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonGroupNameChange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonGroupNameChange.GroupID = 0;
|
||||
this.buttonGroupNameChange.ImageDisable = null;
|
||||
this.buttonGroupNameChange.ImageDown = null;
|
||||
|
|
@ -379,7 +376,7 @@
|
|||
this.groupBoxDefault.Controls.Add(this.checkBoxDefaultMenuEquipment);
|
||||
this.groupBoxDefault.Controls.Add(this.checkBoxDefaultMenuAlarmList);
|
||||
this.groupBoxDefault.Controls.Add(this.checkBoxDefaultMenuInformation);
|
||||
this.groupBoxDefault.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxDefault.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxDefault.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.groupBoxDefault.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.groupBoxDefault.FrameLineThickness = 2;
|
||||
|
|
@ -699,7 +696,7 @@
|
|||
this.groupBoxLevel3.Controls.Add(this.textBoxLevel3);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MainProductChange);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuUserSetting);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuProduct);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuRecipe);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuIOTest);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MainSubMenu);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MainClear);
|
||||
|
|
@ -707,7 +704,8 @@
|
|||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuInspectionLog);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuAlarmLog);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuInformation);
|
||||
this.groupBoxLevel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxLevel3.Controls.Add(this.checkBoxL3MenuEquipment);
|
||||
this.groupBoxLevel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxLevel3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.groupBoxLevel3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.groupBoxLevel3.FrameLineThickness = 2;
|
||||
|
|
@ -716,7 +714,7 @@
|
|||
this.groupBoxLevel3.Location = new System.Drawing.Point(566, 98);
|
||||
this.groupBoxLevel3.Name = "groupBoxLevel3";
|
||||
this.groupBoxLevel3.RoundRadius = 5;
|
||||
this.groupBoxLevel3.Size = new System.Drawing.Size(120, 435);
|
||||
this.groupBoxLevel3.Size = new System.Drawing.Size(120, 454);
|
||||
this.groupBoxLevel3.TabIndex = 220;
|
||||
this.groupBoxLevel3.Text = "Level 3";
|
||||
this.groupBoxLevel3.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -801,28 +799,28 @@
|
|||
this.checkBoxL3MenuUserSetting.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL3MenuUserSetting.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL3MenuProduct
|
||||
// checkBoxL3MenuRecipe
|
||||
//
|
||||
this.checkBoxL3MenuProduct.BackGround = this.groupBoxLevel3;
|
||||
this.checkBoxL3MenuProduct.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL3MenuProduct.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL3MenuProduct.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
this.checkBoxL3MenuProduct.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
||||
this.checkBoxL3MenuProduct.CheckBoxSymbolSize = 20;
|
||||
this.checkBoxL3MenuProduct.Checked = false;
|
||||
this.checkBoxL3MenuProduct.CheckLineWidth = 3;
|
||||
this.checkBoxL3MenuProduct.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL3MenuProduct.ImageCheckBox = null;
|
||||
this.checkBoxL3MenuProduct.ImageUnCheckBox = null;
|
||||
this.checkBoxL3MenuProduct.Location = new System.Drawing.Point(48, 185);
|
||||
this.checkBoxL3MenuProduct.Name = "checkBoxL3MenuProduct";
|
||||
this.checkBoxL3MenuProduct.OverlapOptimize = true;
|
||||
this.checkBoxL3MenuProduct.Size = new System.Drawing.Size(23, 23);
|
||||
this.checkBoxL3MenuProduct.TabIndex = 4;
|
||||
this.checkBoxL3MenuProduct.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL3MenuProduct.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL3MenuProduct.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL3MenuProduct.Click += new System.EventHandler(this.checkBox_Click);
|
||||
this.checkBoxL3MenuRecipe.BackGround = this.groupBoxLevel3;
|
||||
this.checkBoxL3MenuRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL3MenuRecipe.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL3MenuRecipe.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
this.checkBoxL3MenuRecipe.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
||||
this.checkBoxL3MenuRecipe.CheckBoxSymbolSize = 20;
|
||||
this.checkBoxL3MenuRecipe.Checked = false;
|
||||
this.checkBoxL3MenuRecipe.CheckLineWidth = 3;
|
||||
this.checkBoxL3MenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL3MenuRecipe.ImageCheckBox = null;
|
||||
this.checkBoxL3MenuRecipe.ImageUnCheckBox = null;
|
||||
this.checkBoxL3MenuRecipe.Location = new System.Drawing.Point(48, 185);
|
||||
this.checkBoxL3MenuRecipe.Name = "checkBoxL3MenuRecipe";
|
||||
this.checkBoxL3MenuRecipe.OverlapOptimize = true;
|
||||
this.checkBoxL3MenuRecipe.Size = new System.Drawing.Size(23, 23);
|
||||
this.checkBoxL3MenuRecipe.TabIndex = 4;
|
||||
this.checkBoxL3MenuRecipe.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL3MenuRecipe.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL3MenuRecipe.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL3MenuRecipe.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL3MenuIOTest
|
||||
//
|
||||
|
|
@ -993,7 +991,7 @@
|
|||
this.groupBoxLevel2.Controls.Add(this.textBoxLevel2);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MainProductChange);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuUserSetting);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuProduct);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuRecipe);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuIOTest);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MainSubMenu);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MainClear);
|
||||
|
|
@ -1001,7 +999,8 @@
|
|||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuInspectionLog);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuAlarmLog);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuInformation);
|
||||
this.groupBoxLevel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxLevel2.Controls.Add(this.checkBoxL2MenuEquipment);
|
||||
this.groupBoxLevel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxLevel2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.groupBoxLevel2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.groupBoxLevel2.FrameLineThickness = 2;
|
||||
|
|
@ -1010,7 +1009,7 @@
|
|||
this.groupBoxLevel2.Location = new System.Drawing.Point(440, 98);
|
||||
this.groupBoxLevel2.Name = "groupBoxLevel2";
|
||||
this.groupBoxLevel2.RoundRadius = 5;
|
||||
this.groupBoxLevel2.Size = new System.Drawing.Size(120, 435);
|
||||
this.groupBoxLevel2.Size = new System.Drawing.Size(120, 454);
|
||||
this.groupBoxLevel2.TabIndex = 219;
|
||||
this.groupBoxLevel2.Text = "Level 2";
|
||||
this.groupBoxLevel2.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -1095,28 +1094,28 @@
|
|||
this.checkBoxL2MenuUserSetting.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL2MenuUserSetting.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL2MenuProduct
|
||||
// checkBoxL2MenuRecipe
|
||||
//
|
||||
this.checkBoxL2MenuProduct.BackGround = this.groupBoxLevel2;
|
||||
this.checkBoxL2MenuProduct.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL2MenuProduct.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL2MenuProduct.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
this.checkBoxL2MenuProduct.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
||||
this.checkBoxL2MenuProduct.CheckBoxSymbolSize = 20;
|
||||
this.checkBoxL2MenuProduct.Checked = false;
|
||||
this.checkBoxL2MenuProduct.CheckLineWidth = 3;
|
||||
this.checkBoxL2MenuProduct.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL2MenuProduct.ImageCheckBox = null;
|
||||
this.checkBoxL2MenuProduct.ImageUnCheckBox = null;
|
||||
this.checkBoxL2MenuProduct.Location = new System.Drawing.Point(51, 185);
|
||||
this.checkBoxL2MenuProduct.Name = "checkBoxL2MenuProduct";
|
||||
this.checkBoxL2MenuProduct.OverlapOptimize = true;
|
||||
this.checkBoxL2MenuProduct.Size = new System.Drawing.Size(23, 23);
|
||||
this.checkBoxL2MenuProduct.TabIndex = 4;
|
||||
this.checkBoxL2MenuProduct.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL2MenuProduct.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL2MenuProduct.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL2MenuProduct.Click += new System.EventHandler(this.checkBox_Click);
|
||||
this.checkBoxL2MenuRecipe.BackGround = this.groupBoxLevel2;
|
||||
this.checkBoxL2MenuRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL2MenuRecipe.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL2MenuRecipe.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
this.checkBoxL2MenuRecipe.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
||||
this.checkBoxL2MenuRecipe.CheckBoxSymbolSize = 20;
|
||||
this.checkBoxL2MenuRecipe.Checked = false;
|
||||
this.checkBoxL2MenuRecipe.CheckLineWidth = 3;
|
||||
this.checkBoxL2MenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL2MenuRecipe.ImageCheckBox = null;
|
||||
this.checkBoxL2MenuRecipe.ImageUnCheckBox = null;
|
||||
this.checkBoxL2MenuRecipe.Location = new System.Drawing.Point(51, 185);
|
||||
this.checkBoxL2MenuRecipe.Name = "checkBoxL2MenuRecipe";
|
||||
this.checkBoxL2MenuRecipe.OverlapOptimize = true;
|
||||
this.checkBoxL2MenuRecipe.Size = new System.Drawing.Size(23, 23);
|
||||
this.checkBoxL2MenuRecipe.TabIndex = 4;
|
||||
this.checkBoxL2MenuRecipe.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL2MenuRecipe.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL2MenuRecipe.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL2MenuRecipe.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL2MenuIOTest
|
||||
//
|
||||
|
|
@ -1287,7 +1286,7 @@
|
|||
this.groupBoxLevel1.Controls.Add(this.textBoxLevel1);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MainProductChange);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuUserSetting);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuProduct);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuRecipe);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuIOTest);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MainSubMenu);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MainClear);
|
||||
|
|
@ -1295,7 +1294,8 @@
|
|||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuInspectionLog);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuAlarmLog);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuInformation);
|
||||
this.groupBoxLevel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxLevel1.Controls.Add(this.checkBoxL1MenuEquipment);
|
||||
this.groupBoxLevel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.groupBoxLevel1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.groupBoxLevel1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.groupBoxLevel1.FrameLineThickness = 2;
|
||||
|
|
@ -1304,7 +1304,7 @@
|
|||
this.groupBoxLevel1.Location = new System.Drawing.Point(314, 98);
|
||||
this.groupBoxLevel1.Name = "groupBoxLevel1";
|
||||
this.groupBoxLevel1.RoundRadius = 5;
|
||||
this.groupBoxLevel1.Size = new System.Drawing.Size(120, 435);
|
||||
this.groupBoxLevel1.Size = new System.Drawing.Size(120, 454);
|
||||
this.groupBoxLevel1.TabIndex = 218;
|
||||
this.groupBoxLevel1.Text = "Level 1";
|
||||
this.groupBoxLevel1.TextColor = System.Drawing.Color.White;
|
||||
|
|
@ -1389,28 +1389,28 @@
|
|||
this.checkBoxL1MenuUserSetting.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL1MenuUserSetting.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL1MenuProduct
|
||||
// checkBoxL1MenuRecipe
|
||||
//
|
||||
this.checkBoxL1MenuProduct.BackGround = this.groupBoxLevel1;
|
||||
this.checkBoxL1MenuProduct.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL1MenuProduct.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL1MenuProduct.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
this.checkBoxL1MenuProduct.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
||||
this.checkBoxL1MenuProduct.CheckBoxSymbolSize = 20;
|
||||
this.checkBoxL1MenuProduct.Checked = false;
|
||||
this.checkBoxL1MenuProduct.CheckLineWidth = 3;
|
||||
this.checkBoxL1MenuProduct.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL1MenuProduct.ImageCheckBox = null;
|
||||
this.checkBoxL1MenuProduct.ImageUnCheckBox = null;
|
||||
this.checkBoxL1MenuProduct.Location = new System.Drawing.Point(50, 185);
|
||||
this.checkBoxL1MenuProduct.Name = "checkBoxL1MenuProduct";
|
||||
this.checkBoxL1MenuProduct.OverlapOptimize = true;
|
||||
this.checkBoxL1MenuProduct.Size = new System.Drawing.Size(23, 23);
|
||||
this.checkBoxL1MenuProduct.TabIndex = 4;
|
||||
this.checkBoxL1MenuProduct.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL1MenuProduct.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL1MenuProduct.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL1MenuProduct.Click += new System.EventHandler(this.checkBox_Click);
|
||||
this.checkBoxL1MenuRecipe.BackGround = this.groupBoxLevel1;
|
||||
this.checkBoxL1MenuRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL1MenuRecipe.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL1MenuRecipe.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
this.checkBoxL1MenuRecipe.CheckBoxOutlineColor = System.Drawing.Color.Black;
|
||||
this.checkBoxL1MenuRecipe.CheckBoxSymbolSize = 20;
|
||||
this.checkBoxL1MenuRecipe.Checked = false;
|
||||
this.checkBoxL1MenuRecipe.CheckLineWidth = 3;
|
||||
this.checkBoxL1MenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL1MenuRecipe.ImageCheckBox = null;
|
||||
this.checkBoxL1MenuRecipe.ImageUnCheckBox = null;
|
||||
this.checkBoxL1MenuRecipe.Location = new System.Drawing.Point(50, 185);
|
||||
this.checkBoxL1MenuRecipe.Name = "checkBoxL1MenuRecipe";
|
||||
this.checkBoxL1MenuRecipe.OverlapOptimize = true;
|
||||
this.checkBoxL1MenuRecipe.Size = new System.Drawing.Size(23, 23);
|
||||
this.checkBoxL1MenuRecipe.TabIndex = 4;
|
||||
this.checkBoxL1MenuRecipe.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL1MenuRecipe.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL1MenuRecipe.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL1MenuRecipe.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL1MenuIOTest
|
||||
//
|
||||
|
|
@ -1580,7 +1580,7 @@
|
|||
this.labelTitleMenuEquipment.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuEquipment.LineSpacing = 0F;
|
||||
this.labelTitleMenuEquipment.Location = new System.Drawing.Point(158, 627);
|
||||
this.labelTitleMenuEquipment.Location = new System.Drawing.Point(158, 515);
|
||||
this.labelTitleMenuEquipment.Name = "labelTitleMenuEquipment";
|
||||
this.labelTitleMenuEquipment.OverlapOptimize = true;
|
||||
this.labelTitleMenuEquipment.PasswordChar = '\0';
|
||||
|
|
@ -1588,12 +1588,11 @@
|
|||
this.labelTitleMenuEquipment.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleMenuEquipment.Size = new System.Drawing.Size(132, 23);
|
||||
this.labelTitleMenuEquipment.TabIndex = 137;
|
||||
this.labelTitleMenuEquipment.Text = "Equipment";
|
||||
this.labelTitleMenuEquipment.Text = "System_Setting";
|
||||
this.labelTitleMenuEquipment.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleMenuEquipment.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleMenuEquipment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelTitleMenuEquipment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleMenuEquipment.Visible = false;
|
||||
this.labelTitleMenuEquipment.Wordwrap = false;
|
||||
//
|
||||
// labelTitleMenuInformation
|
||||
|
|
@ -1602,7 +1601,7 @@
|
|||
this.labelTitleMenuInformation.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuInformation.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuInformation.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuInformation.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuInformation.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuInformation.LineSpacing = 0F;
|
||||
this.labelTitleMenuInformation.Location = new System.Drawing.Point(158, 457);
|
||||
this.labelTitleMenuInformation.Name = "labelTitleMenuInformation";
|
||||
|
|
@ -1612,7 +1611,7 @@
|
|||
this.labelTitleMenuInformation.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||
this.labelTitleMenuInformation.Size = new System.Drawing.Size(132, 23);
|
||||
this.labelTitleMenuInformation.TabIndex = 135;
|
||||
this.labelTitleMenuInformation.Text = "Information";
|
||||
this.labelTitleMenuInformation.Text = "System_Information";
|
||||
this.labelTitleMenuInformation.TextColor = System.Drawing.Color.White;
|
||||
this.labelTitleMenuInformation.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.labelTitleMenuInformation.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
|
|
@ -1625,7 +1624,7 @@
|
|||
this.labelTitleMenuAlarmLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuAlarmLog.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuAlarmLog.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuAlarmLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuAlarmLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuAlarmLog.LineSpacing = 0F;
|
||||
this.labelTitleMenuAlarmLog.Location = new System.Drawing.Point(158, 428);
|
||||
this.labelTitleMenuAlarmLog.Name = "labelTitleMenuAlarmLog";
|
||||
|
|
@ -1644,7 +1643,7 @@
|
|||
//
|
||||
// checkBoxL3MenuEquipment
|
||||
//
|
||||
this.checkBoxL3MenuEquipment.BackGround = this.smartGroupBox1;
|
||||
this.checkBoxL3MenuEquipment.BackGround = this.groupBoxLevel3;
|
||||
this.checkBoxL3MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL3MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL3MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
|
|
@ -1655,7 +1654,7 @@
|
|||
this.checkBoxL3MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL3MenuEquipment.ImageCheckBox = null;
|
||||
this.checkBoxL3MenuEquipment.ImageUnCheckBox = null;
|
||||
this.checkBoxL3MenuEquipment.Location = new System.Drawing.Point(614, 627);
|
||||
this.checkBoxL3MenuEquipment.Location = new System.Drawing.Point(48, 417);
|
||||
this.checkBoxL3MenuEquipment.Name = "checkBoxL3MenuEquipment";
|
||||
this.checkBoxL3MenuEquipment.OverlapOptimize = true;
|
||||
this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(23, 23);
|
||||
|
|
@ -1663,12 +1662,11 @@
|
|||
this.checkBoxL3MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL3MenuEquipment.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL3MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL3MenuEquipment.Visible = false;
|
||||
this.checkBoxL3MenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL2MenuEquipment
|
||||
//
|
||||
this.checkBoxL2MenuEquipment.BackGround = this.smartGroupBox1;
|
||||
this.checkBoxL2MenuEquipment.BackGround = this.groupBoxLevel2;
|
||||
this.checkBoxL2MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL2MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL2MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
|
|
@ -1679,7 +1677,7 @@
|
|||
this.checkBoxL2MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL2MenuEquipment.ImageCheckBox = null;
|
||||
this.checkBoxL2MenuEquipment.ImageUnCheckBox = null;
|
||||
this.checkBoxL2MenuEquipment.Location = new System.Drawing.Point(491, 627);
|
||||
this.checkBoxL2MenuEquipment.Location = new System.Drawing.Point(51, 417);
|
||||
this.checkBoxL2MenuEquipment.Name = "checkBoxL2MenuEquipment";
|
||||
this.checkBoxL2MenuEquipment.OverlapOptimize = true;
|
||||
this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(23, 23);
|
||||
|
|
@ -1687,12 +1685,11 @@
|
|||
this.checkBoxL2MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL2MenuEquipment.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL2MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL2MenuEquipment.Visible = false;
|
||||
this.checkBoxL2MenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// checkBoxL1MenuEquipment
|
||||
//
|
||||
this.checkBoxL1MenuEquipment.BackGround = this.smartGroupBox1;
|
||||
this.checkBoxL1MenuEquipment.BackGround = this.groupBoxLevel1;
|
||||
this.checkBoxL1MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||
this.checkBoxL1MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White;
|
||||
this.checkBoxL1MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
|
||||
|
|
@ -1703,7 +1700,7 @@
|
|||
this.checkBoxL1MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxL1MenuEquipment.ImageCheckBox = null;
|
||||
this.checkBoxL1MenuEquipment.ImageUnCheckBox = null;
|
||||
this.checkBoxL1MenuEquipment.Location = new System.Drawing.Point(364, 627);
|
||||
this.checkBoxL1MenuEquipment.Location = new System.Drawing.Point(50, 417);
|
||||
this.checkBoxL1MenuEquipment.Name = "checkBoxL1MenuEquipment";
|
||||
this.checkBoxL1MenuEquipment.OverlapOptimize = true;
|
||||
this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(23, 23);
|
||||
|
|
@ -1711,7 +1708,6 @@
|
|||
this.checkBoxL1MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.checkBoxL1MenuEquipment.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.checkBoxL1MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||
this.checkBoxL1MenuEquipment.Visible = false;
|
||||
this.checkBoxL1MenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
|
||||
//
|
||||
// labelTitleMenuInspectionLog
|
||||
|
|
@ -1720,7 +1716,7 @@
|
|||
this.labelTitleMenuInspectionLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuInspectionLog.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuInspectionLog.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuInspectionLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuInspectionLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuInspectionLog.LineSpacing = 0F;
|
||||
this.labelTitleMenuInspectionLog.Location = new System.Drawing.Point(158, 399);
|
||||
this.labelTitleMenuInspectionLog.Name = "labelTitleMenuInspectionLog";
|
||||
|
|
@ -1743,7 +1739,7 @@
|
|||
this.labelTitleMenuHistoryLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuHistoryLog.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuHistoryLog.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuHistoryLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuHistoryLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuHistoryLog.LineSpacing = 0F;
|
||||
this.labelTitleMenuHistoryLog.Location = new System.Drawing.Point(158, 370);
|
||||
this.labelTitleMenuHistoryLog.Name = "labelTitleMenuHistoryLog";
|
||||
|
|
@ -1766,7 +1762,7 @@
|
|||
this.labelTitleMenuIOTest.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuIOTest.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuIOTest.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuIOTest.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuIOTest.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuIOTest.LineSpacing = 0F;
|
||||
this.labelTitleMenuIOTest.Location = new System.Drawing.Point(158, 341);
|
||||
this.labelTitleMenuIOTest.Name = "labelTitleMenuIOTest";
|
||||
|
|
@ -1789,7 +1785,7 @@
|
|||
this.labelTitleMenuUserSetting.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuUserSetting.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuUserSetting.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuUserSetting.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuUserSetting.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuUserSetting.LineSpacing = 0F;
|
||||
this.labelTitleMenuUserSetting.Location = new System.Drawing.Point(158, 312);
|
||||
this.labelTitleMenuUserSetting.Name = "labelTitleMenuUserSetting";
|
||||
|
|
@ -1812,7 +1808,7 @@
|
|||
this.labelTitleMenuRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuRecipe.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMenuRecipe.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenuRecipe.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuRecipe.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMenuRecipe.LineSpacing = 0F;
|
||||
this.labelTitleMenuRecipe.Location = new System.Drawing.Point(158, 283);
|
||||
this.labelTitleMenuRecipe.Name = "labelTitleMenuRecipe";
|
||||
|
|
@ -1835,7 +1831,7 @@
|
|||
this.labelTitleMainSubMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMainSubMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMainSubMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMainSubMenu.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMainSubMenu.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMainSubMenu.LineSpacing = 0F;
|
||||
this.labelTitleMainSubMenu.Location = new System.Drawing.Point(158, 226);
|
||||
this.labelTitleMainSubMenu.Name = "labelTitleMainSubMenu";
|
||||
|
|
@ -1859,7 +1855,7 @@
|
|||
this.labelTitleMainClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMainClear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMainClear.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMainClear.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMainClear.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMainClear.LineSpacing = 0F;
|
||||
this.labelTitleMainClear.Location = new System.Drawing.Point(158, 197);
|
||||
this.labelTitleMainClear.Name = "labelTitleMainClear";
|
||||
|
|
@ -1882,7 +1878,7 @@
|
|||
this.labelTitleMainProductChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMainProductChange.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleMainProductChange.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMainProductChange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMainProductChange.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleMainProductChange.LineSpacing = 0F;
|
||||
this.labelTitleMainProductChange.Location = new System.Drawing.Point(158, 168);
|
||||
this.labelTitleMainProductChange.Name = "labelTitleMainProductChange";
|
||||
|
|
@ -1909,7 +1905,7 @@
|
|||
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonSave.ButtonText = "Save";
|
||||
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonSave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave.GroupID = 0;
|
||||
this.buttonSave.ImageDisable = null;
|
||||
this.buttonSave.ImageDown = null;
|
||||
|
|
@ -1941,7 +1937,7 @@
|
|||
this.labelTitleMain.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleMain.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMain.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMain.LineSpacing = 0F;
|
||||
this.labelTitleMain.Location = new System.Drawing.Point(158, 139);
|
||||
this.labelTitleMain.Name = "labelTitleMain";
|
||||
|
|
@ -1964,7 +1960,7 @@
|
|||
this.labelTitleMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMenu.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMenu.LineSpacing = 0F;
|
||||
this.labelTitleMenu.Location = new System.Drawing.Point(158, 254);
|
||||
this.labelTitleMenu.Name = "labelTitleMenu";
|
||||
|
|
@ -2010,7 +2006,7 @@
|
|||
private SmartX.SmartLabel labelTitleMenu;
|
||||
private SmartX.SmartLabel labelTitleMain;
|
||||
private SmartX.SmartCheckBox checkBoxL1MenuUserSetting;
|
||||
private SmartX.SmartCheckBox checkBoxL1MenuProduct;
|
||||
private SmartX.SmartCheckBox checkBoxL1MenuRecipe;
|
||||
private SmartX.SmartCheckBox checkBoxL1MainSubMenu;
|
||||
private SmartX.SmartCheckBox checkBoxL1MainClear;
|
||||
private SmartX.SmartCheckBox checkBoxL1MainProductChange;
|
||||
|
|
@ -2040,7 +2036,7 @@
|
|||
private SmartX.SmartGroupBox groupBoxLevel3;
|
||||
private SmartX.SmartCheckBox checkBoxL3MainProductChange;
|
||||
private SmartX.SmartCheckBox checkBoxL3MenuUserSetting;
|
||||
private SmartX.SmartCheckBox checkBoxL3MenuProduct;
|
||||
private SmartX.SmartCheckBox checkBoxL3MenuRecipe;
|
||||
private SmartX.SmartCheckBox checkBoxL3MenuIOTest;
|
||||
private SmartX.SmartCheckBox checkBoxL3MainSubMenu;
|
||||
private SmartX.SmartCheckBox checkBoxL3MainClear;
|
||||
|
|
@ -2052,7 +2048,7 @@
|
|||
private SmartX.SmartGroupBox groupBoxLevel2;
|
||||
private SmartX.SmartCheckBox checkBoxL2MainProductChange;
|
||||
private SmartX.SmartCheckBox checkBoxL2MenuUserSetting;
|
||||
private SmartX.SmartCheckBox checkBoxL2MenuProduct;
|
||||
private SmartX.SmartCheckBox checkBoxL2MenuRecipe;
|
||||
private SmartX.SmartCheckBox checkBoxL2MenuIOTest;
|
||||
private SmartX.SmartCheckBox checkBoxL2MainSubMenu;
|
||||
private SmartX.SmartCheckBox checkBoxL2MainClear;
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.checkBoxL1MainClear.Checked = group.Level1.IsMainDisplayClear;
|
||||
this.checkBoxL1MainSubMenu.Checked = group.Level1.IsMainDisplaySubMenu;
|
||||
|
||||
this.checkBoxL1MenuProduct.Checked = group.Level1.IsMenuRecipe;
|
||||
this.checkBoxL1MenuRecipe.Checked = group.Level1.IsMenuRecipe;
|
||||
this.checkBoxL1MenuUserSetting.Checked = group.Level1.IsMenuUserSetting;
|
||||
this.checkBoxL1MenuUserGroupEditor.Checked = group.Level1.IsMenuUserGroupEditor;
|
||||
this.checkBoxL1MenuIOTest.Checked = group.Level1.IsMenuIOTest;
|
||||
|
|
@ -141,7 +141,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.checkBoxL2MainClear.Checked = group.Level2.IsMainDisplayClear;
|
||||
this.checkBoxL2MainSubMenu.Checked = group.Level2.IsMainDisplaySubMenu;
|
||||
|
||||
this.checkBoxL2MenuProduct.Checked = group.Level2.IsMenuRecipe;
|
||||
this.checkBoxL2MenuRecipe.Checked = group.Level2.IsMenuRecipe;
|
||||
this.checkBoxL2MenuUserSetting.Checked = group.Level2.IsMenuUserSetting;
|
||||
this.checkBoxL2MenuUserGroupEditor.Checked = group.Level2.IsMenuUserGroupEditor;
|
||||
this.checkBoxL2MenuIOTest.Checked = group.Level2.IsMenuIOTest;
|
||||
|
|
@ -158,7 +158,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.checkBoxL3MainClear.Checked = group.Level3.IsMainDisplayClear;
|
||||
this.checkBoxL3MainSubMenu.Checked = group.Level3.IsMainDisplaySubMenu;
|
||||
|
||||
this.checkBoxL3MenuProduct.Checked = group.Level3.IsMenuRecipe;
|
||||
this.checkBoxL3MenuRecipe.Checked = group.Level3.IsMenuRecipe;
|
||||
this.checkBoxL3MenuUserSetting.Checked = group.Level3.IsMenuUserSetting;
|
||||
this.checkBoxL3MenuUserGroupEditor.Checked = group.Level3.IsMenuUserGroupEditor;
|
||||
this.checkBoxL3MenuIOTest.Checked = group.Level3.IsMenuIOTest;
|
||||
|
|
@ -350,7 +350,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear = this.checkBoxL1MainClear.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu = this.checkBoxL1MainSubMenu.Checked;
|
||||
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuRecipe = this.checkBoxL1MenuProduct.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuRecipe = this.checkBoxL1MenuRecipe.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting = this.checkBoxL1MenuUserSetting.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuUserGroupEditor = this.checkBoxL1MenuUserGroupEditor.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest = this.checkBoxL1MenuIOTest.Checked;
|
||||
|
|
@ -367,7 +367,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear = this.checkBoxL2MainClear.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu = this.checkBoxL2MainSubMenu.Checked;
|
||||
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuRecipe = this.checkBoxL2MenuProduct.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuRecipe = this.checkBoxL2MenuRecipe.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting = this.checkBoxL2MenuUserSetting.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuUserGroupEditor = this.checkBoxL2MenuUserGroupEditor.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest = this.checkBoxL2MenuIOTest.Checked;
|
||||
|
|
@ -384,7 +384,7 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear = this.checkBoxL3MainClear.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu = this.checkBoxL3MainSubMenu.Checked;
|
||||
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuRecipe = this.checkBoxL3MenuProduct.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuRecipe = this.checkBoxL3MenuRecipe.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting = this.checkBoxL3MenuUserSetting.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupEditor = this.checkBoxL3MenuUserGroupEditor.Checked;
|
||||
this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest = this.checkBoxL3MenuIOTest.Checked;
|
||||
|
|
|
|||
|
|
@ -165,23 +165,23 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5FJREFUaEPtmslKc0sU
|
||||
hf8nEEQRe+z7vo8mGk3EXhER7AbiwJGCPQiCKKIIIgiiiNggDtSJL6Co+GDr5qtLEg86uMPyvwVZp06K
|
||||
c4r69t61z2T9kSK//4kiV+9Ea2urampqVFZWpuLiYhUVFamgoMAoPz/fSuXl5Sk3N1fZ2dnKyMhQTk6O
|
||||
/P42DxeKXP+9CQTqVV1drcrKSlVUVBjYkpISA1tYWBgDtk1fgYEEuLS01DDU1tbK56v9DltVVWVAo5Bk
|
||||
t7GxUU1NTWZsaGiwVvX19aqrq4tVJFkmQfAgD2wo1GUySNkSlba2NnV3dyscDquzs1Pt7e2RzAeslt/v
|
||||
V0tLi6lOMpyamqqsrCyT/YuLizgs0SEaRAGwwcFBDQ8Pq6+vLwYcDAatVEdHR0z0G2ABzMzMVFJSkhIS
|
||||
ErywPEBWm5ubTUaHhoY0MDCgrq4uEzUy7fP5rBfHjYSVl5ebY8lIWZ+fn8dhOZdMAgsgwESNBb6eC5vF
|
||||
HmlINCaSR0mTaRLlySwTwAJNGVO2ZJT/Py1sq6KwNCrOMIkLhUK6urqKwwYCftOYKAMgqX8CwP+fFrVV
|
||||
UVhGkka/6e3t1c3NTRyWKPC5oRS458G/GpYGxQsO9pfIwTpYB+tgrZWDdbAO1sFaKwfrYB2sg7VWDtbB
|
||||
OlgHa60crIN1sA7WWjlYB+tgHay1crAO1sE6WGv1n2HxLvICkFFX22+ExdWGDwoGYHt6enR9fR2HxQeF
|
||||
ixNnJ64wHmT8bbBAAgs0DID29/fr9vY2DhsMdhi/Ln4/ALHCIXxRBOA3CED2j3mNe1x6+C9HR0d1f38f
|
||||
hw2HQ0pLSzPAmL8wO+L/42XEvc1ij+wZ0GjvIatjY2OamprS09NTHJYoJCcnKz093Xh1Ob94GRELEABb
|
||||
BVx0RDQo7IgTExOan5/X4uLid9jExESlpKQYYAApY1yp0ZK2WbhpGWm0dN/Z2VltbGxoZ2dHu7u7Xtiv
|
||||
wHjsaU4jIyMaHx83EZqcnLRa09PTmpmZ0dzcnJaWlrS3t6eTkxOdnZ3p+fnZ8H2DpSPT0XCQE52FhQUt
|
||||
Ly9rZWVFq6urWltbs1Lr6+va3NzU9va2jo6OdHl5qbu7Oz0+PsZAPbAIYMShJkJbW1umDPb393VwcGCt
|
||||
Dg8PdXx8rNPTU/NNfXh40MfHhwcURa7eCfT5+Wn08vKi19dXvb296f393VoBFt0z+okJRa7fJ/9O/dE/
|
||||
6nc2xOg6Bq4AAAAASUVORK5CYII=
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA4JJREFUaEPt2tsrrFEY
|
||||
x3F/gRLJOefz+TzMMMzImSTldCEXrijnUkokUlJKJDkkF7jxDxDyh/1231XvjKG925fL3uvi1zszzby9
|
||||
n/Ws9czNEyfF6X9J3NcPWlpaVF1drdLSUhUVFamwsFD5+fkmeXl5ViY3N1c5OTnKyspSenq6srOz5fe3
|
||||
/h4bCNSpqqpKFRUVKi8vN9ji4mKDLSgoiIBty2cwSMAlJSXGUFNTI5+v5ju2srLSQD0k1W1oaFBjY6O5
|
||||
1tfXW5u6ujrV1tZGdiRVpkB4SAw2FOo0FWTbsiqtra3q6upSOBxWR0eH2traFAgErI7f71dzc7PZnVQ4
|
||||
JSVFmZmZpvrn5+dRLKvDarAKwAYGBjQ0NKTe3t4IOBgMWpn29vZI6DdgAWZkZCgxMVHx8fGxWL5AVZua
|
||||
mkxFBwcH1d/fr87OTrNqVNrn81kfjhsFKysrM8eSK9v67OwsiuVc8iFYgIBZNW7w+VzYHJ6RhkRjonhs
|
||||
aSpNoWIqywdgQbON2bZUlPdfb2pzPCyNijNM4UKhkC4vL6PYQMBvGhPbACT7nwXg/dcb2hwPy5Wi0W96
|
||||
enp0fX0dxbIK/N2wFXjNF/9pLA2KHzjsD4nDOqzDOqy1cViHdViHtTYO67AO67DWxmEd1mEd1to4rMM6
|
||||
rMNaG4d1WId1WGvjsA7rsA5rbf4ay+wiPwDpTbX9RCxTbcxBYQDb3d2tq6urKJY5KKY4mexkKowvcv1p
|
||||
WJBgQWMA2tfXp5ubmyg2GGw387rM+wFkFI4wF8UC/IQA5PkZXuM1U3rMX46MjOju7i6KDYdDSk1NNWCG
|
||||
vxh2ZP6PHxNe2xxvVhqo13uo6ujoqCYnJ/X4+BjFsgpJSUlKS0szs7qcX2YZCTdgAWwNOO9KaFCMI46P
|
||||
j2tubk4LCwvfsQkJCUpOTjZggGxjplK9LW1zmKblSqOl+87MzGh9fV3b29va2dmJxX4GM2NPcxoeHtbY
|
||||
2JhZoYmJCaszNTWl6elpzc7OanFxUbu7uzo+Ptbp6amenp6M7xuWjkxHY4Kc1Zmfn9fS0pKWl5e1srKi
|
||||
1dVVK7O2tqaNjQ1tbW3p8PBQFxcXur291cPDQwQag/XAhEPNCm1ubpptsLe3p/39fWtzcHCgo6MjnZyc
|
||||
mP/U+/t7vb+/x0C/Yb18fHyYPD8/6+XlRa+vr3p7e7M2wLxnJl89f8T+q/kF6nc2xG5mz78AAAAASUVO
|
||||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyPressImage2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -231,27 +231,27 @@
|
|||
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
|
||||
B3Ox/yesAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyPressImage3" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -301,29 +301,29 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABPlJREFUeF7t2UkvbFsY
|
||||
xnFfQN+Uvi19T+m7KkX0QogIMWFCCGIkrkQIMyYGxEATEQOJb6BvDkEIX+AkZ2J+v8B777OSXaWoe+6Z
|
||||
KLXkGfxSp2ST/drnX2vtzUf+9hEi0suHcMvKyiQ7O1vMZrMkJCRIXFycxMbGSkxMjDZwvvHx8er8k5KS
|
||||
JDk5WVJSUiQ1NdUB7/F1zJmYmKjVrNHR0Q7GrL+bV+dZ3/vO19a4ppGRkRIeHi6hoaESFRUllZWVLo2C
|
||||
S7iFhYWSmZkpGRkZ6heA4fHLMYb3VsZ/XOOCAs4ZcP64gL9jzOjtcxr+a17M8X/zfpdZjXndzfiWTvMa
|
||||
c+JDBgEjWpPJJP7+/lJeXu4+XIvF4og2PT1d8vPzpbi42KGoqEgdQ0SfB4tnQUGB5Obmqg4RckhIiAQE
|
||||
BMjg4KBruHZ7rWO7gYMrKiqkvr5e6urqxGazSXV1tVRVVRGRB2BrXFpaquJFuNg2BwYGSnBwsGxsbDjD
|
||||
ReU4ICcnR0Xa2toq7e3t0tTU5IjXarWSF8K1ec/dceT9ampqHLA1RrjY7mPbjGj9/Pxcw0WwWHFROVba
|
||||
trY2aWlpkdraWvUJgBUYD63Iu+DiuuPuWNILbk3xkBi3r+jTuI1dX193hltUZJG0tDT1DYgV8eITAO/f
|
||||
7r2J6POhNzxjysrKUqsuFlR8IGMBdVlxESjCLSkpUcs0tltYafFQyt0PJqLPZYSbl5en7nmxoNrtdtnc
|
||||
3HSGi5qxVUaoCBbxom4s1+5+KBF9LiNcvOK5E541NTY2yvb2tmu4+JstQkXdOJDhEn0dhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6ShPw7XbDYzXCIv8Yfhlqlw8Q0ItqqqiuESfSEEm5mZKXl5eapHhNvQ0CBbW1vO
|
||||
cCsqyiUpKUkKCgrU6osD8cpwib4GgkW4CBg9Itrm5mbZ2dlxhoulOC4uTrKzs1WspaWlisViUTETkWcg
|
||||
VECL6enp6t82m01aWlqks7NT9vb2nOHa7XYxmUySmJgoqampqnR8I/bYRORZ6A/RokXEjNW2q6tL+vr6
|
||||
5ODgwBluR0eHBAUFSUREhMTGxqqA8ZQZcO9LRJ6BW1bjFeHiYXF3d7cMDQ3J6OiobGxsOMOdnf1L/Pz8
|
||||
VLxhYWGSkJCg9tjvl3Ei+lzGVhm3rFarVXp7e2ViYuLfRmdlbm7ONVxA2b6+vhIaGqrubZuamtSeGrUT
|
||||
kef09PRIf3+/DA8Pq2BXVlZkdXVVDg8PVasu4f74canuc7FM49HzwMCAjIyMyPj4uExOThKRh0xNTcn0
|
||||
9LQsLS3J2tqa+tvt/v6+PDw8fAwXfv36qWJF9WNjYzIzMyPz8/OysLBARB6yuLgoy8vLsr6+Lru7u3J6
|
||||
euoSLbiEC6+vr/L09CSXl5cOFxcXcn5+rpydnXk1nCPO9/r6Wm5vb+X+/l4eHx/l+flZXl5eHPAec+IX
|
||||
cnd3Jzc3N3J1deUyqw7z4nxx7oB5MQ/mejvvd5kV5/jdr+3JyYkcHx/L0dGResUM8L7TD+ESkbfzkX8A
|
||||
aDYV804BSLEAAAAASUVORK5CYII=
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABO9JREFUeF7t2UkvZGsc
|
||||
x3FvwNSGMo9lLGUs86yIWQgRITZsCEGsxJUIYcfGgtTCEBELiXdgHpoghDfQSW/s7xv43/ye5FR1Vbtu
|
||||
b5R63N/ik+qSQ87f6W89zzn85G8/ISK9+Hl+obS0VKxWq5jNZklMTJT4+HiJi4uT2NhYbeB8ExIS1Pkn
|
||||
JydLSkqKpKamSlpamhPe4+uYMykpSatZY2JinIxZ35tX51k9feVra1zTqKgoiYiIkLCwMImOjpaKior3
|
||||
wy0oKBCLxSKZmZnqF4Dh8csxhvdVxn9c44ICzhlw/riA7zFm9PU5Df82L+b4r3m/yqxf8doac+JDBgEj
|
||||
WpPJJIGBgVJWVvZ2uDabzRltRkaG5OXlSVFRkVNhYaE6hog+DhbP/Px8ycnJUR0i5NDQUAkKCpKhoSH3
|
||||
cO32Oud2AweXl5dLQ0OD1NfXS21trVRVVUllZSUReQG2xiUlJSpehIttc3BwsISEhIjD4XCFi8pxQHZ2
|
||||
toq0ra1NOjo6pLm52RlvTU0N+SBcG0+ex5AeqqurnbA1RrjY7mPbjGgDAgLcw0WwWHFROVba9vZ2aW1t
|
||||
lbq6OvUJgBUYD63It+DivsXzONIPbk3xkBi3r+jTuI3d2NhwhVtYaJP09HT1DYgV8eITAO9/3XsT0cdD
|
||||
b3jGlJWVpVZdLKj4QMYC6rbiIlCEW1xcrJZpbLew0uKhlOcPJaKPZ4Sbm5ur7nmxoNrtdtnc3HSFi5qx
|
||||
VUaoCBbxom4s154/kIg+nhEuXvHcCc+ampqaZHt72z1c/M0WoaJuHMhwiT4PwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdLQH4drNpsZLpGP+MNwS1W4+AYEW1lZyXCJPhGCtVgskpubq3pEuI2NjbK1teUKt7y8TJKT
|
||||
kyU/P1+tvjgQrwyX6HMgWISLgNEjom1paZGdnR1XuFiK4+PjxWq1qlhLSkoUm82mYiYi70CogBYzMjLU
|
||||
v2tra6W1tVW6urpkb2/PFa7dbheTySRJSUmSlpamSsc3Yo9NRN6F/hAtWkTMWG27u7ulv79fDg4OXOF2
|
||||
dnbKt2/fJDIyUuLi4lTAeMoMuPclIu/ALavxinDxsLinp0eGh4dlbGxMHA6HK9y5ub8kICBAxRseHi6J
|
||||
iYlqj+25jBPRxzK2yrhlrampkb6+PpmcnJS5uTmZn593DxdQtr+/v4SFhal72+bmZrWnRu1E5D29vb0y
|
||||
MDAgIyMjKtjV1VVZW1uTw8ND1apbuN+/X6r7XCzTePQ8ODgoo6OjMjExIVNTU0TkJdPT0zIzMyPLy8uy
|
||||
vr6u/na7v78vDw8Pv4cLP3/+ULGi+vHxcZmdnZWFhQVZXFwkIi9ZWlqSlZUV2djYkN3dXTk9PXWL9rdw
|
||||
4fX1VZ6enuTy8tLp4uJCzs/PlbOzM5+Gc8T5Xl9fy+3trdzf38vj46M8Pz/Ly8uLE95jTvxC7u7u5Obm
|
||||
Rq6urtxm1WFenC/OHTAv5sFcv877VWb9P1zbk5MTOT4+lqOjI/WKGTyjfTNcIvJ9/wBoNhXzihMZXQAA
|
||||
AABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage1" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -373,23 +373,23 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA7NJREFUaEPtm0kvZGEU
|
||||
hm3M8zzPhJjnGBfmeWZhShAWBDGEIIZE0MQsodHSId3KtLLwA/yyt70nubhdtejlR39JPdetiu/me845
|
||||
99bmLTvg9fWf8Ho0f2CxWPDy8iJ/Ly8vcXp6iqOjI+zv72Nvb08Zdnd3sbOzI2xtbWFtbQ1zc3MYGxvD
|
||||
6uqq8Lfb6/H9DQWfn5/x9PSE+/t7XF1d4ezsDMfHxzg8PMTBwYFSGA2g+ObmJpaWljA6OoqWlhZkZGRg
|
||||
amrKtixFHx8fRfL6+lo6yqqxYsvLy1hcXMTCwoKSzM/PY3Z2FuPj4+jt7UVZWRni4uIQHBwsXTfJUvT8
|
||||
/BwXFxc4OTnB9va2VGliYgLDw8Po7+9HX1+f0vT09KCzsxPV1dVIS0tDVFQU/P39RdgYaZF9eLjH+vo6
|
||||
NjY2pIuTk5MYGBiQxY2NjaitrUVNTY2SUM6AHc3Ly0NiYiLCw8Ph6+sLDw8Psyw7OzMzg+npaYyMjEiV
|
||||
mpqaUF5ejpKSEhQVFaGgoEB5cnNzpavx8fEICQmBt7c33N3d8e3bprmzQ0NDGBwcRHd3t3SztLRULpCT
|
||||
kyNkZ2crDfeYmZmJlJSUt/vVy8sLbm5u1mNMya6uLrS2tqKqqko6ypGwdWFVMWRjY2PfZF1dXbGysvIu
|
||||
e3dnkfuTcHwrKipkdDkWti6qKv8ke3t7g/b2dnR0dMgI81790rJtbW0i/OVlLRYtq2VVRstqWS2rZZVF
|
||||
y2pZLatllUXLalktq2WVRctqWS2rZZVFy2pZLatllUXLalktq2WVRcv+97KMBH01WU9PT2vZm5vfkuRk
|
||||
dxsaGiQW91llk5OTERMTg6CgIJF1cXGRiOKb7K9f16ivr0dzczPq6uok3VZYWPjpZBm7TUpKQnR0NAIC
|
||||
AiS3aCX78+elCDLsyBEuLi5Gfn6+ROSysrI+Bewqc4sJCQmIiIiAn5+fRPmcnZ3Nst+/nyA1NVWqw4Ws
|
||||
UHp6uiwmPFcZ7pH7ZxqVI2yENNlVR0dHc3bxx48Lyecy4MhEJ6tjwAuojLFP7pvjGxoaKl1lGtXJyQkO
|
||||
Dg4Sp3+TZVAzMDBQKsJ/DgsLk7xuZGSkwEKoCvfHseWe+VAyMsYcX4ra29ubZQkfTj4+PgIXsDpMYvNG
|
||||
Vx3uk3vm9yo7SlGOL0UrKyvFz0qWVeICPrIJz1WH+2QnKcnv1I+iLIDRVZOsIcwILrvLG9y4mOrYkmWM
|
||||
+KMoMckaMEJP+IsP41xlGPfnz1ooZ2DL6/Vo/eHXxA5/AJFfGFexs8HCAAAAAElFTkSuQmCC
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA6dJREFUaEPtm0dLZEEU
|
||||
hd2Yc85ZUcwZ48Kcsy5MoKILRcWAomIAMWIWjCOiOLZp5cIf4C87w7nwHLvbgVmWWosPH41V1Hfvrdeb
|
||||
0zaADX4KNpYfmEwmvL29yd/Ly0ucnJzg8PAQe3t72N3dVYadnR1sb28Lm5ubWFlZwczMDEZGRrC8vCxY
|
||||
upnJUvD19RUvLy94fHzE9fU1zs7OcHR0hIODA+zv7yuF0QCKr6+vY2FhAcPDw2hqakJaWhomJiY+l6Xo
|
||||
8/OzSN7c3EhHWTVWbHFxEfPz85ibm1OS2dlZTE9PY3R0FN3d3SgpKUFMTAwCAwOl62ayFD0/P8fFxQWO
|
||||
j4+xtbUlVRobG8Pg4CB6e3vR09OjNF1dXWhvb0dlZSVSUlIQEREBX19fETZGWmSfnh6xurqKtbU16eL4
|
||||
+Dj6+vpkcX19Paqrq1FVVaUklDNgR3NychAfH4/Q0FB4e3vDzc3NXJadnZqawuTkJIaGhqRKDQ0NKC0t
|
||||
RVFREQoKCpCXl6c82dnZ0tXY2FgEBQXB09MTrq6u2NhYN+/swMAA+vv70dnZKd0sLi6WDbKysoTMzEyl
|
||||
4RnT09ORlJT0fl89PDzg4uJiPcaU7OjoQHNzMyoqKqSjHAnLTVXGkI2Ojn6XdXZ2xtLS0l/ZhweT3E/C
|
||||
8S0rK5PR5VhYbqgy/yV7f3+H1tZWtLW1yQjzrn5r2ZaWFhH+9rImk5bVsiqjZbWsltWyyqJltayW1bLK
|
||||
omW1rJbVssqiZbWsltWyyqJltayW1bLKomW1rJbVssqiZX+8LCNB303W3d3dWvbu7rckOdnduro6icV9
|
||||
VdnExERERUUhICBAZJ2cnCSi+C57e3uD2tpaNDY2oqamRtJt+fn5X06WsduEhARERkbCz89PcotWsldX
|
||||
lyLIsCNHuLCwELm5uRKRy8jI+BKwq8wtxsXFISwsDD4+PhLlc3R0NJc9PT1GcnKyVIcLWaHU1FRZTPis
|
||||
Mjwjz880KkfYCGmyq/b29ubZxV+/LiSfy4AjE52sjgE3UBnjnDw3xzc4OFi6yjSqg4MD7OzsJE7/Lsug
|
||||
pr+/v1SE/xwSEiJ53fDwcIGFUBWej2PLM/OlZGSMOb4UtbW1NZclfDl5eXkJXMDqMInNi646PCfPzO9V
|
||||
dpSiHF+KlpeXi5+VLKvEBXxlEz6rDs/JTlKS36kfRVkAo6tmsoYwI7jsLi+4sZnqfCbLGPFHUStZA0bo
|
||||
CX/xYTyrDOP+/FkL5Qwsnf4p+135A5FfGFc2icgrAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -439,26 +439,26 @@
|
|||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage3" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -508,28 +508,27 @@
|
|||
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
|
||||
rkJggg==
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABKdJREFUeF7t2slKY1kc
|
||||
x3EXzsZoHKIGlKgR5+AQRaOCcYjzgEYExWnhQjDOEYdE0YADCNlo2ZatrVKFpSBN+RwufIGuh+gX+Df/
|
||||
A0mbWBTSVCX3tL/FZ2PuDV5uffmfc6ww+juMAEAuYYE/+PbtL3p8fCSPx0Nut5ucTietrq7SysqKsLy8
|
||||
rDhLS0s+Sv0dAX6E/+0uLi7S3NwczczM0Pj4ONlsNrLb7eRyuX4c7tPTEz08PNDt7S1dXFzQ8fExHR0d
|
||||
0d7enoiY7e7uKs7Ozo5P4Gf/R+/ted8Lfp/b29u0sbFB8/PzIt7m5mYyGAy0sLDw/XCfn59FtHd3d3Rz
|
||||
c0Onp6ciWo51a2uLNjc3xRey9fX1d+O9PS+E1traGjkcDpqdnaWRkRFqbGyk3NxcysjIoIODA/9w7++/
|
||||
iFDPz8/p5OSEDg8PxRKZx/b09DRNTk6K+sfGxkCB+N28FPg5yGV0dJSGhoaora2NjEYj6fV6Sk1NJa1W
|
||||
61s2+8LlMb2/vy8+4LE8NTUlbu7p6aGOjg5qb28HBeJ3EyjwGpADh+rV1NRE1dXVVFBQQJmZmZScnExq
|
||||
tdo/3K9f/xTTlQ92eGPMxff29or1dUNDA9XV1VFtbS0ojNls/q7A60A+VVVVYtrm5eWRTqcjjUZD8fHx
|
||||
tL+/5z9xJyYmxLKY19U8ZS0Wi/gCk8kkVFZWAkAQcG/l5eVUUlIiDqZ4f5uYmEgqlUocXvnC/fz5k1gW
|
||||
86QdGBggq9UqJi2P6sAvBYBfzxuu92CKw42LixMHxb5wb26uqb+/n4aHh8USuaWlRSyPeVwHfiEA/Hpv
|
||||
Cvf6+koE6z2M4r0twgUInTeHy8EiXABlQLgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAAS
|
||||
QrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAAS
|
||||
QrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEnpjuH8gXAAFeXO43d3dCBdAIQLD
|
||||
TUhIeB3u1dUldXV10eDgoAi4qakJ4QKEEIdbXFxMOTk5lJ6eLsKNjY0ll8v1b7iXl7+T1Wqlvr4+6uzs
|
||||
JIvFQmazGeEChEhZWRkVFRVRdnY2abVaUqvVr8M9O/tNTNjW1laxTK6vr6eamhoymUxUUVEBAEHCk5aV
|
||||
lpZSfn4+ZWVlUUpKCqlUKoqJifEP98OHEyosLBQ3culGo1HcyGtsAAguXiIXFBSIZTLvbzUajZi2UVFR
|
||||
/uF+/HgmyuaNsMFgAIAQ4QaZXq8nnU4npm18fDxFR0dTZGSkf7j391/EBWlpaWIjzJUzvhEAgoe74wZ5
|
||||
X5uUlCSi5SUyRxsREeEfLuPTZN4Ae/EpFgAEH/fHwfKff7yTlqPlMyhvr75weeryxOULX+LaASB4uDve
|
||||
zzJvtMnJyaLRV+F6421paREXAkDohYeHi/9X8TLaV+F642Uej4fcbjc5nU5aXV2llZUVYXl5WXGWlpZ8
|
||||
Aj/7LxwOh6Kf92dT8rP+rHcqm/HxcbLZbGS3219F+91wAUD5/gEaTfOFyw+qIwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
|
|
|
|||
|
|
@ -105,8 +105,8 @@
|
|||
this.smartKeyboard.Radius = 5;
|
||||
this.smartKeyboard.RoundedCorners = false;
|
||||
this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(21)))), ((int)(((byte)(50)))));
|
||||
this.smartKeyboard.Size = new System.Drawing.Size(715, 282);
|
||||
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(715, 282);
|
||||
this.smartKeyboard.Size = new System.Drawing.Size(712, 281);
|
||||
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(712, 281);
|
||||
this.smartKeyboard.TabIndex = 120;
|
||||
this.smartKeyboard.TABKeyDisable = true;
|
||||
this.smartKeyboard.TargetInputObject = null;
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
// labelTitleVerify
|
||||
//
|
||||
this.labelTitleVerify.BackGround = null;
|
||||
this.labelTitleVerify.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleVerify.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleVerify.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleVerify.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleVerify.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
// labelTitleNew
|
||||
//
|
||||
this.labelTitleNew.BackGround = null;
|
||||
this.labelTitleNew.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleNew.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleNew.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleNew.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleNew.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
// labelTitleID
|
||||
//
|
||||
this.labelTitleID.BackGround = null;
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
|
|
|
|||
|
|
@ -165,23 +165,23 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5FJREFUaEPtmslKc0sU
|
||||
hf8nEEQRe+z7vo8mGk3EXhER7AbiwJGCPQiCKKIIIgiiiNggDtSJL6Co+GDr5qtLEg86uMPyvwVZp06K
|
||||
c4r69t61z2T9kSK//4kiV+9Ea2urampqVFZWpuLiYhUVFamgoMAoPz/fSuXl5Sk3N1fZ2dnKyMhQTk6O
|
||||
/P42DxeKXP+9CQTqVV1drcrKSlVUVBjYkpISA1tYWBgDtk1fgYEEuLS01DDU1tbK56v9DltVVWVAo5Bk
|
||||
t7GxUU1NTWZsaGiwVvX19aqrq4tVJFkmQfAgD2wo1GUySNkSlba2NnV3dyscDquzs1Pt7e2RzAeslt/v
|
||||
V0tLi6lOMpyamqqsrCyT/YuLizgs0SEaRAGwwcFBDQ8Pq6+vLwYcDAatVEdHR0z0G2ABzMzMVFJSkhIS
|
||||
ErywPEBWm5ubTUaHhoY0MDCgrq4uEzUy7fP5rBfHjYSVl5ebY8lIWZ+fn8dhOZdMAgsgwESNBb6eC5vF
|
||||
HmlINCaSR0mTaRLlySwTwAJNGVO2ZJT/Py1sq6KwNCrOMIkLhUK6urqKwwYCftOYKAMgqX8CwP+fFrVV
|
||||
UVhGkka/6e3t1c3NTRyWKPC5oRS458G/GpYGxQsO9pfIwTpYB+tgrZWDdbAO1sFaKwfrYB2sg7VWDtbB
|
||||
OlgHa60crIN1sA7WWjlYB+tgHay1crAO1sE6WGv1n2HxLvICkFFX22+ExdWGDwoGYHt6enR9fR2HxQeF
|
||||
ixNnJ64wHmT8bbBAAgs0DID29/fr9vY2DhsMdhi/Ln4/ALHCIXxRBOA3CED2j3mNe1x6+C9HR0d1f38f
|
||||
hw2HQ0pLSzPAmL8wO+L/42XEvc1ij+wZ0GjvIatjY2OamprS09NTHJYoJCcnKz093Xh1Ob94GRELEABb
|
||||
BVx0RDQo7IgTExOan5/X4uLid9jExESlpKQYYAApY1yp0ZK2WbhpGWm0dN/Z2VltbGxoZ2dHu7u7Xtiv
|
||||
wHjsaU4jIyMaHx83EZqcnLRa09PTmpmZ0dzcnJaWlrS3t6eTkxOdnZ3p+fnZ8H2DpSPT0XCQE52FhQUt
|
||||
Ly9rZWVFq6urWltbs1Lr6+va3NzU9va2jo6OdHl5qbu7Oz0+PsZAPbAIYMShJkJbW1umDPb393VwcGCt
|
||||
Dg8PdXx8rNPTU/NNfXh40MfHhwcURa7eCfT5+Wn08vKi19dXvb296f393VoBFt0z+okJRa7fJ/9O/dE/
|
||||
6nc2xOg6Bq4AAAAASUVORK5CYII=
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA4JJREFUaEPt2tsrrFEY
|
||||
x3F/gRLJOefz+TzMMMzImSTldCEXrijnUkokUlJKJDkkF7jxDxDyh/1231XvjKG925fL3uvi1zszzby9
|
||||
n/Ws9czNEyfF6X9J3NcPWlpaVF1drdLSUhUVFamwsFD5+fkmeXl5ViY3N1c5OTnKyspSenq6srOz5fe3
|
||||
/h4bCNSpqqpKFRUVKi8vN9ji4mKDLSgoiIBty2cwSMAlJSXGUFNTI5+v5ju2srLSQD0k1W1oaFBjY6O5
|
||||
1tfXW5u6ujrV1tZGdiRVpkB4SAw2FOo0FWTbsiqtra3q6upSOBxWR0eH2traFAgErI7f71dzc7PZnVQ4
|
||||
JSVFmZmZpvrn5+dRLKvDarAKwAYGBjQ0NKTe3t4IOBgMWpn29vZI6DdgAWZkZCgxMVHx8fGxWL5AVZua
|
||||
mkxFBwcH1d/fr87OTrNqVNrn81kfjhsFKysrM8eSK9v67OwsiuVc8iFYgIBZNW7w+VzYHJ6RhkRjonhs
|
||||
aSpNoWIqywdgQbON2bZUlPdfb2pzPCyNijNM4UKhkC4vL6PYQMBvGhPbACT7nwXg/dcb2hwPy5Wi0W96
|
||||
enp0fX0dxbIK/N2wFXjNF/9pLA2KHzjsD4nDOqzDOqy1cViHdViHtTYO67AO67DWxmEd1mEd1to4rMM6
|
||||
rMNaG4d1WId1WGvjsA7rsA5rbf4ay+wiPwDpTbX9RCxTbcxBYQDb3d2tq6urKJY5KKY4mexkKowvcv1p
|
||||
WJBgQWMA2tfXp5ubmyg2GGw387rM+wFkFI4wF8UC/IQA5PkZXuM1U3rMX46MjOju7i6KDYdDSk1NNWCG
|
||||
vxh2ZP6PHxNe2xxvVhqo13uo6ujoqCYnJ/X4+BjFsgpJSUlKS0szs7qcX2YZCTdgAWwNOO9KaFCMI46P
|
||||
j2tubk4LCwvfsQkJCUpOTjZggGxjplK9LW1zmKblSqOl+87MzGh9fV3b29va2dmJxX4GM2NPcxoeHtbY
|
||||
2JhZoYmJCaszNTWl6elpzc7OanFxUbu7uzo+Ptbp6amenp6M7xuWjkxHY4Kc1Zmfn9fS0pKWl5e1srKi
|
||||
1dVVK7O2tqaNjQ1tbW3p8PBQFxcXur291cPDQwQag/XAhEPNCm1ubpptsLe3p/39fWtzcHCgo6MjnZyc
|
||||
mP/U+/t7vb+/x0C/Yb18fHyYPD8/6+XlRa+vr3p7e7M2wLxnJl89f8T+q/kF6nc2xG5mz78AAAAASUVO
|
||||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyPressImage2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -231,27 +231,27 @@
|
|||
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
|
||||
B3Ox/yesAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyPressImage3" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -301,29 +301,29 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABPlJREFUeF7t2UkvbFsY
|
||||
xnFfQN+Uvi19T+m7KkX0QogIMWFCCGIkrkQIMyYGxEATEQOJb6BvDkEIX+AkZ2J+v8B777OSXaWoe+6Z
|
||||
KLXkGfxSp2ST/drnX2vtzUf+9hEi0suHcMvKyiQ7O1vMZrMkJCRIXFycxMbGSkxMjDZwvvHx8er8k5KS
|
||||
JDk5WVJSUiQ1NdUB7/F1zJmYmKjVrNHR0Q7GrL+bV+dZ3/vO19a4ppGRkRIeHi6hoaESFRUllZWVLo2C
|
||||
S7iFhYWSmZkpGRkZ6heA4fHLMYb3VsZ/XOOCAs4ZcP64gL9jzOjtcxr+a17M8X/zfpdZjXndzfiWTvMa
|
||||
c+JDBgEjWpPJJP7+/lJeXu4+XIvF4og2PT1d8vPzpbi42KGoqEgdQ0SfB4tnQUGB5Obmqg4RckhIiAQE
|
||||
BMjg4KBruHZ7rWO7gYMrKiqkvr5e6urqxGazSXV1tVRVVRGRB2BrXFpaquJFuNg2BwYGSnBwsGxsbDjD
|
||||
ReU4ICcnR0Xa2toq7e3t0tTU5IjXarWSF8K1ec/dceT9ampqHLA1RrjY7mPbjGj9/Pxcw0WwWHFROVba
|
||||
trY2aWlpkdraWvUJgBUYD63Iu+DiuuPuWNILbk3xkBi3r+jTuI1dX193hltUZJG0tDT1DYgV8eITAO/f
|
||||
7r2J6POhNzxjysrKUqsuFlR8IGMBdVlxESjCLSkpUcs0tltYafFQyt0PJqLPZYSbl5en7nmxoNrtdtnc
|
||||
3HSGi5qxVUaoCBbxom4s1+5+KBF9LiNcvOK5E541NTY2yvb2tmu4+JstQkXdOJDhEn0dhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6ShPw7XbDYzXCIv8Yfhlqlw8Q0ItqqqiuESfSEEm5mZKXl5eapHhNvQ0CBbW1vO
|
||||
cCsqyiUpKUkKCgrU6osD8cpwib4GgkW4CBg9Itrm5mbZ2dlxhoulOC4uTrKzs1WspaWlisViUTETkWcg
|
||||
VECL6enp6t82m01aWlqks7NT9vb2nOHa7XYxmUySmJgoqampqnR8I/bYRORZ6A/RokXEjNW2q6tL+vr6
|
||||
5ODgwBluR0eHBAUFSUREhMTGxqqA8ZQZcO9LRJ6BW1bjFeHiYXF3d7cMDQ3J6OiobGxsOMOdnf1L/Pz8
|
||||
VLxhYWGSkJCg9tjvl3Ei+lzGVhm3rFarVXp7e2ViYuLfRmdlbm7ONVxA2b6+vhIaGqrubZuamtSeGrUT
|
||||
kef09PRIf3+/DA8Pq2BXVlZkdXVVDg8PVasu4f74canuc7FM49HzwMCAjIyMyPj4uExOThKRh0xNTcn0
|
||||
9LQsLS3J2tqa+tvt/v6+PDw8fAwXfv36qWJF9WNjYzIzMyPz8/OysLBARB6yuLgoy8vLsr6+Lru7u3J6
|
||||
euoSLbiEC6+vr/L09CSXl5cOFxcXcn5+rpydnXk1nCPO9/r6Wm5vb+X+/l4eHx/l+flZXl5eHPAec+IX
|
||||
cnd3Jzc3N3J1deUyqw7z4nxx7oB5MQ/mejvvd5kV5/jdr+3JyYkcHx/L0dGResUM8L7TD+ESkbfzkX8A
|
||||
aDYV804BSLEAAAAASUVORK5CYII=
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABO9JREFUeF7t2UkvZGsc
|
||||
x3FvwNSGMo9lLGUs86yIWQgRITZsCEGsxJUIYcfGgtTCEBELiXdgHpoghDfQSW/s7xv43/ye5FR1Vbtu
|
||||
b5R63N/ik+qSQ87f6W89zzn85G8/ISK9+Hl+obS0VKxWq5jNZklMTJT4+HiJi4uT2NhYbeB8ExIS1Pkn
|
||||
JydLSkqKpKamSlpamhPe4+uYMykpSatZY2JinIxZ35tX51k9feVra1zTqKgoiYiIkLCwMImOjpaKior3
|
||||
wy0oKBCLxSKZmZnqF4Dh8csxhvdVxn9c44ICzhlw/riA7zFm9PU5Df82L+b4r3m/yqxf8doac+JDBgEj
|
||||
WpPJJIGBgVJWVvZ2uDabzRltRkaG5OXlSVFRkVNhYaE6hog+DhbP/Px8ycnJUR0i5NDQUAkKCpKhoSH3
|
||||
cO32Oud2AweXl5dLQ0OD1NfXS21trVRVVUllZSUReQG2xiUlJSpehIttc3BwsISEhIjD4XCFi8pxQHZ2
|
||||
toq0ra1NOjo6pLm52RlvTU0N+SBcG0+ex5AeqqurnbA1RrjY7mPbjGgDAgLcw0WwWHFROVba9vZ2aW1t
|
||||
lbq6OvUJgBUYD63It+DivsXzONIPbk3xkBi3r+jTuI3d2NhwhVtYaJP09HT1DYgV8eITAO9/3XsT0cdD
|
||||
b3jGlJWVpVZdLKj4QMYC6rbiIlCEW1xcrJZpbLew0uKhlOcPJaKPZ4Sbm5ur7nmxoNrtdtnc3HSFi5qx
|
||||
VUaoCBbxom4s154/kIg+nhEuXvHcCc+ampqaZHt72z1c/M0WoaJuHMhwiT4PwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdLQH4drNpsZLpGP+MNwS1W4+AYEW1lZyXCJPhGCtVgskpubq3pEuI2NjbK1teUKt7y8TJKT
|
||||
kyU/P1+tvjgQrwyX6HMgWISLgNEjom1paZGdnR1XuFiK4+PjxWq1qlhLSkoUm82mYiYi70CogBYzMjLU
|
||||
v2tra6W1tVW6urpkb2/PFa7dbheTySRJSUmSlpamSsc3Yo9NRN6F/hAtWkTMWG27u7ulv79fDg4OXOF2
|
||||
dnbKt2/fJDIyUuLi4lTAeMoMuPclIu/ALavxinDxsLinp0eGh4dlbGxMHA6HK9y5ub8kICBAxRseHi6J
|
||||
iYlqj+25jBPRxzK2yrhlrampkb6+PpmcnJS5uTmZn593DxdQtr+/v4SFhal72+bmZrWnRu1E5D29vb0y
|
||||
MDAgIyMjKtjV1VVZW1uTw8ND1apbuN+/X6r7XCzTePQ8ODgoo6OjMjExIVNTU0TkJdPT0zIzMyPLy8uy
|
||||
vr6u/na7v78vDw8Pv4cLP3/+ULGi+vHxcZmdnZWFhQVZXFwkIi9ZWlqSlZUV2djYkN3dXTk9PXWL9rdw
|
||||
4fX1VZ6enuTy8tLp4uJCzs/PlbOzM5+Gc8T5Xl9fy+3trdzf38vj46M8Pz/Ly8uLE95jTvxC7u7u5Obm
|
||||
Rq6urtxm1WFenC/OHTAv5sFcv877VWb9P1zbk5MTOT4+lqOjI/WKGTyjfTNcIvJ9/wBoNhXzihMZXQAA
|
||||
AABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage1" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -373,23 +373,23 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA7NJREFUaEPtm0kvZGEU
|
||||
hm3M8zzPhJjnGBfmeWZhShAWBDGEIIZE0MQsodHSId3KtLLwA/yyt70nubhdtejlR39JPdetiu/me845
|
||||
99bmLTvg9fWf8Ho0f2CxWPDy8iJ/Ly8vcXp6iqOjI+zv72Nvb08Zdnd3sbOzI2xtbWFtbQ1zc3MYGxvD
|
||||
6uqq8Lfb6/H9DQWfn5/x9PSE+/t7XF1d4ezsDMfHxzg8PMTBwYFSGA2g+ObmJpaWljA6OoqWlhZkZGRg
|
||||
amrKtixFHx8fRfL6+lo6yqqxYsvLy1hcXMTCwoKSzM/PY3Z2FuPj4+jt7UVZWRni4uIQHBwsXTfJUvT8
|
||||
/BwXFxc4OTnB9va2VGliYgLDw8Po7+9HX1+f0vT09KCzsxPV1dVIS0tDVFQU/P39RdgYaZF9eLjH+vo6
|
||||
NjY2pIuTk5MYGBiQxY2NjaitrUVNTY2SUM6AHc3Ly0NiYiLCw8Ph6+sLDw8Psyw7OzMzg+npaYyMjEiV
|
||||
mpqaUF5ejpKSEhQVFaGgoEB5cnNzpavx8fEICQmBt7c33N3d8e3bprmzQ0NDGBwcRHd3t3SztLRULpCT
|
||||
kyNkZ2crDfeYmZmJlJSUt/vVy8sLbm5u1mNMya6uLrS2tqKqqko6ypGwdWFVMWRjY2PfZF1dXbGysvIu
|
||||
e3dnkfuTcHwrKipkdDkWti6qKv8ke3t7g/b2dnR0dMgI81790rJtbW0i/OVlLRYtq2VVRstqWS2rZZVF
|
||||
y2pZLatllUXLalktq2WVRctqWS2rZZVFy2pZLatllUXLalktq2WVRcv+97KMBH01WU9PT2vZm5vfkuRk
|
||||
dxsaGiQW91llk5OTERMTg6CgIJF1cXGRiOKb7K9f16ivr0dzczPq6uok3VZYWPjpZBm7TUpKQnR0NAIC
|
||||
AiS3aCX78+elCDLsyBEuLi5Gfn6+ROSysrI+Bewqc4sJCQmIiIiAn5+fRPmcnZ3Nst+/nyA1NVWqw4Ws
|
||||
UHp6uiwmPFcZ7pH7ZxqVI2yENNlVR0dHc3bxx48Lyecy4MhEJ6tjwAuojLFP7pvjGxoaKl1lGtXJyQkO
|
||||
Dg4Sp3+TZVAzMDBQKsJ/DgsLk7xuZGSkwEKoCvfHseWe+VAyMsYcX4ra29ubZQkfTj4+PgIXsDpMYvNG
|
||||
Vx3uk3vm9yo7SlGOL0UrKyvFz0qWVeICPrIJz1WH+2QnKcnv1I+iLIDRVZOsIcwILrvLG9y4mOrYkmWM
|
||||
+KMoMckaMEJP+IsP41xlGPfnz1ooZ2DL6/Vo/eHXxA5/AJFfGFexs8HCAAAAAElFTkSuQmCC
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA6dJREFUaEPtm0dLZEEU
|
||||
hd2Yc85ZUcwZ48Kcsy5MoKILRcWAomIAMWIWjCOiOLZp5cIf4C87w7nwHLvbgVmWWosPH41V1Hfvrdeb
|
||||
0zaADX4KNpYfmEwmvL29yd/Ly0ucnJzg8PAQe3t72N3dVYadnR1sb28Lm5ubWFlZwczMDEZGRrC8vCxY
|
||||
upnJUvD19RUvLy94fHzE9fU1zs7OcHR0hIODA+zv7yuF0QCKr6+vY2FhAcPDw2hqakJaWhomJiY+l6Xo
|
||||
8/OzSN7c3EhHWTVWbHFxEfPz85ibm1OS2dlZTE9PY3R0FN3d3SgpKUFMTAwCAwOl62ayFD0/P8fFxQWO
|
||||
j4+xtbUlVRobG8Pg4CB6e3vR09OjNF1dXWhvb0dlZSVSUlIQEREBX19fETZGWmSfnh6xurqKtbU16eL4
|
||||
+Dj6+vpkcX19Paqrq1FVVaUklDNgR3NychAfH4/Q0FB4e3vDzc3NXJadnZqawuTkJIaGhqRKDQ0NKC0t
|
||||
RVFREQoKCpCXl6c82dnZ0tXY2FgEBQXB09MTrq6u2NhYN+/swMAA+vv70dnZKd0sLi6WDbKysoTMzEyl
|
||||
4RnT09ORlJT0fl89PDzg4uJiPcaU7OjoQHNzMyoqKqSjHAnLTVXGkI2Ojn6XdXZ2xtLS0l/ZhweT3E/C
|
||||
8S0rK5PR5VhYbqgy/yV7f3+H1tZWtLW1yQjzrn5r2ZaWFhH+9rImk5bVsiqjZbWsltWyyqJltayW1bLK
|
||||
omW1rJbVssqiZbWsltWyyqJltayW1bLKomW1rJbVssqiZX+8LCNB303W3d3dWvbu7rckOdnduro6icV9
|
||||
VdnExERERUUhICBAZJ2cnCSi+C57e3uD2tpaNDY2oqamRtJt+fn5X06WsduEhARERkbCz89PcotWsldX
|
||||
lyLIsCNHuLCwELm5uRKRy8jI+BKwq8wtxsXFISwsDD4+PhLlc3R0NJc9PT1GcnKyVIcLWaHU1FRZTPis
|
||||
Mjwjz880KkfYCGmyq/b29ubZxV+/LiSfy4AjE52sjgE3UBnjnDw3xzc4OFi6yjSqg4MD7OzsJE7/Lsug
|
||||
pr+/v1SE/xwSEiJ53fDwcIGFUBWej2PLM/OlZGSMOb4UtbW1NZclfDl5eXkJXMDqMInNi646PCfPzO9V
|
||||
dpSiHF+KlpeXi5+VLKvEBXxlEz6rDs/JTlKS36kfRVkAo6tmsoYwI7jsLi+4sZnqfCbLGPFHUStZA0bo
|
||||
CX/xYTyrDOP+/FkL5Qwsnf4p+135A5FfGFc2icgrAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -439,26 +439,26 @@
|
|||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage3" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -508,28 +508,27 @@
|
|||
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
|
||||
rkJggg==
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABKdJREFUeF7t2slKY1kc
|
||||
x3EXzsZoHKIGlKgR5+AQRaOCcYjzgEYExWnhQjDOEYdE0YADCNlo2ZatrVKFpSBN+RwufIGuh+gX+Df/
|
||||
A0mbWBTSVCX3tL/FZ2PuDV5uffmfc6ww+juMAEAuYYE/+PbtL3p8fCSPx0Nut5ucTietrq7SysqKsLy8
|
||||
rDhLS0s+Sv0dAX6E/+0uLi7S3NwczczM0Pj4ONlsNrLb7eRyuX4c7tPTEz08PNDt7S1dXFzQ8fExHR0d
|
||||
0d7enoiY7e7uKs7Ozo5P4Gf/R+/ted8Lfp/b29u0sbFB8/PzIt7m5mYyGAy0sLDw/XCfn59FtHd3d3Rz
|
||||
c0Onp6ciWo51a2uLNjc3xRey9fX1d+O9PS+E1traGjkcDpqdnaWRkRFqbGyk3NxcysjIoIODA/9w7++/
|
||||
iFDPz8/p5OSEDg8PxRKZx/b09DRNTk6K+sfGxkCB+N28FPg5yGV0dJSGhoaora2NjEYj6fV6Sk1NJa1W
|
||||
61s2+8LlMb2/vy8+4LE8NTUlbu7p6aGOjg5qb28HBeJ3EyjwGpADh+rV1NRE1dXVVFBQQJmZmZScnExq
|
||||
tdo/3K9f/xTTlQ92eGPMxff29or1dUNDA9XV1VFtbS0ojNls/q7A60A+VVVVYtrm5eWRTqcjjUZD8fHx
|
||||
tL+/5z9xJyYmxLKY19U8ZS0Wi/gCk8kkVFZWAkAQcG/l5eVUUlIiDqZ4f5uYmEgqlUocXvnC/fz5k1gW
|
||||
86QdGBggq9UqJi2P6sAvBYBfzxuu92CKw42LixMHxb5wb26uqb+/n4aHh8USuaWlRSyPeVwHfiEA/Hpv
|
||||
Cvf6+koE6z2M4r0twgUInTeHy8EiXABlQLgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAAS
|
||||
QrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAAS
|
||||
QrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEnpjuH8gXAAFeXO43d3dCBdAIQLD
|
||||
TUhIeB3u1dUldXV10eDgoAi4qakJ4QKEEIdbXFxMOTk5lJ6eLsKNjY0ll8v1b7iXl7+T1Wqlvr4+6uzs
|
||||
JIvFQmazGeEChEhZWRkVFRVRdnY2abVaUqvVr8M9O/tNTNjW1laxTK6vr6eamhoymUxUUVEBAEHCk5aV
|
||||
lpZSfn4+ZWVlUUpKCqlUKoqJifEP98OHEyosLBQ3culGo1HcyGtsAAguXiIXFBSIZTLvbzUajZi2UVFR
|
||||
/uF+/HgmyuaNsMFgAIAQ4QaZXq8nnU4npm18fDxFR0dTZGSkf7j391/EBWlpaWIjzJUzvhEAgoe74wZ5
|
||||
X5uUlCSi5SUyRxsREeEfLuPTZN4Ae/EpFgAEH/fHwfKff7yTlqPlMyhvr75weeryxOULX+LaASB4uDve
|
||||
zzJvtMnJyaLRV+F6421paREXAkDohYeHi/9X8TLaV+F642Uej4fcbjc5nU5aXV2llZUVYXl5WXGWlpZ8
|
||||
Aj/7LxwOh6Kf92dT8rP+rHcqm/HxcbLZbGS3219F+91wAUD5/gEaTfOFyw+qIwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
this.smartGroupBox1.Controls.Add(this.buttonDelete);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonRegister);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineThickness = 2;
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
this.labelTitleContents.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleContents.BorderColor = System.Drawing.Color.White;
|
||||
this.labelTitleContents.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleContents.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleContents.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleContents.ForeColor = System.Drawing.Color.White;
|
||||
this.labelTitleContents.LineSpacing = 0F;
|
||||
this.labelTitleContents.Location = new System.Drawing.Point(317, 529);
|
||||
|
|
@ -200,10 +200,10 @@
|
|||
// labelTitleNumberOfLoginFailures
|
||||
//
|
||||
this.labelTitleNumberOfLoginFailures.BackGround = null;
|
||||
this.labelTitleNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleNumberOfLoginFailures.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleNumberOfLoginFailures.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleNumberOfLoginFailures.LineSpacing = 0F;
|
||||
this.labelTitleNumberOfLoginFailures.Location = new System.Drawing.Point(318, 601);
|
||||
this.labelTitleNumberOfLoginFailures.Name = "labelTitleNumberOfLoginFailures";
|
||||
|
|
@ -226,7 +226,7 @@
|
|||
this.labelTitleAutoInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleAutoInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleAutoInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleAutoInfo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleAutoInfo.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleAutoInfo.LineSpacing = 0F;
|
||||
this.labelTitleAutoInfo.Location = new System.Drawing.Point(556, 561);
|
||||
this.labelTitleAutoInfo.Name = "labelTitleAutoInfo";
|
||||
|
|
@ -270,10 +270,10 @@
|
|||
// labelTitleAutomaticLogoutTime
|
||||
//
|
||||
this.labelTitleAutomaticLogoutTime.BackGround = null;
|
||||
this.labelTitleAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleAutomaticLogoutTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
|
||||
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 561);
|
||||
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
|
||||
|
|
@ -344,7 +344,7 @@
|
|||
this.buttonPasswordReset.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonPasswordReset.ButtonText = "Reset";
|
||||
this.buttonPasswordReset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonPasswordReset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonPasswordReset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonPasswordReset.GroupID = 0;
|
||||
this.buttonPasswordReset.ImageDisable = null;
|
||||
this.buttonPasswordReset.ImageDown = null;
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
this.buttonIDEdit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonIDEdit.ButtonText = "Edit";
|
||||
this.buttonIDEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonIDEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonIDEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonIDEdit.GroupID = 0;
|
||||
this.buttonIDEdit.ImageDisable = null;
|
||||
this.buttonIDEdit.ImageDown = null;
|
||||
|
|
@ -598,7 +598,7 @@
|
|||
this.buttonLevel3.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.buttonLevel3.ButtonText = "Level 3";
|
||||
this.buttonLevel3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonLevel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLevel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLevel3.GroupID = 0;
|
||||
this.buttonLevel3.ImageDisable = null;
|
||||
this.buttonLevel3.ImageDown = null;
|
||||
|
|
@ -634,7 +634,7 @@
|
|||
this.buttonLevel2.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.buttonLevel2.ButtonText = "Level 2";
|
||||
this.buttonLevel2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonLevel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLevel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLevel2.GroupID = 0;
|
||||
this.buttonLevel2.ImageDisable = null;
|
||||
this.buttonLevel2.ImageDown = null;
|
||||
|
|
@ -670,7 +670,7 @@
|
|||
this.buttonLevel1.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.buttonLevel1.ButtonText = "Level 1";
|
||||
this.buttonLevel1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonLevel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLevel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonLevel1.GroupID = 0;
|
||||
this.buttonLevel1.ImageDisable = null;
|
||||
this.buttonLevel1.ImageDown = null;
|
||||
|
|
@ -722,10 +722,10 @@
|
|||
// labelTitleAccessRight
|
||||
//
|
||||
this.labelTitleAccessRight.BackGround = null;
|
||||
this.labelTitleAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleAccessRight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleAccessRight.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleAccessRight.LineSpacing = 0F;
|
||||
this.labelTitleAccessRight.Location = new System.Drawing.Point(317, 206);
|
||||
this.labelTitleAccessRight.Name = "labelTitleAccessRight";
|
||||
|
|
@ -785,7 +785,7 @@
|
|||
this.checkBoxMenuEthernet.Checked = false;
|
||||
this.checkBoxMenuEthernet.CheckLineWidth = 3;
|
||||
this.checkBoxMenuEthernet.Enabled = false;
|
||||
this.checkBoxMenuEthernet.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuEthernet.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuEthernet.ImageCheckBox = null;
|
||||
this.checkBoxMenuEthernet.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuEthernet.Location = new System.Drawing.Point(339, 80);
|
||||
|
|
@ -809,7 +809,7 @@
|
|||
this.checkBoxMenuUserGroupEditor.Checked = false;
|
||||
this.checkBoxMenuUserGroupEditor.CheckLineWidth = 3;
|
||||
this.checkBoxMenuUserGroupEditor.Enabled = false;
|
||||
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuUserGroupEditor.ImageCheckBox = null;
|
||||
this.checkBoxMenuUserGroupEditor.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(339, 167);
|
||||
|
|
@ -834,7 +834,7 @@
|
|||
this.checkBoxMenuInformation.Checked = false;
|
||||
this.checkBoxMenuInformation.CheckLineWidth = 3;
|
||||
this.checkBoxMenuInformation.Enabled = false;
|
||||
this.checkBoxMenuInformation.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuInformation.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuInformation.ImageCheckBox = null;
|
||||
this.checkBoxMenuInformation.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuInformation.Location = new System.Drawing.Point(339, 51);
|
||||
|
|
@ -858,7 +858,7 @@
|
|||
this.checkBoxMenuAlarmLog.Checked = false;
|
||||
this.checkBoxMenuAlarmLog.CheckLineWidth = 3;
|
||||
this.checkBoxMenuAlarmLog.Enabled = false;
|
||||
this.checkBoxMenuAlarmLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuAlarmLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuAlarmLog.ImageCheckBox = null;
|
||||
this.checkBoxMenuAlarmLog.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuAlarmLog.Location = new System.Drawing.Point(177, 196);
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
this.checkBoxMenuEquipment.Checked = false;
|
||||
this.checkBoxMenuEquipment.CheckLineWidth = 3;
|
||||
this.checkBoxMenuEquipment.Enabled = false;
|
||||
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuEquipment.ImageCheckBox = null;
|
||||
this.checkBoxMenuEquipment.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuEquipment.Location = new System.Drawing.Point(339, 196);
|
||||
|
|
@ -907,7 +907,7 @@
|
|||
this.checkBoxMenuInspectionLog.Checked = false;
|
||||
this.checkBoxMenuInspectionLog.CheckLineWidth = 3;
|
||||
this.checkBoxMenuInspectionLog.Enabled = false;
|
||||
this.checkBoxMenuInspectionLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuInspectionLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuInspectionLog.ImageCheckBox = null;
|
||||
this.checkBoxMenuInspectionLog.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuInspectionLog.Location = new System.Drawing.Point(177, 167);
|
||||
|
|
@ -931,7 +931,7 @@
|
|||
this.checkBoxMenuHistoryLog.Checked = false;
|
||||
this.checkBoxMenuHistoryLog.CheckLineWidth = 3;
|
||||
this.checkBoxMenuHistoryLog.Enabled = false;
|
||||
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuHistoryLog.ImageCheckBox = null;
|
||||
this.checkBoxMenuHistoryLog.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(177, 138);
|
||||
|
|
@ -955,7 +955,7 @@
|
|||
this.checkBoxMenuIOTest.Checked = false;
|
||||
this.checkBoxMenuIOTest.CheckLineWidth = 3;
|
||||
this.checkBoxMenuIOTest.Enabled = false;
|
||||
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuIOTest.ImageCheckBox = null;
|
||||
this.checkBoxMenuIOTest.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuIOTest.Location = new System.Drawing.Point(177, 109);
|
||||
|
|
@ -971,10 +971,10 @@
|
|||
// labelTitleMenu
|
||||
//
|
||||
this.labelTitleMenu.BackGround = null;
|
||||
this.labelTitleMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMenu.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMenu.LineSpacing = 0F;
|
||||
this.labelTitleMenu.Location = new System.Drawing.Point(175, 22);
|
||||
this.labelTitleMenu.Name = "labelTitleMenu";
|
||||
|
|
@ -994,10 +994,10 @@
|
|||
// labelTitleMain
|
||||
//
|
||||
this.labelTitleMain.BackGround = null;
|
||||
this.labelTitleMain.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleMain.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleMain.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMain.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleMain.LineSpacing = 0F;
|
||||
this.labelTitleMain.Location = new System.Drawing.Point(19, 22);
|
||||
this.labelTitleMain.Name = "labelTitleMain";
|
||||
|
|
@ -1025,7 +1025,7 @@
|
|||
this.checkBoxMenuUserSetting.Checked = false;
|
||||
this.checkBoxMenuUserSetting.CheckLineWidth = 3;
|
||||
this.checkBoxMenuUserSetting.Enabled = false;
|
||||
this.checkBoxMenuUserSetting.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuUserSetting.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuUserSetting.ImageCheckBox = null;
|
||||
this.checkBoxMenuUserSetting.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuUserSetting.Location = new System.Drawing.Point(177, 80);
|
||||
|
|
@ -1049,7 +1049,7 @@
|
|||
this.checkBoxMenuRecipe.Checked = false;
|
||||
this.checkBoxMenuRecipe.CheckLineWidth = 3;
|
||||
this.checkBoxMenuRecipe.Enabled = false;
|
||||
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMenuRecipe.ImageCheckBox = null;
|
||||
this.checkBoxMenuRecipe.ImageUnCheckBox = null;
|
||||
this.checkBoxMenuRecipe.Location = new System.Drawing.Point(177, 51);
|
||||
|
|
@ -1073,7 +1073,7 @@
|
|||
this.checkBoxMainSubMenu.Checked = false;
|
||||
this.checkBoxMainSubMenu.CheckLineWidth = 3;
|
||||
this.checkBoxMainSubMenu.Enabled = false;
|
||||
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMainSubMenu.ImageCheckBox = null;
|
||||
this.checkBoxMainSubMenu.ImageUnCheckBox = null;
|
||||
this.checkBoxMainSubMenu.Location = new System.Drawing.Point(19, 109);
|
||||
|
|
@ -1098,7 +1098,7 @@
|
|||
this.checkBoxMainClear.Checked = false;
|
||||
this.checkBoxMainClear.CheckLineWidth = 3;
|
||||
this.checkBoxMainClear.Enabled = false;
|
||||
this.checkBoxMainClear.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMainClear.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMainClear.ImageCheckBox = null;
|
||||
this.checkBoxMainClear.ImageUnCheckBox = null;
|
||||
this.checkBoxMainClear.Location = new System.Drawing.Point(19, 80);
|
||||
|
|
@ -1122,7 +1122,7 @@
|
|||
this.checkBoxMainProductChange.Checked = false;
|
||||
this.checkBoxMainProductChange.CheckLineWidth = 3;
|
||||
this.checkBoxMainProductChange.Enabled = false;
|
||||
this.checkBoxMainProductChange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMainProductChange.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.checkBoxMainProductChange.ImageCheckBox = null;
|
||||
this.checkBoxMainProductChange.ImageUnCheckBox = null;
|
||||
this.checkBoxMainProductChange.Location = new System.Drawing.Point(19, 51);
|
||||
|
|
@ -1141,7 +1141,7 @@
|
|||
this.labelExpiryDateOfPassword2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelExpiryDateOfPassword2.BorderColor = System.Drawing.Color.White;
|
||||
this.labelExpiryDateOfPassword2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
|
||||
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(647, 166);
|
||||
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
|
||||
|
|
@ -1165,7 +1165,7 @@
|
|||
this.labelExpiryDateOfAccount2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelExpiryDateOfAccount2.BorderColor = System.Drawing.Color.White;
|
||||
this.labelExpiryDateOfAccount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||
this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
|
||||
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(647, 126);
|
||||
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
|
||||
|
|
@ -1189,7 +1189,7 @@
|
|||
this.labelTitlePassInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitlePassInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitlePassInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitlePassInfo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePassInfo.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitlePassInfo.LineSpacing = 0F;
|
||||
this.labelTitlePassInfo.Location = new System.Drawing.Point(556, 166);
|
||||
this.labelTitlePassInfo.Name = "labelTitlePassInfo";
|
||||
|
|
@ -1212,7 +1212,7 @@
|
|||
this.labelTitleAccountInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||
this.labelTitleAccountInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleAccountInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleAccountInfo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleAccountInfo.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleAccountInfo.LineSpacing = 0F;
|
||||
this.labelTitleAccountInfo.Location = new System.Drawing.Point(556, 126);
|
||||
this.labelTitleAccountInfo.Name = "labelTitleAccountInfo";
|
||||
|
|
@ -1280,10 +1280,10 @@
|
|||
// labelTitleExpiryDateOfPassword
|
||||
//
|
||||
this.labelTitleExpiryDateOfPassword.BackGround = null;
|
||||
this.labelTitleExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
|
||||
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 166);
|
||||
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
|
||||
|
|
@ -1303,10 +1303,10 @@
|
|||
// labelTitleExpiryDateOfAccount
|
||||
//
|
||||
this.labelTitleExpiryDateOfAccount.BackGround = null;
|
||||
this.labelTitleExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
|
||||
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 126);
|
||||
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
|
||||
|
|
@ -1326,10 +1326,10 @@
|
|||
// labelTitlePassword
|
||||
//
|
||||
this.labelTitlePassword.BackGround = null;
|
||||
this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitlePassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitlePassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitlePassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitlePassword.LineSpacing = 0F;
|
||||
this.labelTitlePassword.Location = new System.Drawing.Point(318, 86);
|
||||
this.labelTitlePassword.Name = "labelTitlePassword";
|
||||
|
|
@ -1349,10 +1349,10 @@
|
|||
// labelTitleID
|
||||
//
|
||||
this.labelTitleID.BackGround = null;
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||
this.labelTitleID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTitleID.LineSpacing = 0F;
|
||||
this.labelTitleID.Location = new System.Drawing.Point(317, 45);
|
||||
this.labelTitleID.Name = "labelTitleID";
|
||||
|
|
@ -1379,7 +1379,7 @@
|
|||
this.buttonDelete.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonDelete.ButtonText = "Delete";
|
||||
this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDelete.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDelete.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDelete.GroupID = 0;
|
||||
this.buttonDelete.ImageDisable = null;
|
||||
this.buttonDelete.ImageDown = null;
|
||||
|
|
@ -1415,7 +1415,7 @@
|
|||
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonSave.ButtonText = "Save";
|
||||
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonSave.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonSave.GroupID = 0;
|
||||
this.buttonSave.ImageDisable = null;
|
||||
this.buttonSave.ImageDown = null;
|
||||
|
|
@ -1452,7 +1452,7 @@
|
|||
this.buttonRegister.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.buttonRegister.ButtonText = "New";
|
||||
this.buttonRegister.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonRegister.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonRegister.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonRegister.GroupID = 0;
|
||||
this.buttonRegister.ImageDisable = null;
|
||||
this.buttonRegister.ImageDown = null;
|
||||
|
|
|
|||
|
|
@ -365,6 +365,8 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
this.labelExpiryDateOfAccount.Enabled = true;
|
||||
this.labelExpiryDateOfPassword.Enabled = true;
|
||||
|
||||
this.CheckBoxCheckedAsLevel(Define.E_UserGroup.Level1);
|
||||
}
|
||||
private void SaveUserDll()
|
||||
{
|
||||
|
|
@ -1421,6 +1423,8 @@ namespace INT_LKD_PTB6_DW.Controls
|
|||
|
||||
this.listBoxUserList.Enabled = false;
|
||||
this.SetEnableControl(false);
|
||||
|
||||
this.CheckBoxCheckedAsLevel(Define.E_UserGroup.Level1);
|
||||
}
|
||||
private void buttonPasswordReset_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -165,23 +165,23 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5FJREFUaEPtmslKc0sU
|
||||
hf8nEEQRe+z7vo8mGk3EXhER7AbiwJGCPQiCKKIIIgiiiNggDtSJL6Co+GDr5qtLEg86uMPyvwVZp06K
|
||||
c4r69t61z2T9kSK//4kiV+9Ea2urampqVFZWpuLiYhUVFamgoMAoPz/fSuXl5Sk3N1fZ2dnKyMhQTk6O
|
||||
/P42DxeKXP+9CQTqVV1drcrKSlVUVBjYkpISA1tYWBgDtk1fgYEEuLS01DDU1tbK56v9DltVVWVAo5Bk
|
||||
t7GxUU1NTWZsaGiwVvX19aqrq4tVJFkmQfAgD2wo1GUySNkSlba2NnV3dyscDquzs1Pt7e2RzAeslt/v
|
||||
V0tLi6lOMpyamqqsrCyT/YuLizgs0SEaRAGwwcFBDQ8Pq6+vLwYcDAatVEdHR0z0G2ABzMzMVFJSkhIS
|
||||
ErywPEBWm5ubTUaHhoY0MDCgrq4uEzUy7fP5rBfHjYSVl5ebY8lIWZ+fn8dhOZdMAgsgwESNBb6eC5vF
|
||||
HmlINCaSR0mTaRLlySwTwAJNGVO2ZJT/Py1sq6KwNCrOMIkLhUK6urqKwwYCftOYKAMgqX8CwP+fFrVV
|
||||
UVhGkka/6e3t1c3NTRyWKPC5oRS458G/GpYGxQsO9pfIwTpYB+tgrZWDdbAO1sFaKwfrYB2sg7VWDtbB
|
||||
OlgHa60crIN1sA7WWjlYB+tgHay1crAO1sE6WGv1n2HxLvICkFFX22+ExdWGDwoGYHt6enR9fR2HxQeF
|
||||
ixNnJ64wHmT8bbBAAgs0DID29/fr9vY2DhsMdhi/Ln4/ALHCIXxRBOA3CED2j3mNe1x6+C9HR0d1f38f
|
||||
hw2HQ0pLSzPAmL8wO+L/42XEvc1ij+wZ0GjvIatjY2OamprS09NTHJYoJCcnKz093Xh1Ob94GRELEABb
|
||||
BVx0RDQo7IgTExOan5/X4uLid9jExESlpKQYYAApY1yp0ZK2WbhpGWm0dN/Z2VltbGxoZ2dHu7u7Xtiv
|
||||
wHjsaU4jIyMaHx83EZqcnLRa09PTmpmZ0dzcnJaWlrS3t6eTkxOdnZ3p+fnZ8H2DpSPT0XCQE52FhQUt
|
||||
Ly9rZWVFq6urWltbs1Lr6+va3NzU9va2jo6OdHl5qbu7Oz0+PsZAPbAIYMShJkJbW1umDPb393VwcGCt
|
||||
Dg8PdXx8rNPTU/NNfXh40MfHhwcURa7eCfT5+Wn08vKi19dXvb296f393VoBFt0z+okJRa7fJ/9O/dE/
|
||||
6nc2xOg6Bq4AAAAASUVORK5CYII=
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA4JJREFUaEPt2tsrrFEY
|
||||
x3F/gRLJOefz+TzMMMzImSTldCEXrijnUkokUlJKJDkkF7jxDxDyh/1231XvjKG925fL3uvi1zszzby9
|
||||
n/Ws9czNEyfF6X9J3NcPWlpaVF1drdLSUhUVFamwsFD5+fkmeXl5ViY3N1c5OTnKyspSenq6srOz5fe3
|
||||
/h4bCNSpqqpKFRUVKi8vN9ji4mKDLSgoiIBty2cwSMAlJSXGUFNTI5+v5ju2srLSQD0k1W1oaFBjY6O5
|
||||
1tfXW5u6ujrV1tZGdiRVpkB4SAw2FOo0FWTbsiqtra3q6upSOBxWR0eH2traFAgErI7f71dzc7PZnVQ4
|
||||
JSVFmZmZpvrn5+dRLKvDarAKwAYGBjQ0NKTe3t4IOBgMWpn29vZI6DdgAWZkZCgxMVHx8fGxWL5AVZua
|
||||
mkxFBwcH1d/fr87OTrNqVNrn81kfjhsFKysrM8eSK9v67OwsiuVc8iFYgIBZNW7w+VzYHJ6RhkRjonhs
|
||||
aSpNoWIqywdgQbON2bZUlPdfb2pzPCyNijNM4UKhkC4vL6PYQMBvGhPbACT7nwXg/dcb2hwPy5Wi0W96
|
||||
enp0fX0dxbIK/N2wFXjNF/9pLA2KHzjsD4nDOqzDOqy1cViHdViHtTYO67AO67DWxmEd1mEd1to4rMM6
|
||||
rMNaG4d1WId1WGvjsA7rsA5rbf4ay+wiPwDpTbX9RCxTbcxBYQDb3d2tq6urKJY5KKY4mexkKowvcv1p
|
||||
WJBgQWMA2tfXp5ubmyg2GGw387rM+wFkFI4wF8UC/IQA5PkZXuM1U3rMX46MjOju7i6KDYdDSk1NNWCG
|
||||
vxh2ZP6PHxNe2xxvVhqo13uo6ujoqCYnJ/X4+BjFsgpJSUlKS0szs7qcX2YZCTdgAWwNOO9KaFCMI46P
|
||||
j2tubk4LCwvfsQkJCUpOTjZggGxjplK9LW1zmKblSqOl+87MzGh9fV3b29va2dmJxX4GM2NPcxoeHtbY
|
||||
2JhZoYmJCaszNTWl6elpzc7OanFxUbu7uzo+Ptbp6amenp6M7xuWjkxHY4Kc1Zmfn9fS0pKWl5e1srKi
|
||||
1dVVK7O2tqaNjQ1tbW3p8PBQFxcXur291cPDQwQag/XAhEPNCm1ubpptsLe3p/39fWtzcHCgo6MjnZyc
|
||||
mP/U+/t7vb+/x0C/Yb18fHyYPD8/6+XlRa+vr3p7e7M2wLxnJl89f8T+q/kF6nc2xG5mz78AAAAASUVO
|
||||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyPressImage2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -231,27 +231,27 @@
|
|||
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
|
||||
B3Ox/yesAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyPressImage3" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -301,29 +301,29 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABPlJREFUeF7t2UkvbFsY
|
||||
xnFfQN+Uvi19T+m7KkX0QogIMWFCCGIkrkQIMyYGxEATEQOJb6BvDkEIX+AkZ2J+v8B777OSXaWoe+6Z
|
||||
KLXkGfxSp2ST/drnX2vtzUf+9hEi0suHcMvKyiQ7O1vMZrMkJCRIXFycxMbGSkxMjDZwvvHx8er8k5KS
|
||||
JDk5WVJSUiQ1NdUB7/F1zJmYmKjVrNHR0Q7GrL+bV+dZ3/vO19a4ppGRkRIeHi6hoaESFRUllZWVLo2C
|
||||
S7iFhYWSmZkpGRkZ6heA4fHLMYb3VsZ/XOOCAs4ZcP64gL9jzOjtcxr+a17M8X/zfpdZjXndzfiWTvMa
|
||||
c+JDBgEjWpPJJP7+/lJeXu4+XIvF4og2PT1d8vPzpbi42KGoqEgdQ0SfB4tnQUGB5Obmqg4RckhIiAQE
|
||||
BMjg4KBruHZ7rWO7gYMrKiqkvr5e6urqxGazSXV1tVRVVRGRB2BrXFpaquJFuNg2BwYGSnBwsGxsbDjD
|
||||
ReU4ICcnR0Xa2toq7e3t0tTU5IjXarWSF8K1ec/dceT9ampqHLA1RrjY7mPbjGj9/Pxcw0WwWHFROVba
|
||||
trY2aWlpkdraWvUJgBUYD63Iu+DiuuPuWNILbk3xkBi3r+jTuI1dX193hltUZJG0tDT1DYgV8eITAO/f
|
||||
7r2J6POhNzxjysrKUqsuFlR8IGMBdVlxESjCLSkpUcs0tltYafFQyt0PJqLPZYSbl5en7nmxoNrtdtnc
|
||||
3HSGi5qxVUaoCBbxom4s1+5+KBF9LiNcvOK5E541NTY2yvb2tmu4+JstQkXdOJDhEn0dhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGGS6QhhkukIYZLpCGG
|
||||
S6QhhkukIYZLpCGGS6ShPw7XbDYzXCIv8Yfhlqlw8Q0ItqqqiuESfSEEm5mZKXl5eapHhNvQ0CBbW1vO
|
||||
cCsqyiUpKUkKCgrU6osD8cpwib4GgkW4CBg9Itrm5mbZ2dlxhoulOC4uTrKzs1WspaWlisViUTETkWcg
|
||||
VECL6enp6t82m01aWlqks7NT9vb2nOHa7XYxmUySmJgoqampqnR8I/bYRORZ6A/RokXEjNW2q6tL+vr6
|
||||
5ODgwBluR0eHBAUFSUREhMTGxqqA8ZQZcO9LRJ6BW1bjFeHiYXF3d7cMDQ3J6OiobGxsOMOdnf1L/Pz8
|
||||
VLxhYWGSkJCg9tjvl3Ei+lzGVhm3rFarVXp7e2ViYuLfRmdlbm7ONVxA2b6+vhIaGqrubZuamtSeGrUT
|
||||
kef09PRIf3+/DA8Pq2BXVlZkdXVVDg8PVasu4f74canuc7FM49HzwMCAjIyMyPj4uExOThKRh0xNTcn0
|
||||
9LQsLS3J2tqa+tvt/v6+PDw8fAwXfv36qWJF9WNjYzIzMyPz8/OysLBARB6yuLgoy8vLsr6+Lru7u3J6
|
||||
euoSLbiEC6+vr/L09CSXl5cOFxcXcn5+rpydnXk1nCPO9/r6Wm5vb+X+/l4eHx/l+flZXl5eHPAec+IX
|
||||
cnd3Jzc3N3J1deUyqw7z4nxx7oB5MQ/mejvvd5kV5/jdr+3JyYkcHx/L0dGResUM8L7TD+ESkbfzkX8A
|
||||
aDYV804BSLEAAAAASUVORK5CYII=
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABO9JREFUeF7t2UkvZGsc
|
||||
x3FvwNSGMo9lLGUs86yIWQgRITZsCEGsxJUIYcfGgtTCEBELiXdgHpoghDfQSW/s7xv43/ye5FR1Vbtu
|
||||
b5R63N/ik+qSQ87f6W89zzn85G8/ISK9+Hl+obS0VKxWq5jNZklMTJT4+HiJi4uT2NhYbeB8ExIS1Pkn
|
||||
JydLSkqKpKamSlpamhPe4+uYMykpSatZY2JinIxZ35tX51k9feVra1zTqKgoiYiIkLCwMImOjpaKior3
|
||||
wy0oKBCLxSKZmZnqF4Dh8csxhvdVxn9c44ICzhlw/riA7zFm9PU5Df82L+b4r3m/yqxf8doac+JDBgEj
|
||||
WpPJJIGBgVJWVvZ2uDabzRltRkaG5OXlSVFRkVNhYaE6hog+DhbP/Px8ycnJUR0i5NDQUAkKCpKhoSH3
|
||||
cO32Oud2AweXl5dLQ0OD1NfXS21trVRVVUllZSUReQG2xiUlJSpehIttc3BwsISEhIjD4XCFi8pxQHZ2
|
||||
toq0ra1NOjo6pLm52RlvTU0N+SBcG0+ex5AeqqurnbA1RrjY7mPbjGgDAgLcw0WwWHFROVba9vZ2aW1t
|
||||
lbq6OvUJgBUYD63It+DivsXzONIPbk3xkBi3r+jTuI3d2NhwhVtYaJP09HT1DYgV8eITAO9/3XsT0cdD
|
||||
b3jGlJWVpVZdLKj4QMYC6rbiIlCEW1xcrJZpbLew0uKhlOcPJaKPZ4Sbm5ur7nmxoNrtdtnc3HSFi5qx
|
||||
VUaoCBbxom4s154/kIg+nhEuXvHcCc+ampqaZHt72z1c/M0WoaJuHMhwiT4PwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXSEMMl0hDDJdIQwyXS
|
||||
EMMl0hDDJdLQH4drNpsZLpGP+MNwS1W4+AYEW1lZyXCJPhGCtVgskpubq3pEuI2NjbK1teUKt7y8TJKT
|
||||
kyU/P1+tvjgQrwyX6HMgWISLgNEjom1paZGdnR1XuFiK4+PjxWq1qlhLSkoUm82mYiYi70CogBYzMjLU
|
||||
v2tra6W1tVW6urpkb2/PFa7dbheTySRJSUmSlpamSsc3Yo9NRN6F/hAtWkTMWG27u7ulv79fDg4OXOF2
|
||||
dnbKt2/fJDIyUuLi4lTAeMoMuPclIu/ALavxinDxsLinp0eGh4dlbGxMHA6HK9y5ub8kICBAxRseHi6J
|
||||
iYlqj+25jBPRxzK2yrhlrampkb6+PpmcnJS5uTmZn593DxdQtr+/v4SFhal72+bmZrWnRu1E5D29vb0y
|
||||
MDAgIyMjKtjV1VVZW1uTw8ND1apbuN+/X6r7XCzTePQ8ODgoo6OjMjExIVNTU0TkJdPT0zIzMyPLy8uy
|
||||
vr6u/na7v78vDw8Pv4cLP3/+ULGi+vHxcZmdnZWFhQVZXFwkIi9ZWlqSlZUV2djYkN3dXTk9PXWL9rdw
|
||||
4fX1VZ6enuTy8tLp4uJCzs/PlbOzM5+Gc8T5Xl9fy+3trdzf38vj46M8Pz/Ly8uLE95jTvxC7u7u5Obm
|
||||
Rq6urtxm1WFenC/OHTAv5sFcv877VWb9P1zbk5MTOT4+lqOjI/WKGTyjfTNcIvJ9/wBoNhXzihMZXQAA
|
||||
AABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage1" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -373,23 +373,23 @@
|
|||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA7NJREFUaEPtm0kvZGEU
|
||||
hm3M8zzPhJjnGBfmeWZhShAWBDGEIIZE0MQsodHSId3KtLLwA/yyt70nubhdtejlR39JPdetiu/me845
|
||||
99bmLTvg9fWf8Ho0f2CxWPDy8iJ/Ly8vcXp6iqOjI+zv72Nvb08Zdnd3sbOzI2xtbWFtbQ1zc3MYGxvD
|
||||
6uqq8Lfb6/H9DQWfn5/x9PSE+/t7XF1d4ezsDMfHxzg8PMTBwYFSGA2g+ObmJpaWljA6OoqWlhZkZGRg
|
||||
amrKtixFHx8fRfL6+lo6yqqxYsvLy1hcXMTCwoKSzM/PY3Z2FuPj4+jt7UVZWRni4uIQHBwsXTfJUvT8
|
||||
/BwXFxc4OTnB9va2VGliYgLDw8Po7+9HX1+f0vT09KCzsxPV1dVIS0tDVFQU/P39RdgYaZF9eLjH+vo6
|
||||
NjY2pIuTk5MYGBiQxY2NjaitrUVNTY2SUM6AHc3Ly0NiYiLCw8Ph6+sLDw8Psyw7OzMzg+npaYyMjEiV
|
||||
mpqaUF5ejpKSEhQVFaGgoEB5cnNzpavx8fEICQmBt7c33N3d8e3bprmzQ0NDGBwcRHd3t3SztLRULpCT
|
||||
kyNkZ2crDfeYmZmJlJSUt/vVy8sLbm5u1mNMya6uLrS2tqKqqko6ypGwdWFVMWRjY2PfZF1dXbGysvIu
|
||||
e3dnkfuTcHwrKipkdDkWti6qKv8ke3t7g/b2dnR0dMgI81790rJtbW0i/OVlLRYtq2VVRstqWS2rZZVF
|
||||
y2pZLatllUXLalktq2WVRctqWS2rZZVFy2pZLatllUXLalktq2WVRcv+97KMBH01WU9PT2vZm5vfkuRk
|
||||
dxsaGiQW91llk5OTERMTg6CgIJF1cXGRiOKb7K9f16ivr0dzczPq6uok3VZYWPjpZBm7TUpKQnR0NAIC
|
||||
AiS3aCX78+elCDLsyBEuLi5Gfn6+ROSysrI+Bewqc4sJCQmIiIiAn5+fRPmcnZ3Nst+/nyA1NVWqw4Ws
|
||||
UHp6uiwmPFcZ7pH7ZxqVI2yENNlVR0dHc3bxx48Lyecy4MhEJ6tjwAuojLFP7pvjGxoaKl1lGtXJyQkO
|
||||
Dg4Sp3+TZVAzMDBQKsJ/DgsLk7xuZGSkwEKoCvfHseWe+VAyMsYcX4ra29ubZQkfTj4+PgIXsDpMYvNG
|
||||
Vx3uk3vm9yo7SlGOL0UrKyvFz0qWVeICPrIJz1WH+2QnKcnv1I+iLIDRVZOsIcwILrvLG9y4mOrYkmWM
|
||||
+KMoMckaMEJP+IsP41xlGPfnz1ooZ2DL6/Vo/eHXxA5/AJFfGFexs8HCAAAAAElFTkSuQmCC
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA6dJREFUaEPtm0dLZEEU
|
||||
hd2Yc85ZUcwZ48Kcsy5MoKILRcWAomIAMWIWjCOiOLZp5cIf4C87w7nwHLvbgVmWWosPH41V1Hfvrdeb
|
||||
0zaADX4KNpYfmEwmvL29yd/Ly0ucnJzg8PAQe3t72N3dVYadnR1sb28Lm5ubWFlZwczMDEZGRrC8vCxY
|
||||
upnJUvD19RUvLy94fHzE9fU1zs7OcHR0hIODA+zv7yuF0QCKr6+vY2FhAcPDw2hqakJaWhomJiY+l6Xo
|
||||
8/OzSN7c3EhHWTVWbHFxEfPz85ibm1OS2dlZTE9PY3R0FN3d3SgpKUFMTAwCAwOl62ayFD0/P8fFxQWO
|
||||
j4+xtbUlVRobG8Pg4CB6e3vR09OjNF1dXWhvb0dlZSVSUlIQEREBX19fETZGWmSfnh6xurqKtbU16eL4
|
||||
+Dj6+vpkcX19Paqrq1FVVaUklDNgR3NychAfH4/Q0FB4e3vDzc3NXJadnZqawuTkJIaGhqRKDQ0NKC0t
|
||||
RVFREQoKCpCXl6c82dnZ0tXY2FgEBQXB09MTrq6u2NhYN+/swMAA+vv70dnZKd0sLi6WDbKysoTMzEyl
|
||||
4RnT09ORlJT0fl89PDzg4uJiPcaU7OjoQHNzMyoqKqSjHAnLTVXGkI2Ojn6XdXZ2xtLS0l/ZhweT3E/C
|
||||
8S0rK5PR5VhYbqgy/yV7f3+H1tZWtLW1yQjzrn5r2ZaWFhH+9rImk5bVsiqjZbWsltWyyqJltayW1bLK
|
||||
omW1rJbVssqiZbWsltWyyqJltayW1bLKomW1rJbVssqiZX+8LCNB303W3d3dWvbu7rckOdnduro6icV9
|
||||
VdnExERERUUhICBAZJ2cnCSi+C57e3uD2tpaNDY2oqamRtJt+fn5X06WsduEhARERkbCz89PcotWsldX
|
||||
lyLIsCNHuLCwELm5uRKRy8jI+BKwq8wtxsXFISwsDD4+PhLlc3R0NJc9PT1GcnKyVIcLWaHU1FRZTPis
|
||||
Mjwjz880KkfYCGmyq/b29ubZxV+/LiSfy4AjE52sjgE3UBnjnDw3xzc4OFi6yjSqg4MD7OzsJE7/Lsug
|
||||
pr+/v1SE/xwSEiJ53fDwcIGFUBWej2PLM/OlZGSMOb4UtbW1NZclfDl5eXkJXMDqMInNi646PCfPzO9V
|
||||
dpSiHF+KlpeXi5+VLKvEBXxlEz6rDs/JTlKS36kfRVkAo6tmsoYwI7jsLi+4sZnqfCbLGPFHUStZA0bo
|
||||
CX/xYTyrDOP+/FkL5Qwsnf4p+135A5FfGFc2icgrAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -439,26 +439,26 @@
|
|||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="smartKeyboard.KeyUpImage3" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
@ -508,28 +508,27 @@
|
|||
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
|
||||
rkJggg==
|
||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAABKdJREFUeF7t2slKY1kc
|
||||
x3EXzsZoHKIGlKgR5+AQRaOCcYjzgEYExWnhQjDOEYdE0YADCNlo2ZatrVKFpSBN+RwufIGuh+gX+Df/
|
||||
A0mbWBTSVCX3tL/FZ2PuDV5uffmfc6ww+juMAEAuYYE/+PbtL3p8fCSPx0Nut5ucTietrq7SysqKsLy8
|
||||
rDhLS0s+Sv0dAX6E/+0uLi7S3NwczczM0Pj4ONlsNrLb7eRyuX4c7tPTEz08PNDt7S1dXFzQ8fExHR0d
|
||||
0d7enoiY7e7uKs7Ozo5P4Gf/R+/ted8Lfp/b29u0sbFB8/PzIt7m5mYyGAy0sLDw/XCfn59FtHd3d3Rz
|
||||
c0Onp6ciWo51a2uLNjc3xRey9fX1d+O9PS+E1traGjkcDpqdnaWRkRFqbGyk3NxcysjIoIODA/9w7++/
|
||||
iFDPz8/p5OSEDg8PxRKZx/b09DRNTk6K+sfGxkCB+N28FPg5yGV0dJSGhoaora2NjEYj6fV6Sk1NJa1W
|
||||
61s2+8LlMb2/vy8+4LE8NTUlbu7p6aGOjg5qb28HBeJ3EyjwGpADh+rV1NRE1dXVVFBQQJmZmZScnExq
|
||||
tdo/3K9f/xTTlQ92eGPMxff29or1dUNDA9XV1VFtbS0ojNls/q7A60A+VVVVYtrm5eWRTqcjjUZD8fHx
|
||||
tL+/5z9xJyYmxLKY19U8ZS0Wi/gCk8kkVFZWAkAQcG/l5eVUUlIiDqZ4f5uYmEgqlUocXvnC/fz5k1gW
|
||||
86QdGBggq9UqJi2P6sAvBYBfzxuu92CKw42LixMHxb5wb26uqb+/n4aHh8USuaWlRSyPeVwHfiEA/Hpv
|
||||
Cvf6+koE6z2M4r0twgUInTeHy8EiXABlQLgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAAS
|
||||
QrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAAS
|
||||
QrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEkK4ABJCuAASQrgAEnpjuH8gXAAFeXO43d3dCBdAIQLD
|
||||
TUhIeB3u1dUldXV10eDgoAi4qakJ4QKEEIdbXFxMOTk5lJ6eLsKNjY0ll8v1b7iXl7+T1Wqlvr4+6uzs
|
||||
JIvFQmazGeEChEhZWRkVFRVRdnY2abVaUqvVr8M9O/tNTNjW1laxTK6vr6eamhoymUxUUVEBAEHCk5aV
|
||||
lpZSfn4+ZWVlUUpKCqlUKoqJifEP98OHEyosLBQ3culGo1HcyGtsAAguXiIXFBSIZTLvbzUajZi2UVFR
|
||||
/uF+/HgmyuaNsMFgAIAQ4QaZXq8nnU4npm18fDxFR0dTZGSkf7j391/EBWlpaWIjzJUzvhEAgoe74wZ5
|
||||
X5uUlCSi5SUyRxsREeEfLuPTZN4Ae/EpFgAEH/fHwfKff7yTlqPlMyhvr75weeryxOULX+LaASB4uDve
|
||||
zzJvtMnJyaLRV+F6421paREXAkDohYeHi/9X8TLaV+F642Uej4fcbjc5nU5aXV2llZUVYXl5WXGWlpZ8
|
||||
Aj/7LxwOh6Kf92dT8rP+rHcqm/HxcbLZbGS3219F+91wAUD5/gEaTfOFyw+qIwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
|
|
|
|||
|
|
@ -281,19 +281,19 @@ namespace INT_LKD_PTB6_DW.DataStore
|
|||
// 알람 17-변위센서에러
|
||||
if (sValue5[3] == '0')
|
||||
{
|
||||
if (this.A17_DispSensorError != false)
|
||||
{
|
||||
this.A17_DispSensorError = false;
|
||||
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError, "OFF");
|
||||
}
|
||||
//if (this.A17_DispSensorError != false)
|
||||
//{
|
||||
// this.A17_DispSensorError = false;
|
||||
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError, "OFF");
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.A17_DispSensorError != true)
|
||||
{
|
||||
this.A17_DispSensorError = true;
|
||||
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError, "ON");
|
||||
}
|
||||
//if (this.A17_DispSensorError != true)
|
||||
//{
|
||||
// this.A17_DispSensorError = true;
|
||||
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError, "ON");
|
||||
//}
|
||||
}
|
||||
|
||||
// 알람 16-
|
||||
|
|
@ -320,19 +320,19 @@ namespace INT_LKD_PTB6_DW.DataStore
|
|||
// 알람 13-차압센서에러
|
||||
if (sValue4[3] == '0')
|
||||
{
|
||||
if (this.A13_DiffSensorError != false)
|
||||
{
|
||||
this.A13_DiffSensorError = false;
|
||||
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError, "OFF");
|
||||
}
|
||||
//if (this.A13_DiffSensorError != false)
|
||||
//{
|
||||
// this.A13_DiffSensorError = false;
|
||||
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError, "OFF");
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.A13_DiffSensorError != true)
|
||||
{
|
||||
this.A13_DiffSensorError = true;
|
||||
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError, "ON");
|
||||
}
|
||||
//if (this.A13_DiffSensorError != true)
|
||||
//{
|
||||
// this.A13_DiffSensorError = true;
|
||||
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError, "ON");
|
||||
//}
|
||||
}
|
||||
|
||||
// 알람 12-
|
||||
|
|
@ -359,19 +359,19 @@ namespace INT_LKD_PTB6_DW.DataStore
|
|||
// 알람 9-압력센서에러
|
||||
if (sValue3[3] == '0')
|
||||
{
|
||||
if (this.A9_PressureSensorError != false)
|
||||
{
|
||||
this.A9_PressureSensorError = false;
|
||||
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError, "OFF");
|
||||
}
|
||||
//if (this.A9_PressureSensorError != false)
|
||||
//{
|
||||
// this.A9_PressureSensorError = false;
|
||||
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError, "OFF");
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.A9_PressureSensorError != true)
|
||||
{
|
||||
this.A9_PressureSensorError = true;
|
||||
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError, "ON");
|
||||
}
|
||||
//if (this.A9_PressureSensorError != true)
|
||||
//{
|
||||
// this.A9_PressureSensorError = true;
|
||||
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError, "ON");
|
||||
//}
|
||||
}
|
||||
|
||||
// 알람 8-
|
||||
|
|
|
|||
|
|
@ -231,11 +231,6 @@ namespace INT_LKD_PTB6_DW.DataStore
|
|||
get { return this.m_CHECK_LANE; }
|
||||
set { this.m_CHECK_LANE = value; }
|
||||
}
|
||||
public Define.E_EquipmentType EQUIPMENT_TYPE
|
||||
{
|
||||
get { return this.m_EQUIPMENT_TYPE; }
|
||||
set { this.m_EQUIPMENT_TYPE = value; }
|
||||
}
|
||||
|
||||
public int CYCLE_TIME
|
||||
{
|
||||
|
|
@ -294,7 +289,6 @@ namespace INT_LKD_PTB6_DW.DataStore
|
|||
|
||||
this.EQUIPMENT_LANE = 6;
|
||||
this.CHECK_LANE = 6;
|
||||
this.EQUIPMENT_TYPE = Define.E_EquipmentType.Type1;
|
||||
|
||||
this.CYCLE_TIME = 0;
|
||||
}
|
||||
|
|
@ -356,8 +350,8 @@ namespace INT_LKD_PTB6_DW.DataStore
|
|||
public int MODBUS_TCP_SELECTFUNCTION;
|
||||
public int MODBUS_TCP_START_ADDRESS;
|
||||
|
||||
public int EQUIPMENT_TYPE;
|
||||
public int CYCLE_TIME;
|
||||
public int DummyInt2;
|
||||
public int DummyInt3;
|
||||
public int DummyInt4;
|
||||
public int DummyInt5;
|
||||
|
|
|
|||
|
|
@ -0,0 +1,272 @@
|
|||
namespace INT_LKD_PTB6_DW.DialogForms
|
||||
{
|
||||
partial class DialogFormAlarmMessage
|
||||
{
|
||||
/// <summary>
|
||||
/// 필수 디자이너 변수입니다.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 사용 중인 모든 리소스를 정리합니다.
|
||||
/// </summary>
|
||||
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form 디자이너에서 생성한 코드
|
||||
|
||||
/// <summary>
|
||||
/// 디자이너 지원에 필요한 메서드입니다.
|
||||
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormAlarmMessage));
|
||||
this.buttonOK = new SmartX.SmartButton();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
|
||||
this.timerAutoClose = new System.Windows.Forms.Timer();
|
||||
this.smartForm1 = new SmartX.SmartForm();
|
||||
this.smartListBox1 = new SmartX.SmartListBox();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// buttonOK
|
||||
//
|
||||
this.buttonOK.BackGround = null;
|
||||
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.buttonOK.ButtonColor = System.Drawing.Color.Silver;
|
||||
this.buttonOK.ButtonDownColor = System.Drawing.Color.Silver;
|
||||
this.buttonOK.ButtonImageAutoSize = true;
|
||||
this.buttonOK.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
|
||||
this.buttonOK.ButtonText = "OK";
|
||||
this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonOK.GroupID = 0;
|
||||
this.buttonOK.ImageDisable = null;
|
||||
this.buttonOK.ImageDown = null;
|
||||
this.buttonOK.ImageUp = null;
|
||||
this.buttonOK.Location = new System.Drawing.Point(345, 122);
|
||||
this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonOK.Name = "buttonOK";
|
||||
this.buttonOK.NestedClickEventPrevent = false;
|
||||
this.buttonOK.OutlinePixel = 2;
|
||||
this.buttonOK.OverlapOptimize = true;
|
||||
this.buttonOK.RepeatInterval = 200;
|
||||
this.buttonOK.RepeatIntervalAccelerate = null;
|
||||
this.buttonOK.RoundSize = 10;
|
||||
this.buttonOK.SafeInterval = 200;
|
||||
this.buttonOK.Size = new System.Drawing.Size(90, 25);
|
||||
this.buttonOK.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonOK.TabIndex = 2;
|
||||
this.buttonOK.Text = null;
|
||||
this.buttonOK.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonOK.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.buttonOK.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.buttonOK.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonOK.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
||||
//
|
||||
// smartGroupBox1
|
||||
//
|
||||
this.smartGroupBox1.BackGround = null;
|
||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartGroupBox1.BackImage = null;
|
||||
this.smartGroupBox1.Controls.Add(this.smartListBox1);
|
||||
this.smartGroupBox1.Controls.Add(this.pictureBoxExclamation);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonOK);
|
||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartGroupBox1.FrameLineThickness = 2;
|
||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||
this.smartGroupBox1.HeaderHeightOffset = 12;
|
||||
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 5;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(450, 155);
|
||||
this.smartGroupBox1.TabIndex = 6;
|
||||
this.smartGroupBox1.Text = "Alarm";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||
//
|
||||
// pictureBoxExclamation
|
||||
//
|
||||
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
|
||||
this.pictureBoxExclamation.Location = new System.Drawing.Point(20, 55);
|
||||
this.pictureBoxExclamation.Name = "pictureBoxExclamation";
|
||||
this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50);
|
||||
//
|
||||
// timerAutoClose
|
||||
//
|
||||
this.timerAutoClose.Interval = 1000;
|
||||
this.timerAutoClose.Tick += new System.EventHandler(this.timerAutoClose_Tick);
|
||||
//
|
||||
// smartForm1
|
||||
//
|
||||
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.GradationColor1;
|
||||
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
|
||||
this.smartForm1.CenterLocation = false;
|
||||
this.smartForm1.GradationColorBottom = System.Drawing.Color.Gray;
|
||||
this.smartForm1.GradationColorTop = System.Drawing.Color.White;
|
||||
this.smartForm1.LCDDirection = SmartXUIBase.SmartUIControlFormBase.LCDDIRECTIONS.HORIZONTAL;
|
||||
this.smartForm1.LCDSize = SmartXUIBase.SmartUIControlFormBase.LCDRESOLUTION.CUSTOMIZING;
|
||||
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartForm1.MainForm = null;
|
||||
this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME;
|
||||
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
||||
this.smartForm1.Name = "smartForm1";
|
||||
this.smartForm1.PasswordDialog.AdminPassword = "123";
|
||||
this.smartForm1.PasswordDialog.Title = "관리자 비밀번호를 입력하세요";
|
||||
this.smartForm1.Size = new System.Drawing.Size(450, 155);
|
||||
this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
|
||||
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
||||
this.smartForm1.UseMainMenu = false;
|
||||
//
|
||||
// smartListBox1
|
||||
//
|
||||
this.smartListBox1.BackGround = null;
|
||||
this.smartListBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.BorderColor = System.Drawing.Color.Silver;
|
||||
this.smartListBox1.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle;
|
||||
this.smartListBox1.ColumnStyles = null;
|
||||
this.smartListBox1.DataSource = null;
|
||||
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.smartListBox1.ItemOffsetGap = 6;
|
||||
this.smartListBox1.ItemOffsetX = 1;
|
||||
this.smartListBox1.ItemOffsetY = 0;
|
||||
this.smartListBox1.ItemTextOffsetX = 0;
|
||||
this.smartListBox1.ItemTextOffsetY = 1;
|
||||
this.smartListBox1.Location = new System.Drawing.Point(76, 43);
|
||||
this.smartListBox1.MouseMoveEventSpace = 3;
|
||||
this.smartListBox1.MouseMoveSpace = 10;
|
||||
this.smartListBox1.Name = "smartListBox1";
|
||||
this.smartListBox1.OverlapOptimize = true;
|
||||
this.smartListBox1.ScrollBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.ScrollBarButtonColor = System.Drawing.Color.GhostWhite;
|
||||
this.smartListBox1.ScrollBarButtonHeight = 15;
|
||||
this.smartListBox1.ScrollBarButtonImage = null;
|
||||
this.smartListBox1.ScrollBarButtonRound = 0;
|
||||
this.smartListBox1.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None;
|
||||
this.smartListBox1.ScrollButtonHeight = 30;
|
||||
this.smartListBox1.ScrollButtonWidth = 30;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.smartListBox1.ScrollDownButton.BackGround = null;
|
||||
this.smartListBox1.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartListBox1.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartListBox1.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartListBox1.ScrollDownButton.ButtonImageAutoSize = false;
|
||||
this.smartListBox1.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.smartListBox1.ScrollDownButton.ButtonText = "▼";
|
||||
this.smartListBox1.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartListBox1.ScrollDownButton.GroupID = 0;
|
||||
this.smartListBox1.ScrollDownButton.ImageDisable = null;
|
||||
this.smartListBox1.ScrollDownButton.ImageDown = null;
|
||||
this.smartListBox1.ScrollDownButton.ImageUp = null;
|
||||
this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(329, 36);
|
||||
this.smartListBox1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartListBox1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
||||
this.smartListBox1.ScrollDownButton.NestedClickEventPrevent = false;
|
||||
this.smartListBox1.ScrollDownButton.OutlinePixel = 1;
|
||||
this.smartListBox1.ScrollDownButton.OverlapOptimize = true;
|
||||
this.smartListBox1.ScrollDownButton.RepeatInterval = 200;
|
||||
this.smartListBox1.ScrollDownButton.RepeatIntervalAccelerate = null;
|
||||
this.smartListBox1.ScrollDownButton.RoundSize = 10;
|
||||
this.smartListBox1.ScrollDownButton.SafeInterval = 200;
|
||||
this.smartListBox1.ScrollDownButton.Size = new System.Drawing.Size(30, 37);
|
||||
this.smartListBox1.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartListBox1.ScrollDownButton.TabIndex = 0;
|
||||
this.smartListBox1.ScrollDownButton.Text = null;
|
||||
this.smartListBox1.ScrollDownButton.TextColor = System.Drawing.Color.White;
|
||||
this.smartListBox1.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartListBox1.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartListBox1.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartListBox1.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartListBox1.ScrollDownButton.Visible = false;
|
||||
this.smartListBox1.ScrollStep = 1;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.smartListBox1.ScrollUpButton.BackGround = null;
|
||||
this.smartListBox1.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue;
|
||||
this.smartListBox1.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.smartListBox1.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
||||
this.smartListBox1.ScrollUpButton.ButtonImageAutoSize = false;
|
||||
this.smartListBox1.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
||||
this.smartListBox1.ScrollUpButton.ButtonText = "▲";
|
||||
this.smartListBox1.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartListBox1.ScrollUpButton.GroupID = 0;
|
||||
this.smartListBox1.ScrollUpButton.ImageDisable = null;
|
||||
this.smartListBox1.ScrollUpButton.ImageDown = null;
|
||||
this.smartListBox1.ScrollUpButton.ImageUp = null;
|
||||
this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(329, 0);
|
||||
this.smartListBox1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartListBox1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
||||
this.smartListBox1.ScrollUpButton.NestedClickEventPrevent = false;
|
||||
this.smartListBox1.ScrollUpButton.OutlinePixel = 1;
|
||||
this.smartListBox1.ScrollUpButton.OverlapOptimize = true;
|
||||
this.smartListBox1.ScrollUpButton.RepeatInterval = 200;
|
||||
this.smartListBox1.ScrollUpButton.RepeatIntervalAccelerate = null;
|
||||
this.smartListBox1.ScrollUpButton.RoundSize = 10;
|
||||
this.smartListBox1.ScrollUpButton.SafeInterval = 200;
|
||||
this.smartListBox1.ScrollUpButton.Size = new System.Drawing.Size(30, 35);
|
||||
this.smartListBox1.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartListBox1.ScrollUpButton.TabIndex = 1;
|
||||
this.smartListBox1.ScrollUpButton.Text = null;
|
||||
this.smartListBox1.ScrollUpButton.TextColor = System.Drawing.Color.White;
|
||||
this.smartListBox1.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray;
|
||||
this.smartListBox1.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||
this.smartListBox1.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartListBox1.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartListBox1.ScrollUpButton.Visible = false;
|
||||
this.smartListBox1.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
|
||||
this.smartListBox1.SelectFilled = true;
|
||||
this.smartListBox1.SelectItemIndex = -1;
|
||||
this.smartListBox1.SelectTextColor = System.Drawing.Color.White;
|
||||
this.smartListBox1.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
|
||||
this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||
this.smartListBox1.SeparationlineVisibleBottom = true;
|
||||
this.smartListBox1.SeparationlineVisibleTop = true;
|
||||
this.smartListBox1.Size = new System.Drawing.Size(359, 73);
|
||||
this.smartListBox1.TabIndex = 3;
|
||||
this.smartListBox1.Text = "smartListBox1";
|
||||
this.smartListBox1.TextColor = System.Drawing.Color.Black;
|
||||
this.smartListBox1.TextColorDisable = System.Drawing.Color.Gray;
|
||||
//
|
||||
// DialogFormAlarmMessage
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.AutoScroll = true;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||
this.ClientSize = new System.Drawing.Size(450, 155);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.smartGroupBox1);
|
||||
this.Controls.Add(this.smartForm1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Name = "DialogFormAlarmMessage";
|
||||
this.Text = "DialogFormYesNo";
|
||||
this.smartGroupBox1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private SmartX.SmartButton buttonOK;
|
||||
private SmartX.SmartGroupBox smartGroupBox1;
|
||||
private System.Windows.Forms.PictureBox pictureBoxExclamation;
|
||||
private System.Windows.Forms.Timer timerAutoClose;
|
||||
private SmartX.SmartForm smartForm1;
|
||||
private SmartX.SmartListBox smartListBox1;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,90 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
using INT_LKD_PTB6_DW.DataStore;
|
||||
using INT_LKD_PTB6_DW.Forms;
|
||||
|
||||
namespace INT_LKD_PTB6_DW.DialogForms
|
||||
{
|
||||
public partial class DialogFormAlarmMessage : Form
|
||||
{
|
||||
#region Field
|
||||
private FormMainDisplay m_ParentForm;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
public DialogFormAlarmMessage(FormMainDisplay parent)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.ParentForm = parent;
|
||||
|
||||
this.InitializeControl();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Property
|
||||
public FormMainDisplay ParentForm
|
||||
{
|
||||
get { return this.m_ParentForm; }
|
||||
set { this.m_ParentForm = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Method
|
||||
private void InitializeControl()
|
||||
{
|
||||
int x = 0, y = 0;
|
||||
|
||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
|
||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
|
||||
|
||||
this.Location = new Point(x, y);
|
||||
|
||||
this.Size = new Size(452, 157);
|
||||
}
|
||||
|
||||
public void SetAlarmStatus(List<string> alarms)
|
||||
{
|
||||
this.smartListBox1.ClearAll();
|
||||
|
||||
if (alarms.Count != 0)
|
||||
{
|
||||
foreach (string alarm in alarms)
|
||||
this.smartListBox1.AddItem(alarm);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Override Member
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
|
||||
this.InitializeControl();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Event Handler
|
||||
private void buttonOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.BuzzerOFF();
|
||||
this.Visible = false;
|
||||
}
|
||||
|
||||
private void timerAutoClose_Tick(object sender, EventArgs e)
|
||||
{
|
||||
this.timerAutoClose.Enabled = false;
|
||||
this.DialogResult = DialogResult.OK;
|
||||
this.Close();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,212 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="timerAutoClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="smartForm1.BackImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAcIAAACbCAYAAADx7pvOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANPSURBVHhe7dXHYZwFFEbR1385GAxOYKw40ihnaf4wsY3H
|
||||
nha+szib28Ct345WDQCp6v8BAJIYIQDR6tPRqgEglRECEK0+Ha8aAFLV78erBoBURghANCMEIFr9cbJq
|
||||
AEhlhABEM0IAotXnk1UDQKr6fLpqAEhlhABEqz9PhwaAVEYIQDQjBCBa/XU2NACkMkIAohkhANHqy9nQ
|
||||
AJCqvpwPDQCpjBCAaPX1fGgASGWEAESrr4uhASBVfVsMDQCpjBCAaPVtMTYApKrvi7EBIFV9vxgbAFIZ
|
||||
IQDR6sfF2ACQyggBiFY/LscGgFT19+XYAJDKCAGIZoQARKt/lmMDQCojBCBa/VyODQCpjBCAaPVzOTUA
|
||||
pKp/r6YGgFRGCEA0IwQgWv26mhoAUtWv66kBIJURAhCtjq6nBoBURghAtDq6mRoAUtXxzdQAkMoIAYhm
|
||||
hABEq5PbqQEgVZ3czg0AqYwQgGh1ejs3AKQyQgCi1end3ACQqs7u5gaAVEYIQDQjBCBand/PDQCpjBCA
|
||||
aEYIQLRa3M8NAKlq8TA3AKQyQgCi1cXDugEglRECEM0IAYhWl4/rBoBURghANCMEIFotH9cNAKlq+bRu
|
||||
AEhVV0/rBoBURghANCMEIFpdP68bAFIZIQDRjBCAaHXzvGkASGWEAESrm5dNA0Cqun3ZNACkMkIAohkh
|
||||
ANHq7nXTAJDKCAGIZoQARKv7100DQKq6f9s0AKQyQgCi1cPbpgEglRECEK0e3rYNAKnq8X3bAJDKCAGI
|
||||
ZoQARKun920DQKp6+tg2AKQyQgCi1fPHtgEglRECEK2eV9sGgFT1sto2AKQyQgCiGSEA0ep12DYApKrX
|
||||
YdcAkMoIAYhWb8OuASCVEQIQrd7HXQNAKiMEIJoRAhCtPsZdA0Cq+ph2DQCpjBCAaLWadg0AqYwQgGi1
|
||||
mncNAKlqmHcNAKlqmPcNAKmMEIBoNc77BoBUNa73DQCpjBCAaDWt9w0AqYwQgGg1bfYNAKlq3uwbAFIZ
|
||||
IQDRjBCAaLXe7hsAUhkhANGMEIBotdkeGgBSGSEA0WqzOzQApKrt7tAAkMoIAYhmhABEq93+0ACQyggB
|
||||
iGaEAESr/f7QAJCq9odDA0AqIwQgWh0OhwaAVEYIQLT/AOwJB+HUIOHHAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
<value>WEBPAD</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
|
|
@ -1150,12 +1150,11 @@ namespace INT_LKD_PTB6_DW.DialogForms
|
|||
{
|
||||
int x = 0, y = 0;
|
||||
|
||||
this.Size = new Size(452, 157);
|
||||
|
||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
|
||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
|
||||
|
||||
this.Location = new Point(x, y);
|
||||
|
||||
this.Size = new Size(452, 157);
|
||||
}
|
||||
|
||||
private void PictureBoxVisible(bool bValue)
|
||||
|
|
|
|||
|
|
@ -676,11 +676,11 @@ namespace INT_LKD_PTB6_DW.DialogForms
|
|||
{
|
||||
int x = 0, y = 0;
|
||||
|
||||
this.Size = new Size(452, 157);
|
||||
|
||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
|
||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
|
||||
|
||||
this.Location = new Point(x, y);
|
||||
this.Size = new Size(452, 157);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -553,8 +553,8 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
structItem.DummyBool9 = false;
|
||||
structItem.DummyBool10 = false;
|
||||
|
||||
structItem.EQUIPMENT_TYPE = (int)this.SystemConfig.EQUIPMENT_TYPE;
|
||||
structItem.CYCLE_TIME = this.SystemConfig.CYCLE_TIME;
|
||||
structItem.DummyInt2 = 0;
|
||||
structItem.DummyInt3 = 0;
|
||||
structItem.DummyInt4 = 0;
|
||||
structItem.DummyInt5 = 0;
|
||||
|
|
@ -645,8 +645,8 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
structItem.DummyBool9 = false;
|
||||
structItem.DummyBool10 = false;
|
||||
|
||||
structItem.EQUIPMENT_TYPE = (int)item.EQUIPMENT_TYPE;
|
||||
structItem.CYCLE_TIME = item.CYCLE_TIME;
|
||||
structItem.DummyInt2 = 0;
|
||||
structItem.DummyInt3 = 0;
|
||||
structItem.DummyInt4 = 0;
|
||||
structItem.DummyInt5 = 0;
|
||||
|
|
@ -725,7 +725,6 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
|
||||
this.SystemConfig.EQUIPMENT_LANE = structItem.EQUIPMENT_LANE;
|
||||
this.SystemConfig.CHECK_LANE = structItem.CHECK_LANE;
|
||||
this.SystemConfig.EQUIPMENT_TYPE = (Define.E_EquipmentType)Enum.ToObject(typeof(Define.E_EquipmentType), structItem.EQUIPMENT_TYPE);
|
||||
this.SystemConfig.CYCLE_TIME = structItem.CYCLE_TIME;
|
||||
|
||||
this.smartFileIO.Close();
|
||||
|
|
@ -3979,6 +3978,9 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
|
||||
// Servo ModbusOpen
|
||||
this.ModbusOpen();
|
||||
|
||||
// TrackingOperation
|
||||
this.SetTrackingHistoryData(Define.E_TrackingOperation.PowerOn, "");
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@
|
|||
this.smartTimerMessageShow = new SmartX.SmartTimer();
|
||||
this.smartTimerLogin = new SmartX.SmartTimer();
|
||||
this.timerServer = new SmartX.SmartTimer();
|
||||
this.smartButton2 = new SmartX.SmartButton();
|
||||
this.smartForm1.SuspendLayout();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
|
|
@ -70,7 +69,6 @@
|
|||
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage;
|
||||
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
|
||||
this.smartForm1.CenterLocation = false;
|
||||
this.smartForm1.Controls.Add(this.smartButton2);
|
||||
this.smartForm1.Controls.Add(this.buttonInfinity);
|
||||
this.smartForm1.Controls.Add(this.labelTitleLeakDetetor);
|
||||
this.smartForm1.Controls.Add(this.labelTitleTime);
|
||||
|
|
@ -796,42 +794,6 @@
|
|||
this.timerServer.TimeFormStringSeparator = ":";
|
||||
this.timerServer.Tick += new System.EventHandler(this.timerServer_Tick);
|
||||
//
|
||||
// smartButton2
|
||||
//
|
||||
this.smartButton2.BackGround = this.smartForm1;
|
||||
this.smartButton2.BackGroundColor = System.Drawing.Color.Gray;
|
||||
this.smartButton2.ButtonColor = System.Drawing.Color.Teal;
|
||||
this.smartButton2.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
|
||||
this.smartButton2.ButtonImageAutoSize = true;
|
||||
this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||
this.smartButton2.ButtonText = "BZ OFF";
|
||||
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.smartButton2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartButton2.GroupID = 0;
|
||||
this.smartButton2.ImageDisable = null;
|
||||
this.smartButton2.ImageDown = null;
|
||||
this.smartButton2.ImageUp = null;
|
||||
this.smartButton2.Location = new System.Drawing.Point(917, 570);
|
||||
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.smartButton2.Name = "smartButton2";
|
||||
this.smartButton2.NestedClickEventPrevent = false;
|
||||
this.smartButton2.OutlinePixel = 2;
|
||||
this.smartButton2.OverlapOptimize = true;
|
||||
this.smartButton2.RepeatInterval = 200;
|
||||
this.smartButton2.RepeatIntervalAccelerate = null;
|
||||
this.smartButton2.RoundSize = 10;
|
||||
this.smartButton2.SafeInterval = 200;
|
||||
this.smartButton2.Size = new System.Drawing.Size(100, 39);
|
||||
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.smartButton2.TabIndex = 634;
|
||||
this.smartButton2.Text = null;
|
||||
this.smartButton2.TextColor = System.Drawing.Color.White;
|
||||
this.smartButton2.TextColorDisable = System.Drawing.Color.Gainsboro;
|
||||
this.smartButton2.TextDownColor = System.Drawing.Color.Chartreuse;
|
||||
this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click);
|
||||
//
|
||||
// FormMainDisplay
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
|
|
@ -881,6 +843,5 @@
|
|||
private SmartX.SmartLabel labelTitleAlarm;
|
||||
private SmartX.SmartLabel labelTitleLeakDetetor;
|
||||
private SmartX.SmartButton buttonInfinity;
|
||||
private SmartX.SmartButton smartButton2;
|
||||
}
|
||||
}
|
||||
|
|
@ -15,6 +15,7 @@ using INT_LKD_PTB6_DW.Controls;
|
|||
using INT_LKD_PTB6_DW.Part11_UserManager;
|
||||
using INT_LKD_PTB6_DW.DialogForms;
|
||||
using INT_LKD_PTB6_DW.Controls.MainDisplay;
|
||||
using INT_LKD_PTB6_DW.Controls.User;
|
||||
|
||||
namespace INT_LKD_PTB6_DW.Forms
|
||||
{
|
||||
|
|
@ -23,10 +24,7 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
#region Field
|
||||
public string ChangeID;
|
||||
private bool BeforeEthernetStatus;
|
||||
private int FlagIgnoreCNT;
|
||||
private string MessageBoxRange;
|
||||
private int testIndex;
|
||||
private bool IsTestMode;
|
||||
private bool FlagIsBuzzerOn;
|
||||
|
||||
private FormMain m_ParentForm;
|
||||
|
|
@ -34,7 +32,9 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
public ControlMainModbus ChildModbus;
|
||||
public ControlMainDisplay_1 ChildMainDisplay_1;
|
||||
public ControlMainDisplay_2 ChildMainDisplay_2;
|
||||
public ControlMainDisplay_4 ChildMainDisplay_3;
|
||||
public ControlMainDisplay_3 ChildMainDisplay_3;
|
||||
|
||||
private ControlAlarmMessage ChildAlarmMessage;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
|
@ -61,9 +61,7 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
private void DefaultSetting()
|
||||
{
|
||||
this.BeforeEthernetStatus = false;
|
||||
this.IsTestMode = false;
|
||||
|
||||
this.FlagIgnoreCNT = 0;
|
||||
this.FlagIsBuzzerOn = false;
|
||||
this.MessageBoxRange = "";
|
||||
|
||||
|
|
@ -78,7 +76,7 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
this.ChildMainDisplay_1.Location = new Point(0, 147);
|
||||
this.ChildMainDisplay_1.BringToFront();
|
||||
|
||||
this.ChildMainDisplay_3 = new ControlMainDisplay_4(this);
|
||||
this.ChildMainDisplay_3 = new ControlMainDisplay_3(this);
|
||||
this.Controls.Add(this.ChildMainDisplay_3);
|
||||
this.ChildMainDisplay_3.Location = new Point(0, 336);
|
||||
this.ChildMainDisplay_3.BringToFront();
|
||||
|
|
@ -90,6 +88,15 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
this.ChildMainDisplay_2.BringToFront();
|
||||
this.ChildMainDisplay_2.Visible = false;
|
||||
|
||||
int x = 0, y = 0;
|
||||
this.ChildAlarmMessage = new ControlAlarmMessage(this);
|
||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.ChildAlarmMessage.Width / 2;
|
||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.ChildAlarmMessage.Height / 2;
|
||||
this.Controls.Add(this.ChildAlarmMessage);
|
||||
this.ChildAlarmMessage.Location = new Point(x, y);
|
||||
this.ChildAlarmMessage.BringToFront();
|
||||
this.ChildAlarmMessage.Visible = false;
|
||||
|
||||
this.buttonRecipeNo.ButtonText = this.ParentForm.SystemConfig.RECIPE_NUMBER.ToString();
|
||||
this.UpdateDisplayUser(this.ParentForm.CurrentSystemStatus.CurrentUser);
|
||||
}
|
||||
|
|
@ -674,8 +681,9 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
}
|
||||
public void UpdateDisplayAlarmView(AlarmList alarm)
|
||||
{
|
||||
string value = "";
|
||||
bool buzzer = false, msg = false;
|
||||
string value = "";
|
||||
List<string> al = new List<string>();
|
||||
|
||||
// A1_ServoLock
|
||||
if (alarm.A1_EmergencyStop == true)
|
||||
|
|
@ -683,22 +691,28 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
value = "a1_EM/Stop ";
|
||||
|
||||
if (this.ParentForm.CurrentAlarmActionSetting.A1_Buzzer == true)
|
||||
{
|
||||
buzzer = true;
|
||||
al.Add("a1_EM/Stop");
|
||||
}
|
||||
}
|
||||
// A2_PressureError
|
||||
if (alarm.A2_PressureError == true)
|
||||
{
|
||||
value += "a2_Pressure ";
|
||||
|
||||
|
||||
if (this.ParentForm.CurrentAlarmActionSetting.A2_Buzzer == true)
|
||||
{
|
||||
buzzer = true;
|
||||
al.Add("a2_Pressure");
|
||||
}
|
||||
}
|
||||
// A3_
|
||||
if (alarm.A3_ == true)
|
||||
value += "";
|
||||
// A4_ServoOrigin
|
||||
// A4_
|
||||
if (alarm.A4_ == true)
|
||||
value += "a4_SV ORG ";
|
||||
value += "";
|
||||
|
||||
// A5_ServoAlarm
|
||||
if (alarm.A5_ServoAlarm == true)
|
||||
|
|
@ -706,16 +720,14 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
value += "a5_SV ALM ";
|
||||
|
||||
if (this.ParentForm.CurrentAlarmActionSetting.A5_Buzzer == true)
|
||||
{
|
||||
buzzer = true;
|
||||
al.Add("a5_SV ALM");
|
||||
}
|
||||
}
|
||||
// A6_ServoTorqueAlarm
|
||||
if (alarm.A6_ServoTorqueAlarm == true)
|
||||
{
|
||||
value += "a6_SV TQ ";
|
||||
|
||||
if (this.ParentForm.CurrentAlarmActionSetting.A6_Buzzer == true)
|
||||
buzzer = true;
|
||||
}
|
||||
// A7_
|
||||
if (alarm.A7_ == true)
|
||||
value += "";
|
||||
|
|
@ -790,19 +802,18 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
// this.labelAlarm.Location = new Point(3, 26);
|
||||
//}
|
||||
|
||||
if (this.FlagIsBuzzerOn == false)
|
||||
|
||||
if (buzzer == true)
|
||||
{
|
||||
if (buzzer == true)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
sb.Append(CommunicationCommand.Buzzer);
|
||||
sb.Append("1");
|
||||
|
||||
this.ParentForm.TransferData(sb.ToString(), CommunicationID.MainBoard);
|
||||
|
||||
this.FlagIsBuzzerOn = true;
|
||||
}
|
||||
this.ChildAlarmMessage.SetAlarmStatus(al);
|
||||
this.ChildAlarmMessage.Visible = true;
|
||||
this.BuzzerON();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ChildAlarmMessage.Visible = false;
|
||||
this.BuzzerOFF();
|
||||
this.FlagIsBuzzerOn = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -905,6 +916,29 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
{
|
||||
this.ChildMainDisplay_3.Visible = list;
|
||||
}
|
||||
public void BuzzerON()
|
||||
{
|
||||
if (this.FlagIsBuzzerOn == false)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
sb.Append(CommunicationCommand.Buzzer);
|
||||
sb.Append("1");
|
||||
|
||||
this.ParentForm.TransferData(sb.ToString(), CommunicationID.MainBoard);
|
||||
|
||||
this.FlagIsBuzzerOn = true;
|
||||
}
|
||||
}
|
||||
public void BuzzerOFF()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
sb.Append(CommunicationCommand.Buzzer);
|
||||
sb.Append("0");
|
||||
|
||||
this.ParentForm.TransferData(sb.ToString(), CommunicationID.MainBoard);
|
||||
}
|
||||
|
||||
public void DisplayRefresh()
|
||||
{
|
||||
|
|
@ -1109,17 +1143,5 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void smartButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
sb.Append(CommunicationCommand.Buzzer);
|
||||
sb.Append("0");
|
||||
|
||||
this.ParentForm.TransferData(sb.ToString(), CommunicationID.MainBoard);
|
||||
|
||||
this.FlagIsBuzzerOn = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -83,6 +83,8 @@ namespace INT_LKD_PTB6_DW.Forms
|
|||
this.SelectedMenuManual = Define.E_MenuManualStore._0_None;
|
||||
this.SelectedMenuLog = Define.E_MenuLogStore._0_None;
|
||||
this.SelectedMenuSystem = Define.E_MenuSystemStore._0_None;
|
||||
|
||||
this.labelAlarm.Text = "";
|
||||
}
|
||||
public void InitializeDesign()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -181,6 +181,12 @@
|
|||
<Compile Include="Controls\System\ControlMenuSystemStatus6_2.Designer.cs">
|
||||
<DependentUpon>ControlMenuSystemStatus6_2.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\User\ControlAlarmMessage.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Controls\User\ControlAlarmMessage.Designer.cs">
|
||||
<DependentUpon>ControlAlarmMessage.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\User\ControlMenuUserGroupEditor.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
|
|
@ -217,6 +223,12 @@
|
|||
<Compile Include="DataStore\SystemStatus.cs" />
|
||||
<Compile Include="DataStore\Update.cs" />
|
||||
<Compile Include="DataStore\User.cs" />
|
||||
<Compile Include="DialogForms\DialogFormAlarmMessage.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DialogForms\DialogFormAlarmMessage.Designer.cs">
|
||||
<DependentUpon>DialogFormAlarmMessage.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DialogForms\DialogFormHexKeyPad.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
@ -355,6 +367,10 @@
|
|||
<DependentUpon>ControlMenuSystemStatus6_2.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Controls\User\ControlAlarmMessage.resx">
|
||||
<DependentUpon>ControlAlarmMessage.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Controls\User\ControlMenuUserGroupEditor.resx">
|
||||
<DependentUpon>ControlMenuUserGroupEditor.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
@ -367,6 +383,10 @@
|
|||
<DependentUpon>ControlMenuUserUserEditor.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DialogForms\DialogFormAlarmMessage.resx">
|
||||
<DependentUpon>DialogFormAlarmMessage.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="DialogForms\DialogFormHexKeyPad.resx">
|
||||
<DependentUpon>DialogFormHexKeyPad.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
|
|||
Loading…
Reference in New Issue