diff --git a/INT99DC_7C/Controls/ControlUserSetting.Designer.cs b/INT99DC_7C/Controls/ControlUserSetting.Designer.cs index fba6fb2..b079c9a 100644 --- a/INT99DC_7C/Controls/ControlUserSetting.Designer.cs +++ b/INT99DC_7C/Controls/ControlUserSetting.Designer.cs @@ -48,7 +48,7 @@ this.labelStatusExpirePassword.BackPictureBox2 = null; this.labelStatusExpirePassword.BorderColor = System.Drawing.Color.Black; this.labelStatusExpirePassword.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStatusExpirePassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelStatusExpirePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpirePassword.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpirePassword.InitVisible = true; this.labelStatusExpirePassword.LineSpacing = 0F; @@ -69,7 +69,7 @@ this.labelStatusExpireAccount.BackPictureBox2 = null; this.labelStatusExpireAccount.BorderColor = System.Drawing.Color.Black; this.labelStatusExpireAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStatusExpireAccount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelStatusExpireAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpireAccount.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpireAccount.InitVisible = true; this.labelStatusExpireAccount.LineSpacing = 0F; @@ -84,7 +84,7 @@ // // labelExpirePasswordDate // - this.labelExpirePasswordDate.BackColor = System.Drawing.Color.WhiteSmoke; + this.labelExpirePasswordDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151))))); this.labelExpirePasswordDate.BackPictureBox = null; this.labelExpirePasswordDate.BackPictureBox1 = null; this.labelExpirePasswordDate.BackPictureBox2 = null; @@ -103,7 +103,7 @@ // // labelExpireAccountDate // - this.labelExpireAccountDate.BackColor = System.Drawing.Color.WhiteSmoke; + this.labelExpireAccountDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151))))); this.labelExpireAccountDate.BackPictureBox = null; this.labelExpireAccountDate.BackPictureBox1 = null; this.labelExpireAccountDate.BackPictureBox2 = null; @@ -162,7 +162,7 @@ // // labelPassword // - this.labelPassword.BackColor = System.Drawing.Color.WhiteSmoke; + this.labelPassword.BackColor = System.Drawing.Color.White; this.labelPassword.BackPictureBox = null; this.labelPassword.BackPictureBox1 = null; this.labelPassword.BackPictureBox2 = null; diff --git a/INT99DC_7C/DataStore.cs b/INT99DC_7C/DataStore.cs index 7a777cd..2b6951a 100644 --- a/INT99DC_7C/DataStore.cs +++ b/INT99DC_7C/DataStore.cs @@ -59,6 +59,7 @@ namespace INT99DC_7C Chinese, Czech, German, + Japanese, }; public enum UserGroup @@ -355,6 +356,24 @@ namespace INT99DC_7C #endregion } + public class OptionPassword + { + // 기본 + public static readonly string Default = "0810"; + + // 1. 데이터 + // 데이터집계 + public static readonly string DataStatistics = "1000"; + // Part11 + public static readonly string Part11 = "1001"; + + // 2. 통신 + // 피드백보드 + public static readonly string FeedbackBoard = "2000"; + // Modbus + public static readonly string Modbus = "2001"; + } + #region CommunicationCommand public class CommunicationCommand { diff --git a/INT99DC_7C/DialogForms/DialogFormLogOn.Designer.cs b/INT99DC_7C/DialogForms/DialogFormLogOn.Designer.cs index af1b41e..a3d2962 100644 --- a/INT99DC_7C/DialogForms/DialogFormLogOn.Designer.cs +++ b/INT99DC_7C/DialogForms/DialogFormLogOn.Designer.cs @@ -63,23 +63,23 @@ // // textBoxPassword // - this.textBoxPassword.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); - this.textBoxPassword.Location = new System.Drawing.Point(258, 121); + this.textBoxPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular); + this.textBoxPassword.Location = new System.Drawing.Point(260, 121); this.textBoxPassword.MaxLength = 20; this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.PasswordChar = '*'; - this.textBoxPassword.Size = new System.Drawing.Size(248, 37); + this.textBoxPassword.Size = new System.Drawing.Size(248, 34); this.textBoxPassword.TabIndex = 7; this.textBoxPassword.Text = "ABCDEFGHJK"; this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus); // // textBoxID // - this.textBoxID.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); - this.textBoxID.Location = new System.Drawing.Point(258, 76); + this.textBoxID.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular); + this.textBoxID.Location = new System.Drawing.Point(260, 76); this.textBoxID.MaxLength = 20; this.textBoxID.Name = "textBoxID"; - this.textBoxID.Size = new System.Drawing.Size(248, 37); + this.textBoxID.Size = new System.Drawing.Size(248, 34); this.textBoxID.TabIndex = 6; this.textBoxID.Text = "ABCDEFGHJK"; this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus); @@ -189,13 +189,13 @@ this.labelTitle1.BackPictureBox2 = null; this.labelTitle1.BorderColor = System.Drawing.Color.Black; this.labelTitle1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle1.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); - this.labelTitle1.ForeColor = System.Drawing.SystemColors.Control; + this.labelTitle1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); + this.labelTitle1.ForeColor = System.Drawing.Color.Gray; this.labelTitle1.InitVisible = true; this.labelTitle1.LineSpacing = 0F; - this.labelTitle1.Location = new System.Drawing.Point(150, 33); + this.labelTitle1.Location = new System.Drawing.Point(133, 33); this.labelTitle1.Name = "labelTitle1"; - this.labelTitle1.Size = new System.Drawing.Size(500, 37); + this.labelTitle1.Size = new System.Drawing.Size(535, 37); this.labelTitle1.TabIndex = 24; this.labelTitle1.Text = "User Login"; this.labelTitle1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -210,11 +210,11 @@ this.labelTitle3.BackPictureBox2 = null; this.labelTitle3.BorderColor = System.Drawing.Color.Black; this.labelTitle3.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.labelTitle3.ForeColor = System.Drawing.SystemColors.Control; + this.labelTitle3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitle3.ForeColor = System.Drawing.Color.Gray; this.labelTitle3.InitVisible = true; this.labelTitle3.LineSpacing = 0F; - this.labelTitle3.Location = new System.Drawing.Point(131, 121); + this.labelTitle3.Location = new System.Drawing.Point(133, 121); this.labelTitle3.Name = "labelTitle3"; this.labelTitle3.Size = new System.Drawing.Size(121, 34); this.labelTitle3.TabIndex = 23; @@ -231,11 +231,11 @@ this.labelTitle2.BackPictureBox2 = null; this.labelTitle2.BorderColor = System.Drawing.Color.Black; this.labelTitle2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.labelTitle2.ForeColor = System.Drawing.SystemColors.Control; + this.labelTitle2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitle2.ForeColor = System.Drawing.Color.Gray; this.labelTitle2.InitVisible = true; this.labelTitle2.LineSpacing = 0F; - this.labelTitle2.Location = new System.Drawing.Point(131, 76); + this.labelTitle2.Location = new System.Drawing.Point(133, 76); this.labelTitle2.Name = "labelTitle2"; this.labelTitle2.Size = new System.Drawing.Size(121, 34); this.labelTitle2.TabIndex = 22; diff --git a/INT99DC_7C/DialogForms/DialogFormMessage.Designer.cs b/INT99DC_7C/DialogForms/DialogFormMessage.Designer.cs index 2c05b8d..64565f9 100644 --- a/INT99DC_7C/DialogForms/DialogFormMessage.Designer.cs +++ b/INT99DC_7C/DialogForms/DialogFormMessage.Designer.cs @@ -29,81 +29,24 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormMessage)); - this.panel1 = new System.Windows.Forms.Panel(); + this.buttonOK = new System.Windows.Forms.Button(); + this.timerAutoClose = new System.Windows.Forms.Timer(); + this.smartForm1 = new SmartX.SmartForm(); + this.labelErrorCode = new SmartX.SmartLabel(); + this.labelMessage2 = new SmartX.SmartLabel(); + this.labelMessage1 = new SmartX.SmartLabel(); this.pictureBoxExclamation = new System.Windows.Forms.PictureBox(); - this.pictureBoxQuestion = new System.Windows.Forms.PictureBox(); this.pictureBoxHand = new System.Windows.Forms.PictureBox(); this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox(); - this.labelMessage2 = new System.Windows.Forms.Label(); - this.labelMessage1 = new System.Windows.Forms.Label(); - this.buttonOK = new System.Windows.Forms.Button(); - this.labelErrorCode = new System.Windows.Forms.Label(); - this.timerAutoClose = new System.Windows.Forms.Timer(); - this.panel1.SuspendLayout(); + this.pictureBoxQuestion = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.SuspendLayout(); // - // panel1 - // - this.panel1.BackColor = System.Drawing.Color.White; - this.panel1.Controls.Add(this.pictureBoxExclamation); - this.panel1.Controls.Add(this.pictureBoxQuestion); - this.panel1.Controls.Add(this.pictureBoxHand); - this.panel1.Controls.Add(this.pictureBoxAsterisk); - this.panel1.Controls.Add(this.labelMessage2); - this.panel1.Controls.Add(this.labelMessage1); - this.panel1.Location = new System.Drawing.Point(15, 34); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(420, 95); - // - // pictureBoxExclamation - // - this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image"))); - this.pictureBoxExclamation.Location = new System.Drawing.Point(11, 20); - this.pictureBoxExclamation.Name = "pictureBoxExclamation"; - this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50); - // - // pictureBoxQuestion - // - this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image"))); - this.pictureBoxQuestion.Location = new System.Drawing.Point(11, 20); - this.pictureBoxQuestion.Name = "pictureBoxQuestion"; - this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50); - // - // pictureBoxHand - // - this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image"))); - this.pictureBoxHand.Location = new System.Drawing.Point(11, 20); - this.pictureBoxHand.Name = "pictureBoxHand"; - this.pictureBoxHand.Size = new System.Drawing.Size(50, 50); - // - // pictureBoxAsterisk - // - this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image"))); - this.pictureBoxAsterisk.Location = new System.Drawing.Point(11, 20); - this.pictureBoxAsterisk.Name = "pictureBoxAsterisk"; - this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50); - // - // labelMessage2 - // - this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelMessage2.Location = new System.Drawing.Point(67, 51); - this.labelMessage2.Name = "labelMessage2"; - this.labelMessage2.Size = new System.Drawing.Size(350, 20); - this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; - // - // labelMessage1 - // - this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelMessage1.Location = new System.Drawing.Point(67, 20); - this.labelMessage1.Name = "labelMessage1"; - this.labelMessage1.Size = new System.Drawing.Size(350, 20); - this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; - // // buttonOK // - this.buttonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonOK.ForeColor = System.Drawing.Color.White; + this.buttonOK.BackColor = System.Drawing.Color.WhiteSmoke; + this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonOK.ForeColor = System.Drawing.Color.Black; this.buttonOK.Location = new System.Drawing.Point(335, 135); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(100, 25); @@ -112,19 +55,118 @@ this.buttonOK.Text = "OK"; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // - // labelErrorCode - // - this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelErrorCode.Location = new System.Drawing.Point(15, 11); - this.labelErrorCode.Name = "labelErrorCode"; - this.labelErrorCode.Size = new System.Drawing.Size(350, 20); - this.labelErrorCode.Text = "Error 0"; - // // timerAutoClose // this.timerAutoClose.Interval = 1000; this.timerAutoClose.Tick += new System.EventHandler(this.timerAutoClose_Tick); // + // smartForm1 + // + this.smartForm1.CenterLocation = false; + this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image"))); + this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; + this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING; + this.smartForm1.Location = new System.Drawing.Point(0, 0); + this.smartForm1.MainForm = null; + this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; + this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; + this.smartForm1.Name = "smartForm1"; + this.smartForm1.Size = new System.Drawing.Size(450, 170); + this.smartForm1.SpecialFunctionClickPointSize = 100; + this.smartForm1.SuspendLayoutInterval = 1; + // + // labelErrorCode + // + this.labelErrorCode.BackColor = System.Drawing.Color.Gainsboro; + this.labelErrorCode.BackPictureBox = this.smartForm1; + this.labelErrorCode.BackPictureBox1 = null; + this.labelErrorCode.BackPictureBox2 = null; + this.labelErrorCode.BorderColor = System.Drawing.Color.Black; + this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelErrorCode.InitVisible = true; + this.labelErrorCode.LineSpacing = 0F; + this.labelErrorCode.Location = new System.Drawing.Point(0, 0); + this.labelErrorCode.Name = "labelErrorCode"; + this.labelErrorCode.Size = new System.Drawing.Size(450, 32); + this.labelErrorCode.TabIndex = 9; + this.labelErrorCode.Text = " Error 0"; + this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelErrorCode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelErrorCode.Wordwrap = false; + // + // labelMessage2 + // + this.labelMessage2.BackPictureBox = this.smartForm1; + this.labelMessage2.BackPictureBox1 = null; + this.labelMessage2.BackPictureBox2 = null; + this.labelMessage2.BorderColor = System.Drawing.Color.Black; + this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMessage2.InitVisible = true; + this.labelMessage2.LineSpacing = 0F; + this.labelMessage2.Location = new System.Drawing.Point(78, 90); + this.labelMessage2.Name = "labelMessage2"; + this.labelMessage2.Size = new System.Drawing.Size(350, 20); + this.labelMessage2.TabIndex = 25; + this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; + this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMessage2.Wordwrap = false; + // + // labelMessage1 + // + this.labelMessage1.BackPictureBox = this.smartForm1; + this.labelMessage1.BackPictureBox1 = null; + this.labelMessage1.BackPictureBox2 = null; + this.labelMessage1.BorderColor = System.Drawing.Color.Black; + this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMessage1.InitVisible = true; + this.labelMessage1.LineSpacing = 0F; + this.labelMessage1.Location = new System.Drawing.Point(78, 60); + this.labelMessage1.Name = "labelMessage1"; + this.labelMessage1.Size = new System.Drawing.Size(350, 20); + this.labelMessage1.TabIndex = 24; + this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; + this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMessage1.Wordwrap = false; + // + // pictureBoxExclamation + // + this.pictureBoxExclamation.BackColor = System.Drawing.Color.Silver; + this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image"))); + this.pictureBoxExclamation.Location = new System.Drawing.Point(22, 60); + this.pictureBoxExclamation.Name = "pictureBoxExclamation"; + this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50); + // + // pictureBoxHand + // + this.pictureBoxHand.BackColor = System.Drawing.Color.Silver; + this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image"))); + this.pictureBoxHand.Location = new System.Drawing.Point(22, 60); + this.pictureBoxHand.Name = "pictureBoxHand"; + this.pictureBoxHand.Size = new System.Drawing.Size(50, 50); + this.pictureBoxHand.Visible = false; + // + // pictureBoxAsterisk + // + this.pictureBoxAsterisk.BackColor = System.Drawing.Color.Silver; + this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image"))); + this.pictureBoxAsterisk.Location = new System.Drawing.Point(22, 60); + this.pictureBoxAsterisk.Name = "pictureBoxAsterisk"; + this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50); + this.pictureBoxAsterisk.Visible = false; + // + // pictureBoxQuestion + // + this.pictureBoxQuestion.BackColor = System.Drawing.Color.Silver; + this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image"))); + this.pictureBoxQuestion.Location = new System.Drawing.Point(22, 60); + this.pictureBoxQuestion.Name = "pictureBoxQuestion"; + this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50); + this.pictureBoxQuestion.Visible = false; + // // DialogFormMessage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -132,28 +174,34 @@ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250))))); this.ClientSize = new System.Drawing.Size(450, 170); this.ControlBox = false; - this.Controls.Add(this.panel1); - this.Controls.Add(this.buttonOK); + this.Controls.Add(this.pictureBoxExclamation); + this.Controls.Add(this.pictureBoxAsterisk); + this.Controls.Add(this.pictureBoxQuestion); + this.Controls.Add(this.pictureBoxHand); + this.Controls.Add(this.labelMessage2); + this.Controls.Add(this.labelMessage1); this.Controls.Add(this.labelErrorCode); + this.Controls.Add(this.buttonOK); + this.Controls.Add(this.smartForm1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormMessage"; this.Text = "DialogFormMessage1"; - this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.ResumeLayout(false); } #endregion - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.PictureBox pictureBoxExclamation; - private System.Windows.Forms.Label labelMessage2; - private System.Windows.Forms.Label labelMessage1; private System.Windows.Forms.Button buttonOK; - private System.Windows.Forms.Label labelErrorCode; - private System.Windows.Forms.PictureBox pictureBoxAsterisk; - private System.Windows.Forms.PictureBox pictureBoxHand; - private System.Windows.Forms.PictureBox pictureBoxQuestion; private System.Windows.Forms.Timer timerAutoClose; + private SmartX.SmartForm smartForm1; + private SmartX.SmartLabel labelErrorCode; + private SmartX.SmartLabel labelMessage2; + private SmartX.SmartLabel labelMessage1; + private System.Windows.Forms.PictureBox pictureBoxExclamation; + private System.Windows.Forms.PictureBox pictureBoxHand; + private System.Windows.Forms.PictureBox pictureBoxAsterisk; + private System.Windows.Forms.PictureBox pictureBoxQuestion; } } \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormMessage.cs b/INT99DC_7C/DialogForms/DialogFormMessage.cs index 4250038..204b5d0 100644 --- a/INT99DC_7C/DialogForms/DialogFormMessage.cs +++ b/INT99DC_7C/DialogForms/DialogFormMessage.cs @@ -105,18 +105,32 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "해당 메모리가 장착되지 않았습니다"; break; case 11: + this.labelErrorCode.Text = "Error 11"; + this.labelMessage1.Text = "입력센서 에러에 의해 정지하였습니다"; break; case 12: + this.labelErrorCode.Text = "Warning 12"; + this.labelMessage1.Text = "피드백 설정 확인하세요!"; + this.labelMessage2.Text = "DeadZone Range"; break; case 13: this.labelErrorCode.Text = "Error 13"; this.labelMessage1.Text = "이 파일은 지원이 되지 않습니다"; break; case 14: + this.labelErrorCode.Text = "Warning 14"; + this.labelMessage1.Text = "피드백 설정 확인하세요!"; + this.labelMessage2.Text = "High Limit Range"; break; case 15: + this.labelErrorCode.Text = "Warning 15"; + this.labelMessage1.Text = "피드백 설정 확인하세요!"; + this.labelMessage2.Text = "Low Limit Range"; break; case 16: + this.labelErrorCode.Text = "Error 16"; + this.labelMessage1.Text = "현재 Modbus는 Client만 지원됩니다."; + this.labelMessage2.Text = "Client 모드로 전환됩니다."; break; case 17: this.labelErrorCode.Text = "Error 17"; @@ -191,7 +205,7 @@ namespace INT99DC_7C.DialogForms this.labelMessage2.Text = ""; break; case 43: - this.labelErrorCode.Text = "Infor 43"; + this.labelErrorCode.Text = "Notice 43"; this.labelMessage1.Text = "자동 로그아웃 됩니다"; this.labelMessage2.Text = ""; break; @@ -247,18 +261,32 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "There is no MEMORY"; break; case 11: + this.labelErrorCode.Text = "Error 11"; + this.labelMessage1.Text = "Emergency stop due to entry sensor error"; break; case 12: + this.labelErrorCode.Text = "Warning 12"; + this.labelMessage1.Text = "Check your feedback settings!"; + this.labelMessage2.Text = "DeadZone Range"; break; case 13: this.labelErrorCode.Text = "Error 13"; this.labelMessage1.Text = "This file is not supported"; break; case 14: + this.labelErrorCode.Text = "Warning 14"; + this.labelMessage1.Text = "Check your feedback settings!"; + this.labelMessage2.Text = "High Limit Range"; break; case 15: + this.labelErrorCode.Text = "Warning 15"; + this.labelMessage1.Text = "Check your feedback settings!"; + this.labelMessage2.Text = "Low Limit Range"; break; case 16: + this.labelErrorCode.Text = "Error 16"; + this.labelMessage1.Text = "Currently, only the 'Client' is supported for Modbus."; + this.labelMessage2.Text = "Switches to 'Client' mode."; break; case 17: this.labelErrorCode.Text = "Error 17"; @@ -297,6 +325,46 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "Please enter 4-10 characters"; this.labelMessage2.Text = ""; break; + case 36: + this.labelErrorCode.Text = "Error 36"; + this.labelMessage1.Text = "ID: The same character (111,222,aaa...)"; + this.labelMessage2.Text = "cannot be used more than 3 times"; + break; + case 37: + this.labelErrorCode.Text = "Error 37"; + this.labelMessage1.Text = "ID: Consecutive characters (123,321,abc,cba...)"; + this.labelMessage2.Text = "cannot be used"; + break; + case 38: + this.labelErrorCode.Text = "Error 38"; + this.labelMessage1.Text = "PASSWORD: Enter 6~20 characters"; + this.labelMessage2.Text = ""; + break; + case 39: + this.labelErrorCode.Text = "Error 39"; + this.labelMessage1.Text = "PASSWORD: The same character (111,222,aaa...)"; + this.labelMessage2.Text = "cannot be used more than 3 times"; + break; + case 40: + this.labelErrorCode.Text = "Error 40"; + this.labelMessage1.Text = "PASSWORD: Consecutive characters"; + this.labelMessage2.Text = "(123,321,abc,cba...) cannot be used"; + break; + case 41: + this.labelErrorCode.Text = "Error 41"; + this.labelMessage1.Text = "PASSWORD: Include at least 1 English letter,"; + this.labelMessage2.Text = "at least 1 number, and at least 1 special character"; + break; + case 42: + this.labelErrorCode.Text = "Error 42"; + this.labelMessage1.Text = "PASSWORD: This is the password you set previously"; + this.labelMessage2.Text = ""; + break; + case 43: + this.labelErrorCode.Text = "Notice 43"; + this.labelMessage1.Text = "You will be automatically logged out"; + this.labelMessage2.Text = ""; + break; default: this.labelErrorCode.Text = "Error 99"; this.labelMessage1.Text = "Please contact a manufacturer"; @@ -351,18 +419,32 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "无存储"; break; case 11: + this.labelErrorCode.Text = "錯誤 11"; + this.labelMessage1.Text = "由于入口传感器错误导致紧急停止"; break; case 12: + this.labelErrorCode.Text = "注意 12"; + this.labelMessage1.Text = "检查您的反馈设置!死区范围"; + this.labelMessage2.Text = ""; break; case 13: this.labelErrorCode.Text = "錯誤 13"; this.labelMessage1.Text = "不支援这个档案"; break; case 14: + this.labelErrorCode.Text = "注意 14"; + this.labelMessage1.Text = "检查您的反馈设置!上限范围"; + this.labelMessage2.Text = ""; break; case 15: + this.labelErrorCode.Text = "注意 15"; + this.labelMessage1.Text = "检查您的反馈设置!下限范围"; + this.labelMessage2.Text = ""; break; case 16: + this.labelErrorCode.Text = "錯誤 16"; + this.labelMessage1.Text = "目前,Modbus 仅支持“客户端”。"; + this.labelMessage2.Text = "切换到“客户端”模式。"; break; case 17: this.labelErrorCode.Text = "錯誤 17"; @@ -401,6 +483,46 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "请输入4-10个字符"; this.labelMessage2.Text = ""; break; + case 36: + this.labelErrorCode.Text = "錯誤 36"; + this.labelMessage1.Text = "ID:相同字符(111、222、aaa……)不能使用超过3次"; + this.labelMessage2.Text = ""; + break; + case 37: + this.labelErrorCode.Text = "錯誤 37"; + this.labelMessage1.Text = "ID:连续字符(123、321、abc、cba……)不能使用"; + this.labelMessage2.Text = ""; + break; + case 38: + this.labelErrorCode.Text = "錯誤 38"; + this.labelMessage1.Text = "密码:请输入6至20个字符"; + this.labelMessage2.Text = ""; + break; + case 39: + this.labelErrorCode.Text = "錯誤 39"; + this.labelMessage1.Text = "密码:相同字符(111、222、aaa……)不能使用超过3次"; + this.labelMessage2.Text = ""; + break; + case 40: + this.labelErrorCode.Text = "錯誤 40"; + this.labelMessage1.Text = "密码:连续字符(123、321、abc、cba……)不能使用"; + this.labelMessage2.Text = ""; + break; + case 41: + this.labelErrorCode.Text = "錯誤 41"; + this.labelMessage1.Text = "密码:至少包含1个英文字母、1个数字和1个特殊字符"; + this.labelMessage2.Text = ""; + break; + case 42: + this.labelErrorCode.Text = "錯誤 42"; + this.labelMessage1.Text = "密码:这是您之前设置的密码"; + this.labelMessage2.Text = ""; + break; + case 43: + this.labelErrorCode.Text = "注意 43"; + this.labelMessage1.Text = "您将自动退出"; + this.labelMessage2.Text = ""; + break; default: this.labelErrorCode.Text = "錯誤 99"; this.labelMessage1.Text = "请联系厂商"; @@ -463,18 +585,32 @@ namespace INT99DC_7C.DialogForms this.labelMessage2.Text = ""; break; case 11: + this.labelErrorCode.Text = "Chyba 11"; + this.labelMessage1.Text = "Nouzové zastavení z důvodu chyby vstupního senzoru"; break; case 12: + this.labelErrorCode.Text = "Varování 12"; + this.labelMessage1.Text = "Zkontrolujte nastavení zpětné vazby!"; + this.labelMessage2.Text = "Rozsah mrtvé zóny"; break; case 13: this.labelErrorCode.Text = "Chybě 13"; this.labelMessage1.Text = "Tento soubor není podporován"; break; case 14: + this.labelErrorCode.Text = "Varování 14"; + this.labelMessage1.Text = "Zkontrolujte nastavení zpětné vazby!"; + this.labelMessage2.Text = "Rozsah horního limitu"; break; case 15: + this.labelErrorCode.Text = "Varování 15"; + this.labelMessage1.Text = "Zkontrolujte nastavení zpětné vazby!"; + this.labelMessage2.Text = "Rozsah dolního limitu"; break; case 16: + this.labelErrorCode.Text = "Chyba 16"; + this.labelMessage1.Text = "V současné době je pro Modbus podporován"; + this.labelMessage2.Text = "pouze režim „Klient“. Přepne do režimu „Klient“."; break; case 17: this.labelErrorCode.Text = "Chybě 17"; @@ -515,6 +651,46 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "Zadejte 4–10 znaků"; this.labelMessage2.Text = ""; break; + case 36: + this.labelErrorCode.Text = "Chybě 36"; + this.labelMessage1.Text = "ID: Stejný znak (111, 222, aaa...) nelze použít více"; + this.labelMessage2.Text = "než 3krát"; + break; + case 37: + this.labelErrorCode.Text = "Chybě 37"; + this.labelMessage1.Text = "ID: Nelze použít po sobě jdoucí znaky"; + this.labelMessage2.Text = "(123, 321, abc, cba...)"; + break; + case 38: + this.labelErrorCode.Text = "Chybě 38"; + this.labelMessage1.Text = "HESLO: Zadejte 6–20 znaků"; + this.labelMessage2.Text = ""; + break; + case 39: + this.labelErrorCode.Text = "Chybě 39"; + this.labelMessage1.Text = "HESLO: Stejný znak (111, 222, aaa...)"; + this.labelMessage2.Text = "nelze použít více než 3krát"; + break; + case 40: + this.labelErrorCode.Text = "Chybě 40"; + this.labelMessage1.Text = "HESLO: Nelze použít po sobě jdoucí znaky"; + this.labelMessage2.Text = "(123, 321, abc, cba...)"; + break; + case 41: + this.labelErrorCode.Text = "Chybě 41"; + this.labelMessage1.Text = "HESLO: Obsahuje alespoň 1 anglické písmeno,"; + this.labelMessage2.Text = "alespoň 1 číslici a alespoň 1 speciální znak"; + break; + case 42: + this.labelErrorCode.Text = "Chybě 42"; + this.labelMessage1.Text = "HESLO: Toto je heslo, které jste si nastavili dříve"; + this.labelMessage2.Text = ""; + break; + case 43: + this.labelErrorCode.Text = "Upozornění 43"; + this.labelMessage1.Text = "Budete automaticky odhlášeni"; + this.labelMessage2.Text = ""; + break; default: this.labelErrorCode.Text = "Chybě 99"; this.labelMessage1.Text = "Kontaktujte výrobce"; @@ -570,18 +746,32 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "Speicher/ Datenspeicher fehlt"; break; case 11: + this.labelErrorCode.Text = "Fehler 11"; + this.labelMessage1.Text = "Notstopp aufgrund eines Eingangssensorfehlers"; break; case 12: + this.labelErrorCode.Text = "Warnung 12"; + this.labelMessage1.Text = "Überprüfen Sie Ihre Feedback-Einstellungen!"; + this.labelMessage2.Text = "Totzonenbereich"; break; case 13: this.labelErrorCode.Text = "Fehler 13"; this.labelMessage1.Text = "Diese Datei wird nicht unterstützt"; break; case 14: + this.labelErrorCode.Text = "Warnung 14"; + this.labelMessage1.Text = "Überprüfen Sie Ihre Feedback-Einstellungen!"; + this.labelMessage2.Text = "Oberer Grenzwertbereich"; break; case 15: + this.labelErrorCode.Text = "Warnung 15"; + this.labelMessage1.Text = "Überprüfen Sie Ihre Feedback-Einstellungen!"; + this.labelMessage2.Text = "Unterer Grenzwertbereich"; break; case 16: + this.labelErrorCode.Text = "Fehler 16"; + this.labelMessage1.Text = "Derzeit wird nur der „Client“-Modus für Modbus unterstützt."; + this.labelMessage2.Text = "Wechselt in den „Client“-Modus."; break; case 17: this.labelErrorCode.Text = "Fehler 17"; @@ -621,6 +811,46 @@ namespace INT99DC_7C.DialogForms this.labelMessage1.Text = "Bitte geben Sie 4-10 Zeichen ein"; this.labelMessage2.Text = ""; break; + case 36: + this.labelErrorCode.Text = "Fehler 36"; + this.labelMessage1.Text = "ID: Dasselbe Zeichen (111, 222, aaa…) darf"; + this.labelMessage2.Text = "maximal dreimal verwendet werden."; + break; + case 37: + this.labelErrorCode.Text = "Fehler 37"; + this.labelMessage1.Text = "ID: Aufeinanderfolgende Zeichen (123, 321, abc, cba…)"; + this.labelMessage2.Text = "dürfen nicht verwendet werden."; + break; + case 38: + this.labelErrorCode.Text = "Fehler 38"; + this.labelMessage1.Text = "PASSWORT: Geben Sie 6–20 Zeichen ein."; + this.labelMessage2.Text = ""; + break; + case 39: + this.labelErrorCode.Text = "Fehler 39"; + this.labelMessage1.Text = "PASSWORT: Dasselbe Zeichen (111, 222, aaa…)"; + this.labelMessage2.Text = "darf maximal dreimal verwendet werden."; + break; + case 40: + this.labelErrorCode.Text = "Fehler 40"; + this.labelMessage1.Text = "PASSWORT: Aufeinanderfolgende Zeichen"; + this.labelMessage2.Text = "(123, 321, abc, cba…) dürfen nicht verwendet werden."; + break; + case 41: + this.labelErrorCode.Text = "Fehler 41"; + this.labelMessage1.Text = "PASSWORT: Mindestens ein englischer Buchstabe,"; + this.labelMessage2.Text = "mindestens eine Zahl und mindestens ein Sonderzeichen."; + break; + case 42: + this.labelErrorCode.Text = "Fehler 42"; + this.labelMessage1.Text = "PASSWORT: Dies ist das zuvor von Ihnen festgelegte"; + this.labelMessage2.Text = "Passwort."; + break; + case 43: + this.labelErrorCode.Text = "Hinweis 43"; + this.labelMessage1.Text = "Sie werden automatisch abgemeldet."; + this.labelMessage2.Text = ""; + break; default: this.labelErrorCode.Text = "Fehler 99"; this.labelMessage1.Text = "Hersteller kontaktieren"; @@ -628,148 +858,169 @@ namespace INT99DC_7C.DialogForms } #endregion break; - default: - #region 한글 + case DataStore.LanguageID.Japanese: + #region Japanese switch (code) { case 1: - this.labelErrorCode.Text = "Error 01"; - this.labelMessage1.Text = "입력범위를 확인하세요."; + this.labelErrorCode.Text = "エラㅡ 01"; + this.labelMessage1.Text = "入力範囲を確認する"; break; case 2: - this.labelErrorCode.Text = "Error 02"; - this.labelMessage1.Text = "최신 프로그램입니다."; + this.labelErrorCode.Text = "エラㅡ 02"; + this.labelMessage1.Text = "アプリケㅡションは最新である"; break; case 3: - this.labelErrorCode.Text = "Error 03"; - this.labelMessage1.Text = "연속으로 불량이 발생했습니다"; + this.labelErrorCode.Text = "エラㅡ 03"; + this.labelMessage1.Text = "連続NGを検出する"; break; case 4: - this.labelErrorCode.Text = "Error 04"; - this.labelMessage1.Text = "백업할 파일이 없습니다"; + this.labelErrorCode.Text = "エラㅡ 04"; + this.labelMessage1.Text = "バックアップファイルがない"; break; case 5: - this.labelErrorCode.Text = "Error 05"; - this.labelMessage1.Text = "USB메모리가 장착되지 않았습니다"; + this.labelErrorCode.Text = "エラㅡ 05"; + this.labelMessage1.Text = "USBメモリなし"; break; case 6: - this.labelErrorCode.Text = "Error 06"; - this.labelMessage1.Text = "제조사에 문의하세요"; + this.labelErrorCode.Text = "エラㅡ 06"; + this.labelMessage1.Text = "メㅡカㅡにお問い合わせください"; break; case 7: - this.labelErrorCode.Text = "Error 07"; - this.labelMessage1.Text = "USB에 업데이트 할 파일이 없습니다"; + this.labelErrorCode.Text = "エラㅡ 07"; + this.labelMessage1.Text = "USBに更新ファイルがない"; break; case 8: - this.labelErrorCode.Text = "Error 08"; - this.labelMessage1.Text = "업데이트 할 실행파일 개수가 많습니다"; + this.labelErrorCode.Text = "エラㅡ 08"; + this.labelMessage1.Text = "更新用ファイルが多すぎる"; break; case 9: - this.labelErrorCode.Text = "Error 09"; - this.labelMessage1.Text = "USB에 업데이트 폴더가 없습니다"; + this.labelErrorCode.Text = "エラㅡ 09"; + this.labelMessage1.Text = "USBに更新ファイルが入ったフォルダㅡがない"; break; case 10: - this.labelErrorCode.Text = "Error 10"; - this.labelMessage1.Text = "해당 메모리가 장착되지 않았습니다"; + this.labelErrorCode.Text = "エラㅡ 10"; + this.labelMessage1.Text = "メモリㅡがない"; break; case 11: + this.labelErrorCode.Text = "注意 11"; + this.labelMessage1.Text = "重量制限設定を確認してください!"; break; case 12: + this.labelErrorCode.Text = "警告 12"; + this.labelMessage1.Text = "フィードバック設定を確認してください!"; + this.labelMessage2.Text = "デッドゾーン範囲"; break; case 13: - this.labelErrorCode.Text = "Error 13"; - this.labelMessage1.Text = "이 파일은 지원이 되지 않습니다"; + this.labelErrorCode.Text = "エラㅡ 13"; + this.labelMessage1.Text = "このファイルはサポートされていません"; break; case 14: + this.labelErrorCode.Text = "警告 14"; + this.labelMessage1.Text = "フィードバック設定を確認してください!"; + this.labelMessage2.Text = "上限範囲"; break; case 15: + this.labelErrorCode.Text = "警告 15"; + this.labelMessage1.Text = "フィードバック設定を確認してください!"; + this.labelMessage2.Text = "下限範囲"; break; case 16: + this.labelErrorCode.Text = "エラㅡ 16"; + this.labelMessage1.Text = "現在、ModbusはClientのみサポートされています。"; + this.labelMessage2.Text = "Client モードに切り替わります。"; break; case 17: - this.labelErrorCode.Text = "Error 17"; - this.labelMessage1.Text = "초기화를 실행해 주세요"; + this.labelErrorCode.Text = "エラㅡ 17"; + this.labelMessage1.Text = "初期化を実行してください"; break; case 18: - this.labelErrorCode.Text = "Info 18"; - this.labelMessage1.Text = "전원을 끄고 다시 켜주세요"; + this.labelErrorCode.Text = "注意 18"; + this.labelMessage1.Text = "電源をOFFにしてから電源をONにする"; break; case 19: break; case 20: break; + case 23: + this.labelErrorCode.Text = "エラㅡ 23"; + this.labelMessage1.Text = "通信接続状態を確認する"; + this.labelMessage2.Text = ""; + break; case 31: - this.labelErrorCode.Text = "Error 31"; - this.labelMessage1.Text = "유저 파일 에러"; + this.labelErrorCode.Text = "エラㅡ 31"; + this.labelMessage1.Text = "ユㅡザㅡファイルエラㅡ"; this.labelMessage2.Text = ""; break; case 32: - this.labelErrorCode.Text = "Error 32"; - this.labelMessage1.Text = "ID 확인하세요"; + this.labelErrorCode.Text = "エラㅡ 32"; + this.labelMessage1.Text = "IDを確認する"; this.labelMessage2.Text = ""; break; case 33: - this.labelErrorCode.Text = "Error 33"; - this.labelMessage1.Text = "Password 확인하세요"; + this.labelErrorCode.Text = "エラㅡ 33"; + this.labelMessage1.Text = "パスワㅡドを確認する"; this.labelMessage2.Text = ""; break; case 34: - this.labelErrorCode.Text = "Error 34"; - this.labelMessage1.Text = "ID : 동일한 ID가 있습니다"; + this.labelErrorCode.Text = "エラㅡ 34"; + this.labelMessage1.Text = "システムに既に同じIDがある"; this.labelMessage2.Text = ""; break; case 35: - this.labelErrorCode.Text = "Error 35"; - this.labelMessage1.Text = "ID : 6~20자 입력 하세요"; + this.labelErrorCode.Text = "エラㅡ 35"; + this.labelMessage1.Text = "4~10文字を入力してください"; this.labelMessage2.Text = ""; break; case 36: - this.labelErrorCode.Text = "Error 36"; - this.labelMessage1.Text = "ID : 동일한 문자(111,222,aaa...)를"; - this.labelMessage2.Text = "3번 이상 사용할 수 없습니다"; + this.labelErrorCode.Text = "エラㅡ 36"; + this.labelMessage1.Text = "ID: 同じ文字 (111,222,aaa...) は3回以上"; + this.labelMessage2.Text = "使用できません"; break; case 37: - this.labelErrorCode.Text = "Error 37"; - this.labelMessage1.Text = "ID : 연속된 문자(123,321,abc,cba...)를"; - this.labelMessage2.Text = "사용할 수 없습니다"; + this.labelErrorCode.Text = "エラㅡ 37"; + this.labelMessage1.Text = "ID: 連続する文字 (123,321,abc,cba...) は"; + this.labelMessage2.Text = "使用できません"; break; case 38: - this.labelErrorCode.Text = "Error 38"; - this.labelMessage1.Text = "PASSWORD : 6~20자 입력 하세요"; + this.labelErrorCode.Text = "エラㅡ 38"; + this.labelMessage1.Text = "パスワード: 6~20文字を入力してください"; this.labelMessage2.Text = ""; break; case 39: - this.labelErrorCode.Text = "Error 39"; - this.labelMessage1.Text = "PASSWORD : 동일한 문자(111,222,aaa...)를"; - this.labelMessage2.Text = "3번 이상 사용할 수 없습니다"; + this.labelErrorCode.Text = "エラㅡ 39"; + this.labelMessage1.Text = "パスワード: 同じ文字 (111,222,aaa...) は"; + this.labelMessage2.Text = "3回以上使用できません"; break; case 40: - this.labelErrorCode.Text = "Error 40"; - this.labelMessage1.Text = "PASSWORD : 연속된 문자(123,321,abc,cba...)를"; - this.labelMessage2.Text = "사용할 수 없습니다"; + this.labelErrorCode.Text = "エラㅡ 40"; + this.labelMessage1.Text = "パスワード: 連続する文字 (123,321,abc,cba...) は"; + this.labelMessage2.Text = "使用できません"; break; case 41: - this.labelErrorCode.Text = "Error 41"; - this.labelMessage1.Text = "PASSWORD : 영문1이상, 숫자1이상, 특수문자1이상"; - this.labelMessage2.Text = "포함하여 주십시오"; + this.labelErrorCode.Text = "エラㅡ 41"; + this.labelMessage1.Text = "パスワード: 英字、数字、特殊文字を"; + this.labelMessage2.Text = "それぞれ1文字以上含めてください"; break; case 42: - this.labelErrorCode.Text = "Error 42"; - this.labelMessage1.Text = "PASSWORD : 이전에 설정한 패스워드입니다"; + this.labelErrorCode.Text = "エラㅡ 42"; + this.labelMessage1.Text = "パスワード: 以前に設定したパスワードです"; this.labelMessage2.Text = ""; break; case 43: - this.labelErrorCode.Text = "Infor 43"; - this.labelMessage1.Text = "자동 로그아웃 됩니다"; + this.labelErrorCode.Text = "お知らせ 43"; + this.labelMessage1.Text = "自動的にログアウトされます"; this.labelMessage2.Text = ""; break; default: - this.labelErrorCode.Text = "Error 99"; - this.labelMessage1.Text = "제조사에 문의하세요"; + this.labelErrorCode.Text = "エラㅡ 99"; + this.labelMessage1.Text = "メㅡカㅡにお問い合わせください"; break; } #endregion break; + default: + break; } } public DialogFormMessage(int code, DataStore.LanguageID language, FormMain parent) @@ -971,20 +1222,6 @@ namespace INT99DC_7C.DialogForms #endregion break; default: - #region 한글 - switch (code) - { - case 1: - this.labelErrorCode.Text = "Error 01"; - this.labelMessage1.Text = "입력범위를 확인하세요."; - this.labelMessage2.Text = data; - break; - default: - this.labelErrorCode.Text = "Error 99"; - this.labelMessage1.Text = "제조사에 문의하세요"; - break; - } - #endregion break; } } diff --git a/INT99DC_7C/DialogForms/DialogFormMessage.resx b/INT99DC_7C/DialogForms/DialogFormMessage.resx index 240c3b0..bbbcb84 100644 --- a/INT99DC_7C/DialogForms/DialogFormMessage.resx +++ b/INT99DC_7C/DialogForms/DialogFormMessage.resx @@ -117,10 +117,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 + - + - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAAcIAAACqCAIAAACxqtiRAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -165,24 +168,23 @@ RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK - j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAo9JREFUWEftl01PE0EY - xxffE9TEiy9XDxDjFzDGm/ELGE38AN71QMI3MJ70ws3PYEw8ejDGk9ZqtSkEtBIK2igaKpGAZWkfZ+yz - 0+1/Z3ZndhbksL/8Q+izs/P8WmCfIaB9SanlQqnlQqnlQnFa3Rp/UwQFae18ow+HaOMpv/SmIK3WJaoG - NHuS+iFX/ChCa/M5vQ2klkj7Fhf9KEJr4Rw7ibwboz9VrnvgrbV2f+g0yMJZvuSBn1Z/i+rHUEvkxxQv - yIuf1tfrKDTI+4MULvGaXHhobX+k2hgKqXy+wMty4aG1eBFVIL9meKU7ebU2ngwfCqbUj1Bvndc7kldr - 7hRKaNO6wusdyaX1cxra71SC3y/lV6jLT1R8ru64a/U6cvzFevcqgSJe5zRO5JhI7lor16BxhpZI+ybf - a42jlhgsYryMds3WkhOpwjvY4aj16Ty2rAb9N+wkgEvDzJ/hHexw0Vp/hM2iKKA+ktW7vI8F9lo9aoxj - pygKqI+kdoDCRd4sC2ut77exTSwKqGOak7xbFnZa4Rf5XqFHLAqoa9J5yHumYqc1OBObo4C6JnIidXhb - MxZam88yx58C6vq0LvPOZiy04mdiQxRQ10dOpMe8uYEsrbV7uKkuCqgb0zhO/S630JGqJc/ER3FHXRRQ - T0v7BnfRkaplOhMnIh70g0A9LXIiveJGCcxa4kycGH+muAmpzJ/mXgnMWpln4ijha/4JCuBSdlbvcLtR - DFriLwXuN8dLSzylt5vcNIZBy/JMHEUBdas0J7hpDJ2W+OcT7tztdB5w64iEVuJMvBepH4aJlNBavor3 - 7E3E2I2R0BLH4q0Xu5vurDx4YZZZ4B+GX/n/TanlQqnlQqnlwr7UIvoLV+6XPNVNR8IAAAAASUVORK5C - YII= + j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAlJJREFUeF7t1DERg0AA + AEE8IgAjX0QBTQwhJGLyBTPUz7W7InYDoDqO4wvAopnn3eh5nj8AFs08NQrwnkYBEo0CJBoFSDQKkGgU + INEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMA + iUYBEo0CJBoFSDQKkDyNjjEuABbNPDUK8J5GARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVI + NAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECi + UYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKN + AiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgU + INEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMA + iUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVI + NAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECi + UYBEowCJRgESjQIkGgVINAqQaBQg0ShA8jS67/sHgEUzz7tRAF7atj9NV5Nwb7nFrAAAAABJRU5ErkJg + gg== - + - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -227,43 +229,27 @@ RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK - j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABztJREFUWEftmGlsVFUU - x/1qghEjsnQRkEUEEVBQUcQVUAnyQYnGLX4w4ifXgGJEjYkmWKHtdKOlpbQgLYWwFFKgWIoNCC0tWPal - lLX7tJ337lvnvfvG/5s7zLRvZvreDGr44Mk/L+30vnt+c+65557bO3y3pf2PFYvFg6UbPl41TnbqxSe9 - yw7Ib+8Q55YIM4vI9EKC55wSAZ98XS2vO6E2dugYifGxWmxYiu4766bZDerCLeKYHH50to0eyOYXbBYz - 69UzbiprgUmcWAxYx9v172uUh9eQvl4HVnDkxDzy7R9yQ7semMvOHGF1ikZGvfpYYQDI4tuJ2IvTCkha - ndIm2C+qPRaC9F65xOaNj4kpOAMyr6HNJmw2WJXN2nO/CbcI1FdsqtkbhIqmgXJtIKzyixo21z8F1FeY - Ewu67bw34CnMomLtufRvMTExsp0XI8csMha2zPP+tbPMFVEYNiqrn0ZnWcdEFF7Eata2RMizCFhdkvH+ - TjPHLbOEa2QWn5TBJ2Tw92dyY7P5B3PJ+NXA4hJcXKILH1rHhwtesAPC96YVCxXZVa9i9MBYY7JNoEQX - N6uYfFklFzSqSOHqK1pls3fDKfWHGnn+JgExS3BZX7SIOfq1VrGcBFYsHBdPrLNJKdT3hAwOT1TXM12U - qAZOmB7ZcEtGt2z+LKjGDZ7mHfdOX0uGpXH4DpYZ+gq+Hl1LLJW2H5ZGfctrZPYNLC8HBZrkDD45k885 - psJ9t2Rc4+gVD73O03aBtvD0qsdUh4DTxth7yTt5DT883XzLMk9QzN3S/bKXBjBg/bAudNNH8u12Xw5/ - zyrus31yj0zbiR+Co26RehQDZKDslc0f8CECBu70o8qQVG6Uf92tU90UPE5aQ053hbhCWDr1IQADM2Fq - pPP4XB5pxOJ0zR8knARLq6RFW8WPKqR9lzXgXsefgCsZyIoni8gQLGX0gEHwi3MJDMxCWEgRnPa2WAjV - a5vFph4sk4nVSmhTt/7WdvGuFA+iMijF8+x60thhBhJ/BTGeH+wS715pn2FzSwVOCWR+CAv901h/r2J5 - oa8w9eCV3OLdUhuhXSJtIbRbpPuavagREP6KnLsvjdtyTu0UTSAMg774XQaWZSqL4BfhDCZ+CAs93cBM - EIvW4j3yOTc979ZPdeoXe/TCRnWEi0MVxQA8h6ZzpadDWK3EQCLaRguC9/y/VAYTwkKfaYsFwfFDuWRG - YUCPFxJzl/iZ4HhoOo9fj7TobPmw0M299I2t4uBVjrAQVwYTwkK1dYIFgQwVPKiR/moOr4kZ/L2p3IrD - MpiwDYHVK9G9zdq41eZGcYKFL8BgQljoxx1ihQsuUdCRVcuqZZwkbcRAgcA6Au7dcvEeBysIwfuLGwUG - E8KaWRxnv8DihPT6rkZ2i0anZKCYIWA9Ev3xoAxWRNchFm4oDCaEFXcbgwN7WDq3pEry+M+fyx6KgIHp - lyNKYgaXnGGe4pZXIgrewcBg+kSrKC6sLH64i59XKjT36qg6YEIlQ+346aCS5DJbCSdxYoJ3FF4Gc6u5 - hXxPzuRSaxVFM8yTEWkuGysOK2hsECrnTBC8vxCeW853Yl+hfk7M5asua5xqYmEdD1zVJuXxI9KtI20F - 76+H78Svqh3VLYuSMvkZhcKJTr1XNkMlacbPhxSsHRLOMtJW8P55eN0qOmlzTkcU9uDTRcKJDq2V15Fe - XRL9tFIe4TJrm2WkreA973hYlcc3xqkUKxnq+4TVZF6J8HKpgOx8tUyYViDEx4Rn/c37YwgLHcT8sniy - Hr0Ujrw7UzyDUswn6mpMmc4Ev3NKInUQ6HUy/V285QVbIZOm5JNPKqXlB+SFW0T0+Ow4iknwuxIdfXi/ - BTvrppNtu9P+wk6cmk92XPAS1SeqZgf28W4JZDGtIzxOzCPorAIcFiz08t/4+wiHZEgsFCfcfDRqsL5P - 1Q3c+xA8kFkGRxNzh0mi9vKwY+2681OIYSH4qAtXes3+vUOk6MBmFQsxYU0tIEdbo998YLivpdYp7BtY - 3g8XxqCaf1gh4RKGju+ah+K+h05mYp6juyvEHOFUsLknwtoF451ypxUfZXNcjpmtWEG8eOiGtqBMAKvD - 1zHsze0imu+A75sWAQtW16rP3uC0WIAMsZm9nqC+TMojSXY36aAw/1PF5M8b/ZaPWWQs2K4mDZddh2QQ - 7rSoWM7PHMyM9nr7hcj/S4qKBdt23jutIAaymHoYMJWdjf3/W8wqmrRn1pur6RxuYLGpsHYodQEfkcwG - C4ati9spm+5W4IIzLNom4moUmD2K2WPBcGVYVatM8S9ofGTsRRwhqAW4dwTmjW6OsGAoKw1tOu6SE3ID - PpzwBUfiTrZkv4zA0/71KZo5xWKGan6qi6bVKa9sCiScreaWCqhq6JpErzMiv8WGxQznPDoQBA93c5xl - yJWXNgq4HeDUwj0Fdz3cQnE/Rk+H8GAkjtpYLR6s/8BuSyyf72/85rRT8Et9egAAAABJRU5ErkJggg== + j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA2BJREFUaEPdmDmLFFEU + hQ8iYiSTGYjIICZGgoihGBgK4m8wM9FI/AeCgeb+AEHxD4iRIuI6ztb2Vh26JIKO4DJLed+tqZ6qe09Z + W8NMGXzcV+dx3ju3u6f7vUEcx/8FVOwiVOwiVOwiVOwiVOwiVOwiVIzfiD4rIpyieltMZicozNiECIfj + 91iPx7hI59tgMjtBYcYm9PFCahwv41s8wX433waT2QkKM9Ylwvn4rSwXGgkMcD833xaT2QkKM9ZlFR+l + 7jTyDlvS3OnpfFtMZicozFiHEW5I3WkiZRWfpHJPXUxmJyjMWJUJDsaL+Clj30hghNtSubcOJrMTFGas + ygCPpPImAgvYkI/YMRlzf1VMZicozFiFCU5I0C0Z8yZSeuhJ5WtUxWR2gsKMVfiAFak8vGWMq1L5OlUw + mZ2gMGMZY1zKfd2WsYjf8g4ekjFfrwyT2QkKM5axjK9Seegi+ngmla9XhsnsBIUZ/8UIt6S6oBuvEK89 + TSqb13cwvJNszTJMZicozFjEBHN6njIhNyU8ZDrFzk9ZwvdGxxeT2QkKMxbRx2OpLmDlRgIDPJDK1y/C + ZHaCwoyMcOQIRw8SrlYjyfHljIz5PgyT2QkKMzJ6iKTScFuvazQSWMFnqXwfhsnsBIUZLWNckcpDbVOr + kcAQd6Ty/SwmsxMUZswywT75I/0hYx5om9qNLGBT1p6XMd83i8nsBIUZswxxTyoPk6F2I4Ee+lL5vllM + ZicozJgS4Yi+ciyEoVEjgRGuSeX7p5jMTlCYMSW9vlagcSPJ8WVOxjxDwGR2gsKMgQgX6pynGjcS6OO5 + VJ4jYDI7QWHGgL2+ltCqkeT4clnGPIvJ7ASFGUe4KZVvWkCrRgJLWJOP2AEZ+zwmsxMUa0qur79kzDcs + oHUjgQEeSvWZTGYnKNZUdn0tIPy6p7D5SiTHl7MyzmcymZ2gZA3h+lpwniqjVQNZVvBFaj6XyewEJWuo + c33NsP5yRh+tlCHuSm3YSPKtwRcuYeaNJMeX4zJu0EiT62uGmTYS6GEgtWYjyT/S+IK7yQjXpcogn9kJ + SsH1dU+wiD+az2TOPUzp4wldZK8Qznsmc+5hSrjCRji3y5yUV36eEuGozZx76DJU7CJU7CJU7CJU7CJU + 7CJU7CJU7B4x/gIDE+b24sDkhQAAAABJRU5ErkJggg== - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -308,43 +294,51 @@ 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 @@ -389,36 +383,123 @@ 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 + gg== - - 17, 17 - WEBPAD diff --git a/INT99DC_7C/DialogForms/DialogFormNumKeyPad.Designer.cs b/INT99DC_7C/DialogForms/DialogFormNumKeyPad.Designer.cs index 86647b8..bc107b3 100644 --- a/INT99DC_7C/DialogForms/DialogFormNumKeyPad.Designer.cs +++ b/INT99DC_7C/DialogForms/DialogFormNumKeyPad.Designer.cs @@ -28,6 +28,7 @@ /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormNumKeyPad)); this.labelScreen = new System.Windows.Forms.Label(); this.buttonEnter = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); @@ -43,6 +44,8 @@ this.buttonNumber4 = new System.Windows.Forms.Button(); this.buttonNumber1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); + this.smartForm1 = new SmartX.SmartForm(); + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.SuspendLayout(); // // labelScreen @@ -226,12 +229,28 @@ // // label1 // + this.label1.BackColor = System.Drawing.Color.Silver; this.label1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(100, 20); + this.label1.Size = new System.Drawing.Size(237, 20); this.label1.Text = "keypad"; // + // smartForm1 + // + this.smartForm1.CenterLocation = false; + this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image"))); + this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; + this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING; + this.smartForm1.Location = new System.Drawing.Point(0, 0); + this.smartForm1.MainForm = null; + this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; + this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.ON; + this.smartForm1.Name = "smartForm1"; + this.smartForm1.Size = new System.Drawing.Size(250, 443); + this.smartForm1.SpecialFunctionClickPointSize = 100; + this.smartForm1.SuspendLayoutInterval = 1; + // // DialogFormNumKeyPad // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -254,9 +273,11 @@ this.Controls.Add(this.buttonNumber4); this.Controls.Add(this.buttonNumber1); this.Controls.Add(this.label1); + this.Controls.Add(this.smartForm1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormNumKeyPad"; this.Text = "DialogFormNumKeyPad1"; + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.ResumeLayout(false); } @@ -278,5 +299,6 @@ private System.Windows.Forms.Button buttonNumber4; private System.Windows.Forms.Button buttonNumber1; private System.Windows.Forms.Label label1; + private SmartX.SmartForm smartForm1; } } \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormNumKeyPad.resx b/INT99DC_7C/DialogForms/DialogFormNumKeyPad.resx index a721046..d34edcc 100644 --- a/INT99DC_7C/DialogForms/DialogFormNumKeyPad.resx +++ b/INT99DC_7C/DialogForms/DialogFormNumKeyPad.resx @@ -117,6 +117,88 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 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 + j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABwVJREFUeF7t0kEBgDAA + xDCETxzSeNxU0ERDngMZuhNyu7/wa3uuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXt+u0OB7mSc8wEowgfcz9GVkAAAAABJRU5E + rkJggg== + + WEBPAD diff --git a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.Designer.cs b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.Designer.cs similarity index 90% rename from INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.Designer.cs rename to INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.Designer.cs index 534db97..cf6a7d5 100644 --- a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.Designer.cs +++ b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.Designer.cs @@ -1,6 +1,6 @@ namespace INT99DC_7C.DialogForms { - partial class DialogFormPasswordKeyPad1 + partial class DialogFormPasswordKeyPad { /// /// Required designer variable. @@ -28,6 +28,7 @@ /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormPasswordKeyPad)); this.labelScreen = new System.Windows.Forms.Label(); this.buttonEnter = new System.Windows.Forms.Button(); this.buttonNumber9 = new System.Windows.Forms.Button(); @@ -42,6 +43,8 @@ this.buttonNumber4 = new System.Windows.Forms.Button(); this.buttonNumber1 = new System.Windows.Forms.Button(); this.labelSubject = new System.Windows.Forms.Label(); + this.smartForm1 = new SmartX.SmartForm(); + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.SuspendLayout(); // // labelScreen @@ -212,13 +215,29 @@ // // labelSubject // + this.labelSubject.BackColor = System.Drawing.Color.Silver; this.labelSubject.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelSubject.Location = new System.Drawing.Point(3, 3); this.labelSubject.Name = "labelSubject"; - this.labelSubject.Size = new System.Drawing.Size(100, 20); + this.labelSubject.Size = new System.Drawing.Size(237, 20); this.labelSubject.Text = "keypad"; // - // DialogFormPasswordKeyPad1 + // smartForm1 + // + this.smartForm1.CenterLocation = false; + this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image"))); + this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; + this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING; + this.smartForm1.Location = new System.Drawing.Point(0, 0); + this.smartForm1.MainForm = null; + this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; + this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.ON; + this.smartForm1.Name = "smartForm1"; + this.smartForm1.Size = new System.Drawing.Size(250, 390); + this.smartForm1.SpecialFunctionClickPointSize = 100; + this.smartForm1.SuspendLayoutInterval = 1; + // + // DialogFormPasswordKeyPad // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; @@ -239,9 +258,11 @@ this.Controls.Add(this.buttonNumber4); this.Controls.Add(this.buttonNumber1); this.Controls.Add(this.labelSubject); + this.Controls.Add(this.smartForm1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.Name = "DialogFormPasswordKeyPad1"; + this.Name = "DialogFormPasswordKeyPad"; this.Text = "DialogFormPasswordKeyPad1"; + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.ResumeLayout(false); } @@ -262,5 +283,6 @@ private System.Windows.Forms.Button buttonNumber4; private System.Windows.Forms.Button buttonNumber1; private System.Windows.Forms.Label labelSubject; + private SmartX.SmartForm smartForm1; } } \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.cs b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.cs similarity index 96% rename from INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.cs rename to INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.cs index 6d085ef..85e2c3d 100644 --- a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.cs +++ b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.cs @@ -9,7 +9,7 @@ using System.Windows.Forms; namespace INT99DC_7C.DialogForms { - public partial class DialogFormPasswordKeyPad1 : Form + public partial class DialogFormPasswordKeyPad : Form { #region Field private string m_InputKey; @@ -19,13 +19,13 @@ namespace INT99DC_7C.DialogForms #endregion #region Constructor - public DialogFormPasswordKeyPad1(DataStore.LanguageID language) + public DialogFormPasswordKeyPad(DataStore.LanguageID language) { InitializeComponent(); this.InitializeDesign(language); } - public DialogFormPasswordKeyPad1(int digit, DataStore.LanguageID language) + public DialogFormPasswordKeyPad(int digit, DataStore.LanguageID language) { InitializeComponent(); diff --git a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.resx b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.resx new file mode 100644 index 0000000..142d49b --- /dev/null +++ b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad.resx @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + 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 + j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABjFJREFUeF7t0kEBgDAA + xDCETxzSeNxU0ERDngMZuhNyu7/wa3uuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuuOwl7rjsJe647CXuu + Owl7frtDge5knPMB9Ug1gPIHoDoAAAAASUVORK5CYII= + + + + WEBPAD + + + False + + \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.resx b/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.resx deleted file mode 100644 index a721046..0000000 --- a/INT99DC_7C/DialogForms/DialogFormPasswordKeyPad1.resx +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WEBPAD - - - False - - \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.Designer.cs b/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.Designer.cs index cbab2da..c68335a 100644 --- a/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.Designer.cs +++ b/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.Designer.cs @@ -28,28 +28,45 @@ /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormUserEditorKeyboard)); this.textBox = new System.Windows.Forms.TextBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.pictureBoxImage = new System.Windows.Forms.PictureBox(); this.smartKeyboard = new SmartX.SmartKeyboard(); this.SuspendLayout(); // // textBox // this.textBox.Font = new System.Drawing.Font("Tahoma", 25F, System.Drawing.FontStyle.Regular); - this.textBox.Location = new System.Drawing.Point(201, 55); + this.textBox.Location = new System.Drawing.Point(143, 82); this.textBox.MaxLength = 10; this.textBox.Name = "textBox"; - this.textBox.Size = new System.Drawing.Size(400, 47); + this.textBox.Size = new System.Drawing.Size(489, 47); this.textBox.TabIndex = 0; this.textBox.Text = "ABCDE"; this.textBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // + // pictureBox1 + // + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + this.pictureBox1.Location = new System.Drawing.Point(0, 0); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(710, 470); + // + // pictureBoxImage + // + this.pictureBoxImage.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxImage.Image"))); + this.pictureBoxImage.Location = new System.Drawing.Point(41, 67); + this.pictureBoxImage.Name = "pictureBoxImage"; + this.pictureBoxImage.Size = new System.Drawing.Size(66, 72); + // // smartKeyboard // - this.smartKeyboard.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.smartKeyboard.ControlKeyDisable = false; this.smartKeyboard.DesignMinimize = false; this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); - this.smartKeyboard.HanYoungKeyDisable = false; + this.smartKeyboard.HanYoungKeyDisable = true; this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black; this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); @@ -61,31 +78,32 @@ this.smartKeyboard.KeyUpImage2 = null; this.smartKeyboard.KeyUpImage3 = null; this.smartKeyboard.LeftMargin = 5; - this.smartKeyboard.Location = new System.Drawing.Point(27, 132); + this.smartKeyboard.Location = new System.Drawing.Point(12, 191); this.smartKeyboard.Name = "smartKeyboard"; this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive; this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green; this.smartKeyboard.RoundedCorners = true; this.smartKeyboard.SetBackimage = null; - this.smartKeyboard.Size = new System.Drawing.Size(751, 293); - this.smartKeyboard.TabIndex = 1; + this.smartKeyboard.Size = new System.Drawing.Size(690, 270); + this.smartKeyboard.TabIndex = 175; this.smartKeyboard.TABKeyDisable = false; this.smartKeyboard.TargetInputObject = null; this.smartKeyboard.Text = "smartKeyboard1"; this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE; this.smartKeyboard.TopMargin = 5; - this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick); // // DialogFormUserEditorKeyboard // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.ActiveCaption; - this.ClientSize = new System.Drawing.Size(800, 450); + this.ClientSize = new System.Drawing.Size(710, 470); this.ControlBox = false; + this.Controls.Add(this.pictureBoxImage); this.Controls.Add(this.smartKeyboard); this.Controls.Add(this.textBox); + this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormUserEditorKeyboard"; this.Text = "DialogFormUserEditorKeyboard"; @@ -96,6 +114,8 @@ #endregion private System.Windows.Forms.TextBox textBox; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.PictureBox pictureBoxImage; private SmartX.SmartKeyboard smartKeyboard; } } \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.cs b/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.cs index f93e38d..404885b 100644 --- a/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.cs +++ b/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.cs @@ -74,5 +74,10 @@ namespace INT99DC_7C.DialogForms this.KeyActionEsc(); } #endregion + + private void smartKeyboard_KeyDown(object sender, KeyEventArgs e) + { + + } } } \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.resx b/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.resx index a721046..7fe7172 100644 --- a/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.resx +++ b/INT99DC_7C/DialogForms/DialogFormUserEditorKeyboard.resx @@ -117,6 +117,260 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + iVBORw0KGgoAAAANSUhEUgAAAsYAAAHWCAYAAAB0Vk+zAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp + bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE + sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs + AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4 + JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR + 3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd + li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF + ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX + wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF + hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55 + 4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ + VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB + 5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC + qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE + j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I + 1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9 + rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG + fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp + B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ + yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC + YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln + yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v + vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp + vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L + Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA + bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z + llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW + ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s + xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6 + eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw + YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR + XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm + WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl + xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2 + dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8 + V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za + Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v + Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb + PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/ + 0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h + /HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr + XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS + fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+ + tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/ + 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAHKxJREFUeF7t3fvXXmV9 + 5/H5S3weSBRFMIAHsIoKKAhoEgUP6DisLqa15WCt7erS2o5WRieph9qlAW1BCAkogkg7bVowqIhoOFSg + lgYsSkVOAkk4YxLCNey4O/PdM9fonfBc9+H5vt5rvX5l7zv7+uFD1p19/6e3nPe9AgAA2RnGAADwLMMY + AACeNRjGz3ve8wAAII24hQ1jAADSilvYMAYAIK24hQ1jAADSilvYMAYAIK24hQ1jAADSilvYMAYAIK24 + hQ1jAADSilvYMAYAIK24hQ1jAADSilvYMAYAIK24hQ3jRubn58uKFSvKqlWryoYNG8rmzZvLtm3byvbt + 24skSdJiqNs13b7pdk63d7rd0+2fbgfV9tE0ilvYMF5ghx56aFmzZk255557+iMjSZKUq24HdXuo20W1 + vTRN4hY2jBfIsmXLytq1a8uOHTv6IyFJkpS7bhd1+6jbSbX9NA3iFjaMF8Cpp55atmzZ0h8BSZIkxbqd + dNppp1V31KTFLWwYPwf77rtvWbduXf/IJUmS9KvqdlO3n2q7alLiFjaM99J+++1XNm7c2D9mSZIkjVK3 + n7odVdtXkxC3sGG8F7r/07nyyiv7xytJkqQ9qdtR0/I3x3ELG8Z7Yf369f1jlSRJ0t7U7anazhq3uIUN + 4z3UfXFckiRJz70zzjijurfGKW5hw3gPdK8a8fYJSZKkhan7cZCDDz64urvGJW5hw3gPeAOFJEnSwjbp + r1TELWwYj+iwww4rO3fu7B+hJEmSFqJuX3U7q7a/xiFuYcN4RN3PGkqSJGnh63ZWbX+NQ9zChvEI5ufn + y7333ts/OkmSJC1k3c7q9lZth7UWt7BhPIIVK1b0j02SJEkt6vZWbYe1FrewYTyC1atX949MkiRJLVq1 + alV1h7UWt7BhPIINGzb0j0ySJEkt6vZWbYe1FrewYTyC2267rX9kkiRJalG3t2o7rLW4hQ3jEWzdurV/ + ZJIkSWpRt7dqO6y1uIUN4xHs2LGjf2SSJElqUbe3ajustbiFDeMRSJIkqX21HdZa3MKG8QgkSZLUvtoO + ay1uYcN4BJIkSWpfbYe1FrewYTwCSZIkta+2w1qLW9gwHoEkSZLaV9thrcUtbBiPQJIkSe2r7bDW4hY2 + jEcgSZKk9tV2WGtxCxvGI5AkSVL7ajustbiFDeMRSJIkqX21HdZa3MKG8QgkSZLUvtoOay1uYcN4BJIk + SWpfbYe1FrewYTwCSZIkta+2w1qLW9gwHoEkSZLaV9thrcUtbBiPQJIkSe2r7bDW4hY2jEcgSZKk9tV2 + WGtxCxvGI5AkSVL7ajustbiFDeMRSJIkqX21HdZa3MKG8QgkSZLUvtoOay1uYcN4BJIkSWpfbYe1Frdw + 7mE8N1eWHnhIOeCI48tLT/yv5VW/85Fy5B+vKUf/9wvKsX/+1XL8X/xtWX7WN8pbz//ln897Lry+nPzl + G8rpl91UPvT3Pyyf/NbtZe0N/17+8bb7y+afP1qe2PF0/1glSZK0p1X3WmNxC6caxnPz+5T9Dz+mHHby + B8rrP3JOWf6FqwZ/GAuhG82f/+4d5Zv/9kDZ9uSO/jFLkiTp11Xbb63FHbfoh/H8kqVl2XHvKK/7w8+U + 5WdvHHz41t76rA/8zS3l4pt/Vu5++Mn+kUuSJKlWbcu1Frfboh3GL3rlEeXw084sK774zcEHnqQ//Ntb + yhW33V+e2O4rF5IkSf93tU3XWtxqi2sYz82VA49aXt7wsfMHH3LavHv9deWCG39aHn7KVy0kSZL+o+q+ + ayxutMUxjJ8dxC855sRyzCcuGny4affOdZvKOZvuLA89vr0/DpIkSXmr7rzG4jab+WH84tceW964+quD + DzVr3rb2++W86/+9PL59Z38sJEmS8lXbeq3FTTazw3jJAQeVI/7os4MPM+tO/vL1u99m8Ux/OCRJkjJV + 23ytxS02e8N4bq689IRTmrxqbVp89IpbywOP/aI/IpIkSTmqbr/G4gabqWG8ZP8Dy1EfPnvwARard194 + XfnOjx/sj4kkSdLir7b/Wov7a2aG8f6HH13e9LkNg5vPYM137yg7nt7VHxdJkqTFW20DthZ310wM45e9 + 7bfKynOuGdx4Jt37j725QpIkLfZqO7C1uLmmexjPzZVXnvLBwQ1ndcrFN5afbHm8PzaSJEmLr+oebCzu + rakdxnPz+5TXvO9/DG42u3etv6788L5H+qMjSZK0uKptwtbi1prKYTy/ZGk58oOfG9wov/SOCzaVf7p7 + W398JEmSFk+1Xdha3FlTN4zn9tk3zZsn9lb3gyA33/Nwf4QkSZIWR7Vt2FrcWFM1jOfm5xfdj3a00v2c + 9O0PPNYfI0mSpNmvtg9bi/tqqobxq0/9s8HN8aud/OUbyr2PPNUfJUmSpNmutg9bi9tqaobxy97+3sGN + MZpTv/aD8tj2nf1xkiRJmt1qG7G1uKumYhh3P96R+T3Fz9XHrvzXsuuZZ/ojJUmSNJvVdmJrcVNNfBh3 + P/Oc8RftFtrFN/+sP1KSJEmzWW0rthb31GSH8dxcOfJDnx/cEHvnhPO/X2574NH+WEmSJM1e1b3YWNxT + Ex3GLz3hlMHN8Nz87qU/KE/t3NUfLUmSpNmqthdbi1tqYsN46QEHleVfuGpwMzx3511/Z3+0JEmSZqva + Zmwt7qiJDeMj/ugvBzfCwui+UnHHQ4/3x0uSJGl2qm3G1uKOmsgwPuB1xw9ugoX14Q3/UryjQpIkzVq1 + 3dha3FDjH8Zzc+WNq74yuAkW3nfvfKg/YpIkSbNRdTs2FvfT2IfxQW961+AGaOP0y27ybmNJkjRT1bZj + a3E/jXUYz83vU4771GWDG6Cdb93xQH/MJEmSpr/afmwtbqexDuNlx71jcHHaet/Xb/JdY0mSNDPV9mNr + cTuNdRgffebawcVp76a7t/VHTZIkabqr7cfW4m4a2zB+0SuPGFyY8TjzG5v7oyZJkjTd1TZka3E3jW0Y + H37amYMLMx5vPf975cHHf9EfN0mSpOmttiFbi7tpLMN4fslSv3I3QV+9+Wf9cZMkSZreajuytbiZxjKM + X3LMiYOLMl6/d/nN/XGTJEma3mo7srW4mcYyjF/3B58eXJTxu2vbk/2RkyRJms5qO7K1uJfaD+O5ufLm + NVcMLsr4ff2H9/RHTpIkaTqrbsnG4l5qPoxf+IrXDC7IZPzpP9zaHzlJkqTprLYlW4t7qfkwfvk7f3dw + QSbj7RdsKjue3tUfO0mSpOmrtiVbi3up+TA+8kNrBhdkcjb//NH+2EmSJE1ftS3ZWtxKbYfx3JzXtE2R + y33PWJIkTXHVPdlY3EpNh/HzD3rF4GJM1meu/lF/7CRJkqav2p5sLW6lpsP4JcecMLgYk/V+7zOWJElT + XG1Ptha3UtNh/Ip3v29wMSar+wd4z/QHT5Ikadqq7cnW4lZqOowPP/3MwcWYvC1PbO+PniRJ0nRV25Ot + xZ3UdBgf9SdfHFyMybvtAW+mkCRJ01ltT7YWd1LTYXzMJy4cXIzJ2/TTLf3RkyRJmq5qe7K1uJOaDuPj + P/s/Bxdj8jb+6Of90ZMkSZquanuytbiTmg7j5WdvHFyMyfubf7m3P3qSJEnTVW1PthZ3UtNhvOKvvj24 + GJP3tX++uz96kiRJ01VtT7YWd1LTYRz/20yHS28xjCVJ0nRW25OtxZ3Udhh/6drBxZg8f2MsSZKmtdqe + bC3uJN8xTsYwliRJ01ptT7YWd1LTYfzmNVcMLsbk/cPm+/qjJ0mSNF3V9mRrcSc1HcbHfvLSwcWYvGt+ + 8mB/9CRJkqar2p5sLe6kpsP46I+dP7gYk3fzPQ/3R0+SJGm6qu3J1uJOajqMX/cHnx5cjMm7a9sT/dGT + JEmarmp7srW4k5oO41ee8sHBxZi8p3bu6o+eJEnSdFXbk63FndR0GL/0hFMGF2OyfvMrN/THTpIkafqq + 7cnW4lZqOoz3f/XRg4sxWR+94tb+2EmSJE1ftT3ZWtxKTYfxPi944eBiTNZ519/ZHztJkqTpq7YnW4tb + qekw7hz7qa8NLsjkfPuOB/pjJ0mSNH3VtmRrcSs1H8aHn/HxwQWZnPsffao/dpIkSdNXbUu2FrdS82F8 + 8Ir3DC7IZPz2Jf/UHzlJkqTprLYlW4t7qfkwXvLiZeUtX7p2cFHG76xrf9wfOUmSpOmstiVbi3up+TDu + HPOJiwYXZfw2/XRLf+QkSZKms9qObC3upbEM40P/y+8PLsp4nbRukx/2kCRJU19tR7YWN9NYhvELDjls + cFHG61Pfur0/bpIkSdNbbUe2FjfTWIZx55iPrx9cmPG5/q6t/XGTJEma3mobsrW4mcY2jP089GSccvGN + 5eldz/THTZIkaXqrbcjW4m4a2zDe5/n7lRVf/Obg4rR30Q/u6o+aJEnSdFfbkK3F3TS2Ydx51Xv/2+Di + tPW2td8vW5/c3h81SZKk6a62H1uL22msw3jpgYeUledeM7gB2vHuYkmSNEvV9mNrcTuNdRh3/ET0eJy4 + 9vt+AlqSJM1Ute3YWtxPYx/GS1/y0rLynO8MboKF52+LJUnSrFXbjq3F/TT2Ydz5jd/68OAmWFgnrb+u + bHnCd4slSdJsVduNrcUNNZFhvM8LXlTe/Pl/HNwIC+eSW+7uj5ckSdLsVNuNrcUNNZFh3Dl4xXsGN8LC + OP2ym8qOp/38syRJmr1qm7G1uKMmNoyfNzdXjvrTLw5uhufmrc+69f5H+qMlSZI0W1U3Y2NxS01uGD+r + +4d4y79w1eCG2HvnXndnf6wkSZJmr9pebC1uqYkO485BbzppcEPsnd+7/GZfoZAkSTNdbSu2FvfUxIdx + x7uNn5vuLRR3bXuyP1KSJEmzWW0nthY31VQM4/l9l5RjPr5+cGOMpvte8bV3PtQfJ0mSpNmtthNbi7tq + KoZxZ+kBB5Xj//LvBjfHr7fuxp/2R0mSJGm2q23E1uKumpph3Nnv5a8uy8/eOLhB/v/+4uoflWf6gyRJ + kjTr1fZha3FbTdUw7rz4tceWFX/1rcFN8v/6xMbNZecus1iSJC2eatuwtbivpm4Ydw48anlZ+ddXD26U + /+OjV9zqDRSSJGnRVduFrcWNNZXDuHPAEcf7m+OKM7+xuWw3iiVJ0iKstglbiztraodxZ/9Xvb68+awr + Bzec2We/82++PiFJkhZttT3YWtxaUz2MO88/+BXluE9/fXDT2XSvZLvoB3f5h3aSJGlRV9uCrcXNNfXD + uLPvfvuXoz589uDGs3jnuk3lmp882B8XSZKkxVttB7YWd9dMDOPd5ubKYSd/oKw895rBB1jM3vf1m8tP + tz7RHxVJkqTFXXUDNha31+wM4173vePjPnP54EMsNt1XJ87ZdKc3T0iSpFTVtl9rcYPN3DDuzC99fvmN + 3/6TsvLc7w4+zGJw+mU3lVvvf6Q/HpIkSXmq7b7W4g6byWH8H1546GvKG/7svMEHmlUnrb+uXHLL3f6W + WJIkpa2291qLe2ymh/Fuc3Nl2XHvKMd+8tLBB5sVJ679fjnr2h+XrU9u74+EJElSzqpbr7G4y2Z/GPfm + 5ufLwcv/czn2z786+IDT6u0XbCprvntHuf/Rp/qjIEmSlLvaxmst7rNFM4z/t7m5cuDrV5Qj/3hNecuX + rh182GlwysU37n4n8bYnd/RHQJIkSV3VbddY3GmLbxgHSw88pBz6nveXN66+ePChx+2kdZvKp759e7n+ + rq1l1zN+pkOSJKlWbc+1Fjfboh7G0QsOOay87O3vLUd88HNl+dnfGPwhLLTudWvvv/zmcu51d+4ew7/Y + 6R/USZIk/bpqG661uOHSDOOo+z7yCw97XXn5O08tr/39T5Y3rvpKWfnXVw/+YPbEb37lhvKRK24t511/ + Z7n2zofKI0/5moQkSdKeVtttrcVNl3IYV83NlSUvXlb2f/UbykuOfms5ZOXJ5eUnnVZe8a7Ty6W33F0u + ++df+vt/va9858cPlpvu2Vbu2vZEecrfBkuSJC1I1Y3WWNzChvEIJEmS1L7aDmstbmHDeASSJElqX22H + tRa3sGE8AkmSJLWvtsNai1vYMB6BJEmS2lfbYa3FLWwYj0CSJEntq+2w1uIWNoxHIEmSpPbVdlhrcQsb + xiOQJElS+2o7rLW4hQ3jEUiSJKl9tR3WWtzChvEIJEmS1L7aDmstbmHDeASSJElqX22HtRa3sGE8gh07 + dvSPS5IkSS3q9lZth7UWt7BhPIKtW7f2j0ySJEkt6vZWbYe1FrewYTyC2267rX9kkiRJalG3t2o7rLW4 + hQ3jEWzYsKF/ZJIkSWpRt7dqO6y1uIUN4xGsXr26f2SSJElq0apVq6o7rLW4hQ3jEaxYsaJ/ZJIkSWpR + t7dqO6y1uIUN4xHMz8+X++67r39skiRJWsjuvffe3XurtsNai1vYMB7RmjVr+kcnSZKkhazbWbX9NQ5x + CxvGIzr00EO9z1iSJGmB6/ZVt7Nq+2sc4hY2jPfA2rVr+0coSZKkhWjdunXV3TUucQsbxntg2bJl5eGH + H+4foyRJkp5L3Y96dPuqtrvGJW5hw3gPnX766f2jlCRJ0nPpjDPOqO6tcYpb2DDeC+vXr+8fpyRJkvam + Cy+8sLqzxi1uYcN4LyxZsqRs3Lixf6ySJEnak6688srde6q2s8YtbmHDeC/tt99+5eqrr+4fryRJkkbp + qquu2r2javtqEuIWNoyfg3333bdcdNFF/WOWJEnSr6r7Omq3n2q7alLiFjaMF0D3D/Iee+yx/pFLkiQp + tmXLlqn4h3Y1cQsbxgvkoIMOKpdccknZtWtXfwQkSZJy1/14R/ee4m4n1fbTNIhb2DBeYN0vt1xwwQXl + 8ccf74+EJElSru67775y1llnTfQX7UYVt7Bh3Mj8/HxZuXLl7v9Luv3228ujjz5ann766f64SJIkzX47 + d+7c/eNnmzdvLhs2bCirV68uK1as2L2DavtoGsUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUt + bBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtbBgDAJBW3MKGMQAAacUtPBjGAACQlWEMAADPMowB + AOC875X/BbCQQ/wald3NAAAAAElFTkSuQmCC + + + + + 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 + Vo7+A7thyQKe0TLeAAAAAElFTkSuQmCC + + WEBPAD diff --git a/INT99DC_7C/DialogForms/DialogFormYesNo.Designer.cs b/INT99DC_7C/DialogForms/DialogFormYesNo.Designer.cs index bca7233..b55ffd4 100644 --- a/INT99DC_7C/DialogForms/DialogFormYesNo.Designer.cs +++ b/INT99DC_7C/DialogForms/DialogFormYesNo.Designer.cs @@ -30,23 +30,23 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormYesNo)); this.buttonNo = new System.Windows.Forms.Button(); - this.labelErrorCode = new System.Windows.Forms.Label(); + this.buttonYes = new System.Windows.Forms.Button(); + this.smartForm1 = new SmartX.SmartForm(); + this.labelMessage2 = new SmartX.SmartLabel(); + this.labelMessage1 = new SmartX.SmartLabel(); + this.labelErrorCode = new SmartX.SmartLabel(); this.pictureBoxExclamation = new System.Windows.Forms.PictureBox(); - this.labelMessage1 = new System.Windows.Forms.Label(); - this.panel1 = new System.Windows.Forms.Panel(); - this.pictureBoxQuestion = new System.Windows.Forms.PictureBox(); this.pictureBoxHand = new System.Windows.Forms.PictureBox(); this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox(); - this.labelMessage2 = new System.Windows.Forms.Label(); - this.buttonYes = new System.Windows.Forms.Button(); - this.panel1.SuspendLayout(); + this.pictureBoxQuestion = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.SuspendLayout(); // // buttonNo // - this.buttonNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonNo.ForeColor = System.Drawing.Color.White; + this.buttonNo.BackColor = System.Drawing.Color.WhiteSmoke; + this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonNo.ForeColor = System.Drawing.Color.Black; this.buttonNo.Location = new System.Drawing.Point(335, 135); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(100, 25); @@ -55,76 +55,11 @@ this.buttonNo.Text = "No"; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // - // labelErrorCode - // - this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelErrorCode.Location = new System.Drawing.Point(15, 11); - this.labelErrorCode.Name = "labelErrorCode"; - this.labelErrorCode.Size = new System.Drawing.Size(350, 20); - this.labelErrorCode.Text = "Error 0"; - // - // pictureBoxExclamation - // - this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image"))); - this.pictureBoxExclamation.Location = new System.Drawing.Point(11, 20); - this.pictureBoxExclamation.Name = "pictureBoxExclamation"; - this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50); - // - // labelMessage1 - // - this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelMessage1.Location = new System.Drawing.Point(67, 20); - this.labelMessage1.Name = "labelMessage1"; - this.labelMessage1.Size = new System.Drawing.Size(350, 20); - this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; - // - // panel1 - // - this.panel1.BackColor = System.Drawing.Color.White; - this.panel1.Controls.Add(this.pictureBoxExclamation); - this.panel1.Controls.Add(this.pictureBoxQuestion); - this.panel1.Controls.Add(this.pictureBoxHand); - this.panel1.Controls.Add(this.pictureBoxAsterisk); - this.panel1.Controls.Add(this.labelMessage2); - this.panel1.Controls.Add(this.labelMessage1); - this.panel1.Location = new System.Drawing.Point(15, 34); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(420, 95); - // - // pictureBoxQuestion - // - this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image"))); - this.pictureBoxQuestion.Location = new System.Drawing.Point(11, 20); - this.pictureBoxQuestion.Name = "pictureBoxQuestion"; - this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50); - // - // pictureBoxHand - // - this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image"))); - this.pictureBoxHand.Location = new System.Drawing.Point(11, 20); - this.pictureBoxHand.Name = "pictureBoxHand"; - this.pictureBoxHand.Size = new System.Drawing.Size(50, 50); - // - // pictureBoxAsterisk - // - this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image"))); - this.pictureBoxAsterisk.Location = new System.Drawing.Point(11, 20); - this.pictureBoxAsterisk.Name = "pictureBoxAsterisk"; - this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50); - // - // labelMessage2 - // - this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelMessage2.Location = new System.Drawing.Point(67, 50); - this.labelMessage2.Name = "labelMessage2"; - this.labelMessage2.Size = new System.Drawing.Size(350, 20); - this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; - // // buttonYes // - this.buttonYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonYes.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonYes.ForeColor = System.Drawing.Color.White; + this.buttonYes.BackColor = System.Drawing.Color.WhiteSmoke; + this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonYes.ForeColor = System.Drawing.Color.Black; this.buttonYes.Location = new System.Drawing.Point(229, 135); this.buttonYes.Name = "buttonYes"; this.buttonYes.Size = new System.Drawing.Size(100, 25); @@ -133,6 +68,109 @@ this.buttonYes.Text = "Yes"; this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click); // + // smartForm1 + // + this.smartForm1.CenterLocation = false; + this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image"))); + this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; + this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING; + this.smartForm1.Location = new System.Drawing.Point(0, 0); + this.smartForm1.MainForm = null; + this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; + this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; + this.smartForm1.Name = "smartForm1"; + this.smartForm1.Size = new System.Drawing.Size(450, 170); + this.smartForm1.SpecialFunctionClickPointSize = 100; + this.smartForm1.SuspendLayoutInterval = 1; + // + // labelMessage2 + // + this.labelMessage2.BackPictureBox = this.smartForm1; + this.labelMessage2.BackPictureBox1 = null; + this.labelMessage2.BackPictureBox2 = null; + this.labelMessage2.BorderColor = System.Drawing.Color.Black; + this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMessage2.InitVisible = true; + this.labelMessage2.LineSpacing = 0F; + this.labelMessage2.Location = new System.Drawing.Point(78, 90); + this.labelMessage2.Name = "labelMessage2"; + this.labelMessage2.Size = new System.Drawing.Size(350, 20); + this.labelMessage2.TabIndex = 24; + this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; + this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMessage2.Wordwrap = false; + // + // labelMessage1 + // + this.labelMessage1.BackPictureBox = this.smartForm1; + this.labelMessage1.BackPictureBox1 = null; + this.labelMessage1.BackPictureBox2 = null; + this.labelMessage1.BorderColor = System.Drawing.Color.Black; + this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMessage1.InitVisible = true; + this.labelMessage1.LineSpacing = 0F; + this.labelMessage1.Location = new System.Drawing.Point(78, 60); + this.labelMessage1.Name = "labelMessage1"; + this.labelMessage1.Size = new System.Drawing.Size(350, 20); + this.labelMessage1.TabIndex = 23; + this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; + this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMessage1.Wordwrap = false; + // + // labelErrorCode + // + this.labelErrorCode.BackColor = System.Drawing.Color.Gainsboro; + this.labelErrorCode.BackPictureBox = this.smartForm1; + this.labelErrorCode.BackPictureBox1 = null; + this.labelErrorCode.BackPictureBox2 = null; + this.labelErrorCode.BorderColor = System.Drawing.Color.Black; + this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelErrorCode.InitVisible = true; + this.labelErrorCode.LineSpacing = 0F; + this.labelErrorCode.Location = new System.Drawing.Point(0, 0); + this.labelErrorCode.Name = "labelErrorCode"; + this.labelErrorCode.Size = new System.Drawing.Size(450, 32); + this.labelErrorCode.TabIndex = 22; + this.labelErrorCode.Text = " Error 0"; + this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelErrorCode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelErrorCode.Wordwrap = false; + // + // pictureBoxExclamation + // + this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image"))); + this.pictureBoxExclamation.Location = new System.Drawing.Point(22, 60); + this.pictureBoxExclamation.Name = "pictureBoxExclamation"; + this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50); + // + // pictureBoxHand + // + this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image"))); + this.pictureBoxHand.Location = new System.Drawing.Point(22, 60); + this.pictureBoxHand.Name = "pictureBoxHand"; + this.pictureBoxHand.Size = new System.Drawing.Size(50, 50); + this.pictureBoxHand.Visible = false; + // + // pictureBoxAsterisk + // + this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image"))); + this.pictureBoxAsterisk.Location = new System.Drawing.Point(22, 60); + this.pictureBoxAsterisk.Name = "pictureBoxAsterisk"; + this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50); + this.pictureBoxAsterisk.Visible = false; + // + // pictureBoxQuestion + // + this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image"))); + this.pictureBoxQuestion.Location = new System.Drawing.Point(22, 60); + this.pictureBoxQuestion.Name = "pictureBoxQuestion"; + this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50); + this.pictureBoxQuestion.Visible = false; + // // DialogFormYesNo // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -140,14 +178,20 @@ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250))))); this.ClientSize = new System.Drawing.Size(450, 170); this.ControlBox = false; - this.Controls.Add(this.buttonNo); + this.Controls.Add(this.pictureBoxHand); + this.Controls.Add(this.pictureBoxAsterisk); + this.Controls.Add(this.pictureBoxQuestion); + this.Controls.Add(this.pictureBoxExclamation); + this.Controls.Add(this.labelMessage2); + this.Controls.Add(this.labelMessage1); this.Controls.Add(this.labelErrorCode); - this.Controls.Add(this.panel1); + this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonYes); + this.Controls.Add(this.smartForm1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormYesNo"; this.Text = "DialogFormYesNo1"; - this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.ResumeLayout(false); } @@ -155,14 +199,14 @@ #endregion private System.Windows.Forms.Button buttonNo; - private System.Windows.Forms.Label labelErrorCode; - private System.Windows.Forms.PictureBox pictureBoxExclamation; - private System.Windows.Forms.Label labelMessage1; - private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button buttonYes; - private System.Windows.Forms.Label labelMessage2; - private System.Windows.Forms.PictureBox pictureBoxQuestion; + private SmartX.SmartForm smartForm1; + private SmartX.SmartLabel labelMessage2; + private SmartX.SmartLabel labelMessage1; + private SmartX.SmartLabel labelErrorCode; + private System.Windows.Forms.PictureBox pictureBoxExclamation; private System.Windows.Forms.PictureBox pictureBoxHand; private System.Windows.Forms.PictureBox pictureBoxAsterisk; + private System.Windows.Forms.PictureBox pictureBoxQuestion; } } \ No newline at end of file diff --git a/INT99DC_7C/DialogForms/DialogFormYesNo.cs b/INT99DC_7C/DialogForms/DialogFormYesNo.cs index 476bdd0..8f8496c 100644 --- a/INT99DC_7C/DialogForms/DialogFormYesNo.cs +++ b/INT99DC_7C/DialogForms/DialogFormYesNo.cs @@ -20,399 +20,435 @@ namespace INT99DC_7C.DialogForms { InitializeComponent(); + this.labelErrorCode.Text = ""; this.labelMessage1.Text = ""; this.labelMessage2.Text = ""; - if (language == DataStore.LanguageID.Korean) + switch (language) { - switch (ok) - { - case 1: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "예전 DLL로 되돌리시겠습니까?"; - break; - case 2: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "언어를 변경하시겠습니까?"; - break; - case 3: - this.labelErrorCode.Text = "업데이트"; - this.labelMessage1.Text = "새 버전으로 업데이트됩니다."; - break; - case 4: - break; - case 5: - this.labelErrorCode.Text = "공장초기화"; - this.labelMessage1.Text = "설정된 모든 데이터가 초기화됩니다."; - break; - case 6: - this.labelErrorCode.Text = "피드백"; - this.labelMessage1.Text = "High Limit 설정이 Over Range 설정보다 큽니다."; - this.labelMessage2.Text = "진행하시겠습니까?"; - break; - case 7: - this.labelErrorCode.Text = "피드백"; - this.labelMessage1.Text = "Low Limit 설정이 Under Range 설정보다 낮습니다."; - this.labelMessage2.Text = "진행하시겠습니까?"; - break; - case 8: - this.labelErrorCode.Text = "소거"; - this.labelMessage1.Text = "카운트 값을 소거 하시겠습니까?"; - break; - case 9: - this.labelErrorCode.Text = "모터 다운로드"; - this.labelMessage1.Text = "현재 값을 다운로드 하시겠습니까?"; - break; - case 10: - this.labelErrorCode.Text = "모터 다운로드"; - this.labelMessage1.Text = "현재 값을 전체 열에 다운로드 하시겠습니까?"; - break; - case 11: - this.labelErrorCode.Text = "모터 다운로드"; - this.labelMessage1.Text = "모터에 프로그램을 다운로드 하시겠습니까?"; - break; - case 12: - this.labelErrorCode.Text = "로그인"; - this.labelMessage1.Text = "Log out 하시겠습니까?"; - break; - case 13: - this.labelErrorCode.Text = "로그인"; - this.labelMessage1.Text = "유저 등록 하시겠습니까?"; - break; - case 14: - this.labelErrorCode.Text = "로그인"; - this.labelMessage1.Text = "유저 삭제 하시겠습니까?"; - break; - case 15: - this.labelErrorCode.Text = "이더넷"; - this.labelMessage1.Text = "로컬IP주소 수동으로 설정하시겠습니까?"; - break; - case 16: - this.labelErrorCode.Text = "이더넷"; - this.labelMessage1.Text = "로컬IP주소 자동으로 설정하시겠습니까?"; - break; - case 17: - this.labelErrorCode.Text = "로그인"; - this.labelMessage1.Text = "비밀번호를 초기화 하시겠습니까?"; - break; - default: - break; - } - } - else if (language == DataStore.LanguageID.English) - { - switch (ok) - { - case 1: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "Do you want to revert to the previous DLL?"; - break; - case 2: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "Do you change the language?"; - break; - case 3: - this.labelErrorCode.Text = "Update"; - this.labelMessage1.Text = "Now appilcation program update"; - break; - case 4: - break; - case 5: - this.labelErrorCode.Text = "Initialization"; - this.labelMessage1.Text = "All datas will be initialized"; - break; - case 6: - this.labelErrorCode.Text = "Feedback"; - this.labelMessage1.Text = "High Limit setting is larger than Over Range setting."; - this.labelMessage2.Text = "Do you want to proceed?"; - break; - case 7: - this.labelErrorCode.Text = "Feedback"; - this.labelMessage1.Text = "Low Limit setting is lower than the Under Range setting."; - this.labelMessage2.Text = "Do you want to proceed?"; - break; - case 8: - this.labelErrorCode.Text = "Clear"; - this.labelMessage1.Text = "Erase all count?"; - break; - case 9: - this.labelErrorCode.Text = "Motor download"; - this.labelMessage1.Text = "Do you want to download the current value?"; - break; - case 10: - this.labelErrorCode.Text = "Motor download"; - this.labelMessage1.Text = "Do you want to download to all column"; - this.labelMessage2.Text = "the current value?"; - break; - case 11: - this.labelErrorCode.Text = "Motor download"; - this.labelMessage1.Text = "Do you want to download the program?"; - break; - case 12: - this.labelErrorCode.Text = "Login"; - this.labelMessage1.Text = "Do you want to log out?"; - break; - case 13: - this.labelErrorCode.Text = "Login"; - this.labelMessage1.Text = "Do you want to register the user?"; - break; - case 14: - this.labelErrorCode.Text = "Login"; - this.labelMessage1.Text = "Do you want to Delete the user?"; - break; - case 15: - this.labelErrorCode.Text = "Ethernet"; - this.labelMessage1.Text = "Do you want to set the local IP address static?"; - break; - case 16: - this.labelErrorCode.Text = "Ethernet"; - this.labelMessage1.Text = "Do you want to set the local IP address to DHCP?"; - break; - case 17: - this.labelErrorCode.Text = "Login"; - this.labelMessage1.Text = "Do you want to reset your password?"; - break; - default: - break; - } - } - else if (language == DataStore.LanguageID.Chinese) - { - this.buttonYes.Text = "是"; - this.buttonNo.Text = "否"; + case DataStore.LanguageID.Korean: + #region Korean + switch (ok) + { + case 1: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "예전 DLL로 되돌리시겠습니까?"; + break; + case 2: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "언어를 변경하시겠습니까?"; + break; + case 3: + this.labelErrorCode.Text = "업데이트"; + this.labelMessage1.Text = "새 버전으로 업데이트됩니다."; + break; + case 4: + break; + case 5: + this.labelErrorCode.Text = "공장초기화"; + this.labelMessage1.Text = "설정된 모든 데이터가 초기화됩니다."; + break; + case 6: + break; + case 7: + break; + case 8: + this.labelErrorCode.Text = "소거"; + this.labelMessage1.Text = "카운트 값을 소거 하시겠습니까?"; + break; + case 9: + this.labelErrorCode.Text = "모터 다운로드"; + this.labelMessage1.Text = "현재 값을 다운로드 하시겠습니까?"; + break; + case 10: + break; + case 11: + this.labelErrorCode.Text = "모터 다운로드"; + this.labelMessage1.Text = "모터에 프로그램을 다운로드 하시겠습니까?"; + break; + case 12: + this.labelErrorCode.Text = "로그인"; + this.labelMessage1.Text = "Log out 하시겠습니까?"; + break; + case 13: + this.labelErrorCode.Text = "로그인"; + this.labelMessage1.Text = "유저 등록 하시겠습니까?"; + break; + case 14: + this.labelErrorCode.Text = "로그인"; + this.labelMessage1.Text = "유저 삭제 하시겠습니까?"; + break; + case 15: + this.labelErrorCode.Text = "이더넷"; + this.labelMessage1.Text = "로컬IP주소 수동으로 설정하시겠습니까?"; + break; + case 16: + this.labelErrorCode.Text = "이더넷"; + this.labelMessage1.Text = "로컬IP주소 자동으로 설정하시겠습니까?"; + break; + case 17: + this.labelErrorCode.Text = "로그인"; + this.labelMessage1.Text = "비밀번호를 초기화 하시겠습니까?"; + break; + default: + break; + } + #endregion + break; + case DataStore.LanguageID.English: + #region English + switch (ok) + { + case 1: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "Do you want to revert to the previous DLL?"; + break; + case 2: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "Do you change the language?"; + break; + case 3: + this.labelErrorCode.Text = "Update"; + this.labelMessage1.Text = "Now appilcation program update"; + break; + case 4: + break; + case 5: + this.labelErrorCode.Text = "Initialization"; + this.labelMessage1.Text = "All datas will be initialized"; + break; + case 6: + break; + case 7: + break; + case 8: + this.labelErrorCode.Text = "Clear"; + this.labelMessage1.Text = "Erase all count?"; + break; + case 9: + this.labelErrorCode.Text = "Motor download"; + this.labelMessage1.Text = "Do you want to download the current value?"; + break; + case 10: + break; + case 11: + this.labelErrorCode.Text = "Motor download"; + this.labelMessage1.Text = "Do you want to download the program?"; + break; + case 12: + this.labelErrorCode.Text = "Login"; + this.labelMessage1.Text = "Do you want to log out?"; + break; + case 13: + this.labelErrorCode.Text = "Login"; + this.labelMessage1.Text = "Do you want to register the user?"; + break; + case 14: + this.labelErrorCode.Text = "Login"; + this.labelMessage1.Text = "Do you want to Delete the user?"; + break; + case 15: + this.labelErrorCode.Text = "Ethernet"; + this.labelMessage1.Text = "Do you want to set the local IP address static?"; + break; + case 16: + this.labelErrorCode.Text = "Ethernet"; + this.labelMessage1.Text = "Do you want to set the local IP address to DHCP?"; + break; + case 17: + this.labelErrorCode.Text = "Login"; + this.labelMessage1.Text = "Do you want to reset your password?"; + break; + default: + break; + } + #endregion + break; + case DataStore.LanguageID.Chinese: + #region Chinese + this.buttonYes.Text = "是"; + this.buttonNo.Text = "否"; - switch (ok) - { - case 1: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "你想转变到之前的DLL吗"; - break; - case 2: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "想更换语言吗?"; - break; - case 3: - this.labelErrorCode.Text = "更新"; - this.labelMessage1.Text = "现在应用程序更新"; - break; - case 4: - break; - case 5: - this.labelErrorCode.Text = "回复出厂设置"; - this.labelMessage1.Text = "所有数据初始化"; - break; - case 6: - this.labelErrorCode.Text = "反馈"; - this.labelMessage1.Text = "“上限”设置大于“超出范围”设置。"; - this.labelMessage2.Text = "您要继续吗?"; - break; - case 7: - this.labelErrorCode.Text = "反馈"; - this.labelMessage1.Text = "“下限”设置低于“低于范围”设置。"; - this.labelMessage2.Text = "您要继续吗?"; - break; - case 8: - this.labelErrorCode.Text = "消除"; - this.labelMessage1.Text = "您确定清除计数值吗?"; - break; - case 9: - this.labelErrorCode.Text = "下载"; - this.labelMessage1.Text = "您确定下载当前值吗?"; - break; - case 10: - this.labelErrorCode.Text = "下载"; - this.labelMessage1.Text = "您是否要将所有当前值下载到所有列?"; - break; - case 11: - this.labelErrorCode.Text = "下载"; - this.labelMessage1.Text = "你想下载程序吗?"; - break; - case 12: - this.labelErrorCode.Text = "登录"; - this.labelMessage1.Text = "你想注销吗?"; - break; - case 13: - this.labelErrorCode.Text = "登录"; - this.labelMessage1.Text = "你想注册用户吗?"; - break; - case 14: - this.labelErrorCode.Text = "登录"; - this.labelMessage1.Text = "要删除用户吗?"; - break; - case 15: - this.labelErrorCode.Text = "以太网"; - this.labelMessage1.Text = "是否要将本地 IP 地址设置为静态?"; - break; - case 16: - this.labelErrorCode.Text = "以太网"; - this.labelMessage1.Text = "是否要将本地 IP 地址设置为 DHCP?"; - break; - case 17: - this.labelErrorCode.Text = "登录"; - this.labelMessage1.Text = "您想重置密码吗?"; - break; - default: - break; - } - } - else if (language == DataStore.LanguageID.Czech) - { - switch (ok) - { - case 1: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "Chcete se vrátit k předchozí DLL?"; - break; - case 2: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "Chcete změnit jazyk?"; - break; - case 3: - this.labelErrorCode.Text = "Aktualizace"; - this.labelMessage1.Text = "Program byl aktualizován"; - break; - case 4: - break; - case 5: - this.labelErrorCode.Text = "Tovární nastavení"; - this.labelMessage1.Text = "Budou inicializována všechna data"; - break; - case 6: - this.labelErrorCode.Text = "zpětná vazba"; - this.labelMessage1.Text = "Nastavení High Limit je větší než nastavení Over Range."; - this.labelMessage2.Text = "Chcete pokračovat?"; - break; - case 7: - this.labelErrorCode.Text = "zpětná vazba"; - this.labelMessage1.Text = "Nastavení Low Limit je nižší než nastavení Under Range."; - this.labelMessage2.Text = "Chcete pokračovat?"; - break; - case 8: - this.labelErrorCode.Text = "Smazat"; - this.labelMessage1.Text = "Smazat všechny počty?"; - break; - case 9: - this.labelErrorCode.Text = "Stažení"; - this.labelMessage1.Text = "Chcete stáhnout aktuální hodnotu?"; - break; - case 10: - this.labelErrorCode.Text = "Stažení"; - this.labelMessage1.Text = "Stahovat všechny aktuální"; - this.labelMessage2.Text = "hodnoty do všech sloupců?"; - break; - case 11: - this.labelErrorCode.Text = "Stažení"; - this.labelMessage1.Text = "Chcete program stáhnout na motor?"; - break; - case 12: - this.labelErrorCode.Text = "Přihlásit se"; - this.labelMessage1.Text = "Chcete se odhlásit?"; - break; - case 13: - this.labelErrorCode.Text = "Přihlásit se"; - this.labelMessage1.Text = "Chcete zaregistrovat uživatele?"; - break; - case 14: - this.labelErrorCode.Text = "Přihlásit se"; - this.labelMessage1.Text = "Chcete smazat uživatele?"; - break; - case 15: - this.labelErrorCode.Text = "Ethernet"; - this.labelMessage1.Text = "Do you want to set the local IP address static?"; - break; - case 16: - this.labelErrorCode.Text = "Ethernet"; - this.labelMessage1.Text = "Do you want to set the local IP address to DHCP?"; - break; - case 17: - this.labelErrorCode.Text = "Přihlásit se"; - this.labelMessage1.Text = "Chcete obnovit své heslo?"; - break; - default: - break; - } - } - else if (language == DataStore.LanguageID.German) - { - switch (ok) - { - case 1: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "Möchten Sie die ursprüngliche"; - this.labelMessage2.Text = "DDL-Bibliothek wirklich zurückgeben?"; - break; - case 2: - this.labelErrorCode.Text = ""; - this.labelMessage1.Text = "Möchten Sie die Sprache wirklich ändern?"; - break; - case 3: - this.labelErrorCode.Text = "Aktualisierung"; - this.labelMessage1.Text = "Programm wird aktualisiert"; - break; - case 4: - break; - case 5: - this.labelErrorCode.Text = "Werkseinstellung"; - this.labelMessage1.Text = "Alle Daten werden initialisiert"; - break; - case 6: - this.labelErrorCode.Text = "Feedback"; - this.labelMessage1.Text = "Die Einstellung für den oberen Grenzwert ist größer als die Einstellung für den Überbereich."; - this.labelMessage2.Text = "Möchten Sie fortfahren?"; - break; - case 7: - this.labelErrorCode.Text = "Feedback"; - this.labelMessage1.Text = "Low Limit setting is lower than the Under Range setting."; - this.labelMessage2.Text = "Möchten Sie fortfahren?"; - break; - case 8: - this.labelErrorCode.Text = "Löschen"; - this.labelMessage1.Text = "Wirklich die Zähler löschen? "; - break; - case 9: - this.labelErrorCode.Text = "Herunterladen zum Motor"; - this.labelMessage1.Text = "Möchten Sie den aktuellen"; - this.labelMessage2.Text = "Wert wirklich herunterladen?"; - break; - case 10: - this.labelErrorCode.Text = "Herunterladen zum Motor"; - this.labelMessage1.Text = "Möchten Sie den aktuellen"; - this.labelMessage2.Text = "Wert in alle Spalten herunterladen?"; - break; - case 11: - this.labelErrorCode.Text = "Programm-Download zum Motor"; - this.labelMessage1.Text = "Möchten Sie wirklich einen Motor herunterladen?"; - break; - case 12: - this.labelErrorCode.Text = "Einloggen"; - this.labelMessage1.Text = "Möchten Sie sich abmelden?"; - break; - case 13: - this.labelErrorCode.Text = "Einloggen"; - this.labelMessage1.Text = "Möchten Sie den Benutzer registrieren?"; - break; - case 14: - this.labelErrorCode.Text = "Einloggen"; - this.labelMessage1.Text = "Möchten Sie einen Benutzer löschen?"; - break; - case 15: - this.labelErrorCode.Text = "Ethernet"; - this.labelMessage1.Text = "Do you want to set the local IP address static?"; - break; - case 16: - this.labelErrorCode.Text = "Ethernet"; - this.labelMessage1.Text = "Do you want to set the local IP address to DHCP?"; - break; - case 17: - this.labelErrorCode.Text = "Einloggen"; - this.labelMessage1.Text = "Möchten Sie Ihr Passwort zurücksetzen?"; - break; - default: - break; - } - } - else - { + switch (ok) + { + case 1: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "你想转变到之前的DLL吗"; + break; + case 2: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "想更换语言吗?"; + break; + case 3: + this.labelErrorCode.Text = "更新"; + this.labelMessage1.Text = "现在应用程序更新"; + break; + case 4: + break; + case 5: + this.labelErrorCode.Text = "回复出厂设置"; + this.labelMessage1.Text = "所有数据初始化"; + break; + case 6: + break; + case 7: + break; + case 8: + this.labelErrorCode.Text = "消除"; + this.labelMessage1.Text = "您确定清除计数值吗?"; + break; + case 9: + this.labelErrorCode.Text = "下载"; + this.labelMessage1.Text = "您确定下载当前值吗?"; + break; + case 10: + break; + case 11: + this.labelErrorCode.Text = "下载"; + this.labelMessage1.Text = "你想下载程序吗?"; + break; + case 12: + this.labelErrorCode.Text = "登录"; + this.labelMessage1.Text = "你想注销吗?"; + break; + case 13: + this.labelErrorCode.Text = "登录"; + this.labelMessage1.Text = "你想注册用户吗?"; + break; + case 14: + this.labelErrorCode.Text = "登录"; + this.labelMessage1.Text = "要删除用户吗?"; + break; + case 15: + this.labelErrorCode.Text = "以太网"; + this.labelMessage1.Text = "是否要将本地 IP 地址设置为静态?"; + break; + case 16: + this.labelErrorCode.Text = "以太网"; + this.labelMessage1.Text = "是否要将本地 IP 地址设置为 DHCP?"; + break; + case 17: + this.labelErrorCode.Text = "登录"; + this.labelMessage1.Text = "您想重置密码吗?"; + break; + default: + break; + } + #endregion + break; + case DataStore.LanguageID.Czech: + #region Czech + this.buttonYes.Text = "Ano"; + this.buttonNo.Text = "Ne"; + + switch (ok) + { + case 1: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "Chcete se vrátit k předchozí DLL?"; + break; + case 2: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "Chcete změnit jazyk?"; + break; + case 3: + this.labelErrorCode.Text = "Aktualizace"; + this.labelMessage1.Text = "Program byl aktualizován"; + break; + case 4: + break; + case 5: + this.labelErrorCode.Text = "Tovární nastavení"; + this.labelMessage1.Text = "Budou inicializována všechna data"; + break; + case 6: + break; + case 7: + break; + case 8: + this.labelErrorCode.Text = "Smazat"; + this.labelMessage1.Text = "Smazat všechny počty?"; + break; + case 9: + this.labelErrorCode.Text = "Stažení"; + this.labelMessage1.Text = "Chcete stáhnout aktuální hodnotu?"; + break; + case 10: + break; + case 11: + this.labelErrorCode.Text = "Stažení"; + this.labelMessage1.Text = "Chcete program stáhnout na motor?"; + break; + case 12: + this.labelErrorCode.Text = "Přihlásit se"; + this.labelMessage1.Text = "Chcete se odhlásit?"; + break; + case 13: + this.labelErrorCode.Text = "Přihlásit se"; + this.labelMessage1.Text = "Chcete zaregistrovat uživatele?"; + break; + case 14: + this.labelErrorCode.Text = "Přihlásit se"; + this.labelMessage1.Text = "Chcete smazat uživatele?"; + break; + case 15: + this.labelErrorCode.Text = "Ethernet"; + this.labelMessage1.Text = "Chcete nastavit lokální IP adresu statickou?"; + break; + case 16: + this.labelErrorCode.Text = "Ethernet"; + this.labelMessage1.Text = "Chcete nastavit lokální IP adresu na DHCP?"; + break; + case 17: + this.labelErrorCode.Text = "Přihlásit se"; + this.labelMessage1.Text = "Chcete obnovit své heslo?"; + break; + default: + break; + } + #endregion + break; + case DataStore.LanguageID.German: + #region German + switch (ok) + { + case 1: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "Möchten Sie die ursprüngliche"; + this.labelMessage2.Text = "DDL-Bibliothek wirklich zurückgeben?"; + break; + case 2: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "Möchten Sie die Sprache wirklich ändern?"; + break; + case 3: + this.labelErrorCode.Text = "Aktualisierung"; + this.labelMessage1.Text = "Programm wird aktualisiert"; + break; + case 4: + break; + case 5: + this.labelErrorCode.Text = "Werkseinstellung"; + this.labelMessage1.Text = "Alle Daten werden initialisiert"; + break; + case 6: + break; + case 7: + break; + case 8: + this.labelErrorCode.Text = "Löschen"; + this.labelMessage1.Text = "Wirklich die Zähler löschen? "; + break; + case 9: + this.labelErrorCode.Text = "Programm-Download zum Motor"; + this.labelMessage1.Text = "Möchten Sie den aktuellen"; + this.labelMessage2.Text = "Wert wirklich herunterladen?"; + break; + case 10: + break; + case 11: + this.labelErrorCode.Text = "Programm-Download zum Motor"; + this.labelMessage1.Text = "Möchten Sie wirklich einen Motor herunterladen?"; + break; + case 12: + this.labelErrorCode.Text = "Einloggen"; + this.labelMessage1.Text = "Möchten Sie sich abmelden?"; + break; + case 13: + this.labelErrorCode.Text = "Einloggen"; + this.labelMessage1.Text = "Möchten Sie den Benutzer registrieren?"; + break; + case 14: + this.labelErrorCode.Text = "Einloggen"; + this.labelMessage1.Text = "Möchten Sie einen Benutzer löschen?"; + break; + case 15: + this.labelErrorCode.Text = "Ethernet"; + this.labelMessage1.Text = "Möchten Sie die lokale IP-Adresse statisch festlegen?"; + break; + case 16: + this.labelErrorCode.Text = "Ethernet"; + this.labelMessage1.Text = "Möchten Sie die lokale IP-Adresse auf DHCP einstellen?"; + break; + case 17: + this.labelErrorCode.Text = "Einloggen"; + this.labelMessage1.Text = "Möchten Sie Ihr Passwort zurücksetzen?"; + break; + default: + break; + } + #endregion + break; + case DataStore.LanguageID.Japanese: + #region Japanese + this.buttonYes.Text = "はい"; + this.buttonNo.Text = "いいえ"; + + switch (ok) + { + case 1: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "以前のDLLに戻しますか?"; + break; + case 2: + this.labelErrorCode.Text = ""; + this.labelMessage1.Text = "言語を変更しますか?"; + break; + case 3: + this.labelErrorCode.Text = "更新"; + this.labelMessage1.Text = "これよりアプリケㅡションプログラムの更新となる"; + break; + case 4: + break; + case 5: + this.labelErrorCode.Text = "初期化"; + this.labelMessage1.Text = "すべてのデㅡタが初期化される"; + break; + case 6: + break; + case 7: + break; + case 8: + this.labelErrorCode.Text = "クリア"; + this.labelMessage1.Text = "カウントをすべて消去しますか?"; + break; + case 9: + break; + case 10: + break; + case 11: + break; + case 12: + this.labelErrorCode.Text = "ログイン"; + this.labelMessage1.Text = "ログアウトしますか?"; + break; + case 13: + this.labelErrorCode.Text = "ログイン"; + this.labelMessage1.Text = "ユㅡザㅡ登録しますか?"; + break; + case 14: + this.labelErrorCode.Text = "ログイン"; + this.labelMessage1.Text = "このユㅡザㅡを削除しますか?"; + break; + case 15: + this.labelErrorCode.Text = "イーサネット"; + this.labelMessage1.Text = "ローカル IP アドレスを静的に設定しますか?"; + break; + case 16: + this.labelErrorCode.Text = "イーサネット"; + this.labelMessage1.Text = "ローカル IP アドレスを DHCP に設定しますか?"; + break; + case 17: + this.labelErrorCode.Text = "ログイン"; + this.labelMessage1.Text = "パスワードをリセットしますか?"; + break; + default: + break; + } + #endregion + break; + default: + break; } } public DialogFormYesNo(DataStore.LanguageID language, int ok, string msg) diff --git a/INT99DC_7C/DialogForms/DialogFormYesNo.resx b/INT99DC_7C/DialogForms/DialogFormYesNo.resx index cdad72c..b1dbca3 100644 --- a/INT99DC_7C/DialogForms/DialogFormYesNo.resx +++ b/INT99DC_7C/DialogForms/DialogFormYesNo.resx @@ -118,9 +118,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAAcIAAACqCAIAAACxqtiRAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -165,24 +165,23 @@ RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK - j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAo9JREFUWEftl01PE0EY - xxffE9TEiy9XDxDjFzDGm/ELGE38AN71QMI3MJ70ws3PYEw8ejDGk9ZqtSkEtBIK2igaKpGAZWkfZ+yz - 0+1/Z3ZndhbksL/8Q+izs/P8WmCfIaB9SanlQqnlQqnlQnFa3Rp/UwQFae18ow+HaOMpv/SmIK3WJaoG - NHuS+iFX/ChCa/M5vQ2klkj7Fhf9KEJr4Rw7ibwboz9VrnvgrbV2f+g0yMJZvuSBn1Z/i+rHUEvkxxQv - yIuf1tfrKDTI+4MULvGaXHhobX+k2hgKqXy+wMty4aG1eBFVIL9meKU7ebU2ngwfCqbUj1Bvndc7kldr - 7hRKaNO6wusdyaX1cxra71SC3y/lV6jLT1R8ru64a/U6cvzFevcqgSJe5zRO5JhI7lor16BxhpZI+ybf - a42jlhgsYryMds3WkhOpwjvY4aj16Ty2rAb9N+wkgEvDzJ/hHexw0Vp/hM2iKKA+ktW7vI8F9lo9aoxj - pygKqI+kdoDCRd4sC2ut77exTSwKqGOak7xbFnZa4Rf5XqFHLAqoa9J5yHumYqc1OBObo4C6JnIidXhb - MxZam88yx58C6vq0LvPOZiy04mdiQxRQ10dOpMe8uYEsrbV7uKkuCqgb0zhO/S630JGqJc/ER3FHXRRQ - T0v7BnfRkaplOhMnIh70g0A9LXIiveJGCcxa4kycGH+muAmpzJ/mXgnMWpln4ijha/4JCuBSdlbvcLtR - DFriLwXuN8dLSzylt5vcNIZBy/JMHEUBdas0J7hpDJ2W+OcT7tztdB5w64iEVuJMvBepH4aJlNBavor3 - 7E3E2I2R0BLH4q0Xu5vurDx4YZZZ4B+GX/n/TanlQqnlQqnlwr7UIvoLV+6XPNVNR8IAAAAASUVORK5C - YII= + j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAlJJREFUeF7t1DERg0AA + AEE8IgAjX0QBTQwhJGLyBTPUz7W7InYDoDqO4wvAopnn3eh5nj8AFs08NQrwnkYBEo0CJBoFSDQKkGgU + INEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMA + iUYBEo0CJBoFSDQKkDyNjjEuABbNPDUK8J5GARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVI + NAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECi + UYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKN + AiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgU + INEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVINAqQaBQg0ShAolGARKMA + iUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECiUYBEowCJRgESjQIkGgVI + NAqQaBQg0ShAolGARKMAiUYBEo0CJBoFSDQKkGgUINEoQKJRgESjAIlGARKNAiQaBUg0CpBoFCDRKECi + UYBEowCJRgESjQIkGgVINAqQaBQg0ShA8jS67/sHgEUzz7tRAF7atj9NV5Nwb7nFrAAAAABJRU5ErkJg + gg== - + - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -227,43 +226,24 @@ RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK - j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABztJREFUWEftmGlsVFUU - x/1qghEjsnQRkEUEEVBQUcQVUAnyQYnGLX4w4ifXgGJEjYkmWKHtdKOlpbQgLYWwFFKgWIoNCC0tWPal - lLX7tJ337lvnvfvG/5s7zLRvZvreDGr44Mk/L+30vnt+c+65557bO3y3pf2PFYvFg6UbPl41TnbqxSe9 - yw7Ib+8Q55YIM4vI9EKC55wSAZ98XS2vO6E2dugYifGxWmxYiu4766bZDerCLeKYHH50to0eyOYXbBYz - 69UzbiprgUmcWAxYx9v172uUh9eQvl4HVnDkxDzy7R9yQ7semMvOHGF1ikZGvfpYYQDI4tuJ2IvTCkha - ndIm2C+qPRaC9F65xOaNj4kpOAMyr6HNJmw2WJXN2nO/CbcI1FdsqtkbhIqmgXJtIKzyixo21z8F1FeY - Ewu67bw34CnMomLtufRvMTExsp0XI8csMha2zPP+tbPMFVEYNiqrn0ZnWcdEFF7Eata2RMizCFhdkvH+ - TjPHLbOEa2QWn5TBJ2Tw92dyY7P5B3PJ+NXA4hJcXKILH1rHhwtesAPC96YVCxXZVa9i9MBYY7JNoEQX - N6uYfFklFzSqSOHqK1pls3fDKfWHGnn+JgExS3BZX7SIOfq1VrGcBFYsHBdPrLNJKdT3hAwOT1TXM12U - qAZOmB7ZcEtGt2z+LKjGDZ7mHfdOX0uGpXH4DpYZ+gq+Hl1LLJW2H5ZGfctrZPYNLC8HBZrkDD45k885 - psJ9t2Rc4+gVD73O03aBtvD0qsdUh4DTxth7yTt5DT883XzLMk9QzN3S/bKXBjBg/bAudNNH8u12Xw5/ - zyrus31yj0zbiR+Co26RehQDZKDslc0f8CECBu70o8qQVG6Uf92tU90UPE5aQ053hbhCWDr1IQADM2Fq - pPP4XB5pxOJ0zR8knARLq6RFW8WPKqR9lzXgXsefgCsZyIoni8gQLGX0gEHwi3MJDMxCWEgRnPa2WAjV - a5vFph4sk4nVSmhTt/7WdvGuFA+iMijF8+x60thhBhJ/BTGeH+wS715pn2FzSwVOCWR+CAv901h/r2J5 - oa8w9eCV3OLdUhuhXSJtIbRbpPuavagREP6KnLsvjdtyTu0UTSAMg774XQaWZSqL4BfhDCZ+CAs93cBM - EIvW4j3yOTc979ZPdeoXe/TCRnWEi0MVxQA8h6ZzpadDWK3EQCLaRguC9/y/VAYTwkKfaYsFwfFDuWRG - YUCPFxJzl/iZ4HhoOo9fj7TobPmw0M299I2t4uBVjrAQVwYTwkK1dYIFgQwVPKiR/moOr4kZ/L2p3IrD - MpiwDYHVK9G9zdq41eZGcYKFL8BgQljoxx1ihQsuUdCRVcuqZZwkbcRAgcA6Au7dcvEeBysIwfuLGwUG - E8KaWRxnv8DihPT6rkZ2i0anZKCYIWA9Ev3xoAxWRNchFm4oDCaEFXcbgwN7WDq3pEry+M+fyx6KgIHp - lyNKYgaXnGGe4pZXIgrewcBg+kSrKC6sLH64i59XKjT36qg6YEIlQ+346aCS5DJbCSdxYoJ3FF4Gc6u5 - hXxPzuRSaxVFM8yTEWkuGysOK2hsECrnTBC8vxCeW853Yl+hfk7M5asua5xqYmEdD1zVJuXxI9KtI20F - 76+H78Svqh3VLYuSMvkZhcKJTr1XNkMlacbPhxSsHRLOMtJW8P55eN0qOmlzTkcU9uDTRcKJDq2V15Fe - XRL9tFIe4TJrm2WkreA973hYlcc3xqkUKxnq+4TVZF6J8HKpgOx8tUyYViDEx4Rn/c37YwgLHcT8sniy - Hr0Ujrw7UzyDUswn6mpMmc4Ev3NKInUQ6HUy/V285QVbIZOm5JNPKqXlB+SFW0T0+Ow4iknwuxIdfXi/ - BTvrppNtu9P+wk6cmk92XPAS1SeqZgf28W4JZDGtIzxOzCPorAIcFiz08t/4+wiHZEgsFCfcfDRqsL5P - 1Q3c+xA8kFkGRxNzh0mi9vKwY+2681OIYSH4qAtXes3+vUOk6MBmFQsxYU0tIEdbo998YLivpdYp7BtY - 3g8XxqCaf1gh4RKGju+ah+K+h05mYp6juyvEHOFUsLknwtoF451ypxUfZXNcjpmtWEG8eOiGtqBMAKvD - 1zHsze0imu+A75sWAQtW16rP3uC0WIAMsZm9nqC+TMojSXY36aAw/1PF5M8b/ZaPWWQs2K4mDZddh2QQ - 7rSoWM7PHMyM9nr7hcj/S4qKBdt23jutIAaymHoYMJWdjf3/W8wqmrRn1pur6RxuYLGpsHYodQEfkcwG - C4ati9spm+5W4IIzLNom4moUmD2K2WPBcGVYVatM8S9ofGTsRRwhqAW4dwTmjW6OsGAoKw1tOu6SE3ID - PpzwBUfiTrZkv4zA0/71KZo5xWKGan6qi6bVKa9sCiScreaWCqhq6JpErzMiv8WGxQznPDoQBA93c5xl - yJWXNgq4HeDUwj0Fdz3cQnE/Rk+H8GAkjtpYLR6s/8BuSyyf72/85rRT8Et9egAAAABJRU5ErkJggg== + j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAsZJREFUaEPtmDuL1GAU + hrPe8IKF2gmL1qKNWKvY2grC9tqsYOUfELESxEoRCwtRFMFGG0WZ285lNzOTi42yWqwiuMLioquMO5vP + nIzRbPZN8t3CxiXFw8Ak+c77TG7njFGpVNhGoBQpGqVI0ShFikbuIubUHfi9bnIVadafMM/azNz2Vbhd + J7mKLLqHGDMNNnR2sWrlJdxHF7mJWK3rjHWNQIT4bJ2C++kiN5GBu++vREBvjHWbt+G+OshF5F33/GqJ + PwzcvXB/HWgXqVWfsxVrGxQh5vpn4XGqaBf5Yh+HAiFefxNrNx7CY1XQKtJp3GOsPwYFoiw5B+DxKmgV + +e4ehMERb82LcA1ZtIm87lxZ9bjNwrO3snrtGVxLBm0iy85uGDiNr84RuJYMWkTmehMw6HDaYN9qo0+0 + nc4gnUm0pijKIo3a06Cfiodc8cMbxj/i20OG9k4t7YuyyIJzDAbkFSHm7ZNwbRGURKjloNYDhRMRGbUv + t2ANXpREfrr7cTAfb0ZAxGfg7IE1eJEWeTNzCQaKIiJCfOifgbV4kBR55d+k22GYKKIiLGhfHoB62UiJ + fLJO4yAxhEV8ltxxWDMLYZFW/XHwy6EQcWREiFnzAqydhrBIOL7yICtC7Qu9n1D9JIRE7PY1oX5KVoRY + dA/DDEkIiawZXzNQERm1L5dhDgS3yPvuOVwwBSURn6G9g1WrL2CeOFwiwfjqX7eoWBqqIsS8fQJmisMl + kjW+JkFv9xC0nQu/fek1b8JcUTJFgvE1oZ/KQkkgwi+O9iVTRGR8jbLc0XNphXzMaF9SReipgRblQbcI + vYQ7jfswJ5EqIjO+RtEq4vMjpX1JFKE/0tBi682sOQnzQpGk8bUIePYW2L5AkQXnKFykKFC/F88MRWiE + tVo31pXpqbvBbIJo1R+tyZx6s/9PlCJFoxQpGqVI0dggIhX2G4IgIS1Yf62DAAAAAElFTkSuQmCC - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -308,43 +288,47 @@ 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 + 0AAAAABJRU5ErkJggg== - iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH + iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ @@ -389,31 +373,116 @@ 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 + AAAAAElFTkSuQmCC diff --git a/INT99DC_7C/Forms/FormCommunication.Designer.cs b/INT99DC_7C/Forms/FormCommunication.Designer.cs index 350c716..61cda03 100644 --- a/INT99DC_7C/Forms/FormCommunication.Designer.cs +++ b/INT99DC_7C/Forms/FormCommunication.Designer.cs @@ -49,25 +49,6 @@ this.buttonTcpSend = new System.Windows.Forms.Button(); this.buttonStop = new System.Windows.Forms.Button(); this.buttonStart = new System.Windows.Forms.Button(); - this.smartGroupBox3 = new SmartX.SmartGroupBox(); - this.button10LaneSend = new System.Windows.Forms.Button(); - this.button1LaneSend = new System.Windows.Forms.Button(); - this.buttonDataSend = new System.Windows.Forms.Button(); - this.buttonTcpSave2 = new System.Windows.Forms.Button(); - this.labelClientStatus = new SmartX.SmartLabel(); - this.labelTitleClientServerIP = new SmartX.SmartLabel(); - this.labelHostIP1 = new SmartX.SmartLabel(); - this.labelHostIP2 = new SmartX.SmartLabel(); - this.labelHostIP3 = new SmartX.SmartLabel(); - this.labelHostPort = new SmartX.SmartLabel(); - this.labelHostIP4 = new SmartX.SmartLabel(); - this.labelTitleClientServerPort = new SmartX.SmartLabel(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.labelConnectedIP = new SmartX.SmartLabel(); - this.labelTitleConnectedIP = new SmartX.SmartLabel(); - this.labelLocalPort = new SmartX.SmartLabel(); - this.labelTitleServerPort = new SmartX.SmartLabel(); - this.labelServerStatus = new SmartX.SmartLabel(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.labelProtocolDescriptionEthernet_2 = new SmartX.SmartLabel(); this.labelProtocolDescriptionEthernet_1 = new SmartX.SmartLabel(); @@ -101,10 +82,28 @@ this.timerServer = new System.Windows.Forms.Timer(); this.smartListBoxClientList = new SmartX.SmartListBox(); this.labelClientCount = new SmartX.SmartLabel(); + this.button10LaneSend = new System.Windows.Forms.Button(); + this.button1LaneSend = new System.Windows.Forms.Button(); + this.buttonDataSend = new System.Windows.Forms.Button(); + this.buttonTcpSave2 = new System.Windows.Forms.Button(); + this.labelClientStatus = new SmartX.SmartLabel(); + this.labelTitleClientServerIP = new SmartX.SmartLabel(); + this.labelHostIP1 = new SmartX.SmartLabel(); + this.labelHostIP2 = new SmartX.SmartLabel(); + this.labelHostIP3 = new SmartX.SmartLabel(); + this.labelHostPort = new SmartX.SmartLabel(); + this.labelHostIP4 = new SmartX.SmartLabel(); + this.labelTitleClientServerPort = new SmartX.SmartLabel(); + this.labelConnectedIP = new SmartX.SmartLabel(); + this.labelTitleConnectedIP = new SmartX.SmartLabel(); + this.labelLocalPort = new SmartX.SmartLabel(); + this.labelTitleServerPort = new SmartX.SmartLabel(); + this.labelServerStatus = new SmartX.SmartLabel(); + this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.groupBoxComm.SuspendLayout(); - this.smartGroupBox3.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); this.smartGroupBox1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); @@ -131,7 +130,7 @@ this.labelTitle.BackPictureBox2 = null; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); + this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(199, 7); @@ -160,17 +159,17 @@ this.groupBoxComm.Controls.Add(this.labelStaticCommunicationMode); this.groupBoxComm.Controls.Add(this.smartLabel4); this.groupBoxComm.Controls.Add(this.labelStaticBaudrate); - this.groupBoxComm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.groupBoxComm.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.groupBoxComm.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxComm.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxComm.FrameLineThickness = 1; - this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; + this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle; this.groupBoxComm.Image = null; this.groupBoxComm.InitVisible = true; - this.groupBoxComm.Location = new System.Drawing.Point(3, 564); + this.groupBoxComm.Location = new System.Drawing.Point(8, 555); this.groupBoxComm.Name = "groupBoxComm"; - this.groupBoxComm.RoundRadius = 0; - this.groupBoxComm.Size = new System.Drawing.Size(500, 188); + this.groupBoxComm.RoundRadius = 10; + this.groupBoxComm.Size = new System.Drawing.Size(500, 179); this.groupBoxComm.TabIndex = 13; this.groupBoxComm.Text = "Serial_RS232"; this.groupBoxComm.TextColor = System.Drawing.Color.Black; @@ -204,7 +203,7 @@ this.labelTitleSlaveID.BackPictureBox2 = null; this.labelTitleSlaveID.BorderColor = System.Drawing.Color.Black; this.labelTitleSlaveID.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleSlaveID.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleSlaveID.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleSlaveID.InitVisible = true; this.labelTitleSlaveID.LineSpacing = 0F; this.labelTitleSlaveID.Location = new System.Drawing.Point(252, 135); @@ -224,12 +223,12 @@ this.labelProtocolDescriptionCOM3_2.BackPictureBox2 = null; this.labelProtocolDescriptionCOM3_2.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionCOM3_2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); + this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionCOM3_2.InitVisible = true; this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F; - this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(32, 109); + this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(45, 111); this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2"; - this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(340, 20); + this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(327, 20); this.labelProtocolDescriptionCOM3_2.TabIndex = 28; this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description"; this.labelProtocolDescriptionCOM3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; @@ -239,10 +238,10 @@ // buttonSend // this.buttonSend.Enabled = false; - this.buttonSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonSend.Location = new System.Drawing.Point(378, 81); + this.buttonSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonSend.Location = new System.Drawing.Point(370, 23); this.buttonSend.Name = "buttonSend"; - this.buttonSend.Size = new System.Drawing.Size(100, 46); + this.buttonSend.Size = new System.Drawing.Size(100, 28); this.buttonSend.TabIndex = 26; this.buttonSend.Text = "SEND"; this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click); @@ -254,12 +253,12 @@ this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null; this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); + this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionCOM3_1.InitVisible = true; this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F; - this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(32, 83); + this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(45, 85); this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1"; - this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(340, 20); + this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(327, 20); this.labelProtocolDescriptionCOM3_1.TabIndex = 25; this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description"; this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; @@ -295,7 +294,7 @@ this.labelTitleTimeout.BackPictureBox2 = null; this.labelTitleTimeout.BorderColor = System.Drawing.Color.Black; this.labelTitleTimeout.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleTimeout.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleTimeout.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleTimeout.InitVisible = true; this.labelTitleTimeout.LineSpacing = 0F; this.labelTitleTimeout.Location = new System.Drawing.Point(40, 135); @@ -311,8 +310,8 @@ // buttonSave3 // this.buttonSave3.Enabled = false; - this.buttonSave3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonSave3.Location = new System.Drawing.Point(378, 47); + this.buttonSave3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonSave3.Location = new System.Drawing.Point(370, 57); this.buttonSave3.Name = "buttonSave3"; this.buttonSave3.Size = new System.Drawing.Size(100, 28); this.buttonSave3.TabIndex = 2; @@ -322,7 +321,7 @@ // comboBoxSerial3BaudRate // this.comboBoxSerial3BaudRate.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(146, 49); + this.comboBoxSerial3BaudRate.Location = new System.Drawing.Point(138, 59); this.comboBoxSerial3BaudRate.Name = "comboBoxSerial3BaudRate"; this.comboBoxSerial3BaudRate.Size = new System.Drawing.Size(110, 28); this.comboBoxSerial3BaudRate.TabIndex = 1; @@ -331,7 +330,7 @@ // comboBoxSerial3Mode // this.comboBoxSerial3Mode.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.comboBoxSerial3Mode.Location = new System.Drawing.Point(262, 49); + this.comboBoxSerial3Mode.Location = new System.Drawing.Point(254, 59); this.comboBoxSerial3Mode.Name = "comboBoxSerial3Mode"; this.comboBoxSerial3Mode.Size = new System.Drawing.Size(110, 28); this.comboBoxSerial3Mode.TabIndex = 1; @@ -344,10 +343,10 @@ this.labelStaticCommunicationMode.BackPictureBox2 = null; this.labelStaticCommunicationMode.BorderColor = System.Drawing.Color.Black; this.labelStaticCommunicationMode.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStaticCommunicationMode.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); + this.labelStaticCommunicationMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelStaticCommunicationMode.InitVisible = true; this.labelStaticCommunicationMode.LineSpacing = 0F; - this.labelStaticCommunicationMode.Location = new System.Drawing.Point(262, 23); + this.labelStaticCommunicationMode.Location = new System.Drawing.Point(264, 30); this.labelStaticCommunicationMode.Name = "labelStaticCommunicationMode"; this.labelStaticCommunicationMode.Size = new System.Drawing.Size(110, 20); this.labelStaticCommunicationMode.TabIndex = 0; @@ -363,12 +362,12 @@ this.smartLabel4.BackPictureBox2 = null; this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.smartLabel4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.smartLabel4.InitVisible = true; this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(20, 47); + this.smartLabel4.Location = new System.Drawing.Point(32, 59); this.smartLabel4.Name = "smartLabel4"; - this.smartLabel4.Size = new System.Drawing.Size(120, 30); + this.smartLabel4.Size = new System.Drawing.Size(100, 28); this.smartLabel4.TabIndex = 0; this.smartLabel4.Text = "COM3"; this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -382,10 +381,10 @@ this.labelStaticBaudrate.BackPictureBox2 = null; this.labelStaticBaudrate.BorderColor = System.Drawing.Color.Black; this.labelStaticBaudrate.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStaticBaudrate.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); + this.labelStaticBaudrate.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelStaticBaudrate.InitVisible = true; this.labelStaticBaudrate.LineSpacing = 0F; - this.labelStaticBaudrate.Location = new System.Drawing.Point(146, 23); + this.labelStaticBaudrate.Location = new System.Drawing.Point(138, 33); this.labelStaticBaudrate.Name = "labelStaticBaudrate"; this.labelStaticBaudrate.Size = new System.Drawing.Size(110, 20); this.labelStaticBaudrate.TabIndex = 0; @@ -427,8 +426,8 @@ // // buttonTcpSend // - this.buttonTcpSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonTcpSend.Location = new System.Drawing.Point(820, 504); + this.buttonTcpSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonTcpSend.Location = new System.Drawing.Point(534, 394); this.buttonTcpSend.Name = "buttonTcpSend"; this.buttonTcpSend.Size = new System.Drawing.Size(100, 50); this.buttonTcpSend.TabIndex = 224; @@ -437,8 +436,8 @@ // // buttonStop // - this.buttonStop.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonStop.Location = new System.Drawing.Point(714, 504); + this.buttonStop.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonStop.Location = new System.Drawing.Point(428, 394); this.buttonStop.Name = "buttonStop"; this.buttonStop.Size = new System.Drawing.Size(100, 50); this.buttonStop.TabIndex = 223; @@ -447,386 +446,41 @@ // // buttonStart // - this.buttonStart.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonStart.Location = new System.Drawing.Point(608, 504); + this.buttonStart.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonStart.Location = new System.Drawing.Point(322, 394); this.buttonStart.Name = "buttonStart"; this.buttonStart.Size = new System.Drawing.Size(100, 50); this.buttonStart.TabIndex = 222; this.buttonStart.Text = "START"; this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); // - // smartGroupBox3 - // - this.smartGroupBox3.BackPictureBox = this.smartForm1; - this.smartGroupBox3.BackPictureBox1 = null; - this.smartGroupBox3.Controls.Add(this.button10LaneSend); - this.smartGroupBox3.Controls.Add(this.button1LaneSend); - this.smartGroupBox3.Controls.Add(this.buttonDataSend); - this.smartGroupBox3.Controls.Add(this.buttonTcpSave2); - this.smartGroupBox3.Controls.Add(this.labelClientStatus); - this.smartGroupBox3.Controls.Add(this.labelTitleClientServerIP); - this.smartGroupBox3.Controls.Add(this.labelHostIP1); - this.smartGroupBox3.Controls.Add(this.labelHostIP2); - this.smartGroupBox3.Controls.Add(this.labelHostIP3); - this.smartGroupBox3.Controls.Add(this.labelHostPort); - this.smartGroupBox3.Controls.Add(this.labelHostIP4); - this.smartGroupBox3.Controls.Add(this.labelTitleClientServerPort); - this.smartGroupBox3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black; - this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black; - this.smartGroupBox3.FrameLineThickness = 1; - this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; - this.smartGroupBox3.Image = null; - this.smartGroupBox3.InitVisible = true; - this.smartGroupBox3.Location = new System.Drawing.Point(509, 272); - this.smartGroupBox3.Name = "smartGroupBox3"; - this.smartGroupBox3.RoundRadius = 10; - this.smartGroupBox3.Size = new System.Drawing.Size(500, 206); - this.smartGroupBox3.TabIndex = 221; - this.smartGroupBox3.Text = "TCP_Client"; - this.smartGroupBox3.TextColor = System.Drawing.Color.Black; - // - // button10LaneSend - // - this.button10LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.button10LaneSend.Location = new System.Drawing.Point(311, 147); - this.button10LaneSend.Name = "button10LaneSend"; - this.button10LaneSend.Size = new System.Drawing.Size(120, 38); - this.button10LaneSend.TabIndex = 232; - this.button10LaneSend.Text = "10 Lane Send"; - this.button10LaneSend.Visible = false; - this.button10LaneSend.Click += new System.EventHandler(this.button10LaneSend_Click); - // - // button1LaneSend - // - this.button1LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.button1LaneSend.Location = new System.Drawing.Point(185, 147); - this.button1LaneSend.Name = "button1LaneSend"; - this.button1LaneSend.Size = new System.Drawing.Size(120, 38); - this.button1LaneSend.TabIndex = 231; - this.button1LaneSend.Text = "1 Lane Send"; - this.button1LaneSend.Visible = false; - this.button1LaneSend.Click += new System.EventHandler(this.button1LaneSend_Click); - // - // buttonDataSend - // - this.buttonDataSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonDataSend.Location = new System.Drawing.Point(59, 147); - this.buttonDataSend.Name = "buttonDataSend"; - this.buttonDataSend.Size = new System.Drawing.Size(120, 38); - this.buttonDataSend.TabIndex = 228; - this.buttonDataSend.Text = "Test Send"; - this.buttonDataSend.Visible = false; - this.buttonDataSend.Click += new System.EventHandler(this.buttonDataSend_Click); - // - // buttonTcpSave2 - // - this.buttonTcpSave2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonTcpSave2.Location = new System.Drawing.Point(306, 109); - this.buttonTcpSave2.Name = "buttonTcpSave2"; - this.buttonTcpSave2.Size = new System.Drawing.Size(100, 28); - this.buttonTcpSave2.TabIndex = 225; - this.buttonTcpSave2.Text = "SAVE"; - this.buttonTcpSave2.Click += new System.EventHandler(this.buttonTcpSave2_Click); - // - // labelClientStatus - // - this.labelClientStatus.BackColor = System.Drawing.SystemColors.ControlLight; - this.labelClientStatus.BackPictureBox = null; - this.labelClientStatus.BackPictureBox1 = null; - this.labelClientStatus.BackPictureBox2 = null; - this.labelClientStatus.BorderColor = System.Drawing.Color.Black; - this.labelClientStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.labelClientStatus.InitVisible = true; - this.labelClientStatus.LineSpacing = 0F; - this.labelClientStatus.Location = new System.Drawing.Point(188, 41); - this.labelClientStatus.Name = "labelClientStatus"; - this.labelClientStatus.Size = new System.Drawing.Size(218, 28); - this.labelClientStatus.TabIndex = 185; - this.labelClientStatus.Text = ">Disconnected Server"; - this.labelClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelClientStatus.Wordwrap = false; - // - // labelTitleClientServerIP - // - this.labelTitleClientServerIP.BackColor = System.Drawing.Color.Black; - this.labelTitleClientServerIP.BackPictureBox = this.smartForm1; - this.labelTitleClientServerIP.BackPictureBox1 = null; - this.labelTitleClientServerIP.BackPictureBox2 = null; - this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black; - this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleClientServerIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black; - this.labelTitleClientServerIP.InitVisible = true; - this.labelTitleClientServerIP.LineSpacing = 0F; - this.labelTitleClientServerIP.Location = new System.Drawing.Point(42, 75); - this.labelTitleClientServerIP.Name = "labelTitleClientServerIP"; - this.labelTitleClientServerIP.Size = new System.Drawing.Size(140, 28); - this.labelTitleClientServerIP.TabIndex = 178; - this.labelTitleClientServerIP.Text = "Server IP"; - this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleClientServerIP.Wordwrap = false; - // - // labelHostIP1 - // - this.labelHostIP1.BackColor = System.Drawing.SystemColors.Window; - this.labelHostIP1.BackPictureBox = null; - this.labelHostIP1.BackPictureBox1 = null; - this.labelHostIP1.BackPictureBox2 = null; - this.labelHostIP1.BorderColor = System.Drawing.Color.Black; - this.labelHostIP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.labelHostIP1.InitVisible = true; - this.labelHostIP1.LineSpacing = 0F; - this.labelHostIP1.Location = new System.Drawing.Point(188, 75); - this.labelHostIP1.Name = "labelHostIP1"; - this.labelHostIP1.Size = new System.Drawing.Size(50, 28); - this.labelHostIP1.TabIndex = 179; - this.labelHostIP1.Text = "100"; - this.labelHostIP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelHostIP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelHostIP1.Wordwrap = false; - this.labelHostIP1.Click += new System.EventHandler(this.labelHostIP1_Click); - // - // labelHostIP2 - // - this.labelHostIP2.BackColor = System.Drawing.SystemColors.Window; - this.labelHostIP2.BackPictureBox = null; - this.labelHostIP2.BackPictureBox1 = null; - this.labelHostIP2.BackPictureBox2 = null; - this.labelHostIP2.BorderColor = System.Drawing.Color.Black; - this.labelHostIP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.labelHostIP2.InitVisible = true; - this.labelHostIP2.LineSpacing = 0F; - this.labelHostIP2.Location = new System.Drawing.Point(244, 75); - this.labelHostIP2.Name = "labelHostIP2"; - this.labelHostIP2.Size = new System.Drawing.Size(50, 28); - this.labelHostIP2.TabIndex = 180; - this.labelHostIP2.Text = "100"; - this.labelHostIP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelHostIP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelHostIP2.Wordwrap = false; - this.labelHostIP2.Click += new System.EventHandler(this.labelHostIP2_Click); - // - // labelHostIP3 - // - this.labelHostIP3.BackColor = System.Drawing.SystemColors.Window; - this.labelHostIP3.BackPictureBox = null; - this.labelHostIP3.BackPictureBox1 = null; - this.labelHostIP3.BackPictureBox2 = null; - this.labelHostIP3.BorderColor = System.Drawing.Color.Black; - this.labelHostIP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.labelHostIP3.InitVisible = true; - this.labelHostIP3.LineSpacing = 0F; - this.labelHostIP3.Location = new System.Drawing.Point(300, 75); - this.labelHostIP3.Name = "labelHostIP3"; - this.labelHostIP3.Size = new System.Drawing.Size(50, 28); - this.labelHostIP3.TabIndex = 181; - this.labelHostIP3.Text = "100"; - this.labelHostIP3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelHostIP3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelHostIP3.Wordwrap = false; - this.labelHostIP3.Click += new System.EventHandler(this.labelHostIP3_Click); - // - // labelHostPort - // - this.labelHostPort.BackColor = System.Drawing.SystemColors.Window; - this.labelHostPort.BackPictureBox = null; - this.labelHostPort.BackPictureBox1 = null; - this.labelHostPort.BackPictureBox2 = null; - this.labelHostPort.BorderColor = System.Drawing.Color.Black; - this.labelHostPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.labelHostPort.InitVisible = true; - this.labelHostPort.LineSpacing = 0F; - this.labelHostPort.Location = new System.Drawing.Point(188, 109); - this.labelHostPort.Name = "labelHostPort"; - this.labelHostPort.Size = new System.Drawing.Size(80, 28); - this.labelHostPort.TabIndex = 184; - this.labelHostPort.Text = "100"; - this.labelHostPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelHostPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelHostPort.Wordwrap = false; - this.labelHostPort.Click += new System.EventHandler(this.labelHostPort_Click); - // - // labelHostIP4 - // - this.labelHostIP4.BackColor = System.Drawing.SystemColors.Window; - this.labelHostIP4.BackPictureBox = null; - this.labelHostIP4.BackPictureBox1 = null; - this.labelHostIP4.BackPictureBox2 = null; - this.labelHostIP4.BorderColor = System.Drawing.Color.Black; - this.labelHostIP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.labelHostIP4.InitVisible = true; - this.labelHostIP4.LineSpacing = 0F; - this.labelHostIP4.Location = new System.Drawing.Point(356, 75); - this.labelHostIP4.Name = "labelHostIP4"; - this.labelHostIP4.Size = new System.Drawing.Size(50, 28); - this.labelHostIP4.TabIndex = 182; - this.labelHostIP4.Text = "100"; - this.labelHostIP4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelHostIP4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelHostIP4.Wordwrap = false; - this.labelHostIP4.Click += new System.EventHandler(this.labelHostIP4_Click); - // - // labelTitleClientServerPort - // - this.labelTitleClientServerPort.BackColor = System.Drawing.Color.Black; - this.labelTitleClientServerPort.BackPictureBox = this.smartForm1; - this.labelTitleClientServerPort.BackPictureBox1 = null; - this.labelTitleClientServerPort.BackPictureBox2 = null; - this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black; - this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleClientServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black; - this.labelTitleClientServerPort.InitVisible = true; - this.labelTitleClientServerPort.LineSpacing = 0F; - this.labelTitleClientServerPort.Location = new System.Drawing.Point(42, 109); - this.labelTitleClientServerPort.Name = "labelTitleClientServerPort"; - this.labelTitleClientServerPort.Size = new System.Drawing.Size(140, 28); - this.labelTitleClientServerPort.TabIndex = 183; - this.labelTitleClientServerPort.Text = "Server Port"; - this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleClientServerPort.Wordwrap = false; - // - // smartGroupBox2 - // - this.smartGroupBox2.BackPictureBox = this.smartForm1; - this.smartGroupBox2.BackPictureBox1 = null; - this.smartGroupBox2.Controls.Add(this.labelConnectedIP); - this.smartGroupBox2.Controls.Add(this.labelTitleConnectedIP); - this.smartGroupBox2.Controls.Add(this.labelLocalPort); - this.smartGroupBox2.Controls.Add(this.labelTitleServerPort); - this.smartGroupBox2.Controls.Add(this.labelServerStatus); - this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black; - this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black; - this.smartGroupBox2.FrameLineThickness = 1; - this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; - this.smartGroupBox2.Image = null; - this.smartGroupBox2.InitVisible = true; - this.smartGroupBox2.Location = new System.Drawing.Point(509, 86); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 10; - this.smartGroupBox2.Size = new System.Drawing.Size(500, 180); - this.smartGroupBox2.TabIndex = 220; - this.smartGroupBox2.Text = "TCP_Server"; - this.smartGroupBox2.TextColor = System.Drawing.Color.Black; - // - // labelConnectedIP - // - this.labelConnectedIP.BackColor = System.Drawing.SystemColors.ControlLight; - this.labelConnectedIP.BackPictureBox = null; - this.labelConnectedIP.BackPictureBox1 = null; - this.labelConnectedIP.BackPictureBox2 = null; - this.labelConnectedIP.BorderColor = System.Drawing.Color.Black; - this.labelConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.labelConnectedIP.InitVisible = true; - this.labelConnectedIP.LineSpacing = 0F; - this.labelConnectedIP.Location = new System.Drawing.Point(188, 73); - this.labelConnectedIP.Name = "labelConnectedIP"; - this.labelConnectedIP.Size = new System.Drawing.Size(218, 28); - this.labelConnectedIP.TabIndex = 191; - this.labelConnectedIP.Text = "192.168.0.1"; - this.labelConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelConnectedIP.Wordwrap = false; - // - // labelTitleConnectedIP - // - this.labelTitleConnectedIP.BackColor = System.Drawing.Color.Black; - this.labelTitleConnectedIP.BackPictureBox = this.smartForm1; - this.labelTitleConnectedIP.BackPictureBox1 = null; - this.labelTitleConnectedIP.BackPictureBox2 = null; - this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black; - this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleConnectedIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black; - this.labelTitleConnectedIP.InitVisible = true; - this.labelTitleConnectedIP.LineSpacing = 0F; - this.labelTitleConnectedIP.Location = new System.Drawing.Point(42, 73); - this.labelTitleConnectedIP.Name = "labelTitleConnectedIP"; - this.labelTitleConnectedIP.Size = new System.Drawing.Size(140, 28); - this.labelTitleConnectedIP.TabIndex = 190; - this.labelTitleConnectedIP.Text = "Connected IP"; - this.labelTitleConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleConnectedIP.Wordwrap = false; - // - // labelLocalPort - // - this.labelLocalPort.BackColor = System.Drawing.SystemColors.Window; - this.labelLocalPort.BackPictureBox = null; - this.labelLocalPort.BackPictureBox1 = null; - this.labelLocalPort.BackPictureBox2 = null; - this.labelLocalPort.BorderColor = System.Drawing.Color.Black; - this.labelLocalPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); - this.labelLocalPort.InitVisible = true; - this.labelLocalPort.LineSpacing = 0F; - this.labelLocalPort.Location = new System.Drawing.Point(188, 107); - this.labelLocalPort.Name = "labelLocalPort"; - this.labelLocalPort.Size = new System.Drawing.Size(80, 28); - this.labelLocalPort.TabIndex = 189; - this.labelLocalPort.Text = "100"; - this.labelLocalPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelLocalPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelLocalPort.Wordwrap = false; - this.labelLocalPort.Click += new System.EventHandler(this.labelLocalPort_Click); - // - // labelTitleServerPort - // - this.labelTitleServerPort.BackColor = System.Drawing.Color.Black; - this.labelTitleServerPort.BackPictureBox = this.smartForm1; - this.labelTitleServerPort.BackPictureBox1 = null; - this.labelTitleServerPort.BackPictureBox2 = null; - this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black; - this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black; - this.labelTitleServerPort.InitVisible = true; - this.labelTitleServerPort.LineSpacing = 0F; - this.labelTitleServerPort.Location = new System.Drawing.Point(42, 107); - this.labelTitleServerPort.Name = "labelTitleServerPort"; - this.labelTitleServerPort.Size = new System.Drawing.Size(140, 28); - this.labelTitleServerPort.TabIndex = 188; - this.labelTitleServerPort.Text = "Port"; - this.labelTitleServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleServerPort.Wordwrap = false; - // - // labelServerStatus - // - this.labelServerStatus.BackColor = System.Drawing.SystemColors.ControlLight; - this.labelServerStatus.BackPictureBox = null; - this.labelServerStatus.BackPictureBox1 = null; - this.labelServerStatus.BackPictureBox2 = null; - this.labelServerStatus.BorderColor = System.Drawing.Color.Black; - this.labelServerStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); - this.labelServerStatus.InitVisible = true; - this.labelServerStatus.LineSpacing = 0F; - this.labelServerStatus.Location = new System.Drawing.Point(188, 39); - this.labelServerStatus.Name = "labelServerStatus"; - this.labelServerStatus.Size = new System.Drawing.Size(218, 28); - this.labelServerStatus.TabIndex = 187; - this.labelServerStatus.Text = ">Start"; - this.labelServerStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelServerStatus.Wordwrap = false; - // // smartGroupBox1 // this.smartGroupBox1.BackPictureBox = this.smartForm1; this.smartGroupBox1.BackPictureBox1 = null; + this.smartGroupBox1.Controls.Add(this.smartLabel2); + this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); + this.smartGroupBox1.Controls.Add(this.labelConnectedIP); + this.smartGroupBox1.Controls.Add(this.labelTitleConnectedIP); + this.smartGroupBox1.Controls.Add(this.buttonTcpSend); + this.smartGroupBox1.Controls.Add(this.labelLocalPort); + this.smartGroupBox1.Controls.Add(this.buttonStop); + this.smartGroupBox1.Controls.Add(this.labelTitleServerPort); + this.smartGroupBox1.Controls.Add(this.buttonStart); + this.smartGroupBox1.Controls.Add(this.labelServerStatus); + this.smartGroupBox1.Controls.Add(this.button10LaneSend); + this.smartGroupBox1.Controls.Add(this.button1LaneSend); + this.smartGroupBox1.Controls.Add(this.buttonDataSend); + this.smartGroupBox1.Controls.Add(this.buttonTcpSave2); + this.smartGroupBox1.Controls.Add(this.labelClientStatus); + this.smartGroupBox1.Controls.Add(this.labelTitleClientServerIP); + this.smartGroupBox1.Controls.Add(this.labelHostIP1); + this.smartGroupBox1.Controls.Add(this.labelHostIP2); + this.smartGroupBox1.Controls.Add(this.labelHostIP3); + this.smartGroupBox1.Controls.Add(this.labelHostPort); + this.smartGroupBox1.Controls.Add(this.labelHostIP4); + this.smartGroupBox1.Controls.Add(this.labelTitleClientServerPort); this.smartGroupBox1.Controls.Add(this.labelProtocolDescriptionEthernet_2); this.smartGroupBox1.Controls.Add(this.labelProtocolDescriptionEthernet_1); this.smartGroupBox1.Controls.Add(this.labelStartAddress); @@ -854,19 +508,19 @@ this.smartGroupBox1.Controls.Add(this.labelStaticTcpOperationMode); this.smartGroupBox1.Controls.Add(this.comboBoxTcpOperationMode); this.smartGroupBox1.Controls.Add(this.comboBoxTcpMode); - this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineThickness = 1; - this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; + this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle; this.smartGroupBox1.Image = null; this.smartGroupBox1.InitVisible = true; - this.smartGroupBox1.Location = new System.Drawing.Point(3, 86); + this.smartGroupBox1.Location = new System.Drawing.Point(8, 86); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 10; - this.smartGroupBox1.Size = new System.Drawing.Size(500, 448); + this.smartGroupBox1.Size = new System.Drawing.Size(1005, 471); this.smartGroupBox1.TabIndex = 219; - this.smartGroupBox1.Text = "TCP_Local"; + this.smartGroupBox1.Text = "TCP"; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // labelProtocolDescriptionEthernet_2 @@ -876,10 +530,10 @@ this.labelProtocolDescriptionEthernet_2.BackPictureBox2 = null; this.labelProtocolDescriptionEthernet_2.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionEthernet_2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelProtocolDescriptionEthernet_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular); + this.labelProtocolDescriptionEthernet_2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionEthernet_2.InitVisible = true; this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F; - this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(71, 133); + this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(78, 128); this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2"; this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20); this.labelProtocolDescriptionEthernet_2.TabIndex = 231; @@ -895,10 +549,10 @@ this.labelProtocolDescriptionEthernet_1.BackPictureBox2 = null; this.labelProtocolDescriptionEthernet_1.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionEthernet_1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular); + this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionEthernet_1.InitVisible = true; this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F; - this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(71, 107); + this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(78, 102); this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1"; this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20); this.labelProtocolDescriptionEthernet_1.TabIndex = 230; @@ -918,7 +572,7 @@ this.labelStartAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelStartAddress.InitVisible = true; this.labelStartAddress.LineSpacing = 0F; - this.labelStartAddress.Location = new System.Drawing.Point(191, 159); + this.labelStartAddress.Location = new System.Drawing.Point(198, 290); this.labelStartAddress.Name = "labelStartAddress"; this.labelStartAddress.Size = new System.Drawing.Size(105, 28); this.labelStartAddress.TabIndex = 228; @@ -936,11 +590,11 @@ this.labelTitleStartAddress.BackPictureBox2 = null; this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black; this.labelTitleStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleStartAddress.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleStartAddress.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleStartAddress.ForeColor = System.Drawing.Color.Black; this.labelTitleStartAddress.InitVisible = true; this.labelTitleStartAddress.LineSpacing = 0F; - this.labelTitleStartAddress.Location = new System.Drawing.Point(45, 159); + this.labelTitleStartAddress.Location = new System.Drawing.Point(52, 290); this.labelTitleStartAddress.Name = "labelTitleStartAddress"; this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28); this.labelTitleStartAddress.TabIndex = 227; @@ -952,8 +606,8 @@ // // buttonTcpSave1 // - this.buttonTcpSave1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonTcpSave1.Location = new System.Drawing.Point(302, 329); + this.buttonTcpSave1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonTcpSave1.Location = new System.Drawing.Point(310, 290); this.buttonTcpSave1.Name = "buttonTcpSave1"; this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28); this.buttonTcpSave1.TabIndex = 225; @@ -967,13 +621,13 @@ this.labelHelp.BackPictureBox2 = null; this.labelHelp.BorderColor = System.Drawing.Color.Black; this.labelHelp.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelHelp.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelHelp.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelHelp.ForeColor = System.Drawing.Color.Red; this.labelHelp.InitVisible = true; this.labelHelp.LineSpacing = 0F; - this.labelHelp.Location = new System.Drawing.Point(45, 363); + this.labelHelp.Location = new System.Drawing.Point(52, 324); this.labelHelp.Name = "labelHelp"; - this.labelHelp.Size = new System.Drawing.Size(401, 60); + this.labelHelp.Size = new System.Drawing.Size(413, 60); this.labelHelp.TabIndex = 219; this.labelHelp.Text = "※ IP Configuration 변경 시, 재부팅 후 정상적으로 연결됩니다."; this.labelHelp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; @@ -985,7 +639,7 @@ this.panel2.BackColor = System.Drawing.Color.Black; this.panel2.Controls.Add(this.radioButtonLocalIpStatic); this.panel2.Controls.Add(this.radioButtonLocalIpDHCP); - this.panel2.Location = new System.Drawing.Point(190, 193); + this.panel2.Location = new System.Drawing.Point(198, 154); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(218, 28); // @@ -1050,11 +704,11 @@ this.labelTitleIPConfiguration.BackPictureBox2 = null; this.labelTitleIPConfiguration.BorderColor = System.Drawing.Color.Black; this.labelTitleIPConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleIPConfiguration.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleIPConfiguration.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleIPConfiguration.ForeColor = System.Drawing.Color.Black; this.labelTitleIPConfiguration.InitVisible = true; this.labelTitleIPConfiguration.LineSpacing = 0F; - this.labelTitleIPConfiguration.Location = new System.Drawing.Point(44, 193); + this.labelTitleIPConfiguration.Location = new System.Drawing.Point(52, 154); this.labelTitleIPConfiguration.Name = "labelTitleIPConfiguration"; this.labelTitleIPConfiguration.Size = new System.Drawing.Size(140, 28); this.labelTitleIPConfiguration.TabIndex = 218; @@ -1074,7 +728,7 @@ this.labelLocalSubnetMask4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask4.InitVisible = true; this.labelLocalSubnetMask4.LineSpacing = 0F; - this.labelLocalSubnetMask4.Location = new System.Drawing.Point(358, 261); + this.labelLocalSubnetMask4.Location = new System.Drawing.Point(366, 222); this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4"; this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask4.TabIndex = 216; @@ -1095,7 +749,7 @@ this.labelLocalSubnetMask3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask3.InitVisible = true; this.labelLocalSubnetMask3.LineSpacing = 0F; - this.labelLocalSubnetMask3.Location = new System.Drawing.Point(302, 261); + this.labelLocalSubnetMask3.Location = new System.Drawing.Point(310, 222); this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3"; this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask3.TabIndex = 215; @@ -1116,7 +770,7 @@ this.labelLocalSubnetMask2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask2.InitVisible = true; this.labelLocalSubnetMask2.LineSpacing = 0F; - this.labelLocalSubnetMask2.Location = new System.Drawing.Point(246, 261); + this.labelLocalSubnetMask2.Location = new System.Drawing.Point(254, 222); this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2"; this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask2.TabIndex = 214; @@ -1137,7 +791,7 @@ this.labelLocalSubnetMask1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask1.InitVisible = true; this.labelLocalSubnetMask1.LineSpacing = 0F; - this.labelLocalSubnetMask1.Location = new System.Drawing.Point(190, 261); + this.labelLocalSubnetMask1.Location = new System.Drawing.Point(198, 222); this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1"; this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask1.TabIndex = 213; @@ -1154,11 +808,11 @@ this.labelTitleSubnetMask.BackPictureBox2 = null; this.labelTitleSubnetMask.BorderColor = System.Drawing.Color.Black; this.labelTitleSubnetMask.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleSubnetMask.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleSubnetMask.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleSubnetMask.ForeColor = System.Drawing.Color.Black; this.labelTitleSubnetMask.InitVisible = true; this.labelTitleSubnetMask.LineSpacing = 0F; - this.labelTitleSubnetMask.Location = new System.Drawing.Point(44, 261); + this.labelTitleSubnetMask.Location = new System.Drawing.Point(52, 222); this.labelTitleSubnetMask.Name = "labelTitleSubnetMask"; this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28); this.labelTitleSubnetMask.TabIndex = 212; @@ -1178,7 +832,7 @@ this.labelLocalGateway4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway4.InitVisible = true; this.labelLocalGateway4.LineSpacing = 0F; - this.labelLocalGateway4.Location = new System.Drawing.Point(358, 295); + this.labelLocalGateway4.Location = new System.Drawing.Point(366, 256); this.labelLocalGateway4.Name = "labelLocalGateway4"; this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway4.TabIndex = 211; @@ -1199,7 +853,7 @@ this.labelLocalGateway3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway3.InitVisible = true; this.labelLocalGateway3.LineSpacing = 0F; - this.labelLocalGateway3.Location = new System.Drawing.Point(302, 295); + this.labelLocalGateway3.Location = new System.Drawing.Point(310, 256); this.labelLocalGateway3.Name = "labelLocalGateway3"; this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway3.TabIndex = 210; @@ -1220,7 +874,7 @@ this.labelLocalGateway2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway2.InitVisible = true; this.labelLocalGateway2.LineSpacing = 0F; - this.labelLocalGateway2.Location = new System.Drawing.Point(246, 295); + this.labelLocalGateway2.Location = new System.Drawing.Point(254, 256); this.labelLocalGateway2.Name = "labelLocalGateway2"; this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway2.TabIndex = 209; @@ -1241,7 +895,7 @@ this.labelLocalGateway1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway1.InitVisible = true; this.labelLocalGateway1.LineSpacing = 0F; - this.labelLocalGateway1.Location = new System.Drawing.Point(190, 295); + this.labelLocalGateway1.Location = new System.Drawing.Point(198, 256); this.labelLocalGateway1.Name = "labelLocalGateway1"; this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway1.TabIndex = 208; @@ -1258,11 +912,11 @@ this.labelTitleGateway.BackPictureBox2 = null; this.labelTitleGateway.BorderColor = System.Drawing.Color.Black; this.labelTitleGateway.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleGateway.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleGateway.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleGateway.ForeColor = System.Drawing.Color.Black; this.labelTitleGateway.InitVisible = true; this.labelTitleGateway.LineSpacing = 0F; - this.labelTitleGateway.Location = new System.Drawing.Point(44, 295); + this.labelTitleGateway.Location = new System.Drawing.Point(52, 256); this.labelTitleGateway.Name = "labelTitleGateway"; this.labelTitleGateway.Size = new System.Drawing.Size(140, 28); this.labelTitleGateway.TabIndex = 207; @@ -1282,7 +936,7 @@ this.labelLocalIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP4.InitVisible = true; this.labelLocalIP4.LineSpacing = 0F; - this.labelLocalIP4.Location = new System.Drawing.Point(358, 227); + this.labelLocalIP4.Location = new System.Drawing.Point(366, 188); this.labelLocalIP4.Name = "labelLocalIP4"; this.labelLocalIP4.Size = new System.Drawing.Size(50, 28); this.labelLocalIP4.TabIndex = 206; @@ -1303,7 +957,7 @@ this.labelLocalIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP3.InitVisible = true; this.labelLocalIP3.LineSpacing = 0F; - this.labelLocalIP3.Location = new System.Drawing.Point(302, 227); + this.labelLocalIP3.Location = new System.Drawing.Point(310, 188); this.labelLocalIP3.Name = "labelLocalIP3"; this.labelLocalIP3.Size = new System.Drawing.Size(50, 28); this.labelLocalIP3.TabIndex = 205; @@ -1324,7 +978,7 @@ this.labelLocalIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP2.InitVisible = true; this.labelLocalIP2.LineSpacing = 0F; - this.labelLocalIP2.Location = new System.Drawing.Point(246, 227); + this.labelLocalIP2.Location = new System.Drawing.Point(254, 188); this.labelLocalIP2.Name = "labelLocalIP2"; this.labelLocalIP2.Size = new System.Drawing.Size(50, 28); this.labelLocalIP2.TabIndex = 204; @@ -1345,7 +999,7 @@ this.labelLocalIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP1.InitVisible = true; this.labelLocalIP1.LineSpacing = 0F; - this.labelLocalIP1.Location = new System.Drawing.Point(190, 227); + this.labelLocalIP1.Location = new System.Drawing.Point(198, 188); this.labelLocalIP1.Name = "labelLocalIP1"; this.labelLocalIP1.Size = new System.Drawing.Size(50, 28); this.labelLocalIP1.TabIndex = 203; @@ -1362,11 +1016,11 @@ this.labelTitleIPAddress.BackPictureBox2 = null; this.labelTitleIPAddress.BorderColor = System.Drawing.Color.Black; this.labelTitleIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleIPAddress.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleIPAddress.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelTitleIPAddress.ForeColor = System.Drawing.Color.Black; this.labelTitleIPAddress.InitVisible = true; this.labelTitleIPAddress.LineSpacing = 0F; - this.labelTitleIPAddress.Location = new System.Drawing.Point(44, 227); + this.labelTitleIPAddress.Location = new System.Drawing.Point(52, 188); this.labelTitleIPAddress.Name = "labelTitleIPAddress"; this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28); this.labelTitleIPAddress.TabIndex = 202; @@ -1382,10 +1036,10 @@ this.labelStaticTcpMode.BackPictureBox2 = null; this.labelStaticTcpMode.BorderColor = System.Drawing.Color.Black; this.labelStaticTcpMode.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStaticTcpMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelStaticTcpMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelStaticTcpMode.InitVisible = true; this.labelStaticTcpMode.LineSpacing = 0F; - this.labelStaticTcpMode.Location = new System.Drawing.Point(45, 71); + this.labelStaticTcpMode.Location = new System.Drawing.Point(52, 66); this.labelStaticTcpMode.Name = "labelStaticTcpMode"; this.labelStaticTcpMode.Size = new System.Drawing.Size(140, 30); this.labelStaticTcpMode.TabIndex = 181; @@ -1401,10 +1055,10 @@ this.labelStaticTcpOperationMode.BackPictureBox2 = null; this.labelStaticTcpOperationMode.BorderColor = System.Drawing.Color.Black; this.labelStaticTcpOperationMode.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelStaticTcpOperationMode.InitVisible = true; this.labelStaticTcpOperationMode.LineSpacing = 0F; - this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(45, 35); + this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(52, 30); this.labelStaticTcpOperationMode.Name = "labelStaticTcpOperationMode"; this.labelStaticTcpOperationMode.Size = new System.Drawing.Size(140, 30); this.labelStaticTcpOperationMode.TabIndex = 180; @@ -1416,7 +1070,7 @@ // comboBoxTcpOperationMode // this.comboBoxTcpOperationMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold); - this.comboBoxTcpOperationMode.Location = new System.Drawing.Point(191, 35); + this.comboBoxTcpOperationMode.Location = new System.Drawing.Point(198, 30); this.comboBoxTcpOperationMode.Name = "comboBoxTcpOperationMode"; this.comboBoxTcpOperationMode.Size = new System.Drawing.Size(200, 30); this.comboBoxTcpOperationMode.TabIndex = 179; @@ -1425,7 +1079,7 @@ // comboBoxTcpMode // this.comboBoxTcpMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold); - this.comboBoxTcpMode.Location = new System.Drawing.Point(191, 71); + this.comboBoxTcpMode.Location = new System.Drawing.Point(198, 66); this.comboBoxTcpMode.Name = "comboBoxTcpMode"; this.comboBoxTcpMode.Size = new System.Drawing.Size(200, 30); this.comboBoxTcpMode.TabIndex = 178; @@ -1444,7 +1098,7 @@ this.smartListBoxClientList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.smartListBoxClientList.ColumnDelimiter = '\0'; this.smartListBoxClientList.ColumnOffsets = null; - this.smartListBoxClientList.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartListBoxClientList.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartListBoxClientList.FontColor = System.Drawing.Color.Black; this.smartListBoxClientList.InitVisible = true; this.smartListBoxClientList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; @@ -1477,7 +1131,7 @@ this.labelClientCount.BackPictureBox2 = null; this.labelClientCount.BorderColor = System.Drawing.Color.Black; this.labelClientCount.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelClientCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.labelClientCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.labelClientCount.InitVisible = true; this.labelClientCount.LineSpacing = 0F; this.labelClientCount.Location = new System.Drawing.Point(824, 39); @@ -1490,6 +1144,366 @@ this.labelClientCount.Visible = false; this.labelClientCount.Wordwrap = false; // + // button10LaneSend + // + this.button10LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.button10LaneSend.Location = new System.Drawing.Point(785, 321); + this.button10LaneSend.Name = "button10LaneSend"; + this.button10LaneSend.Size = new System.Drawing.Size(120, 38); + this.button10LaneSend.TabIndex = 244; + this.button10LaneSend.Text = "10 Lane Send"; + this.button10LaneSend.Visible = false; + // + // button1LaneSend + // + this.button1LaneSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.button1LaneSend.Location = new System.Drawing.Point(659, 321); + this.button1LaneSend.Name = "button1LaneSend"; + this.button1LaneSend.Size = new System.Drawing.Size(120, 38); + this.button1LaneSend.TabIndex = 243; + this.button1LaneSend.Text = "1 Lane Send"; + this.button1LaneSend.Visible = false; + // + // buttonDataSend + // + this.buttonDataSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonDataSend.Location = new System.Drawing.Point(533, 321); + this.buttonDataSend.Name = "buttonDataSend"; + this.buttonDataSend.Size = new System.Drawing.Size(120, 38); + this.buttonDataSend.TabIndex = 242; + this.buttonDataSend.Text = "Test Send"; + this.buttonDataSend.Visible = false; + // + // buttonTcpSave2 + // + this.buttonTcpSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.buttonTcpSave2.Location = new System.Drawing.Point(806, 281); + this.buttonTcpSave2.Name = "buttonTcpSave2"; + this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28); + this.buttonTcpSave2.TabIndex = 241; + this.buttonTcpSave2.Text = "SAVE"; + // + // labelClientStatus + // + this.labelClientStatus.BackColor = System.Drawing.SystemColors.ControlLight; + this.labelClientStatus.BackPictureBox = null; + this.labelClientStatus.BackPictureBox1 = null; + this.labelClientStatus.BackPictureBox2 = null; + this.labelClientStatus.BorderColor = System.Drawing.Color.Black; + this.labelClientStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.labelClientStatus.InitVisible = true; + this.labelClientStatus.LineSpacing = 0F; + this.labelClientStatus.Location = new System.Drawing.Point(694, 213); + this.labelClientStatus.Name = "labelClientStatus"; + this.labelClientStatus.Size = new System.Drawing.Size(218, 28); + this.labelClientStatus.TabIndex = 240; + this.labelClientStatus.Text = ">Disconnected Server"; + this.labelClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelClientStatus.Wordwrap = false; + // + // labelTitleClientServerIP + // + this.labelTitleClientServerIP.BackColor = System.Drawing.Color.Black; + this.labelTitleClientServerIP.BackPictureBox = this.smartForm1; + this.labelTitleClientServerIP.BackPictureBox1 = null; + this.labelTitleClientServerIP.BackPictureBox2 = null; + this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black; + this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black; + this.labelTitleClientServerIP.InitVisible = true; + this.labelTitleClientServerIP.LineSpacing = 0F; + this.labelTitleClientServerIP.Location = new System.Drawing.Point(520, 247); + this.labelTitleClientServerIP.Name = "labelTitleClientServerIP"; + this.labelTitleClientServerIP.Size = new System.Drawing.Size(168, 28); + this.labelTitleClientServerIP.TabIndex = 233; + this.labelTitleClientServerIP.Text = "Server IP"; + this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleClientServerIP.Wordwrap = false; + // + // labelHostIP1 + // + this.labelHostIP1.BackColor = System.Drawing.SystemColors.Window; + this.labelHostIP1.BackPictureBox = null; + this.labelHostIP1.BackPictureBox1 = null; + this.labelHostIP1.BackPictureBox2 = null; + this.labelHostIP1.BorderColor = System.Drawing.Color.Black; + this.labelHostIP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.labelHostIP1.InitVisible = true; + this.labelHostIP1.LineSpacing = 0F; + this.labelHostIP1.Location = new System.Drawing.Point(694, 247); + this.labelHostIP1.Name = "labelHostIP1"; + this.labelHostIP1.Size = new System.Drawing.Size(50, 28); + this.labelHostIP1.TabIndex = 234; + this.labelHostIP1.Text = "100"; + this.labelHostIP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelHostIP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHostIP1.Wordwrap = false; + // + // labelHostIP2 + // + this.labelHostIP2.BackColor = System.Drawing.SystemColors.Window; + this.labelHostIP2.BackPictureBox = null; + this.labelHostIP2.BackPictureBox1 = null; + this.labelHostIP2.BackPictureBox2 = null; + this.labelHostIP2.BorderColor = System.Drawing.Color.Black; + this.labelHostIP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.labelHostIP2.InitVisible = true; + this.labelHostIP2.LineSpacing = 0F; + this.labelHostIP2.Location = new System.Drawing.Point(750, 247); + this.labelHostIP2.Name = "labelHostIP2"; + this.labelHostIP2.Size = new System.Drawing.Size(50, 28); + this.labelHostIP2.TabIndex = 235; + this.labelHostIP2.Text = "100"; + this.labelHostIP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelHostIP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHostIP2.Wordwrap = false; + // + // labelHostIP3 + // + this.labelHostIP3.BackColor = System.Drawing.SystemColors.Window; + this.labelHostIP3.BackPictureBox = null; + this.labelHostIP3.BackPictureBox1 = null; + this.labelHostIP3.BackPictureBox2 = null; + this.labelHostIP3.BorderColor = System.Drawing.Color.Black; + this.labelHostIP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.labelHostIP3.InitVisible = true; + this.labelHostIP3.LineSpacing = 0F; + this.labelHostIP3.Location = new System.Drawing.Point(806, 247); + this.labelHostIP3.Name = "labelHostIP3"; + this.labelHostIP3.Size = new System.Drawing.Size(50, 28); + this.labelHostIP3.TabIndex = 236; + this.labelHostIP3.Text = "100"; + this.labelHostIP3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelHostIP3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHostIP3.Wordwrap = false; + // + // labelHostPort + // + this.labelHostPort.BackColor = System.Drawing.SystemColors.Window; + this.labelHostPort.BackPictureBox = null; + this.labelHostPort.BackPictureBox1 = null; + this.labelHostPort.BackPictureBox2 = null; + this.labelHostPort.BorderColor = System.Drawing.Color.Black; + this.labelHostPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.labelHostPort.InitVisible = true; + this.labelHostPort.LineSpacing = 0F; + this.labelHostPort.Location = new System.Drawing.Point(694, 281); + this.labelHostPort.Name = "labelHostPort"; + this.labelHostPort.Size = new System.Drawing.Size(106, 28); + this.labelHostPort.TabIndex = 239; + this.labelHostPort.Text = "100"; + this.labelHostPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelHostPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHostPort.Wordwrap = false; + // + // labelHostIP4 + // + this.labelHostIP4.BackColor = System.Drawing.SystemColors.Window; + this.labelHostIP4.BackPictureBox = null; + this.labelHostIP4.BackPictureBox1 = null; + this.labelHostIP4.BackPictureBox2 = null; + this.labelHostIP4.BorderColor = System.Drawing.Color.Black; + this.labelHostIP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.labelHostIP4.InitVisible = true; + this.labelHostIP4.LineSpacing = 0F; + this.labelHostIP4.Location = new System.Drawing.Point(862, 247); + this.labelHostIP4.Name = "labelHostIP4"; + this.labelHostIP4.Size = new System.Drawing.Size(50, 28); + this.labelHostIP4.TabIndex = 237; + this.labelHostIP4.Text = "100"; + this.labelHostIP4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelHostIP4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHostIP4.Wordwrap = false; + // + // labelTitleClientServerPort + // + this.labelTitleClientServerPort.BackColor = System.Drawing.Color.Black; + this.labelTitleClientServerPort.BackPictureBox = this.smartForm1; + this.labelTitleClientServerPort.BackPictureBox1 = null; + this.labelTitleClientServerPort.BackPictureBox2 = null; + this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black; + this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black; + this.labelTitleClientServerPort.InitVisible = true; + this.labelTitleClientServerPort.LineSpacing = 0F; + this.labelTitleClientServerPort.Location = new System.Drawing.Point(520, 281); + this.labelTitleClientServerPort.Name = "labelTitleClientServerPort"; + this.labelTitleClientServerPort.Size = new System.Drawing.Size(168, 28); + this.labelTitleClientServerPort.TabIndex = 238; + this.labelTitleClientServerPort.Text = "Server Port"; + this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleClientServerPort.Wordwrap = false; + // + // labelConnectedIP + // + this.labelConnectedIP.BackColor = System.Drawing.SystemColors.ControlLight; + this.labelConnectedIP.BackPictureBox = null; + this.labelConnectedIP.BackPictureBox1 = null; + this.labelConnectedIP.BackPictureBox2 = null; + this.labelConnectedIP.BorderColor = System.Drawing.Color.Black; + this.labelConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.labelConnectedIP.InitVisible = true; + this.labelConnectedIP.LineSpacing = 0F; + this.labelConnectedIP.Location = new System.Drawing.Point(693, 101); + this.labelConnectedIP.Name = "labelConnectedIP"; + this.labelConnectedIP.Size = new System.Drawing.Size(218, 28); + this.labelConnectedIP.TabIndex = 249; + this.labelConnectedIP.Text = "192.168.0.1"; + this.labelConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelConnectedIP.Wordwrap = false; + // + // labelTitleConnectedIP + // + this.labelTitleConnectedIP.BackColor = System.Drawing.Color.Black; + this.labelTitleConnectedIP.BackPictureBox = this.smartForm1; + this.labelTitleConnectedIP.BackPictureBox1 = null; + this.labelTitleConnectedIP.BackPictureBox2 = null; + this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black; + this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelTitleConnectedIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black; + this.labelTitleConnectedIP.InitVisible = true; + this.labelTitleConnectedIP.LineSpacing = 0F; + this.labelTitleConnectedIP.Location = new System.Drawing.Point(519, 101); + this.labelTitleConnectedIP.Name = "labelTitleConnectedIP"; + this.labelTitleConnectedIP.Size = new System.Drawing.Size(170, 28); + this.labelTitleConnectedIP.TabIndex = 248; + this.labelTitleConnectedIP.Text = "Connected IP"; + this.labelTitleConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleConnectedIP.Wordwrap = false; + // + // labelLocalPort + // + this.labelLocalPort.BackColor = System.Drawing.SystemColors.Window; + this.labelLocalPort.BackPictureBox = null; + this.labelLocalPort.BackPictureBox1 = null; + this.labelLocalPort.BackPictureBox2 = null; + this.labelLocalPort.BorderColor = System.Drawing.Color.Black; + this.labelLocalPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); + this.labelLocalPort.InitVisible = true; + this.labelLocalPort.LineSpacing = 0F; + this.labelLocalPort.Location = new System.Drawing.Point(693, 135); + this.labelLocalPort.Name = "labelLocalPort"; + this.labelLocalPort.Size = new System.Drawing.Size(80, 28); + this.labelLocalPort.TabIndex = 247; + this.labelLocalPort.Text = "100"; + this.labelLocalPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelLocalPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLocalPort.Wordwrap = false; + // + // labelTitleServerPort + // + this.labelTitleServerPort.BackColor = System.Drawing.Color.Black; + this.labelTitleServerPort.BackPictureBox = this.smartForm1; + this.labelTitleServerPort.BackPictureBox1 = null; + this.labelTitleServerPort.BackPictureBox2 = null; + this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black; + this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelTitleServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black; + this.labelTitleServerPort.InitVisible = true; + this.labelTitleServerPort.LineSpacing = 0F; + this.labelTitleServerPort.Location = new System.Drawing.Point(519, 135); + this.labelTitleServerPort.Name = "labelTitleServerPort"; + this.labelTitleServerPort.Size = new System.Drawing.Size(170, 28); + this.labelTitleServerPort.TabIndex = 246; + this.labelTitleServerPort.Text = "Port"; + this.labelTitleServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleServerPort.Wordwrap = false; + // + // labelServerStatus + // + this.labelServerStatus.BackColor = System.Drawing.SystemColors.ControlLight; + this.labelServerStatus.BackPictureBox = null; + this.labelServerStatus.BackPictureBox1 = null; + this.labelServerStatus.BackPictureBox2 = null; + this.labelServerStatus.BorderColor = System.Drawing.Color.Black; + this.labelServerStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.labelServerStatus.InitVisible = true; + this.labelServerStatus.LineSpacing = 0F; + this.labelServerStatus.Location = new System.Drawing.Point(693, 67); + this.labelServerStatus.Name = "labelServerStatus"; + this.labelServerStatus.Size = new System.Drawing.Size(218, 28); + this.labelServerStatus.TabIndex = 245; + this.labelServerStatus.Text = ">Start"; + this.labelServerStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelServerStatus.Wordwrap = false; + // + // smartSeparatorLine1 + // + this.smartSeparatorLine1.InitVisible = true; + this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray; + this.smartSeparatorLine1.Line1Width = 1F; + this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray; + this.smartSeparatorLine1.Line2Visible = true; + this.smartSeparatorLine1.Line2Width = 1F; + this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical; + this.smartSeparatorLine1.Location = new System.Drawing.Point(478, 21); + this.smartSeparatorLine1.Name = "smartSeparatorLine1"; + this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 350); + this.smartSeparatorLine1.TabIndex = 250; + this.smartSeparatorLine1.Text = "smartSeparatorLine1"; + // + // smartLabel1 + // + this.smartLabel1.BackColor = System.Drawing.Color.WhiteSmoke; + this.smartLabel1.BackPictureBox = null; + this.smartLabel1.BackPictureBox1 = null; + this.smartLabel1.BackPictureBox2 = null; + this.smartLabel1.BorderColor = System.Drawing.Color.Black; + this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.smartLabel1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.smartLabel1.ForeColor = System.Drawing.Color.Black; + this.smartLabel1.InitVisible = true; + this.smartLabel1.LineSpacing = 0F; + this.smartLabel1.Location = new System.Drawing.Point(502, 30); + this.smartLabel1.Name = "smartLabel1"; + this.smartLabel1.Size = new System.Drawing.Size(440, 30); + this.smartLabel1.TabIndex = 251; + this.smartLabel1.Text = "Server"; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel1.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackColor = System.Drawing.Color.WhiteSmoke; + this.smartLabel2.BackPictureBox = null; + this.smartLabel2.BackPictureBox1 = null; + this.smartLabel2.BackPictureBox2 = null; + this.smartLabel2.BorderColor = System.Drawing.Color.Black; + this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.smartLabel2.ForeColor = System.Drawing.Color.Black; + this.smartLabel2.InitVisible = true; + this.smartLabel2.LineSpacing = 0F; + this.smartLabel2.Location = new System.Drawing.Point(502, 176); + this.smartLabel2.Name = "smartLabel2"; + this.smartLabel2.Size = new System.Drawing.Size(440, 30); + this.smartLabel2.TabIndex = 252; + this.smartLabel2.Text = "Client"; + this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel2.Wordwrap = false; + // // FormCommunication // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -1498,11 +1512,6 @@ this.ClientSize = new System.Drawing.Size(1024, 768); this.Controls.Add(this.smartListBoxClientList); this.Controls.Add(this.labelClientCount); - this.Controls.Add(this.buttonTcpSend); - this.Controls.Add(this.buttonStop); - this.Controls.Add(this.buttonStart); - this.Controls.Add(this.smartGroupBox3); - this.Controls.Add(this.smartGroupBox2); this.Controls.Add(this.smartGroupBox1); this.Controls.Add(this.labelTitle); this.Controls.Add(this.groupBoxComm); @@ -1512,8 +1521,6 @@ this.Text = "FormCommunication"; ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.groupBoxComm.ResumeLayout(false); - this.smartGroupBox3.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); this.smartGroupBox1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); @@ -1540,23 +1547,6 @@ private System.Windows.Forms.Button buttonTcpSend; private System.Windows.Forms.Button buttonStop; private System.Windows.Forms.Button buttonStart; - private SmartX.SmartGroupBox smartGroupBox3; - private System.Windows.Forms.Button buttonDataSend; - private System.Windows.Forms.Button buttonTcpSave2; - private SmartX.SmartLabel labelClientStatus; - private SmartX.SmartLabel labelTitleClientServerIP; - public SmartX.SmartLabel labelHostIP1; - public SmartX.SmartLabel labelHostIP2; - public SmartX.SmartLabel labelHostIP3; - public SmartX.SmartLabel labelHostPort; - public SmartX.SmartLabel labelHostIP4; - private SmartX.SmartLabel labelTitleClientServerPort; - private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartLabel labelConnectedIP; - private SmartX.SmartLabel labelTitleConnectedIP; - public SmartX.SmartLabel labelLocalPort; - private SmartX.SmartLabel labelTitleServerPort; - private SmartX.SmartLabel labelServerStatus; private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartLabel labelProtocolDescriptionEthernet_2; private SmartX.SmartLabel labelProtocolDescriptionEthernet_1; @@ -1592,7 +1582,25 @@ private SmartX.SmartLabel labelClientCount; private SmartX.SmartLabel labelSlaveID; private SmartX.SmartLabel labelTitleSlaveID; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartSeparatorLine smartSeparatorLine1; + private SmartX.SmartLabel labelConnectedIP; + private SmartX.SmartLabel labelTitleConnectedIP; + public SmartX.SmartLabel labelLocalPort; + private SmartX.SmartLabel labelTitleServerPort; + private SmartX.SmartLabel labelServerStatus; private System.Windows.Forms.Button button10LaneSend; private System.Windows.Forms.Button button1LaneSend; + private System.Windows.Forms.Button buttonDataSend; + private System.Windows.Forms.Button buttonTcpSave2; + private SmartX.SmartLabel labelClientStatus; + private SmartX.SmartLabel labelTitleClientServerIP; + public SmartX.SmartLabel labelHostIP1; + public SmartX.SmartLabel labelHostIP2; + public SmartX.SmartLabel labelHostIP3; + public SmartX.SmartLabel labelHostPort; + public SmartX.SmartLabel labelHostIP4; + private SmartX.SmartLabel labelTitleClientServerPort; } } \ No newline at end of file diff --git a/INT99DC_7C/Forms/FormMenu.cs b/INT99DC_7C/Forms/FormMenu.cs index 52460ec..448e17e 100644 --- a/INT99DC_7C/Forms/FormMenu.cs +++ b/INT99DC_7C/Forms/FormMenu.cs @@ -744,7 +744,7 @@ namespace INT99DC_7C.Forms { if (this.ParentForm.SystemConfig.IsLogin == false) { - DialogFormPasswordKeyPad1 password = new DialogFormPasswordKeyPad1(8, this.ParentForm.SystemConfig.Language); + DialogFormPasswordKeyPad password = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig.Language); DialogResult dialogResult = password.ShowDialog(); if (dialogResult == DialogResult.OK) { diff --git a/INT99DC_7C/Forms/FormMotorSetting.Designer.cs b/INT99DC_7C/Forms/FormMotorSetting.Designer.cs index 797de96..5739dff 100644 --- a/INT99DC_7C/Forms/FormMotorSetting.Designer.cs +++ b/INT99DC_7C/Forms/FormMotorSetting.Designer.cs @@ -126,7 +126,7 @@ this.labelTitle.BackPictureBox2 = null; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); + this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(199, 7); @@ -142,10 +142,11 @@ // this.smartGroupBox1.BackPictureBox = this.smartForm1; this.smartGroupBox1.BackPictureBox1 = null; - this.smartGroupBox1.Controls.Add(this.listBoxAlarmMessage); + this.smartGroupBox1.Controls.Add(this.buttonPosition2); this.smartGroupBox1.Controls.Add(this.panel2); + this.smartGroupBox1.Controls.Add(this.buttonPosition1); + this.smartGroupBox1.Controls.Add(this.buttonPosition0); this.smartGroupBox1.Controls.Add(this.pictureBox1); - this.smartGroupBox1.Controls.Add(this.pictureBoxAlarm); this.smartGroupBox1.Controls.Add(this.panel1); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; @@ -171,14 +172,14 @@ this.listBoxAlarmMessage.ColumnDelimiter = '\0'; this.listBoxAlarmMessage.ColumnOffsets = null; this.listBoxAlarmMessage.Enabled = false; - this.listBoxAlarmMessage.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.listBoxAlarmMessage.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.listBoxAlarmMessage.FontColor = System.Drawing.Color.White; this.listBoxAlarmMessage.InitVisible = true; this.listBoxAlarmMessage.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxAlarmMessage.ItemOffsetGap = 0; this.listBoxAlarmMessage.ItemOffsetX = 0; this.listBoxAlarmMessage.ItemOffsetY = 0; - this.listBoxAlarmMessage.Location = new System.Drawing.Point(693, 26); + this.listBoxAlarmMessage.Location = new System.Drawing.Point(138, 68); this.listBoxAlarmMessage.MouseMoveEventSpace = 3; this.listBoxAlarmMessage.MouseMoveSpace = 10; this.listBoxAlarmMessage.Name = "listBoxAlarmMessage"; @@ -192,7 +193,7 @@ this.listBoxAlarmMessage.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxAlarmMessage.SeparationlineVisibleBottom = true; this.listBoxAlarmMessage.SeparationlineVisibleTop = true; - this.listBoxAlarmMessage.Size = new System.Drawing.Size(200, 100); + this.listBoxAlarmMessage.Size = new System.Drawing.Size(163, 102); this.listBoxAlarmMessage.TabIndex = 14; this.listBoxAlarmMessage.Text = "smartListBox1"; this.listBoxAlarmMessage.Visible = false; @@ -200,15 +201,14 @@ // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151))))); + this.panel2.Controls.Add(this.listBoxAlarmMessage); this.panel2.Controls.Add(this.buttonAlarmReset); - this.panel2.Controls.Add(this.buttonPosition2); - this.panel2.Controls.Add(this.buttonPosition0); - this.panel2.Controls.Add(this.buttonPosition1); this.panel2.Controls.Add(this.buttonStep); this.panel2.Controls.Add(this.buttonOrigin); - this.panel2.Location = new System.Drawing.Point(572, 136); + this.panel2.Controls.Add(this.pictureBoxAlarm); + this.panel2.Location = new System.Drawing.Point(509, 72); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(380, 234); + this.panel2.Size = new System.Drawing.Size(380, 228); // // buttonAlarmReset // @@ -220,10 +220,10 @@ this.buttonAlarmReset.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAlarmReset.DisableImage = null; this.buttonAlarmReset.DownImage = null; - this.buttonAlarmReset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonAlarmReset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonAlarmReset.GroupID = 0; this.buttonAlarmReset.InitVisible = true; - this.buttonAlarmReset.Location = new System.Drawing.Point(204, 24); + this.buttonAlarmReset.Location = new System.Drawing.Point(82, 12); this.buttonAlarmReset.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonAlarmReset.Name = "buttonAlarmReset"; this.buttonAlarmReset.NestedClickEventPrevent = false; @@ -231,7 +231,7 @@ this.buttonAlarmReset.RepeatInterval = 200; this.buttonAlarmReset.RepeatIntervalAccelerate = null; this.buttonAlarmReset.SafeInterval = 200; - this.buttonAlarmReset.Size = new System.Drawing.Size(100, 50); + this.buttonAlarmReset.Size = new System.Drawing.Size(219, 50); this.buttonAlarmReset.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonAlarmReset.TabIndex = 500; this.buttonAlarmReset.Text = "Alarm Reset"; @@ -253,10 +253,10 @@ this.buttonPosition2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPosition2.DisableImage = null; this.buttonPosition2.DownImage = null; - this.buttonPosition2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonPosition2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonPosition2.GroupID = 0; this.buttonPosition2.InitVisible = true; - this.buttonPosition2.Location = new System.Drawing.Point(265, 174); + this.buttonPosition2.Location = new System.Drawing.Point(763, 457); this.buttonPosition2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonPosition2.Name = "buttonPosition2"; this.buttonPosition2.NestedClickEventPrevent = false; @@ -264,7 +264,7 @@ this.buttonPosition2.RepeatInterval = 200; this.buttonPosition2.RepeatIntervalAccelerate = null; this.buttonPosition2.SafeInterval = 200; - this.buttonPosition2.Size = new System.Drawing.Size(100, 50); + this.buttonPosition2.Size = new System.Drawing.Size(124, 50); this.buttonPosition2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonPosition2.TabIndex = 497; this.buttonPosition2.Text = "위치2"; @@ -286,10 +286,10 @@ this.buttonPosition0.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPosition0.DisableImage = null; this.buttonPosition0.DownImage = null; - this.buttonPosition0.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonPosition0.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonPosition0.GroupID = 0; this.buttonPosition0.InitVisible = true; - this.buttonPosition0.Location = new System.Drawing.Point(15, 174); + this.buttonPosition0.Location = new System.Drawing.Point(511, 457); this.buttonPosition0.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonPosition0.Name = "buttonPosition0"; this.buttonPosition0.NestedClickEventPrevent = false; @@ -297,7 +297,7 @@ this.buttonPosition0.RepeatInterval = 200; this.buttonPosition0.RepeatIntervalAccelerate = null; this.buttonPosition0.SafeInterval = 200; - this.buttonPosition0.Size = new System.Drawing.Size(100, 50); + this.buttonPosition0.Size = new System.Drawing.Size(124, 50); this.buttonPosition0.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonPosition0.TabIndex = 496; this.buttonPosition0.Text = "위치0"; @@ -319,10 +319,10 @@ this.buttonPosition1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPosition1.DisableImage = null; this.buttonPosition1.DownImage = null; - this.buttonPosition1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonPosition1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonPosition1.GroupID = 0; this.buttonPosition1.InitVisible = true; - this.buttonPosition1.Location = new System.Drawing.Point(140, 174); + this.buttonPosition1.Location = new System.Drawing.Point(637, 457); this.buttonPosition1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonPosition1.Name = "buttonPosition1"; this.buttonPosition1.NestedClickEventPrevent = false; @@ -330,7 +330,7 @@ this.buttonPosition1.RepeatInterval = 200; this.buttonPosition1.RepeatIntervalAccelerate = null; this.buttonPosition1.SafeInterval = 200; - this.buttonPosition1.Size = new System.Drawing.Size(100, 50); + this.buttonPosition1.Size = new System.Drawing.Size(124, 50); this.buttonPosition1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonPosition1.TabIndex = 495; this.buttonPosition1.Text = "위치1"; @@ -352,10 +352,10 @@ this.buttonStep.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonStep.DisableImage = null; this.buttonStep.DownImage = null; - this.buttonStep.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonStep.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonStep.GroupID = 0; this.buttonStep.InitVisible = true; - this.buttonStep.Location = new System.Drawing.Point(140, 107); + this.buttonStep.Location = new System.Drawing.Point(201, 176); this.buttonStep.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonStep.Name = "buttonStep"; this.buttonStep.NestedClickEventPrevent = false; @@ -385,10 +385,10 @@ this.buttonOrigin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOrigin.DisableImage = null; this.buttonOrigin.DownImage = null; - this.buttonOrigin.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonOrigin.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonOrigin.GroupID = 0; this.buttonOrigin.InitVisible = true; - this.buttonOrigin.Location = new System.Drawing.Point(71, 24); + this.buttonOrigin.Location = new System.Drawing.Point(82, 176); this.buttonOrigin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonOrigin.Name = "buttonOrigin"; this.buttonOrigin.NestedClickEventPrevent = false; @@ -411,7 +411,7 @@ // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(572, 376); + this.pictureBox1.Location = new System.Drawing.Point(509, 306); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(380, 150); // @@ -419,7 +419,7 @@ // this.pictureBoxAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151))))); this.pictureBoxAlarm.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAlarm.Image"))); - this.pictureBoxAlarm.Location = new System.Drawing.Point(637, 26); + this.pictureBoxAlarm.Location = new System.Drawing.Point(82, 94); this.pictureBoxAlarm.Name = "pictureBoxAlarm"; this.pictureBoxAlarm.Size = new System.Drawing.Size(50, 50); this.pictureBoxAlarm.Visible = false; @@ -453,7 +453,7 @@ this.panel1.Controls.Add(this.labelTitleOriginOffsets); this.panel1.Location = new System.Drawing.Point(76, 72); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(400, 454); + this.panel1.Size = new System.Drawing.Size(400, 435); // // labelTitleServoLimit // @@ -463,11 +463,11 @@ this.labelTitleServoLimit.BackPictureBox2 = null; this.labelTitleServoLimit.BorderColor = System.Drawing.Color.Black; this.labelTitleServoLimit.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleServoLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleServoLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleServoLimit.ForeColor = System.Drawing.Color.Black; this.labelTitleServoLimit.InitVisible = true; this.labelTitleServoLimit.LineSpacing = 0F; - this.labelTitleServoLimit.Location = new System.Drawing.Point(28, 416); + this.labelTitleServoLimit.Location = new System.Drawing.Point(66, 391); this.labelTitleServoLimit.Name = "labelTitleServoLimit"; this.labelTitleServoLimit.Size = new System.Drawing.Size(120, 35); this.labelTitleServoLimit.TabIndex = 492; @@ -487,7 +487,7 @@ this.labelServoLimit.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelServoLimit.InitVisible = true; this.labelServoLimit.LineSpacing = 0F; - this.labelServoLimit.Location = new System.Drawing.Point(154, 416); + this.labelServoLimit.Location = new System.Drawing.Point(192, 391); this.labelServoLimit.Name = "labelServoLimit"; this.labelServoLimit.Size = new System.Drawing.Size(80, 35); this.labelServoLimit.TabIndex = 493; @@ -505,11 +505,11 @@ this.labelTitleMessage2.BackPictureBox2 = null; this.labelTitleMessage2.BorderColor = System.Drawing.Color.Black; this.labelTitleMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleMessage2.ForeColor = System.Drawing.Color.Red; this.labelTitleMessage2.InitVisible = true; this.labelTitleMessage2.LineSpacing = 0F; - this.labelTitleMessage2.Location = new System.Drawing.Point(12, 358); + this.labelTitleMessage2.Location = new System.Drawing.Point(12, 343); this.labelTitleMessage2.Name = "labelTitleMessage2"; this.labelTitleMessage2.Size = new System.Drawing.Size(374, 20); this.labelTitleMessage2.TabIndex = 491; @@ -526,11 +526,11 @@ this.labelTitleMessage1.BackPictureBox2 = null; this.labelTitleMessage1.BorderColor = System.Drawing.Color.Black; this.labelTitleMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleMessage1.ForeColor = System.Drawing.Color.Red; this.labelTitleMessage1.InitVisible = true; this.labelTitleMessage1.LineSpacing = 0F; - this.labelTitleMessage1.Location = new System.Drawing.Point(12, 332); + this.labelTitleMessage1.Location = new System.Drawing.Point(12, 317); this.labelTitleMessage1.Name = "labelTitleMessage1"; this.labelTitleMessage1.Size = new System.Drawing.Size(374, 20); this.labelTitleMessage1.TabIndex = 490; @@ -549,10 +549,10 @@ this.buttonEEPROM.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEEPROM.DisableImage = null; this.buttonEEPROM.DownImage = null; - this.buttonEEPROM.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonEEPROM.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonEEPROM.GroupID = 0; this.buttonEEPROM.InitVisible = true; - this.buttonEEPROM.Location = new System.Drawing.Point(293, 275); + this.buttonEEPROM.Location = new System.Drawing.Point(294, 258); this.buttonEEPROM.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonEEPROM.Name = "buttonEEPROM"; this.buttonEEPROM.NestedClickEventPrevent = false; @@ -580,11 +580,11 @@ this.labelTitleID.BackPictureBox2 = null; this.labelTitleID.BorderColor = System.Drawing.Color.Black; this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleID.ForeColor = System.Drawing.Color.Black; this.labelTitleID.InitVisible = true; this.labelTitleID.LineSpacing = 0F; - this.labelTitleID.Location = new System.Drawing.Point(3, 29); + this.labelTitleID.Location = new System.Drawing.Point(4, 12); this.labelTitleID.Name = "labelTitleID"; this.labelTitleID.Size = new System.Drawing.Size(200, 35); this.labelTitleID.TabIndex = 481; @@ -604,7 +604,7 @@ this.labelPosition1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelPosition1.InitVisible = true; this.labelPosition1.LineSpacing = 0F; - this.labelPosition1.Location = new System.Drawing.Point(207, 234); + this.labelPosition1.Location = new System.Drawing.Point(208, 217); this.labelPosition1.Name = "labelPosition1"; this.labelPosition1.Size = new System.Drawing.Size(80, 35); this.labelPosition1.TabIndex = 476; @@ -625,7 +625,7 @@ this.labelSpeed1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelSpeed1.InitVisible = true; this.labelSpeed1.LineSpacing = 0F; - this.labelSpeed1.Location = new System.Drawing.Point(207, 152); + this.labelSpeed1.Location = new System.Drawing.Point(208, 135); this.labelSpeed1.Name = "labelSpeed1"; this.labelSpeed1.Size = new System.Drawing.Size(80, 35); this.labelSpeed1.TabIndex = 473; @@ -643,11 +643,11 @@ this.labelModusStatus.BackPictureBox2 = null; this.labelModusStatus.BorderColor = System.Drawing.Color.Black; this.labelModusStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelModusStatus.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelModusStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelModusStatus.ForeColor = System.Drawing.Color.White; this.labelModusStatus.InitVisible = true; this.labelModusStatus.LineSpacing = 0F; - this.labelModusStatus.Location = new System.Drawing.Point(293, 29); + this.labelModusStatus.Location = new System.Drawing.Point(294, 12); this.labelModusStatus.Name = "labelModusStatus"; this.labelModusStatus.Size = new System.Drawing.Size(92, 35); this.labelModusStatus.TabIndex = 477; @@ -667,7 +667,7 @@ this.labelSpeed0.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelSpeed0.InitVisible = true; this.labelSpeed0.LineSpacing = 0F; - this.labelSpeed0.Location = new System.Drawing.Point(207, 111); + this.labelSpeed0.Location = new System.Drawing.Point(208, 94); this.labelSpeed0.Name = "labelSpeed0"; this.labelSpeed0.Size = new System.Drawing.Size(80, 35); this.labelSpeed0.TabIndex = 472; @@ -687,10 +687,10 @@ this.buttonOpen.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOpen.DisableImage = null; this.buttonOpen.DownImage = null; - this.buttonOpen.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonOpen.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonOpen.GroupID = 0; this.buttonOpen.InitVisible = true; - this.buttonOpen.Location = new System.Drawing.Point(293, 70); + this.buttonOpen.Location = new System.Drawing.Point(294, 53); this.buttonOpen.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonOpen.Name = "buttonOpen"; this.buttonOpen.NestedClickEventPrevent = false; @@ -721,7 +721,7 @@ this.labelOrigin.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelOrigin.InitVisible = true; this.labelOrigin.LineSpacing = 0F; - this.labelOrigin.Location = new System.Drawing.Point(207, 70); + this.labelOrigin.Location = new System.Drawing.Point(208, 53); this.labelOrigin.Name = "labelOrigin"; this.labelOrigin.Size = new System.Drawing.Size(80, 35); this.labelOrigin.TabIndex = 471; @@ -741,10 +741,10 @@ this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonClose.DisableImage = null; this.buttonClose.DownImage = null; - this.buttonClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonClose.GroupID = 0; this.buttonClose.InitVisible = true; - this.buttonClose.Location = new System.Drawing.Point(293, 111); + this.buttonClose.Location = new System.Drawing.Point(294, 94); this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonClose.Name = "buttonClose"; this.buttonClose.NestedClickEventPrevent = false; @@ -775,7 +775,7 @@ this.smartLabel16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.smartLabel16.InitVisible = true; this.smartLabel16.LineSpacing = 0F; - this.smartLabel16.Location = new System.Drawing.Point(207, 29); + this.smartLabel16.Location = new System.Drawing.Point(208, 12); this.smartLabel16.Name = "smartLabel16"; this.smartLabel16.Size = new System.Drawing.Size(80, 35); this.smartLabel16.TabIndex = 470; @@ -794,10 +794,10 @@ this.buttonParameterRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonParameterRead.DisableImage = null; this.buttonParameterRead.DownImage = null; - this.buttonParameterRead.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.buttonParameterRead.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.buttonParameterRead.GroupID = 0; this.buttonParameterRead.InitVisible = true; - this.buttonParameterRead.Location = new System.Drawing.Point(293, 193); + this.buttonParameterRead.Location = new System.Drawing.Point(294, 176); this.buttonParameterRead.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonParameterRead.Name = "buttonParameterRead"; this.buttonParameterRead.NestedClickEventPrevent = false; @@ -825,11 +825,11 @@ this.labelTitlePosition2.BackPictureBox2 = null; this.labelTitlePosition2.BorderColor = System.Drawing.Color.Black; this.labelTitlePosition2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitlePosition2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitlePosition2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitlePosition2.ForeColor = System.Drawing.Color.Black; this.labelTitlePosition2.InitVisible = true; this.labelTitlePosition2.LineSpacing = 0F; - this.labelTitlePosition2.Location = new System.Drawing.Point(3, 275); + this.labelTitlePosition2.Location = new System.Drawing.Point(4, 258); this.labelTitlePosition2.Name = "labelTitlePosition2"; this.labelTitlePosition2.Size = new System.Drawing.Size(200, 35); this.labelTitlePosition2.TabIndex = 486; @@ -846,11 +846,11 @@ this.labelTitlePosition1.BackPictureBox2 = null; this.labelTitlePosition1.BorderColor = System.Drawing.Color.Black; this.labelTitlePosition1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitlePosition1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitlePosition1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitlePosition1.ForeColor = System.Drawing.Color.Black; this.labelTitlePosition1.InitVisible = true; this.labelTitlePosition1.LineSpacing = 0F; - this.labelTitlePosition1.Location = new System.Drawing.Point(3, 234); + this.labelTitlePosition1.Location = new System.Drawing.Point(4, 217); this.labelTitlePosition1.Name = "labelTitlePosition1"; this.labelTitlePosition1.Size = new System.Drawing.Size(200, 35); this.labelTitlePosition1.TabIndex = 469; @@ -870,7 +870,7 @@ this.labelPosition2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelPosition2.InitVisible = true; this.labelPosition2.LineSpacing = 0F; - this.labelPosition2.Location = new System.Drawing.Point(207, 275); + this.labelPosition2.Location = new System.Drawing.Point(208, 258); this.labelPosition2.Name = "labelPosition2"; this.labelPosition2.Size = new System.Drawing.Size(80, 35); this.labelPosition2.TabIndex = 488; @@ -888,11 +888,11 @@ this.labelTitleSpeed1.BackPictureBox2 = null; this.labelTitleSpeed1.BorderColor = System.Drawing.Color.Black; this.labelTitleSpeed1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleSpeed1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleSpeed1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleSpeed1.ForeColor = System.Drawing.Color.Black; this.labelTitleSpeed1.InitVisible = true; this.labelTitleSpeed1.LineSpacing = 0F; - this.labelTitleSpeed1.Location = new System.Drawing.Point(3, 152); + this.labelTitleSpeed1.Location = new System.Drawing.Point(4, 135); this.labelTitleSpeed1.Name = "labelTitleSpeed1"; this.labelTitleSpeed1.Size = new System.Drawing.Size(200, 35); this.labelTitleSpeed1.TabIndex = 466; @@ -909,11 +909,11 @@ this.labelTitlePosition0.BackPictureBox2 = null; this.labelTitlePosition0.BorderColor = System.Drawing.Color.Black; this.labelTitlePosition0.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitlePosition0.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitlePosition0.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitlePosition0.ForeColor = System.Drawing.Color.Black; this.labelTitlePosition0.InitVisible = true; this.labelTitlePosition0.LineSpacing = 0F; - this.labelTitlePosition0.Location = new System.Drawing.Point(3, 193); + this.labelTitlePosition0.Location = new System.Drawing.Point(4, 176); this.labelTitlePosition0.Name = "labelTitlePosition0"; this.labelTitlePosition0.Size = new System.Drawing.Size(200, 35); this.labelTitlePosition0.TabIndex = 484; @@ -930,11 +930,11 @@ this.labelTitleOriginSpeed.BackPictureBox2 = null; this.labelTitleOriginSpeed.BorderColor = System.Drawing.Color.Black; this.labelTitleOriginSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleOriginSpeed.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleOriginSpeed.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleOriginSpeed.ForeColor = System.Drawing.Color.Black; this.labelTitleOriginSpeed.InitVisible = true; this.labelTitleOriginSpeed.LineSpacing = 0F; - this.labelTitleOriginSpeed.Location = new System.Drawing.Point(3, 111); + this.labelTitleOriginSpeed.Location = new System.Drawing.Point(4, 94); this.labelTitleOriginSpeed.Name = "labelTitleOriginSpeed"; this.labelTitleOriginSpeed.Size = new System.Drawing.Size(200, 35); this.labelTitleOriginSpeed.TabIndex = 465; @@ -954,7 +954,7 @@ this.labelPosition0.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelPosition0.InitVisible = true; this.labelPosition0.LineSpacing = 0F; - this.labelPosition0.Location = new System.Drawing.Point(207, 193); + this.labelPosition0.Location = new System.Drawing.Point(208, 176); this.labelPosition0.Name = "labelPosition0"; this.labelPosition0.Size = new System.Drawing.Size(80, 35); this.labelPosition0.TabIndex = 485; @@ -972,11 +972,11 @@ this.labelTitleOriginOffsets.BackPictureBox2 = null; this.labelTitleOriginOffsets.BorderColor = System.Drawing.Color.Black; this.labelTitleOriginOffsets.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitleOriginOffsets.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleOriginOffsets.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleOriginOffsets.ForeColor = System.Drawing.Color.Black; this.labelTitleOriginOffsets.InitVisible = true; this.labelTitleOriginOffsets.LineSpacing = 0F; - this.labelTitleOriginOffsets.Location = new System.Drawing.Point(3, 70); + this.labelTitleOriginOffsets.Location = new System.Drawing.Point(4, 53); this.labelTitleOriginOffsets.Name = "labelTitleOriginOffsets"; this.labelTitleOriginOffsets.Size = new System.Drawing.Size(200, 35); this.labelTitleOriginOffsets.TabIndex = 464; diff --git a/INT99DC_7C/Forms/FormOptionSetting.Designer.cs b/INT99DC_7C/Forms/FormOptionSetting.Designer.cs index 4db333a..5022b91 100644 --- a/INT99DC_7C/Forms/FormOptionSetting.Designer.cs +++ b/INT99DC_7C/Forms/FormOptionSetting.Designer.cs @@ -36,7 +36,7 @@ this.smartLabel4 = new SmartX.SmartLabel(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.buttonPart11Use = new SmartX.SmartButton(); + this.buttonPart11 = new SmartX.SmartButton(); this.smartLabel2 = new SmartX.SmartLabel(); this.buttonDataStatistics = new SmartX.SmartButton(); this.smartLabel1 = new SmartX.SmartLabel(); @@ -101,7 +101,7 @@ this.labelTitle.BackPictureBox2 = null; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); + this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(199, 7); @@ -125,7 +125,7 @@ this.buttonFeedbackUse.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedbackUse.DownImage"))); this.buttonFeedbackUse.GroupID = 0; this.buttonFeedbackUse.InitVisible = true; - this.buttonFeedbackUse.Location = new System.Drawing.Point(281, 37); + this.buttonFeedbackUse.Location = new System.Drawing.Point(353, 124); this.buttonFeedbackUse.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonFeedbackUse.Name = "buttonFeedbackUse"; this.buttonFeedbackUse.NestedClickEventPrevent = false; @@ -143,7 +143,6 @@ this.buttonFeedbackUse.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonFeedbackUse.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedbackUse.UpImage"))); this.buttonFeedbackUse.Visible = false; - this.buttonFeedbackUse.Click += new System.EventHandler(this.Control_Click); // // smartLabel4 // @@ -152,10 +151,10 @@ this.smartLabel4.BackPictureBox2 = null; this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.smartLabel4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.smartLabel4.InitVisible = true; this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(55, 37); + this.smartLabel4.Location = new System.Drawing.Point(127, 124); this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.Size = new System.Drawing.Size(220, 30); this.smartLabel4.TabIndex = 203; @@ -193,7 +192,7 @@ // this.smartGroupBox2.BackPictureBox = this.smartForm1; this.smartGroupBox2.BackPictureBox1 = null; - this.smartGroupBox2.Controls.Add(this.buttonPart11Use); + this.smartGroupBox2.Controls.Add(this.buttonPart11); this.smartGroupBox2.Controls.Add(this.smartLabel2); this.smartGroupBox2.Controls.Add(this.buttonDataStatistics); this.smartGroupBox2.Controls.Add(this.smartLabel1); @@ -206,44 +205,44 @@ this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.smartGroupBox2.Image = null; this.smartGroupBox2.InitVisible = true; - this.smartGroupBox2.Location = new System.Drawing.Point(269, 210); + this.smartGroupBox2.Location = new System.Drawing.Point(186, 204); this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.RoundRadius = 10; - this.smartGroupBox2.Size = new System.Drawing.Size(465, 175); + this.smartGroupBox2.Size = new System.Drawing.Size(668, 182); this.smartGroupBox2.TabIndex = 210; this.smartGroupBox2.Text = "Option"; this.smartGroupBox2.TextColor = System.Drawing.Color.Black; // - // buttonPart11Use + // buttonPart11 // - this.buttonPart11Use.BackPictureBox = null; - this.buttonPart11Use.BackPictureBox1 = null; - this.buttonPart11Use.BackPictureBox2 = null; - this.buttonPart11Use.ButtonColor = System.Drawing.Color.Gray; - this.buttonPart11Use.ButtonImageAutoSize = true; - this.buttonPart11Use.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonPart11Use.DisableImage = null; - this.buttonPart11Use.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11Use.DownImage"))); - this.buttonPart11Use.GroupID = 0; - this.buttonPart11Use.InitVisible = true; - this.buttonPart11Use.Location = new System.Drawing.Point(281, 109); - this.buttonPart11Use.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonPart11Use.Name = "buttonPart11Use"; - this.buttonPart11Use.NestedClickEventPrevent = false; - this.buttonPart11Use.OutlinePixel = 1; - this.buttonPart11Use.RepeatInterval = 200; - this.buttonPart11Use.RepeatIntervalAccelerate = null; - this.buttonPart11Use.SafeInterval = 200; - this.buttonPart11Use.Size = new System.Drawing.Size(100, 30); - this.buttonPart11Use.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonPart11Use.TabIndex = 208; - this.buttonPart11Use.TextColor = System.Drawing.Color.Black; - this.buttonPart11Use.TextDownColor = System.Drawing.Color.White; - this.buttonPart11Use.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonPart11Use.TextLocation = new System.Drawing.Point(0, 0); - this.buttonPart11Use.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonPart11Use.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11Use.UpImage"))); - this.buttonPart11Use.Click += new System.EventHandler(this.Control_Click); + this.buttonPart11.BackPictureBox = null; + this.buttonPart11.BackPictureBox1 = null; + this.buttonPart11.BackPictureBox2 = null; + this.buttonPart11.ButtonColor = System.Drawing.Color.Gray; + this.buttonPart11.ButtonImageAutoSize = true; + this.buttonPart11.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonPart11.DisableImage = null; + this.buttonPart11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.DownImage"))); + this.buttonPart11.GroupID = 0; + this.buttonPart11.InitVisible = true; + this.buttonPart11.Location = new System.Drawing.Point(353, 88); + this.buttonPart11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonPart11.Name = "buttonPart11"; + this.buttonPart11.NestedClickEventPrevent = false; + this.buttonPart11.OutlinePixel = 1; + this.buttonPart11.RepeatInterval = 200; + this.buttonPart11.RepeatIntervalAccelerate = null; + this.buttonPart11.SafeInterval = 200; + this.buttonPart11.Size = new System.Drawing.Size(100, 30); + this.buttonPart11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonPart11.TabIndex = 208; + this.buttonPart11.TextColor = System.Drawing.Color.Black; + this.buttonPart11.TextDownColor = System.Drawing.Color.White; + this.buttonPart11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonPart11.TextLocation = new System.Drawing.Point(0, 0); + this.buttonPart11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonPart11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.UpImage"))); + this.buttonPart11.Click += new System.EventHandler(this.buttonPart11_Click); // // smartLabel2 // @@ -252,10 +251,10 @@ this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.smartLabel2.InitVisible = true; this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(55, 109); + this.smartLabel2.Location = new System.Drawing.Point(127, 88); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.Size = new System.Drawing.Size(220, 30); this.smartLabel2.TabIndex = 207; @@ -276,7 +275,7 @@ this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage"))); this.buttonDataStatistics.GroupID = 0; this.buttonDataStatistics.InitVisible = true; - this.buttonDataStatistics.Location = new System.Drawing.Point(281, 73); + this.buttonDataStatistics.Location = new System.Drawing.Point(353, 52); this.buttonDataStatistics.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonDataStatistics.Name = "buttonDataStatistics"; this.buttonDataStatistics.NestedClickEventPrevent = false; @@ -293,7 +292,7 @@ this.buttonDataStatistics.TextLocation = new System.Drawing.Point(0, 0); this.buttonDataStatistics.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDataStatistics.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.UpImage"))); - this.buttonDataStatistics.Click += new System.EventHandler(this.Control_Click); + this.buttonDataStatistics.Click += new System.EventHandler(this.buttonDataStatistics_Click); // // smartLabel1 // @@ -302,10 +301,10 @@ this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.smartLabel1.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); this.smartLabel1.InitVisible = true; this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(55, 73); + this.smartLabel1.Location = new System.Drawing.Point(127, 52); this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Size = new System.Drawing.Size(220, 30); this.smartLabel1.TabIndex = 205; @@ -322,7 +321,7 @@ this.labelBuadrateWarning2.BackPictureBox2 = null; this.labelBuadrateWarning2.BorderColor = System.Drawing.Color.Black; this.labelBuadrateWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelBuadrateWarning2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelBuadrateWarning2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelBuadrateWarning2.ForeColor = System.Drawing.Color.Red; this.labelBuadrateWarning2.InitVisible = true; this.labelBuadrateWarning2.LineSpacing = 0F; @@ -343,7 +342,7 @@ this.labelBuadrateWarning.BackPictureBox2 = null; this.labelBuadrateWarning.BorderColor = System.Drawing.Color.Black; this.labelBuadrateWarning.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelBuadrateWarning.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelBuadrateWarning.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelBuadrateWarning.ForeColor = System.Drawing.Color.Red; this.labelBuadrateWarning.InitVisible = true; this.labelBuadrateWarning.LineSpacing = 0F; @@ -418,7 +417,7 @@ private SmartX.SmartLabel labelBuadrateWarning2; private SmartX.SmartLabel labelBuadrateWarning; private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartButton buttonPart11Use; + private SmartX.SmartButton buttonPart11; private SmartX.SmartLabel smartLabel2; } } \ No newline at end of file diff --git a/INT99DC_7C/Forms/FormOptionSetting.cs b/INT99DC_7C/Forms/FormOptionSetting.cs index ff6cc51..21efa45 100644 --- a/INT99DC_7C/Forms/FormOptionSetting.cs +++ b/INT99DC_7C/Forms/FormOptionSetting.cs @@ -10,6 +10,7 @@ using System.Windows.Forms; using SmartX; using INT99DC_ImageDll; using INT99DC_7C.Part11_UserManager; +using INT99DC_7C.DialogForms; namespace INT99DC_7C.Forms { @@ -133,11 +134,12 @@ namespace INT99DC_7C.Forms // Part11 기능 사용 유무 if (this.ParentForm.SystemConfig.IsPart11 == true) - this.buttonPart11Use.ButtonDown(); + this.buttonPart11.ButtonDown(); else - this.buttonPart11Use.ButtonUp(); - } + this.buttonPart11.ButtonUp(); + this.buttonSave.Visible = false; + } public void DisplayRefresh() { @@ -167,7 +169,7 @@ namespace INT99DC_7C.Forms // Part11 기능 사용 유무 - if (this.buttonPart11Use.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + if (this.buttonPart11.ButtonStatus == SmartButton.BUTSTATUS.DOWN) { this.ParentForm.SystemConfig.IsPart11 = true; this.ParentForm.SystemConfig.IsLogin = true; @@ -187,11 +189,27 @@ namespace INT99DC_7C.Forms this.smartGroupBox1.Enabled = false; this.buttonBack.Visible = false; } - private void Control_Click(object sender, EventArgs e) + private void buttonDataStatistics_Click(object sender, EventArgs e) { if (this.buttonSave.Visible == false) this.buttonSave.Visible = true; } + private void buttonPart11_Click(object sender, EventArgs e) + { + if (this.buttonPart11.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + { + this.buttonPart11.ButtonDown(); + this.buttonDataStatistics.ButtonDown(); + } + else + { + this.buttonPart11.ButtonUp(); + this.buttonDataStatistics.ButtonUp(); + } + + if (this.buttonSave.Visible == false) + this.buttonSave.Visible = true; + } #endregion } } \ No newline at end of file diff --git a/INT99DC_7C/Forms/FormOptionSetting.resx b/INT99DC_7C/Forms/FormOptionSetting.resx index 5c69727..427ba07 100644 --- a/INT99DC_7C/Forms/FormOptionSetting.resx +++ b/INT99DC_7C/Forms/FormOptionSetting.resx @@ -689,7 +689,7 @@ RK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAIAAABVOSykAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -752,7 +752,7 @@ NYpuRZY1K+N2Rvr1dNJdbuGpLNdLl+KxIrM+U3Ljz6zyAaqc+gn5VNJVTZ7e1wAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAIAAABVOSykAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp diff --git a/INT99DC_7C/Forms/FormUserEditor.cs b/INT99DC_7C/Forms/FormUserEditor.cs index f9e6efd..35f5f4e 100644 --- a/INT99DC_7C/Forms/FormUserEditor.cs +++ b/INT99DC_7C/Forms/FormUserEditor.cs @@ -31,6 +31,7 @@ namespace INT99DC_7C.Forms private string BeforeID; private string BeforePassword; + private string CurrentUserPassword; #endregion #region Constructor @@ -157,6 +158,7 @@ namespace INT99DC_7C.Forms this.PasswordChar = false; this.BeforeID = ""; this.BeforePassword = ""; + this.CurrentUserPassword = "Password12!"; this.UpdateAccessRightComboBoxDisplay(); this.comboBoxAccessRight.SelectedIndexChanged -= new EventHandler(this.comboBoxAccessRight_SelectedIndexChanged); @@ -341,8 +343,10 @@ namespace INT99DC_7C.Forms #endregion item.ID = this.labelID.Text; - item.Password = this.labelPassword.Text; - + if (isNewReg == true) + item.Password = this.SelectedUserItem.ResetPW; + else + item.Password = this.CurrentUserPassword; if (this.ParentForm.SystemConfig.IsPart11 == true) { item.ExpireId = int.Parse(this.labelExpiryDateOfAccount.Text); @@ -355,15 +359,15 @@ namespace INT99DC_7C.Forms } //item.IsAdmin = this.cbAdministrator.Checked; - - if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin) - { - if (this.ParentForm.SystemConfig.IsPart11 == true) - item.ActiveLevel = 9; - } + + if (isNewReg == true) + item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1; else { - item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1; + if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin) + item.ActiveLevel = 9; + else + item.ActiveLevel = this.comboBoxAccessRight.SelectedIndex + 1; } menuId.fMenu = new bool[UserManager.USER_MENU_ID_MAX]; @@ -415,6 +419,15 @@ namespace INT99DC_7C.Forms else return Color.Silver; } + private string PasswordToAsterisk(string sValue) + { + string temp = ""; + + for (int i = 0; i < sValue.Length; i++) + temp += "*"; + + return temp; + } private void CheckBoxCheckedAsLevel(DataStore.UserGroup level) { switch (level) @@ -665,7 +678,12 @@ namespace INT99DC_7C.Forms this.SetEnableID(false); this.labelID.Text = item.ID; - this.labelPassword.Text = item.Password; + // Password + if (item.Password == this.SelectedUserItem.ResetPW) + this.labelPassword.Text = item.Password; + else + this.labelPassword.Text = this.PasswordToAsterisk(item.Password); + this.CurrentUserPassword = item.Password; this.UpdateAccessRightDisplay(item.ActiveLevel); this.buttonSave.Visible = false; @@ -1011,6 +1029,10 @@ namespace INT99DC_7C.Forms this.UpdateInitializeUserDisplay(this.ParentForm.SystemConfig); this.UpdateUserListBoxDisplay(this.ParentForm.ListDllUserName); + + this.labelCaution.Visible = true; + this.labelCaution1.Visible = true; + this.labelCaution2.Visible = true; } else { @@ -1018,6 +1040,10 @@ namespace INT99DC_7C.Forms this.ChildControlUserSet.Visible = true; this.ChildControlUserSet.BringToFront(); this.ChildControlUserSet.DisplayRefresh(); + + this.labelCaution.Visible = false; + this.labelCaution1.Visible = false; + this.labelCaution2.Visible = false; } } #endregion diff --git a/INT99DC_7C/Forms/FormUserEditor.designer.cs b/INT99DC_7C/Forms/FormUserEditor.designer.cs index 9d8d903..63ce8b2 100644 --- a/INT99DC_7C/Forms/FormUserEditor.designer.cs +++ b/INT99DC_7C/Forms/FormUserEditor.designer.cs @@ -114,7 +114,7 @@ this.labelTitle.BackPictureBox2 = null; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); + this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(199, 7); @@ -238,7 +238,7 @@ // // comboBoxAccessRight // - this.comboBoxAccessRight.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Regular); + this.comboBoxAccessRight.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Regular); this.comboBoxAccessRight.Location = new System.Drawing.Point(219, 156); this.comboBoxAccessRight.Name = "comboBoxAccessRight"; this.comboBoxAccessRight.Size = new System.Drawing.Size(291, 29); @@ -274,7 +274,7 @@ this.labelAutoLogoutWarning.BackPictureBox2 = null; this.labelAutoLogoutWarning.BorderColor = System.Drawing.Color.White; this.labelAutoLogoutWarning.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelAutoLogoutWarning.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold); + this.labelAutoLogoutWarning.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold); this.labelAutoLogoutWarning.ForeColor = System.Drawing.Color.DarkRed; this.labelAutoLogoutWarning.InitVisible = true; this.labelAutoLogoutWarning.LineSpacing = 0F; @@ -447,7 +447,7 @@ this.labelStatusExpiryPassword.BackPictureBox2 = null; this.labelStatusExpiryPassword.BorderColor = System.Drawing.Color.Black; this.labelStatusExpiryPassword.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStatusExpiryPassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelStatusExpiryPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpiryPassword.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpiryPassword.InitVisible = true; this.labelStatusExpiryPassword.LineSpacing = 0F; @@ -468,7 +468,7 @@ this.labelStatusExpiryAccount.BackPictureBox2 = null; this.labelStatusExpiryAccount.BorderColor = System.Drawing.Color.Black; this.labelStatusExpiryAccount.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelStatusExpiryAccount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelStatusExpiryAccount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStatusExpiryAccount.ForeColor = System.Drawing.Color.DarkRed; this.labelStatusExpiryAccount.InitVisible = true; this.labelStatusExpiryAccount.LineSpacing = 0F; @@ -1240,7 +1240,7 @@ // // listBoxUserList // - this.listBoxUserList.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); + this.listBoxUserList.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.listBoxUserList.Location = new System.Drawing.Point(16, 101); this.listBoxUserList.Name = "listBoxUserList"; this.listBoxUserList.Size = new System.Drawing.Size(357, 560); @@ -1254,12 +1254,12 @@ this.labelCaution1.BackPictureBox2 = null; this.labelCaution1.BorderColor = System.Drawing.Color.Black; this.labelCaution1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelCaution1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelCaution1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelCaution1.InitVisible = true; this.labelCaution1.LineSpacing = 0F; - this.labelCaution1.Location = new System.Drawing.Point(61, 704); + this.labelCaution1.Location = new System.Drawing.Point(27, 704); this.labelCaution1.Name = "labelCaution1"; - this.labelCaution1.Size = new System.Drawing.Size(750, 27); + this.labelCaution1.Size = new System.Drawing.Size(750, 20); this.labelCaution1.TabIndex = 213; this.labelCaution1.Text = "- 신규 유저 등록시 패스워드는 초기값\"Password12!\"으로 설정 됩니다."; this.labelCaution1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; @@ -1273,12 +1273,12 @@ this.labelCaution2.BackPictureBox2 = null; this.labelCaution2.BorderColor = System.Drawing.Color.Black; this.labelCaution2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelCaution2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelCaution2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelCaution2.InitVisible = true; this.labelCaution2.LineSpacing = 0F; - this.labelCaution2.Location = new System.Drawing.Point(61, 737); + this.labelCaution2.Location = new System.Drawing.Point(27, 730); this.labelCaution2.Name = "labelCaution2"; - this.labelCaution2.Size = new System.Drawing.Size(750, 27); + this.labelCaution2.Size = new System.Drawing.Size(750, 20); this.labelCaution2.TabIndex = 214; this.labelCaution2.Text = "- 신규 유저 등록 후 첫 로그인 시 비밀번호를 변경 할 수 있습니다."; this.labelCaution2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; @@ -1292,12 +1292,12 @@ this.labelCaution.BackPictureBox2 = null; this.labelCaution.BorderColor = System.Drawing.Color.Black; this.labelCaution.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelCaution.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelCaution.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelCaution.InitVisible = true; this.labelCaution.LineSpacing = 0F; - this.labelCaution.Location = new System.Drawing.Point(61, 671); + this.labelCaution.Location = new System.Drawing.Point(27, 678); this.labelCaution.Name = "labelCaution"; - this.labelCaution.Size = new System.Drawing.Size(750, 27); + this.labelCaution.Size = new System.Drawing.Size(750, 20); this.labelCaution.TabIndex = 215; this.labelCaution.Text = "유저 등록시 주의사항"; this.labelCaution.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; diff --git a/INT99DC_7C/Forms/FormUserGroupEditor.cs b/INT99DC_7C/Forms/FormUserGroupEditor.cs index 4a733bb..8dcb0ed 100644 --- a/INT99DC_7C/Forms/FormUserGroupEditor.cs +++ b/INT99DC_7C/Forms/FormUserGroupEditor.cs @@ -375,19 +375,20 @@ namespace INT99DC_7C.Forms } private void UpdatePart11Visible() { + this.checkBoxNotLoginMenuStatistics.Visible = false; + this.checkBoxNotLoginMenuViewer.Visible = false; + if (this.ParentForm.SystemConfig.IsPart11 == false) { this.labelTitleStatistics.Visible = false; this.checkBoxL1MenuStatistics.Visible = false; this.checkBoxL2MenuStatistics.Visible = false; this.checkBoxL3MenuStatistics.Visible = false; - this.checkBoxNotLoginMenuStatistics.Visible = false; this.labelTitleViewer.Visible = false; this.checkBoxL1MenuViewer.Visible = false; this.checkBoxL2MenuViewer.Visible = false; this.checkBoxL3MenuViewer.Visible = false; - this.checkBoxNotLoginMenuViewer.Visible = false; } else { @@ -395,13 +396,11 @@ namespace INT99DC_7C.Forms this.checkBoxL1MenuStatistics.Visible = true; this.checkBoxL2MenuStatistics.Visible = true; this.checkBoxL3MenuStatistics.Visible = true; - this.checkBoxNotLoginMenuStatistics.Visible = true; this.labelTitleViewer.Visible = true; this.checkBoxL1MenuViewer.Visible = true; this.checkBoxL2MenuViewer.Visible = true; this.checkBoxL3MenuViewer.Visible = true; - this.checkBoxNotLoginMenuViewer.Visible = true; } } diff --git a/INT99DC_7C/INT99DC_7C.csproj b/INT99DC_7C/INT99DC_7C.csproj index 38d045f..fbdd284 100644 --- a/INT99DC_7C/INT99DC_7C.csproj +++ b/INT99DC_7C/INT99DC_7C.csproj @@ -45,19 +45,19 @@ Off - + False - bin\Release\InModbus.dll + C:\Program Files (x86)\Intech\InModbus.dll False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll @@ -274,11 +274,11 @@ DialogFormLogOn.cs - + Form - - DialogFormPasswordKeyPad1.cs + + DialogFormPasswordKeyPad.cs Form @@ -595,8 +595,8 @@ DialogFormLogOn.cs Designer - - DialogFormPasswordKeyPad1.cs + + DialogFormPasswordKeyPad.cs Designer