Compare commits

..

14 Commits

Author SHA1 Message Date
Seonjae 71133d036a 예외처리 2025-05-27 17:52:22 +09:00
Seonjae b1804a3fbf no message 2025-05-27 17:51:49 +09:00
Seonjae 58644922be no message 2025-05-27 17:51:11 +09:00
Seonjae 2722c18175 no message 2025-05-27 13:33:35 +09:00
DESKTOP-999R8N3\CJY 7c8ecbeac2 (버그)비밀번호 만료 중문 문구 수정 2025-04-21 17:01:10 +09:00
DESKTOP-999R8N3\CJY f8a42ab262 Merge branch 'master' of http://192.168.11.65:3000/SJ84/INT_LKD_2
# Conflicts:
#	INT_LKD_2.suo
2025-04-21 16:52:11 +09:00
DESKTOP-999R8N3\CJY 6c4471f13a Message ButtonText 2025-04-21 16:50:03 +09:00
Seonjae 41a55f8690 수정 2025-04-21 10:25:31 +09:00
Seonjae c72cb1315f 중문 수정 2025-04-16 09:35:53 +09:00
DESKTOP-999R8N3\CJY c32c4f0163 - 언어 추가
중문 추가
2025-04-15 16:58:21 +09:00
DESKTOP-999R8N3\CJY 5a650a265a 중문 추가 중 2025-04-14 09:25:02 +09:00
Seonjae 682fc045bd 미사용 폼 삭제 2025-04-11 14:40:27 +09:00
Seonjae ea2e39f4d2 Merge branch 'master' of http://192.168.11.65:3000/SJ84/INT_LKD_2
# Conflicts:
#	INT_LKD_2.suo
2025-04-11 09:58:32 +09:00
Seonjae daacf51996 no message 2025-04-11 09:34:47 +09:00
72 changed files with 13633 additions and 12196 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
INT_LKD_2/bin/
INT_LKD_2/obj/
INT_LKD_2.suo

Binary file not shown.

View File

@ -1,37 +0,0 @@
namespace INT_LKD_2.Controls.Bottom
{
partial class ControlBottomManual
{
/// <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()
{
components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
}
#endregion
}
}

View File

@ -1,21 +0,0 @@
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;
namespace INT_LKD_2.Controls.Bottom
{
public partial class ControlBottomManual : UserControl
{
public ControlBottomManual()
{
InitializeComponent();
}
}
}

View File

@ -1,37 +0,0 @@
namespace INT_LKD_2.Controls.Bottom
{
partial class ControlBottomSetting
{
/// <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()
{
components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
}
#endregion
}
}

View File

@ -1,19 +0,0 @@
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;
namespace INT_LKD_2.Controls.Bottom
{
public partial class ControlBottomSetting : UserControl
{
public ControlBottomSetting()
{
InitializeComponent();
}
}
}

View File

@ -29,22 +29,22 @@
private void InitializeComponent()
{
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelTitleDetail = new SmartX.SmartLabel();
this.labelTitleEvent = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.listBoxDetail = new SmartX.SmartListBox();
this.listBoxEvent = new SmartX.SmartListBox();
this.listBoxLoginID = new SmartX.SmartListBox();
this.smartLabel1 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.smartLabel9 = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel();
this.buttonDown = new SmartX.SmartButton();
this.buttonUp = new SmartX.SmartButton();
this.listBoxTime = new SmartX.SmartListBox();
this.treeView = new System.Windows.Forms.TreeView();
this.smartLabel4 = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel();
this.labelTitleList = new SmartX.SmartLabel();
this.labelTitleFileName = new SmartX.SmartLabel();
this.labelFileName = new SmartX.SmartLabel();
this.buttonBackup = new SmartX.SmartButton();
this.labelCount = new SmartX.SmartLabel();
@ -57,25 +57,26 @@
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.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.labelTitleDetail);
this.smartGroupBox1.Controls.Add(this.labelTitleEvent);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
this.smartGroupBox1.Controls.Add(this.listBoxLoginID);
this.smartGroupBox1.Controls.Add(this.smartLabel9);
this.smartGroupBox1.Controls.Add(this.labelTitleTime);
this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp);
this.smartGroupBox1.Controls.Add(this.listBoxTime);
this.smartGroupBox1.Controls.Add(this.treeView);
this.smartGroupBox1.Controls.Add(this.smartLabel4);
this.smartGroupBox1.Controls.Add(this.smartLabel3);
this.smartGroupBox1.Controls.Add(this.labelTitleList);
this.smartGroupBox1.Controls.Add(this.labelTitleFileName);
this.smartGroupBox1.Controls.Add(this.labelFileName);
this.smartGroupBox1.Controls.Add(this.buttonBackup);
this.smartGroupBox1.Controls.Add(this.labelCount);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;
@ -89,6 +90,75 @@
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// labelTitleDetail
//
this.labelTitleDetail.BackGround = this.smartGroupBox1;
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleDetail.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleDetail.LineSpacing = 1F;
this.labelTitleDetail.Location = new System.Drawing.Point(732, 108);
this.labelTitleDetail.Name = "labelTitleDetail";
this.labelTitleDetail.OverlapOptimize = true;
this.labelTitleDetail.PasswordChar = '\0';
this.labelTitleDetail.Radius = 3;
this.labelTitleDetail.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleDetail.Size = new System.Drawing.Size(110, 29);
this.labelTitleDetail.TabIndex = 128;
this.labelTitleDetail.Text = "Detail";
this.labelTitleDetail.TextColor = System.Drawing.Color.White;
this.labelTitleDetail.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDetail.Wordwrap = false;
//
// labelTitleEvent
//
this.labelTitleEvent.BackGround = this.smartGroupBox1;
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleEvent.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleEvent.LineSpacing = 1F;
this.labelTitleEvent.Location = new System.Drawing.Point(448, 108);
this.labelTitleEvent.Name = "labelTitleEvent";
this.labelTitleEvent.OverlapOptimize = true;
this.labelTitleEvent.PasswordChar = '\0';
this.labelTitleEvent.Radius = 3;
this.labelTitleEvent.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleEvent.Size = new System.Drawing.Size(285, 29);
this.labelTitleEvent.TabIndex = 127;
this.labelTitleEvent.Text = "Event";
this.labelTitleEvent.TextColor = System.Drawing.Color.White;
this.labelTitleEvent.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleEvent.Wordwrap = false;
//
// labelTitleID
//
this.labelTitleID.BackGround = this.smartGroupBox1;
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleID.LineSpacing = 1F;
this.labelTitleID.Location = new System.Drawing.Point(350, 108);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.OverlapOptimize = true;
this.labelTitleID.PasswordChar = '\0';
this.labelTitleID.Radius = 3;
this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleID.Size = new System.Drawing.Size(99, 29);
this.labelTitleID.TabIndex = 126;
this.labelTitleID.Text = "Login ID";
this.labelTitleID.TextColor = System.Drawing.Color.White;
this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleID.Wordwrap = false;
//
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
@ -482,97 +552,28 @@
this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
//
// smartLabel1
// labelTitleTime
//
this.smartLabel1.BackGround = this.smartGroupBox1;
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel1.LineSpacing = 1F;
this.smartLabel1.Location = new System.Drawing.Point(732, 108);
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(110, 29);
this.smartLabel1.TabIndex = 128;
this.smartLabel1.Text = "Detail";
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.Wordwrap = false;
//
// smartLabel2
//
this.smartLabel2.BackGround = this.smartGroupBox1;
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel2.LineSpacing = 1F;
this.smartLabel2.Location = new System.Drawing.Point(448, 108);
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(285, 29);
this.smartLabel2.TabIndex = 127;
this.smartLabel2.Text = "Event";
this.smartLabel2.TextColor = System.Drawing.Color.White;
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
//
// smartLabel8
//
this.smartLabel8.BackGround = this.smartGroupBox1;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel8.LineSpacing = 1F;
this.smartLabel8.Location = new System.Drawing.Point(350, 108);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(99, 29);
this.smartLabel8.TabIndex = 126;
this.smartLabel8.Text = "Login ID";
this.smartLabel8.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
//
// smartLabel9
//
this.smartLabel9.BackGround = this.smartGroupBox1;
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel9.LineSpacing = 1F;
this.smartLabel9.Location = new System.Drawing.Point(271, 108);
this.smartLabel9.Name = "smartLabel9";
this.smartLabel9.OverlapOptimize = true;
this.smartLabel9.PasswordChar = '\0';
this.smartLabel9.Radius = 3;
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel9.Size = new System.Drawing.Size(80, 29);
this.smartLabel9.TabIndex = 125;
this.smartLabel9.Text = "Time";
this.smartLabel9.TextColor = System.Drawing.Color.White;
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel9.Wordwrap = false;
this.labelTitleTime.BackGround = this.smartGroupBox1;
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleTime.LineSpacing = 1F;
this.labelTitleTime.Location = new System.Drawing.Point(271, 108);
this.labelTitleTime.Name = "labelTitleTime";
this.labelTitleTime.OverlapOptimize = true;
this.labelTitleTime.PasswordChar = '\0';
this.labelTitleTime.Radius = 3;
this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleTime.Size = new System.Drawing.Size(80, 29);
this.labelTitleTime.TabIndex = 125;
this.labelTitleTime.Text = "Time";
this.labelTitleTime.TextColor = System.Drawing.Color.White;
this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTime.Wordwrap = false;
//
// buttonDown
//
@ -766,49 +767,51 @@
this.treeView.TabIndex = 81;
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect);
//
// smartLabel4
// labelTitleList
//
this.smartLabel4.BackGround = this.smartGroupBox1;
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(22, 45);
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(45, 18);
this.smartLabel4.TabIndex = 88;
this.smartLabel4.Text = "List";
this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false;
this.labelTitleList.BackGround = this.smartGroupBox1;
this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleList.BorderColor = System.Drawing.Color.Black;
this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleList.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleList.LineSpacing = 0F;
this.labelTitleList.Location = new System.Drawing.Point(22, 45);
this.labelTitleList.Name = "labelTitleList";
this.labelTitleList.OverlapOptimize = true;
this.labelTitleList.PasswordChar = '\0';
this.labelTitleList.Radius = 3;
this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleList.Size = new System.Drawing.Size(73, 18);
this.labelTitleList.TabIndex = 88;
this.labelTitleList.Text = "List";
this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleList.Wordwrap = false;
//
// smartLabel3
// labelTitleFileName
//
this.smartLabel3.BackGround = this.smartGroupBox1;
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(271, 45);
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(541, 18);
this.smartLabel3.TabIndex = 87;
this.smartLabel3.Text = "File name";
this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false;
this.labelTitleFileName.BackGround = this.smartGroupBox1;
this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleFileName.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleFileName.LineSpacing = 0F;
this.labelTitleFileName.Location = new System.Drawing.Point(271, 45);
this.labelTitleFileName.Name = "labelTitleFileName";
this.labelTitleFileName.OverlapOptimize = true;
this.labelTitleFileName.PasswordChar = '\0';
this.labelTitleFileName.Radius = 3;
this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleFileName.Size = new System.Drawing.Size(541, 18);
this.labelTitleFileName.TabIndex = 87;
this.labelTitleFileName.Text = "File name";
this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleFileName.Wordwrap = false;
//
// labelFileName
//
@ -842,6 +845,7 @@
this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBackup.ButtonText = "Backup";
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBackup.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonBackup.GroupID = 0;
this.buttonBackup.ImageDisable = null;
this.buttonBackup.ImageDown = null;
@ -875,13 +879,13 @@
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelCount.LineSpacing = 0F;
this.labelCount.Location = new System.Drawing.Point(75, 45);
this.labelCount.Location = new System.Drawing.Point(101, 45);
this.labelCount.Name = "labelCount";
this.labelCount.OverlapOptimize = true;
this.labelCount.PasswordChar = '\0';
this.labelCount.Radius = 10;
this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
this.labelCount.Size = new System.Drawing.Size(187, 18);
this.labelCount.Size = new System.Drawing.Size(161, 18);
this.labelCount.TabIndex = 83;
this.labelCount.Text = "00";
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
@ -913,16 +917,16 @@
private SmartX.SmartLabel labelCount;
private System.Windows.Forms.TreeView treeView;
private SmartX.SmartLabel labelFileName;
private SmartX.SmartLabel smartLabel3;
private SmartX.SmartLabel smartLabel4;
private SmartX.SmartLabel labelTitleFileName;
private SmartX.SmartLabel labelTitleList;
private SmartX.SmartFile smartFile1;
private SmartX.SmartListBox listBoxDetail;
private SmartX.SmartListBox listBoxEvent;
private SmartX.SmartListBox listBoxLoginID;
private SmartX.SmartLabel smartLabel1;
private SmartX.SmartLabel smartLabel2;
private SmartX.SmartLabel smartLabel8;
private SmartX.SmartLabel smartLabel9;
private SmartX.SmartLabel labelTitleDetail;
private SmartX.SmartLabel labelTitleEvent;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelTitleTime;
private SmartX.SmartButton buttonDown;
private SmartX.SmartButton buttonUp;
private SmartX.SmartListBox listBoxTime;

View File

@ -37,6 +37,7 @@ namespace INT_LKD_2.Controls
this.Initialize();
this.DefaultSetting();
this.InitializeDesign();
}
#endregion
@ -51,7 +52,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "Log > Alarm";
}
private void DefaultSetting()
{
@ -67,6 +67,38 @@ namespace INT_LKD_2.Controls
this.CollectionListBox.Add(this.listBoxEvent);
this.CollectionListBox.Add(this.listBoxDetail);
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "日志 > 警报";
this.labelTitleList.Text = "档案清单";
this.labelTitleFileName.Text = "文件名";
this.labelTitleTime.Text = "时间";
this.labelTitleID.Text = "用户名";
this.labelTitleEvent.Text = "事件";
this.labelTitleDetail.Text = "细节";
this.buttonBackup.ButtonText = "备份";
break;
default:
this.smartGroupBox1.Text = "Log > Alarm";
this.labelTitleList.Text = "List";
this.labelTitleFileName.Text = "File name";
this.labelTitleTime.Text = "Time";
this.labelTitleID.Text = "ID";
this.labelTitleEvent.Text = "Event";
this.labelTitleDetail.Text = "Detail";
this.buttonBackup.ButtonText = "Backup";
break;
}
}
public void LoadFile(string fullFilePath)
{

View File

@ -30,18 +30,18 @@
{
this.smartFile1 = new SmartX.SmartFile();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartLabel7 = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.labelTitleType = new SmartX.SmartLabel();
this.labelTitleAfter = new SmartX.SmartLabel();
this.labelTitleBefore = new SmartX.SmartLabel();
this.labelTitleDetail = new SmartX.SmartLabel();
this.labelTitleEvent = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.labelFileName = new SmartX.SmartLabel();
this.smartLabel13 = new SmartX.SmartLabel();
this.smartLabel12 = new SmartX.SmartLabel();
this.labelTitleFileName = new SmartX.SmartLabel();
this.labelTitleList = new SmartX.SmartLabel();
this.labelCount = new SmartX.SmartLabel();
this.listBoxAfter = new SmartX.SmartListBox();
this.listBoxBefore = new SmartX.SmartListBox();
@ -49,7 +49,7 @@
this.listBoxDetail = new SmartX.SmartListBox();
this.listBoxEvent = new SmartX.SmartListBox();
this.listBoxLoginID = new SmartX.SmartListBox();
this.smartLabel9 = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel();
this.buttonDown = new SmartX.SmartButton();
this.buttonUp = new SmartX.SmartButton();
this.buttonBackup = new SmartX.SmartButton();
@ -67,18 +67,18 @@
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.smartLabel7);
this.smartGroupBox1.Controls.Add(this.smartLabel6);
this.smartGroupBox1.Controls.Add(this.smartLabel5);
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.labelTitleType);
this.smartGroupBox1.Controls.Add(this.labelTitleAfter);
this.smartGroupBox1.Controls.Add(this.labelTitleBefore);
this.smartGroupBox1.Controls.Add(this.labelTitleDetail);
this.smartGroupBox1.Controls.Add(this.labelTitleEvent);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
this.smartGroupBox1.Controls.Add(this.labelFileName);
this.smartGroupBox1.Controls.Add(this.smartLabel13);
this.smartGroupBox1.Controls.Add(this.smartLabel12);
this.smartGroupBox1.Controls.Add(this.labelTitleFileName);
this.smartGroupBox1.Controls.Add(this.labelTitleList);
this.smartGroupBox1.Controls.Add(this.labelCount);
this.smartGroupBox1.Controls.Add(this.listBoxAfter);
this.smartGroupBox1.Controls.Add(this.listBoxBefore);
@ -86,12 +86,13 @@
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
this.smartGroupBox1.Controls.Add(this.listBoxLoginID);
this.smartGroupBox1.Controls.Add(this.smartLabel9);
this.smartGroupBox1.Controls.Add(this.labelTitleTime);
this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp);
this.smartGroupBox1.Controls.Add(this.buttonBackup);
this.smartGroupBox1.Controls.Add(this.listBoxTime);
this.smartGroupBox1.Controls.Add(this.treeView);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;
@ -105,143 +106,143 @@
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// smartLabel7
// labelTitleType
//
this.smartLabel7.BackGround = this.smartGroupBox1;
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel7.LineSpacing = 1F;
this.smartLabel7.Location = new System.Drawing.Point(763, 108);
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(78, 29);
this.smartLabel7.TabIndex = 115;
this.smartLabel7.Text = "Type";
this.smartLabel7.TextColor = System.Drawing.Color.White;
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false;
this.labelTitleType.BackGround = this.smartGroupBox1;
this.labelTitleType.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleType.BorderColor = System.Drawing.Color.Black;
this.labelTitleType.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleType.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleType.LineSpacing = 1F;
this.labelTitleType.Location = new System.Drawing.Point(763, 108);
this.labelTitleType.Name = "labelTitleType";
this.labelTitleType.OverlapOptimize = true;
this.labelTitleType.PasswordChar = '\0';
this.labelTitleType.Radius = 3;
this.labelTitleType.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleType.Size = new System.Drawing.Size(78, 29);
this.labelTitleType.TabIndex = 115;
this.labelTitleType.Text = "Type";
this.labelTitleType.TextColor = System.Drawing.Color.White;
this.labelTitleType.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleType.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleType.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleType.Wordwrap = false;
//
// smartLabel6
// labelTitleAfter
//
this.smartLabel6.BackGround = this.smartGroupBox1;
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel6.LineSpacing = 1F;
this.smartLabel6.Location = new System.Drawing.Point(709, 108);
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(55, 29);
this.smartLabel6.TabIndex = 114;
this.smartLabel6.Text = "After";
this.smartLabel6.TextColor = System.Drawing.Color.White;
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false;
this.labelTitleAfter.BackGround = this.smartGroupBox1;
this.labelTitleAfter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleAfter.BorderColor = System.Drawing.Color.Black;
this.labelTitleAfter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleAfter.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleAfter.LineSpacing = 1F;
this.labelTitleAfter.Location = new System.Drawing.Point(709, 108);
this.labelTitleAfter.Name = "labelTitleAfter";
this.labelTitleAfter.OverlapOptimize = true;
this.labelTitleAfter.PasswordChar = '\0';
this.labelTitleAfter.Radius = 3;
this.labelTitleAfter.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleAfter.Size = new System.Drawing.Size(55, 29);
this.labelTitleAfter.TabIndex = 114;
this.labelTitleAfter.Text = "After";
this.labelTitleAfter.TextColor = System.Drawing.Color.White;
this.labelTitleAfter.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleAfter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleAfter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleAfter.Wordwrap = false;
//
// smartLabel5
// labelTitleBefore
//
this.smartLabel5.BackGround = this.smartGroupBox1;
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel5.LineSpacing = 1F;
this.smartLabel5.Location = new System.Drawing.Point(655, 108);
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(55, 29);
this.smartLabel5.TabIndex = 113;
this.smartLabel5.Text = "Before";
this.smartLabel5.TextColor = System.Drawing.Color.White;
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false;
this.labelTitleBefore.BackGround = this.smartGroupBox1;
this.labelTitleBefore.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleBefore.BorderColor = System.Drawing.Color.Black;
this.labelTitleBefore.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleBefore.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleBefore.LineSpacing = 1F;
this.labelTitleBefore.Location = new System.Drawing.Point(655, 108);
this.labelTitleBefore.Name = "labelTitleBefore";
this.labelTitleBefore.OverlapOptimize = true;
this.labelTitleBefore.PasswordChar = '\0';
this.labelTitleBefore.Radius = 3;
this.labelTitleBefore.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleBefore.Size = new System.Drawing.Size(55, 29);
this.labelTitleBefore.TabIndex = 113;
this.labelTitleBefore.Text = "Before";
this.labelTitleBefore.TextColor = System.Drawing.Color.White;
this.labelTitleBefore.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleBefore.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleBefore.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleBefore.Wordwrap = false;
//
// smartLabel1
// labelTitleDetail
//
this.smartLabel1.BackGround = this.smartGroupBox1;
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel1.LineSpacing = 1F;
this.smartLabel1.Location = new System.Drawing.Point(536, 108);
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(120, 29);
this.smartLabel1.TabIndex = 112;
this.smartLabel1.Text = "Detail";
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.Wordwrap = false;
this.labelTitleDetail.BackGround = this.smartGroupBox1;
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleDetail.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleDetail.LineSpacing = 1F;
this.labelTitleDetail.Location = new System.Drawing.Point(536, 108);
this.labelTitleDetail.Name = "labelTitleDetail";
this.labelTitleDetail.OverlapOptimize = true;
this.labelTitleDetail.PasswordChar = '\0';
this.labelTitleDetail.Radius = 3;
this.labelTitleDetail.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleDetail.Size = new System.Drawing.Size(120, 29);
this.labelTitleDetail.TabIndex = 112;
this.labelTitleDetail.Text = "Detail";
this.labelTitleDetail.TextColor = System.Drawing.Color.White;
this.labelTitleDetail.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDetail.Wordwrap = false;
//
// smartLabel2
// labelTitleEvent
//
this.smartLabel2.BackGround = this.smartGroupBox1;
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel2.LineSpacing = 1F;
this.smartLabel2.Location = new System.Drawing.Point(427, 108);
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(110, 29);
this.smartLabel2.TabIndex = 111;
this.smartLabel2.Text = "Event";
this.smartLabel2.TextColor = System.Drawing.Color.White;
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
this.labelTitleEvent.BackGround = this.smartGroupBox1;
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleEvent.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleEvent.LineSpacing = 1F;
this.labelTitleEvent.Location = new System.Drawing.Point(427, 108);
this.labelTitleEvent.Name = "labelTitleEvent";
this.labelTitleEvent.OverlapOptimize = true;
this.labelTitleEvent.PasswordChar = '\0';
this.labelTitleEvent.Radius = 3;
this.labelTitleEvent.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleEvent.Size = new System.Drawing.Size(110, 29);
this.labelTitleEvent.TabIndex = 111;
this.labelTitleEvent.Text = "Event";
this.labelTitleEvent.TextColor = System.Drawing.Color.White;
this.labelTitleEvent.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleEvent.Wordwrap = false;
//
// smartLabel8
// labelTitleID
//
this.smartLabel8.BackGround = this.smartGroupBox1;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel8.LineSpacing = 1F;
this.smartLabel8.Location = new System.Drawing.Point(338, 108);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(90, 29);
this.smartLabel8.TabIndex = 110;
this.smartLabel8.Text = "Login ID";
this.smartLabel8.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
this.labelTitleID.BackGround = this.smartGroupBox1;
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleID.LineSpacing = 1F;
this.labelTitleID.Location = new System.Drawing.Point(338, 108);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.OverlapOptimize = true;
this.labelTitleID.PasswordChar = '\0';
this.labelTitleID.Radius = 3;
this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleID.Size = new System.Drawing.Size(90, 29);
this.labelTitleID.TabIndex = 110;
this.labelTitleID.Text = "Login ID";
this.labelTitleID.TextColor = System.Drawing.Color.White;
this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleID.Wordwrap = false;
//
// smartSeparatorLine1
//
@ -322,49 +323,51 @@
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelFileName.Wordwrap = false;
//
// smartLabel13
// labelTitleFileName
//
this.smartLabel13.BackGround = this.smartGroupBox1;
this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel13.BorderColor = System.Drawing.Color.Black;
this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel13.LineSpacing = 0F;
this.smartLabel13.Location = new System.Drawing.Point(271, 45);
this.smartLabel13.Name = "smartLabel13";
this.smartLabel13.OverlapOptimize = true;
this.smartLabel13.PasswordChar = '\0';
this.smartLabel13.Radius = 3;
this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel13.Size = new System.Drawing.Size(541, 18);
this.smartLabel13.TabIndex = 135;
this.smartLabel13.Text = "File name";
this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel13.Wordwrap = false;
this.labelTitleFileName.BackGround = this.smartGroupBox1;
this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleFileName.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleFileName.LineSpacing = 0F;
this.labelTitleFileName.Location = new System.Drawing.Point(271, 45);
this.labelTitleFileName.Name = "labelTitleFileName";
this.labelTitleFileName.OverlapOptimize = true;
this.labelTitleFileName.PasswordChar = '\0';
this.labelTitleFileName.Radius = 3;
this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleFileName.Size = new System.Drawing.Size(541, 18);
this.labelTitleFileName.TabIndex = 135;
this.labelTitleFileName.Text = "File name";
this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleFileName.Wordwrap = false;
//
// smartLabel12
// labelTitleList
//
this.smartLabel12.BackGround = this.smartGroupBox1;
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel12.BorderColor = System.Drawing.Color.Black;
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel12.LineSpacing = 0F;
this.smartLabel12.Location = new System.Drawing.Point(22, 45);
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(45, 18);
this.smartLabel12.TabIndex = 134;
this.smartLabel12.Text = "List";
this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel12.Wordwrap = false;
this.labelTitleList.BackGround = this.smartGroupBox1;
this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleList.BorderColor = System.Drawing.Color.Black;
this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleList.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleList.LineSpacing = 0F;
this.labelTitleList.Location = new System.Drawing.Point(22, 45);
this.labelTitleList.Name = "labelTitleList";
this.labelTitleList.OverlapOptimize = true;
this.labelTitleList.PasswordChar = '\0';
this.labelTitleList.Radius = 3;
this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleList.Size = new System.Drawing.Size(73, 18);
this.labelTitleList.TabIndex = 134;
this.labelTitleList.Text = "List";
this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleList.Wordwrap = false;
//
// labelCount
//
@ -374,13 +377,13 @@
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelCount.LineSpacing = 0F;
this.labelCount.Location = new System.Drawing.Point(75, 45);
this.labelCount.Location = new System.Drawing.Point(101, 45);
this.labelCount.Name = "labelCount";
this.labelCount.OverlapOptimize = true;
this.labelCount.PasswordChar = '\0';
this.labelCount.Radius = 3;
this.labelCount.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelCount.Size = new System.Drawing.Size(187, 18);
this.labelCount.Size = new System.Drawing.Size(161, 18);
this.labelCount.TabIndex = 133;
this.labelCount.Text = "00";
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
@ -1061,28 +1064,28 @@
this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
//
// smartLabel9
// labelTitleTime
//
this.smartLabel9.BackGround = this.smartGroupBox1;
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel9.LineSpacing = 1F;
this.smartLabel9.Location = new System.Drawing.Point(271, 108);
this.smartLabel9.Name = "smartLabel9";
this.smartLabel9.OverlapOptimize = true;
this.smartLabel9.PasswordChar = '\0';
this.smartLabel9.Radius = 3;
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel9.Size = new System.Drawing.Size(68, 29);
this.smartLabel9.TabIndex = 109;
this.smartLabel9.Text = "Time";
this.smartLabel9.TextColor = System.Drawing.Color.White;
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel9.Wordwrap = false;
this.labelTitleTime.BackGround = this.smartGroupBox1;
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelTitleTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular);
this.labelTitleTime.LineSpacing = 1F;
this.labelTitleTime.Location = new System.Drawing.Point(271, 108);
this.labelTitleTime.Name = "labelTitleTime";
this.labelTitleTime.OverlapOptimize = true;
this.labelTitleTime.PasswordChar = '\0';
this.labelTitleTime.Radius = 3;
this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleTime.Size = new System.Drawing.Size(68, 29);
this.labelTitleTime.TabIndex = 109;
this.labelTitleTime.Text = "Time";
this.labelTitleTime.TextColor = System.Drawing.Color.White;
this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTime.Wordwrap = false;
//
// buttonDown
//
@ -1166,6 +1169,7 @@
this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBackup.ButtonText = "Backup";
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBackup.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonBackup.GroupID = 0;
this.buttonBackup.ImageDisable = null;
this.buttonBackup.ImageDown = null;
@ -1332,21 +1336,21 @@
private SmartX.SmartListBox listBoxTime;
private SmartX.SmartButton buttonDown;
private SmartX.SmartButton buttonUp;
private SmartX.SmartLabel smartLabel7;
private SmartX.SmartLabel smartLabel6;
private SmartX.SmartLabel smartLabel5;
private SmartX.SmartLabel smartLabel1;
private SmartX.SmartLabel smartLabel2;
private SmartX.SmartLabel smartLabel8;
private SmartX.SmartLabel smartLabel9;
private SmartX.SmartLabel labelTitleType;
private SmartX.SmartLabel labelTitleAfter;
private SmartX.SmartLabel labelTitleBefore;
private SmartX.SmartLabel labelTitleDetail;
private SmartX.SmartLabel labelTitleEvent;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelTitleTime;
private SmartX.SmartListBox listBoxAfter;
private SmartX.SmartListBox listBoxBefore;
private SmartX.SmartListBox listBoxType;
private SmartX.SmartListBox listBoxDetail;
private SmartX.SmartListBox listBoxEvent;
private SmartX.SmartListBox listBoxLoginID;
private SmartX.SmartLabel smartLabel13;
private SmartX.SmartLabel smartLabel12;
private SmartX.SmartLabel labelTitleFileName;
private SmartX.SmartLabel labelTitleList;
private SmartX.SmartLabel labelCount;
private SmartX.SmartLabel labelFileName;
private SmartX.SmartSeparatorLine smartSeparatorLine1;

View File

@ -38,6 +38,7 @@ namespace INT_LKD_2.Controls
this.Initialize();
this.DefaultSetting();
this.InitializeDesign();
}
#endregion
@ -52,7 +53,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "Log > History";
}
private void DefaultSetting()
{
@ -71,6 +71,44 @@ namespace INT_LKD_2.Controls
this.CollectionListBox.Add(this.listBoxAfter);
this.CollectionListBox.Add(this.listBoxType);
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "日志 > 历史";
this.labelTitleList.Text = "档案清单";
this.labelTitleFileName.Text = "文件名";
this.labelTitleTime.Text = "时间";
this.labelTitleID.Text = "用户名";
this.labelTitleEvent.Text = "事件";
this.labelTitleDetail.Text = "细节";
this.labelTitleBefore.Text = "之前";
this.labelTitleAfter.Text = "之后";
this.labelTitleType.Text = "类型";
this.buttonBackup.ButtonText = "备份";
break;
default:
this.smartGroupBox1.Text = "Log > History";
this.labelTitleList.Text = "List";
this.labelTitleFileName.Text = "File name";
this.labelTitleTime.Text = "Time";
this.labelTitleID.Text = "ID";
this.labelTitleEvent.Text = "Event";
this.labelTitleDetail.Text = "Detail";
this.labelTitleBefore.Text = "Before";
this.labelTitleAfter.Text = "After";
this.labelTitleType.Text = "Type";
this.buttonBackup.ButtonText = "Backup";
break;
}
}
public void LoadFile(string fullFilePath)
{

File diff suppressed because it is too large Load Diff

View File

@ -42,6 +42,7 @@ namespace INT_LKD_2.Controls
this.Initialize();
this.DefaultSetting();
this.InitializeDesign();
}
#endregion
@ -56,7 +57,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "Log > Inspection";
}
private void DefaultSetting()
{
@ -118,6 +118,36 @@ namespace INT_LKD_2.Controls
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
this.ListLeakCount.Add(0);
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "日志 > 判断";
this.labelTitleList.Text = "档案清单";
this.labelTitleFileName.Text = "文件名";
this.labelTitleTime.Text = "时间";
this.labelTitlePass.Text = "标准";
this.labelTitleLeak.Text = "泄漏";
this.buttonBackup.ButtonText = "备份";
break;
default:
this.smartGroupBox1.Text = "Log > Inspection";
this.labelTitleList.Text = "List";
this.labelTitleFileName.Text = "File name";
this.labelTitleTime.Text = "Time";
this.labelTitlePass.Text = "Pass";
this.labelTitleLeak.Text = "Leak";
this.buttonBackup.ButtonText = "Backup";
break;
}
}
public void LoadFile(string fullFilePath)
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -58,39 +58,60 @@ namespace INT_LKD_2.Controls
#region Method
public void InitializeDesign()
{
if (this.ParentForm.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English)
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
#region 영문
this.labelTitleOffset.Text = "Offset";
this.labelTitleContents.Text = "Contents";
this.labelTitleValueDecimal.Text = "Value(Decimal)";
this.labelTitleValueHexa.Text = "Value(Hexa)";
case Define.E_LanguageID.Chinese:
#region 중문
this.labelTitleOffset.Text = "抵消";
this.labelTitleLane.Text = "巷";
this.labelTitleContents.Text = "目录";
this.labelTitleValueDecimal.Text = "值(十进制)";
this.labelTitleValueHexa.Text = "值(十六进制)";
for (int i = 1; i <= this.ModbusCount; i++)
{
if (i % 2 == 1)
this.CollectionContents[i - 1].Text = "Processing";
else
this.CollectionContents[i - 1].Text = "Result";
}
#endregion
}
else
{
#region 한글
this.labelTitleOffset.Text = "Offset";
this.labelTitleContents.Text = "항목";
this.labelTitleValueDecimal.Text = "(Decimal)";
this.labelTitleValueHexa.Text = "(Hexa)";
for (int i = 1; i <= this.ModbusCount; i++)
{
if (i % 2 == 1)
this.CollectionContents[i - 1].Text = "工序";
else
this.CollectionContents[i - 1].Text = "结果";
}
#endregion
break;
case Define.E_LanguageID.English:
#region 영문
this.labelTitleOffset.Text = "Offset";
this.labelTitleLane.Text = "Lane";
this.labelTitleContents.Text = "Contents";
this.labelTitleValueDecimal.Text = "Value(Decimal)";
this.labelTitleValueHexa.Text = "Value(Hexa)";
for (int i = 1; i <= this.ModbusCount; i++)
{
if (i % 2 == 1)
this.CollectionContents[i - 1].Text = "진행 여부";
else
this.CollectionContents[i - 1].Text = "결과";
}
#endregion
for (int i = 1; i <= this.ModbusCount; i++)
{
if (i % 2 == 1)
this.CollectionContents[i - 1].Text = "Processing";
else
this.CollectionContents[i - 1].Text = "Result";
}
#endregion
break;
case Define.E_LanguageID.Korean:
#region 한글
this.labelTitleOffset.Text = "Offset";
this.labelTitleContents.Text = "항목";
this.labelTitleValueDecimal.Text = "값(Decimal)";
this.labelTitleValueHexa.Text = "값(Hexa)";
for (int i = 1; i <= this.ModbusCount; i++)
{
if (i % 2 == 1)
this.CollectionContents[i - 1].Text = "진행 여부";
else
this.CollectionContents[i - 1].Text = "결과";
}
#endregion
break;
default:
break;
}
}
private void DefaultSetting()

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,7 @@
this.labelResultDisp.BackGroundColor = System.Drawing.Color.Black;
this.labelResultDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelResultDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResultDisp.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelResultDisp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelResultDisp.LineSpacing = 0F;
this.labelResultDisp.Location = new System.Drawing.Point(68, 43);
this.labelResultDisp.Name = "labelResultDisp";
@ -62,7 +62,7 @@
this.labelResultDiff.BackGroundColor = System.Drawing.Color.Black;
this.labelResultDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelResultDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResultDiff.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelResultDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelResultDiff.LineSpacing = 0F;
this.labelResultDiff.Location = new System.Drawing.Point(0, 43);
this.labelResultDiff.Name = "labelResultDiff";
@ -85,7 +85,7 @@
this.labelResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelResult.LineSpacing = 0F;
this.labelResult.Location = new System.Drawing.Point(0, 0);
this.labelResult.Name = "labelResult";

View File

@ -31,6 +31,7 @@ namespace INT_LKD_2.Controls.MainDisplay
this.ParentForm = parent;
this.Initialize();
this.InitializeDesign();
}
#endregion
@ -49,6 +50,20 @@ namespace INT_LKD_2.Controls.MainDisplay
this.ColorResultNG = Color.FromArgb(254, 70, 70);
this.ColorResultNone = Color.FromArgb(42, 43, 45);
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.labelResultDiff.Text = "压差";
this.labelResultDisp.Text = "位移";
break;
default:
this.labelResultDiff.Text = "Diff";
this.labelResultDisp.Text = "Disp";
break;
}
}
private void GetJudgmentResult(Define.E_JudgmentStatus judg, SmartLabel label)
{
string value = "";
@ -60,19 +75,51 @@ namespace INT_LKD_2.Controls.MainDisplay
label.BackGroundColor = this.ColorResultNone;
break;
case Define.E_JudgmentStatus.Pass:
value = "Pass";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
value = "标准";
break;
default:
value = "Pass";
break;
}
label.BackGroundColor = this.ColorResultPass;
break;
case Define.E_JudgmentStatus.Ng:
value = "Leak";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
value = "泄漏";
break;
default:
value = "Leak";
break;
}
label.BackGroundColor = this.ColorResultNG;
break;
case Define.E_JudgmentStatus.Empty:
value = "Empty";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
value = "空的";
break;
default:
value = "Empty";
break;
}
label.BackGroundColor = this.ColorResultNone;
break;
case Define.E_JudgmentStatus.Error:
value = "Error";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
value = "错误";
break;
default:
value = "Error";
break;
}
label.BackGroundColor = this.ColorResultNone;
break;
default:
@ -84,7 +131,17 @@ namespace INT_LKD_2.Controls.MainDisplay
}
private void GetJudgmentResultDiff(Define.E_JudgmentStatus judg, SmartLabel label)
{
string value = "Diff";
string value;
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
value = "压差";
break;
default:
value = "Diff";
break;
}
switch (judg)
{
@ -112,7 +169,17 @@ namespace INT_LKD_2.Controls.MainDisplay
}
private void GetJudgmentResultDisp(Define.E_JudgmentStatus judg, SmartLabel label)
{
string value = "Disp";
string value;
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
value = "位移";
break;
default:
value = "Disp";
break;
}
switch (judg)
{

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,7 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.BoardMode = mode;
this.Initialize();
this.InitializeDesign();
}
#endregion
@ -74,8 +75,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = string.Format("Manual > {0}", this.BoardMode);
this.ColorEnable = Color.Lime;
this.ColorDisable = Color.Gainsboro;
@ -84,7 +83,7 @@ namespace INT_LKD_2.Controls
this.CollLabelInput.Add(this.labelInput2);
this.CollLabelInput.Add(this.labelInput3);
this.CollLabelInput.Add(this.labelInput4);
this.CollLabelInput.Add(this.labelInput4);
this.CollLabelInput.Add(this.labelInput5);
this.labelDiff.Text = "0.00";
this.labelDisp.Text = "0.00";
@ -95,21 +94,141 @@ namespace INT_LKD_2.Controls
for (int i = 0; i < this.CollLabelInput.Count; i++)
this.CollLabelInput[i].RoundRectFillColor = this.ColorDisable;
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = string.Format("手动设置 > {0}", this.BoardMode);
if (this.BoardMode == Define.E_BoardMode.Master)
{
this.buttonMotorChamber1.ButtonText = "Chamber 12";
this.buttonMotorChamber2.ButtonText = "Chamber 11";
this.buttonMotorChamber3.ButtonText = "Chamber 10";
this.buttonMotorChamber4.ButtonText = "Chamber 9";
this.buttonMotorChamber5.ButtonText = "Chamber 8";
this.buttonMotorChamber6.ButtonText = "Chamber 7";
}
else
{
this.buttonOut1.ButtonText = "None";
this.buttonOut2.ButtonText = "None";
this.buttonOut3.ButtonText = "None";
this.groupBoxInput.Text = "输入";
this.groupBoxStatus.Text = "地位";
this.groupBoxOutput.Text = "输出";
this.groupBoxServo.Text = "伺服电机";
this.labelTitleInput1.Text = "输入 1";
this.labelTitleInput2.Text = "输入 2";
this.labelTitleInput3.Text = "输入 3";
this.labelTitleInput4.Text = "输入 4";
this.labelTitleInput5.Text = "输入 5";
this.labelTitleDisp.Text = "位移";
this.labelTitleDiff.Text = "压差";
this.labelTitlePressureW.Text = "工作腔";
this.labelTitlePressureM.Text = "主腔";
this.buttonOut4.ButtonText = "阀门稳定";
this.buttonOut5.ButtonText = "阀门维护 1";
this.buttonOut6.ButtonText = "阀门维护 2";
this.buttonOut7.ButtonText = "CD 电磁阀";
this.buttonOut8.ButtonText = "未使用";
this.buttonOut9.ButtonText = "未使用";
this.buttonOut10.ButtonText = "未使用";
this.buttonOut11.ButtonText = "未使用";
this.buttonOut12.ButtonText = "未使用";
this.labelTitleDiscriptionCD.Text = "CD : 商会下电磁阀";
this.buttonMotor1Origin.ButtonText = "原点";
this.buttonMotor1AlarmClear.ButtonText = "报警清除";
this.buttonMotorReady.ButtonText = "初始状态";
this.buttonMotorDischarge.ButtonText = "排出";
this.buttonJogCW.ButtonText = "顺时针点动";
this.buttonJogCCW.ButtonText = "逆时针点动";
if (this.BoardMode == Define.E_BoardMode.Master)
{
this.buttonMotorChamber1.ButtonText = "腔 12";
this.buttonMotorChamber2.ButtonText = "腔 11";
this.buttonMotorChamber3.ButtonText = "腔 10";
this.buttonMotorChamber4.ButtonText = "腔 9";
this.buttonMotorChamber5.ButtonText = "腔 8";
this.buttonMotorChamber6.ButtonText = "腔 7";
this.buttonOut1.ButtonText = "红色";
this.buttonOut2.ButtonText = "绿色";
this.buttonOut3.ButtonText = "蜂鸣器";
}
else
{
this.buttonMotorChamber1.ButtonText = "腔 1";
this.buttonMotorChamber2.ButtonText = "腔 2";
this.buttonMotorChamber3.ButtonText = "腔 3";
this.buttonMotorChamber4.ButtonText = "腔 4";
this.buttonMotorChamber5.ButtonText = "腔 5";
this.buttonMotorChamber6.ButtonText = "腔 6";
this.buttonOut1.ButtonText = "未使用";
this.buttonOut2.ButtonText = "未使用";
this.buttonOut3.ButtonText = "未使用";
}
break;
default:
this.smartGroupBox1.Text = string.Format("Manual > {0}", this.BoardMode);
this.groupBoxInput.Text = "INPUT";
this.groupBoxStatus.Text = "STATUS";
this.groupBoxOutput.Text = "OUTPUT";
this.groupBoxServo.Text = "SERVO";
this.labelTitleInput1.Text = "Input 1";
this.labelTitleInput2.Text = "Input 2";
this.labelTitleInput3.Text = "Input 3";
this.labelTitleInput4.Text = "Input 4";
this.labelTitleInput5.Text = "Input 5";
this.labelTitleDisp.Text = "Disp";
this.labelTitleDiff.Text = "Diff";
this.labelTitlePressureW.Text = "Pressure W";
this.labelTitlePressureM.Text = "Pressure M";
this.buttonOut4.ButtonText = "Valve relief";
this.buttonOut5.ButtonText = "Valve hold 1";
this.buttonOut6.ButtonText = "Valve hold 2";
this.buttonOut7.ButtonText = "CD Sol Valve";
this.buttonOut8.ButtonText = "None";
this.buttonOut9.ButtonText = "None";
this.buttonOut10.ButtonText = "None";
this.buttonOut11.ButtonText = "None";
this.buttonOut12.ButtonText = "None";
this.labelTitleDiscriptionCD.Text = "CD : Chamber Down";
this.buttonMotor1Origin.ButtonText = "ORIGIN";
this.buttonMotor1AlarmClear.ButtonText = "Alarm Clear";
this.buttonMotorReady.ButtonText = "Ready";
this.buttonMotorDischarge.ButtonText = "Discharge";
this.buttonJogCW.ButtonText = "JOG CW";
this.buttonJogCCW.ButtonText = "JOG CCW";
if (this.BoardMode == Define.E_BoardMode.Master)
{
this.buttonMotorChamber1.ButtonText = "Chamber 12";
this.buttonMotorChamber2.ButtonText = "Chamber 11";
this.buttonMotorChamber3.ButtonText = "Chamber 10";
this.buttonMotorChamber4.ButtonText = "Chamber 9";
this.buttonMotorChamber5.ButtonText = "Chamber 8";
this.buttonMotorChamber6.ButtonText = "Chamber 7";
this.buttonOut1.ButtonText = "Red";
this.buttonOut2.ButtonText = "Green";
this.buttonOut3.ButtonText = "Buzzer";
}
else
{
this.buttonMotorChamber1.ButtonText = "Chamber 1";
this.buttonMotorChamber2.ButtonText = "Chamber 2";
this.buttonMotorChamber3.ButtonText = "Chamber 3";
this.buttonMotorChamber4.ButtonText = "Chamber 4";
this.buttonMotorChamber5.ButtonText = "Chamber 5";
this.buttonMotorChamber6.ButtonText = "Chamber 6";
this.buttonOut1.ButtonText = "None";
this.buttonOut2.ButtonText = "None";
this.buttonOut3.ButtonText = "None";
}
break;
}
}
@ -650,7 +769,7 @@ namespace INT_LKD_2.Controls
string caption = "Origin", before = "", after = "";
before = this.labelMotor1Origin.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotor1Origin.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotor1Origin.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -678,7 +797,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorReady.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorReady.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorReady.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorReady.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -706,7 +825,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorChamber1.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorChamber1.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber1.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber1.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -733,7 +852,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorChamber2.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorChamber2.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber2.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber2.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -760,7 +879,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorChamber3.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorChamber3.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber3.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber3.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -787,7 +906,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorChamber4.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorChamber4.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber4.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber4.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -814,7 +933,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorChamber5.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorChamber5.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber5.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber5.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -841,7 +960,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorChamber6.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorChamber6.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber6.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorChamber6.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -868,7 +987,7 @@ namespace INT_LKD_2.Controls
before = this.labelMotorDischarge.Text;
caption = string.Format("{0} Location - {1}", this.buttonMotorDischarge.ButtonText, before);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorDischarge.Text, 7, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(caption, this.labelMotorDischarge.Text, 7, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{

View File

@ -28,7 +28,7 @@
/// </summary>
private void InitializeComponent()
{
SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle2 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle();
SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle();
this.groupBoxMeasuring1 = new SmartX.SmartGroupBox();
this.labelMesResultDisp = new SmartX.SmartLabel();
this.labelMesResultDiff = new SmartX.SmartLabel();
@ -36,34 +36,34 @@
this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine();
this.labelMesPressureWork = new SmartX.SmartLabel();
this.labelMesDiffSecMax = new SmartX.SmartLabel();
this.smartLabel41 = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelTitleLRMax = new SmartX.SmartLabel();
this.groupBoxPressure = new SmartX.SmartGroupBox();
this.smartDrawDiff = new SmartX.SmartDraw();
this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle();
this.smartLabel61 = new SmartX.SmartLabel();
this.labelMesPressureMaster = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.smartLabel9 = new SmartX.SmartLabel();
this.labelTitleMaster = new SmartX.SmartLabel();
this.labelTitleWork = new SmartX.SmartLabel();
this.labelMesDispMDataMax = new SmartX.SmartLabel();
this.smartLabel48 = new SmartX.SmartLabel();
this.labelTitleMaxHeight = new SmartX.SmartLabel();
this.labelMesDispMDataDiff = new SmartX.SmartLabel();
this.smartLabel53 = new SmartX.SmartLabel();
this.labelTitleDiff = new SmartX.SmartLabel();
this.labelMesDiffMadc = new SmartX.SmartLabel();
this.smartLabel23 = new SmartX.SmartLabel();
this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
this.labelMesDiffSecDiff = new SmartX.SmartLabel();
this.smartLabel14 = new SmartX.SmartLabel();
this.labelTitleLRSec = new SmartX.SmartLabel();
this.labelMesDispMData = new SmartX.SmartLabel();
this.smartLabel30 = new SmartX.SmartLabel();
this.labelTitleHeight = new SmartX.SmartLabel();
this.labelMesDispRData = new SmartX.SmartLabel();
this.smartLabel32 = new SmartX.SmartLabel();
this.labelTitleLevel = new SmartX.SmartLabel();
this.labelMesResult = new SmartX.SmartLabel();
this.smartGroupBox11 = new SmartX.SmartGroupBox();
this.groupBoxDisplacement = new SmartX.SmartGroupBox();
this.smartDrawDisp = new SmartX.SmartDraw();
this.groupBoxMeasuring1.SuspendLayout();
this.smartGroupBox2.SuspendLayout();
this.groupBoxPressure.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).BeginInit();
this.smartGroupBox11.SuspendLayout();
this.groupBoxDisplacement.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).BeginInit();
this.SuspendLayout();
//
@ -78,24 +78,25 @@
this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine5);
this.groupBoxMeasuring1.Controls.Add(this.labelMesPressureWork);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffSecMax);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel41);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleLRMax);
this.groupBoxMeasuring1.Controls.Add(this.labelMesPressureMaster);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel8);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel9);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleMaster);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleWork);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMDataMax);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel48);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleMaxHeight);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMDataDiff);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel53);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleDiff);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffMadc);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel23);
this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine4);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffSecDiff);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel14);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleLRSec);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMData);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel30);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleHeight);
this.groupBoxMeasuring1.Controls.Add(this.labelMesDispRData);
this.groupBoxMeasuring1.Controls.Add(this.smartLabel32);
this.groupBoxMeasuring1.Controls.Add(this.labelTitleLevel);
this.groupBoxMeasuring1.Controls.Add(this.labelMesResult);
this.groupBoxMeasuring1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.groupBoxMeasuring1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxMeasuring1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.groupBoxMeasuring1.FrameLineThickness = 2;
@ -115,7 +116,7 @@
this.labelMesResultDisp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesResultDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesResultDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesResultDisp.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelMesResultDisp.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelMesResultDisp.LineSpacing = 0F;
this.labelMesResultDisp.Location = new System.Drawing.Point(89, 108);
this.labelMesResultDisp.Name = "labelMesResultDisp";
@ -138,7 +139,7 @@
this.labelMesResultDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesResultDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesResultDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesResultDiff.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelMesResultDiff.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelMesResultDiff.LineSpacing = 0F;
this.labelMesResultDiff.Location = new System.Drawing.Point(4, 108);
this.labelMesResultDiff.Name = "labelMesResultDiff";
@ -187,7 +188,7 @@
this.labelMesPressureWork.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesPressureWork.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesPressureWork.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesPressureWork.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesPressureWork.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesPressureWork.LineSpacing = 0F;
this.labelMesPressureWork.Location = new System.Drawing.Point(80, 218);
this.labelMesPressureWork.Name = "labelMesPressureWork";
@ -210,7 +211,7 @@
this.labelMesDiffSecMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDiffSecMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDiffSecMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDiffSecMax.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDiffSecMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDiffSecMax.LineSpacing = 0F;
this.labelMesDiffSecMax.Location = new System.Drawing.Point(80, 360);
this.labelMesDiffSecMax.Name = "labelMesDiffSecMax";
@ -227,48 +228,49 @@
this.labelMesDiffSecMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesDiffSecMax.Wordwrap = false;
//
// smartLabel41
// labelTitleLRMax
//
this.smartLabel41.BackGround = this.smartGroupBox2;
this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel41.LineSpacing = 0F;
this.smartLabel41.Location = new System.Drawing.Point(4, 360);
this.smartLabel41.Name = "smartLabel41";
this.smartLabel41.OverlapOptimize = true;
this.smartLabel41.PasswordChar = '\0';
this.smartLabel41.Radius = 3;
this.smartLabel41.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel41.Size = new System.Drawing.Size(70, 30);
this.smartLabel41.TabIndex = 48;
this.smartLabel41.Text = "LR.Max";
this.smartLabel41.TextColor = System.Drawing.Color.White;
this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel41.Wordwrap = false;
this.labelTitleLRMax.BackGround = this.groupBoxPressure;
this.labelTitleLRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleLRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleLRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleLRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleLRMax.LineSpacing = 0F;
this.labelTitleLRMax.Location = new System.Drawing.Point(4, 360);
this.labelTitleLRMax.Name = "labelTitleLRMax";
this.labelTitleLRMax.OverlapOptimize = true;
this.labelTitleLRMax.PasswordChar = '\0';
this.labelTitleLRMax.Radius = 3;
this.labelTitleLRMax.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleLRMax.Size = new System.Drawing.Size(70, 30);
this.labelTitleLRMax.TabIndex = 48;
this.labelTitleLRMax.Text = "LR.Max";
this.labelTitleLRMax.TextColor = System.Drawing.Color.White;
this.labelTitleLRMax.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleLRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLRMax.Wordwrap = false;
//
// smartGroupBox2
// groupBoxPressure
//
this.smartGroupBox2.BackGround = null;
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartGroupBox2.BackImage = null;
this.smartGroupBox2.Controls.Add(this.smartDrawDiff);
this.smartGroupBox2.Controls.Add(this.smartLabel61);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox2.FrameLineThickness = 2;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox2.HeaderHeightOffset = 1;
this.smartGroupBox2.Location = new System.Drawing.Point(3, 2);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(433, 285);
this.smartGroupBox2.TabIndex = 118;
this.smartGroupBox2.Text = "Pressure";
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
this.groupBoxPressure.BackGround = null;
this.groupBoxPressure.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.groupBoxPressure.BackImage = null;
this.groupBoxPressure.Controls.Add(this.smartDrawDiff);
this.groupBoxPressure.Controls.Add(this.smartLabel61);
this.groupBoxPressure.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.groupBoxPressure.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxPressure.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.groupBoxPressure.FrameLineThickness = 2;
this.groupBoxPressure.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.groupBoxPressure.HeaderHeightOffset = 1;
this.groupBoxPressure.Location = new System.Drawing.Point(3, 2);
this.groupBoxPressure.Name = "groupBoxPressure";
this.groupBoxPressure.RoundRadius = 5;
this.groupBoxPressure.Size = new System.Drawing.Size(433, 285);
this.groupBoxPressure.TabIndex = 118;
this.groupBoxPressure.Text = "Pressure";
this.groupBoxPressure.TextColor = System.Drawing.Color.White;
//
// smartDrawDiff
//
@ -294,10 +296,10 @@
//
// smartDraw_ChartChannelPenStyle1
//
chartPenStyle2.ChannelColor = System.Drawing.Color.White;
chartPenStyle2.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID;
chartPenStyle2.PenWidth = 3;
this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle2);
chartPenStyle1.ChannelColor = System.Drawing.Color.White;
chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID;
chartPenStyle1.PenWidth = 3;
this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1);
//
// smartLabel61
//
@ -305,7 +307,7 @@
this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartLabel61.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel61.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel61.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel61.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel61.LineSpacing = 0F;
this.smartLabel61.Location = new System.Drawing.Point(399, 392);
this.smartLabel61.Name = "smartLabel61";
@ -328,7 +330,7 @@
this.labelMesPressureMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesPressureMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesPressureMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesPressureMaster.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesPressureMaster.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesPressureMaster.LineSpacing = 0F;
this.labelMesPressureMaster.Location = new System.Drawing.Point(80, 182);
this.labelMesPressureMaster.Name = "labelMesPressureMaster";
@ -345,51 +347,51 @@
this.labelMesPressureMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesPressureMaster.Wordwrap = false;
//
// smartLabel8
// labelTitleMaster
//
this.smartLabel8.BackGround = this.smartGroupBox2;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel8.LineSpacing = 0F;
this.smartLabel8.Location = new System.Drawing.Point(4, 182);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(70, 30);
this.smartLabel8.TabIndex = 35;
this.smartLabel8.Text = "master";
this.smartLabel8.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
this.labelTitleMaster.BackGround = this.groupBoxPressure;
this.labelTitleMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMaster.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleMaster.LineSpacing = 0F;
this.labelTitleMaster.Location = new System.Drawing.Point(4, 182);
this.labelTitleMaster.Name = "labelTitleMaster";
this.labelTitleMaster.OverlapOptimize = true;
this.labelTitleMaster.PasswordChar = '\0';
this.labelTitleMaster.Radius = 3;
this.labelTitleMaster.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMaster.Size = new System.Drawing.Size(70, 30);
this.labelTitleMaster.TabIndex = 35;
this.labelTitleMaster.Text = "master";
this.labelTitleMaster.TextColor = System.Drawing.Color.White;
this.labelTitleMaster.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMaster.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMaster.Wordwrap = false;
//
// smartLabel9
// labelTitleWork
//
this.smartLabel9.BackGround = this.smartGroupBox2;
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel9.LineSpacing = 0F;
this.smartLabel9.Location = new System.Drawing.Point(4, 218);
this.smartLabel9.Name = "smartLabel9";
this.smartLabel9.OverlapOptimize = true;
this.smartLabel9.PasswordChar = '\0';
this.smartLabel9.Radius = 3;
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel9.Size = new System.Drawing.Size(70, 30);
this.smartLabel9.TabIndex = 34;
this.smartLabel9.Text = "work";
this.smartLabel9.TextColor = System.Drawing.Color.White;
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel9.Wordwrap = false;
this.labelTitleWork.BackGround = this.groupBoxPressure;
this.labelTitleWork.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleWork.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleWork.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleWork.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleWork.LineSpacing = 0F;
this.labelTitleWork.Location = new System.Drawing.Point(4, 218);
this.labelTitleWork.Name = "labelTitleWork";
this.labelTitleWork.OverlapOptimize = true;
this.labelTitleWork.PasswordChar = '\0';
this.labelTitleWork.Radius = 3;
this.labelTitleWork.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleWork.Size = new System.Drawing.Size(70, 30);
this.labelTitleWork.TabIndex = 34;
this.labelTitleWork.Text = "work";
this.labelTitleWork.TextColor = System.Drawing.Color.White;
this.labelTitleWork.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleWork.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleWork.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleWork.Wordwrap = false;
//
// labelMesDispMDataMax
//
@ -397,7 +399,7 @@
this.labelMesDispMDataMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDispMDataMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDispMDataMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDispMDataMax.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispMDataMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispMDataMax.LineSpacing = 0F;
this.labelMesDispMDataMax.Location = new System.Drawing.Point(80, 497);
this.labelMesDispMDataMax.Name = "labelMesDispMDataMax";
@ -414,28 +416,28 @@
this.labelMesDispMDataMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesDispMDataMax.Wordwrap = false;
//
// smartLabel48
// labelTitleMaxHeight
//
this.smartLabel48.BackGround = this.smartGroupBox2;
this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel48.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel48.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel48.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel48.LineSpacing = 0F;
this.smartLabel48.Location = new System.Drawing.Point(4, 497);
this.smartLabel48.Name = "smartLabel48";
this.smartLabel48.OverlapOptimize = true;
this.smartLabel48.PasswordChar = '\0';
this.smartLabel48.Radius = 3;
this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel48.Size = new System.Drawing.Size(70, 30);
this.smartLabel48.TabIndex = 44;
this.smartLabel48.Text = "Max Height";
this.smartLabel48.TextColor = System.Drawing.Color.White;
this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel48.Wordwrap = false;
this.labelTitleMaxHeight.BackGround = this.groupBoxPressure;
this.labelTitleMaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleMaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleMaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleMaxHeight.LineSpacing = 0F;
this.labelTitleMaxHeight.Location = new System.Drawing.Point(4, 497);
this.labelTitleMaxHeight.Name = "labelTitleMaxHeight";
this.labelTitleMaxHeight.OverlapOptimize = true;
this.labelTitleMaxHeight.PasswordChar = '\0';
this.labelTitleMaxHeight.Radius = 3;
this.labelTitleMaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMaxHeight.Size = new System.Drawing.Size(70, 30);
this.labelTitleMaxHeight.TabIndex = 44;
this.labelTitleMaxHeight.Text = "Max Height";
this.labelTitleMaxHeight.TextColor = System.Drawing.Color.White;
this.labelTitleMaxHeight.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleMaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMaxHeight.Wordwrap = false;
//
// labelMesDispMDataDiff
//
@ -443,7 +445,7 @@
this.labelMesDispMDataDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDispMDataDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDispMDataDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDispMDataDiff.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispMDataDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispMDataDiff.LineSpacing = 0F;
this.labelMesDispMDataDiff.Location = new System.Drawing.Point(80, 533);
this.labelMesDispMDataDiff.Name = "labelMesDispMDataDiff";
@ -460,28 +462,28 @@
this.labelMesDispMDataDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesDispMDataDiff.Wordwrap = false;
//
// smartLabel53
// labelTitleDiff
//
this.smartLabel53.BackGround = this.smartGroupBox2;
this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel53.LineSpacing = 0F;
this.smartLabel53.Location = new System.Drawing.Point(4, 533);
this.smartLabel53.Name = "smartLabel53";
this.smartLabel53.OverlapOptimize = true;
this.smartLabel53.PasswordChar = '\0';
this.smartLabel53.Radius = 3;
this.smartLabel53.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel53.Size = new System.Drawing.Size(70, 30);
this.smartLabel53.TabIndex = 42;
this.smartLabel53.Text = "Diff";
this.smartLabel53.TextColor = System.Drawing.Color.White;
this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel53.Wordwrap = false;
this.labelTitleDiff.BackGround = this.groupBoxPressure;
this.labelTitleDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleDiff.LineSpacing = 0F;
this.labelTitleDiff.Location = new System.Drawing.Point(4, 533);
this.labelTitleDiff.Name = "labelTitleDiff";
this.labelTitleDiff.OverlapOptimize = true;
this.labelTitleDiff.PasswordChar = '\0';
this.labelTitleDiff.Radius = 3;
this.labelTitleDiff.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleDiff.Size = new System.Drawing.Size(70, 30);
this.labelTitleDiff.TabIndex = 42;
this.labelTitleDiff.Text = "Diff";
this.labelTitleDiff.TextColor = System.Drawing.Color.White;
this.labelTitleDiff.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDiff.Wordwrap = false;
//
// labelMesDiffMadc
//
@ -489,7 +491,7 @@
this.labelMesDiffMadc.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDiffMadc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDiffMadc.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDiffMadc.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDiffMadc.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDiffMadc.LineSpacing = 0F;
this.labelMesDiffMadc.Location = new System.Drawing.Point(80, 288);
this.labelMesDiffMadc.Name = "labelMesDiffMadc";
@ -508,11 +510,11 @@
//
// smartLabel23
//
this.smartLabel23.BackGround = this.smartGroupBox2;
this.smartLabel23.BackGround = this.groupBoxPressure;
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel23.LineSpacing = 0F;
this.smartLabel23.Location = new System.Drawing.Point(4, 288);
this.smartLabel23.Name = "smartLabel23";
@ -548,7 +550,7 @@
this.labelMesDiffSecDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDiffSecDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDiffSecDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDiffSecDiff.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDiffSecDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDiffSecDiff.LineSpacing = 0F;
this.labelMesDiffSecDiff.Location = new System.Drawing.Point(80, 324);
this.labelMesDiffSecDiff.Name = "labelMesDiffSecDiff";
@ -565,28 +567,28 @@
this.labelMesDiffSecDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesDiffSecDiff.Wordwrap = false;
//
// smartLabel14
// labelTitleLRSec
//
this.smartLabel14.BackGround = this.smartGroupBox2;
this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel14.LineSpacing = 0F;
this.smartLabel14.Location = new System.Drawing.Point(4, 324);
this.smartLabel14.Name = "smartLabel14";
this.smartLabel14.OverlapOptimize = true;
this.smartLabel14.PasswordChar = '\0';
this.smartLabel14.Radius = 3;
this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel14.Size = new System.Drawing.Size(70, 30);
this.smartLabel14.TabIndex = 32;
this.smartLabel14.Text = "LR.Sec";
this.smartLabel14.TextColor = System.Drawing.Color.White;
this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel14.Wordwrap = false;
this.labelTitleLRSec.BackGround = this.groupBoxPressure;
this.labelTitleLRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleLRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleLRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleLRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleLRSec.LineSpacing = 0F;
this.labelTitleLRSec.Location = new System.Drawing.Point(4, 324);
this.labelTitleLRSec.Name = "labelTitleLRSec";
this.labelTitleLRSec.OverlapOptimize = true;
this.labelTitleLRSec.PasswordChar = '\0';
this.labelTitleLRSec.Radius = 3;
this.labelTitleLRSec.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleLRSec.Size = new System.Drawing.Size(70, 30);
this.labelTitleLRSec.TabIndex = 32;
this.labelTitleLRSec.Text = "LR.Sec";
this.labelTitleLRSec.TextColor = System.Drawing.Color.White;
this.labelTitleLRSec.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleLRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLRSec.Wordwrap = false;
//
// labelMesDispMData
//
@ -594,7 +596,7 @@
this.labelMesDispMData.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDispMData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDispMData.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDispMData.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispMData.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispMData.LineSpacing = 0F;
this.labelMesDispMData.Location = new System.Drawing.Point(80, 461);
this.labelMesDispMData.Name = "labelMesDispMData";
@ -611,28 +613,28 @@
this.labelMesDispMData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesDispMData.Wordwrap = false;
//
// smartLabel30
// labelTitleHeight
//
this.smartLabel30.BackGround = this.smartGroupBox2;
this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel30.LineSpacing = 0F;
this.smartLabel30.Location = new System.Drawing.Point(4, 461);
this.smartLabel30.Name = "smartLabel30";
this.smartLabel30.OverlapOptimize = true;
this.smartLabel30.PasswordChar = '\0';
this.smartLabel30.Radius = 3;
this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel30.Size = new System.Drawing.Size(70, 30);
this.smartLabel30.TabIndex = 30;
this.smartLabel30.Text = "Height";
this.smartLabel30.TextColor = System.Drawing.Color.White;
this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel30.Wordwrap = false;
this.labelTitleHeight.BackGround = this.groupBoxPressure;
this.labelTitleHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleHeight.LineSpacing = 0F;
this.labelTitleHeight.Location = new System.Drawing.Point(4, 461);
this.labelTitleHeight.Name = "labelTitleHeight";
this.labelTitleHeight.OverlapOptimize = true;
this.labelTitleHeight.PasswordChar = '\0';
this.labelTitleHeight.Radius = 3;
this.labelTitleHeight.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleHeight.Size = new System.Drawing.Size(70, 30);
this.labelTitleHeight.TabIndex = 30;
this.labelTitleHeight.Text = "Height";
this.labelTitleHeight.TextColor = System.Drawing.Color.White;
this.labelTitleHeight.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleHeight.Wordwrap = false;
//
// labelMesDispRData
//
@ -640,7 +642,7 @@
this.labelMesDispRData.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesDispRData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesDispRData.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesDispRData.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispRData.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMesDispRData.LineSpacing = 0F;
this.labelMesDispRData.Location = new System.Drawing.Point(80, 425);
this.labelMesDispRData.Name = "labelMesDispRData";
@ -657,28 +659,28 @@
this.labelMesDispRData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesDispRData.Wordwrap = false;
//
// smartLabel32
// labelTitleLevel
//
this.smartLabel32.BackGround = this.smartGroupBox2;
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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel32.LineSpacing = 0F;
this.smartLabel32.Location = new System.Drawing.Point(4, 425);
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(70, 30);
this.smartLabel32.TabIndex = 29;
this.smartLabel32.Text = "Level";
this.smartLabel32.TextColor = System.Drawing.Color.White;
this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel32.Wordwrap = false;
this.labelTitleLevel.BackGround = this.groupBoxPressure;
this.labelTitleLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleLevel.LineSpacing = 0F;
this.labelTitleLevel.Location = new System.Drawing.Point(4, 425);
this.labelTitleLevel.Name = "labelTitleLevel";
this.labelTitleLevel.OverlapOptimize = true;
this.labelTitleLevel.PasswordChar = '\0';
this.labelTitleLevel.Radius = 3;
this.labelTitleLevel.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleLevel.Size = new System.Drawing.Size(70, 30);
this.labelTitleLevel.TabIndex = 29;
this.labelTitleLevel.Text = "Level";
this.labelTitleLevel.TextColor = System.Drawing.Color.White;
this.labelTitleLevel.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLevel.Wordwrap = false;
//
// labelMesResult
//
@ -686,7 +688,7 @@
this.labelMesResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelMesResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMesResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMesResult.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelMesResult.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.labelMesResult.LineSpacing = 0F;
this.labelMesResult.Location = new System.Drawing.Point(4, 42);
this.labelMesResult.Name = "labelMesResult";
@ -703,24 +705,25 @@
this.labelMesResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMesResult.Wordwrap = false;
//
// smartGroupBox11
// groupBoxDisplacement
//
this.smartGroupBox11.BackGround = null;
this.smartGroupBox11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartGroupBox11.BackImage = null;
this.smartGroupBox11.Controls.Add(this.smartDrawDisp);
this.smartGroupBox11.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.smartGroupBox11.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox11.FrameLineThickness = 2;
this.smartGroupBox11.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox11.HeaderHeightOffset = 1;
this.smartGroupBox11.Location = new System.Drawing.Point(3, 293);
this.smartGroupBox11.Name = "smartGroupBox11";
this.smartGroupBox11.RoundRadius = 5;
this.smartGroupBox11.Size = new System.Drawing.Size(433, 285);
this.smartGroupBox11.TabIndex = 120;
this.smartGroupBox11.Text = "Displacement ";
this.smartGroupBox11.TextColor = System.Drawing.Color.White;
this.groupBoxDisplacement.BackGround = null;
this.groupBoxDisplacement.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.groupBoxDisplacement.BackImage = null;
this.groupBoxDisplacement.Controls.Add(this.smartDrawDisp);
this.groupBoxDisplacement.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.groupBoxDisplacement.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxDisplacement.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.groupBoxDisplacement.FrameLineThickness = 2;
this.groupBoxDisplacement.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.groupBoxDisplacement.HeaderHeightOffset = 1;
this.groupBoxDisplacement.Location = new System.Drawing.Point(3, 293);
this.groupBoxDisplacement.Name = "groupBoxDisplacement";
this.groupBoxDisplacement.RoundRadius = 5;
this.groupBoxDisplacement.Size = new System.Drawing.Size(433, 285);
this.groupBoxDisplacement.TabIndex = 120;
this.groupBoxDisplacement.Text = "Displacement ";
this.groupBoxDisplacement.TextColor = System.Drawing.Color.White;
//
// smartDrawDisp
//
@ -750,14 +753,14 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.Controls.Add(this.groupBoxMeasuring1);
this.Controls.Add(this.smartGroupBox2);
this.Controls.Add(this.smartGroupBox11);
this.Controls.Add(this.groupBoxPressure);
this.Controls.Add(this.groupBoxDisplacement);
this.Name = "ControlMenuRecipeData";
this.Size = new System.Drawing.Size(620, 580);
this.groupBoxMeasuring1.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false);
this.groupBoxPressure.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).EndInit();
this.smartGroupBox11.ResumeLayout(false);
this.groupBoxDisplacement.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).EndInit();
this.ResumeLayout(false);
@ -770,28 +773,28 @@
private SmartX.SmartSeparatorLine smartSeparatorLine5;
private SmartX.SmartLabel labelMesPressureWork;
private SmartX.SmartLabel labelMesDiffSecMax;
private SmartX.SmartLabel smartLabel41;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartLabel labelTitleLRMax;
private SmartX.SmartGroupBox groupBoxPressure;
private SmartX.SmartDraw smartDrawDiff;
private SmartX.SmartLabel smartLabel61;
private SmartX.SmartLabel labelMesPressureMaster;
private SmartX.SmartLabel smartLabel8;
private SmartX.SmartLabel smartLabel9;
private SmartX.SmartLabel labelTitleMaster;
private SmartX.SmartLabel labelTitleWork;
private SmartX.SmartLabel labelMesDispMDataMax;
private SmartX.SmartLabel smartLabel48;
private SmartX.SmartLabel labelTitleMaxHeight;
private SmartX.SmartLabel labelMesDispMDataDiff;
private SmartX.SmartLabel smartLabel53;
private SmartX.SmartLabel labelTitleDiff;
private SmartX.SmartLabel labelMesDiffMadc;
private SmartX.SmartLabel smartLabel23;
private SmartX.SmartSeparatorLine smartSeparatorLine4;
private SmartX.SmartLabel labelMesDiffSecDiff;
private SmartX.SmartLabel smartLabel14;
private SmartX.SmartLabel labelTitleLRSec;
private SmartX.SmartLabel labelMesDispMData;
private SmartX.SmartLabel smartLabel30;
private SmartX.SmartLabel labelTitleHeight;
private SmartX.SmartLabel labelMesDispRData;
private SmartX.SmartLabel smartLabel32;
private SmartX.SmartLabel labelTitleLevel;
private SmartX.SmartLabel labelMesResult;
private SmartX.SmartGroupBox smartGroupBox11;
private SmartX.SmartGroupBox groupBoxDisplacement;
private SmartX.SmartDraw smartDrawDisp;
private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1;
private SmartX.SmartLabel labelMesResultDisp;

View File

@ -32,6 +32,7 @@ namespace INT_LKD_2.Controls
this.InitializeData();
this.InitializeDrawDiff();
this.InitializeDrawDisp();
this.InitializeDesign();
}
#endregion
@ -57,9 +58,7 @@ namespace INT_LKD_2.Controls
{
this.labelMesResult.Text = "-";
this.labelMesResult.TextColor = Define.ColorTextResultNone;
this.labelMesResultDiff.Text = "Diff";
this.labelMesResultDiff.TextColor = Define.ColorTextResultNone;
this.labelMesResultDisp.Text = "Disp";
this.labelMesResultDisp.TextColor = Define.ColorTextResultNone;
this.labelMesPressureMaster.Text = "0.0";
@ -74,6 +73,48 @@ namespace INT_LKD_2.Controls
this.labelMesDispMDataDiff.Text = "0.00";
this.labelMesDispMDataMax.Text = "0.00";
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.groupBoxPressure.Text = "压差";
this.groupBoxDisplacement.Text = "位移";
this.groupBoxMeasuring1.Text = "测量中";
this.labelMesResultDiff.Text = "压差";
this.labelMesResultDisp.Text = "位移";
this.labelTitleMaster.Text = "主腔";
this.labelTitleWork.Text = "工作腔";
this.labelTitleLRSec.Text = "每秒变化率";
this.labelTitleLRMax.Text = "最大变化率";
this.labelTitleLevel.Text = "等级";
this.labelTitleHeight.Text = "高度";
this.labelTitleMaxHeight.Text = "最大高度";
this.labelTitleDiff.Text = "差异";
break;
default:
this.groupBoxPressure.Text = "Differential Pressure";
this.groupBoxDisplacement.Text = "Displacement";
this.groupBoxMeasuring1.Text = "Measuring";
this.labelMesResultDiff.Text = "Diff";
this.labelMesResultDisp.Text = "Disp";
this.labelTitleMaster.Text = "Master";
this.labelTitleWork.Text = "Work";
this.labelTitleLRSec.Text = "LR.Sec";
this.labelTitleLRMax.Text = "LR.Max";
this.labelTitleLevel.Text = "Level";
this.labelTitleHeight.Text = "Height";
this.labelTitleMaxHeight.Text = "Max Height";
this.labelTitleDiff.Text = "Diff";
break;
}
}
private void InitializeDrawDiff()
{
// SetChartConfig
@ -376,10 +417,10 @@ namespace INT_LKD_2.Controls
this.labelMesDispMDataDiff.Enabled = false;
this.labelMesDispMDataMax.Enabled = false;
this.smartLabel32.Enabled = false;
this.smartLabel30.Enabled = false;
this.smartLabel53.Enabled = false;
this.smartLabel48.Enabled = false;
this.labelTitleLevel.Enabled = false;
this.labelTitleHeight.Enabled = false;
this.labelTitleDiff.Enabled = false;
this.labelTitleMaxHeight.Enabled = false;
}
else
{
@ -388,10 +429,10 @@ namespace INT_LKD_2.Controls
this.labelMesDispMDataDiff.Enabled = true;
this.labelMesDispMDataMax.Enabled = true;
this.smartLabel32.Enabled = true;
this.smartLabel30.Enabled = true;
this.smartLabel53.Enabled = true;
this.smartLabel48.Enabled = true;
this.labelTitleLevel.Enabled = true;
this.labelTitleHeight.Enabled = true;
this.labelTitleDiff.Enabled = true;
this.labelTitleMaxHeight.Enabled = true;
}
}
#endregion

View File

@ -120,9 +120,6 @@
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@ namespace INT_LKD_2.Controls
private Collection<Control> CollControls;
private ControlMenuRecipeData ChildControlRecipeData1;
private ControlMenuRecipeData ChildControlRecipeData2;
public ControlMenuRecipeData ChildControlRecipeData1;
public ControlMenuRecipeData ChildControlRecipeData2;
#endregion
#region Constructor
@ -35,6 +35,7 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.Initialize();
this.InitializeDesign();
}
#endregion
@ -49,7 +50,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "Recipe > Setting";
this.MessageBoxRange = "";
this.CollControls = new Collection<Control>();
@ -86,6 +86,96 @@ namespace INT_LKD_2.Controls
this.buttonSlave.ButtonDown();
this.buttonMaster.ButtonUp();
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "配方设置 > 设置";
this.labelProgress1.Text = "初始状态";
this.labelProgress2.Text = "进入";
this.labelProgress3.Text = "移动";
this.labelProgress4.Text = "合并";
this.labelProgress5.Text = "启动真空";
this.labelProgress6.Text = "保持真空";
this.labelProgress7.Text = "判断";
this.labelProgress8.Text = "中断真空";
this.labelProgress9.Text = "释放";
this.labelProgress10.Text = "移动";
this.buttonSlave.ButtonText = "Slave";
this.buttonMaster.ButtonText = "Master";
this.buttonInspection.ButtonText = "检测";
this.groupBoxRecipe.Text = "配方";
this.labelTitleNumber.Text = "编号";
this.labelTitleVacuum.Text = "真空";
this.labelTitlePressure.Text = "压力";
this.labelTitleStartTime.Text = "减压时间";
this.labelTitleHoldTime1.Text = "保压时间 1";
this.labelTitleHoldTime2.Text = "保压时间 2";
this.labelTitleBreakTime.Text = "压力释放时间";
this.labelTitleDifferentialPressure.Text = "压差";
this.labelTitleLRMaxNG.Text = "< 最大变化率 (不良)";
this.labelTitleLR.Text = "LR";
this.labelTitleDelayTime.Text = "真空延迟时间";
this.labelTitleProductDisplacement.Text = "位移";
this.labelTitleLevelNG.Text = "< 级别 (不良)";
this.labelTitleEmptyLevel.Text = "空能级";
this.labelTitleMaxHeightNG.Text = "> 最大高度 (不良)";
this.labelTitleMinHeight.Text = "最小高度";
this.labelTitleDiffNG.Text = "< 差异 (不良)";
this.labelTitleMaxDiff.Text = "最大高度差";
break;
default:
this.smartGroupBox1.Text = "Recipe > Setting";
this.labelProgress1.Text = "Ready";
this.labelProgress2.Text = "Entry";
this.labelProgress3.Text = "Move";
this.labelProgress4.Text = "Merge";
this.labelProgress5.Text = "V.Start";
this.labelProgress6.Text = "V.Hold";
this.labelProgress7.Text = "Judge";
this.labelProgress8.Text = "V.Break";
this.labelProgress9.Text = "Release";
this.labelProgress10.Text = "Move";
this.buttonSlave.ButtonText = "Slave";
this.buttonMaster.ButtonText = "Master";
this.buttonInspection.ButtonText = "Inspection";
this.groupBoxRecipe.Text = "Recipe";
this.labelTitleNumber.Text = "NUMBER";
this.labelTitleVacuum.Text = "Vaccum";
this.labelTitlePressure.Text = "Pressure";
this.labelTitleStartTime.Text = "Start time";
this.labelTitleHoldTime1.Text = "Hold time 1";
this.labelTitleHoldTime2.Text = "Hold time 2";
this.labelTitleBreakTime.Text = "Break time";
this.labelTitleDifferentialPressure.Text = "Differential pressure";
this.labelTitleLRMaxNG.Text = "< LR.Max (NG)";
this.labelTitleLR.Text = "LR";
this.labelTitleDelayTime.Text = "Delay time";
this.labelTitleProductDisplacement.Text = "Product displacement";
this.labelTitleLevelNG.Text = "< Level (NG)";
this.labelTitleEmptyLevel.Text = "Empty Level";
this.labelTitleMaxHeightNG.Text = "> Max Height (NG)";
this.labelTitleMinHeight.Text = "Min Height";
this.labelTitleDiffNG.Text = "< Diff (NG)";
this.labelTitleMaxDiff.Text = "Max Diff";
break;
}
}
private void UpdateDisplauUserControls(bool enable)
{
@ -595,7 +685,7 @@ namespace INT_LKD_2.Controls
string before = "", after = "";
before = this.labelNumber.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel17.Text, this.labelNumber.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleNumber.Text, this.labelNumber.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -620,7 +710,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelPressureLevel.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel15.Text, this.labelPressureLevel.Text, 5, 1, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitlePressure.Text, this.labelPressureLevel.Text, 5, 1, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -668,7 +758,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelVacuumStart.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel22.Text, this.labelVacuumStart.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleStartTime.Text, this.labelVacuumStart.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -697,7 +787,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelVacuumHold1.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel24.Text, this.labelVacuumHold1.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleHoldTime1.Text, this.labelVacuumHold1.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -726,7 +816,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelVacuumHold2.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel26.Text, this.labelVacuumHold2.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleHoldTime2.Text, this.labelVacuumHold2.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -755,7 +845,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelVacuumBreak.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel2.Text, this.labelVacuumBreak.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleBreakTime.Text, this.labelVacuumBreak.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -786,7 +876,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelDispEmptyLevel.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel5.Text, this.labelDispEmptyLevel.Text, 5, 2, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleEmptyLevel.Text, this.labelDispEmptyLevel.Text, 5, 2, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -815,7 +905,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelDispMaxDiff.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel7.Text, this.labelDispMaxDiff.Text, 5, 2, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleMaxDiff.Text, this.labelDispMaxDiff.Text, 5, 2, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -844,7 +934,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelDispMinHeight.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel3.Text, this.labelDispMinHeight.Text, 5, 2, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleMinHeight.Text, this.labelDispMinHeight.Text, 5, 2, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -910,7 +1000,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelDiffLrLimit.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel13.Text, this.labelDiffLrLimit.Text, 5, 2, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleLR.Text, this.labelDiffLrLimit.Text, 5, 2, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -935,10 +1025,10 @@ namespace INT_LKD_2.Controls
this.ChildControlRecipeData1.CalScaleDiff(myKeypad.StringValue);
this.ChildControlRecipeData2.CalScaleDiff(myKeypad.StringValue);
this.ParentForm.Child_System_Equipment10.CalScaleDiff(myKeypad.StringValue);
this.ParentForm.Child_System_Equipment10_1.CalScaleDiff(myKeypad.StringValue);
this.ChildControlRecipeData1.DrawDiffReferenceLine(myKeypad.StringValue);
this.ChildControlRecipeData2.DrawDiffReferenceLine(myKeypad.StringValue);
this.ParentForm.Child_System_Equipment10.DrawDiffReferenceLine(myKeypad.StringValue);
this.ParentForm.Child_System_Equipment10_1.DrawDiffReferenceLine(myKeypad.StringValue);
}
}
private void labelDiffLrCycle_Click(object sender, EventArgs e)
@ -946,7 +1036,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelDiffLrCycle.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelDiffLrCycle.Text, 2, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelDiffLrCycle.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -975,7 +1065,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelDiffDelayTime.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel4.Text, this.labelDiffDelayTime.Text, 4, 1, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleDelayTime.Text, this.labelDiffDelayTime.Text, 4, 1, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -1026,6 +1116,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton1_Click(object sender, EventArgs e)
{
this.buttonSlave.ButtonText = "1";
this.buttonMaster.ButtonText = "12";
this.radioButton1.RadioBackColor = Define.ColorSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@ -1042,6 +1135,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton2_Click(object sender, EventArgs e)
{
this.buttonSlave.ButtonText = "2";
this.buttonMaster.ButtonText = "11";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@ -1058,6 +1154,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton3_Click(object sender, EventArgs e)
{
this.buttonSlave.ButtonText = "3";
this.buttonMaster.ButtonText = "10";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorSelected;
@ -1074,6 +1173,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton4_Click(object sender, EventArgs e)
{
this.buttonSlave.ButtonText = "4";
this.buttonMaster.ButtonText = "9";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@ -1090,6 +1192,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton5_Click(object sender, EventArgs e)
{
this.buttonSlave.ButtonText = "5";
this.buttonMaster.ButtonText = "8";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@ -1106,6 +1211,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton6_Click(object sender, EventArgs e)
{
this.buttonSlave.ButtonText = "6";
this.buttonMaster.ButtonText = "7";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,8 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.Initialize();
this.InitializeDesign();
this.DefaultSetting();
this.InitializeDesign();
}
#endregion
@ -48,27 +48,122 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "System > Ethernet";
}
public void InitializeDesign()
{
if (this.ParentForm.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English)
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
this.labelHelp.Text = "※ After setup, reboot is required.";
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "系统设定 > 以太网";
this.labelTitleIPConfiguration.Text = "IP Configuration";
this.labelTitleIPAddress.Text = "IP Address";
this.labelTitleSubnetMask.Text = "Subnet mask";
this.labelTitleGateway.Text = "Gateway";
}
else
{
this.labelHelp.Text = "※ 설정 후, 재부팅 필수";
this.groupBoxModeSettings.Text = "模式";
this.groupBoxServer.Text = "Server";
this.groupBoxClient.Text = "Client";
this.groupBoxLocalSettings.Text = "本地设置";
this.groupBoxModbusSetting.Text = "协议转换";
this.labelTitleIPConfiguration.Text = "IP Configuration";
this.labelTitleIPAddress.Text = "IP Address";
this.labelTitleSubnetMask.Text = "Subnet mask";
this.labelTitleGateway.Text = "Gateway";
this.labelTitleOperationMode.Text = "运转模式";
this.labelTitleCommMode.Text = "通信模式";
this.labelTitleServerStatus.Text = this.labelTitleClientStatus.Text = "地位";
this.labelTitleServerConnectedIP.Text = "连接的IP";
this.labelTitleServerLocalPort.Text = "端口";
this.labelTitleClientServerIP.Text = "Server IP";
this.labelTitleClientServerPort.Text = "Server端口";
this.buttonTestSend.ButtonText = "测试发送";
this.buttonSaveMode.ButtonText = this.buttonSaveServer.ButtonText
= this.buttonSaveClient.ButtonText = this.buttonSaveLocal.ButtonText
= this.buttonSaveModbus.ButtonText = "节省";
this.buttonStartServer.ButtonText = this.buttonStartClient.ButtonText = "开启";
this.buttonStopServer.ButtonText = this.buttonStopClient.ButtonText = "停止";
this.labelHelp.Text = "※ 设置完成后需要重启.";
this.labelTitleIPConfiguration.Text = "IP 配置";
this.labelTitleIPAddress.Text = "IP Address";
this.labelTitleSubnetMask.Text = "Subnet mask";
this.labelTitleGateway.Text = "GateWay";
this.labelTitleMACAddress.Text = "MAC Address";
this.labelTitleRole.Text = "角色";
this.labelTitleFunctions.Text = "功能";
this.labelTitleStartAddress.Text = "起始地址";
break;
case Define.E_LanguageID.English:
this.smartGroupBox1.Text = "System > Ethernet";
this.groupBoxModeSettings.Text = "Mode Settings";
this.groupBoxServer.Text = "Server";
this.groupBoxClient.Text = "Client";
this.groupBoxLocalSettings.Text = "Local Settings";
this.groupBoxModbusSetting.Text = "Modbus Settings";
this.labelTitleOperationMode.Text = "Operation Mode";
this.labelTitleCommMode.Text = "Communication Mode";
this.labelTitleServerStatus.Text = this.labelTitleClientStatus.Text = "Status";
this.labelTitleServerConnectedIP.Text = "Connected IP";
this.labelTitleServerLocalPort.Text = "Local Port";
this.labelTitleClientServerIP.Text = "Server IP";
this.labelTitleClientServerPort.Text = "Server Port";
this.buttonTestSend.ButtonText = "Test send";
this.buttonSaveMode.ButtonText = this.buttonSaveServer.ButtonText
= this.buttonSaveClient.ButtonText = this.buttonSaveLocal.ButtonText
= this.buttonSaveModbus.ButtonText = "Save";
this.buttonStartServer.ButtonText = this.buttonStartClient.ButtonText = "Start";
this.buttonStopServer.ButtonText = this.buttonStopClient.ButtonText = "Stop";
this.labelHelp.Text = "※ After setup, reboot is required.";
this.labelTitleIPConfiguration.Text = "IP Configuration";
this.labelTitleIPAddress.Text = "IP Address";
this.labelTitleSubnetMask.Text = "Subnet mask";
this.labelTitleGateway.Text = "GateWay";
this.labelTitleMACAddress.Text = "MAC Address";
this.labelTitleRole.Text = "Role";
this.labelTitleFunctions.Text = "Function";
this.labelTitleStartAddress.Text = "Start Address";
break;
case Define.E_LanguageID.Korean:
this.groupBoxModeSettings.Text = "Mode Settings";
this.groupBoxServer.Text = "Server";
this.groupBoxClient.Text = "Client";
this.groupBoxLocalSettings.Text = "Local Settings";
this.groupBoxModbusSetting.Text = "Modbus Settings";
this.labelTitleOperationMode.Text = "동작모드";
this.labelTitleCommMode.Text = "통신모드";
this.labelTitleServerStatus.Text = this.labelTitleClientStatus.Text = "Status";
this.labelTitleServerConnectedIP.Text = "Connected IP";
this.labelTitleServerLocalPort.Text = "Local Port";
this.labelTitleClientServerIP.Text = "Server IP";
this.labelTitleClientServerPort.Text = "Server Port";
this.buttonTestSend.ButtonText = "Test send";
this.buttonSaveMode.ButtonText = this.buttonSaveServer.ButtonText
= this.buttonSaveClient.ButtonText = this.buttonSaveLocal.ButtonText
= this.buttonSaveModbus.ButtonText = "Save";
this.buttonStartServer.ButtonText = this.buttonStartClient.ButtonText = "Start";
this.buttonStopServer.ButtonText = this.buttonStopClient.ButtonText = "Stop";
this.labelHelp.Text = "※ 설정 후, 재부팅 필수";
this.labelTitleIPConfiguration.Text = "IP Configuration";
this.labelTitleIPAddress.Text = "IP Address";
this.labelTitleSubnetMask.Text = "Subnet mask";
this.labelTitleGateway.Text = "GateWay";
this.labelTitleMACAddress.Text = "MAC Address";
this.labelTitleRole.Text = "Role";
this.labelTitleFunctions.Text = "Function";
this.labelTitleStartAddress.Text = "Start Address";
break;
default:
break;
}
}
private void DefaultSetting()
@ -572,7 +667,7 @@ namespace INT_LKD_2.Controls
// Server
private void labelLocalPort_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalPort.Text, 5, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalPort.Text, 5, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -674,7 +769,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP1.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP1.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -695,7 +790,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP2.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP2.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -716,7 +811,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP3.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP3.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -737,7 +832,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP4.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostIP4.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -756,7 +851,7 @@ namespace INT_LKD_2.Controls
}
private void labelHostPort_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostPort.Text, 5, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelHostPort.Text, 5, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -784,7 +879,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP1.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP1.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -805,7 +900,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP2.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP2.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -826,7 +921,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP3.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP3.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -847,7 +942,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP4.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalIP4.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -869,7 +964,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask1.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask1.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -890,7 +985,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask2.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask2.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -911,7 +1006,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask3.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask3.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -932,7 +1027,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask4.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalSubnetMask4.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -954,7 +1049,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway1.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway1.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -975,7 +1070,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway2.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway2.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -996,7 +1091,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway3.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway3.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -1017,7 +1112,7 @@ namespace INT_LKD_2.Controls
{
string temp = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway4.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelLocalGateway4.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -1164,8 +1259,7 @@ namespace INT_LKD_2.Controls
// Modbus Settings
private void labelStartAddress_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelStartAddress.Text, 5, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelStartAddress.Text, 5, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.Initialize();
this.InitializeDesign();
}
#endregion
@ -47,9 +48,7 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "System > Information";
this.labelDisplayVersion.Text = "1.1.1";
this.labelDisplayVersion.Text = "1.2.0";
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SERIAL_NUMBER;
this.USBPath = "하드 디스크\\";
@ -68,6 +67,62 @@ namespace INT_LKD_2.Controls
this.smartKeyboard1.Height = 327;
this.smartKeyboard1.Hide();
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "系统设定 > 系统信息";
this.groupBoxInformation.Text = "系统信息";
this.groupBoxContact.Text = "接触";
this.groupBoxTime.Text = "时间";
this.labelTitleModel.Text = "模型:";
this.labelTitleSerialNo.Text = "序列号:";
this.labelTitleDisplay.Text = "显示:";
this.labelTitleMainControl.Text = "主控:";
this.labelTitleCompany.Text = "公司:";
this.labelTitleTel.Text = "电话:";
this.labelTitleFax.Text = "传真:";
this.labelTitleAddress.Text = "地址:";
this.labelTitleEmail.Text = "邮箱:";
this.labelTitleHomepage.Text = "主页:";
this.labelTitleVersion1.Text = this.labelTitleVersion2.Text = this.labelTitleVersion3.Text = "版本:";
this.buttonUpdateDisplay.ButtonText = "更新";
this.buttonUpdateMainboardMaster.ButtonText = "更新";
this.buttonUpdateMainboardSlave.ButtonText = "更新";
break;
default:
this.smartGroupBox1.Text = "System > Information";
this.groupBoxInformation.Text = "Information";
this.groupBoxContact.Text = "Contact";
this.groupBoxTime.Text = "Time";
this.labelTitleModel.Text = "Model:";
this.labelTitleSerialNo.Text = "Serial No.:";
this.labelTitleDisplay.Text = "Display:";
this.labelTitleMainControl.Text = "Main Control:";
this.labelTitleCompany.Text = "Company:";
this.labelTitleTel.Text = "Tel:";
this.labelTitleFax.Text = "Fax:";
this.labelTitleAddress.Text = "Address:";
this.labelTitleEmail.Text = "E-mail:";
this.labelTitleHomepage.Text = "Homepage:";
this.labelTitleVersion1.Text = this.labelTitleVersion2.Text = this.labelTitleVersion3.Text = "Version:";
this.buttonUpdateDisplay.ButtonText = "Update";
this.buttonUpdateMainboardMaster.ButtonText = "Update";
this.buttonUpdateMainboardSlave.ButtonText = "Update";
break;
}
}
public void UpdateMainBoardVersionMasterDisplay(string version)
{

View File

@ -29,24 +29,26 @@
private void InitializeComponent()
{
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
this.labelTitleLanguage = new SmartX.SmartLabel();
this.labelCheckLane = new SmartX.SmartLabel();
this.smartLabel39 = new SmartX.SmartLabel();
this.labelTitleCheckLane = new SmartX.SmartLabel();
this.labelEquipmentLane = new SmartX.SmartLabel();
this.smartLabel37 = new SmartX.SmartLabel();
this.smartLabel32 = new SmartX.SmartLabel();
this.smartLabel31 = new SmartX.SmartLabel();
this.smartLabel30 = new SmartX.SmartLabel();
this.smartLabel29 = new SmartX.SmartLabel();
this.labelSbDiffFilter = new SmartX.SmartLabel();
this.smartLabel27 = new SmartX.SmartLabel();
this.labelBuzzer = new SmartX.SmartLabel();
this.smartLabel23 = new SmartX.SmartLabel();
this.labelCutWait = new SmartX.SmartLabel();
this.smartLabel20 = new SmartX.SmartLabel();
this.labelChattering = new SmartX.SmartLabel();
this.smartLabel18 = new SmartX.SmartLabel();
this.labelTitleLCDDataPeriod = new SmartX.SmartLabel();
this.labelTitleEquipmentLane = new SmartX.SmartLabel();
this.labelLcdDataPeriod = new SmartX.SmartLabel();
this.smartLabel14 = new SmartX.SmartLabel();
this.smartLabel32 = new SmartX.SmartLabel();
this.labelTitleChattering = new SmartX.SmartLabel();
this.smartLabel31 = new SmartX.SmartLabel();
this.labelChattering = new SmartX.SmartLabel();
this.smartLabel30 = new SmartX.SmartLabel();
this.labelTitleCutWait = new SmartX.SmartLabel();
this.smartLabel29 = new SmartX.SmartLabel();
this.labelCutWait = new SmartX.SmartLabel();
this.labelSbDiffFilter = new SmartX.SmartLabel();
this.labelTitleBuzzer = new SmartX.SmartLabel();
this.labelTitleSBDiffFilter = new SmartX.SmartLabel();
this.labelBuzzer = new SmartX.SmartLabel();
this.smartTimerMessageShow = new SmartX.SmartTimer();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
@ -56,24 +58,27 @@
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.comboBoxLanguage);
this.smartGroupBox1.Controls.Add(this.labelTitleLanguage);
this.smartGroupBox1.Controls.Add(this.labelCheckLane);
this.smartGroupBox1.Controls.Add(this.smartLabel39);
this.smartGroupBox1.Controls.Add(this.labelTitleCheckLane);
this.smartGroupBox1.Controls.Add(this.labelEquipmentLane);
this.smartGroupBox1.Controls.Add(this.smartLabel14);
this.smartGroupBox1.Controls.Add(this.smartLabel37);
this.smartGroupBox1.Controls.Add(this.labelTitleLCDDataPeriod);
this.smartGroupBox1.Controls.Add(this.labelTitleEquipmentLane);
this.smartGroupBox1.Controls.Add(this.labelLcdDataPeriod);
this.smartGroupBox1.Controls.Add(this.smartLabel32);
this.smartGroupBox1.Controls.Add(this.smartLabel18);
this.smartGroupBox1.Controls.Add(this.labelTitleChattering);
this.smartGroupBox1.Controls.Add(this.smartLabel31);
this.smartGroupBox1.Controls.Add(this.labelChattering);
this.smartGroupBox1.Controls.Add(this.smartLabel30);
this.smartGroupBox1.Controls.Add(this.smartLabel20);
this.smartGroupBox1.Controls.Add(this.labelTitleCutWait);
this.smartGroupBox1.Controls.Add(this.smartLabel29);
this.smartGroupBox1.Controls.Add(this.labelCutWait);
this.smartGroupBox1.Controls.Add(this.labelSbDiffFilter);
this.smartGroupBox1.Controls.Add(this.smartLabel23);
this.smartGroupBox1.Controls.Add(this.smartLabel27);
this.smartGroupBox1.Controls.Add(this.labelTitleBuzzer);
this.smartGroupBox1.Controls.Add(this.labelTitleSBDiffFilter);
this.smartGroupBox1.Controls.Add(this.labelBuzzer);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;
@ -87,6 +92,38 @@
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// comboBoxLanguage
//
this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxLanguage.Location = new System.Drawing.Point(638, 291);
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);
//
// labelTitleLanguage
//
this.labelTitleLanguage.BackGround = null;
this.labelTitleLanguage.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleLanguage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleLanguage.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleLanguage.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleLanguage.LineSpacing = 0F;
this.labelTitleLanguage.Location = new System.Drawing.Point(482, 289);
this.labelTitleLanguage.Name = "labelTitleLanguage";
this.labelTitleLanguage.OverlapOptimize = true;
this.labelTitleLanguage.PasswordChar = '\0';
this.labelTitleLanguage.Radius = 3;
this.labelTitleLanguage.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleLanguage.Size = new System.Drawing.Size(150, 30);
this.labelTitleLanguage.TabIndex = 136;
this.labelTitleLanguage.Text = "Language";
this.labelTitleLanguage.TextColor = System.Drawing.Color.White;
this.labelTitleLanguage.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleLanguage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLanguage.Wordwrap = false;
//
// labelCheckLane
//
this.labelCheckLane.BackGround = null;
@ -94,13 +131,13 @@
this.labelCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelCheckLane.LineSpacing = 0F;
this.labelCheckLane.Location = new System.Drawing.Point(668, 181);
this.labelCheckLane.Location = new System.Drawing.Point(638, 181);
this.labelCheckLane.Name = "labelCheckLane";
this.labelCheckLane.OverlapOptimize = true;
this.labelCheckLane.PasswordChar = '\0';
this.labelCheckLane.Radius = 3;
this.labelCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelCheckLane.Size = new System.Drawing.Size(100, 30);
this.labelCheckLane.Size = new System.Drawing.Size(120, 30);
this.labelCheckLane.TabIndex = 135;
this.labelCheckLane.Text = "12345.45";
this.labelCheckLane.TextColor = System.Drawing.Color.Black;
@ -110,27 +147,28 @@
this.labelCheckLane.Wordwrap = false;
this.labelCheckLane.Click += new System.EventHandler(this.labelCheckLane_Click);
//
// smartLabel39
// labelTitleCheckLane
//
this.smartLabel39.BackGround = null;
this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel39.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel39.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel39.LineSpacing = 0F;
this.smartLabel39.Location = new System.Drawing.Point(512, 181);
this.smartLabel39.Name = "smartLabel39";
this.smartLabel39.OverlapOptimize = true;
this.smartLabel39.PasswordChar = '\0';
this.smartLabel39.Radius = 3;
this.smartLabel39.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel39.Size = new System.Drawing.Size(150, 30);
this.smartLabel39.TabIndex = 134;
this.smartLabel39.Text = "Check Lane";
this.smartLabel39.TextColor = System.Drawing.Color.White;
this.smartLabel39.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel39.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel39.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel39.Wordwrap = false;
this.labelTitleCheckLane.BackGround = null;
this.labelTitleCheckLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleCheckLane.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleCheckLane.LineSpacing = 0F;
this.labelTitleCheckLane.Location = new System.Drawing.Point(482, 181);
this.labelTitleCheckLane.Name = "labelTitleCheckLane";
this.labelTitleCheckLane.OverlapOptimize = true;
this.labelTitleCheckLane.PasswordChar = '\0';
this.labelTitleCheckLane.Radius = 3;
this.labelTitleCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleCheckLane.Size = new System.Drawing.Size(150, 30);
this.labelTitleCheckLane.TabIndex = 134;
this.labelTitleCheckLane.Text = "Check Lane";
this.labelTitleCheckLane.TextColor = System.Drawing.Color.White;
this.labelTitleCheckLane.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleCheckLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleCheckLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleCheckLane.Wordwrap = false;
//
// labelEquipmentLane
//
@ -139,13 +177,13 @@
this.labelEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelEquipmentLane.LineSpacing = 0F;
this.labelEquipmentLane.Location = new System.Drawing.Point(277, 181);
this.labelEquipmentLane.Location = new System.Drawing.Point(267, 181);
this.labelEquipmentLane.Name = "labelEquipmentLane";
this.labelEquipmentLane.OverlapOptimize = true;
this.labelEquipmentLane.PasswordChar = '\0';
this.labelEquipmentLane.Radius = 3;
this.labelEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelEquipmentLane.Size = new System.Drawing.Size(100, 30);
this.labelEquipmentLane.Size = new System.Drawing.Size(120, 30);
this.labelEquipmentLane.TabIndex = 133;
this.labelEquipmentLane.Text = "12345.45";
this.labelEquipmentLane.TextColor = System.Drawing.Color.Black;
@ -155,27 +193,74 @@
this.labelEquipmentLane.Wordwrap = false;
this.labelEquipmentLane.Click += new System.EventHandler(this.labelEquipmentLane_Click);
//
// smartLabel37
// labelTitleLCDDataPeriod
//
this.smartLabel37.BackGround = null;
this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel37.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel37.LineSpacing = 0F;
this.smartLabel37.Location = new System.Drawing.Point(121, 181);
this.smartLabel37.Name = "smartLabel37";
this.smartLabel37.OverlapOptimize = true;
this.smartLabel37.PasswordChar = '\0';
this.smartLabel37.Radius = 3;
this.smartLabel37.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel37.Size = new System.Drawing.Size(150, 30);
this.smartLabel37.TabIndex = 132;
this.smartLabel37.Text = "Equipment Lane";
this.smartLabel37.TextColor = System.Drawing.Color.White;
this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel37.Wordwrap = false;
this.labelTitleLCDDataPeriod.BackGround = null;
this.labelTitleLCDDataPeriod.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleLCDDataPeriod.LineSpacing = 0F;
this.labelTitleLCDDataPeriod.Location = new System.Drawing.Point(111, 217);
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;
//
// labelTitleEquipmentLane
//
this.labelTitleEquipmentLane.BackGround = null;
this.labelTitleEquipmentLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleEquipmentLane.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleEquipmentLane.LineSpacing = 0F;
this.labelTitleEquipmentLane.Location = new System.Drawing.Point(111, 181);
this.labelTitleEquipmentLane.Name = "labelTitleEquipmentLane";
this.labelTitleEquipmentLane.OverlapOptimize = true;
this.labelTitleEquipmentLane.PasswordChar = '\0';
this.labelTitleEquipmentLane.Radius = 3;
this.labelTitleEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleEquipmentLane.Size = new System.Drawing.Size(150, 30);
this.labelTitleEquipmentLane.TabIndex = 132;
this.labelTitleEquipmentLane.Text = "Equipment Lane";
this.labelTitleEquipmentLane.TextColor = System.Drawing.Color.White;
this.labelTitleEquipmentLane.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleEquipmentLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleEquipmentLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleEquipmentLane.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(267, 217);
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);
//
// smartLabel32
//
@ -184,7 +269,7 @@
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(774, 217);
this.smartLabel32.Location = new System.Drawing.Point(764, 217);
this.smartLabel32.Name = "smartLabel32";
this.smartLabel32.OverlapOptimize = true;
this.smartLabel32.PasswordChar = '\0';
@ -199,6 +284,29 @@
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel32.Wordwrap = false;
//
// labelTitleChattering
//
this.labelTitleChattering.BackGround = null;
this.labelTitleChattering.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleChattering.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleChattering.LineSpacing = 0F;
this.labelTitleChattering.Location = new System.Drawing.Point(111, 253);
this.labelTitleChattering.Name = "labelTitleChattering";
this.labelTitleChattering.OverlapOptimize = true;
this.labelTitleChattering.PasswordChar = '\0';
this.labelTitleChattering.Radius = 3;
this.labelTitleChattering.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleChattering.Size = new System.Drawing.Size(150, 30);
this.labelTitleChattering.TabIndex = 105;
this.labelTitleChattering.Text = "Chattering";
this.labelTitleChattering.TextColor = System.Drawing.Color.White;
this.labelTitleChattering.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleChattering.Wordwrap = false;
//
// smartLabel31
//
this.smartLabel31.BackGround = null;
@ -206,7 +314,7 @@
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(383, 289);
this.smartLabel31.Location = new System.Drawing.Point(393, 289);
this.smartLabel31.Name = "smartLabel31";
this.smartLabel31.OverlapOptimize = true;
this.smartLabel31.PasswordChar = '\0';
@ -221,6 +329,29 @@
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel31.Wordwrap = false;
//
// labelChattering
//
this.labelChattering.BackGround = null;
this.labelChattering.BackGroundColor = System.Drawing.Color.White;
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(267, 253);
this.labelChattering.Name = "labelChattering";
this.labelChattering.OverlapOptimize = true;
this.labelChattering.PasswordChar = '\0';
this.labelChattering.Radius = 3;
this.labelChattering.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelChattering.Size = new System.Drawing.Size(120, 30);
this.labelChattering.TabIndex = 106;
this.labelChattering.Text = "12345.45";
this.labelChattering.TextColor = System.Drawing.Color.Black;
this.labelChattering.TextColorDisable = System.Drawing.Color.Gray;
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelChattering.Wordwrap = false;
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
//
// smartLabel30
//
this.smartLabel30.BackGround = null;
@ -228,7 +359,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(383, 253);
this.smartLabel30.Location = new System.Drawing.Point(393, 253);
this.smartLabel30.Name = "smartLabel30";
this.smartLabel30.OverlapOptimize = true;
this.smartLabel30.PasswordChar = '\0';
@ -243,6 +374,29 @@
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel30.Wordwrap = false;
//
// labelTitleCutWait
//
this.labelTitleCutWait.BackGround = null;
this.labelTitleCutWait.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleCutWait.LineSpacing = 0F;
this.labelTitleCutWait.Location = new System.Drawing.Point(111, 289);
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;
//
// smartLabel29
//
this.smartLabel29.BackGround = null;
@ -250,7 +404,7 @@
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(383, 217);
this.smartLabel29.Location = new System.Drawing.Point(393, 217);
this.smartLabel29.Name = "smartLabel29";
this.smartLabel29.OverlapOptimize = true;
this.smartLabel29.PasswordChar = '\0';
@ -265,96 +419,6 @@
this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel29.Wordwrap = false;
//
// 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(668, 253);
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(100, 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);
//
// smartLabel27
//
this.smartLabel27.BackGround = null;
this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel27.LineSpacing = 0F;
this.smartLabel27.Location = new System.Drawing.Point(512, 253);
this.smartLabel27.Name = "smartLabel27";
this.smartLabel27.OverlapOptimize = true;
this.smartLabel27.PasswordChar = '\0';
this.smartLabel27.Radius = 3;
this.smartLabel27.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel27.Size = new System.Drawing.Size(150, 30);
this.smartLabel27.TabIndex = 111;
this.smartLabel27.Text = "SB diff filter";
this.smartLabel27.TextColor = System.Drawing.Color.White;
this.smartLabel27.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel27.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel27.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel27.Wordwrap = false;
//
// labelBuzzer
//
this.labelBuzzer.BackGround = null;
this.labelBuzzer.BackGroundColor = System.Drawing.Color.White;
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(668, 217);
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(100, 30);
this.labelBuzzer.TabIndex = 110;
this.labelBuzzer.Text = "12345.45";
this.labelBuzzer.TextColor = System.Drawing.Color.Black;
this.labelBuzzer.TextColorDisable = System.Drawing.Color.Gray;
this.labelBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelBuzzer.Wordwrap = false;
this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_Click);
//
// smartLabel23
//
this.smartLabel23.BackGround = null;
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel23.LineSpacing = 0F;
this.smartLabel23.Location = new System.Drawing.Point(512, 217);
this.smartLabel23.Name = "smartLabel23";
this.smartLabel23.OverlapOptimize = true;
this.smartLabel23.PasswordChar = '\0';
this.smartLabel23.Radius = 3;
this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel23.Size = new System.Drawing.Size(150, 30);
this.smartLabel23.TabIndex = 109;
this.smartLabel23.Text = "Buzzer";
this.smartLabel23.TextColor = System.Drawing.Color.White;
this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel23.Wordwrap = false;
//
// labelCutWait
//
this.labelCutWait.BackGround = null;
@ -362,13 +426,13 @@
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(277, 289);
this.labelCutWait.Location = new System.Drawing.Point(267, 289);
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(100, 30);
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;
@ -378,117 +442,97 @@
this.labelCutWait.Wordwrap = false;
this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click);
//
// smartLabel20
// labelSbDiffFilter
//
this.smartLabel20.BackGround = null;
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel20.LineSpacing = 0F;
this.smartLabel20.Location = new System.Drawing.Point(121, 289);
this.smartLabel20.Name = "smartLabel20";
this.smartLabel20.OverlapOptimize = true;
this.smartLabel20.PasswordChar = '\0';
this.smartLabel20.Radius = 3;
this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel20.Size = new System.Drawing.Size(150, 30);
this.smartLabel20.TabIndex = 107;
this.smartLabel20.Text = "Cut wait";
this.smartLabel20.TextColor = System.Drawing.Color.White;
this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel20.Wordwrap = false;
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(638, 253);
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);
//
// labelChattering
// labelTitleBuzzer
//
this.labelChattering.BackGround = null;
this.labelChattering.BackGroundColor = System.Drawing.Color.White;
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(277, 253);
this.labelChattering.Name = "labelChattering";
this.labelChattering.OverlapOptimize = true;
this.labelChattering.PasswordChar = '\0';
this.labelChattering.Radius = 3;
this.labelChattering.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelChattering.Size = new System.Drawing.Size(100, 30);
this.labelChattering.TabIndex = 106;
this.labelChattering.Text = "12345.45";
this.labelChattering.TextColor = System.Drawing.Color.Black;
this.labelChattering.TextColorDisable = System.Drawing.Color.Gray;
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelChattering.Wordwrap = false;
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
this.labelTitleBuzzer.BackGround = null;
this.labelTitleBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleBuzzer.LineSpacing = 0F;
this.labelTitleBuzzer.Location = new System.Drawing.Point(482, 217);
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;
//
// smartLabel18
// labelTitleSBDiffFilter
//
this.smartLabel18.BackGround = null;
this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel18.LineSpacing = 0F;
this.smartLabel18.Location = new System.Drawing.Point(121, 253);
this.smartLabel18.Name = "smartLabel18";
this.smartLabel18.OverlapOptimize = true;
this.smartLabel18.PasswordChar = '\0';
this.smartLabel18.Radius = 3;
this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel18.Size = new System.Drawing.Size(150, 30);
this.smartLabel18.TabIndex = 105;
this.smartLabel18.Text = "Chattering";
this.smartLabel18.TextColor = System.Drawing.Color.White;
this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel18.Wordwrap = false;
this.labelTitleSBDiffFilter.BackGround = null;
this.labelTitleSBDiffFilter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleSBDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleSBDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleSBDiffFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleSBDiffFilter.LineSpacing = 0F;
this.labelTitleSBDiffFilter.Location = new System.Drawing.Point(482, 253);
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.TabIndex = 111;
this.labelTitleSBDiffFilter.Text = "SB diff filter";
this.labelTitleSBDiffFilter.TextColor = System.Drawing.Color.White;
this.labelTitleSBDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleSBDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleSBDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSBDiffFilter.Wordwrap = false;
//
// labelLcdDataPeriod
// labelBuzzer
//
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(277, 217);
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(100, 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);
//
// smartLabel14
//
this.smartLabel14.BackGround = null;
this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel14.LineSpacing = 0F;
this.smartLabel14.Location = new System.Drawing.Point(121, 217);
this.smartLabel14.Name = "smartLabel14";
this.smartLabel14.OverlapOptimize = true;
this.smartLabel14.PasswordChar = '\0';
this.smartLabel14.Radius = 3;
this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel14.Size = new System.Drawing.Size(150, 30);
this.smartLabel14.TabIndex = 103;
this.smartLabel14.Text = "LCD data period";
this.smartLabel14.TextColor = System.Drawing.Color.White;
this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel14.Wordwrap = false;
this.labelBuzzer.BackGround = null;
this.labelBuzzer.BackGroundColor = System.Drawing.Color.White;
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(638, 217);
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.TabIndex = 110;
this.labelBuzzer.Text = "12345.45";
this.labelBuzzer.TextColor = System.Drawing.Color.Black;
this.labelBuzzer.TextColorDisable = System.Drawing.Color.Gray;
this.labelBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelBuzzer.Wordwrap = false;
this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_Click);
//
// smartTimerMessageShow
//
@ -515,23 +559,25 @@
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel labelSbDiffFilter;
private SmartX.SmartLabel smartLabel27;
private SmartX.SmartLabel labelTitleSBDiffFilter;
private SmartX.SmartLabel labelBuzzer;
private SmartX.SmartLabel smartLabel23;
private SmartX.SmartLabel labelTitleBuzzer;
private SmartX.SmartLabel labelCutWait;
private SmartX.SmartLabel smartLabel20;
private SmartX.SmartLabel labelTitleCutWait;
private SmartX.SmartLabel labelChattering;
private SmartX.SmartLabel smartLabel18;
private SmartX.SmartLabel labelTitleChattering;
private SmartX.SmartLabel labelLcdDataPeriod;
private SmartX.SmartLabel smartLabel14;
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 smartLabel39;
private SmartX.SmartLabel labelTitleCheckLane;
private SmartX.SmartLabel labelEquipmentLane;
private SmartX.SmartLabel smartLabel37;
private SmartX.SmartLabel labelTitleEquipmentLane;
private System.Windows.Forms.ComboBox comboBoxLanguage;
private SmartX.SmartLabel labelTitleLanguage;
}
}

View File

@ -12,6 +12,7 @@ using SmartX;
using INT_LKD_2.Forms;
using INT_LKD_2.DataStore;
using INT_LKD_2.DialogForms;
using System.Threading;
namespace INT_LKD_2.Controls
{
@ -31,6 +32,7 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.Initialize();
this.InitializeDesign();
}
#endregion
@ -45,7 +47,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "System > Setting";
this.MessageBoxRange = "";
this.CollLabel = new Collection<SmartLabel>();
@ -54,6 +55,43 @@ namespace INT_LKD_2.Controls
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);
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "系统设定 > 设置";
this.labelTitleEquipmentLane.Text = "设备巷";
this.labelTitleLCDDataPeriod.Text = "数据保存周期";
this.labelTitleChattering.Text = "颤振";
this.labelTitleCutWait.Text = "减少等待";
this.labelTitleCheckLane.Text = "设备检验编号";
this.labelTitleBuzzer.Text = "蜂鸣器";
this.labelTitleSBDiffFilter.Text = "滤波器";
this.labelTitleLanguage.Text = "语言";
break;
default:
this.smartGroupBox1.Text = "System > Setting";
this.labelTitleEquipmentLane.Text = "Equipment Lane";
this.labelTitleLCDDataPeriod.Text = "LCD data period";
this.labelTitleChattering.Text = "Chattering";
this.labelTitleCutWait.Text = "Cut wait";
this.labelTitleCheckLane.Text = "Check Lane number";
this.labelTitleBuzzer.Text = "Buzzer";
this.labelTitleSBDiffFilter.Text = "SB diff filter";
this.labelTitleLanguage.Text = "Language";
break;
}
}
private void UpdateDisplauUserControls(bool enable)
@ -95,6 +133,7 @@ namespace INT_LKD_2.Controls
}
private void UpdateDisplayControlData(SystemConfiguration item)
{
int iValue = 0;
string value = "";
// LCD data period
@ -131,6 +170,15 @@ namespace INT_LKD_2.Controls
value = item.CHECK_LANE.ToString();
if (this.labelCheckLane.Text != value)
this.labelCheckLane.Text = value;
// 언어
iValue = (int)item.LANGUAGE;
if (this.comboBoxLanguage.SelectedIndex != iValue)
{
this.comboBoxLanguage.SelectedIndexChanged -= new EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
this.comboBoxLanguage.SelectedIndex = iValue;
this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
}
}
public void DisplayRefresh()
@ -148,7 +196,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelLcdDataPeriod.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel14.Text, this.labelLcdDataPeriod.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleLCDDataPeriod.Text, this.labelLcdDataPeriod.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -176,7 +224,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelChattering.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel18.Text, this.labelChattering.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleChattering.Text, this.labelChattering.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -204,7 +252,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelCutWait.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel20.Text, this.labelCutWait.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleCutWait.Text, this.labelCutWait.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -232,7 +280,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelBuzzer.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel23.Text, this.labelBuzzer.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleBuzzer.Text, this.labelBuzzer.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -260,7 +308,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelSbDiffFilter.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel27.Text, this.labelSbDiffFilter.Text, 2, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleSBDiffFilter.Text, this.labelSbDiffFilter.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -288,7 +336,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelEquipmentLane.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel37.Text, this.labelEquipmentLane.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleEquipmentLane.Text, this.labelEquipmentLane.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -316,7 +364,7 @@ namespace INT_LKD_2.Controls
string value = "", before = "", after = "";
before = this.labelCheckLane.Text;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel39.Text, this.labelCheckLane.Text, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleCheckLane.Text, this.labelCheckLane.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
@ -339,6 +387,75 @@ namespace INT_LKD_2.Controls
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Etc_CheckLane, "", before, after);
}
}
private void comboBoxLanguage_SelectedIndexChanged(object sender, EventArgs e)
{
string before = "", after = "";
before = this.ParentForm.ParentForm.SystemConfig.LANGUAGE.ToString();
if (this.comboBoxLanguage.SelectedIndex == 0)
this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.Korean;
else if (this.comboBoxLanguage.SelectedIndex == 1)
this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.English;
else if (this.comboBoxLanguage.SelectedIndex == 2)
this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.Chinese;
else
this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.Korean;
this.ParentForm.ParentForm.SaveSystemConfigurationFile(this.ParentForm.ParentForm.SystemConfig);
after = this.ParentForm.ParentForm.SystemConfig.LANGUAGE.ToString();
if (before != after)
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Language, "", before, after);
SmartSplash.Start(SmartSplash.BuiltInLoadingImages.PROCESSING1, 200);
if (this.ParentForm.Child_Log_Alarm != null)
this.ParentForm.Child_Log_Alarm.InitializeDesign();
if (this.ParentForm.Child_Log_History != null)
this.ParentForm.Child_Log_History.InitializeDesign();
if (this.ParentForm.Child_Log_Inspection != null)
this.ParentForm.Child_Log_Inspection.InitializeDesign();
if (this.ParentForm.Child_Manual_IoTest_Master != null)
this.ParentForm.Child_Manual_IoTest_Master.InitializeDesign();
if (this.ParentForm.Child_Manual_IoTest_Slave != null)
this.ParentForm.Child_Manual_IoTest_Slave.InitializeDesign();
Thread.Sleep(50);
if (this.ParentForm.Child_Recipe_Setting != null)
this.ParentForm.Child_Recipe_Setting.InitializeDesign();
if(this.ParentForm.Child_Recipe_Setting.ChildControlRecipeData1 != null)
this.ParentForm.Child_Recipe_Setting.ChildControlRecipeData1.InitializeDesign();
if (this.ParentForm.Child_Recipe_Setting.ChildControlRecipeData2 != null)
this.ParentForm.Child_Recipe_Setting.ChildControlRecipeData2.InitializeDesign();
if (this.ParentForm.Child_System_Equipment10_1 != null)
this.ParentForm.Child_System_Equipment10_1.InitializeDesign();
Thread.Sleep(50);
if (this.ParentForm.Child_System_Ethernet != null)
this.ParentForm.Child_System_Ethernet.InitializeDesign();
if (this.ParentForm.Child_System_Information != null)
this.ParentForm.Child_System_Information.InitializeDesign();
if (this.ParentForm.Child_System_Setting != null)
this.ParentForm.Child_System_Setting.InitializeDesign();
if (this.ParentForm.Child_User_GroupEditor != null)
this.ParentForm.Child_User_GroupEditor.InitializeDesign();
if (this.ParentForm.Child_User_MyPage != null)
this.ParentForm.Child_User_MyPage.InitializeDesign();
if (this.ParentForm.Child_User_UserEditor != null)
this.ParentForm.Child_User_UserEditor.InitializeDesign();
Thread.Sleep(50);
if (this.ParentForm.ParentForm.ChildFormMainDisplay != null)
this.ParentForm.ParentForm.ChildFormMainDisplay.InitializeDesign();
if (this.ParentForm.ParentForm.ChildFormMainDisplay.ChildMainDisplay10 != null)
this.ParentForm.ParentForm.ChildFormMainDisplay.ChildMainDisplay10.InitializeDesign();
if (this.ParentForm.ParentForm.ChildFormMainDisplay.ChildModbus != null)
this.ParentForm.ParentForm.ChildFormMainDisplay.ChildModbus.InitializeDesign();
if (this.ParentForm != null)
this.ParentForm.InitializeDesign();
SmartSplash.Finish();
}
private void smartTimerMessageShow_Tick(object sender, EventArgs e)
{

File diff suppressed because it is too large Load Diff

View File

@ -1479,7 +1479,7 @@ namespace INT_LKD_2.Controls
private void buttonInspection_Click(object sender, EventArgs e)
{
this.InitializeData();
this.ParentForm.Child_System_Equipment10.InitializeData();
this.ParentForm.Child_System_Equipment10_1.InitializeData();
this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster);
}
private void buttonDisplay_Click(object sender, EventArgs e)

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,7 @@ namespace INT_LKD_2.Controls
this.Initialize();
this.InitializeData();
this.InitializeDraw();
this.InitializeDesign();
}
#endregion
@ -202,6 +203,36 @@ namespace INT_LKD_2.Controls
this.smartDraw1.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
this.smartDraw2.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
//case Define.E_LanguageID.Chinese:
// this.labelProgress1.Text = "初始状态";
// this.labelProgress2.Text = "进入";
// this.labelProgress3.Text = "移动";
// this.labelProgress4.Text = "合并";
// this.labelProgress5.Text = "启动真空";
// this.labelProgress6.Text = "保持真空";
// this.labelProgress7.Text = "判断";
// this.labelProgress8.Text = "中断真空";
// this.labelProgress9.Text = "释放";
// this.labelProgress10.Text = "移动";
// break;
default:
this.labelProgress1.Text = "Ready";
this.labelProgress2.Text = "Entry";
this.labelProgress3.Text = "Move";
this.labelProgress4.Text = "Merge";
this.labelProgress5.Text = "V.Start";
this.labelProgress6.Text = "V.Hold";
this.labelProgress7.Text = "Judge";
this.labelProgress8.Text = "V.Break";
this.labelProgress9.Text = "Release";
this.labelProgress10.Text = "Move";
break;
}
}
private void InitializeMeasuringData()
{
// Measuring : 1 Lane
@ -444,7 +475,7 @@ namespace INT_LKD_2.Controls
//this.labelStop.Visible = true;
this.InitializeData();
this.ParentForm.Child_System_Equipment10_1.InitializeData();
this.ParentForm.Child_System_Equipment10.InitializeData();
#endregion
}
}
@ -1288,7 +1319,7 @@ namespace INT_LKD_2.Controls
// 화면 데이터 초기화
this.InitializeData();
this.ParentForm.Child_System_Equipment10_1.InitializeData();
this.ParentForm.Child_System_Equipment10.InitializeData();
}
else
{
@ -1344,7 +1375,7 @@ namespace INT_LKD_2.Controls
private void buttonInspection_Click(object sender, EventArgs e)
{
this.InitializeData();
this.ParentForm.Child_System_Equipment10_1.InitializeData();
this.ParentForm.Child_System_Equipment10.InitializeData();
this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster);
}
private void buttonDisplay_Click(object sender, EventArgs e)

View File

@ -120,9 +120,6 @@
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="smartTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>264, 17</value>
</metadata>

View File

@ -30,8 +30,11 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuUserGroupEditor));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartLabel1 = new SmartX.SmartLabel();
this.labelTitleMenuEthernet = new SmartX.SmartLabel();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.checkBoxL3MenuUserGroupEditor = new SmartX.SmartCheckBox();
this.checkBoxL2MenuUserGroupEditor = new SmartX.SmartCheckBox();
this.checkBoxL1MenuUserGroupEditor = new SmartX.SmartCheckBox();
this.buttonGroupNameChange = new SmartX.SmartButton();
this.labelTitleMenuUserGroupEditor = new SmartX.SmartLabel();
this.groupBoxDefault = new SmartX.SmartGroupBox();
@ -51,7 +54,6 @@
this.groupBoxLevel3 = new SmartX.SmartGroupBox();
this.checkBoxL3MenuEthernet = new SmartX.SmartCheckBox();
this.textBoxLevel3 = new System.Windows.Forms.TextBox();
this.checkBoxL3MenuUserGroupEditor = new SmartX.SmartCheckBox();
this.checkBoxL3MainProductChange = new SmartX.SmartCheckBox();
this.checkBoxL3MenuUserSetting = new SmartX.SmartCheckBox();
this.checkBoxL3MenuProduct = new SmartX.SmartCheckBox();
@ -60,13 +62,11 @@
this.checkBoxL3MainClear = new SmartX.SmartCheckBox();
this.checkBoxL3MenuHistoryLog = new SmartX.SmartCheckBox();
this.checkBoxL3MenuInspectionLog = new SmartX.SmartCheckBox();
this.checkBoxL3MenuEquipment = new SmartX.SmartCheckBox();
this.checkBoxL3MenuAlarmLog = new SmartX.SmartCheckBox();
this.checkBoxL3MenuInformation = new SmartX.SmartCheckBox();
this.groupBoxLevel2 = new SmartX.SmartGroupBox();
this.checkBoxL2MenuEthernet = new SmartX.SmartCheckBox();
this.textBoxLevel2 = new System.Windows.Forms.TextBox();
this.checkBoxL2MenuUserGroupEditor = new SmartX.SmartCheckBox();
this.checkBoxL2MainProductChange = new SmartX.SmartCheckBox();
this.checkBoxL2MenuUserSetting = new SmartX.SmartCheckBox();
this.checkBoxL2MenuProduct = new SmartX.SmartCheckBox();
@ -75,13 +75,11 @@
this.checkBoxL2MainClear = new SmartX.SmartCheckBox();
this.checkBoxL2MenuHistoryLog = new SmartX.SmartCheckBox();
this.checkBoxL2MenuInspectionLog = new SmartX.SmartCheckBox();
this.checkBoxL2MenuEquipment = new SmartX.SmartCheckBox();
this.checkBoxL2MenuAlarmLog = new SmartX.SmartCheckBox();
this.checkBoxL2MenuInformation = new SmartX.SmartCheckBox();
this.groupBoxLevel1 = new SmartX.SmartGroupBox();
this.checkBoxL1MenuEthernet = new SmartX.SmartCheckBox();
this.textBoxLevel1 = new System.Windows.Forms.TextBox();
this.checkBoxL1MenuUserGroupEditor = new SmartX.SmartCheckBox();
this.checkBoxL1MainProductChange = new SmartX.SmartCheckBox();
this.checkBoxL1MenuUserSetting = new SmartX.SmartCheckBox();
this.checkBoxL1MenuProduct = new SmartX.SmartCheckBox();
@ -90,12 +88,14 @@
this.checkBoxL1MainClear = new SmartX.SmartCheckBox();
this.checkBoxL1MenuHistoryLog = new SmartX.SmartCheckBox();
this.checkBoxL1MenuInspectionLog = new SmartX.SmartCheckBox();
this.checkBoxL1MenuEquipment = new SmartX.SmartCheckBox();
this.checkBoxL1MenuAlarmLog = new SmartX.SmartCheckBox();
this.checkBoxL1MenuInformation = new SmartX.SmartCheckBox();
this.labelTitleMenuEquipment = new SmartX.SmartLabel();
this.labelTitleMenuInformation = new SmartX.SmartLabel();
this.labelTitleMenuAlarmLog = new SmartX.SmartLabel();
this.checkBoxL3MenuEquipment = new SmartX.SmartCheckBox();
this.checkBoxL2MenuEquipment = new SmartX.SmartCheckBox();
this.checkBoxL1MenuEquipment = new SmartX.SmartCheckBox();
this.labelTitleMenuInspectionLog = new SmartX.SmartLabel();
this.labelTitleMenuHistoryLog = new SmartX.SmartLabel();
this.labelTitleMenuIOTest = new SmartX.SmartLabel();
@ -119,7 +119,7 @@
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.smartLabel1);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuEthernet);
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuUserGroupEditor);
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuUserGroupEditor);
@ -147,6 +147,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.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;
@ -160,28 +161,28 @@
this.smartGroupBox1.Text = "User > Group Editor";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// smartLabel1
// labelTitleMenuEthernet
//
this.smartLabel1.BackGround = null;
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(158, 486);
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(132, 23);
this.smartLabel1.TabIndex = 223;
this.smartLabel1.Text = "Ethernet";
this.smartLabel1.TextColor = System.Drawing.Color.White;
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false;
this.labelTitleMenuEthernet.BackGround = null;
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.LineSpacing = 0F;
this.labelTitleMenuEthernet.Location = new System.Drawing.Point(158, 486);
this.labelTitleMenuEthernet.Name = "labelTitleMenuEthernet";
this.labelTitleMenuEthernet.OverlapOptimize = true;
this.labelTitleMenuEthernet.PasswordChar = '\0';
this.labelTitleMenuEthernet.Radius = 3;
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.TextColor = System.Drawing.Color.White;
this.labelTitleMenuEthernet.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMenuEthernet.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMenuEthernet.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMenuEthernet.Wordwrap = false;
//
// smartKeyboard
//
@ -227,6 +228,78 @@
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1;
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
//
// checkBoxL3MenuUserGroupEditor
//
this.checkBoxL3MenuUserGroupEditor.BackGround = this.smartGroupBox1;
this.checkBoxL3MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.checkBoxL3MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxL3MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxL3MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL3MenuUserGroupEditor.CheckBoxSymbolSize = 20;
this.checkBoxL3MenuUserGroupEditor.Checked = false;
this.checkBoxL3MenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxL3MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxL3MenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxL3MenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxL3MenuUserGroupEditor.Location = new System.Drawing.Point(614, 598);
this.checkBoxL3MenuUserGroupEditor.Name = "checkBoxL3MenuUserGroupEditor";
this.checkBoxL3MenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxL3MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23);
this.checkBoxL3MenuUserGroupEditor.TabIndex = 118;
this.checkBoxL3MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL3MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL3MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuUserGroupEditor.Visible = false;
this.checkBoxL3MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL2MenuUserGroupEditor
//
this.checkBoxL2MenuUserGroupEditor.BackGround = this.smartGroupBox1;
this.checkBoxL2MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.checkBoxL2MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxL2MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxL2MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL2MenuUserGroupEditor.CheckBoxSymbolSize = 20;
this.checkBoxL2MenuUserGroupEditor.Checked = false;
this.checkBoxL2MenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxL2MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxL2MenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxL2MenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxL2MenuUserGroupEditor.Location = new System.Drawing.Point(491, 598);
this.checkBoxL2MenuUserGroupEditor.Name = "checkBoxL2MenuUserGroupEditor";
this.checkBoxL2MenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxL2MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23);
this.checkBoxL2MenuUserGroupEditor.TabIndex = 117;
this.checkBoxL2MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL2MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL2MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuUserGroupEditor.Visible = false;
this.checkBoxL2MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL1MenuUserGroupEditor
//
this.checkBoxL1MenuUserGroupEditor.BackGround = this.smartGroupBox1;
this.checkBoxL1MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.checkBoxL1MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxL1MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxL1MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL1MenuUserGroupEditor.CheckBoxSymbolSize = 20;
this.checkBoxL1MenuUserGroupEditor.Checked = false;
this.checkBoxL1MenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxL1MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxL1MenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxL1MenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxL1MenuUserGroupEditor.Location = new System.Drawing.Point(364, 598);
this.checkBoxL1MenuUserGroupEditor.Name = "checkBoxL1MenuUserGroupEditor";
this.checkBoxL1MenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxL1MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23);
this.checkBoxL1MenuUserGroupEditor.TabIndex = 116;
this.checkBoxL1MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL1MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL1MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuUserGroupEditor.Visible = false;
this.checkBoxL1MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click);
//
// buttonGroupNameChange
//
this.buttonGroupNameChange.BackGround = null;
@ -237,6 +310,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.GroupID = 0;
this.buttonGroupNameChange.ImageDisable = null;
this.buttonGroupNameChange.ImageDown = null;
@ -305,6 +379,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.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;
@ -632,6 +707,7 @@
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.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;
@ -680,30 +756,6 @@
this.textBoxLevel3.Visible = false;
this.textBoxLevel3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel3_KeyPress);
//
// checkBoxL3MenuUserGroupEditor
//
this.checkBoxL3MenuUserGroupEditor.BackGround = this.smartGroupBox1;
this.checkBoxL3MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.checkBoxL3MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxL3MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxL3MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL3MenuUserGroupEditor.CheckBoxSymbolSize = 20;
this.checkBoxL3MenuUserGroupEditor.Checked = false;
this.checkBoxL3MenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxL3MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxL3MenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxL3MenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxL3MenuUserGroupEditor.Location = new System.Drawing.Point(614, 598);
this.checkBoxL3MenuUserGroupEditor.Name = "checkBoxL3MenuUserGroupEditor";
this.checkBoxL3MenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxL3MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23);
this.checkBoxL3MenuUserGroupEditor.TabIndex = 118;
this.checkBoxL3MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL3MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL3MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuUserGroupEditor.Visible = false;
this.checkBoxL3MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL3MainProductChange
//
this.checkBoxL3MainProductChange.BackGround = this.groupBoxLevel3;
@ -886,30 +938,6 @@
this.checkBoxL3MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL3MenuEquipment
//
this.checkBoxL3MenuEquipment.BackGround = this.smartGroupBox1;
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;
this.checkBoxL3MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL3MenuEquipment.CheckBoxSymbolSize = 20;
this.checkBoxL3MenuEquipment.Checked = false;
this.checkBoxL3MenuEquipment.CheckLineWidth = 3;
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.Name = "checkBoxL3MenuEquipment";
this.checkBoxL3MenuEquipment.OverlapOptimize = true;
this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(23, 23);
this.checkBoxL3MenuEquipment.TabIndex = 113;
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);
//
// checkBoxL3MenuAlarmLog
//
this.checkBoxL3MenuAlarmLog.BackGround = this.groupBoxLevel3;
@ -973,6 +1001,7 @@
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.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;
@ -1021,30 +1050,6 @@
this.textBoxLevel2.Visible = false;
this.textBoxLevel2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel2_KeyPress);
//
// checkBoxL2MenuUserGroupEditor
//
this.checkBoxL2MenuUserGroupEditor.BackGround = this.smartGroupBox1;
this.checkBoxL2MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.checkBoxL2MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxL2MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxL2MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL2MenuUserGroupEditor.CheckBoxSymbolSize = 20;
this.checkBoxL2MenuUserGroupEditor.Checked = false;
this.checkBoxL2MenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxL2MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxL2MenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxL2MenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxL2MenuUserGroupEditor.Location = new System.Drawing.Point(491, 598);
this.checkBoxL2MenuUserGroupEditor.Name = "checkBoxL2MenuUserGroupEditor";
this.checkBoxL2MenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxL2MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23);
this.checkBoxL2MenuUserGroupEditor.TabIndex = 117;
this.checkBoxL2MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL2MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL2MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuUserGroupEditor.Visible = false;
this.checkBoxL2MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL2MainProductChange
//
this.checkBoxL2MainProductChange.BackGround = this.groupBoxLevel2;
@ -1227,30 +1232,6 @@
this.checkBoxL2MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL2MenuEquipment
//
this.checkBoxL2MenuEquipment.BackGround = this.smartGroupBox1;
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;
this.checkBoxL2MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL2MenuEquipment.CheckBoxSymbolSize = 20;
this.checkBoxL2MenuEquipment.Checked = false;
this.checkBoxL2MenuEquipment.CheckLineWidth = 3;
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.Name = "checkBoxL2MenuEquipment";
this.checkBoxL2MenuEquipment.OverlapOptimize = true;
this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(23, 23);
this.checkBoxL2MenuEquipment.TabIndex = 113;
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);
//
// checkBoxL2MenuAlarmLog
//
this.checkBoxL2MenuAlarmLog.BackGround = this.groupBoxLevel2;
@ -1314,6 +1295,7 @@
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.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;
@ -1362,30 +1344,6 @@
this.textBoxLevel1.Visible = false;
this.textBoxLevel1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel1_KeyPress);
//
// checkBoxL1MenuUserGroupEditor
//
this.checkBoxL1MenuUserGroupEditor.BackGround = this.smartGroupBox1;
this.checkBoxL1MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.checkBoxL1MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxL1MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxL1MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL1MenuUserGroupEditor.CheckBoxSymbolSize = 20;
this.checkBoxL1MenuUserGroupEditor.Checked = false;
this.checkBoxL1MenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxL1MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxL1MenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxL1MenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxL1MenuUserGroupEditor.Location = new System.Drawing.Point(364, 598);
this.checkBoxL1MenuUserGroupEditor.Name = "checkBoxL1MenuUserGroupEditor";
this.checkBoxL1MenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxL1MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23);
this.checkBoxL1MenuUserGroupEditor.TabIndex = 116;
this.checkBoxL1MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL1MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL1MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuUserGroupEditor.Visible = false;
this.checkBoxL1MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL1MainProductChange
//
this.checkBoxL1MainProductChange.BackGround = this.groupBoxLevel1;
@ -1568,30 +1526,6 @@
this.checkBoxL1MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click);
//
// checkBoxL1MenuEquipment
//
this.checkBoxL1MenuEquipment.BackGround = this.smartGroupBox1;
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;
this.checkBoxL1MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL1MenuEquipment.CheckBoxSymbolSize = 20;
this.checkBoxL1MenuEquipment.Checked = false;
this.checkBoxL1MenuEquipment.CheckLineWidth = 3;
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.Name = "checkBoxL1MenuEquipment";
this.checkBoxL1MenuEquipment.OverlapOptimize = true;
this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(23, 23);
this.checkBoxL1MenuEquipment.TabIndex = 113;
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);
//
// checkBoxL1MenuAlarmLog
//
this.checkBoxL1MenuAlarmLog.BackGround = this.groupBoxLevel1;
@ -1668,7 +1602,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuInformation.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuInformation.LineSpacing = 0F;
this.labelTitleMenuInformation.Location = new System.Drawing.Point(158, 457);
this.labelTitleMenuInformation.Name = "labelTitleMenuInformation";
@ -1691,7 +1625,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuAlarmLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuAlarmLog.LineSpacing = 0F;
this.labelTitleMenuAlarmLog.Location = new System.Drawing.Point(158, 428);
this.labelTitleMenuAlarmLog.Name = "labelTitleMenuAlarmLog";
@ -1708,13 +1642,85 @@
this.labelTitleMenuAlarmLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMenuAlarmLog.Wordwrap = false;
//
// checkBoxL3MenuEquipment
//
this.checkBoxL3MenuEquipment.BackGround = this.smartGroupBox1;
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;
this.checkBoxL3MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL3MenuEquipment.CheckBoxSymbolSize = 20;
this.checkBoxL3MenuEquipment.Checked = false;
this.checkBoxL3MenuEquipment.CheckLineWidth = 3;
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.Name = "checkBoxL3MenuEquipment";
this.checkBoxL3MenuEquipment.OverlapOptimize = true;
this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(23, 23);
this.checkBoxL3MenuEquipment.TabIndex = 113;
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.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;
this.checkBoxL2MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL2MenuEquipment.CheckBoxSymbolSize = 20;
this.checkBoxL2MenuEquipment.Checked = false;
this.checkBoxL2MenuEquipment.CheckLineWidth = 3;
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.Name = "checkBoxL2MenuEquipment";
this.checkBoxL2MenuEquipment.OverlapOptimize = true;
this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(23, 23);
this.checkBoxL2MenuEquipment.TabIndex = 113;
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.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;
this.checkBoxL1MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxL1MenuEquipment.CheckBoxSymbolSize = 20;
this.checkBoxL1MenuEquipment.Checked = false;
this.checkBoxL1MenuEquipment.CheckLineWidth = 3;
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.Name = "checkBoxL1MenuEquipment";
this.checkBoxL1MenuEquipment.OverlapOptimize = true;
this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(23, 23);
this.checkBoxL1MenuEquipment.TabIndex = 113;
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
//
this.labelTitleMenuInspectionLog.BackGround = null;
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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuInspectionLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuInspectionLog.LineSpacing = 0F;
this.labelTitleMenuInspectionLog.Location = new System.Drawing.Point(158, 399);
this.labelTitleMenuInspectionLog.Name = "labelTitleMenuInspectionLog";
@ -1737,7 +1743,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuHistoryLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuHistoryLog.LineSpacing = 0F;
this.labelTitleMenuHistoryLog.Location = new System.Drawing.Point(158, 370);
this.labelTitleMenuHistoryLog.Name = "labelTitleMenuHistoryLog";
@ -1760,7 +1766,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuIOTest.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuIOTest.LineSpacing = 0F;
this.labelTitleMenuIOTest.Location = new System.Drawing.Point(158, 341);
this.labelTitleMenuIOTest.Name = "labelTitleMenuIOTest";
@ -1783,7 +1789,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuUserSetting.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuUserSetting.LineSpacing = 0F;
this.labelTitleMenuUserSetting.Location = new System.Drawing.Point(158, 312);
this.labelTitleMenuUserSetting.Name = "labelTitleMenuUserSetting";
@ -1806,7 +1812,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuRecipe.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuRecipe.LineSpacing = 0F;
this.labelTitleMenuRecipe.Location = new System.Drawing.Point(158, 283);
this.labelTitleMenuRecipe.Name = "labelTitleMenuRecipe";
@ -1829,7 +1835,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMainSubMenu.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMainSubMenu.LineSpacing = 0F;
this.labelTitleMainSubMenu.Location = new System.Drawing.Point(158, 226);
this.labelTitleMainSubMenu.Name = "labelTitleMainSubMenu";
@ -1853,7 +1859,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMainClear.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMainClear.LineSpacing = 0F;
this.labelTitleMainClear.Location = new System.Drawing.Point(158, 197);
this.labelTitleMainClear.Name = "labelTitleMainClear";
@ -1876,7 +1882,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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMainProductChange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMainProductChange.LineSpacing = 0F;
this.labelTitleMainProductChange.Location = new System.Drawing.Point(158, 168);
this.labelTitleMainProductChange.Name = "labelTitleMainProductChange";
@ -1886,7 +1892,7 @@
this.labelTitleMainProductChange.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMainProductChange.Size = new System.Drawing.Size(132, 23);
this.labelTitleMainProductChange.TabIndex = 122;
this.labelTitleMainProductChange.Text = "Change No.";
this.labelTitleMainProductChange.Text = "Product change";
this.labelTitleMainProductChange.TextColor = System.Drawing.Color.White;
this.labelTitleMainProductChange.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMainProductChange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -1903,6 +1909,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.GroupID = 0;
this.buttonSave.ImageDisable = null;
this.buttonSave.ImageDown = null;
@ -1934,7 +1941,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("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMain.LineSpacing = 0F;
this.labelTitleMain.Location = new System.Drawing.Point(158, 139);
this.labelTitleMain.Name = "labelTitleMain";
@ -1957,7 +1964,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("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMenu.LineSpacing = 0F;
this.labelTitleMenu.Location = new System.Drawing.Point(158, 254);
this.labelTitleMenu.Name = "labelTitleMenu";
@ -2065,7 +2072,7 @@
private System.Windows.Forms.TextBox textBoxLevel3;
private System.Windows.Forms.TextBox textBoxLevel2;
private SmartX.SmartKeyboard smartKeyboard;
private SmartX.SmartLabel smartLabel1;
private SmartX.SmartLabel labelTitleMenuEthernet;
private SmartX.SmartCheckBox checkBoxL3MenuEthernet;
private SmartX.SmartCheckBox checkBoxL2MenuEthernet;
private SmartX.SmartCheckBox checkBoxL1MenuEthernet;

View File

@ -25,6 +25,7 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.Initialize();
this.InitializeDesign();
}
#endregion
@ -39,7 +40,54 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "User > GroupEditor";
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "用户设置 > 组编辑";
this.labelTitleMain.Text = "主菜单";
this.labelTitleMainProductChange.Text = "产品变化";
this.labelTitleMainClear.Text = "消除";
this.labelTitleMainSubMenu.Text = "子菜单";
this.labelTitleMenu.Text = "菜单";
this.labelTitleMenuRecipe.Text = "配方设置";
this.labelTitleMenuUserSetting.Text = "用户编辑";
this.labelTitleMenuIOTest.Text = "I/O 测试";
this.labelTitleMenuHistoryLog.Text = "日志_历史记录";
this.labelTitleMenuInspectionLog.Text = "日志_检查";
this.labelTitleMenuAlarmLog.Text = "日志_报警";
this.labelTitleMenuInformation.Text = "信息";
this.labelTitleMenuEthernet.Text = "以太网";
this.buttonGroupNameChange.ButtonText = "更改姓名";
this.buttonSave.ButtonText = "保存";
break;
default:
this.smartGroupBox1.Text = "User > GroupEditor";
this.labelTitleMain.Text = "Main";
this.labelTitleMainProductChange.Text = "Product change";
this.labelTitleMainClear.Text = "Clear data";
this.labelTitleMainSubMenu.Text = "Submenu";
this.labelTitleMenu.Text = "Menu";
this.labelTitleMenuRecipe.Text = "Recipe setting";
this.labelTitleMenuUserSetting.Text = "User editing";
this.labelTitleMenuIOTest.Text = "I/O Test";
this.labelTitleMenuHistoryLog.Text = "Log_History";
this.labelTitleMenuInspectionLog.Text = "Log_Inspection";
this.labelTitleMenuAlarmLog.Text = "Log_Alarm";
this.labelTitleMenuInformation.Text = "Information";
this.labelTitleMenuEthernet.Text = "Ethernet";
this.buttonGroupNameChange.ButtonText = "Change name";
this.buttonSave.ButtonText = "Save";
break;
}
}
private void KeyboardClose()

View File

@ -35,11 +35,11 @@
this.smartLabel4 = new SmartX.SmartLabel();
this.textBoxNewPassword = new System.Windows.Forms.TextBox();
this.labelIDBackGround = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.labelTitleVerify = new SmartX.SmartLabel();
this.labelTitleNew = new SmartX.SmartLabel();
this.labelID = new SmartX.SmartLabel();
this.labelTitleID = new SmartX.SmartLabel();
this.buttonSave = new SmartX.SmartButton();
this.buttonChange = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -53,11 +53,12 @@
this.smartGroupBox1.Controls.Add(this.smartLabel4);
this.smartGroupBox1.Controls.Add(this.textBoxNewPassword);
this.smartGroupBox1.Controls.Add(this.labelIDBackGround);
this.smartGroupBox1.Controls.Add(this.smartLabel3);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.labelTitleVerify);
this.smartGroupBox1.Controls.Add(this.labelTitleNew);
this.smartGroupBox1.Controls.Add(this.labelID);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.buttonChange);
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;
@ -183,49 +184,51 @@
this.labelIDBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelIDBackGround.Wordwrap = false;
//
// smartLabel3
// labelTitleVerify
//
this.smartLabel3.BackGround = null;
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(102, 216);
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(155, 34);
this.smartLabel3.TabIndex = 85;
this.smartLabel3.Text = "Verify Password";
this.smartLabel3.TextColor = System.Drawing.Color.White;
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false;
this.labelTitleVerify.BackGround = null;
this.labelTitleVerify.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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);
this.labelTitleVerify.LineSpacing = 0F;
this.labelTitleVerify.Location = new System.Drawing.Point(102, 216);
this.labelTitleVerify.Name = "labelTitleVerify";
this.labelTitleVerify.OverlapOptimize = true;
this.labelTitleVerify.PasswordChar = '\0';
this.labelTitleVerify.Radius = 3;
this.labelTitleVerify.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleVerify.Size = new System.Drawing.Size(155, 34);
this.labelTitleVerify.TabIndex = 85;
this.labelTitleVerify.Text = "Verify Password";
this.labelTitleVerify.TextColor = System.Drawing.Color.White;
this.labelTitleVerify.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleVerify.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleVerify.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleVerify.Wordwrap = false;
//
// smartLabel2
// labelTitleNew
//
this.smartLabel2.BackGround = null;
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(102, 173);
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(155, 34);
this.smartLabel2.TabIndex = 84;
this.smartLabel2.Text = "New Password";
this.smartLabel2.TextColor = System.Drawing.Color.White;
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
this.labelTitleNew.BackGround = null;
this.labelTitleNew.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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);
this.labelTitleNew.LineSpacing = 0F;
this.labelTitleNew.Location = new System.Drawing.Point(102, 173);
this.labelTitleNew.Name = "labelTitleNew";
this.labelTitleNew.OverlapOptimize = true;
this.labelTitleNew.PasswordChar = '\0';
this.labelTitleNew.Radius = 3;
this.labelTitleNew.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleNew.Size = new System.Drawing.Size(155, 34);
this.labelTitleNew.TabIndex = 84;
this.labelTitleNew.Text = "New Password";
this.labelTitleNew.TextColor = System.Drawing.Color.White;
this.labelTitleNew.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleNew.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleNew.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleNew.Wordwrap = false;
//
// labelID
//
@ -233,7 +236,7 @@
this.labelID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelID.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
this.labelID.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelID.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(266, 131);
this.labelID.Name = "labelID";
@ -256,6 +259,7 @@
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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);
this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(102, 130);
this.labelTitleID.Name = "labelTitleID";
@ -272,40 +276,41 @@
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleID.Wordwrap = false;
//
// buttonSave
// buttonChange
//
this.buttonSave.BackGround = null;
this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.buttonSave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSave.ButtonText = "Change";
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.GroupID = 0;
this.buttonSave.ImageDisable = null;
this.buttonSave.ImageDown = null;
this.buttonSave.ImageUp = null;
this.buttonSave.Location = new System.Drawing.Point(715, 174);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 2;
this.buttonSave.OverlapOptimize = true;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.RoundSize = 20;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(100, 77);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 79;
this.buttonSave.Text = null;
this.buttonSave.TextColor = System.Drawing.Color.White;
this.buttonSave.TextColorDisable = System.Drawing.Color.Gray;
this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.Click += new System.EventHandler(this.buttonChangePassword_Click);
this.buttonChange.BackGround = null;
this.buttonChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.buttonChange.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonChange.ButtonDownColor = System.Drawing.Color.SlateGray;
this.buttonChange.ButtonImageAutoSize = true;
this.buttonChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonChange.ButtonText = "Change";
this.buttonChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonChange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonChange.GroupID = 0;
this.buttonChange.ImageDisable = null;
this.buttonChange.ImageDown = null;
this.buttonChange.ImageUp = null;
this.buttonChange.Location = new System.Drawing.Point(715, 174);
this.buttonChange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonChange.Name = "buttonChange";
this.buttonChange.NestedClickEventPrevent = false;
this.buttonChange.OutlinePixel = 2;
this.buttonChange.OverlapOptimize = true;
this.buttonChange.RepeatInterval = 200;
this.buttonChange.RepeatIntervalAccelerate = null;
this.buttonChange.RoundSize = 20;
this.buttonChange.SafeInterval = 200;
this.buttonChange.Size = new System.Drawing.Size(100, 77);
this.buttonChange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonChange.TabIndex = 79;
this.buttonChange.Text = null;
this.buttonChange.TextColor = System.Drawing.Color.White;
this.buttonChange.TextColorDisable = System.Drawing.Color.Gray;
this.buttonChange.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonChange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonChange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonChange.Click += new System.EventHandler(this.buttonChangePassword_Click);
//
// ControlMenuUserMyPage
//
@ -322,11 +327,11 @@
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartButton buttonSave;
private SmartX.SmartButton buttonChange;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelID;
private SmartX.SmartLabel smartLabel3;
private SmartX.SmartLabel smartLabel2;
private SmartX.SmartLabel labelTitleVerify;
private SmartX.SmartLabel labelTitleNew;
private System.Windows.Forms.TextBox textBoxVerifyPassword;
private SmartX.SmartLabel smartLabel4;
private System.Windows.Forms.TextBox textBoxNewPassword;

View File

@ -29,6 +29,7 @@ namespace INT_LKD_2.Controls
this.Initialize();
this.DefaultSetting();
this.InitializeDesign();
}
#endregion
@ -56,6 +57,24 @@ namespace INT_LKD_2.Controls
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Show();
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.labelTitleID.Text = "用户名";
this.labelTitleNew.Text = "新的";
this.labelTitleVerify.Text = "核实";
this.buttonChange.ButtonText = "改变";
break;
default:
this.labelTitleID.Text = "ID";
this.labelTitleNew.Text = "New";
this.labelTitleVerify.Text = "Verify";
this.buttonChange.ButtonText = "Change";
break;
}
}
private void UpdateDisplayID()
{
@ -82,6 +101,11 @@ namespace INT_LKD_2.Controls
message1 = "Password has been changed.";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "更改密码";
message1 = "您的密码已更改。";
message2 = "";
break;
default:
break;
}

View File

@ -34,7 +34,7 @@
this.labelTitleContents = new SmartX.SmartLabel();
this.labelNumberOfLoginFailures = new SmartX.SmartLabel();
this.labelTitleNumberOfLoginFailures = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel();
this.labelTitleAutoInfo = new SmartX.SmartLabel();
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
this.smartKeyboard = new SmartX.SmartKeyboard();
@ -54,22 +54,22 @@
this.checkBoxMenuEthernet = new SmartX.SmartCheckBox();
this.checkBoxMenuUserGroupEditor = new SmartX.SmartCheckBox();
this.checkBoxMenuInformation = new SmartX.SmartCheckBox();
this.checkBoxMenuAlarmList = new SmartX.SmartCheckBox();
this.checkBoxMenuAlarmLog = new SmartX.SmartCheckBox();
this.checkBoxMenuEquipment = new SmartX.SmartCheckBox();
this.checkBoxMenuCheckLog = new SmartX.SmartCheckBox();
this.checkBoxMenuInspectionLog = new SmartX.SmartCheckBox();
this.checkBoxMenuHistoryLog = new SmartX.SmartCheckBox();
this.checkBoxMenuIOTest = new SmartX.SmartCheckBox();
this.labelTitleMenu = new SmartX.SmartLabel();
this.labelTitleMain = new SmartX.SmartLabel();
this.checkBoxMenuUserEditor = new SmartX.SmartCheckBox();
this.checkBoxMenuUserSetting = new SmartX.SmartCheckBox();
this.checkBoxMenuRecipe = new SmartX.SmartCheckBox();
this.checkBoxMainSubMenu = new SmartX.SmartCheckBox();
this.checkBoxMainClear = new SmartX.SmartCheckBox();
this.checkBoxMainProductChange = new SmartX.SmartCheckBox();
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.smartLabel7 = new SmartX.SmartLabel();
this.labelTitlePassInfo = new SmartX.SmartLabel();
this.labelTitleAccountInfo = new SmartX.SmartLabel();
this.labelExpiryDateOfPassword = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount = new SmartX.SmartLabel();
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
@ -92,7 +92,7 @@
this.smartGroupBox1.Controls.Add(this.labelTitleContents);
this.smartGroupBox1.Controls.Add(this.labelNumberOfLoginFailures);
this.smartGroupBox1.Controls.Add(this.labelTitleNumberOfLoginFailures);
this.smartGroupBox1.Controls.Add(this.smartLabel6);
this.smartGroupBox1.Controls.Add(this.labelTitleAutoInfo);
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
@ -111,8 +111,8 @@
this.smartGroupBox1.Controls.Add(this.groupBoxAccessRight);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.smartLabel7);
this.smartGroupBox1.Controls.Add(this.labelTitlePassInfo);
this.smartGroupBox1.Controls.Add(this.labelTitleAccountInfo);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount);
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword);
@ -122,6 +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.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;
@ -154,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("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelTitleContents.Font = new System.Drawing.Font("새굴림", 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);
@ -170,7 +171,6 @@
this.labelTitleContents.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleContents.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleContents.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleContents.Visible = false;
this.labelTitleContents.Wordwrap = false;
//
// labelNumberOfLoginFailures
@ -203,7 +203,7 @@
this.labelTitleNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleNumberOfLoginFailures.LineSpacing = 0F;
this.labelTitleNumberOfLoginFailures.Location = new System.Drawing.Point(318, 601);
this.labelTitleNumberOfLoginFailures.Name = "labelTitleNumberOfLoginFailures";
@ -220,28 +220,28 @@
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleNumberOfLoginFailures.Wordwrap = false;
//
// smartLabel6
// labelTitleAutoInfo
//
this.smartLabel6.BackGround = null;
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel6.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(556, 561);
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(90, 34);
this.smartLabel6.TabIndex = 91;
this.smartLabel6.Text = "min(Max:90)";
this.smartLabel6.TextColor = System.Drawing.Color.White;
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false;
this.labelTitleAutoInfo.BackGround = null;
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.LineSpacing = 0F;
this.labelTitleAutoInfo.Location = new System.Drawing.Point(556, 561);
this.labelTitleAutoInfo.Name = "labelTitleAutoInfo";
this.labelTitleAutoInfo.OverlapOptimize = true;
this.labelTitleAutoInfo.PasswordChar = '\0';
this.labelTitleAutoInfo.Radius = 3;
this.labelTitleAutoInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleAutoInfo.Size = new System.Drawing.Size(90, 34);
this.labelTitleAutoInfo.TabIndex = 91;
this.labelTitleAutoInfo.Text = "min(Max:90)";
this.labelTitleAutoInfo.TextColor = System.Drawing.Color.White;
this.labelTitleAutoInfo.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleAutoInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleAutoInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleAutoInfo.Wordwrap = false;
//
// labelAutomaticLogoutTime
//
@ -273,7 +273,7 @@
this.labelTitleAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 561);
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
@ -344,6 +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.GroupID = 0;
this.buttonPasswordReset.ImageDisable = null;
this.buttonPasswordReset.ImageDown = null;
@ -379,6 +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.GroupID = 0;
this.buttonIDEdit.ImageDisable = null;
this.buttonIDEdit.ImageDown = null;
@ -486,6 +488,7 @@
this.listBoxUserList.ItemOffsetGap = 10;
this.listBoxUserList.ItemOffsetX = 1;
this.listBoxUserList.ItemOffsetY = 0;
this.listBoxUserList.ItemTextOffsetX = 0;
this.listBoxUserList.ItemTextOffsetY = 1;
this.listBoxUserList.Location = new System.Drawing.Point(11, 45);
this.listBoxUserList.MouseMoveEventSpace = 3;
@ -595,6 +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.GroupID = 0;
this.buttonLevel3.ImageDisable = null;
this.buttonLevel3.ImageDown = null;
@ -630,6 +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.GroupID = 0;
this.buttonLevel2.ImageDisable = null;
this.buttonLevel2.ImageDown = null;
@ -665,6 +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.GroupID = 0;
this.buttonLevel1.ImageDisable = null;
this.buttonLevel1.ImageDown = null;
@ -719,6 +725,7 @@
this.labelTitleAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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.LineSpacing = 0F;
this.labelTitleAccessRight.Location = new System.Drawing.Point(317, 206);
this.labelTitleAccessRight.Name = "labelTitleAccessRight";
@ -743,14 +750,14 @@
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuEthernet);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuUserGroupEditor);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuInformation);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuAlarmList);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuAlarmLog);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuEquipment);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuCheckLog);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuInspectionLog);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuHistoryLog);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuIOTest);
this.groupBoxAccessRight.Controls.Add(this.labelTitleMenu);
this.groupBoxAccessRight.Controls.Add(this.labelTitleMain);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuUserEditor);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuUserSetting);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMenuRecipe);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMainSubMenu);
this.groupBoxAccessRight.Controls.Add(this.checkBoxMainClear);
@ -778,7 +785,7 @@
this.checkBoxMenuEthernet.Checked = false;
this.checkBoxMenuEthernet.CheckLineWidth = 3;
this.checkBoxMenuEthernet.Enabled = false;
this.checkBoxMenuEthernet.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEthernet.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEthernet.ImageCheckBox = null;
this.checkBoxMenuEthernet.ImageUnCheckBox = null;
this.checkBoxMenuEthernet.Location = new System.Drawing.Point(339, 80);
@ -802,7 +809,7 @@
this.checkBoxMenuUserGroupEditor.Checked = false;
this.checkBoxMenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxMenuUserGroupEditor.Enabled = false;
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxMenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(339, 167);
@ -827,7 +834,7 @@
this.checkBoxMenuInformation.Checked = false;
this.checkBoxMenuInformation.CheckLineWidth = 3;
this.checkBoxMenuInformation.Enabled = false;
this.checkBoxMenuInformation.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuInformation.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuInformation.ImageCheckBox = null;
this.checkBoxMenuInformation.ImageUnCheckBox = null;
this.checkBoxMenuInformation.Location = new System.Drawing.Point(339, 51);
@ -840,29 +847,29 @@
this.checkBoxMenuInformation.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuAlarmList
// checkBoxMenuAlarmLog
//
this.checkBoxMenuAlarmList.BackGround = this.groupBoxAccessRight;
this.checkBoxMenuAlarmList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.checkBoxMenuAlarmList.CheckBoxBackColor = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmList.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxMenuAlarmList.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxMenuAlarmList.CheckBoxSymbolSize = 14;
this.checkBoxMenuAlarmList.Checked = false;
this.checkBoxMenuAlarmList.CheckLineWidth = 3;
this.checkBoxMenuAlarmList.Enabled = false;
this.checkBoxMenuAlarmList.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuAlarmList.ImageCheckBox = null;
this.checkBoxMenuAlarmList.ImageUnCheckBox = null;
this.checkBoxMenuAlarmList.Location = new System.Drawing.Point(177, 196);
this.checkBoxMenuAlarmList.Name = "checkBoxMenuAlarmList";
this.checkBoxMenuAlarmList.OverlapOptimize = true;
this.checkBoxMenuAlarmList.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuAlarmList.TabIndex = 114;
this.checkBoxMenuAlarmList.Text = "Log_Alarm";
this.checkBoxMenuAlarmList.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmList.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmList.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxMenuAlarmLog.BackGround = this.groupBoxAccessRight;
this.checkBoxMenuAlarmLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.checkBoxMenuAlarmLog.CheckBoxBackColor = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmLog.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxMenuAlarmLog.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxMenuAlarmLog.CheckBoxSymbolSize = 14;
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.ImageCheckBox = null;
this.checkBoxMenuAlarmLog.ImageUnCheckBox = null;
this.checkBoxMenuAlarmLog.Location = new System.Drawing.Point(177, 196);
this.checkBoxMenuAlarmLog.Name = "checkBoxMenuAlarmLog";
this.checkBoxMenuAlarmLog.OverlapOptimize = true;
this.checkBoxMenuAlarmLog.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuAlarmLog.TabIndex = 114;
this.checkBoxMenuAlarmLog.Text = "Log_Alarm";
this.checkBoxMenuAlarmLog.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmLog.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuEquipment
//
@ -875,7 +882,7 @@
this.checkBoxMenuEquipment.Checked = false;
this.checkBoxMenuEquipment.CheckLineWidth = 3;
this.checkBoxMenuEquipment.Enabled = false;
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEquipment.ImageCheckBox = null;
this.checkBoxMenuEquipment.ImageUnCheckBox = null;
this.checkBoxMenuEquipment.Location = new System.Drawing.Point(339, 196);
@ -889,29 +896,29 @@
this.checkBoxMenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxMenuEquipment.Visible = false;
//
// checkBoxMenuCheckLog
// checkBoxMenuInspectionLog
//
this.checkBoxMenuCheckLog.BackGround = this.groupBoxAccessRight;
this.checkBoxMenuCheckLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.checkBoxMenuCheckLog.CheckBoxBackColor = System.Drawing.Color.LightGray;
this.checkBoxMenuCheckLog.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxMenuCheckLog.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxMenuCheckLog.CheckBoxSymbolSize = 14;
this.checkBoxMenuCheckLog.Checked = false;
this.checkBoxMenuCheckLog.CheckLineWidth = 3;
this.checkBoxMenuCheckLog.Enabled = false;
this.checkBoxMenuCheckLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuCheckLog.ImageCheckBox = null;
this.checkBoxMenuCheckLog.ImageUnCheckBox = null;
this.checkBoxMenuCheckLog.Location = new System.Drawing.Point(177, 167);
this.checkBoxMenuCheckLog.Name = "checkBoxMenuCheckLog";
this.checkBoxMenuCheckLog.OverlapOptimize = true;
this.checkBoxMenuCheckLog.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuCheckLog.TabIndex = 111;
this.checkBoxMenuCheckLog.Text = "Log_Inspection";
this.checkBoxMenuCheckLog.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMenuCheckLog.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuCheckLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxMenuInspectionLog.BackGround = this.groupBoxAccessRight;
this.checkBoxMenuInspectionLog.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.checkBoxMenuInspectionLog.CheckBoxBackColor = System.Drawing.Color.LightGray;
this.checkBoxMenuInspectionLog.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxMenuInspectionLog.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxMenuInspectionLog.CheckBoxSymbolSize = 14;
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.ImageCheckBox = null;
this.checkBoxMenuInspectionLog.ImageUnCheckBox = null;
this.checkBoxMenuInspectionLog.Location = new System.Drawing.Point(177, 167);
this.checkBoxMenuInspectionLog.Name = "checkBoxMenuInspectionLog";
this.checkBoxMenuInspectionLog.OverlapOptimize = true;
this.checkBoxMenuInspectionLog.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuInspectionLog.TabIndex = 111;
this.checkBoxMenuInspectionLog.Text = "Log_Inspection";
this.checkBoxMenuInspectionLog.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMenuInspectionLog.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuHistoryLog
//
@ -924,7 +931,7 @@
this.checkBoxMenuHistoryLog.Checked = false;
this.checkBoxMenuHistoryLog.CheckLineWidth = 3;
this.checkBoxMenuHistoryLog.Enabled = false;
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuHistoryLog.ImageCheckBox = null;
this.checkBoxMenuHistoryLog.ImageUnCheckBox = null;
this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(177, 138);
@ -948,7 +955,7 @@
this.checkBoxMenuIOTest.Checked = false;
this.checkBoxMenuIOTest.CheckLineWidth = 3;
this.checkBoxMenuIOTest.Enabled = false;
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuIOTest.ImageCheckBox = null;
this.checkBoxMenuIOTest.ImageUnCheckBox = null;
this.checkBoxMenuIOTest.Location = new System.Drawing.Point(177, 109);
@ -967,7 +974,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("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMenu.LineSpacing = 0F;
this.labelTitleMenu.Location = new System.Drawing.Point(175, 22);
this.labelTitleMenu.Name = "labelTitleMenu";
@ -990,7 +997,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("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMain.LineSpacing = 0F;
this.labelTitleMain.Location = new System.Drawing.Point(19, 22);
this.labelTitleMain.Name = "labelTitleMain";
@ -1007,29 +1014,29 @@
this.labelTitleMain.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMain.Wordwrap = false;
//
// checkBoxMenuUserEditor
// checkBoxMenuUserSetting
//
this.checkBoxMenuUserEditor.BackGround = this.groupBoxAccessRight;
this.checkBoxMenuUserEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.checkBoxMenuUserEditor.CheckBoxBackColor = System.Drawing.Color.LightGray;
this.checkBoxMenuUserEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxMenuUserEditor.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxMenuUserEditor.CheckBoxSymbolSize = 14;
this.checkBoxMenuUserEditor.Checked = false;
this.checkBoxMenuUserEditor.CheckLineWidth = 3;
this.checkBoxMenuUserEditor.Enabled = false;
this.checkBoxMenuUserEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserEditor.ImageCheckBox = null;
this.checkBoxMenuUserEditor.ImageUnCheckBox = null;
this.checkBoxMenuUserEditor.Location = new System.Drawing.Point(177, 80);
this.checkBoxMenuUserEditor.Name = "checkBoxMenuUserEditor";
this.checkBoxMenuUserEditor.OverlapOptimize = true;
this.checkBoxMenuUserEditor.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuUserEditor.TabIndex = 7;
this.checkBoxMenuUserEditor.Text = "User editor";
this.checkBoxMenuUserEditor.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMenuUserEditor.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuUserEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxMenuUserSetting.BackGround = this.groupBoxAccessRight;
this.checkBoxMenuUserSetting.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.checkBoxMenuUserSetting.CheckBoxBackColor = System.Drawing.Color.LightGray;
this.checkBoxMenuUserSetting.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid;
this.checkBoxMenuUserSetting.CheckBoxOutlineColor = System.Drawing.Color.Black;
this.checkBoxMenuUserSetting.CheckBoxSymbolSize = 14;
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.ImageCheckBox = null;
this.checkBoxMenuUserSetting.ImageUnCheckBox = null;
this.checkBoxMenuUserSetting.Location = new System.Drawing.Point(177, 80);
this.checkBoxMenuUserSetting.Name = "checkBoxMenuUserSetting";
this.checkBoxMenuUserSetting.OverlapOptimize = true;
this.checkBoxMenuUserSetting.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuUserSetting.TabIndex = 7;
this.checkBoxMenuUserSetting.Text = "User editor";
this.checkBoxMenuUserSetting.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMenuUserSetting.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuUserSetting.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuRecipe
//
@ -1042,7 +1049,7 @@
this.checkBoxMenuRecipe.Checked = false;
this.checkBoxMenuRecipe.CheckLineWidth = 3;
this.checkBoxMenuRecipe.Enabled = false;
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuRecipe.ImageCheckBox = null;
this.checkBoxMenuRecipe.ImageUnCheckBox = null;
this.checkBoxMenuRecipe.Location = new System.Drawing.Point(177, 51);
@ -1066,7 +1073,7 @@
this.checkBoxMainSubMenu.Checked = false;
this.checkBoxMainSubMenu.CheckLineWidth = 3;
this.checkBoxMainSubMenu.Enabled = false;
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainSubMenu.ImageCheckBox = null;
this.checkBoxMainSubMenu.ImageUnCheckBox = null;
this.checkBoxMainSubMenu.Location = new System.Drawing.Point(19, 109);
@ -1091,7 +1098,7 @@
this.checkBoxMainClear.Checked = false;
this.checkBoxMainClear.CheckLineWidth = 3;
this.checkBoxMainClear.Enabled = false;
this.checkBoxMainClear.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainClear.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainClear.ImageCheckBox = null;
this.checkBoxMainClear.ImageUnCheckBox = null;
this.checkBoxMainClear.Location = new System.Drawing.Point(19, 80);
@ -1115,7 +1122,7 @@
this.checkBoxMainProductChange.Checked = false;
this.checkBoxMainProductChange.CheckLineWidth = 3;
this.checkBoxMainProductChange.Enabled = false;
this.checkBoxMainProductChange.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainProductChange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainProductChange.ImageCheckBox = null;
this.checkBoxMainProductChange.ImageUnCheckBox = null;
this.checkBoxMainProductChange.Location = new System.Drawing.Point(19, 51);
@ -1134,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("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(647, 166);
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
@ -1158,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("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(647, 126);
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
@ -1176,51 +1183,51 @@
this.labelExpiryDateOfAccount2.Wordwrap = false;
this.labelExpiryDateOfAccount2.Click += new System.EventHandler(this.labelExpiryDateOfAccount2_Click);
//
// smartLabel8
// labelTitlePassInfo
//
this.smartLabel8.BackGround = null;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel8.LineSpacing = 0F;
this.smartLabel8.Location = new System.Drawing.Point(556, 166);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(90, 34);
this.smartLabel8.TabIndex = 93;
this.smartLabel8.Text = "day(Max:90)";
this.smartLabel8.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
this.labelTitlePassInfo.BackGround = null;
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.LineSpacing = 0F;
this.labelTitlePassInfo.Location = new System.Drawing.Point(556, 166);
this.labelTitlePassInfo.Name = "labelTitlePassInfo";
this.labelTitlePassInfo.OverlapOptimize = true;
this.labelTitlePassInfo.PasswordChar = '\0';
this.labelTitlePassInfo.Radius = 3;
this.labelTitlePassInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitlePassInfo.Size = new System.Drawing.Size(90, 34);
this.labelTitlePassInfo.TabIndex = 93;
this.labelTitlePassInfo.Text = "day(Max:90)";
this.labelTitlePassInfo.TextColor = System.Drawing.Color.White;
this.labelTitlePassInfo.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitlePassInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitlePassInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitlePassInfo.Wordwrap = false;
//
// smartLabel7
// labelTitleAccountInfo
//
this.smartLabel7.BackGround = null;
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel7.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(556, 126);
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(90, 34);
this.smartLabel7.TabIndex = 92;
this.smartLabel7.Text = "day(Max:180)";
this.smartLabel7.TextColor = System.Drawing.Color.White;
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false;
this.labelTitleAccountInfo.BackGround = null;
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.LineSpacing = 0F;
this.labelTitleAccountInfo.Location = new System.Drawing.Point(556, 126);
this.labelTitleAccountInfo.Name = "labelTitleAccountInfo";
this.labelTitleAccountInfo.OverlapOptimize = true;
this.labelTitleAccountInfo.PasswordChar = '\0';
this.labelTitleAccountInfo.Radius = 3;
this.labelTitleAccountInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleAccountInfo.Size = new System.Drawing.Size(90, 34);
this.labelTitleAccountInfo.TabIndex = 92;
this.labelTitleAccountInfo.Text = "day(Max:180)";
this.labelTitleAccountInfo.TextColor = System.Drawing.Color.White;
this.labelTitleAccountInfo.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleAccountInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleAccountInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleAccountInfo.Wordwrap = false;
//
// labelExpiryDateOfPassword
//
@ -1276,7 +1283,7 @@
this.labelTitleExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 166);
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
@ -1299,7 +1306,7 @@
this.labelTitleExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 126);
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
@ -1322,6 +1329,7 @@
this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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.LineSpacing = 0F;
this.labelTitlePassword.Location = new System.Drawing.Point(318, 86);
this.labelTitlePassword.Name = "labelTitlePassword";
@ -1344,6 +1352,7 @@
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(317, 45);
this.labelTitleID.Name = "labelTitleID";
@ -1370,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("Arial", 12F, System.Drawing.FontStyle.Regular);
this.buttonDelete.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
this.buttonDelete.GroupID = 0;
this.buttonDelete.ImageDisable = null;
this.buttonDelete.ImageDown = null;
@ -1406,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("Arial", 12F, System.Drawing.FontStyle.Regular);
this.buttonSave.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
this.buttonSave.GroupID = 0;
this.buttonSave.ImageDisable = null;
this.buttonSave.ImageDown = null;
@ -1443,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("Arial", 12F, System.Drawing.FontStyle.Regular);
this.buttonRegister.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
this.buttonRegister.GroupID = 0;
this.buttonRegister.ImageDisable = null;
this.buttonRegister.ImageDown = null;
@ -1494,9 +1503,9 @@
private SmartX.SmartLabel labelTitlePassword;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelTitleAutomaticLogoutTime;
private SmartX.SmartLabel smartLabel8;
private SmartX.SmartLabel smartLabel7;
private SmartX.SmartLabel smartLabel6;
private SmartX.SmartLabel labelTitlePassInfo;
private SmartX.SmartLabel labelTitleAccountInfo;
private SmartX.SmartLabel labelTitleAutoInfo;
private SmartX.SmartLabel labelAutomaticLogoutTime;
private SmartX.SmartLabel labelExpiryDateOfPassword;
private SmartX.SmartLabel labelExpiryDateOfAccount;
@ -1508,18 +1517,18 @@
private SmartX.SmartButton buttonLevel3;
private SmartX.SmartButton buttonLevel2;
private SmartX.SmartButton buttonLevel1;
private SmartX.SmartCheckBox checkBoxMenuCheckLog;
private SmartX.SmartCheckBox checkBoxMenuInspectionLog;
private SmartX.SmartCheckBox checkBoxMenuHistoryLog;
private SmartX.SmartCheckBox checkBoxMenuIOTest;
private SmartX.SmartLabel labelTitleMenu;
private SmartX.SmartLabel labelTitleMain;
private SmartX.SmartCheckBox checkBoxMenuUserEditor;
private SmartX.SmartCheckBox checkBoxMenuUserSetting;
private SmartX.SmartCheckBox checkBoxMenuRecipe;
private SmartX.SmartCheckBox checkBoxMainSubMenu;
private SmartX.SmartCheckBox checkBoxMainClear;
private SmartX.SmartCheckBox checkBoxMainProductChange;
private SmartX.SmartCheckBox checkBoxMenuInformation;
private SmartX.SmartCheckBox checkBoxMenuAlarmList;
private SmartX.SmartCheckBox checkBoxMenuAlarmLog;
private SmartX.SmartCheckBox checkBoxMenuUserGroupEditor;
private System.Windows.Forms.TextBox textBoxID;
private System.Windows.Forms.TextBox textBoxPassword;

View File

@ -37,6 +37,7 @@ namespace INT_LKD_2.Controls
this.ParentForm = parent;
this.Initialize();
this.DefaultSetting();
this.InitializeDesign();
}
#endregion
@ -51,7 +52,6 @@ namespace INT_LKD_2.Controls
#region Method
private void Initialize()
{
this.smartGroupBox1.Text = "User > UserEditor";
}
private void DefaultSetting()
{
@ -63,6 +63,189 @@ namespace INT_LKD_2.Controls
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Show();
}
public void InitializeDesign()
{
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "用户设置 > 用户设置";
this.labelTitleID.Text = "用户名";
this.labelTitlePassword.Text = "密码";
this.labelTitleExpiryDateOfAccount.Text = "到期日(用户名)";
this.labelTitleExpiryDateOfPassword.Text = "到期日(密码)";
this.labelTitleAccessRight.Text = "访问权";
this.buttonIDEdit.ButtonText = "编辑";
this.buttonPasswordReset.ButtonText = "重置";
this.labelTitleMain.Text = "主屏幕";
this.labelTitleMenu.Text = "菜单";
this.labelTitleContents.Text = "<适用于所有用户的项目>";
this.labelTitleAutomaticLogoutTime.Text = "自动注销";
this.labelTitleNumberOfLoginFailures.Text = "失败次数";
this.buttonRegister.ButtonText = "新的";
this.buttonDelete.ButtonText = "消除";
this.buttonSave.ButtonText = "节省";
this.buttonLevel1.ButtonText = "级别 1";
this.buttonLevel2.ButtonText = "级别 2";
this.buttonLevel3.ButtonText = "级别 3";
this.labelTitleAccountInfo.Text = "天(最大:180)";
this.labelTitlePassInfo.Text = "天(最大:90)";
this.labelTitleAutoInfo.Text = "分钟(最大:90)";
this.checkBoxMainProductChange.Text = "产品变化";
this.checkBoxMainClear.Text = "消除";
this.checkBoxMainSubMenu.Text = "子菜单";
this.checkBoxMenuRecipe.Text = "配方设置";
this.checkBoxMenuUserSetting.Text = "用户编辑";
this.checkBoxMenuIOTest.Text = "I/O 测试";
this.checkBoxMenuHistoryLog.Text = "日志_历史记录";
this.checkBoxMenuInspectionLog.Text = "日志_检查";
this.checkBoxMenuAlarmLog.Text = "日志_报警";
this.checkBoxMenuInformation.Text = "信息";
this.checkBoxMenuEthernet.Text = "以太网";
break;
case Define.E_LanguageID.English:
this.smartGroupBox1.Text = "User > UserEditor";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "Password";
this.labelTitleExpiryDateOfAccount.Text = "Expiry date(Account)";
this.labelTitleExpiryDateOfPassword.Text = "Expiry date(Password)";
this.labelTitleAccessRight.Text = "Access right";
this.buttonIDEdit.ButtonText = "Edit";
this.buttonPasswordReset.ButtonText = "Reset";
this.labelTitleMain.Text = "Main";
this.labelTitleMenu.Text = "Menu";
this.labelTitleContents.Text = "<Items applicable to all users>";
this.labelTitleAutomaticLogoutTime.Text = "Auto logout time";
this.labelTitleNumberOfLoginFailures.Text = "Number of Failure";
this.buttonRegister.ButtonText = "New";
this.buttonDelete.ButtonText = "Delete";
this.buttonSave.ButtonText = "Save";
this.buttonLevel1.ButtonText = "Level 1";
this.buttonLevel2.ButtonText = "Level 2";
this.buttonLevel3.ButtonText = "Level 3";
this.labelTitleAccountInfo.Text = "day(Max:180)";
this.labelTitlePassInfo.Text = "day(Max:90)";
this.labelTitleAutoInfo.Text = "min(Max:90)";
this.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu";
this.checkBoxMenuRecipe.Text = "Recipe setting";
this.checkBoxMenuUserSetting.Text = "User editing";
this.checkBoxMenuIOTest.Text = "I/O Test";
this.checkBoxMenuHistoryLog.Text = "Log_History";
this.checkBoxMenuInspectionLog.Text = "Log_Inspection";
this.checkBoxMenuAlarmLog.Text = "Log_Alarm";
this.checkBoxMenuInformation.Text = "Information";
this.checkBoxMenuEthernet.Text = "Ethernet";
break;
case Define.E_LanguageID.Korean:
this.smartGroupBox1.Text = "User > UserEditor";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "비밀번호";
this.labelTitleExpiryDateOfAccount.Text = "만료일(ID)";
this.labelTitleExpiryDateOfPassword.Text = "만료일(비밀번호)";
this.labelTitleAccessRight.Text = "권한";
this.buttonIDEdit.ButtonText = "Edit";
this.buttonPasswordReset.ButtonText = "Reset";
this.labelTitleMain.Text = "Main";
this.labelTitleMenu.Text = "Menu";
this.labelTitleContents.Text = "<전체 사용자 공통 적용 항목>";
this.labelTitleAutomaticLogoutTime.Text = "자동 로그아웃 시간";
this.labelTitleNumberOfLoginFailures.Text = "로그인 실패 횟수";
this.buttonRegister.ButtonText = "신규";
this.buttonDelete.ButtonText = "삭제";
this.buttonSave.ButtonText = "저장";
this.buttonLevel1.ButtonText = "Level 1";
this.buttonLevel2.ButtonText = "Level 2";
this.buttonLevel3.ButtonText = "Level 3";
this.labelTitleAccountInfo.Text = "day(Max:180)";
this.labelTitlePassInfo.Text = "day(Max:90)";
this.labelTitleAutoInfo.Text = "min(Max:90)";
this.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu";
this.checkBoxMenuRecipe.Text = "Recipe setting";
this.checkBoxMenuUserSetting.Text = "User editing";
this.checkBoxMenuIOTest.Text = "I/O Test";
this.checkBoxMenuHistoryLog.Text = "Log_History";
this.checkBoxMenuInspectionLog.Text = "Log_Inspection";
this.checkBoxMenuAlarmLog.Text = "Log_Alarm";
this.checkBoxMenuInformation.Text = "Information";
this.checkBoxMenuEthernet.Text = "Ethernet";
break;
default:
this.smartGroupBox1.Text = "User > UserEditor";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "Password";
this.labelTitleExpiryDateOfAccount.Text = "Expiry date(Account)";
this.labelTitleExpiryDateOfPassword.Text = "Expiry date(Password)";
this.labelTitleAccessRight.Text = "Access right";
this.labelTitleMain.Text = "Main";
this.labelTitleMenu.Text = "Menu";
this.labelTitleContents.Text = "<Items applicable to all users>";
this.labelTitleAutomaticLogoutTime.Text = "Auto logout time";
this.labelTitleNumberOfLoginFailures.Text = "Number of Failure";
this.buttonRegister.ButtonText = "New";
this.buttonDelete.ButtonText = "Delete";
this.buttonSave.ButtonText = "Save";
this.buttonLevel1.ButtonText = "Level 1";
this.buttonLevel2.ButtonText = "Level 2";
this.buttonLevel3.ButtonText = "Level 3";
this.labelTitleAccountInfo.Text = "day(Max:180)";
this.labelTitlePassInfo.Text = "day(Max:90)";
this.labelTitleAutoInfo.Text = "min(Max:90)";
this.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu";
this.checkBoxMenuRecipe.Text = "Recipe setting";
this.checkBoxMenuUserSetting.Text = "User editing";
this.checkBoxMenuIOTest.Text = "I/O Test";
this.checkBoxMenuHistoryLog.Text = "Log_History";
this.checkBoxMenuInspectionLog.Text = "Log_Inspection";
this.checkBoxMenuAlarmLog.Text = "Log_Alarm";
this.checkBoxMenuInformation.Text = "Information";
this.checkBoxMenuEthernet.Text = "Ethernet";
break;
}
}
private bool UI_Invoke(ThreadStart invoker)
{
try
@ -209,6 +392,11 @@ namespace INT_LKD_2.Controls
message1 = "Would you like to register as a user?";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = "是否要添加新用户?";
message2 = "";
break;
default:
break;
}
@ -227,6 +415,11 @@ namespace INT_LKD_2.Controls
message1 = "Are you sure you want to edit the";
message2 = "selected user's information?";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = "是否要编辑所选用户的信息?";
message2 = "";
break;
default:
break;
}
@ -346,12 +539,12 @@ namespace INT_LKD_2.Controls
this.checkBoxMainSubMenu.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu;
this.checkBoxMenuRecipe.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuRecipe;
this.checkBoxMenuUserEditor.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting;
this.checkBoxMenuUserSetting.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting;
this.checkBoxMenuUserGroupEditor.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuUserGroupEditor;
this.checkBoxMenuIOTest.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest;
this.checkBoxMenuHistoryLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuHistoryLog;
this.checkBoxMenuCheckLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuInspectionLog;
this.checkBoxMenuAlarmList.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuAlarmLog;
this.checkBoxMenuInspectionLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuInspectionLog;
this.checkBoxMenuAlarmLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuAlarmLog;
this.checkBoxMenuInformation.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuInformation;
this.checkBoxMenuEquipment.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment;
this.checkBoxMenuEthernet.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level1.IsMenuEthernet;
@ -369,12 +562,12 @@ namespace INT_LKD_2.Controls
this.checkBoxMainSubMenu.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu;
this.checkBoxMenuRecipe.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuRecipe;
this.checkBoxMenuUserEditor.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting;
this.checkBoxMenuUserSetting.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting;
this.checkBoxMenuUserGroupEditor.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuUserGroupEditor;
this.checkBoxMenuIOTest.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest;
this.checkBoxMenuHistoryLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuHistoryLog;
this.checkBoxMenuCheckLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuInspectionLog;
this.checkBoxMenuAlarmList.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuAlarmLog;
this.checkBoxMenuInspectionLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuInspectionLog;
this.checkBoxMenuAlarmLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuAlarmLog;
this.checkBoxMenuInformation.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuInformation;
this.checkBoxMenuEquipment.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment;
this.checkBoxMenuEthernet.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level2.IsMenuEthernet;
@ -392,12 +585,12 @@ namespace INT_LKD_2.Controls
this.checkBoxMainSubMenu.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu;
this.checkBoxMenuRecipe.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuRecipe;
this.checkBoxMenuUserEditor.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
this.checkBoxMenuUserSetting.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
this.checkBoxMenuUserGroupEditor.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupEditor;
this.checkBoxMenuIOTest.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
this.checkBoxMenuHistoryLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuHistoryLog;
this.checkBoxMenuCheckLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuInspectionLog;
this.checkBoxMenuAlarmList.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuAlarmLog;
this.checkBoxMenuInspectionLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuInspectionLog;
this.checkBoxMenuAlarmLog.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuAlarmLog;
this.checkBoxMenuInformation.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
this.checkBoxMenuEquipment.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment;
this.checkBoxMenuEthernet.Checked = this.ParentForm.ParentForm.CurrentUserGroup.Level3.IsMenuEthernet;
@ -430,12 +623,12 @@ namespace INT_LKD_2.Controls
this.checkBoxMainSubMenu.Checked = true;
this.checkBoxMenuRecipe.Checked = true;
this.checkBoxMenuUserEditor.Checked = true;
this.checkBoxMenuUserSetting.Checked = true;
this.checkBoxMenuUserGroupEditor.Checked = true;
this.checkBoxMenuIOTest.Checked = true;
this.checkBoxMenuHistoryLog.Checked = true;
this.checkBoxMenuCheckLog.Checked = true;
this.checkBoxMenuAlarmList.Checked = true;
this.checkBoxMenuInspectionLog.Checked = true;
this.checkBoxMenuAlarmLog.Checked = true;
this.checkBoxMenuInformation.Checked = true;
this.checkBoxMenuEquipment.Checked = true;
this.checkBoxMenuEthernet.Checked = true;
@ -453,12 +646,12 @@ namespace INT_LKD_2.Controls
this.checkBoxMainSubMenu.Checked = false;
this.checkBoxMenuRecipe.Checked = false;
this.checkBoxMenuUserEditor.Checked = false;
this.checkBoxMenuUserSetting.Checked = false;
this.checkBoxMenuUserGroupEditor.Checked = false;
this.checkBoxMenuIOTest.Checked = false;
this.checkBoxMenuHistoryLog.Checked = false;
this.checkBoxMenuCheckLog.Checked = false;
this.checkBoxMenuAlarmList.Checked = false;
this.checkBoxMenuInspectionLog.Checked = false;
this.checkBoxMenuAlarmLog.Checked = false;
this.checkBoxMenuInformation.Checked = false;
this.checkBoxMenuEquipment.Checked = false;
this.checkBoxMenuEthernet.Checked = false;
@ -491,12 +684,12 @@ namespace INT_LKD_2.Controls
this.checkBoxMainSubMenu.Checked = false;
this.checkBoxMenuRecipe.Checked = false;
this.checkBoxMenuUserEditor.Checked = false;
this.checkBoxMenuUserSetting.Checked = false;
this.checkBoxMenuUserGroupEditor.Checked = false;
this.checkBoxMenuIOTest.Checked = false;
this.checkBoxMenuHistoryLog.Checked = false;
this.checkBoxMenuCheckLog.Checked = false;
this.checkBoxMenuAlarmList.Checked = false;
this.checkBoxMenuInspectionLog.Checked = false;
this.checkBoxMenuAlarmLog.Checked = false;
this.checkBoxMenuInformation.Checked = false;
this.checkBoxMenuEquipment.Checked = false;
this.checkBoxMenuEthernet.Checked = false;
@ -512,8 +705,17 @@ namespace INT_LKD_2.Controls
this.buttonDelete.Visible = false;
this.buttonSave.Visible = false;
if (this.buttonPasswordReset.ButtonText != "Reset")
this.buttonPasswordReset.ButtonText = "Reset";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
if (this.buttonPasswordReset.ButtonText != "重置")
this.buttonPasswordReset.ButtonText = "重置";
break;
default:
if (this.buttonPasswordReset.ButtonText != "Reset")
this.buttonPasswordReset.ButtonText = "Reset";
break;
}
this.listBoxUserList.SelectedIndexChanged -= new EventHandler(this.listBoxUserList_SelectedIndexChanged);
this.listBoxUserList.SelectItemIndex = -1;
@ -684,6 +886,9 @@ namespace INT_LKD_2.Controls
case Define.E_LanguageID.English:
this.labelExpiryDateOfAccount2.Text = "Account expiration";
break;
case Define.E_LanguageID.Chinese:
this.labelExpiryDateOfAccount2.Text = "帐户已过期";
break;
default:
break;
}
@ -705,6 +910,9 @@ namespace INT_LKD_2.Controls
case Define.E_LanguageID.English:
this.labelExpiryDateOfPassword2.Text = "Password expiration";
break;
case Define.E_LanguageID.Chinese:
this.labelExpiryDateOfPassword2.Text = "密码已过期";
break;
default:
break;
}
@ -775,6 +983,11 @@ namespace INT_LKD_2.Controls
message1 = "User addition complete!";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = "用户已添加!";
message2 = "";
break;
default:
break;
}
@ -829,6 +1042,11 @@ namespace INT_LKD_2.Controls
message1 = "User information modified!";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = "用户信息已编辑!";
message2 = "";
break;
default:
break;
}
@ -881,6 +1099,11 @@ namespace INT_LKD_2.Controls
message1 = string.Format("{0} User deletion complete!", user.user_id);
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = string.Format("{0} 用户已删除!", user.user_id);
message2 = "";
break;
default:
break;
}
@ -945,6 +1168,11 @@ namespace INT_LKD_2.Controls
message1 = "Password has been changed.";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "更改密码";
message1 = "您的密码已更改。";
message2 = "";
break;
default:
break;
}
@ -989,14 +1217,31 @@ namespace INT_LKD_2.Controls
this.buttonPasswordReset.Enabled = false;
//this.labelAutomaticLogoutTime.Enabled = true;
this.buttonSave.Visible = false;
if (this.buttonPasswordReset.ButtonText != "Reset")
this.buttonPasswordReset.ButtonText = "Reset";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
if (this.buttonPasswordReset.ButtonText != "重置")
this.buttonPasswordReset.ButtonText = "重置";
break;
default:
if (this.buttonPasswordReset.ButtonText != "Reset")
this.buttonPasswordReset.ButtonText = "Reset";
break;
}
if (index == 0)
{
UserManager.UserManager_GetUserListID(this.listBoxUserList.Items[index].ToString());
this.SetEnablePasswordTextBox(true);
this.buttonPasswordReset.ButtonText = "Edit";
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonPasswordReset.ButtonText = "编辑";
break;
default:
this.buttonPasswordReset.ButtonText = "Edit";
break;
}
}
else if (index < 0)
{
@ -1179,7 +1424,7 @@ namespace INT_LKD_2.Controls
}
private void buttonPasswordReset_Click(object sender, EventArgs e)
{
if (this.buttonPasswordReset.ButtonText == "Edit")
if (this.buttonPasswordReset.ButtonText == "Edit" || this.buttonPasswordReset.ButtonText == "编辑")
{
if (this.listBoxUserList.SelectItemIndex == 0
&& this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser.ActiveLevel < 9)
@ -1233,7 +1478,7 @@ namespace INT_LKD_2.Controls
}
private void labelExpiryDateOfAccount_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelExpiryDateOfAccount.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelExpiryDateOfAccount.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -1261,7 +1506,7 @@ namespace INT_LKD_2.Controls
}
private void labelExpiryDateOfPassword_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelExpiryDateOfPassword.Text, 3, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelExpiryDateOfPassword.Text, 3, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -1289,7 +1534,7 @@ namespace INT_LKD_2.Controls
}
private void labelAutomaticLogoutTime_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelAutomaticLogoutTime.Text, 2, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelAutomaticLogoutTime.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -1322,7 +1567,7 @@ namespace INT_LKD_2.Controls
}
private void labelNumberOfLoginFailures_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelNumberOfLoginFailures.Text, 2, 0, false);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelNumberOfLoginFailures.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
@ -1370,6 +1615,11 @@ namespace INT_LKD_2.Controls
message1 = "Do you want to unlock user?";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = "是否要解锁用户?";
message2 = "";
break;
default:
break;
}
@ -1415,6 +1665,11 @@ namespace INT_LKD_2.Controls
message1 = "Do you want to unlock password?";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "用户设置";
message1 = "是否要解锁密码?";
message2 = "";
break;
default:
break;
}

View File

@ -130,7 +130,298 @@ namespace INT_LKD_2.DataStore
this.A18_DispSensorError2 = false;
}
public void SetAlarm(string alarm)
public void SetAlarmMaster(string alarm)
{
string sValue1 = "", sValue2 = "", sValue3 = "", sValue4 = "", sValue5 = "", sValue6 = "", sValue7 = "", sValue8 = "";
if (alarm.Length != 8)
return;
sValue1 = Convert.ToString(Convert.ToInt16(alarm.Substring(0, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue2 = Convert.ToString(Convert.ToInt16(alarm.Substring(1, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue3 = Convert.ToString(Convert.ToInt16(alarm.Substring(2, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue4 = Convert.ToString(Convert.ToInt16(alarm.Substring(3, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue5 = Convert.ToString(Convert.ToInt16(alarm.Substring(4, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue6 = Convert.ToString(Convert.ToInt16(alarm.Substring(5, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue7 = Convert.ToString(Convert.ToInt16(alarm.Substring(6, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
sValue8 = Convert.ToString(Convert.ToInt16(alarm.Substring(7, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
// 알람 20-
if (sValue5[0] == '0')
{
}
else
{
}
// 알람 19-
if (sValue5[1] == '0')
{
}
else
{
}
// 알람 18-변위센서에러2
if (sValue5[2] == '0')
{
//if (this.A18_DispSensorError2 != false)
//{
// this.A18_DispSensorError2 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a18_DispSensorError2, "OFF");
//}
}
else
{
//if (this.A18_DispSensorError2 != true)
//{
// this.A18_DispSensorError2 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a18_DispSensorError2, "ON");
//}
}
// 알람 17-변위센서에러1
if (sValue5[3] == '0')
{
if (this.A17_DispSensorError1 != false)
{
this.A17_DispSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
}
}
else
{
if (this.A17_DispSensorError1 != true)
{
this.A17_DispSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
}
}
// 알람 16-
if (sValue4[0] == '0')
{
}
else
{
}
// 알람 15-
if (sValue4[1] == '0')
{
}
else
{
}
// 알람 14-차압센서에러2
if (sValue4[2] == '0')
{
//if (this.A14_DiffSensorError2 != false)
//{
// this.A14_DiffSensorError2 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a14_DiffSensorError2, "OFF");
//}
}
else
{
//if (this.A14_DiffSensorError2 != true)
//{
// this.A14_DiffSensorError2 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a14_DiffSensorError2, "ON");
//}
}
// 알람 13-차압센서에러1
if (sValue4[3] == '0')
{
if (this.A13_DiffSensorError1 != false)
{
this.A13_DiffSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
}
}
else
{
if (this.A13_DiffSensorError1 != true)
{
this.A13_DiffSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
}
}
// 알람 12-
if (sValue3[0] == '0')
{
}
else
{
}
// 알람 11-
if (sValue3[1] == '0')
{
}
else
{
}
// 알람 10-압력센서에러2
if (sValue3[2] == '0')
{
//if (this.A10_PressureSensorError2 != false)
//{
// this.A10_PressureSensorError2 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a10_PressureSensorError2, "OFF");
//}
}
else
{
//if (this.A10_PressureSensorError2 != true)
//{
// this.A10_PressureSensorError2 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a10_PressureSensorError2, "ON");
//}
}
// 알람 9-압력센서에러1
if (sValue3[3] == '0')
{
if (this.A9_PressureSensorError1 != false)
{
this.A9_PressureSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
}
}
else
{
if (this.A9_PressureSensorError1 != true)
{
this.A9_PressureSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
}
}
// 알람 8-서보토크알람2
if (sValue2[0] == '0')
{
//if (this.A8_ServoTorqueAlarm2 != false)
//{
// this.A8_ServoTorqueAlarm2 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a8_ServoTorqueAlarm2, "OFF");
//}
}
else
{
//if (this.A8_ServoTorqueAlarm2 != true)
//{
// this.A8_ServoTorqueAlarm2 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a8_ServoTorqueAlarm2, "ON");
//}
}
// 알람 7-서보알람2
if (sValue2[1] == '0')
{
//if (this.A7_ServoAlarm2 != false)
//{
// this.A7_ServoAlarm2 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a7_ServoAlarm2, "OFF");
//}
}
else
{
//if (this.A7_ServoAlarm2 != true)
//{
// this.A7_ServoAlarm2 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a7_ServoAlarm2, "ON");
//}
}
// 알람 6-서보토크알람1
if (sValue2[2] == '0')
{
if (this.A6_ServoTorqueAlarm1 != false)
{
this.A6_ServoTorqueAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
}
}
else
{
if (this.A6_ServoTorqueAlarm1 != true)
{
this.A6_ServoTorqueAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
}
}
// 알람 5-서보알람1
if (sValue2[3] == '0')
{
if (this.A5_ServoAlarm1 != false)
{
this.A5_ServoAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
}
}
else
{
if (this.A5_ServoAlarm1 != true)
{
this.A5_ServoAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
}
}
// 알람 4-
if (sValue1[0] == '0')
{
}
else
{
}
// 알람 3-MasterSlave Comm 연결
if (sValue1[1] == '0')
{
//if (this.A3_BoardStatusCOM != false)
//{
// this.A3_BoardStatusCOM = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
//}
}
else
{
//if (this.A3_BoardStatusCOM != true)
//{
// this.A3_BoardStatusCOM = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
//}
}
// 알람 2-공압 에러
if (sValue1[2] == '0')
{
if (this.A2_PressureError != false)
{
this.A2_PressureError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
}
}
else
{
if (this.A2_PressureError != true)
{
this.A2_PressureError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
}
}
// 알람 1-서보OFF
if (sValue1[3] == '0')
{
if (this.A1_ServoEmergencyStop != false)
{
this.A1_ServoEmergencyStop = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
}
}
else
{
if (this.A1_ServoEmergencyStop != true)
{
this.A1_ServoEmergencyStop = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
}
}
}
public void SetAlarmSlave(string alarm)
{
string sValue1 = "", sValue2 = "", sValue3 = "", sValue4 = "", sValue5 = "", sValue6 = "", sValue7 = "", sValue8 = "";
@ -180,19 +471,19 @@ namespace INT_LKD_2.DataStore
// 알람 17-변위센서에러1
if (sValue5[3] == '0')
{
if (this.A17_DispSensorError1 != false)
{
this.A17_DispSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
}
//if (this.A17_DispSensorError1 != false)
//{
// this.A17_DispSensorError1 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
//}
}
else
{
if (this.A17_DispSensorError1 != true)
{
this.A17_DispSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
}
//if (this.A17_DispSensorError1 != true)
//{
// this.A17_DispSensorError1 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
//}
}
// 알람 16-
@ -229,19 +520,19 @@ namespace INT_LKD_2.DataStore
// 알람 13-차압센서에러1
if (sValue4[3] == '0')
{
if (this.A13_DiffSensorError1 != false)
{
this.A13_DiffSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
}
//if (this.A13_DiffSensorError1 != false)
//{
// this.A13_DiffSensorError1 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
//}
}
else
{
if (this.A13_DiffSensorError1 != true)
{
this.A13_DiffSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
}
//if (this.A13_DiffSensorError1 != true)
//{
// this.A13_DiffSensorError1 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
//}
}
// 알람 12-
@ -278,19 +569,19 @@ namespace INT_LKD_2.DataStore
// 알람 9-압력센서에러1
if (sValue3[3] == '0')
{
if (this.A9_PressureSensorError1 != false)
{
this.A9_PressureSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
}
//if (this.A9_PressureSensorError1 != false)
//{
// this.A9_PressureSensorError1 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
//}
}
else
{
if (this.A9_PressureSensorError1 != true)
{
this.A9_PressureSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
}
//if (this.A9_PressureSensorError1 != true)
//{
// this.A9_PressureSensorError1 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
//}
}
// 알람 8-서보토크알람2
@ -330,36 +621,36 @@ namespace INT_LKD_2.DataStore
// 알람 6-서보토크알람1
if (sValue2[2] == '0')
{
if (this.A6_ServoTorqueAlarm1 != false)
{
this.A6_ServoTorqueAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
}
//if (this.A6_ServoTorqueAlarm1 != false)
//{
// this.A6_ServoTorqueAlarm1 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
//}
}
else
{
if (this.A6_ServoTorqueAlarm1 != true)
{
this.A6_ServoTorqueAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
}
//if (this.A6_ServoTorqueAlarm1 != true)
//{
// this.A6_ServoTorqueAlarm1 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
//}
}
// 알람 5-서보알람1
if (sValue2[3] == '0')
{
if (this.A5_ServoAlarm1 != false)
{
this.A5_ServoAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
}
//if (this.A5_ServoAlarm1 != false)
//{
// this.A5_ServoAlarm1 = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
//}
}
else
{
if (this.A5_ServoAlarm1 != true)
{
this.A5_ServoAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
}
//if (this.A5_ServoAlarm1 != true)
//{
// this.A5_ServoAlarm1 = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
//}
}
// 알람 4-
@ -372,53 +663,53 @@ namespace INT_LKD_2.DataStore
// 알람 3-MasterSlave Comm 연결
if (sValue1[1] == '0')
{
if (this.A3_BoardStatusCOM != false)
{
this.A3_BoardStatusCOM = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
}
//if (this.A3_BoardStatusCOM != false)
//{
// this.A3_BoardStatusCOM = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
//}
}
else
{
if (this.A3_BoardStatusCOM != true)
{
this.A3_BoardStatusCOM = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
}
//if (this.A3_BoardStatusCOM != true)
//{
// this.A3_BoardStatusCOM = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
//}
}
// 알람 2-공압 에러
if (sValue1[2] == '0')
{
if (this.A2_PressureError != false)
{
this.A2_PressureError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
}
//if (this.A2_PressureError != false)
//{
// this.A2_PressureError = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
//}
}
else
{
if (this.A2_PressureError != true)
{
this.A2_PressureError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
}
//if (this.A2_PressureError != true)
//{
// this.A2_PressureError = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
//}
}
// 알람 1-서보OFF
if (sValue1[3] == '0')
{
if (this.A1_ServoEmergencyStop != false)
{
this.A1_ServoEmergencyStop = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
}
//if (this.A1_ServoEmergencyStop != false)
//{
// this.A1_ServoEmergencyStop = false;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
//}
}
else
{
if (this.A1_ServoEmergencyStop != true)
{
this.A1_ServoEmergencyStop = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
}
//if (this.A1_ServoEmergencyStop != true)
//{
// this.A1_ServoEmergencyStop = true;
// this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
//}
}
}
#endregion

View File

@ -150,6 +150,7 @@ namespace INT_LKD_2.DataStore
{
Korean,
English,
Chinese,
}
public enum E_MessageBoxIcon
@ -245,6 +246,8 @@ namespace INT_LKD_2.DataStore
TCPServerPort,
Mod_Role,
Mod_StartAddr,
Language,
}
public enum E_TrackingAlarm
@ -300,4 +303,60 @@ namespace INT_LKD_2.DataStore
Slave,
}
}
public static class FindByNameUtil
{
public static T FindByName<T>(this object targetClass, string name) where T : class
{
System.Reflection.FieldInfo fi = targetClass.GetType().GetField(name, System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic);
return fi.GetValue(targetClass) as T;
}
public static T FindByName<T>(this string name, object targetClass) where T : class
{
System.Reflection.FieldInfo fi = targetClass.GetType().GetField(name, System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic);
return fi.GetValue(targetClass) as T;
}
public static System.Windows.Forms.Label Is_Label_From(this string name, object targetClass)
{
return FindByName<System.Windows.Forms.Label>(targetClass, name);
}
public static System.Windows.Forms.TextBox Is_TextBox_From(this string name, object targetClass)
{
return FindByName<System.Windows.Forms.TextBox>(targetClass, name);
}
public static System.Windows.Forms.TextBox TextBox(string name, object targetClass)
{
return FindByName<System.Windows.Forms.TextBox>(targetClass, name);
}
public static System.Windows.Forms.Label Label(string name, object targetClass)
{
return FindByName<System.Windows.Forms.Label>(targetClass, name);
}
public static System.Windows.Forms.PictureBox PictureBox(string name, object targetClass)
{
return FindByName<System.Windows.Forms.PictureBox>(targetClass, name);
}
public static SmartX.SmartLabel SmartLabel(string name, object targetClass)
{
return FindByName<SmartX.SmartLabel>(targetClass, name);
}
public static SmartX.SmartProgressBar SmartProgressBar(string name, object targetClass)
{
return FindByName<SmartX.SmartProgressBar>(targetClass, name);
}
public static SmartX.SmartButton SmartButton(string name, object targetClass)
{
return FindByName<SmartX.SmartButton>(targetClass, name);
}
public static SmartX.SmartDraw SmartDraw(string name, object targetClass)
{
return FindByName<SmartX.SmartDraw>(targetClass, name);
}
public static SmartX.SmartListBox SmartListBox(string name, object targetClass)
{
return FindByName<SmartX.SmartListBox>(targetClass, name);
}
}
}

View File

@ -100,7 +100,7 @@
// buttonEnter
//
this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonEnter.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonEnter.ForeColor = System.Drawing.Color.White;
this.buttonEnter.Location = new System.Drawing.Point(300, 229);
this.buttonEnter.Name = "buttonEnter";
@ -113,7 +113,7 @@
// buttonCancel
//
this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCancel.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonCancel.ForeColor = System.Drawing.Color.White;
this.buttonCancel.Location = new System.Drawing.Point(229, 229);
this.buttonCancel.Name = "buttonCancel";

View File

@ -68,15 +68,23 @@ namespace INT_LKD_2.DialogForms
private void InitializeDesign(Define.E_LanguageID language)
{
if (language == Define.E_LanguageID.English)
switch (language)
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
}
else
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
case Define.E_LanguageID.Chinese:
this.labelTitle.Text = "键盘";
this.buttonCancel.Text = "取消";
this.buttonEnter.Text = "确认";
break;
case Define.E_LanguageID.English:
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
break;
case Define.E_LanguageID.Korean:
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
break;
default:
break;
}
}
private void InitializeControl()

View File

@ -30,6 +30,7 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormLogOn));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonIntech = new SmartX.SmartButton();
this.buttonAdmin = new SmartX.SmartButton();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.textBoxID = new System.Windows.Forms.TextBox();
@ -39,7 +40,6 @@
this.buttonLogOn = new SmartX.SmartButton();
this.smartKeyboard = new SmartX.SmartKeyboard();
this.smartForm1 = new SmartX.SmartForm();
this.buttonIntech = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.smartForm1.SuspendLayout();
this.SuspendLayout();
@ -58,6 +58,7 @@
this.smartGroupBox1.Controls.Add(this.buttonCancel);
this.smartGroupBox1.Controls.Add(this.buttonLogOn);
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;
@ -71,6 +72,42 @@
this.smartGroupBox1.Text = "Login";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// buttonIntech
//
this.buttonIntech.BackGround = this.smartGroupBox1;
this.buttonIntech.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonIntech.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonIntech.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonIntech.ButtonImageAutoSize = true;
this.buttonIntech.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonIntech.ButtonText = "";
this.buttonIntech.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonIntech.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonIntech.GroupID = 0;
this.buttonIntech.ImageDisable = null;
this.buttonIntech.ImageDown = null;
this.buttonIntech.ImageUp = null;
this.buttonIntech.Location = new System.Drawing.Point(481, 1);
this.buttonIntech.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonIntech.Name = "buttonIntech";
this.buttonIntech.NestedClickEventPrevent = false;
this.buttonIntech.OutlinePixel = 2;
this.buttonIntech.OverlapOptimize = true;
this.buttonIntech.RepeatInterval = 200;
this.buttonIntech.RepeatIntervalAccelerate = null;
this.buttonIntech.RoundSize = 10;
this.buttonIntech.SafeInterval = 3000;
this.buttonIntech.Size = new System.Drawing.Size(80, 32);
this.buttonIntech.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.SAFE;
this.buttonIntech.TabIndex = 100;
this.buttonIntech.Text = null;
this.buttonIntech.TextColor = System.Drawing.Color.White;
this.buttonIntech.TextColorDisable = System.Drawing.Color.Gray;
this.buttonIntech.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonIntech.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonIntech.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonIntech.Click += new System.EventHandler(this.buttonIntech_Click);
//
// buttonAdmin
//
this.buttonAdmin.BackGround = this.smartGroupBox1;
@ -81,7 +118,7 @@
this.buttonAdmin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonAdmin.ButtonText = "";
this.buttonAdmin.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAdmin.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.buttonAdmin.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonAdmin.GroupID = 0;
this.buttonAdmin.ImageDisable = null;
this.buttonAdmin.ImageDown = null;
@ -132,7 +169,7 @@
this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
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("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelTitlePassword.LineSpacing = 0F;
this.labelTitlePassword.Location = new System.Drawing.Point(23, 97);
this.labelTitlePassword.Name = "labelTitlePassword";
@ -155,7 +192,7 @@
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
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("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(23, 54);
this.labelTitleID.Name = "labelTitleID";
@ -182,7 +219,7 @@
this.buttonCancel.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonCancel.ButtonText = "Cancel";
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonCancel.GroupID = 0;
this.buttonCancel.ImageDisable = null;
this.buttonCancel.ImageDown = null;
@ -218,7 +255,7 @@
this.buttonLogOn.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonLogOn.ButtonText = "Login";
this.buttonLogOn.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLogOn.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.buttonLogOn.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.buttonLogOn.GroupID = 0;
this.buttonLogOn.ImageDisable = null;
this.buttonLogOn.ImageDown = null;
@ -308,42 +345,6 @@
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
// buttonIntech
//
this.buttonIntech.BackGround = this.smartGroupBox1;
this.buttonIntech.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonIntech.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonIntech.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonIntech.ButtonImageAutoSize = true;
this.buttonIntech.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonIntech.ButtonText = "";
this.buttonIntech.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonIntech.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.buttonIntech.GroupID = 0;
this.buttonIntech.ImageDisable = null;
this.buttonIntech.ImageDown = null;
this.buttonIntech.ImageUp = null;
this.buttonIntech.Location = new System.Drawing.Point(481, 1);
this.buttonIntech.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonIntech.Name = "buttonIntech";
this.buttonIntech.NestedClickEventPrevent = false;
this.buttonIntech.OutlinePixel = 2;
this.buttonIntech.OverlapOptimize = true;
this.buttonIntech.RepeatInterval = 200;
this.buttonIntech.RepeatIntervalAccelerate = null;
this.buttonIntech.RoundSize = 10;
this.buttonIntech.SafeInterval = 3000;
this.buttonIntech.Size = new System.Drawing.Size(80, 32);
this.buttonIntech.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.SAFE;
this.buttonIntech.TabIndex = 100;
this.buttonIntech.Text = null;
this.buttonIntech.TextColor = System.Drawing.Color.White;
this.buttonIntech.TextColorDisable = System.Drawing.Color.Gray;
this.buttonIntech.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonIntech.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonIntech.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonIntech.Click += new System.EventHandler(this.buttonIntech_Click);
//
// DialogFormLogOn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -124,11 +124,6 @@ namespace INT_LKD_2.Forms
return ret;
}
private void InitializeDesign()
{
}
private void InitializeControl()
{
this.textBoxID.Text = "";
@ -155,32 +150,66 @@ namespace INT_LKD_2.Forms
private void InitializeDesignForLogin()
{
if (this.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English)
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
this.smartGroupBox1.Text = "User Login";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "Password";
}
else
{
this.smartGroupBox1.Text = "로그인";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "비밀번호";
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "用户登录";
this.labelTitleID.Text = "用户名";
this.labelTitlePassword.Text = "密码";
this.buttonLogOn.ButtonText = "登錄";
this.buttonCancel.ButtonText = "取消";
break;
case Define.E_LanguageID.English:
this.smartGroupBox1.Text = "User Login";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "Password";
this.buttonLogOn.ButtonText = "Login";
this.buttonCancel.ButtonText = "Cancel";
break;
case Define.E_LanguageID.Korean:
this.smartGroupBox1.Text = "로그인";
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "비밀번호";
this.buttonLogOn.ButtonText = "Login";
this.buttonCancel.ButtonText = "Cancel";
break;
default:
break;
}
}
private void InitializeDesignForChangePassword()
{
if (this.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English)
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
this.smartGroupBox1.Text = "Change Password";
this.labelTitleID.Text = "New";
this.labelTitlePassword.Text = "Verify";
}
else
{
this.smartGroupBox1.Text = "비밀번호 변경";
this.labelTitleID.Text = "새 비밀번호";
this.labelTitlePassword.Text = "비밀번호 확인";
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "更改密码";
this.labelTitleID.Text = "新的";
this.labelTitlePassword.Text = "核实";
this.buttonLogOn.ButtonText = "改变";
this.buttonCancel.ButtonText = "取消";
break;
case Define.E_LanguageID.English:
this.smartGroupBox1.Text = "Change Password";
this.labelTitleID.Text = "New";
this.labelTitlePassword.Text = "Verify";
this.buttonLogOn.ButtonText = "Change";
this.buttonCancel.ButtonText = "Cancel";
break;
case Define.E_LanguageID.Korean:
this.smartGroupBox1.Text = "비밀번호 변경";
this.labelTitleID.Text = "새 비밀번호";
this.labelTitlePassword.Text = "비밀번호 확인";
this.buttonLogOn.ButtonText = "변경";
this.buttonCancel.ButtonText = "취소";
break;
default:
break;
}
}

View File

@ -52,6 +52,7 @@
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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonOK.GroupID = 0;
this.buttonOK.ImageDisable = null;
this.buttonOK.ImageDown = null;
@ -135,6 +136,7 @@
this.smartGroupBox1.Controls.Add(this.labelMessage1);
this.smartGroupBox1.Controls.Add(this.buttonOK);
this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;

View File

@ -65,6 +65,14 @@ namespace INT_LKD_2.DialogForms
this.labelMessage1.Text = str + " files have been backed up";
this.labelMessage2.Text = "";
}
else if (language == Define.E_LanguageID.Chinese)
{
this.buttonOK.ButtonText = "确认";
this.smartGroupBox1.Text = "通知";
this.labelMessage1.Text = str + "个文件已备份";
this.labelMessage2.Text = "";
}
else
{
@ -86,62 +94,62 @@ namespace INT_LKD_2.DialogForms
switch (code)
{
case 1:
this.smartGroupBox1.Text = "Error 01";
this.smartGroupBox1.Text = "Error 01_01";
this.labelMessage1.Text = "입력범위를 확인하세요.";
this.labelMessage2.Text = "";
break;
case 2:
this.smartGroupBox1.Text = "Error 02";
this.smartGroupBox1.Text = "Error 01_02";
this.labelMessage1.Text = "최신 프로그램입니다.";
this.labelMessage2.Text = "";
break;
case 3:
this.smartGroupBox1.Text = "Error 03";
this.smartGroupBox1.Text = "Error 01_03";
this.labelMessage1.Text = "연속으로 불량이 발생했습니다";
this.labelMessage2.Text = "";
break;
case 4:
this.smartGroupBox1.Text = "Error 04";
this.smartGroupBox1.Text = "Error 01_04";
this.labelMessage1.Text = "백업할 파일이 없습니다";
this.labelMessage2.Text = "";
break;
case 5:
this.smartGroupBox1.Text = "Error 05";
this.smartGroupBox1.Text = "Error 01_05";
this.labelMessage1.Text = "USB메모리가 장착되지 않았습니다";
this.labelMessage2.Text = "";
break;
case 6:
this.smartGroupBox1.Text = "Error 06";
this.smartGroupBox1.Text = "Error 01_06";
this.labelMessage1.Text = "제조사에 문의하세요";
this.labelMessage2.Text = "";
break;
case 7:
this.smartGroupBox1.Text = "Error 07";
this.smartGroupBox1.Text = "Error 01_07";
this.labelMessage1.Text = "USB에 업데이트 할 파일이 없습니다";
this.labelMessage2.Text = "";
break;
case 8:
this.smartGroupBox1.Text = "Error 08";
this.labelMessage1.Text = "업데이트 할 실행파일 개수가 많습니다";
this.smartGroupBox1.Text = "Error 01_08";
this.labelMessage1.Text = "업데이트 할 파일 개수가 너무 많습니다";
this.labelMessage2.Text = "";
break;
case 9:
this.smartGroupBox1.Text = "Error 09";
this.smartGroupBox1.Text = "Error 01_09";
this.labelMessage1.Text = "USB에 업데이트 폴더가 없습니다";
this.labelMessage2.Text = "";
break;
case 10:
this.smartGroupBox1.Text = "Error 10";
this.smartGroupBox1.Text = "Error 01_10";
this.labelMessage1.Text = "해당 메모리가 장착되지 않았습니다";
this.labelMessage2.Text = "";
break;
case 11:
this.smartGroupBox1.Text = "Error 11";
this.smartGroupBox1.Text = "Error 01_11";
this.labelMessage1.Text = "이미지 폴더가 없습니다";
this.labelMessage2.Text = "";
break;
case 12:
this.smartGroupBox1.Text = "Error 12";
this.smartGroupBox1.Text = "Error 01_12";
this.labelMessage1.Text = "적체박스를 비워 주세요.";
this.labelMessage2.Text = "";
break;
@ -156,17 +164,17 @@ namespace INT_LKD_2.DialogForms
this.labelMessage2.Text = "";
break;
case 15:
this.smartGroupBox1.Text = "Error 15";
this.smartGroupBox1.Text = "Error 01_15";
this.labelMessage1.Text = "가져올 파일이 없습니다";
this.labelMessage2.Text = "";
break;
case 16:
this.smartGroupBox1.Text = "Error 16";
this.smartGroupBox1.Text = "Error 01_16";
this.labelMessage1.Text = "에러 발생! 다시 시도해주세요";
this.labelMessage2.Text = "";
break;
case 17:
this.smartGroupBox1.Text = "Error 17";
this.smartGroupBox1.Text = "Error 01_17";
this.labelMessage1.Text = "초기화를 실행해 주세요";
this.labelMessage2.Text = "";
break;
@ -177,59 +185,95 @@ namespace INT_LKD_2.DialogForms
this.buttonOK.Visible = false;
break;
case 19:
this.smartGroupBox1.Text = "Error 19";
this.smartGroupBox1.Text = "Error 01_19";
this.labelMessage1.Text = "통신 포트 연결 에러.";
this.labelMessage1.Text = "제조사에 문의하세요.";
break;
case 20:
this.smartGroupBox1.Text = "Error 20";
this.smartGroupBox1.Text = "Error 01_20";
this.labelMessage1.Text = "MASCA 통신 전송이 실패했습니다";
this.labelMessage2.Text = "";
break;
case 21:
this.smartGroupBox1.Text = "Error 21";
this.smartGroupBox1.Text = "Error 01_21";
this.labelMessage1.Text = "서보 오프 후에 다시 시도해주세요";
this.labelMessage2.Text = "";
break;
case 22:
this.smartGroupBox1.Text = "Error 22";
this.smartGroupBox1.Text = "Error 01_22";
this.labelMessage1.Text = "메인보드 통신 상태 확인해주세요";
this.labelMessage2.Text = "";
break;
case 23:
this.smartGroupBox1.Text = "Error 01_23";
this.labelMessage1.Text = "장비 정지 : 카운터출력";
this.labelMessage2.Text = "";
break;
case 24:
this.smartGroupBox1.Text = "Error 01_24";
this.labelMessage1.Text = "MACSA 통신전송이 실패하였습니다.";
this.labelMessage2.Text = "";
break;
case 25:
this.smartGroupBox1.Text = "Error 01_25";
this.labelMessage1.Text = "바코드 연결상태를 확인하세요.";
this.labelMessage2.Text = "";
break;
case 26:
this.smartGroupBox1.Text = "OPC";
this.labelMessage1.Text = "OPC 동작 모드 : Server";
this.labelMessage2.Text = "";
break;
case 27:
this.smartGroupBox1.Text = "Error 01_27";
this.labelMessage1.Text = "996~1000번 : 랜덤모드 기능 할당";
this.labelMessage2.Text = "설정위치 : [메뉴]-[기본]-[품목설정]-[랜덤모드]";
break;
// 28 사용
case 31:
this.smartGroupBox1.Text = "Error 31";
this.smartGroupBox1.Text = "Error 01_31";
this.labelMessage1.Text = "유저 파일 에러";
this.labelMessage2.Text = "";
break;
case 32:
this.smartGroupBox1.Text = "Error 32";
this.smartGroupBox1.Text = "Error 01_32";
this.labelMessage1.Text = "ID 확인하세요";
this.labelMessage2.Text = "";
break;
case 33:
this.smartGroupBox1.Text = "Error 33";
this.smartGroupBox1.Text = "Error 01_33";
this.labelMessage1.Text = "Password 확인하세요";
this.labelMessage2.Text = "";
break;
case 34:
this.smartGroupBox1.Text = "Error 34";
this.smartGroupBox1.Text = "Error 01_34";
this.labelMessage1.Text = "동일한 ID가 있습니다!";
this.labelMessage2.Text = "";
break;
case 35:
this.smartGroupBox1.Text = "Error 35";
this.smartGroupBox1.Text = "Error 01_35";
this.labelMessage1.Text = "4~10자 입력 하세요!";
this.labelMessage2.Text = "";
break;
case 36:
this.smartGroupBox1.Text = "Error 01_36";
this.labelMessage1.Text = "비밀번호를 변경해 주십시오";
this.labelMessage2.Text = "";
break;
case 37:
this.PictureBoxVisible(false);
this.smartGroupBox1.Text = "";
this.smartGroupBox1.Text = "Error 01_37";
this.labelMessage1.Text = "데이터가 없습니다";
this.labelMessage2.Text = "";
break;
case 38:
this.smartGroupBox1.Text = "Error 01_38";
this.labelMessage1.Text = "최대 10개의 파일을 선택할 수 있습니다.";
this.labelMessage2.Text = "";
break;
default:
this.smartGroupBox1.Text = "Error 99";
this.smartGroupBox1.Text = "Error 01_99";
this.labelMessage1.Text = "제조사에 문의하세요";
this.labelMessage2.Text = "";
break;
@ -244,62 +288,62 @@ namespace INT_LKD_2.DialogForms
switch (code)
{
case 1:
this.smartGroupBox1.Text = "Error 01";
this.smartGroupBox1.Text = "Error 01_01";
this.labelMessage1.Text = "Please check the input range";
this.labelMessage2.Text = "";
break;
case 2:
this.smartGroupBox1.Text = "Error 02";
this.smartGroupBox1.Text = "Error 01_02";
this.labelMessage1.Text = "Application is the lastest";
this.labelMessage2.Text = "";
break;
case 3:
this.smartGroupBox1.Text = "Error 03";
this.smartGroupBox1.Text = "Error 01_03";
this.labelMessage1.Text = "Detect Continuous N.G !!";
this.labelMessage2.Text = "";
break;
case 4:
this.smartGroupBox1.Text = "Error 04";
this.smartGroupBox1.Text = "Error 01_04";
this.labelMessage1.Text = "There are no Backup files";
this.labelMessage2.Text = "";
break;
case 5:
this.smartGroupBox1.Text = "Error 05";
this.smartGroupBox1.Text = "Error 01_05";
this.labelMessage1.Text = "There is no USB MEMORY";
this.labelMessage2.Text = "";
break;
case 6:
this.smartGroupBox1.Text = "Error 06";
this.smartGroupBox1.Text = "Error 01_06";
this.labelMessage1.Text = "Please contact a manufacturer";
this.labelMessage2.Text = "";
break;
case 7:
this.smartGroupBox1.Text = "Error 07";
this.smartGroupBox1.Text = "Error 01_07";
this.labelMessage1.Text = "There are no update files in USB";
this.labelMessage2.Text = "";
break;
case 8:
this.smartGroupBox1.Text = "Error 08";
this.smartGroupBox1.Text = "Error 01_08";
this.labelMessage1.Text = "Too much file for update";
this.labelMessage2.Text = "";
break;
case 9:
this.smartGroupBox1.Text = "Error 09";
this.smartGroupBox1.Text = "Error 01_09";
this.labelMessage1.Text = "There is no folder has update files in USB";
this.labelMessage2.Text = "";
break;
case 10:
this.smartGroupBox1.Text = "Error 10";
this.smartGroupBox1.Text = "Error 01_10";
this.labelMessage1.Text = "There is no MEMORY";
this.labelMessage2.Text = "";
break;
case 11:
this.smartGroupBox1.Text = "Error 11";
this.smartGroupBox1.Text = "Error 01_11";
this.labelMessage1.Text = "There is no folder has Image in USB";
this.labelMessage2.Text = "";
break;
case 12:
this.smartGroupBox1.Text = "Error 12";
this.smartGroupBox1.Text = "Error 01_12";
this.labelMessage1.Text = "Please load the box blank";
this.labelMessage2.Text = "";
break;
@ -314,17 +358,17 @@ namespace INT_LKD_2.DialogForms
this.labelMessage2.Text = "";
break;
case 15:
this.smartGroupBox1.Text = "Error 15";
this.smartGroupBox1.Text = "Error 01_15";
this.labelMessage1.Text = "There are no files to be imported";
this.labelMessage2.Text = "";
break;
case 16:
this.smartGroupBox1.Text = "Error 16";
this.smartGroupBox1.Text = "Error 01_16";
this.labelMessage1.Text = "Error occured! Try again";
this.labelMessage2.Text = "";
break;
case 17:
this.smartGroupBox1.Text = "Error 17";
this.smartGroupBox1.Text = "Error 01_17";
this.labelMessage1.Text = "Please proceed with initialization";
this.labelMessage2.Text = "";
break;
@ -335,37 +379,37 @@ namespace INT_LKD_2.DialogForms
this.buttonOK.Visible = false;
break;
case 19:
this.smartGroupBox1.Text = "Error 19";
this.smartGroupBox1.Text = "Error 01_19";
this.labelMessage1.Text = "COM2 port problem.";
this.labelMessage1.Text = "Please contact a manufacturer.";
break;
case 20:
this.smartGroupBox1.Text = "Error 20";
this.smartGroupBox1.Text = "Error 01_20";
this.labelMessage1.Text = "Transmission failed to MASCA";
this.labelMessage2.Text = "";
break;
case 21:
this.smartGroupBox1.Text = "Error 21";
this.smartGroupBox1.Text = "Error 01_21";
this.labelMessage1.Text = "After th servo-off,";
this.labelMessage2.Text = "please try again.";
break;
case 22:
this.smartGroupBox1.Text = "Error 22";
this.smartGroupBox1.Text = "Error 01_22";
this.labelMessage1.Text = "Please check the communication status ";
this.labelMessage2.Text = "with the main board.";
break;
case 23:
this.smartGroupBox1.Text = "Error 23";
this.smartGroupBox1.Text = "Error 01_23";
this.labelMessage1.Text = "Equipment Stop : Counting output";
this.labelMessage2.Text = "";
break;
case 24:
this.smartGroupBox1.Text = "Error 24";
this.smartGroupBox1.Text = "Error 01_24";
this.labelMessage1.Text = "MACSA communication transmission failed";
this.labelMessage2.Text = "";
break;
case 25:
this.smartGroupBox1.Text = "Error 25";
this.smartGroupBox1.Text = "Error 01_25";
this.labelMessage1.Text = "Check the barcode scanner connection.";
this.labelMessage2.Text = "";
break;
@ -375,49 +419,253 @@ namespace INT_LKD_2.DialogForms
this.labelMessage2.Text = "";
break;
case 27:
this.smartGroupBox1.Text = "Error 27";
this.smartGroupBox1.Text = "Error 01_27";
this.labelMessage1.Text = "No. 996~1000 : Assign Random Mode function";
this.labelMessage2.Text = "[Menu]-[Basic]-[Product setting]-[Random Mode]";
break;
// 28 사용
case 31:
this.smartGroupBox1.Text = "Error 31";
this.smartGroupBox1.Text = "Error 01_31";
this.labelMessage1.Text = "User files error";
this.labelMessage2.Text = "";
break;
case 32:
this.smartGroupBox1.Text = "Error 32";
this.smartGroupBox1.Text = "Error 01_32";
this.labelMessage1.Text = "Check the ID";
this.labelMessage2.Text = "";
break;
case 33:
this.smartGroupBox1.Text = "Error 33";
this.smartGroupBox1.Text = "Error 01_33";
this.labelMessage1.Text = "Check the password";
this.labelMessage2.Text = "";
break;
case 34:
this.smartGroupBox1.Text = "Error 34";
this.smartGroupBox1.Text = "Error 01_34";
this.labelMessage1.Text = "The system already has the same ID";
this.labelMessage2.Text = "";
break;
case 35:
this.smartGroupBox1.Text = "Error 35";
this.smartGroupBox1.Text = "Error 01_35";
this.labelMessage1.Text = "Please enter 4-10 characters";
this.labelMessage2.Text = "";
break;
case 36:
this.smartGroupBox1.Text = "Error 01_36";
this.labelMessage1.Text = "Please change your password";
this.labelMessage2.Text = "";
break;
case 37:
this.PictureBoxVisible(false);
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "No Data";
this.smartGroupBox1.Text = "Error 01_37";
this.labelMessage1.Text = "No data";
this.labelMessage2.Text = "";
break;
case 38:
this.smartGroupBox1.Text = "Error 01_38";
this.labelMessage1.Text = "You can select up to 10 files.";
this.labelMessage2.Text = "";
break;
default:
this.smartGroupBox1.Text = "Error 99";
this.smartGroupBox1.Text = "Error 01_99";
this.labelMessage1.Text = "Please contact a manufacturer";
break;
}
#endregion
}
else if (language == Define.E_LanguageID.Chinese)
{
this.buttonOK.ButtonText = "确认";
#region 중문
switch (code)
{
case 1:
this.smartGroupBox1.Text = "错误 01";
this.labelMessage1.Text = "确认输入范围";
this.labelMessage2.Text = "";
break;
case 2:
this.smartGroupBox1.Text = "错误 02";
this.labelMessage1.Text = "最新应用";
this.labelMessage2.Text = "";
break;
case 3:
this.smartGroupBox1.Text = "错误 03";
this.labelMessage1.Text = "测试连续不良";
this.labelMessage2.Text = "";
break;
case 4:
this.smartGroupBox1.Text = "错误 04";
this.labelMessage1.Text = "无支持文件";
this.labelMessage2.Text = "";
break;
case 5:
this.smartGroupBox1.Text = "错误 05";
this.labelMessage1.Text = "无USB存储卡";
this.labelMessage2.Text = "";
break;
case 6:
this.smartGroupBox1.Text = "错误 06";
this.labelMessage1.Text = "请联系厂商";
this.labelMessage2.Text = "";
break;
case 7:
this.smartGroupBox1.Text = "错误 07";
this.labelMessage1.Text = "USB无更新文件";
this.labelMessage2.Text = "";
break;
case 8:
this.smartGroupBox1.Text = "错误 08";
this.labelMessage1.Text = "太多文件需更新";
this.labelMessage2.Text = "";
break;
case 9:
this.smartGroupBox1.Text = "错误 09";
this.labelMessage1.Text = "USB没有文件夹需要更新文件";
this.labelMessage2.Text = "";
break;
case 10:
this.smartGroupBox1.Text = "错误 10";
this.labelMessage1.Text = "无存储";
this.labelMessage2.Text = "";
break;
case 11:
this.smartGroupBox1.Text = "错误 11";
this.labelMessage1.Text = "没有图像文件夹";
this.labelMessage2.Text = "";
break;
case 12:
this.smartGroupBox1.Text = "错误 12";
this.labelMessage1.Text = "请清理箱子";
this.labelMessage2.Text = "";
break;
case 13:
this.smartGroupBox1.Text = "系统备份";
this.labelMessage1.Text = "复制完成";
this.labelMessage2.Text = "";
break;
case 14:
this.smartGroupBox1.Text = "系统备份";
this.labelMessage1.Text = "复制失败 !!";
this.labelMessage2.Text = "";
break;
case 15:
this.smartGroupBox1.Text = "错误 15";
this.labelMessage1.Text = "无文件导入";
this.labelMessage2.Text = "";
break;
case 16:
this.smartGroupBox1.Text = "错误 16";
this.labelMessage1.Text = "错误发生,重试";
this.labelMessage2.Text = "";
break;
case 17:
this.smartGroupBox1.Text = "错误 17";
this.labelMessage1.Text = "运行初始化";
this.labelMessage2.Text = "";
break;
case 18:
this.smartGroupBox1.Text = "Message 18";
this.labelMessage1.Text = "关掉电源,然后在打开电源";
this.labelMessage2.Text = "";
this.buttonOK.Visible = false;
break;
case 19:
this.smartGroupBox1.Text = "错误 19";
this.labelMessage1.Text = "通信点连接错误";
this.labelMessage1.Text = "请联系厂商";
break;
case 20:
this.smartGroupBox1.Text = "错误 20";
this.labelMessage1.Text = "传送到MASCA失败";
this.labelMessage2.Text = "";
break;
case 21:
this.smartGroupBox1.Text = "错误 21";
this.labelMessage1.Text = "关闭伺服后请重试";
this.labelMessage2.Text = "";
break;
case 22:
this.smartGroupBox1.Text = "错误 22";
this.labelMessage1.Text = "请确认主要画面通信状态";
this.labelMessage2.Text = "";
break;
case 23:
this.smartGroupBox1.Text = "错误 23";
this.labelMessage1.Text = "设备停止 : 计数输出";
this.labelMessage2.Text = "";
break;
case 24:
this.smartGroupBox1.Text = "错误 24";
this.labelMessage1.Text = "传送到MASCA失败";
this.labelMessage2.Text = "";
break;
case 25:
this.smartGroupBox1.Text = "错误 25";
this.labelMessage1.Text = "检查条形码连接";
this.labelMessage2.Text = "";
break;
case 26:
this.smartGroupBox1.Text = "OPC";
this.labelMessage1.Text = "OPC运转模式 : 服务器";
this.labelMessage2.Text = "";
break;
case 27:
this.smartGroupBox1.Text = "错误 27";
this.labelMessage1.Text = "996~1000随机模式功能分配";
this.labelMessage2.Text = "设定位置 : [菜单]-[基本]-[产品设置]-[随机模式]";
break;
// 28 사용
case 31:
this.smartGroupBox1.Text = "错误 31";
this.labelMessage1.Text = "用户文件错误";
this.labelMessage2.Text = "";
break;
case 32:
this.smartGroupBox1.Text = "错误 32";
this.labelMessage1.Text = "请确认用户名";
this.labelMessage2.Text = "";
break;
case 33:
this.smartGroupBox1.Text = "错误 33";
this.labelMessage1.Text = "请确认密码";
this.labelMessage2.Text = "";
break;
case 34:
this.smartGroupBox1.Text = "错误 34";
this.labelMessage1.Text = "已有相同的用户名";
this.labelMessage2.Text = "";
break;
case 35:
this.smartGroupBox1.Text = "错误 35";
this.labelMessage1.Text = "请输入4~10个字符!";
this.labelMessage2.Text = "";
break;
case 36:
this.smartGroupBox1.Text = "Error 01_36";
this.labelMessage1.Text = "请更改您的密码";
this.labelMessage2.Text = "";
break;
case 37:
this.PictureBoxVisible(false);
this.smartGroupBox1.Text = "Error 01_37";
this.labelMessage1.Text = "没有数据";
this.labelMessage2.Text = "";
break;
case 38:
this.smartGroupBox1.Text = "Error 01_38";
this.labelMessage1.Text = "您最多可以选择 10 个文件。";
this.labelMessage2.Text = "";
break;
default:
this.smartGroupBox1.Text = "错误 99";
this.labelMessage1.Text = "请联系厂商";
this.labelMessage2.Text = "";
break;
}
#endregion
}
else
{
@ -440,7 +688,7 @@ namespace INT_LKD_2.DialogForms
{
case 1:
this.buttonOK.ButtonText = "OK";
this.smartGroupBox1.Text = "Error 01";
this.smartGroupBox1.Text = "Error 03_01";
this.labelMessage1.Text = "입력범위를 확인하세요.";
this.labelMessage2.Text = message;
break;
@ -455,7 +703,7 @@ namespace INT_LKD_2.DialogForms
{
case 1:
this.buttonOK.ButtonText = "OK";
this.smartGroupBox1.Text = "Error 01";
this.smartGroupBox1.Text = "Error 03_01";
this.labelMessage1.Text = "Confirm input range";
this.labelMessage2.Text = message;
break;
@ -464,6 +712,21 @@ namespace INT_LKD_2.DialogForms
}
#endregion
break;
case Define.E_LanguageID.Chinese:
#region Chinese
switch (code)
{
case 1:
this.buttonOK.ButtonText = "确认";
this.smartGroupBox1.Text = "错误 01";
this.labelMessage1.Text = "确认输入范围";
this.labelMessage2.Text = message;
break;
default:
break;
}
#endregion
break;
default:
break;
}
@ -511,6 +774,24 @@ namespace INT_LKD_2.DialogForms
}
#endregion
break;
case Define.E_LanguageID.Chinese:
#region 중문
this.buttonOK.ButtonText = "确认";
switch (code)
{
case 14:
this.smartGroupBox1.Text = "错误 04_14";
this.labelMessage1.Text = string.Format("密码错误{0}次。", num1);
this.labelMessage2.Text = string.Format("如果出现 {0} 个错误,您的帐户将被锁定。", num2);
break;
default:
this.smartGroupBox1.Text = "错误 04_99";
this.labelMessage1.Text = "请联系制造商";
break;
}
#endregion
break;
default:
break;
}
@ -709,6 +990,100 @@ namespace INT_LKD_2.DialogForms
}
#endregion
break;
case Define.E_LanguageID.Chinese:
#region 중문
this.buttonOK.ButtonText = "确认";
switch (code)
{
case 1:
this.smartGroupBox1.Text = "错误 04_01";
this.labelMessage1.Text = "未找到 ID";
break;
case 2:
this.smartGroupBox1.Text = "错误 04_02";
this.labelMessage1.Text = "ID : ID已存在";
break;
case 3:
this.smartGroupBox1.Text = "错误 04_03";
this.labelMessage1.Text = "ID : 请输入6~20个字符";
break;
case 4:
this.smartGroupBox1.Text = "错误 04_04";
this.labelMessage1.Text = "ID : 请输入6~20个字符";
break;
case 5:
this.smartGroupBox1.Text = "错误 04_05";
this.labelMessage1.Text = "ID : 不能使用连续的 (123,321,abc,cba...)";
this.labelMessage2.Text = "或相同的 (111,222,aaa...) 字符。";
break;
case 6:
this.smartGroupBox1.Text = "错误 04_06";
this.labelMessage1.Text = "ID : 它包含无效字符";
break;
case 7:
this.smartGroupBox1.Text = "错误 04_07";
this.labelMessage1.Text = "ID : 用户帐号已过期";
break;
case 8:
this.smartGroupBox1.Text = "错误 04_08";
this.labelMessage1.Text = "密码 : 这是旧密码";
break;
case 9:
this.smartGroupBox1.Text = "错误 04_09";
this.labelMessage1.Text = "密码 : 请输入6~20个字符";
break;
case 10:
this.smartGroupBox1.Text = "错误 04_10";
this.labelMessage1.Text = "密码 : 请输入6~20个字符";
break;
case 11:
this.smartGroupBox1.Text = "错误 04_11";
this.labelMessage1.Text = "密码 : 不能使用连续的 (123,321,abc,cba...)";
this.labelMessage2.Text = "或相同的 (111,222,aaa...) 字符。";
break;
case 12:
this.smartGroupBox1.Text = "错误 04_12";
this.labelMessage1.Text = "密码 : 它包含无效字符";
this.labelMessage2.Text = "允许使用特殊字符 : !@#$%^&*+-.";
break;
case 13:
this.smartGroupBox1.Text = "错误 04_13";
this.labelMessage1.Text = "密码 : 请至少包含一个英文字母,";
this.labelMessage2.Text = "至少一个数字,至少一个特殊字符";
break;
case 14:
this.smartGroupBox1.Text = "错误 04_14";
this.labelMessage1.Text = "检查您的密码";
break;
case 15:
this.smartGroupBox1.Text = "错误 04_15";
this.labelMessage1.Text = "密码 : 密码已过期";
break;
case 16:
this.smartGroupBox1.Text = "错误 04_16";
this.labelMessage1.Text = "请设置访问权限";
break;
case 17:
this.smartGroupBox1.Text = "错误 04_17";
this.labelMessage1.Text = "密码不一样";
break;
case 18:
this.smartGroupBox1.Text = "错误 04_18";
this.labelMessage1.Text = "";
break;
case 19:
this.smartGroupBox1.Text = "错误 04_19";
this.labelMessage1.Text = "你的账户被锁了。";
this.labelMessage2.Text = "请联系您的管理员。";
break;
default:
this.smartGroupBox1.Text = "错误 04_99";
this.labelMessage1.Text = "请联系制造商";
break;
}
#endregion
break;
default:
break;
}

View File

@ -58,7 +58,7 @@
// buttonEnter
//
this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonEnter.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonEnter.ForeColor = System.Drawing.Color.White;
this.buttonEnter.Location = new System.Drawing.Point(23, 343);
this.buttonEnter.Name = "buttonEnter";
@ -71,7 +71,7 @@
// buttonCancel
//
this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCancel.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonCancel.ForeColor = System.Drawing.Color.White;
this.buttonCancel.Location = new System.Drawing.Point(165, 282);
this.buttonCancel.Name = "buttonCancel";
@ -226,7 +226,7 @@
//
// labelCaption
//
this.labelCaption.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelCaption.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelCaption.ForeColor = System.Drawing.Color.White;
this.labelCaption.Location = new System.Drawing.Point(3, 6);
this.labelCaption.Name = "labelCaption";

View File

@ -6,6 +6,7 @@ using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using INT_LKD_2.DataStore;
namespace INT_LKD_2.DialogForms
{
@ -22,7 +23,7 @@ namespace INT_LKD_2.DialogForms
#endregion
#region Constructor
public DialogFormNumKeyPad(string caption, string value, int dig, int decimalPlaces, bool isSignEnable)
public DialogFormNumKeyPad(string caption, string value, int dig, int decimalPlaces, bool isSignEnable, Define.E_LanguageID language)
{
InitializeComponent();
@ -39,8 +40,9 @@ namespace INT_LKD_2.DialogForms
this.IsAddition = true;
this.buttonSign.Enabled = isSignEnable;
this.InitializeDesign(language);
}
public DialogFormNumKeyPad(string value, int dig, int decimalPlaces, bool isSignEnable)
public DialogFormNumKeyPad(string value, int dig, int decimalPlaces, bool isSignEnable, Define.E_LanguageID language)
{
InitializeComponent();
@ -56,6 +58,7 @@ namespace INT_LKD_2.DialogForms
this.IsAddition = true;
this.buttonSign.Enabled = isSignEnable;
this.InitializeDesign(language);
}
#endregion
@ -103,6 +106,26 @@ namespace INT_LKD_2.DialogForms
this.Size = new Size(250, 415);
}
private void InitializeDesign(Define.E_LanguageID language)
{
if (language == Define.E_LanguageID.English)
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
}
else if (language == Define.E_LanguageID.Chinese)
{
this.labelCaption.Text = "键盘";
this.buttonCancel.Text = "取消";
this.buttonEnter.Text = "确认";
}
else
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
}
}
private void InputNumber(string key)
{

View File

@ -81,15 +81,23 @@ namespace INT_LKD_2.DialogForms
private void InitializeDesign(Define.E_LanguageID language)
{
if (language == Define.E_LanguageID.English)
switch (language)
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
}
else
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
case Define.E_LanguageID.Chinese:
this.label1.Text = "键盘";
this.buttonCancel.Text = "取消";
this.buttonEnter.Text = "确认";
break;
case Define.E_LanguageID.English:
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
break;
case Define.E_LanguageID.Korean:
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
break;
default:
break;
}
}
private void InitializeControl()

View File

@ -57,7 +57,7 @@
// buttonEnter
//
this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonEnter.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.buttonEnter.ForeColor = System.Drawing.Color.White;
this.buttonEnter.Location = new System.Drawing.Point(165, 282);
this.buttonEnter.Name = "buttonEnter";
@ -70,7 +70,7 @@
// buttonCancel
//
this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCancel.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.buttonCancel.ForeColor = System.Drawing.Color.White;
this.buttonCancel.Location = new System.Drawing.Point(23, 282);
this.buttonCancel.Name = "buttonCancel";

View File

@ -53,6 +53,7 @@
this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Controls.Add(this.progressBarUpdate);
this.smartGroupBox1.Controls.Add(this.labelMessage1);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;
@ -76,6 +77,7 @@
this.buttonCancel.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
this.buttonCancel.ButtonText = "Cancel";
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonCancel.GroupID = 0;
this.buttonCancel.ImageDisable = null;
this.buttonCancel.ImageDown = null;
@ -107,7 +109,7 @@
this.labelMessage2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.labelMessage2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMessage2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(43, 90);
this.labelMessage2.Name = "labelMessage2";
@ -171,7 +173,7 @@
this.labelMessage1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.labelMessage1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMessage1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(43, 68);
this.labelMessage1.Name = "labelMessage1";

View File

@ -34,7 +34,7 @@ namespace INT_LKD_2.DialogForms
private Define.E_LanguageID m_Language;
private Define.E_BoardMode m_BoardMode;
private FormMain m_ParentForm;
#endregion
@ -86,7 +86,24 @@ namespace INT_LKD_2.DialogForms
break;
}
#endregion
}
}
else if (language == Define.E_LanguageID.Chinese)
{
#region 중문
switch (code)
{
case 1:
this.labelMessage1.Text = "更新中….";
this.labelMessage2.Text = "请勿断开USB";
break;
default:
this.smartGroupBox1.Text = "错误 99";
this.labelMessage1.Text = "请联系厂商";
this.labelMessage2.Text = "";
break;
}
#endregion
}
else
{
@ -141,6 +158,23 @@ namespace INT_LKD_2.DialogForms
}
#endregion
}
else if (language == Define.E_LanguageID.Chinese)
{
#region 중문
switch (code)
{
case 1:
this.labelMessage1.Text = "更新中….";
this.labelMessage2.Text = "请勿断开USB";
break;
default:
this.smartGroupBox1.Text = "错误 99";
this.labelMessage1.Text = "请联系厂商";
this.labelMessage2.Text = "";
break;
}
#endregion
}
else
{
@ -190,9 +224,27 @@ namespace INT_LKD_2.DialogForms
this.Size = new Size(452, 197);
}
private void InitializeDesign(Define.E_LanguageID language)
{
switch (language)
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "更新";
this.buttonCancel.ButtonText = "取消";
break;
case Define.E_LanguageID.English:
this.buttonCancel.ButtonText = "ESC";
break;
case Define.E_LanguageID.Korean:
this.buttonCancel.ButtonText = "ESC";
break;
default:
break;
}
}
private void DefaultSetting()
{
if(this.Code == 2)
if (this.Code == 2)
this.OpenSerialPort();
if (Directory.Exists("Hard Disk\\") == true)
@ -321,7 +373,7 @@ namespace INT_LKD_2.DialogForms
return ret;
}
private string Checksumcalculator(string strTemp)
{
string chkSum = "";
@ -558,6 +610,10 @@ namespace INT_LKD_2.DialogForms
this.labelMessage1.Text = "Update Fail!";
this.labelMessage2.Text = "Please Check your MainBoard";
break;
case Define.E_LanguageID.Chinese:
this.labelMessage1.Text = "更新失败";
this.labelMessage2.Text = "请检查主板";
break;
default:
break;
}
@ -574,6 +630,10 @@ namespace INT_LKD_2.DialogForms
this.labelMessage1.Text = "Program update complete";
this.labelMessage2.Text = "Reset the system";
break;
case Define.E_LanguageID.Chinese:
this.labelMessage1.Text = "系统更新完成";
this.labelMessage2.Text = "关掉电源,然后在打开电源";
break;
default:
break;
}
@ -804,7 +864,7 @@ namespace INT_LKD_2.DialogForms
{
this.DialogResult = DialogResult.Cancel;
this.CloseSerialPort();
this.Close();
this.Close();
}
#endregion
}

View File

@ -51,6 +51,7 @@
this.buttonYes.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
this.buttonYes.ButtonText = "Yes";
this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonYes.GroupID = 0;
this.buttonYes.ImageDisable = null;
this.buttonYes.ImageDown = null;
@ -86,6 +87,7 @@
this.buttonNo.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
this.buttonNo.ButtonText = "No";
this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonNo.GroupID = 0;
this.buttonNo.ImageDisable = null;
this.buttonNo.ImageDown = null;
@ -124,6 +126,7 @@
this.smartGroupBox1.Controls.Add(this.pictureBoxQuestion);
this.smartGroupBox1.Controls.Add(this.labelMessage1);
this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 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;

View File

@ -49,7 +49,7 @@ namespace INT_LKD_2.DialogForms
break;
case 3:
this.smartGroupBox1.Text = "업데이트";
this.labelMessage1.Text = "새 버전으로 업데이트하시겠습니까?";
this.labelMessage1.Text = "업데이트를 진행하시겠습니까?";
break;
case 4:
this.smartGroupBox1.Text = "스타일러스";
@ -85,7 +85,7 @@ namespace INT_LKD_2.DialogForms
break;
case 12:
this.smartGroupBox1.Text = "로그인";
this.labelMessage1.Text = "Log Off 하시겠습니까?";
this.labelMessage1.Text = "Log out 하시겠습니까?";
break;
case 13:
this.smartGroupBox1.Text = "로그인";
@ -96,21 +96,28 @@ namespace INT_LKD_2.DialogForms
this.labelMessage1.Text = "유저 삭제 하시겠습니까?";
break;
case 15:
this.smartGroupBox1.Text = "유저설정";
this.labelMessage1.Text = "유저 등록 하시겠습니까?";
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "해당 기능을 사용하시겠습니까?";
break;
case 16:
this.smartGroupBox1.Text = "유저설정";
this.labelMessage1.Text = "선택 된 유저를 삭제 하시겠습니까?";
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "해당 기능을 사용을 중지하시겠습니까?";
break;
case 17:
this.smartGroupBox1.Text = "유저설정";
this.labelMessage1.Text = "신규 유저 등록 하시겠습니까?";
this.smartGroupBox1.Text = "바코드";
this.labelMessage1.Text = "바코드 기능을 사용하시겠습니까?";
break;
case 18:
this.smartGroupBox1.Text = "로그인";
this.labelMessage1.Text = "비밀번호를 초기화 하시겠습니까?";
this.labelMessage2.Text = "";
this.smartGroupBox1.Text = "바코드";
this.labelMessage1.Text = "바코드 기능 사용을 중지하시겠습니까?";
break;
case 19:
this.smartGroupBox1.Text = "소거";
this.labelMessage1.Text = "전체 품번 카운트 데이터를 소거 하시겠습니까?";
break;
case 20:
this.smartGroupBox1.Text = "초기화";
this.labelMessage1.Text = "카운터출력 카운트 데이터를 소거 하시겠습니까?";
break;
case 21:
this.smartGroupBox1.Text = "이더넷";
@ -120,6 +127,55 @@ namespace INT_LKD_2.DialogForms
this.smartGroupBox1.Text = "이더넷";
this.labelMessage1.Text = "로컬IP주소 자동으로 설정하시겠습니까?";
break;
case 23:
this.smartGroupBox1.Text = "백업";
this.labelMessage1.Text = "현재 데이터를 백업하시겠습니까?";
break;
case 24:
this.smartGroupBox1.Text = "랜덤모드 설정값 초기화";
this.labelMessage1.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다.";
this.labelMessage2.Text = "소수점을 변경하시겠습니까?";
break;
case 25:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "기능을 사용하시겠습니까?";
this.labelMessage2.Text = "";
break;
case 26:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "기능 사용을 중지하시겠습니까?";
this.labelMessage2.Text = "관련 항목들이 초기화 상태로 변경됩니다.";
break;
case 27:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "해당 값을 기준값으로 설정하시겠습니까?";
this.labelMessage2.Text = "";
break;
case 28:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "파일을 삭제하시겠습니까?";
this.labelMessage2.Text = "";
break;
case 29:
this.smartGroupBox1.Text = "Login";
this.labelMessage1.Text = "비밀번호를 초기화 하시겠습니까?";
this.labelMessage2.Text = "";
break;
case 30:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "현재 장비 타입을 변경하시겠습니까?";
this.labelMessage2.Text = "재부팅이 필요합니다.";
break;
case 31:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "BLDC 모터 모드로 변경하기 위해";
this.labelMessage2.Text = "재부팅이 필요합니다.";
break;
case 32:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "초기화 하시겠습니까?";
this.labelMessage2.Text = "";
break;
default:
break;
}
@ -143,7 +199,7 @@ namespace INT_LKD_2.DialogForms
break;
case 3:
this.smartGroupBox1.Text = "Update";
this.labelMessage1.Text = "Would you like to update?";
this.labelMessage1.Text = "Would you like to proceed with the update?";
break;
case 4:
this.smartGroupBox1.Text = "Stylus";
@ -190,21 +246,28 @@ namespace INT_LKD_2.DialogForms
this.labelMessage1.Text = "Do you want to delete this user?";
break;
case 15:
this.smartGroupBox1.Text = "User Setting";
this.labelMessage1.Text = "Do you want to register the user?";
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Would you like to use that feature?";
break;
case 16:
this.smartGroupBox1.Text = "User Setting";
this.labelMessage1.Text = "Do you want to delete this user?";
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Would you like to stop using that function?";
break;
case 17:
this.smartGroupBox1.Text = "User Setting";
this.labelMessage1.Text = "Do you want to register the new user?";
this.smartGroupBox1.Text = "Barcode";
this.labelMessage1.Text = "Are you sure you want to use the Barcode function?";
break;
case 18:
this.smartGroupBox1.Text = "Login";
this.labelMessage1.Text = "Do you want to reset your password?";
this.labelMessage2.Text = "";
this.smartGroupBox1.Text = "Barcode";
this.labelMessage1.Text = "Are you sure you want to cancel the Barcode function?";
break;
case 19:
this.smartGroupBox1.Text = "Initialization";
this.labelMessage1.Text = "Do you want to Initialize all data?";
break;
case 20:
this.smartGroupBox1.Text = "Initialization";
this.labelMessage1.Text = "Do you want to Initalize Counting Output's count data?";
break;
case 21:
this.smartGroupBox1.Text = "Ethernet";
@ -214,11 +277,210 @@ namespace INT_LKD_2.DialogForms
this.smartGroupBox1.Text = "Ethernet";
this.labelMessage1.Text = "Do you want to set the local IP address to DHCP?";
break;
case 23:
this.smartGroupBox1.Text = "Backup";
this.labelMessage1.Text = "Would you like to back up your current data?";
break;
case 24:
this.smartGroupBox1.Text = "Initialize random mode setting";
this.labelMessage1.Text = "Changing the decimal point resets the random mode";
this.labelMessage2.Text = "settings. Do you want to change the decimal point?";
break;
case 25:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Are you sure you want to use the function?";
this.labelMessage2.Text = "";
break;
case 26:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Are you sure you want to cancel the function?";
this.labelMessage2.Text = "Related items will be changed to the initialization state.";
break;
case 27:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Do you want to set that value as the 'Pass' value?";
this.labelMessage2.Text = "";
break;
case 28:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Are you sure you want to delete the file?";
this.labelMessage2.Text = "";
break;
case 29:
this.smartGroupBox1.Text = "Login";
this.labelMessage1.Text = "Do you want to reset your password?";
this.labelMessage2.Text = "";
break;
case 30:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Would you like to change the current equipment type?";
this.labelMessage2.Text = "A reboot is required.";
break;
case 31:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "A reboot is required to change to BLDC motor mode.";
this.labelMessage2.Text = "";
break;
case 32:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "Do you want to initialize?";
this.labelMessage2.Text = "";
break;
default:
break;
}
#endregion
}
}
else if (language == Define.E_LanguageID.Chinese)
{
this.buttonYes.ButtonText = "是";
this.buttonNo.ButtonText = "否";
#region 중문
switch (ok)
{
case 1:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "你想回到到之前的DLL吗";
break;
case 2:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "想更换语言吗?";
break;
case 3:
this.smartGroupBox1.Text = "更新";
this.labelMessage1.Text = "您想继续更新吗?";
break;
case 4:
this.smartGroupBox1.Text = "스타일러스";
this.labelMessage1.Text = "화면 보정을 실행하시겠습니까?";
break;
case 5:
this.smartGroupBox1.Text = "回复出厂设置";
this.labelMessage1.Text = "所有数据初始化";
break;
case 6:
this.smartGroupBox1.Text = "LCD初期化";
this.labelMessage1.Text = "所有LCD数据初始化";
break;
case 7:
this.smartGroupBox1.Text = "主板初期化";
this.labelMessage1.Text = "所有主板数据初始化";
break;
case 8:
this.smartGroupBox1.Text = "消除";
this.labelMessage1.Text = "您确定清除当前品目计数值吗?";
break;
case 9:
this.smartGroupBox1.Text = "下载";
this.labelMessage1.Text = "您确定下载当前值吗?";
break;
case 10:
this.smartGroupBox1.Text = "下载";
this.labelMessage1.Text = "您确定下载到新电机上吗?";
break;
case 11:
this.smartGroupBox1.Text = "下载";
this.labelMessage1.Text = "您确定更改为当前列号吗?";
break;
case 12:
this.smartGroupBox1.Text = "登錄";
this.labelMessage1.Text = "您确定登出吗?";
break;
case 13:
this.smartGroupBox1.Text = "登錄";
this.labelMessage1.Text = "是否登录用户?";
break;
case 14:
this.smartGroupBox1.Text = "登錄";
this.labelMessage1.Text = "是否删除用户?";
break;
case 15:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您想使用该功能吗?";
break;
case 16:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您确定要停止使用该功能吗?";
break;
case 17:
this.smartGroupBox1.Text = "条形码";
this.labelMessage1.Text = "您确定使用条形码功能?";
break;
case 18:
this.smartGroupBox1.Text = "条形码";
this.labelMessage1.Text = "您确定中断使用条形码功能?";
break;
case 19:
this.smartGroupBox1.Text = "消除";
this.labelMessage1.Text = "您确定清除全部品目计数值吗?";
break;
case 20:
this.smartGroupBox1.Text = "初期化";
this.labelMessage1.Text = "计数输出 : 您要清除计数数据吗?";
break;
case 21:
this.smartGroupBox1.Text = "以太网";
this.labelMessage1.Text = "您要手动设置IP地址吗";
break;
case 22:
this.smartGroupBox1.Text = "以太网";
this.labelMessage1.Text = "您要自动设置IP地址吗";
break;
case 23:
this.smartGroupBox1.Text = "备份";
this.labelMessage1.Text = "您要备份当前数据吗?";
break;
case 24:
this.smartGroupBox1.Text = "随机模式初期化";
this.labelMessage1.Text = "更改小数点将重置随机模式设置。";
this.labelMessage2.Text = "您要更改小数点吗?";
break;
case 25:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "你确定要使用功能吗?";
this.labelMessage2.Text = "";
break;
case 26:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您确定中断使用功能?";
this.labelMessage2.Text = "相关项目将更改为初始化状态。。";
break;
case 27:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您想将该值设置为“通过”值吗?";
this.labelMessage2.Text = "";
break;
case 28:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您确定要删除该文件吗?";
this.labelMessage2.Text = "";
break;
case 29:
this.smartGroupBox1.Text = "登录";
this.labelMessage1.Text = "您想重置密码吗?";
this.labelMessage2.Text = "";
break;
case 30:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您想更改当前的设备类型吗?";
this.labelMessage2.Text = "需要重新启动。";
break;
case 31:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "需要重新启动才能更改为 BLDC 电机模式。";
this.labelMessage2.Text = "";
break;
case 32:
this.smartGroupBox1.Text = "";
this.labelMessage1.Text = "您想要初始化吗?";
this.labelMessage2.Text = "";
break;
default:
break;
}
#endregion
}
else
{
}
@ -236,10 +498,18 @@ namespace INT_LKD_2.DialogForms
case Define.E_LanguageID.Korean:
switch (ok)
{
case 31:
case 1:
this.smartGroupBox1.Text = "파일";
this.labelMessage1.Text = string.Format("{0} 파일이 이미 있습니다. 바꾸시겠습니까?", msg);
break;
case 2:
this.smartGroupBox1.Text = "비밀번호 만료";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "비밀번호 만료일입니다.";
else
this.labelMessage1.Text = string.Format("비밀번호 만료 {0}일 전입니다.", msg);
this.labelMessage2.Text = "비밀번호를 변경하시겠습니까?";
break;
default:
break;
}
@ -247,10 +517,37 @@ namespace INT_LKD_2.DialogForms
case Define.E_LanguageID.English:
switch (ok)
{
case 31:
case 1:
this.smartGroupBox1.Text = "File";
this.labelMessage1.Text = string.Format("{0} already exists. Do you change the file?", msg);
break;
case 2:
this.smartGroupBox1.Text = "Password expiration";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "Today is the password expiration date.";
else
this.labelMessage1.Text = string.Format("{0} days before password expires", msg);
this.labelMessage2.Text = "Do you want to change the password?";
break;
default:
break;
}
break;
case Define.E_LanguageID.Chinese:
switch (ok)
{
case 1:
this.smartGroupBox1.Text = "文件";
this.labelMessage1.Text = string.Format("{0} 已经存在。 你改文件了吗?", msg);
break;
case 2:
this.smartGroupBox1.Text = "密码过期";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "今天是密码过期日期.";
else
this.labelMessage1.Text = string.Format("密码过期前{0}天", msg);
this.labelMessage2.Text = "您要更改密码吗?";
break;
default:
break;
}
@ -293,6 +590,18 @@ namespace INT_LKD_2.DialogForms
break;
}
break;
case Define.E_LanguageID.Chinese:
switch (ok)
{
case 3:
this.smartGroupBox1.Text = "更新";
this.labelMessage1.Text = string.Format("前 : {0}, 后 : {1}", before, after);
this.labelMessage2.Text = "您要运行更新吗?";
break;
default:
break;
}
break;
default:
break;
}

View File

@ -1,609 +0,0 @@
namespace INT_LKD_2.Forms
{
partial class FormConfiguration
{
/// <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 Windows Form 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(FormConfiguration));
this.smartForm1 = new SmartX.SmartForm();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.buttonMove1_1W = new SmartX.SmartButton();
this.smartLabel10 = new SmartX.SmartLabel();
this.buttonAlarmReset_1W = new SmartX.SmartButton();
this.buttonOrigin = new SmartX.SmartButton();
this.smartLabel8 = new SmartX.SmartLabel();
this.buttonMove2_4W = new SmartX.SmartButton();
this.buttonMove1_4W = new SmartX.SmartButton();
this.buttonAlarmReset_4W = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelChart2DrawStep = new SmartX.SmartLabel();
this.smartLabel13 = new SmartX.SmartLabel();
this.labelChart1DrawStep = new SmartX.SmartLabel();
this.smartLabel11 = new SmartX.SmartLabel();
this.buttonSetting = new SmartX.SmartButton();
this.buttonMainDisplay = new SmartX.SmartButton();
this.labelTime = new SmartX.SmartLabel();
this.smartForm1.SuspendLayout();
this.smartGroupBox2.SuspendLayout();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartForm1
//
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.GradationColor1;
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.smartGroupBox2);
this.smartForm1.Controls.Add(this.smartGroupBox1);
this.smartForm1.Controls.Add(this.buttonSetting);
this.smartForm1.Controls.Add(this.buttonMainDisplay);
this.smartForm1.Controls.Add(this.labelTime);
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.LCD1024X768;
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.Size = new System.Drawing.Size(1024, 768);
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
// smartGroupBox2
//
this.smartGroupBox2.BackGround = null;
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartGroupBox2.BackImage = null;
this.smartGroupBox2.Controls.Add(this.buttonMove1_1W);
this.smartGroupBox2.Controls.Add(this.smartLabel10);
this.smartGroupBox2.Controls.Add(this.buttonAlarmReset_1W);
this.smartGroupBox2.Controls.Add(this.buttonOrigin);
this.smartGroupBox2.Controls.Add(this.smartLabel8);
this.smartGroupBox2.Controls.Add(this.buttonMove2_4W);
this.smartGroupBox2.Controls.Add(this.buttonMove1_4W);
this.smartGroupBox2.Controls.Add(this.buttonAlarmReset_4W);
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox2.FrameLineThickness = 2;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox2.HeaderHeightOffset = 12;
this.smartGroupBox2.Location = new System.Drawing.Point(513, 48);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(432, 605);
this.smartGroupBox2.TabIndex = 80;
this.smartGroupBox2.Text = "모터";
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
//
// buttonMove1_1W
//
this.buttonMove1_1W.BackGround = this.smartGroupBox2;
this.buttonMove1_1W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonMove1_1W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonMove1_1W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonMove1_1W.ButtonImageAutoSize = true;
this.buttonMove1_1W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMove1_1W.ButtonText = "동작1";
this.buttonMove1_1W.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMove1_1W.GroupID = 0;
this.buttonMove1_1W.ImageDisable = null;
this.buttonMove1_1W.ImageDown = null;
this.buttonMove1_1W.ImageUp = null;
this.buttonMove1_1W.Location = new System.Drawing.Point(50, 242);
this.buttonMove1_1W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMove1_1W.Name = "buttonMove1_1W";
this.buttonMove1_1W.NestedClickEventPrevent = false;
this.buttonMove1_1W.OutlinePixel = 2;
this.buttonMove1_1W.OverlapOptimize = true;
this.buttonMove1_1W.RepeatInterval = 200;
this.buttonMove1_1W.RepeatIntervalAccelerate = null;
this.buttonMove1_1W.RoundSize = 10;
this.buttonMove1_1W.SafeInterval = 200;
this.buttonMove1_1W.Size = new System.Drawing.Size(150, 50);
this.buttonMove1_1W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMove1_1W.TabIndex = 71;
this.buttonMove1_1W.Text = null;
this.buttonMove1_1W.TextColor = System.Drawing.Color.White;
this.buttonMove1_1W.TextColorDisable = System.Drawing.Color.Gray;
this.buttonMove1_1W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonMove1_1W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMove1_1W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMove1_1W.Click += new System.EventHandler(this.buttonMove1_1W_Click);
//
// smartLabel10
//
this.smartLabel10.BackGround = null;
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
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", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel10.LineSpacing = 0F;
this.smartLabel10.Location = new System.Drawing.Point(50, 94);
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(150, 30);
this.smartLabel10.TabIndex = 70;
this.smartLabel10.Text = "1W";
this.smartLabel10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
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;
//
// buttonAlarmReset_1W
//
this.buttonAlarmReset_1W.BackGround = this.smartGroupBox2;
this.buttonAlarmReset_1W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonAlarmReset_1W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonAlarmReset_1W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonAlarmReset_1W.ButtonImageAutoSize = true;
this.buttonAlarmReset_1W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonAlarmReset_1W.ButtonText = "알람 리셋";
this.buttonAlarmReset_1W.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAlarmReset_1W.GroupID = 0;
this.buttonAlarmReset_1W.ImageDisable = null;
this.buttonAlarmReset_1W.ImageDown = null;
this.buttonAlarmReset_1W.ImageUp = null;
this.buttonAlarmReset_1W.Location = new System.Drawing.Point(50, 186);
this.buttonAlarmReset_1W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonAlarmReset_1W.Name = "buttonAlarmReset_1W";
this.buttonAlarmReset_1W.NestedClickEventPrevent = false;
this.buttonAlarmReset_1W.OutlinePixel = 2;
this.buttonAlarmReset_1W.OverlapOptimize = true;
this.buttonAlarmReset_1W.RepeatInterval = 200;
this.buttonAlarmReset_1W.RepeatIntervalAccelerate = null;
this.buttonAlarmReset_1W.RoundSize = 10;
this.buttonAlarmReset_1W.SafeInterval = 200;
this.buttonAlarmReset_1W.Size = new System.Drawing.Size(150, 50);
this.buttonAlarmReset_1W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAlarmReset_1W.TabIndex = 69;
this.buttonAlarmReset_1W.Text = null;
this.buttonAlarmReset_1W.TextColor = System.Drawing.Color.White;
this.buttonAlarmReset_1W.TextColorDisable = System.Drawing.Color.Gray;
this.buttonAlarmReset_1W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonAlarmReset_1W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAlarmReset_1W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAlarmReset_1W.Click += new System.EventHandler(this.buttonAlarmReset_1W_Click);
//
// buttonOrigin
//
this.buttonOrigin.BackGround = this.smartGroupBox2;
this.buttonOrigin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonOrigin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonOrigin.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonOrigin.ButtonImageAutoSize = true;
this.buttonOrigin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOrigin.ButtonText = "원점";
this.buttonOrigin.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOrigin.GroupID = 0;
this.buttonOrigin.ImageDisable = null;
this.buttonOrigin.ImageDown = null;
this.buttonOrigin.ImageUp = null;
this.buttonOrigin.Location = new System.Drawing.Point(50, 130);
this.buttonOrigin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOrigin.Name = "buttonOrigin";
this.buttonOrigin.NestedClickEventPrevent = false;
this.buttonOrigin.OutlinePixel = 2;
this.buttonOrigin.OverlapOptimize = true;
this.buttonOrigin.RepeatInterval = 200;
this.buttonOrigin.RepeatIntervalAccelerate = null;
this.buttonOrigin.RoundSize = 10;
this.buttonOrigin.SafeInterval = 200;
this.buttonOrigin.Size = new System.Drawing.Size(354, 50);
this.buttonOrigin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOrigin.TabIndex = 68;
this.buttonOrigin.Text = null;
this.buttonOrigin.TextColor = System.Drawing.Color.White;
this.buttonOrigin.TextColorDisable = System.Drawing.Color.Gray;
this.buttonOrigin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonOrigin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOrigin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOrigin.Click += new System.EventHandler(this.buttonOrigin_Click);
//
// smartLabel8
//
this.smartLabel8.BackGround = null;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
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(254, 94);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(150, 30);
this.smartLabel8.TabIndex = 67;
this.smartLabel8.Text = "4W";
this.smartLabel8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
//
// buttonMove2_4W
//
this.buttonMove2_4W.BackGround = this.smartGroupBox2;
this.buttonMove2_4W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonMove2_4W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonMove2_4W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonMove2_4W.ButtonImageAutoSize = true;
this.buttonMove2_4W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMove2_4W.ButtonText = "동작2";
this.buttonMove2_4W.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMove2_4W.GroupID = 0;
this.buttonMove2_4W.ImageDisable = null;
this.buttonMove2_4W.ImageDown = null;
this.buttonMove2_4W.ImageUp = null;
this.buttonMove2_4W.Location = new System.Drawing.Point(254, 298);
this.buttonMove2_4W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMove2_4W.Name = "buttonMove2_4W";
this.buttonMove2_4W.NestedClickEventPrevent = false;
this.buttonMove2_4W.OutlinePixel = 2;
this.buttonMove2_4W.OverlapOptimize = true;
this.buttonMove2_4W.RepeatInterval = 200;
this.buttonMove2_4W.RepeatIntervalAccelerate = null;
this.buttonMove2_4W.RoundSize = 10;
this.buttonMove2_4W.SafeInterval = 200;
this.buttonMove2_4W.Size = new System.Drawing.Size(150, 50);
this.buttonMove2_4W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMove2_4W.TabIndex = 3;
this.buttonMove2_4W.Text = null;
this.buttonMove2_4W.TextColor = System.Drawing.Color.White;
this.buttonMove2_4W.TextColorDisable = System.Drawing.Color.Gray;
this.buttonMove2_4W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonMove2_4W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMove2_4W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMove2_4W.Click += new System.EventHandler(this.buttonMove2_4W_Click);
//
// buttonMove1_4W
//
this.buttonMove1_4W.BackGround = this.smartGroupBox2;
this.buttonMove1_4W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonMove1_4W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonMove1_4W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonMove1_4W.ButtonImageAutoSize = true;
this.buttonMove1_4W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMove1_4W.ButtonText = "동작1";
this.buttonMove1_4W.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMove1_4W.GroupID = 0;
this.buttonMove1_4W.ImageDisable = null;
this.buttonMove1_4W.ImageDown = null;
this.buttonMove1_4W.ImageUp = null;
this.buttonMove1_4W.Location = new System.Drawing.Point(254, 242);
this.buttonMove1_4W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMove1_4W.Name = "buttonMove1_4W";
this.buttonMove1_4W.NestedClickEventPrevent = false;
this.buttonMove1_4W.OutlinePixel = 2;
this.buttonMove1_4W.OverlapOptimize = true;
this.buttonMove1_4W.RepeatInterval = 200;
this.buttonMove1_4W.RepeatIntervalAccelerate = null;
this.buttonMove1_4W.RoundSize = 10;
this.buttonMove1_4W.SafeInterval = 200;
this.buttonMove1_4W.Size = new System.Drawing.Size(150, 50);
this.buttonMove1_4W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMove1_4W.TabIndex = 2;
this.buttonMove1_4W.Text = null;
this.buttonMove1_4W.TextColor = System.Drawing.Color.White;
this.buttonMove1_4W.TextColorDisable = System.Drawing.Color.Gray;
this.buttonMove1_4W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonMove1_4W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMove1_4W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMove1_4W.Click += new System.EventHandler(this.buttonMove1_4W_Click);
//
// buttonAlarmReset_4W
//
this.buttonAlarmReset_4W.BackGround = this.smartGroupBox2;
this.buttonAlarmReset_4W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonAlarmReset_4W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonAlarmReset_4W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonAlarmReset_4W.ButtonImageAutoSize = true;
this.buttonAlarmReset_4W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonAlarmReset_4W.ButtonText = "알람 리셋";
this.buttonAlarmReset_4W.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAlarmReset_4W.GroupID = 0;
this.buttonAlarmReset_4W.ImageDisable = null;
this.buttonAlarmReset_4W.ImageDown = null;
this.buttonAlarmReset_4W.ImageUp = null;
this.buttonAlarmReset_4W.Location = new System.Drawing.Point(254, 186);
this.buttonAlarmReset_4W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonAlarmReset_4W.Name = "buttonAlarmReset_4W";
this.buttonAlarmReset_4W.NestedClickEventPrevent = false;
this.buttonAlarmReset_4W.OutlinePixel = 2;
this.buttonAlarmReset_4W.OverlapOptimize = true;
this.buttonAlarmReset_4W.RepeatInterval = 200;
this.buttonAlarmReset_4W.RepeatIntervalAccelerate = null;
this.buttonAlarmReset_4W.RoundSize = 10;
this.buttonAlarmReset_4W.SafeInterval = 200;
this.buttonAlarmReset_4W.Size = new System.Drawing.Size(150, 50);
this.buttonAlarmReset_4W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAlarmReset_4W.TabIndex = 1;
this.buttonAlarmReset_4W.Text = null;
this.buttonAlarmReset_4W.TextColor = System.Drawing.Color.White;
this.buttonAlarmReset_4W.TextColorDisable = System.Drawing.Color.Gray;
this.buttonAlarmReset_4W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonAlarmReset_4W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAlarmReset_4W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAlarmReset_4W.Click += new System.EventHandler(this.buttonAlarmReset_4W_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.labelChart2DrawStep);
this.smartGroupBox1.Controls.Add(this.smartLabel13);
this.smartGroupBox1.Controls.Add(this.labelChart1DrawStep);
this.smartGroupBox1.Controls.Add(this.smartLabel11);
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
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(33, 48);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(432, 605);
this.smartGroupBox1.TabIndex = 79;
this.smartGroupBox1.Text = "설정";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// labelChart2DrawStep
//
this.labelChart2DrawStep.BackGround = null;
this.labelChart2DrawStep.BackGroundColor = System.Drawing.Color.White;
this.labelChart2DrawStep.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelChart2DrawStep.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelChart2DrawStep.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelChart2DrawStep.LineSpacing = 0F;
this.labelChart2DrawStep.Location = new System.Drawing.Point(211, 390);
this.labelChart2DrawStep.Name = "labelChart2DrawStep";
this.labelChart2DrawStep.OverlapOptimize = true;
this.labelChart2DrawStep.PasswordChar = '\0';
this.labelChart2DrawStep.Radius = 3;
this.labelChart2DrawStep.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelChart2DrawStep.Size = new System.Drawing.Size(100, 30);
this.labelChart2DrawStep.TabIndex = 82;
this.labelChart2DrawStep.Text = "100";
this.labelChart2DrawStep.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelChart2DrawStep.TextColorDisable = System.Drawing.Color.Gray;
this.labelChart2DrawStep.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelChart2DrawStep.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelChart2DrawStep.Wordwrap = false;
this.labelChart2DrawStep.Click += new System.EventHandler(this.labelChart2DrawStep_Click);
//
// smartLabel13
//
this.smartLabel13.BackGround = null;
this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel13.LineSpacing = 0F;
this.smartLabel13.Location = new System.Drawing.Point(55, 390);
this.smartLabel13.Name = "smartLabel13";
this.smartLabel13.OverlapOptimize = true;
this.smartLabel13.PasswordChar = '\0';
this.smartLabel13.Radius = 3;
this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel13.Size = new System.Drawing.Size(150, 30);
this.smartLabel13.TabIndex = 81;
this.smartLabel13.Text = "차트2 DrawStep";
this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel13.Wordwrap = false;
//
// labelChart1DrawStep
//
this.labelChart1DrawStep.BackGround = null;
this.labelChart1DrawStep.BackGroundColor = System.Drawing.Color.White;
this.labelChart1DrawStep.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelChart1DrawStep.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelChart1DrawStep.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelChart1DrawStep.LineSpacing = 0F;
this.labelChart1DrawStep.Location = new System.Drawing.Point(211, 354);
this.labelChart1DrawStep.Name = "labelChart1DrawStep";
this.labelChart1DrawStep.OverlapOptimize = true;
this.labelChart1DrawStep.PasswordChar = '\0';
this.labelChart1DrawStep.Radius = 3;
this.labelChart1DrawStep.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelChart1DrawStep.Size = new System.Drawing.Size(100, 30);
this.labelChart1DrawStep.TabIndex = 80;
this.labelChart1DrawStep.Text = "100";
this.labelChart1DrawStep.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelChart1DrawStep.TextColorDisable = System.Drawing.Color.Gray;
this.labelChart1DrawStep.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelChart1DrawStep.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelChart1DrawStep.Wordwrap = false;
this.labelChart1DrawStep.Click += new System.EventHandler(this.labelChart1DrawStep_Click);
//
// smartLabel11
//
this.smartLabel11.BackGround = null;
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
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(55, 354);
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(150, 30);
this.smartLabel11.TabIndex = 79;
this.smartLabel11.Text = "차트1 DrawStep";
this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel11.Wordwrap = false;
//
// buttonSetting
//
this.buttonSetting.BackGround = this.smartForm1;
this.buttonSetting.BackGroundColor = System.Drawing.Color.LightBlue;
this.buttonSetting.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonSetting.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonSetting.ButtonImageAutoSize = true;
this.buttonSetting.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSetting.ButtonText = "설정";
this.buttonSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSetting.GroupID = 0;
this.buttonSetting.ImageDisable = null;
this.buttonSetting.ImageDown = null;
this.buttonSetting.ImageUp = null;
this.buttonSetting.Location = new System.Drawing.Point(140, 701);
this.buttonSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSetting.Name = "buttonSetting";
this.buttonSetting.NestedClickEventPrevent = false;
this.buttonSetting.OutlinePixel = 2;
this.buttonSetting.OverlapOptimize = true;
this.buttonSetting.RepeatInterval = 200;
this.buttonSetting.RepeatIntervalAccelerate = null;
this.buttonSetting.RoundSize = 10;
this.buttonSetting.SafeInterval = 200;
this.buttonSetting.Size = new System.Drawing.Size(131, 64);
this.buttonSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSetting.TabIndex = 75;
this.buttonSetting.Text = null;
this.buttonSetting.TextColor = System.Drawing.Color.White;
this.buttonSetting.TextColorDisable = System.Drawing.Color.Gray;
this.buttonSetting.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSetting.Visible = false;
//
// buttonMainDisplay
//
this.buttonMainDisplay.BackGround = this.smartForm1;
this.buttonMainDisplay.BackGroundColor = System.Drawing.Color.LightBlue;
this.buttonMainDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonMainDisplay.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
this.buttonMainDisplay.ButtonImageAutoSize = true;
this.buttonMainDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMainDisplay.ButtonText = "메인화면";
this.buttonMainDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMainDisplay.GroupID = 0;
this.buttonMainDisplay.ImageDisable = null;
this.buttonMainDisplay.ImageDown = null;
this.buttonMainDisplay.ImageUp = null;
this.buttonMainDisplay.Location = new System.Drawing.Point(3, 701);
this.buttonMainDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMainDisplay.Name = "buttonMainDisplay";
this.buttonMainDisplay.NestedClickEventPrevent = false;
this.buttonMainDisplay.OutlinePixel = 2;
this.buttonMainDisplay.OverlapOptimize = true;
this.buttonMainDisplay.RepeatInterval = 200;
this.buttonMainDisplay.RepeatIntervalAccelerate = null;
this.buttonMainDisplay.RoundSize = 10;
this.buttonMainDisplay.SafeInterval = 200;
this.buttonMainDisplay.Size = new System.Drawing.Size(131, 64);
this.buttonMainDisplay.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMainDisplay.TabIndex = 74;
this.buttonMainDisplay.Text = null;
this.buttonMainDisplay.TextColor = System.Drawing.Color.White;
this.buttonMainDisplay.TextColorDisable = System.Drawing.Color.Gray;
this.buttonMainDisplay.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonMainDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMainDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMainDisplay.Click += new System.EventHandler(this.buttonMainDisplay_Click);
//
// labelTime
//
this.labelTime.BackGround = this.smartForm1;
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(778, 701);
this.labelTime.Name = "labelTime";
this.labelTime.OverlapOptimize = true;
this.labelTime.PasswordChar = '\0';
this.labelTime.Radius = 3;
this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTime.Size = new System.Drawing.Size(243, 64);
this.labelTime.TabIndex = 63;
this.labelTime.Text = "2022.05.12 17:25:28";
this.labelTime.TextColor = System.Drawing.Color.Black;
this.labelTime.TextColorDisable = System.Drawing.Color.Gray;
this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTime.Wordwrap = false;
//
// FormConfiguration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.ControlBox = false;
this.Controls.Add(this.smartForm1);
this.Name = "FormConfiguration";
this.Text = "FormConfiguration";
this.smartForm1.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm smartForm1;
private SmartX.SmartLabel labelTime;
private SmartX.SmartButton buttonSetting;
private SmartX.SmartButton buttonMainDisplay;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel smartLabel10;
private SmartX.SmartButton buttonAlarmReset_1W;
private SmartX.SmartButton buttonOrigin;
private SmartX.SmartLabel smartLabel8;
private SmartX.SmartButton buttonMove2_4W;
private SmartX.SmartButton buttonMove1_4W;
private SmartX.SmartButton buttonAlarmReset_4W;
private SmartX.SmartButton buttonMove1_1W;
private SmartX.SmartLabel labelChart1DrawStep;
private SmartX.SmartLabel smartLabel11;
private SmartX.SmartLabel labelChart2DrawStep;
private SmartX.SmartLabel smartLabel13;
}
}

View File

@ -1,189 +0,0 @@
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_2.DataStore;
using INT_LKD_2.DialogForms;
namespace INT_LKD_2.Forms
{
public partial class FormConfiguration : Form
{
#region Field
private FormMain m_ParentForm;
#endregion
#region Constructor
public FormConfiguration(FormMain parent)
{
InitializeComponent();
this.ParentForm = parent;
}
#endregion
#region Property
public FormMain ParentForm
{
get { return this.m_ParentForm; }
private set { this.m_ParentForm = value; }
}
#endregion
#region Method
public void UpdateDisplayTime()
{
this.labelTime.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
}
public void DisplayRefresh()
{
string value = "";
//value = Helper.StringToDecimalPlaces(this.ParentForm.SystemConfig.OverRange, this.ParentForm.DecimalPlaces4);
//if (this.labelOverRange.Text != value)
// this.labelOverRange.Text = value;
//value = this.ParentForm.SystemConfig.VacuumStartTime.ToString();
//if (this.labelVacuumStartTime.Text != value)
// this.labelVacuumStartTime.Text = value;
//value = this.ParentForm.SystemConfig.VacuumHoldTime.ToString();
//if (this.labelVacuumHoldTime.Text != value)
// this.labelVacuumHoldTime.Text = value;
//value = this.ParentForm.SystemConfig.VacuumBreakTime.ToString();
//if (this.labelVacuumBreakTime.Text != value)
// this.labelVacuumBreakTime.Text = value;
value = this.ParentForm.SystemConfig.CHART1_DRAW_STEP.ToString();
if (this.labelChart1DrawStep.Text != value)
this.labelChart1DrawStep.Text = value;
value = this.ParentForm.SystemConfig.CHART2_DRAW_STEP.ToString();
if (this.labelChart2DrawStep.Text != value)
this.labelChart2DrawStep.Text = value;
}
#endregion
#region Event Handler
private void buttonMainDisplay_Click(object sender, EventArgs e)
{
this.ParentForm.FormChange((int)Define.E_FormStore.FormMainDisplay);
}
//private void labelOverRange_Click(object sender, EventArgs e)
//{
// DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelOverRange.Text, 6, 4, false);
// if (myKeypad.ShowDialog() == DialogResult.OK)
// {
// this.labelOverRange.Text = myKeypad.StringValue;
// this.ParentForm.SystemConfig.OverRange = myKeypad.StringValue.Replace(".", "");
// this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
// this.ParentForm.TransferDataStream6(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._2301_OverRange, this.ParentForm.SystemConfig.OverRange);
// }
//}
//private void labelVacuumStartTime_Click(object sender, EventArgs e)
//{
// DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelVacuumStartTime.Text, 3, 0, false);
// if (myKeypad.ShowDialog() == DialogResult.OK)
// {
// this.labelVacuumStartTime.Text = myKeypad.StringValue;
// this.ParentForm.SystemConfig.VacuumStartTime = myKeypad.IntValue;
// this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
// this.ParentForm.TransferDataStream4(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5504_VacuumStartTime, myKeypad.StringValue);
// }
//}
//private void labelVacuumHoldTime_Click(object sender, EventArgs e)
//{
// DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelVacuumHoldTime.Text, 3, 0, false);
// if (myKeypad.ShowDialog() == DialogResult.OK)
// {
// this.labelVacuumHoldTime.Text = myKeypad.StringValue;
// this.ParentForm.SystemConfig.VacuumHoldTime = myKeypad.IntValue;
// this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
// this.ParentForm.TransferDataStream4(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5505_VacuumHoldTime, myKeypad.StringValue);
// }
//}
//private void labelVacuumBreakTime_Click(object sender, EventArgs e)
//{
// DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelVacuumBreakTime.Text, 3, 0, false);
// if (myKeypad.ShowDialog() == DialogResult.OK)
// {
// this.labelVacuumBreakTime.Text = myKeypad.StringValue;
// this.ParentForm.SystemConfig.VacuumBreakTime = myKeypad.IntValue;
// this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
// this.ParentForm.TransferDataStream4(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5506_VacuumBreakTime, myKeypad.StringValue);
// }
//}
private void labelChart1DrawStep_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelChart1DrawStep.Text, 2, 0, false);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
if (myKeypad.IntValue == 0)
return;
this.labelChart1DrawStep.Text = myKeypad.StringValue;
this.ParentForm.SystemConfig.CHART1_DRAW_STEP = myKeypad.IntValue;
this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
}
}
private void labelChart2DrawStep_Click(object sender, EventArgs e)
{
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelChart2DrawStep.Text, 2, 0, false);
if (myKeypad.ShowDialog() == DialogResult.OK)
{
if (myKeypad.IntValue == 0)
return;
this.labelChart2DrawStep.Text = myKeypad.StringValue;
this.ParentForm.SystemConfig.CHART2_DRAW_STEP = myKeypad.IntValue;
this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
}
}
private void buttonOrigin_Click(object sender, EventArgs e)
{
this.ParentForm.TransferData_Master(CommunicationCommand.MotorOrigin, CommunicationID.SubBoardAll);
}
private void buttonAlarmReset_1W_Click(object sender, EventArgs e)
{
this.ParentForm.TransferData_Master(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard2);
}
private void buttonMove1_1W_Click(object sender, EventArgs e)
{
this.ParentForm.TransferData_Master(CommunicationCommand.MotorStep, CommunicationID.SubBoard2);
}
private void buttonAlarmReset_4W_Click(object sender, EventArgs e)
{
this.ParentForm.TransferData_Master(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard1);
}
private void buttonMove1_4W_Click(object sender, EventArgs e)
{
this.ParentForm.TransferData_Master(CommunicationCommand.MotorMove1, CommunicationID.SubBoard1);
}
private void buttonMove2_4W_Click(object sender, EventArgs e)
{
this.ParentForm.TransferData_Master(CommunicationCommand.MotorMove2, CommunicationID.SubBoard1);
}
#endregion
}
}

View File

@ -1,218 +0,0 @@
<?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="smartForm1.BackImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAABAAAAAMACAYAAAC6uhUNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABPISURBVHhe7djZlRBUFETRm384DiiOKIKACEjLJDTQzZAG
vjju2R+7VsVw5qvbb74AAAAAuwkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA
AAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMB8fQYAAADYTQAAAACA
AAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAALm6z/OAQAAAFYTAAAAACBAAAAAAIAAAQAAAAAC
BAAAAAAIEAAAAAAgQAAAAACAgPnmDAAAALCbAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIA
AAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAAB882dcwAAAIDV5tsz
AAAAwG4CAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAA
BAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMjTMAAADAbgIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC
AAAAAATMjbvnAAAAAKsJAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQMDfuXp4DAAAAbCYAAAAA
QIAAAAAAAAHz3RkAAABgNwEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBA
AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgPnuz3MAAACA1eb7MwAAAMBuAgAAAAAECAAAAAAQ
IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA
AAABAgAAAAAECAAAAAAQMDfPAAAAALsJAAAAABAgAAAAAECAAAAAAAABAgAAAAAEzM175wAAAACrCQAA
AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMD2cAAACA3QQAAAAA
CBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA
AACAgPnh/jkAAADAagIAAAAABAgAAAAAEDA/ngEAAAB2EwAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAA
AAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYH++/PQcAAADYTAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIGB+
OgMAAADsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAEDA/PTgHAAAAWE0AAAAAgAABAAAAAAIEAAAAAAgQ
AAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgPn5DAAAALCbAAAAAAABAgAAAAAECAAA
AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMz3+dAwAAAKwmAAAA
AECAAAAAAAAB88sZAAAAYDcBAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAg
QAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYX88AAAAAuwkAAAAAECAA
AAAAQMD8+vAcAAAAYDUBAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA
AACAAAEAAAAAAgQAAAAACJhbZwAAAIDdBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAA
IGBuPXx3DgAAALCZAAAAAAABAgAAAAAECAAAAAAQMLf+PgcAAABYTQAAAACAAAEAAAAAAgQAAAAACJjf
zgAAAAC7CQAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA
ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQML+fAQAAAHYTAAAAACBAAAAAAICA+f3ROQAAAMBqAgAA
AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg
AAAAAEDA3D4DAAAA7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAA
AAAQMLcfnwMAAACsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAEDB/nAEAAAB2EwAAAAAgQAAAAACAAAEA
AAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAI
EAAAAAAgQAAAAACAgLlzBgAAANhNAAAAAICAufPkHAAAAGA1AQAAAAAC5s6T9+cAAAAAmwkAAAAAECAA
AAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQMHfPAAAAALsJAAAA
ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABMzdf84BAAAAVhMAAAAA
IEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBg/jwDAAAA7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg
AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMDcOwMA
AADsNveengMAAACsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA
ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAwNw/AwAAAOwmAAAAAECAAAAAAAABAgAAAAAE
CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABMz9i3MAAACA1QQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIE
AAAAAAiYB2cAAACA3QQAAAAACJgHF1fnAAAAAJsJAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ
IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMX/9efQEAAAB2EwAAAAAg
QAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAA
AAACBAAAAAAIEAAAAAAgYB6eAQAAAHYTAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACA
gHn47BwAAABgNQEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBg/j4DAAAA
7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA
AAAAAQIAAAAABAgAAAAAECAAAAAAQMA8en71BQAAANhNAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA
AACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBgHj2/PgcAAADYTAAA
AACAgHl8BgAAANhNAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgHn84hwAAABgNQEAAAAAAgQA
AAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBgnpwBAAAAdhMAAAAAIEAAAAAAgAABAAAA
AAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACJgn
L88BAAAAVhMAAAAAIGD+OQMAAADsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC
AAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAwDw9AwAAAOwmAAAAAECAAAAA
AAABAgAAAAAECAAAAAAQIAAAAABAwDx9dQ4AAACwmgAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA
AAECAAAAAAQIAAAAABAgAAAAAEDAXJwBAAAAdhMAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBA
AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgYC5efTgHAAAA2EwAAAAAgIC5+O8cAAAAYDUBAAAAAALm3zMA
AADAbgIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE
CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAEDDPzgAAAAC7CQAAAAAQIAAAAABAgAAAAAAAAfPs
9TkAAADAagIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA
AAAEzPMzAAAAwG4CAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA
AQIAAAAABAgAAAAAECAAAAAAQMA8f3MOAAAAsJoAAAAAAAECAAAAAATMizMAAADAbgIAAAAABAgAAAAA
ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA
AAAAAQIAAAAABMzLMwAAAMBuAgAAAAAECAAAAAAQIAAAAABAwLy8PAcAAABYTQAAAACAAAEAAAAAAgQA
AAAACJiXlx/PAQAAADYTAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgHl1BgAAANhN
AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgIB59fYc
AAAAYDUBAAAAAAIEAAAAAAgQAAAAACBg/jsDAAAA7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAA
AECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAHz
+gwAAACwmwAAAAAAAQIAAAAABMzrd+cAAAAAqwkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg
AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAwLw5AwAAAOwmAAAAAECAAAAAAAABAgAAAAAECAAA
AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMC8eX8OAAAAsJoAAAAAAAECAAAAAAQIAAAA
ABAgAAAAAEDAXJ4BAAAAdhMAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYy/efzgEAAAA2EwAAAAAgQAAA
AACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYt2cAAACA3QQAAAAACJi3V+cA
AAAAqwkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ
IAAAAABAgAAAAAAAAQIAAAAABMy7MwAAAMBuAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgA
AAAAECAAAAAAQIAAAAAAAAHz7vocAAAAYDUBAAAAAAIEAAAAAAgQAAAAACBAAAAAAICAeX8GAAAA2E0A
AAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAA
AgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAALm6gwAAACw21x9OAcAAABYTQAAAACAAAEAAAAAAgQAAAAA
CBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgYK7P
AAAAALsJAAAAABAgAAAAAEDAXH/4fA4AAACwmQAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMBcfzwHAAAA
WE0AAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAAC5sMZAAAAYDcBAAAAAAIEAAAAAAgQ
AAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAA
gAABAAAAAALm4xkAAABgt/n46RwAAABgNQEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAA
AAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAubTGQAAAGA3AQAAAAAC
BAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACJhPn88BAAAAVhMAAAAAIEAAAAAAgAABAAAAAAIE
AAAAAAgQAAAAACBAAAAAAICA+XwGAAAA2E0AAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAA
AAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgPU+f/kfOAHKas5MfjcA
AAAASUVORK5CYII=
</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>

View File

@ -2540,16 +2540,12 @@ namespace INT_LKD_2.Forms
{
case "Z":
#region Value Assign
this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8));
this.CurrentAlarmList.SetAlarmMaster(receiveData.Substring(0, 8));
#endregion
if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay)
{
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
}
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
break;
default:
break;
@ -4046,16 +4042,12 @@ namespace INT_LKD_2.Forms
{
case "Z":
#region Value Assign
this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8));
this.CurrentAlarmList.SetAlarmSlave(receiveData.Substring(0, 8));
#endregion
if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay)
{
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
}
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
break;
default:
break;

View File

@ -30,6 +30,12 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay));
this.smartForm1 = new SmartX.SmartForm();
this.labelTitleLeakDetetor = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel();
this.labelTitleProcess = new SmartX.SmartLabel();
this.labelTitleStatusResult = new SmartX.SmartLabel();
this.labelProgress1_1 = new SmartX.SmartLabel();
this.labelCommunicationStatus_Slave = new SmartX.SmartLabel();
this.labelProcess = new SmartX.SmartLabel();
this.buttonDischarge = new SmartX.SmartButton();
this.labeldispAlarm11 = new SmartX.SmartLabel();
@ -96,7 +102,6 @@
this.pictureBoxProgress0_1 = new System.Windows.Forms.PictureBox();
this.labelProgress3_1 = new SmartX.SmartLabel();
this.labelProgress2_1 = new SmartX.SmartLabel();
this.labelProgress1_1 = new SmartX.SmartLabel();
this.labelProgress0_1 = new SmartX.SmartLabel();
this.labelProgress0 = new SmartX.SmartLabel();
this.labelProgress3 = new SmartX.SmartLabel();
@ -142,6 +147,7 @@
this.labelLrSec10 = new SmartX.SmartLabel();
this.smartButton1 = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelTitleAlarm = new SmartX.SmartLabel();
this.labelAlarm = new System.Windows.Forms.Label();
this.buttonUser = new SmartX.SmartButton();
this.labelStop = new SmartX.SmartLabel();
@ -157,7 +163,6 @@
this.smartTimerProgressBar = new SmartX.SmartTimer();
this.timerServer = new SmartX.SmartTimer();
this.smartTimerTest = new SmartX.SmartTimer();
this.labelCommunicationStatus_Slave = new SmartX.SmartLabel();
this.smartForm1.SuspendLayout();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
@ -168,6 +173,11 @@
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.labelTitleLeakDetetor);
this.smartForm1.Controls.Add(this.labelTitleTime);
this.smartForm1.Controls.Add(this.labelTitleProcess);
this.smartForm1.Controls.Add(this.labelTitleStatusResult);
this.smartForm1.Controls.Add(this.labelProgress1_1);
this.smartForm1.Controls.Add(this.labelCommunicationStatus_Slave);
this.smartForm1.Controls.Add(this.labelProcess);
this.smartForm1.Controls.Add(this.buttonDischarge);
@ -235,7 +245,6 @@
this.smartForm1.Controls.Add(this.pictureBoxProgress0_1);
this.smartForm1.Controls.Add(this.labelProgress3_1);
this.smartForm1.Controls.Add(this.labelProgress2_1);
this.smartForm1.Controls.Add(this.labelProgress1_1);
this.smartForm1.Controls.Add(this.labelProgress0_1);
this.smartForm1.Controls.Add(this.labelProgress0);
this.smartForm1.Controls.Add(this.labelProgress3);
@ -298,10 +307,149 @@
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(1024, 768);
this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
// labelTitleLeakDetetor
//
this.labelTitleLeakDetetor.BackGround = null;
this.labelTitleLeakDetetor.BackGroundColor = System.Drawing.Color.Black;
this.labelTitleLeakDetetor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleLeakDetetor.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleLeakDetetor.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
this.labelTitleLeakDetetor.LineSpacing = 0F;
this.labelTitleLeakDetetor.Location = new System.Drawing.Point(245, 13);
this.labelTitleLeakDetetor.Name = "labelTitleLeakDetetor";
this.labelTitleLeakDetetor.OverlapOptimize = true;
this.labelTitleLeakDetetor.PasswordChar = '\0';
this.labelTitleLeakDetetor.Radius = 3;
this.labelTitleLeakDetetor.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleLeakDetetor.Size = new System.Drawing.Size(500, 60);
this.labelTitleLeakDetetor.TabIndex = 622;
this.labelTitleLeakDetetor.Text = "LEAK DETETOR";
this.labelTitleLeakDetetor.TextColor = System.Drawing.Color.White;
this.labelTitleLeakDetetor.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleLeakDetetor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleLeakDetetor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLeakDetetor.Wordwrap = false;
//
// labelTitleTime
//
this.labelTitleTime.BackGround = null;
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleTime.LineSpacing = 0F;
this.labelTitleTime.Location = new System.Drawing.Point(147, 90);
this.labelTitleTime.Name = "labelTitleTime";
this.labelTitleTime.OverlapOptimize = true;
this.labelTitleTime.PasswordChar = '\0';
this.labelTitleTime.Radius = 3;
this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.labelTitleTime.Size = new System.Drawing.Size(135, 20);
this.labelTitleTime.TabIndex = 606;
this.labelTitleTime.Text = "Time";
this.labelTitleTime.TextColor = System.Drawing.Color.White;
this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleTime.Wordwrap = false;
//
// labelTitleProcess
//
this.labelTitleProcess.BackGround = null;
this.labelTitleProcess.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleProcess.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleProcess.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleProcess.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleProcess.LineSpacing = 0F;
this.labelTitleProcess.Location = new System.Drawing.Point(36, 160);
this.labelTitleProcess.Name = "labelTitleProcess";
this.labelTitleProcess.OverlapOptimize = true;
this.labelTitleProcess.PasswordChar = '\0';
this.labelTitleProcess.Radius = 3;
this.labelTitleProcess.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.labelTitleProcess.Size = new System.Drawing.Size(135, 20);
this.labelTitleProcess.TabIndex = 605;
this.labelTitleProcess.Text = "Process";
this.labelTitleProcess.TextColor = System.Drawing.Color.White;
this.labelTitleProcess.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleProcess.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleProcess.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleProcess.Wordwrap = false;
//
// labelTitleStatusResult
//
this.labelTitleStatusResult.BackGround = null;
this.labelTitleStatusResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleStatusResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleStatusResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleStatusResult.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleStatusResult.LineSpacing = 0F;
this.labelTitleStatusResult.Location = new System.Drawing.Point(610, 160);
this.labelTitleStatusResult.Name = "labelTitleStatusResult";
this.labelTitleStatusResult.OverlapOptimize = true;
this.labelTitleStatusResult.PasswordChar = '\0';
this.labelTitleStatusResult.Radius = 3;
this.labelTitleStatusResult.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.labelTitleStatusResult.Size = new System.Drawing.Size(135, 20);
this.labelTitleStatusResult.TabIndex = 604;
this.labelTitleStatusResult.Text = "Status / Result";
this.labelTitleStatusResult.TextColor = System.Drawing.Color.White;
this.labelTitleStatusResult.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleStatusResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleStatusResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleStatusResult.Wordwrap = false;
//
// labelProgress1_1
//
this.labelProgress1_1.BackGround = null;
this.labelProgress1_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress1_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress1_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress1_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress1_1.LineSpacing = 0F;
this.labelProgress1_1.Location = new System.Drawing.Point(332, 239);
this.labelProgress1_1.Name = "labelProgress1_1";
this.labelProgress1_1.OverlapOptimize = true;
this.labelProgress1_1.PasswordChar = '\0';
this.labelProgress1_1.Radius = 20;
this.labelProgress1_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress1_1.Size = new System.Drawing.Size(197, 27);
this.labelProgress1_1.TabIndex = 424;
this.labelProgress1_1.Text = "이동 및 제품진입";
this.labelProgress1_1.TextColor = System.Drawing.Color.Black;
this.labelProgress1_1.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress1_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelProgress1_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProgress1_1.Wordwrap = false;
//
// labelCommunicationStatus_Slave
//
this.labelCommunicationStatus_Slave.BackGround = null;
this.labelCommunicationStatus_Slave.BackGroundColor = System.Drawing.Color.Black;
this.labelCommunicationStatus_Slave.BorderColor = System.Drawing.Color.Lime;
this.labelCommunicationStatus_Slave.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelCommunicationStatus_Slave.LineSpacing = 0F;
this.labelCommunicationStatus_Slave.Location = new System.Drawing.Point(904, 29);
this.labelCommunicationStatus_Slave.Name = "labelCommunicationStatus_Slave";
this.labelCommunicationStatus_Slave.OverlapOptimize = true;
this.labelCommunicationStatus_Slave.PasswordChar = '\0';
this.labelCommunicationStatus_Slave.Radius = 20;
this.labelCommunicationStatus_Slave.RoundRectFillColor = System.Drawing.Color.Lime;
this.labelCommunicationStatus_Slave.Size = new System.Drawing.Size(10, 10);
this.labelCommunicationStatus_Slave.TabIndex = 588;
this.labelCommunicationStatus_Slave.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelCommunicationStatus_Slave.TextColorDisable = System.Drawing.Color.Gray;
this.labelCommunicationStatus_Slave.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelCommunicationStatus_Slave.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelCommunicationStatus_Slave.Wordwrap = false;
//
// labelProcess
//
this.labelProcess.BackGround = null;
@ -335,7 +483,7 @@
this.buttonDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDischarge.ButtonText = "Discharge";
this.buttonDischarge.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDischarge.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonDischarge.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonDischarge.GroupID = 0;
this.buttonDischarge.ImageDisable = null;
this.buttonDischarge.ImageDown = null;
@ -639,12 +787,12 @@
this.buttonDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDisplay.ButtonText = "Display";
this.buttonDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDisplay.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonDisplay.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonDisplay.GroupID = 0;
this.buttonDisplay.ImageDisable = null;
this.buttonDisplay.ImageDown = null;
this.buttonDisplay.ImageUp = null;
this.buttonDisplay.Location = new System.Drawing.Point(917, 286);
this.buttonDisplay.Location = new System.Drawing.Point(917, 418);
this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonDisplay.Name = "buttonDisplay";
this.buttonDisplay.NestedClickEventPrevent = false;
@ -663,6 +811,7 @@
this.buttonDisplay.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDisplay.Visible = false;
this.buttonDisplay.Click += new System.EventHandler(this.buttonDisplay_Click);
//
// labeldispAlarm9
@ -1413,12 +1562,12 @@
this.buttonModbus.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonModbus.ButtonText = "Modbus";
this.buttonModbus.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonModbus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonModbus.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonModbus.GroupID = 0;
this.buttonModbus.ImageDisable = null;
this.buttonModbus.ImageDown = null;
this.buttonModbus.ImageUp = null;
this.buttonModbus.Location = new System.Drawing.Point(917, 418);
this.buttonModbus.Location = new System.Drawing.Point(917, 352);
this.buttonModbus.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonModbus.Name = "buttonModbus";
this.buttonModbus.NestedClickEventPrevent = false;
@ -1523,6 +1672,8 @@
this.progressBar1.TextAutoRotation = true;
this.progressBar1.TextColor = System.Drawing.Color.White;
this.progressBar1.TextColorDisable = System.Drawing.Color.Gray;
this.progressBar1.TextHAlign = SmartX.SmartProgressBar.TextHorAlign.Middle;
this.progressBar1.TextVAlign = SmartX.SmartProgressBar.TextVerAlign.Middle;
this.progressBar1.Units = "";
this.progressBar1.Value = new decimal(new int[] {
100,
@ -1573,14 +1724,14 @@
this.labelProgress3_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress3_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress3_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress3_1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress3_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress3_1.LineSpacing = 0F;
this.labelProgress3_1.Location = new System.Drawing.Point(78, 507);
this.labelProgress3_1.Name = "labelProgress3_1";
this.labelProgress3_1.OverlapOptimize = true;
this.labelProgress3_1.PasswordChar = '\0';
this.labelProgress3_1.Radius = 20;
this.labelProgress3_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress3_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress3_1.Size = new System.Drawing.Size(197, 27);
this.labelProgress3_1.TabIndex = 426;
this.labelProgress3_1.Text = "배출 및 원점복귀";
@ -1596,14 +1747,14 @@
this.labelProgress2_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress2_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress2_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress2_1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress2_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress2_1.LineSpacing = 0F;
this.labelProgress2_1.Location = new System.Drawing.Point(332, 507);
this.labelProgress2_1.Name = "labelProgress2_1";
this.labelProgress2_1.OverlapOptimize = true;
this.labelProgress2_1.PasswordChar = '\0';
this.labelProgress2_1.Radius = 20;
this.labelProgress2_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress2_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress2_1.Size = new System.Drawing.Size(197, 27);
this.labelProgress2_1.TabIndex = 425;
this.labelProgress2_1.Text = "측정 중";
@ -1613,43 +1764,20 @@
this.labelProgress2_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProgress2_1.Wordwrap = false;
//
// labelProgress1_1
//
this.labelProgress1_1.BackGround = null;
this.labelProgress1_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress1_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress1_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress1_1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress1_1.LineSpacing = 0F;
this.labelProgress1_1.Location = new System.Drawing.Point(332, 239);
this.labelProgress1_1.Name = "labelProgress1_1";
this.labelProgress1_1.OverlapOptimize = true;
this.labelProgress1_1.PasswordChar = '\0';
this.labelProgress1_1.Radius = 20;
this.labelProgress1_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress1_1.Size = new System.Drawing.Size(197, 27);
this.labelProgress1_1.TabIndex = 424;
this.labelProgress1_1.Text = "이동 및 제품진입";
this.labelProgress1_1.TextColor = System.Drawing.Color.Black;
this.labelProgress1_1.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress1_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelProgress1_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProgress1_1.Wordwrap = false;
//
// labelProgress0_1
//
this.labelProgress0_1.BackGround = null;
this.labelProgress0_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress0_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress0_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress0_1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress0_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress0_1.LineSpacing = 0F;
this.labelProgress0_1.Location = new System.Drawing.Point(78, 239);
this.labelProgress0_1.Name = "labelProgress0_1";
this.labelProgress0_1.OverlapOptimize = true;
this.labelProgress0_1.PasswordChar = '\0';
this.labelProgress0_1.Radius = 20;
this.labelProgress0_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress0_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress0_1.Size = new System.Drawing.Size(197, 27);
this.labelProgress0_1.TabIndex = 423;
this.labelProgress0_1.Text = "초기상태";
@ -2451,7 +2579,7 @@
this.smartButton5.ImageDisable = null;
this.smartButton5.ImageDown = null;
this.smartButton5.ImageUp = null;
this.smartButton5.Location = new System.Drawing.Point(917, 609);
this.smartButton5.Location = new System.Drawing.Point(977, 611);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false;
@ -2461,7 +2589,7 @@
this.smartButton5.RepeatIntervalAccelerate = null;
this.smartButton5.RoundSize = 10;
this.smartButton5.SafeInterval = 200;
this.smartButton5.Size = new System.Drawing.Size(100, 43);
this.smartButton5.Size = new System.Drawing.Size(40, 43);
this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton5.TabIndex = 310;
this.smartButton5.Text = null;
@ -2659,7 +2787,7 @@
this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(917, 560);
this.smartButton1.Location = new System.Drawing.Point(917, 611);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false;
@ -2669,7 +2797,7 @@
this.smartButton1.RepeatIntervalAccelerate = null;
this.smartButton1.RoundSize = 10;
this.smartButton1.SafeInterval = 200;
this.smartButton1.Size = new System.Drawing.Size(100, 43);
this.smartButton1.Size = new System.Drawing.Size(40, 43);
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton1.TabIndex = 74;
this.smartButton1.Text = null;
@ -2686,6 +2814,7 @@
this.smartGroupBox1.BackGround = this.smartForm1;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartGroupBox1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.BackImage")));
this.smartGroupBox1.Controls.Add(this.labelTitleAlarm);
this.smartGroupBox1.Controls.Add(this.labelAlarm);
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)))));
@ -2700,6 +2829,29 @@
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// labelTitleAlarm
//
this.labelTitleAlarm.BackGround = null;
this.labelTitleAlarm.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleAlarm.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleAlarm.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleAlarm.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleAlarm.LineSpacing = 0F;
this.labelTitleAlarm.Location = new System.Drawing.Point(3, 0);
this.labelTitleAlarm.Name = "labelTitleAlarm";
this.labelTitleAlarm.OverlapOptimize = true;
this.labelTitleAlarm.PasswordChar = '\0';
this.labelTitleAlarm.Radius = 3;
this.labelTitleAlarm.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.labelTitleAlarm.Size = new System.Drawing.Size(135, 20);
this.labelTitleAlarm.TabIndex = 606;
this.labelTitleAlarm.Text = "Alarm";
this.labelTitleAlarm.TextColor = System.Drawing.Color.White;
this.labelTitleAlarm.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleAlarm.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleAlarm.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleAlarm.Wordwrap = false;
//
// labelAlarm
//
this.labelAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
@ -2707,7 +2859,7 @@
this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(3, 31);
this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(366, 20);
this.labelAlarm.Size = new System.Drawing.Size(399, 20);
//
// buttonUser
//
@ -2719,12 +2871,12 @@
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonUser.ButtonText = "Login";
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUser.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.GroupID = 0;
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
this.buttonUser.ImageUp = null;
this.buttonUser.Location = new System.Drawing.Point(917, 352);
this.buttonUser.Location = new System.Drawing.Point(917, 286);
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonUser.Name = "buttonUser";
this.buttonUser.NestedClickEventPrevent = false;
@ -2751,7 +2903,7 @@
this.labelStop.BackGroundColor = System.Drawing.Color.Red;
this.labelStop.BorderColor = System.Drawing.Color.Red;
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStop.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelStop.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelStop.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 12);
this.labelStop.Name = "labelStop";
@ -2775,7 +2927,7 @@
this.labelStart.BackGroundColor = System.Drawing.Color.Lime;
this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelStart.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 12);
this.labelStart.Name = "labelStart";
@ -2803,7 +2955,7 @@
this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonExit.ButtonText = "EXIT";
this.buttonExit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonExit.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonExit.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonExit.GroupID = 0;
this.buttonExit.ImageDisable = null;
this.buttonExit.ImageDown = null;
@ -2827,6 +2979,7 @@
this.buttonExit.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExit.Visible = false;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// buttonInspection
@ -2839,7 +2992,7 @@
this.buttonInspection.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonInspection.ButtonText = "Inspection";
this.buttonInspection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInspection.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonInspection.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonInspection.GroupID = 0;
this.buttonInspection.ImageDisable = null;
this.buttonInspection.ImageDown = null;
@ -2875,7 +3028,7 @@
this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonClear.ButtonText = "Clear";
this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonClear.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonClear.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonClear.GroupID = 0;
this.buttonClear.ImageDisable = null;
this.buttonClear.ImageDown = null;
@ -2911,7 +3064,7 @@
this.buttonMenu.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMenu.ButtonText = "Menu";
this.buttonMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMenu.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonMenu.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonMenu.GroupID = 0;
this.buttonMenu.ImageDisable = null;
this.buttonMenu.ImageDown = null;
@ -2947,12 +3100,12 @@
this.buttonTest.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonTest.ButtonText = "Test";
this.buttonTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonTest.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonTest.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonTest.GroupID = 0;
this.buttonTest.ImageDisable = null;
this.buttonTest.ImageDown = null;
this.buttonTest.ImageUp = null;
this.buttonTest.Location = new System.Drawing.Point(917, 484);
this.buttonTest.Location = new System.Drawing.Point(917, 545);
this.buttonTest.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonTest.Name = "buttonTest";
this.buttonTest.NestedClickEventPrevent = false;
@ -3028,27 +3181,6 @@
this.smartTimerTest.TimeFormStringSeparator = ":";
this.smartTimerTest.Tick += new System.EventHandler(this.smartTimerTest_Tick);
//
// labelCommunicationStatus_Slave
//
this.labelCommunicationStatus_Slave.BackGround = null;
this.labelCommunicationStatus_Slave.BackGroundColor = System.Drawing.Color.Black;
this.labelCommunicationStatus_Slave.BorderColor = System.Drawing.Color.Lime;
this.labelCommunicationStatus_Slave.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelCommunicationStatus_Slave.LineSpacing = 0F;
this.labelCommunicationStatus_Slave.Location = new System.Drawing.Point(904, 29);
this.labelCommunicationStatus_Slave.Name = "labelCommunicationStatus_Slave";
this.labelCommunicationStatus_Slave.OverlapOptimize = true;
this.labelCommunicationStatus_Slave.PasswordChar = '\0';
this.labelCommunicationStatus_Slave.Radius = 20;
this.labelCommunicationStatus_Slave.RoundRectFillColor = System.Drawing.Color.Lime;
this.labelCommunicationStatus_Slave.Size = new System.Drawing.Size(10, 10);
this.labelCommunicationStatus_Slave.TabIndex = 588;
this.labelCommunicationStatus_Slave.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelCommunicationStatus_Slave.TextColorDisable = System.Drawing.Color.Gray;
this.labelCommunicationStatus_Slave.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelCommunicationStatus_Slave.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelCommunicationStatus_Slave.Wordwrap = false;
//
// FormMainDisplay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -3197,5 +3329,10 @@
private SmartX.SmartButton buttonDischarge;
private SmartX.SmartLabel labelProcess;
public SmartX.SmartLabel labelCommunicationStatus_Slave;
private SmartX.SmartLabel labelTitleTime;
private SmartX.SmartLabel labelTitleProcess;
private SmartX.SmartLabel labelTitleStatusResult;
private SmartX.SmartLabel labelTitleAlarm;
private SmartX.SmartLabel labelTitleLeakDetetor;
}
}

View File

@ -50,7 +50,7 @@ namespace INT_LKD_2.Forms
//private ControlMainDisplay ChildControl;
public ControlMainModbus ChildModbus;
private ControlMainDisplay12 ChildMainDisplay10;
public ControlMainDisplay12 ChildMainDisplay10;
#endregion
#region Constructor
@ -62,7 +62,7 @@ namespace INT_LKD_2.Forms
this.DefaultSetting();
this.InitializeData();
this.InitializeLanguage();
this.InitializeDesign();
this.InitializeProcessStatus();
}
#endregion
@ -243,23 +243,59 @@ namespace INT_LKD_2.Forms
this.SetLabelNumberColor(i, this.ColorNumberUnSelected);
}
}
private void InitializeLanguage()
public void InitializeDesign()
{
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Korean:
this.labelProgress0_1.Text = "초기상태";
this.labelProgress1_1.Text = "제품이동";
this.labelProgress2_1.Text = "측정 중";
this.labelProgress3_1.Text = "배출";
case Define.E_LanguageID.Chinese:
this.labelTitleLeakDetetor.Text = "泄漏检测仪";
this.labelStart.Text = "运行";
this.labelStop.Text = "停止";
this.labelTitleTime.Text = "时间";
this.labelTitleAlarm.Text = "报警";
this.labelTitleProcess.Text = "工序";
this.labelTitleStatusResult.Text = "地位 / 结果";
this.labelProgress0_1.Text = "初始状态";
this.labelProgress1_1.Text = "移动及产品进入";
this.labelProgress2_1.Text = "测量中";
this.labelProgress3_1.Text = "排出及返回原点";
this.buttonInspection.ButtonText = "检测";
this.buttonDischarge.ButtonText = "排出";
this.buttonClear.ButtonText = "消除";
this.buttonDisplay.ButtonText = "显示";
this.buttonUser.ButtonText = "登錄";
this.buttonModbus.ButtonText = "Modbus";
this.buttonTest.ButtonText = "测试";
this.buttonMenu.ButtonText = "菜单";
break;
case Define.E_LanguageID.English:
default:
this.labelTitleLeakDetetor.Text = "LEAK DETECTOR";
this.labelStart.Text = "Run";
this.labelStop.Text = "Stop";
this.labelTitleTime.Text = "Time";
this.labelTitleAlarm.Text = "Alarm";
this.labelTitleProcess.Text = "Process";
this.labelTitleStatusResult.Text = "Status / Result";
this.labelProgress0_1.Text = "Ready";
this.labelProgress1_1.Text = "Chamber shift";
this.labelProgress2_1.Text = "Measuring";
this.labelProgress3_1.Text = "Discharge";
break;
default:
this.buttonInspection.ButtonText = "Inspection";
this.buttonDischarge.ButtonText = "Discharge";
this.buttonClear.ButtonText = "Clear";
this.buttonDisplay.ButtonText = "Display";
this.buttonUser.ButtonText = "Login";
this.buttonModbus.ButtonText = "Modbus";
this.buttonTest.ButtonText = "Test";
this.buttonMenu.ButtonText = "Menu";
break;
}
}
@ -372,7 +408,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear;
this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Level2:
id = user.ID;
@ -387,7 +425,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear;
this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Level3:
id = user.ID;
@ -402,7 +442,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Admin:
id = user.ID;
@ -417,7 +459,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Developer:
id = user.ID;
@ -432,7 +476,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = true;
break;
case Define.E_UserGroup.NotLogin:
id = "";
@ -443,7 +489,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.LogOut:
id = "Log Off";
@ -458,7 +506,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = false;
this.buttonClear.Enabled = false;
this.buttonInspection.Enabled = false;
this.buttonDischarge.Enabled = false;
this.buttonMenu.Enabled = false;
this.buttonDisplay.Visible = false;
break;
default:
break;
@ -468,11 +518,16 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipeNo.Enabled);
this.buttonClear.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonClear.Enabled);
this.buttonMenu.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonMenu.Enabled);
// button Inspection Color
if (this.buttonInspection.Enabled == true)
this.buttonInspection.ButtonColor = Color.DarkGreen;
else
this.buttonInspection.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonInspection.Enabled);
this.buttonInspection.ButtonColor = this.ParentForm.ButtonColorChange(false);
// button Discharge Color
if (this.buttonDischarge.Enabled == true)
this.buttonDischarge.ButtonColor = Color.DarkGreen;
else
this.buttonDischarge.ButtonColor = this.ParentForm.ButtonColorChange(false);
expireDate = this.DisplayExpireOfPassword(user.Group);
if (expireDate != "-")
@ -559,7 +614,16 @@ namespace INT_LKD_2.Forms
{
this.ParentForm.CurrentSystemStatus.CurrentUser.Group = Define.E_UserGroup.LogOut;
this.buttonUser.ButtonUp();
this.buttonUser.ButtonText = "Login";
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonUser.ButtonText = "登錄";
break;
default:
this.buttonUser.ButtonText = "Login";
break;
}
this.ChangeID = "";
// Part 11
@ -635,6 +699,11 @@ namespace INT_LKD_2.Forms
message1 = "You will be logged out after a while";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "登錄";
message1 = "稍后您将被注销";
message2 = "";
break;
default:
break;
}
@ -658,7 +727,12 @@ namespace INT_LKD_2.Forms
break;
case Define.E_LanguageID.English:
code = "Login";
message1 = "automatically logged out";
message1 = "Automatically logged out";
message2 = "";
break;
case Define.E_LanguageID.Chinese:
code = "登錄";
message1 = "您已自动退出";
message2 = "";
break;
default:
@ -863,19 +937,19 @@ namespace INT_LKD_2.Forms
value += "a18_Disp Sensor2 ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
//this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26);
}
//if (this.labelAlarm.Width > 400)
//{
// if (this.labelAlarm.Text != "")
// this.smartTimerAlarm.Start();
//}
//else
//{
// this.smartTimerAlarm.Stop();
// this.labelAlarm.Location = new Point(3, 26);
//}
}
private void ProcessStatusPicturBox(Define.E_ProcessStatus status)
@ -1793,7 +1867,7 @@ namespace INT_LKD_2.Forms
this.Part11AutomaticLogoutReset();
before = this.buttonRecipeNo.ButtonText;
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad("NUMBER", this.buttonRecipeNo.ButtonText, 4, 0, false);
DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad("NUMBER", this.buttonRecipeNo.ButtonText, 4, 0, false, this.ParentForm.SystemConfig.LANGUAGE);
if (myKeypad.ShowDialog() == DialogResult.OK)
{

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,7 @@
this.smartButton2 = new SmartX.SmartButton();
this.smartButton1 = new SmartX.SmartButton();
this.smartGroupBox3 = new SmartX.SmartGroupBox();
this.labelAlarm = new System.Windows.Forms.Label();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelStop = new SmartX.SmartLabel();
this.labelStart = new SmartX.SmartLabel();
@ -54,7 +55,6 @@
this.buttonHome = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartTimerAlarm = new SmartX.SmartTimer();
this.labelAlarm = new System.Windows.Forms.Label();
this.smartForm1.SuspendLayout();
this.smartGroupBox3.SuspendLayout();
this.SuspendLayout();
@ -97,7 +97,10 @@
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(1024, 768);
this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
@ -268,6 +271,16 @@
this.smartGroupBox3.Text = "smartGroupBox3";
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
//
// labelAlarm
//
this.labelAlarm.BackColor = System.Drawing.Color.Black;
this.labelAlarm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(0, 10);
this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(465, 20);
this.labelAlarm.Text = "a1_Emergency stop";
//
// smartGroupBox2
//
this.smartGroupBox2.BackGround = null;
@ -292,7 +305,7 @@
this.labelStop.BackGroundColor = System.Drawing.Color.Red;
this.labelStop.BorderColor = System.Drawing.Color.Red;
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStop.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelStop.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStop.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 3);
this.labelStop.Name = "labelStop";
@ -316,7 +329,7 @@
this.labelStart.BackGroundColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelStart.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelStart.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 3);
this.labelStart.Name = "labelStart";
@ -344,7 +357,7 @@
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonUser.ButtonText = "User";
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUser.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.GroupID = 0;
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
@ -456,7 +469,7 @@
this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom4.ButtonText = "측정시작";
this.buttonBottom4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBottom4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom4.GroupID = 1;
this.buttonBottom4.ImageDisable = null;
this.buttonBottom4.ImageDown = null;
@ -492,7 +505,7 @@
this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom3.ButtonText = "측정시작";
this.buttonBottom3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBottom3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom3.GroupID = 1;
this.buttonBottom3.ImageDisable = null;
this.buttonBottom3.ImageDown = null;
@ -528,7 +541,7 @@
this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom2.ButtonText = "측정시작";
this.buttonBottom2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBottom2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom2.GroupID = 1;
this.buttonBottom2.ImageDisable = null;
this.buttonBottom2.ImageDown = null;
@ -564,7 +577,7 @@
this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom1.ButtonText = "측정시작";
this.buttonBottom1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonBottom1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom1.GroupID = 1;
this.buttonBottom1.ImageDisable = null;
this.buttonBottom1.ImageDown = null;
@ -600,7 +613,7 @@
this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSystem.ButtonText = "System";
this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSystem.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonSystem.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonSystem.GroupID = 0;
this.buttonSystem.ImageDisable = null;
this.buttonSystem.ImageDown = null;
@ -636,7 +649,7 @@
this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonLog.ButtonText = "Log";
this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLog.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonLog.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonLog.GroupID = 0;
this.buttonLog.ImageDisable = null;
this.buttonLog.ImageDown = null;
@ -672,7 +685,7 @@
this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonManual.ButtonText = "Manual";
this.buttonManual.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonManual.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonManual.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonManual.GroupID = 0;
this.buttonManual.ImageDisable = null;
this.buttonManual.ImageDown = null;
@ -708,7 +721,7 @@
this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRecipe.ButtonText = "Recipe";
this.buttonRecipe.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRecipe.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonRecipe.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonRecipe.GroupID = 0;
this.buttonRecipe.ImageDisable = null;
this.buttonRecipe.ImageDown = null;
@ -744,7 +757,7 @@
this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonHome.ButtonText = "HOME";
this.buttonHome.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonHome.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonHome.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonHome.GroupID = 0;
this.buttonHome.ImageDisable = null;
this.buttonHome.ImageDown = null;
@ -775,6 +788,7 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(33)))), ((int)(((byte)(35)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
this.smartGroupBox1.FrameLineThickness = 2;
@ -797,16 +811,6 @@
this.smartTimerAlarm.TimeFormStringSeparator = ":";
this.smartTimerAlarm.Tick += new System.EventHandler(this.smartTimerAlarm_Tick);
//
// labelAlarm
//
this.labelAlarm.BackColor = System.Drawing.Color.Black;
this.labelAlarm.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(0, 10);
this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(465, 20);
this.labelAlarm.Text = "a1_Emergency stop";
//
// FormMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -23,24 +23,24 @@ namespace INT_LKD_2.Forms
private FormMain m_ParentForm;
// Recipe
private ControlMenuRecipeSetting Child_Recipe_Setting;
public ControlMenuRecipeSetting Child_Recipe_Setting;
// User
private ControlMenuUserUserEditor Child_User_UserEditor;
private ControlMenuUserMyPage Child_User_MyPage;
private ControlMenuUserGroupEditor Child_User_GroupEditor;
public ControlMenuUserUserEditor Child_User_UserEditor;
public ControlMenuUserMyPage Child_User_MyPage;
public ControlMenuUserGroupEditor Child_User_GroupEditor;
// Manual
private ControlMenuManualIoTest Child_Manual_IoTest_Master;
private ControlMenuManualIoTest Child_Manual_IoTest_Slave;
public ControlMenuManualIoTest Child_Manual_IoTest_Master;
public ControlMenuManualIoTest Child_Manual_IoTest_Slave;
// Log
private ControlMenuLogHistory Child_Log_History;
private ControlMenuLogInspection Child_Log_Inspection;
private ControlMenuLogAlarm Child_Log_Alarm;
public ControlMenuLogHistory Child_Log_History;
public ControlMenuLogInspection Child_Log_Inspection;
public ControlMenuLogAlarm Child_Log_Alarm;
// System
private ControlMenuSystemInformation Child_System_Information;
public ControlMenuSystemInformation Child_System_Information;
public ControlMenuSystemEthernet Child_System_Ethernet;
public ControlMenuSystemStatus Child_System_Equipment10_1;
public ControlMenuSystemStatus1 Child_System_Equipment10;
private ControlMenuSystemSetting Child_System_Setting;
public ControlMenuSystemStatus Child_System_Equipment10;
public ControlMenuSystemStatus1 Child_System_Equipment10_1;
public ControlMenuSystemSetting Child_System_Setting;
public Define.E_TopMenuStore SelectedTopMenu;
public Define.E_MenuRecipeStore SelectedMenuRecipe;
@ -60,6 +60,7 @@ namespace INT_LKD_2.Forms
this.ParentForm = parent;
this.Initialize();
this.CreateChildControls();
this.InitializeDesign();
}
#endregion
@ -81,6 +82,34 @@ namespace INT_LKD_2.Forms
this.SelectedMenuLog = Define.E_MenuLogStore._0_None;
this.SelectedMenuSystem = Define.E_MenuSystemStore._0_None;
}
public void InitializeDesign()
{
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.labelStart.Text = "运行";
this.labelStop.Text = "停止";
this.buttonRecipe.ButtonText = "配方设置";
this.buttonUser.ButtonText = "用户编辑";
this.buttonManual.ButtonText = "手动设置";
this.buttonLog.ButtonText = "日志";
this.buttonSystem.ButtonText = "系统设置";
this.buttonHome.ButtonText = "首页";
break;
default:
this.labelStart.Text = "Run";
this.labelStop.Text = "Stop";
this.buttonRecipe.ButtonText = "Recipe";
this.buttonUser.ButtonText = "User";
this.buttonManual.ButtonText = "Manual";
this.buttonLog.ButtonText = "Log";
this.buttonSystem.ButtonText = "System";
this.buttonHome.ButtonText = "Home";
break;
}
}
private void CreateChildControls()
{
this.Child_Recipe_Setting = new ControlMenuRecipeSetting(this);
@ -93,7 +122,7 @@ namespace INT_LKD_2.Forms
this.Child_Log_Inspection = new ControlMenuLogInspection(this);
this.Child_Log_Alarm = new ControlMenuLogAlarm(this);
this.Child_System_Information = new ControlMenuSystemInformation(this);
this.Child_System_Equipment10_1 = new ControlMenuSystemStatus(this);
this.Child_System_Equipment10 = new ControlMenuSystemStatus(this);
this.Child_System_Ethernet = new ControlMenuSystemEthernet(this);
this.Child_System_Setting = new ControlMenuSystemSetting(this);
@ -107,7 +136,7 @@ namespace INT_LKD_2.Forms
this.Controls.Add(this.Child_Log_History);
this.Controls.Add(this.Child_Log_Inspection);
this.Controls.Add(this.Child_System_Information);
this.Controls.Add(this.Child_System_Equipment10_1);
this.Controls.Add(this.Child_System_Equipment10);
this.Controls.Add(this.Child_System_Ethernet);
this.Controls.Add(this.Child_System_Setting);
@ -121,13 +150,13 @@ namespace INT_LKD_2.Forms
this.Child_Log_History.Location = new Point(0, 39);
this.Child_Log_Inspection.Location = new Point(0, 39);
this.Child_System_Information.Location = new Point(0, 39);
this.Child_System_Equipment10_1.Location = new Point(0, 39);
this.Child_System_Equipment10.Location = new Point(0, 39);
this.Child_System_Ethernet.Location = new Point(0, 39);
this.Child_System_Setting.Location = new Point(0, 39);
this.Child_System_Equipment10 = new ControlMenuSystemStatus1(this);
this.Controls.Add(this.Child_System_Equipment10);
this.Child_System_Equipment10.Location = new Point(0, 39);
this.Child_System_Equipment10_1 = new ControlMenuSystemStatus1(this);
this.Controls.Add(this.Child_System_Equipment10_1);
this.Child_System_Equipment10_1.Location = new Point(0, 39);
}
public void UpdateButtonColor()
@ -224,19 +253,19 @@ namespace INT_LKD_2.Forms
value += "a18_Disp Sensor2 ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 20);
//this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0, 10);
}
//if (this.labelAlarm.Width > 465)
//{
// if (this.labelAlarm.Text != "")
// this.smartTimerAlarm.Start();
//}
//else
//{
// this.smartTimerAlarm.Stop();
// this.labelAlarm.Location = new Point(0, 10);
//}
}
public void UpdateDisplayTime(DateTime time)
{
@ -489,7 +518,15 @@ namespace INT_LKD_2.Forms
this.buttonLog.ButtonUp();
this.buttonSystem.ButtonUp();
this.buttonBottom1.ButtonText = "Setting";
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonBottom1.ButtonText = "设置";
break;
default:
this.buttonBottom1.ButtonText = "Setting";
break;
}
this.buttonBottom1.Visible = true;
this.buttonBottom2.Visible = false;
@ -506,8 +543,17 @@ namespace INT_LKD_2.Forms
this.buttonLog.ButtonUp();
this.buttonSystem.ButtonUp();
this.buttonBottom1.ButtonText = "User Edit";
this.buttonBottom2.ButtonText = "Group Edit";
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonBottom1.ButtonText = "用户设置";
this.buttonBottom2.ButtonText = "组编辑";
break;
default:
this.buttonBottom1.ButtonText = "User Edit";
this.buttonBottom2.ButtonText = "Group Edit";
break;
}
this.buttonBottom1.Visible = true;
this.buttonBottom2.Visible = true;
@ -524,8 +570,17 @@ namespace INT_LKD_2.Forms
this.buttonLog.ButtonUp();
this.buttonSystem.ButtonUp();
this.buttonBottom1.ButtonText = "Master";
this.buttonBottom2.ButtonText = "Slave";
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonBottom1.ButtonText = "Master";
this.buttonBottom2.ButtonText = "Slave";
break;
default:
this.buttonBottom1.ButtonText = "Master";
this.buttonBottom2.ButtonText = "Slave";
break;
}
this.buttonBottom1.Visible = true;
this.buttonBottom2.Visible = true;
@ -542,9 +597,19 @@ namespace INT_LKD_2.Forms
this.buttonLog.ButtonDown();
this.buttonSystem.ButtonUp();
this.buttonBottom1.ButtonText = "Inspection";
this.buttonBottom2.ButtonText = "History";
this.buttonBottom3.ButtonText = "Alarm";
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonBottom1.ButtonText = "判断";
this.buttonBottom2.ButtonText = "历史";
this.buttonBottom3.ButtonText = "警报";
break;
default:
this.buttonBottom1.ButtonText = "Inspection";
this.buttonBottom2.ButtonText = "History";
this.buttonBottom3.ButtonText = "Alarm";
break;
}
this.buttonBottom1.Visible = true;
this.buttonBottom2.Visible = true;
@ -561,10 +626,21 @@ namespace INT_LKD_2.Forms
this.buttonLog.ButtonUp();
this.buttonSystem.ButtonDown();
this.buttonBottom1.ButtonText = "Information";
this.buttonBottom2.ButtonText = "Ethernet";
this.buttonBottom3.ButtonText = "Setting";
this.buttonBottom4.ButtonText = "Equipment";
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
this.buttonBottom1.ButtonText = "系统信息";
this.buttonBottom2.ButtonText = "以太网";
this.buttonBottom3.ButtonText = "设置";
this.buttonBottom4.ButtonText = "设备设置";
break;
default:
this.buttonBottom1.ButtonText = "Information";
this.buttonBottom2.ButtonText = "Ethernet";
this.buttonBottom3.ButtonText = "Setting";
this.buttonBottom4.ButtonText = "Equipment";
break;
}
this.buttonBottom1.Visible = true;
this.buttonBottom2.Visible = true;
@ -716,8 +792,8 @@ namespace INT_LKD_2.Forms
this.buttonBottom4.ButtonUp();
break;
case Define.E_MenuSystemStore._2_Equipment:
this.Child_System_Equipment10.DisplayRefresh();
this.Child_System_Equipment10.BringToFront();
this.Child_System_Equipment10_1.DisplayRefresh();
this.Child_System_Equipment10_1.BringToFront();
this.buttonBottom1.ButtonUp();
this.buttonBottom2.ButtonUp();
@ -734,8 +810,8 @@ namespace INT_LKD_2.Forms
this.buttonBottom4.ButtonUp();
break;
case Define.E_MenuSystemStore._4_Equipment1:
this.Child_System_Equipment10_1.DisplayRefresh();
this.Child_System_Equipment10_1.BringToFront();
this.Child_System_Equipment10.DisplayRefresh();
this.Child_System_Equipment10.BringToFront();
this.buttonBottom1.ButtonUp();
this.buttonBottom2.ButtonUp();
@ -778,7 +854,7 @@ namespace INT_LKD_2.Forms
this.Set_Equipment_ButtonEnable(true);
}
this.Child_System_Equipment10.UpdateEquipmentStatusDisplay(status);
this.Child_System_Equipment10_1.UpdateEquipmentStatusDisplay(status);
}
public void Set_Equipment_ButtonEnable(bool data)
{
@ -934,7 +1010,7 @@ namespace INT_LKD_2.Forms
}
public void UpdateDisplay_Equipment_AlarmView(AlarmList data)
{
this.Child_System_Equipment10_1.UpdateDisplayAlarmView(data);
this.Child_System_Equipment10.UpdateDisplayAlarmView(data);
}
public void UpdateDisplay_Equipment_ProcessStatus(Define.E_ProcessStatus status)
{
@ -965,8 +1041,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayProcessStatus(status);
this.Child_System_Equipment10.UpdateDisplayProcessStatus(status);
this.Child_System_Equipment10_1.UpdateDisplayProcessStatus(status);
break;
default:
break;
@ -1000,7 +1076,7 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10.UpdateDisplayProcessStatusMeasuring1(status, lane);
this.Child_System_Equipment10_1.UpdateDisplayProcessStatusMeasuring1(status, lane);
break;
default:
break;
@ -1034,7 +1110,7 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10.UpdateDisplayProcessStatusMeasuring2(status, lane);
this.Child_System_Equipment10_1.UpdateDisplayProcessStatusMeasuring2(status, lane);
break;
default:
break;
@ -1070,8 +1146,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10.UpdateDisplayDispData1(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData1(data);
this.Child_System_Equipment10.UpdateDisplayDispData1(data);
break;
default:
break;
@ -1106,8 +1182,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData2(data);
this.Child_System_Equipment10.UpdateDisplayDispData2(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData2(data);
break;
default:
break;
@ -1142,8 +1218,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData3(data);
this.Child_System_Equipment10.UpdateDisplayDispData3(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData3(data);
break;
default:
break;
@ -1178,8 +1254,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData4(data);
this.Child_System_Equipment10.UpdateDisplayDispData4(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData4(data);
break;
default:
break;
@ -1214,8 +1290,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData5(data);
this.Child_System_Equipment10.UpdateDisplayDispData5(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData5(data);
break;
default:
break;
@ -1250,8 +1326,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData6(data);
this.Child_System_Equipment10.UpdateDisplayDispData6(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData6(data);
break;
default:
break;
@ -1286,8 +1362,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData7(data);
this.Child_System_Equipment10.UpdateDisplayDispData7(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData7(data);
break;
default:
break;
@ -1322,8 +1398,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData8(data);
this.Child_System_Equipment10.UpdateDisplayDispData8(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData8(data);
break;
default:
break;
@ -1358,8 +1434,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData9(data);
this.Child_System_Equipment10.UpdateDisplayDispData9(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData9(data);
break;
default:
break;
@ -1394,8 +1470,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData10(data);
this.Child_System_Equipment10.UpdateDisplayDispData10(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData10(data);
break;
default:
break;
@ -1430,8 +1506,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData11(data);
this.Child_System_Equipment10.UpdateDisplayDispData11(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData11(data);
break;
default:
break;
@ -1466,8 +1542,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDispData12(data);
this.Child_System_Equipment10.UpdateDisplayDispData12(data);
this.Child_System_Equipment10_1.UpdateDisplayDispData12(data);
break;
default:
break;
@ -1503,8 +1579,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData1(data);
this.Child_System_Equipment10.UpdateDisplayDiffData1(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData1(data);
break;
default:
break;
@ -1539,8 +1615,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData2(data);
this.Child_System_Equipment10.UpdateDisplayDiffData2(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData2(data);
break;
default:
break;
@ -1575,8 +1651,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData3(data);
this.Child_System_Equipment10.UpdateDisplayDiffData3(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData3(data);
break;
default:
break;
@ -1611,8 +1687,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData4(data);
this.Child_System_Equipment10.UpdateDisplayDiffData4(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData4(data);
break;
default:
break;
@ -1647,8 +1723,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData5(data);
this.Child_System_Equipment10.UpdateDisplayDiffData5(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData5(data);
break;
default:
break;
@ -1683,8 +1759,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData6(data);
this.Child_System_Equipment10.UpdateDisplayDiffData6(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData6(data);
break;
default:
break;
@ -1719,8 +1795,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData7(data);
this.Child_System_Equipment10.UpdateDisplayDiffData7(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData7(data);
break;
default:
break;
@ -1755,8 +1831,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData8(data);
this.Child_System_Equipment10.UpdateDisplayDiffData8(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData8(data);
break;
default:
break;
@ -1791,8 +1867,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData9(data);
this.Child_System_Equipment10.UpdateDisplayDiffData9(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData9(data);
break;
default:
break;
@ -1827,8 +1903,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData10(data);
this.Child_System_Equipment10.UpdateDisplayDiffData10(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData10(data);
break;
default:
break;
@ -1863,8 +1939,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData11(data);
this.Child_System_Equipment10.UpdateDisplayDiffData11(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData11(data);
break;
default:
break;
@ -1899,8 +1975,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayDiffData12(data);
this.Child_System_Equipment10.UpdateDisplayDiffData12(data);
this.Child_System_Equipment10_1.UpdateDisplayDiffData12(data);
break;
default:
break;
@ -1936,8 +2012,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData1(data);
this.Child_System_Equipment10.UpdateDisplayPresData1(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData1(data);
break;
default:
break;
@ -1972,8 +2048,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData2(data);
this.Child_System_Equipment10.UpdateDisplayPresData2(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData2(data);
break;
default:
break;
@ -2008,8 +2084,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData3(data);
this.Child_System_Equipment10.UpdateDisplayPresData3(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData3(data);
break;
default:
break;
@ -2044,8 +2120,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData4(data);
this.Child_System_Equipment10.UpdateDisplayPresData4(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData4(data);
break;
default:
break;
@ -2080,8 +2156,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData5(data);
this.Child_System_Equipment10.UpdateDisplayPresData5(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData5(data);
break;
default:
break;
@ -2116,8 +2192,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData6(data);
this.Child_System_Equipment10.UpdateDisplayPresData6(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData6(data);
break;
default:
break;
@ -2152,8 +2228,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData7(data);
this.Child_System_Equipment10.UpdateDisplayPresData7(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData7(data);
break;
default:
break;
@ -2188,8 +2264,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData8(data);
this.Child_System_Equipment10.UpdateDisplayPresData8(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData8(data);
break;
default:
break;
@ -2224,8 +2300,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData9(data);
this.Child_System_Equipment10.UpdateDisplayPresData9(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData9(data);
break;
default:
break;
@ -2260,8 +2336,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData10(data);
this.Child_System_Equipment10.UpdateDisplayPresData10(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData10(data);
break;
default:
break;
@ -2296,8 +2372,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData11(data);
this.Child_System_Equipment10.UpdateDisplayPresData11(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData11(data);
break;
default:
break;
@ -2332,8 +2408,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayPresData12(data);
this.Child_System_Equipment10.UpdateDisplayPresData12(data);
this.Child_System_Equipment10_1.UpdateDisplayPresData12(data);
break;
default:
break;
@ -2369,8 +2445,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData1(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData1(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData1(data);
break;
default:
break;
@ -2405,8 +2481,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData2(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData2(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData2(data);
break;
default:
break;
@ -2441,8 +2517,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData3(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData3(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData3(data);
break;
default:
break;
@ -2477,8 +2553,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData4(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData4(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData4(data);
break;
default:
break;
@ -2513,8 +2589,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData5(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData5(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData5(data);
break;
default:
break;
@ -2549,8 +2625,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData6(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData6(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData6(data);
break;
default:
break;
@ -2585,8 +2661,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData7(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData7(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData7(data);
break;
default:
break;
@ -2621,8 +2697,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData8(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData8(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData8(data);
break;
default:
break;
@ -2657,8 +2733,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData9(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData9(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData9(data);
break;
default:
break;
@ -2693,8 +2769,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData10(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData10(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData10(data);
break;
default:
break;
@ -2729,8 +2805,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData11(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData11(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData11(data);
break;
default:
break;
@ -2765,8 +2841,8 @@ namespace INT_LKD_2.Forms
break;
case Define.E_DisplayModeStore.Equipment:
case Define.E_DisplayModeStore.Equipment1:
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData12(data);
this.Child_System_Equipment10.UpdateDisplayJudgmentData12(data);
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData12(data);
break;
default:
break;

View File

@ -384,6 +384,10 @@ namespace INT_LKD_2
{
return FindByName<SmartX.SmartLabel>(targetClass, name);
}
public static SmartX.SmartGroupBox SmartGroupBox(string name, object targetClass)
{
return FindByName<SmartX.SmartGroupBox>(targetClass, name);
}
public static SmartX.SmartProgressBar SmartProgressBar(string name, object targetClass)
{
return FindByName<SmartX.SmartProgressBar>(targetClass, name);

View File

@ -51,17 +51,17 @@
</Reference>
<Reference Include="Microsoft.WindowsCE.Forms" />
<Reference Include="mscorlib" />
<Reference Include="SmartXNCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="SmartXNCommon, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll</HintPath>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll</HintPath>
</Reference>
<Reference Include="SmartXNFDCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="SmartXNFDCommon, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll</HintPath>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll</HintPath>
</Reference>
<Reference Include="SmartXN_IEC1000, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="SmartXN_IEC1000, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll</HintPath>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -73,18 +73,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controls\Bottom\ControlBottomManual.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Bottom\ControlBottomManual.Designer.cs">
<DependentUpon>ControlBottomManual.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Bottom\ControlBottomSetting.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Bottom\ControlBottomSetting.Designer.cs">
<DependentUpon>ControlBottomSetting.cs</DependentUpon>
</Compile>
<Compile Include="Controls\MainDisplay\ControlMainDisplay12.cs">
<SubType>UserControl</SubType>
</Compile>
@ -263,12 +251,6 @@
<Compile Include="Forms\FormMainDisplay.Designer.cs">
<DependentUpon>FormMainDisplay.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FormConfiguration.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormConfiguration.Designer.cs">
<DependentUpon>FormConfiguration.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FormMain.cs">
<SubType>Form</SubType>
</Compile>
@ -395,10 +377,6 @@
<DependentUpon>FormMainDisplay.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormConfiguration.resx">
<DependentUpon>FormConfiguration.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon>
<SubType>Designer</SubType>

View File

@ -24,6 +24,13 @@
리크디텍터 12열 분리타입 (1~6 , 7~12)
*/
@ Ver 1.2.0 by CJY
- 2025.04.14
- V1.1.1 Modify
- SmartX Framework V5.0.0.6(update: 2022.11.12)
- 언어 추가
중문 추가
@ Ver 1.1.1 by CJY
- 2025.04.08
- V1.1.0 Modify