- 영문 이미지/문구 적용 안된 버그 수정

- 통신설정 - MAC Address 추가
master V9.1.1
CJY 2026-01-16 14:59:19 +09:00
parent 6dcd85b275
commit 0c08356bcc
34 changed files with 1769 additions and 335 deletions

Binary file not shown.

View File

@ -0,0 +1,750 @@
namespace INT63DC_2C.DialogForms
{
partial class DialogFormHexKeyPad
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelTitle = new SmartX.SmartLabel();
this.labelScreen = new SmartX.SmartLabel();
this.buttonEnter = new SmartX.SmartButton();
this.buttonCancel = new SmartX.SmartButton();
this.buttonNumber0 = new SmartX.SmartButton();
this.buttonNumber9 = new SmartX.SmartButton();
this.buttonNumber8 = new SmartX.SmartButton();
this.buttonNumber7 = new SmartX.SmartButton();
this.buttonNumber6 = new SmartX.SmartButton();
this.buttonNumber5 = new SmartX.SmartButton();
this.buttonNumber4 = new SmartX.SmartButton();
this.buttonNumber3 = new SmartX.SmartButton();
this.buttonNumber2 = new SmartX.SmartButton();
this.buttonNumber1 = new SmartX.SmartButton();
this.buttonCharF = new SmartX.SmartButton();
this.buttonCharE = new SmartX.SmartButton();
this.buttonCharD = new SmartX.SmartButton();
this.buttonCharC = new SmartX.SmartButton();
this.buttonCharB = new SmartX.SmartButton();
this.buttonCharA = new SmartX.SmartButton();
this.SuspendLayout();
//
// labelTitle
//
this.labelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.labelTitle.BackPictureBox = null;
this.labelTitle.BackPictureBox1 = null;
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("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitle.ForeColor = System.Drawing.Color.White;
this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(3, 3);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(200, 20);
this.labelTitle.TabIndex = 75;
this.labelTitle.Text = "Hex Keypad";
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelTitle.Wordwrap = false;
//
// labelScreen
//
this.labelScreen.BackColor = System.Drawing.Color.White;
this.labelScreen.BackPictureBox = null;
this.labelScreen.BackPictureBox1 = null;
this.labelScreen.BackPictureBox2 = null;
this.labelScreen.BorderColor = System.Drawing.Color.Black;
this.labelScreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelScreen.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
this.labelScreen.InitVisible = true;
this.labelScreen.LineSpacing = 0F;
this.labelScreen.Location = new System.Drawing.Point(16, 29);
this.labelScreen.Name = "labelScreen";
this.labelScreen.Size = new System.Drawing.Size(420, 70);
this.labelScreen.TabIndex = 74;
this.labelScreen.Text = "123.45";
this.labelScreen.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelScreen.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelScreen.Wordwrap = false;
//
// buttonEnter
//
this.buttonEnter.BackPictureBox = null;
this.buttonEnter.BackPictureBox1 = null;
this.buttonEnter.BackPictureBox2 = null;
this.buttonEnter.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonEnter.ButtonImageAutoSize = true;
this.buttonEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonEnter.DisableImage = null;
this.buttonEnter.DownImage = null;
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.buttonEnter.GroupID = 0;
this.buttonEnter.InitVisible = true;
this.buttonEnter.Location = new System.Drawing.Point(300, 227);
this.buttonEnter.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonEnter.Name = "buttonEnter";
this.buttonEnter.NestedClickEventPrevent = false;
this.buttonEnter.OutlinePixel = 1;
this.buttonEnter.RepeatInterval = 200;
this.buttonEnter.RepeatIntervalAccelerate = null;
this.buttonEnter.SafeInterval = 200;
this.buttonEnter.Size = new System.Drawing.Size(136, 116);
this.buttonEnter.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonEnter.TabIndex = 107;
this.buttonEnter.Text = "Enter";
this.buttonEnter.TextColor = System.Drawing.Color.White;
this.buttonEnter.TextDownColor = System.Drawing.Color.White;
this.buttonEnter.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonEnter.TextLocation = new System.Drawing.Point(0, 0);
this.buttonEnter.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonEnter.UpImage = null;
this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click);
//
// buttonCancel
//
this.buttonCancel.BackPictureBox = null;
this.buttonCancel.BackPictureBox1 = null;
this.buttonCancel.BackPictureBox2 = null;
this.buttonCancel.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCancel.ButtonImageAutoSize = true;
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.DisableImage = null;
this.buttonCancel.DownImage = null;
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.buttonCancel.GroupID = 0;
this.buttonCancel.InitVisible = true;
this.buttonCancel.Location = new System.Drawing.Point(229, 227);
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.NestedClickEventPrevent = false;
this.buttonCancel.OutlinePixel = 1;
this.buttonCancel.RepeatInterval = 200;
this.buttonCancel.RepeatIntervalAccelerate = null;
this.buttonCancel.SafeInterval = 200;
this.buttonCancel.Size = new System.Drawing.Size(65, 116);
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCancel.TabIndex = 106;
this.buttonCancel.Text = "ESC";
this.buttonCancel.TextColor = System.Drawing.Color.White;
this.buttonCancel.TextDownColor = System.Drawing.Color.White;
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCancel.UpImage = null;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonNumber0
//
this.buttonNumber0.BackPictureBox = null;
this.buttonNumber0.BackPictureBox1 = null;
this.buttonNumber0.BackPictureBox2 = null;
this.buttonNumber0.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber0.ButtonImageAutoSize = true;
this.buttonNumber0.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber0.DisableImage = null;
this.buttonNumber0.DownImage = null;
this.buttonNumber0.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber0.GroupID = 0;
this.buttonNumber0.InitVisible = true;
this.buttonNumber0.Location = new System.Drawing.Point(16, 288);
this.buttonNumber0.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber0.Name = "buttonNumber0";
this.buttonNumber0.NestedClickEventPrevent = false;
this.buttonNumber0.OutlinePixel = 1;
this.buttonNumber0.RepeatInterval = 200;
this.buttonNumber0.RepeatIntervalAccelerate = null;
this.buttonNumber0.SafeInterval = 200;
this.buttonNumber0.Size = new System.Drawing.Size(207, 55);
this.buttonNumber0.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber0.TabIndex = 105;
this.buttonNumber0.Text = "0";
this.buttonNumber0.TextColor = System.Drawing.Color.White;
this.buttonNumber0.TextDownColor = System.Drawing.Color.White;
this.buttonNumber0.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber0.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber0.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber0.UpImage = null;
this.buttonNumber0.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber9
//
this.buttonNumber9.BackPictureBox = null;
this.buttonNumber9.BackPictureBox1 = null;
this.buttonNumber9.BackPictureBox2 = null;
this.buttonNumber9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber9.ButtonImageAutoSize = true;
this.buttonNumber9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber9.DisableImage = null;
this.buttonNumber9.DownImage = null;
this.buttonNumber9.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber9.GroupID = 0;
this.buttonNumber9.InitVisible = true;
this.buttonNumber9.Location = new System.Drawing.Point(158, 227);
this.buttonNumber9.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber9.Name = "buttonNumber9";
this.buttonNumber9.NestedClickEventPrevent = false;
this.buttonNumber9.OutlinePixel = 1;
this.buttonNumber9.RepeatInterval = 200;
this.buttonNumber9.RepeatIntervalAccelerate = null;
this.buttonNumber9.SafeInterval = 200;
this.buttonNumber9.Size = new System.Drawing.Size(65, 55);
this.buttonNumber9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber9.TabIndex = 104;
this.buttonNumber9.Text = "9";
this.buttonNumber9.TextColor = System.Drawing.Color.White;
this.buttonNumber9.TextDownColor = System.Drawing.Color.White;
this.buttonNumber9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber9.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber9.UpImage = null;
this.buttonNumber9.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber8
//
this.buttonNumber8.BackPictureBox = null;
this.buttonNumber8.BackPictureBox1 = null;
this.buttonNumber8.BackPictureBox2 = null;
this.buttonNumber8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber8.ButtonImageAutoSize = true;
this.buttonNumber8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber8.DisableImage = null;
this.buttonNumber8.DownImage = null;
this.buttonNumber8.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber8.GroupID = 0;
this.buttonNumber8.InitVisible = true;
this.buttonNumber8.Location = new System.Drawing.Point(87, 227);
this.buttonNumber8.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber8.Name = "buttonNumber8";
this.buttonNumber8.NestedClickEventPrevent = false;
this.buttonNumber8.OutlinePixel = 1;
this.buttonNumber8.RepeatInterval = 200;
this.buttonNumber8.RepeatIntervalAccelerate = null;
this.buttonNumber8.SafeInterval = 200;
this.buttonNumber8.Size = new System.Drawing.Size(65, 55);
this.buttonNumber8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber8.TabIndex = 103;
this.buttonNumber8.Text = "8";
this.buttonNumber8.TextColor = System.Drawing.Color.White;
this.buttonNumber8.TextDownColor = System.Drawing.Color.White;
this.buttonNumber8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber8.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber8.UpImage = null;
this.buttonNumber8.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber7
//
this.buttonNumber7.BackPictureBox = null;
this.buttonNumber7.BackPictureBox1 = null;
this.buttonNumber7.BackPictureBox2 = null;
this.buttonNumber7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber7.ButtonImageAutoSize = true;
this.buttonNumber7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber7.DisableImage = null;
this.buttonNumber7.DownImage = null;
this.buttonNumber7.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber7.GroupID = 0;
this.buttonNumber7.InitVisible = true;
this.buttonNumber7.Location = new System.Drawing.Point(16, 227);
this.buttonNumber7.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber7.Name = "buttonNumber7";
this.buttonNumber7.NestedClickEventPrevent = false;
this.buttonNumber7.OutlinePixel = 1;
this.buttonNumber7.RepeatInterval = 200;
this.buttonNumber7.RepeatIntervalAccelerate = null;
this.buttonNumber7.SafeInterval = 200;
this.buttonNumber7.Size = new System.Drawing.Size(65, 55);
this.buttonNumber7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber7.TabIndex = 102;
this.buttonNumber7.Text = "7";
this.buttonNumber7.TextColor = System.Drawing.Color.White;
this.buttonNumber7.TextDownColor = System.Drawing.Color.White;
this.buttonNumber7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber7.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber7.UpImage = null;
this.buttonNumber7.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber6
//
this.buttonNumber6.BackPictureBox = null;
this.buttonNumber6.BackPictureBox1 = null;
this.buttonNumber6.BackPictureBox2 = null;
this.buttonNumber6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber6.ButtonImageAutoSize = true;
this.buttonNumber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber6.DisableImage = null;
this.buttonNumber6.DownImage = null;
this.buttonNumber6.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber6.GroupID = 0;
this.buttonNumber6.InitVisible = true;
this.buttonNumber6.Location = new System.Drawing.Point(158, 166);
this.buttonNumber6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber6.Name = "buttonNumber6";
this.buttonNumber6.NestedClickEventPrevent = false;
this.buttonNumber6.OutlinePixel = 1;
this.buttonNumber6.RepeatInterval = 200;
this.buttonNumber6.RepeatIntervalAccelerate = null;
this.buttonNumber6.SafeInterval = 200;
this.buttonNumber6.Size = new System.Drawing.Size(65, 55);
this.buttonNumber6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber6.TabIndex = 101;
this.buttonNumber6.Text = "6";
this.buttonNumber6.TextColor = System.Drawing.Color.White;
this.buttonNumber6.TextDownColor = System.Drawing.Color.White;
this.buttonNumber6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber6.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber6.UpImage = null;
this.buttonNumber6.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber5
//
this.buttonNumber5.BackPictureBox = null;
this.buttonNumber5.BackPictureBox1 = null;
this.buttonNumber5.BackPictureBox2 = null;
this.buttonNumber5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber5.ButtonImageAutoSize = true;
this.buttonNumber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber5.DisableImage = null;
this.buttonNumber5.DownImage = null;
this.buttonNumber5.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber5.GroupID = 0;
this.buttonNumber5.InitVisible = true;
this.buttonNumber5.Location = new System.Drawing.Point(87, 166);
this.buttonNumber5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber5.Name = "buttonNumber5";
this.buttonNumber5.NestedClickEventPrevent = false;
this.buttonNumber5.OutlinePixel = 1;
this.buttonNumber5.RepeatInterval = 200;
this.buttonNumber5.RepeatIntervalAccelerate = null;
this.buttonNumber5.SafeInterval = 200;
this.buttonNumber5.Size = new System.Drawing.Size(65, 55);
this.buttonNumber5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber5.TabIndex = 100;
this.buttonNumber5.Text = "5";
this.buttonNumber5.TextColor = System.Drawing.Color.White;
this.buttonNumber5.TextDownColor = System.Drawing.Color.White;
this.buttonNumber5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber5.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber5.UpImage = null;
this.buttonNumber5.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber4
//
this.buttonNumber4.BackPictureBox = null;
this.buttonNumber4.BackPictureBox1 = null;
this.buttonNumber4.BackPictureBox2 = null;
this.buttonNumber4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber4.ButtonImageAutoSize = true;
this.buttonNumber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber4.DisableImage = null;
this.buttonNumber4.DownImage = null;
this.buttonNumber4.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber4.GroupID = 0;
this.buttonNumber4.InitVisible = true;
this.buttonNumber4.Location = new System.Drawing.Point(16, 166);
this.buttonNumber4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber4.Name = "buttonNumber4";
this.buttonNumber4.NestedClickEventPrevent = false;
this.buttonNumber4.OutlinePixel = 1;
this.buttonNumber4.RepeatInterval = 200;
this.buttonNumber4.RepeatIntervalAccelerate = null;
this.buttonNumber4.SafeInterval = 200;
this.buttonNumber4.Size = new System.Drawing.Size(65, 55);
this.buttonNumber4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber4.TabIndex = 99;
this.buttonNumber4.Text = "4";
this.buttonNumber4.TextColor = System.Drawing.Color.White;
this.buttonNumber4.TextDownColor = System.Drawing.Color.White;
this.buttonNumber4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber4.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber4.UpImage = null;
this.buttonNumber4.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber3
//
this.buttonNumber3.BackPictureBox = null;
this.buttonNumber3.BackPictureBox1 = null;
this.buttonNumber3.BackPictureBox2 = null;
this.buttonNumber3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber3.ButtonImageAutoSize = true;
this.buttonNumber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber3.DisableImage = null;
this.buttonNumber3.DownImage = null;
this.buttonNumber3.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber3.GroupID = 0;
this.buttonNumber3.InitVisible = true;
this.buttonNumber3.Location = new System.Drawing.Point(158, 105);
this.buttonNumber3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber3.Name = "buttonNumber3";
this.buttonNumber3.NestedClickEventPrevent = false;
this.buttonNumber3.OutlinePixel = 1;
this.buttonNumber3.RepeatInterval = 200;
this.buttonNumber3.RepeatIntervalAccelerate = null;
this.buttonNumber3.SafeInterval = 200;
this.buttonNumber3.Size = new System.Drawing.Size(65, 55);
this.buttonNumber3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber3.TabIndex = 98;
this.buttonNumber3.Text = "3";
this.buttonNumber3.TextColor = System.Drawing.Color.White;
this.buttonNumber3.TextDownColor = System.Drawing.Color.White;
this.buttonNumber3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber3.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber3.UpImage = null;
this.buttonNumber3.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber2
//
this.buttonNumber2.BackPictureBox = null;
this.buttonNumber2.BackPictureBox1 = null;
this.buttonNumber2.BackPictureBox2 = null;
this.buttonNumber2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber2.ButtonImageAutoSize = true;
this.buttonNumber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber2.DisableImage = null;
this.buttonNumber2.DownImage = null;
this.buttonNumber2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber2.GroupID = 0;
this.buttonNumber2.InitVisible = true;
this.buttonNumber2.Location = new System.Drawing.Point(87, 105);
this.buttonNumber2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber2.Name = "buttonNumber2";
this.buttonNumber2.NestedClickEventPrevent = false;
this.buttonNumber2.OutlinePixel = 1;
this.buttonNumber2.RepeatInterval = 200;
this.buttonNumber2.RepeatIntervalAccelerate = null;
this.buttonNumber2.SafeInterval = 200;
this.buttonNumber2.Size = new System.Drawing.Size(65, 55);
this.buttonNumber2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber2.TabIndex = 97;
this.buttonNumber2.Text = "2";
this.buttonNumber2.TextColor = System.Drawing.Color.White;
this.buttonNumber2.TextDownColor = System.Drawing.Color.White;
this.buttonNumber2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber2.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber2.UpImage = null;
this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber1
//
this.buttonNumber1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber1.BackPictureBox = null;
this.buttonNumber1.BackPictureBox1 = null;
this.buttonNumber1.BackPictureBox2 = null;
this.buttonNumber1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber1.ButtonImageAutoSize = true;
this.buttonNumber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNumber1.DisableImage = null;
this.buttonNumber1.DownImage = null;
this.buttonNumber1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonNumber1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonNumber1.GroupID = 0;
this.buttonNumber1.InitVisible = true;
this.buttonNumber1.Location = new System.Drawing.Point(16, 105);
this.buttonNumber1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNumber1.Name = "buttonNumber1";
this.buttonNumber1.NestedClickEventPrevent = false;
this.buttonNumber1.OutlinePixel = 1;
this.buttonNumber1.RepeatInterval = 200;
this.buttonNumber1.RepeatIntervalAccelerate = null;
this.buttonNumber1.SafeInterval = 200;
this.buttonNumber1.Size = new System.Drawing.Size(65, 55);
this.buttonNumber1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonNumber1.TabIndex = 96;
this.buttonNumber1.Text = "1";
this.buttonNumber1.TextColor = System.Drawing.Color.White;
this.buttonNumber1.TextDownColor = System.Drawing.Color.White;
this.buttonNumber1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonNumber1.TextLocation = new System.Drawing.Point(0, 0);
this.buttonNumber1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonNumber1.UpImage = null;
this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharF
//
this.buttonCharF.BackPictureBox = null;
this.buttonCharF.BackPictureBox1 = null;
this.buttonCharF.BackPictureBox2 = null;
this.buttonCharF.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharF.ButtonImageAutoSize = true;
this.buttonCharF.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCharF.DisableImage = null;
this.buttonCharF.DownImage = null;
this.buttonCharF.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonCharF.GroupID = 0;
this.buttonCharF.InitVisible = true;
this.buttonCharF.Location = new System.Drawing.Point(371, 166);
this.buttonCharF.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCharF.Name = "buttonCharF";
this.buttonCharF.NestedClickEventPrevent = false;
this.buttonCharF.OutlinePixel = 1;
this.buttonCharF.RepeatInterval = 200;
this.buttonCharF.RepeatIntervalAccelerate = null;
this.buttonCharF.SafeInterval = 200;
this.buttonCharF.Size = new System.Drawing.Size(65, 55);
this.buttonCharF.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCharF.TabIndex = 113;
this.buttonCharF.Text = "F";
this.buttonCharF.TextColor = System.Drawing.Color.White;
this.buttonCharF.TextDownColor = System.Drawing.Color.White;
this.buttonCharF.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCharF.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCharF.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCharF.UpImage = null;
this.buttonCharF.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharE
//
this.buttonCharE.BackPictureBox = null;
this.buttonCharE.BackPictureBox1 = null;
this.buttonCharE.BackPictureBox2 = null;
this.buttonCharE.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharE.ButtonImageAutoSize = true;
this.buttonCharE.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCharE.DisableImage = null;
this.buttonCharE.DownImage = null;
this.buttonCharE.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonCharE.GroupID = 0;
this.buttonCharE.InitVisible = true;
this.buttonCharE.Location = new System.Drawing.Point(300, 166);
this.buttonCharE.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCharE.Name = "buttonCharE";
this.buttonCharE.NestedClickEventPrevent = false;
this.buttonCharE.OutlinePixel = 1;
this.buttonCharE.RepeatInterval = 200;
this.buttonCharE.RepeatIntervalAccelerate = null;
this.buttonCharE.SafeInterval = 200;
this.buttonCharE.Size = new System.Drawing.Size(65, 55);
this.buttonCharE.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCharE.TabIndex = 112;
this.buttonCharE.Text = "E";
this.buttonCharE.TextColor = System.Drawing.Color.White;
this.buttonCharE.TextDownColor = System.Drawing.Color.White;
this.buttonCharE.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCharE.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCharE.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCharE.UpImage = null;
this.buttonCharE.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharD
//
this.buttonCharD.BackPictureBox = null;
this.buttonCharD.BackPictureBox1 = null;
this.buttonCharD.BackPictureBox2 = null;
this.buttonCharD.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharD.ButtonImageAutoSize = true;
this.buttonCharD.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCharD.DisableImage = null;
this.buttonCharD.DownImage = null;
this.buttonCharD.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonCharD.GroupID = 0;
this.buttonCharD.InitVisible = true;
this.buttonCharD.Location = new System.Drawing.Point(229, 166);
this.buttonCharD.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCharD.Name = "buttonCharD";
this.buttonCharD.NestedClickEventPrevent = false;
this.buttonCharD.OutlinePixel = 1;
this.buttonCharD.RepeatInterval = 200;
this.buttonCharD.RepeatIntervalAccelerate = null;
this.buttonCharD.SafeInterval = 200;
this.buttonCharD.Size = new System.Drawing.Size(65, 55);
this.buttonCharD.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCharD.TabIndex = 111;
this.buttonCharD.Text = "D";
this.buttonCharD.TextColor = System.Drawing.Color.White;
this.buttonCharD.TextDownColor = System.Drawing.Color.White;
this.buttonCharD.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCharD.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCharD.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCharD.UpImage = null;
this.buttonCharD.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharC
//
this.buttonCharC.BackPictureBox = null;
this.buttonCharC.BackPictureBox1 = null;
this.buttonCharC.BackPictureBox2 = null;
this.buttonCharC.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharC.ButtonImageAutoSize = true;
this.buttonCharC.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCharC.DisableImage = null;
this.buttonCharC.DownImage = null;
this.buttonCharC.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonCharC.GroupID = 0;
this.buttonCharC.InitVisible = true;
this.buttonCharC.Location = new System.Drawing.Point(371, 105);
this.buttonCharC.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCharC.Name = "buttonCharC";
this.buttonCharC.NestedClickEventPrevent = false;
this.buttonCharC.OutlinePixel = 1;
this.buttonCharC.RepeatInterval = 200;
this.buttonCharC.RepeatIntervalAccelerate = null;
this.buttonCharC.SafeInterval = 200;
this.buttonCharC.Size = new System.Drawing.Size(65, 55);
this.buttonCharC.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCharC.TabIndex = 110;
this.buttonCharC.Text = "C";
this.buttonCharC.TextColor = System.Drawing.Color.White;
this.buttonCharC.TextDownColor = System.Drawing.Color.White;
this.buttonCharC.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCharC.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCharC.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCharC.UpImage = null;
this.buttonCharC.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharB
//
this.buttonCharB.BackPictureBox = null;
this.buttonCharB.BackPictureBox1 = null;
this.buttonCharB.BackPictureBox2 = null;
this.buttonCharB.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharB.ButtonImageAutoSize = true;
this.buttonCharB.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCharB.DisableImage = null;
this.buttonCharB.DownImage = null;
this.buttonCharB.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonCharB.GroupID = 0;
this.buttonCharB.InitVisible = true;
this.buttonCharB.Location = new System.Drawing.Point(300, 105);
this.buttonCharB.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCharB.Name = "buttonCharB";
this.buttonCharB.NestedClickEventPrevent = false;
this.buttonCharB.OutlinePixel = 1;
this.buttonCharB.RepeatInterval = 200;
this.buttonCharB.RepeatIntervalAccelerate = null;
this.buttonCharB.SafeInterval = 200;
this.buttonCharB.Size = new System.Drawing.Size(65, 55);
this.buttonCharB.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCharB.TabIndex = 109;
this.buttonCharB.Text = "B";
this.buttonCharB.TextColor = System.Drawing.Color.White;
this.buttonCharB.TextDownColor = System.Drawing.Color.White;
this.buttonCharB.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCharB.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCharB.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCharB.UpImage = null;
this.buttonCharB.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharA
//
this.buttonCharA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharA.BackPictureBox = null;
this.buttonCharA.BackPictureBox1 = null;
this.buttonCharA.BackPictureBox2 = null;
this.buttonCharA.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharA.ButtonImageAutoSize = true;
this.buttonCharA.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCharA.DisableImage = null;
this.buttonCharA.DownImage = null;
this.buttonCharA.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
this.buttonCharA.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.buttonCharA.GroupID = 0;
this.buttonCharA.InitVisible = true;
this.buttonCharA.Location = new System.Drawing.Point(229, 105);
this.buttonCharA.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCharA.Name = "buttonCharA";
this.buttonCharA.NestedClickEventPrevent = false;
this.buttonCharA.OutlinePixel = 1;
this.buttonCharA.RepeatInterval = 200;
this.buttonCharA.RepeatIntervalAccelerate = null;
this.buttonCharA.SafeInterval = 200;
this.buttonCharA.Size = new System.Drawing.Size(65, 55);
this.buttonCharA.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCharA.TabIndex = 108;
this.buttonCharA.Text = "A";
this.buttonCharA.TextColor = System.Drawing.Color.White;
this.buttonCharA.TextDownColor = System.Drawing.Color.White;
this.buttonCharA.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCharA.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCharA.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCharA.UpImage = null;
this.buttonCharA.Click += new System.EventHandler(this.buttonNumber_Click);
//
// DialogFormHexKeyPad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.ClientSize = new System.Drawing.Size(455, 360);
this.ControlBox = false;
this.Controls.Add(this.buttonCharF);
this.Controls.Add(this.buttonCharE);
this.Controls.Add(this.buttonCharD);
this.Controls.Add(this.buttonCharC);
this.Controls.Add(this.buttonCharB);
this.Controls.Add(this.buttonCharA);
this.Controls.Add(this.buttonEnter);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonNumber0);
this.Controls.Add(this.buttonNumber9);
this.Controls.Add(this.buttonNumber8);
this.Controls.Add(this.buttonNumber7);
this.Controls.Add(this.buttonNumber6);
this.Controls.Add(this.buttonNumber5);
this.Controls.Add(this.buttonNumber4);
this.Controls.Add(this.buttonNumber3);
this.Controls.Add(this.buttonNumber2);
this.Controls.Add(this.buttonNumber1);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.labelScreen);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "DialogFormHexKeyPad";
this.Text = "DialogFormPasswordKeyPad1";
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartLabel labelTitle;
private SmartX.SmartLabel labelScreen;
private SmartX.SmartButton buttonEnter;
private SmartX.SmartButton buttonCancel;
private SmartX.SmartButton buttonNumber0;
private SmartX.SmartButton buttonNumber9;
private SmartX.SmartButton buttonNumber8;
private SmartX.SmartButton buttonNumber7;
private SmartX.SmartButton buttonNumber6;
private SmartX.SmartButton buttonNumber5;
private SmartX.SmartButton buttonNumber4;
private SmartX.SmartButton buttonNumber3;
private SmartX.SmartButton buttonNumber2;
private SmartX.SmartButton buttonNumber1;
private SmartX.SmartButton buttonCharF;
private SmartX.SmartButton buttonCharE;
private SmartX.SmartButton buttonCharD;
private SmartX.SmartButton buttonCharC;
private SmartX.SmartButton buttonCharB;
private SmartX.SmartButton buttonCharA;
}
}

View File

@ -0,0 +1,204 @@
using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using SmartX;
using INT63DC_ImageDll;
namespace INT63DC_2C.DialogForms
{
public partial class DialogFormHexKeyPad : Form
{
#region Field
private string m_InputKey;
private int m_Digit;
private string m_StringValue;
#endregion
#region Property
public string InputKey
{
get { return this.m_InputKey; }
set { this.m_InputKey = value; }
}
private int Digit
{
get { return this.m_Digit; }
set { this.m_Digit = value; }
}
public string StringValue
{
get { return this.m_StringValue; }
private set { this.m_StringValue = value; }
}
#endregion
#region Constructor
public DialogFormHexKeyPad(string value, int digit, DataStore.E_LanguageID language)
{
InitializeComponent();
this.InitializeDesign(language);
this.Digit = digit;
this.labelScreen.Text = value;
}
#endregion
#region Method
private void InputNum(string key)
{
if (this.InputKey.Length >= this.Digit)
{
this.InputKey = key;
this.labelScreen.Text = this.InputKey;
}
else
{
this.InputKey += key;
this.labelScreen.Text = this.InputKey;
}
}
private void InitializeDesign(DataStore.E_LanguageID language)
{
ImageDll images = new ImageDll();
if (language == DataStore.E_LanguageID.English)
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
}
else if (language == DataStore.E_LanguageID.Chinese)
{
this.labelTitle.Text = "键盘";
this.buttonCancel.Text = "取消";
this.buttonEnter.Text = "确认";
}
else if (language == DataStore.E_LanguageID.Czech)
{
}
else if (language == DataStore.E_LanguageID.Russian)
{
this.labelTitle.Text = "Клавиатура";
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "Ввод";
}
else if (language == DataStore.E_LanguageID.German)
{
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "Enter";
}
else if (language == DataStore.E_LanguageID.Spanish)
{
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "Entrar";
}
else if (language == DataStore.E_LanguageID.Turkish)
{
this.labelTitle.Text = "Tuş takımı";
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "Reddet";
}
else if (language == DataStore.E_LanguageID.French)
{
this.labelTitle.Text = "clavier";
this.buttonCancel.Text = "X";
this.buttonEnter.Text = "saisir";
}
else
{
this.buttonCancel.Text = "ESC";
this.buttonEnter.Text = "Enter";
}
}
private void InitializeControl()
{
int x = 0, y = 0;
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
this.Location = new Point(x, y);
this.Size = new Size(455, 360);
this.InputKey = "";
}
#endregion
#region Override Member
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
this.InitializeControl();
}
#endregion
#region Event Handler
private void buttonEnter_Click(object sender, EventArgs e)
{
if (this.labelScreen.Text.Length == this.Digit)
{
this.StringValue = this.labelScreen.Text;
this.DialogResult = DialogResult.OK;
}
}
private void buttonNumber_Click(object sender, EventArgs e)
{
SmartButton bt = sender as SmartButton;
if (bt == null)
return;
if (bt == this.buttonNumber0)
this.InputNum("0");
else if (bt == this.buttonNumber1)
this.InputNum("1");
else if (bt == this.buttonNumber2)
this.InputNum("2");
else if (bt == this.buttonNumber3)
this.InputNum("3");
else if (bt == this.buttonNumber4)
this.InputNum("4");
else if (bt == this.buttonNumber5)
this.InputNum("5");
else if (bt == this.buttonNumber6)
this.InputNum("6");
else if (bt == this.buttonNumber7)
this.InputNum("7");
else if (bt == this.buttonNumber8)
this.InputNum("8");
else if (bt == this.buttonNumber9)
this.InputNum("9");
else if (bt == this.buttonCharA)
this.InputNum("A");
else if (bt == this.buttonCharB)
this.InputNum("B");
else if (bt == this.buttonCharC)
this.InputNum("C");
else if (bt == this.buttonCharD)
this.InputNum("D");
else if (bt == this.buttonCharE)
this.InputNum("E");
else if (bt == this.buttonCharF)
this.InputNum("F");
}
private void buttonCancel_Click(object sender, EventArgs e)
{
this.Close();
}
#endregion
}
}

View File

@ -91,9 +91,19 @@
this.timerServer = new System.Windows.Forms.Timer(); this.timerServer = new System.Windows.Forms.Timer();
this.smartListBoxClientList = new SmartX.SmartListBox(); this.smartListBoxClientList = new SmartX.SmartListBox();
this.labelClientCount = new SmartX.SmartLabel(); this.labelClientCount = new SmartX.SmartLabel();
this.groupBoxMACAddress = new SmartX.SmartGroupBox();
this.buttonSave4 = new System.Windows.Forms.Button();
this.labelHelp = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel();
this.labelMACAddress6 = new SmartX.SmartLabel();
this.labelMACAddress5 = new SmartX.SmartLabel();
this.labelMACAddress4 = new SmartX.SmartLabel();
this.labelMACAddress1 = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxSerial.SuspendLayout(); this.groupBoxSerial.SuspendLayout();
this.groupBoxEthernet.SuspendLayout(); this.groupBoxEthernet.SuspendLayout();
this.groupBoxMACAddress.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartForm1 // smartForm1
@ -118,7 +128,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7); this.labelTitle.Location = new System.Drawing.Point(199, 7);
@ -174,17 +184,17 @@
this.groupBoxSerial.Controls.Add(this.labelTitleSerial3Mode); this.groupBoxSerial.Controls.Add(this.labelTitleSerial3Mode);
this.groupBoxSerial.Controls.Add(this.smartLabel4); this.groupBoxSerial.Controls.Add(this.smartLabel4);
this.groupBoxSerial.Controls.Add(this.labelTitleSerial3Baudrate); this.groupBoxSerial.Controls.Add(this.labelTitleSerial3Baudrate);
this.groupBoxSerial.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxSerial.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxSerial.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxSerial.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxSerial.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxSerial.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSerial.FrameLineThickness = 1; this.groupBoxSerial.FrameLineThickness = 1;
this.groupBoxSerial.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxSerial.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxSerial.Image = null; this.groupBoxSerial.Image = null;
this.groupBoxSerial.InitVisible = true; this.groupBoxSerial.InitVisible = true;
this.groupBoxSerial.Location = new System.Drawing.Point(8, 575); this.groupBoxSerial.Location = new System.Drawing.Point(8, 546);
this.groupBoxSerial.Name = "groupBoxSerial"; this.groupBoxSerial.Name = "groupBoxSerial";
this.groupBoxSerial.RoundRadius = 5; this.groupBoxSerial.RoundRadius = 5;
this.groupBoxSerial.Size = new System.Drawing.Size(780, 178); this.groupBoxSerial.Size = new System.Drawing.Size(575, 178);
this.groupBoxSerial.TabIndex = 14; this.groupBoxSerial.TabIndex = 14;
this.groupBoxSerial.Text = "Serial"; this.groupBoxSerial.Text = "Serial";
this.groupBoxSerial.TextColor = System.Drawing.Color.Black; this.groupBoxSerial.TextColor = System.Drawing.Color.Black;
@ -196,12 +206,12 @@
this.labelProtocolDescriptionCOM3_2.BackPictureBox2 = null; this.labelProtocolDescriptionCOM3_2.BackPictureBox2 = null;
this.labelProtocolDescriptionCOM3_2.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionCOM3_2.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionCOM3_2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelProtocolDescriptionCOM3_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionCOM3_2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionCOM3_2.InitVisible = true; this.labelProtocolDescriptionCOM3_2.InitVisible = true;
this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F; this.labelProtocolDescriptionCOM3_2.LineSpacing = 0F;
this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(29, 137); this.labelProtocolDescriptionCOM3_2.Location = new System.Drawing.Point(29, 137);
this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2"; this.labelProtocolDescriptionCOM3_2.Name = "labelProtocolDescriptionCOM3_2";
this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(436, 20); this.labelProtocolDescriptionCOM3_2.Size = new System.Drawing.Size(419, 20);
this.labelProtocolDescriptionCOM3_2.TabIndex = 28; this.labelProtocolDescriptionCOM3_2.TabIndex = 28;
this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description"; this.labelProtocolDescriptionCOM3_2.Text = "COM3 Protocol Description";
this.labelProtocolDescriptionCOM3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelProtocolDescriptionCOM3_2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -211,10 +221,10 @@
// buttonSerial3Send // buttonSerial3Send
// //
this.buttonSerial3Send.Enabled = false; this.buttonSerial3Send.Enabled = false;
this.buttonSerial3Send.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonSerial3Send.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonSerial3Send.Location = new System.Drawing.Point(634, 50); this.buttonSerial3Send.Location = new System.Drawing.Point(465, 111);
this.buttonSerial3Send.Name = "buttonSerial3Send"; this.buttonSerial3Send.Name = "buttonSerial3Send";
this.buttonSerial3Send.Size = new System.Drawing.Size(100, 70); this.buttonSerial3Send.Size = new System.Drawing.Size(86, 46);
this.buttonSerial3Send.TabIndex = 26; this.buttonSerial3Send.TabIndex = 26;
this.buttonSerial3Send.Text = "SEND"; this.buttonSerial3Send.Text = "SEND";
this.buttonSerial3Send.Click += new System.EventHandler(this.buttonSend_Click); this.buttonSerial3Send.Click += new System.EventHandler(this.buttonSend_Click);
@ -226,12 +236,12 @@
this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null; this.labelProtocolDescriptionCOM3_1.BackPictureBox2 = null;
this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionCOM3_1.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelProtocolDescriptionCOM3_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionCOM3_1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionCOM3_1.InitVisible = true; this.labelProtocolDescriptionCOM3_1.InitVisible = true;
this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F; this.labelProtocolDescriptionCOM3_1.LineSpacing = 0F;
this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(29, 111); this.labelProtocolDescriptionCOM3_1.Location = new System.Drawing.Point(29, 111);
this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1"; this.labelProtocolDescriptionCOM3_1.Name = "labelProtocolDescriptionCOM3_1";
this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(436, 20); this.labelProtocolDescriptionCOM3_1.Size = new System.Drawing.Size(419, 20);
this.labelProtocolDescriptionCOM3_1.TabIndex = 25; this.labelProtocolDescriptionCOM3_1.TabIndex = 25;
this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description"; this.labelProtocolDescriptionCOM3_1.Text = "COM3 Protocol Description";
this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelProtocolDescriptionCOM3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -241,10 +251,10 @@
// buttonSave3 // buttonSave3
// //
this.buttonSave3.Enabled = false; this.buttonSave3.Enabled = false;
this.buttonSave3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonSave3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonSave3.Location = new System.Drawing.Point(519, 50); this.buttonSave3.Location = new System.Drawing.Point(465, 62);
this.buttonSave3.Name = "buttonSave3"; this.buttonSave3.Name = "buttonSave3";
this.buttonSave3.Size = new System.Drawing.Size(100, 70); this.buttonSave3.Size = new System.Drawing.Size(86, 46);
this.buttonSave3.TabIndex = 2; this.buttonSave3.TabIndex = 2;
this.buttonSave3.Text = "SAVE"; this.buttonSave3.Text = "SAVE";
this.buttonSave3.Click += new System.EventHandler(this.buttonSave3_Click); this.buttonSave3.Click += new System.EventHandler(this.buttonSave3_Click);
@ -274,7 +284,7 @@
this.labelTitleSerial3Mode.BackPictureBox2 = null; this.labelTitleSerial3Mode.BackPictureBox2 = null;
this.labelTitleSerial3Mode.BorderColor = System.Drawing.Color.Black; this.labelTitleSerial3Mode.BorderColor = System.Drawing.Color.Black;
this.labelTitleSerial3Mode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSerial3Mode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSerial3Mode.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.labelTitleSerial3Mode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleSerial3Mode.InitVisible = true; this.labelTitleSerial3Mode.InitVisible = true;
this.labelTitleSerial3Mode.LineSpacing = 0F; this.labelTitleSerial3Mode.LineSpacing = 0F;
this.labelTitleSerial3Mode.Location = new System.Drawing.Point(298, 26); this.labelTitleSerial3Mode.Location = new System.Drawing.Point(298, 26);
@ -293,7 +303,7 @@
this.smartLabel4.BackPictureBox2 = null; this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel4.InitVisible = true; this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F; this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(16, 60); this.smartLabel4.Location = new System.Drawing.Point(16, 60);
@ -312,7 +322,7 @@
this.labelTitleSerial3Baudrate.BackPictureBox2 = null; this.labelTitleSerial3Baudrate.BackPictureBox2 = null;
this.labelTitleSerial3Baudrate.BorderColor = System.Drawing.Color.Black; this.labelTitleSerial3Baudrate.BorderColor = System.Drawing.Color.Black;
this.labelTitleSerial3Baudrate.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSerial3Baudrate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSerial3Baudrate.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.labelTitleSerial3Baudrate.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleSerial3Baudrate.InitVisible = true; this.labelTitleSerial3Baudrate.InitVisible = true;
this.labelTitleSerial3Baudrate.LineSpacing = 0F; this.labelTitleSerial3Baudrate.LineSpacing = 0F;
this.labelTitleSerial3Baudrate.Location = new System.Drawing.Point(142, 26); this.labelTitleSerial3Baudrate.Location = new System.Drawing.Point(142, 26);
@ -373,17 +383,17 @@
this.groupBoxEthernet.Controls.Add(this.labelTitleTcpOperationMode); this.groupBoxEthernet.Controls.Add(this.labelTitleTcpOperationMode);
this.groupBoxEthernet.Controls.Add(this.comboBoxTcpOperationMode); this.groupBoxEthernet.Controls.Add(this.comboBoxTcpOperationMode);
this.groupBoxEthernet.Controls.Add(this.comboBoxTcpMode); this.groupBoxEthernet.Controls.Add(this.comboBoxTcpMode);
this.groupBoxEthernet.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.groupBoxEthernet.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxEthernet.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxEthernet.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxEthernet.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxEthernet.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxEthernet.FrameLineThickness = 1; this.groupBoxEthernet.FrameLineThickness = 1;
this.groupBoxEthernet.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle; this.groupBoxEthernet.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxEthernet.Image = null; this.groupBoxEthernet.Image = null;
this.groupBoxEthernet.InitVisible = true; this.groupBoxEthernet.InitVisible = true;
this.groupBoxEthernet.Location = new System.Drawing.Point(8, 86); this.groupBoxEthernet.Location = new System.Drawing.Point(8, 86);
this.groupBoxEthernet.Name = "groupBoxEthernet"; this.groupBoxEthernet.Name = "groupBoxEthernet";
this.groupBoxEthernet.RoundRadius = 10; this.groupBoxEthernet.RoundRadius = 5;
this.groupBoxEthernet.Size = new System.Drawing.Size(1005, 483); this.groupBoxEthernet.Size = new System.Drawing.Size(1005, 454);
this.groupBoxEthernet.TabIndex = 220; this.groupBoxEthernet.TabIndex = 220;
this.groupBoxEthernet.Text = "Ethernet"; this.groupBoxEthernet.Text = "Ethernet";
this.groupBoxEthernet.TextColor = System.Drawing.Color.Black; this.groupBoxEthernet.TextColor = System.Drawing.Color.Black;
@ -396,7 +406,7 @@
this.labelTitleSetting.BackPictureBox2 = null; this.labelTitleSetting.BackPictureBox2 = null;
this.labelTitleSetting.BorderColor = System.Drawing.Color.Black; this.labelTitleSetting.BorderColor = System.Drawing.Color.Black;
this.labelTitleSetting.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSetting.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleSetting.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleSetting.ForeColor = System.Drawing.Color.Black; this.labelTitleSetting.ForeColor = System.Drawing.Color.Black;
this.labelTitleSetting.InitVisible = true; this.labelTitleSetting.InitVisible = true;
this.labelTitleSetting.LineSpacing = 0F; this.labelTitleSetting.LineSpacing = 0F;
@ -417,7 +427,7 @@
this.labelTitleClient.BackPictureBox2 = null; this.labelTitleClient.BackPictureBox2 = null;
this.labelTitleClient.BorderColor = System.Drawing.Color.Black; this.labelTitleClient.BorderColor = System.Drawing.Color.Black;
this.labelTitleClient.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleClient.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleClient.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleClient.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClient.ForeColor = System.Drawing.Color.Black; this.labelTitleClient.ForeColor = System.Drawing.Color.Black;
this.labelTitleClient.InitVisible = true; this.labelTitleClient.InitVisible = true;
this.labelTitleClient.LineSpacing = 0F; this.labelTitleClient.LineSpacing = 0F;
@ -438,7 +448,7 @@
this.labelTitleServer.BackPictureBox2 = null; this.labelTitleServer.BackPictureBox2 = null;
this.labelTitleServer.BorderColor = System.Drawing.Color.Black; this.labelTitleServer.BorderColor = System.Drawing.Color.Black;
this.labelTitleServer.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleServer.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleServer.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleServer.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleServer.ForeColor = System.Drawing.Color.Black; this.labelTitleServer.ForeColor = System.Drawing.Color.Black;
this.labelTitleServer.InitVisible = true; this.labelTitleServer.InitVisible = true;
this.labelTitleServer.LineSpacing = 0F; this.labelTitleServer.LineSpacing = 0F;
@ -494,7 +504,7 @@
this.labelTitleConnectedIP.BackPictureBox2 = null; this.labelTitleConnectedIP.BackPictureBox2 = null;
this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black; this.labelTitleConnectedIP.BorderColor = System.Drawing.Color.Black;
this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleConnectedIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleConnectedIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleConnectedIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black; this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black;
this.labelTitleConnectedIP.InitVisible = true; this.labelTitleConnectedIP.InitVisible = true;
this.labelTitleConnectedIP.LineSpacing = 0F; this.labelTitleConnectedIP.LineSpacing = 0F;
@ -509,10 +519,10 @@
// //
// buttonTcpSend // buttonTcpSend
// //
this.buttonTcpSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonTcpSend.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSend.Location = new System.Drawing.Point(534, 376); this.buttonTcpSend.Location = new System.Drawing.Point(534, 376);
this.buttonTcpSend.Name = "buttonTcpSend"; this.buttonTcpSend.Name = "buttonTcpSend";
this.buttonTcpSend.Size = new System.Drawing.Size(100, 70); this.buttonTcpSend.Size = new System.Drawing.Size(100, 50);
this.buttonTcpSend.TabIndex = 224; this.buttonTcpSend.TabIndex = 224;
this.buttonTcpSend.Text = "SEND"; this.buttonTcpSend.Text = "SEND";
this.buttonTcpSend.Click += new System.EventHandler(this.buttonTcpSend_Click); this.buttonTcpSend.Click += new System.EventHandler(this.buttonTcpSend_Click);
@ -540,10 +550,10 @@
// //
// buttonStop // buttonStop
// //
this.buttonStop.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonStop.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonStop.Location = new System.Drawing.Point(428, 376); this.buttonStop.Location = new System.Drawing.Point(428, 376);
this.buttonStop.Name = "buttonStop"; this.buttonStop.Name = "buttonStop";
this.buttonStop.Size = new System.Drawing.Size(100, 70); this.buttonStop.Size = new System.Drawing.Size(100, 50);
this.buttonStop.TabIndex = 223; this.buttonStop.TabIndex = 223;
this.buttonStop.Text = "STOP"; this.buttonStop.Text = "STOP";
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click); this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
@ -556,7 +566,7 @@
this.labelTitleServerPort.BackPictureBox2 = null; this.labelTitleServerPort.BackPictureBox2 = null;
this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black; this.labelTitleServerPort.BorderColor = System.Drawing.Color.Black;
this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black; this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black;
this.labelTitleServerPort.InitVisible = true; this.labelTitleServerPort.InitVisible = true;
this.labelTitleServerPort.LineSpacing = 0F; this.labelTitleServerPort.LineSpacing = 0F;
@ -571,10 +581,10 @@
// //
// buttonStart // buttonStart
// //
this.buttonStart.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonStart.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonStart.Location = new System.Drawing.Point(322, 376); this.buttonStart.Location = new System.Drawing.Point(322, 376);
this.buttonStart.Name = "buttonStart"; this.buttonStart.Name = "buttonStart";
this.buttonStart.Size = new System.Drawing.Size(100, 70); this.buttonStart.Size = new System.Drawing.Size(100, 50);
this.buttonStart.TabIndex = 222; this.buttonStart.TabIndex = 222;
this.buttonStart.Text = "START"; this.buttonStart.Text = "START";
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
@ -601,7 +611,7 @@
// //
// buttonTcpSave2 // buttonTcpSave2
// //
this.buttonTcpSave2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonTcpSave2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSave2.Location = new System.Drawing.Point(806, 296); this.buttonTcpSave2.Location = new System.Drawing.Point(806, 296);
this.buttonTcpSave2.Name = "buttonTcpSave2"; this.buttonTcpSave2.Name = "buttonTcpSave2";
this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28); this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28);
@ -637,7 +647,7 @@
this.labelTitleClientServerIP.BackPictureBox2 = null; this.labelTitleClientServerIP.BackPictureBox2 = null;
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black; this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleClientServerIP.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleClientServerIP.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black; this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.InitVisible = true; this.labelTitleClientServerIP.InitVisible = true;
this.labelTitleClientServerIP.LineSpacing = 0F; this.labelTitleClientServerIP.LineSpacing = 0F;
@ -763,7 +773,7 @@
this.labelTitleClientServerPort.BackPictureBox2 = null; this.labelTitleClientServerPort.BackPictureBox2 = null;
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black; this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleClientServerPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleClientServerPort.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black; this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.InitVisible = true; this.labelTitleClientServerPort.InitVisible = true;
this.labelTitleClientServerPort.LineSpacing = 0F; this.labelTitleClientServerPort.LineSpacing = 0F;
@ -783,10 +793,10 @@
this.labelProtocolDescriptionEthernet_2.BackPictureBox2 = null; this.labelProtocolDescriptionEthernet_2.BackPictureBox2 = null;
this.labelProtocolDescriptionEthernet_2.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionEthernet_2.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionEthernet_2.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F; this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F;
this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(91, 326); this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(91, 331);
this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2"; this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2";
this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20); this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionEthernet_2.TabIndex = 231; this.labelProtocolDescriptionEthernet_2.TabIndex = 231;
@ -802,10 +812,10 @@
this.labelProtocolDescriptionEthernet_1.BackPictureBox2 = null; this.labelProtocolDescriptionEthernet_1.BackPictureBox2 = null;
this.labelProtocolDescriptionEthernet_1.BorderColor = System.Drawing.Color.Black; this.labelProtocolDescriptionEthernet_1.BorderColor = System.Drawing.Color.Black;
this.labelProtocolDescriptionEthernet_1.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F; this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F;
this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(91, 300); this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(91, 305);
this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1"; this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1";
this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20); this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionEthernet_1.TabIndex = 230; this.labelProtocolDescriptionEthernet_1.TabIndex = 230;
@ -843,7 +853,7 @@
this.labelTitleStartAddress.BackPictureBox2 = null; this.labelTitleStartAddress.BackPictureBox2 = null;
this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black; this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black;
this.labelTitleStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleStartAddress.InitVisible = true; this.labelTitleStartAddress.InitVisible = true;
this.labelTitleStartAddress.LineSpacing = 0F; this.labelTitleStartAddress.LineSpacing = 0F;
@ -859,7 +869,7 @@
// //
// buttonTcpSave1 // buttonTcpSave1
// //
this.buttonTcpSave1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonTcpSave1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSave1.Location = new System.Drawing.Point(323, 184); this.buttonTcpSave1.Location = new System.Drawing.Point(323, 184);
this.buttonTcpSave1.Name = "buttonTcpSave1"; this.buttonTcpSave1.Name = "buttonTcpSave1";
this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28); this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28);
@ -958,7 +968,7 @@
this.labelTitleSubnetMask.BackPictureBox2 = null; this.labelTitleSubnetMask.BackPictureBox2 = null;
this.labelTitleSubnetMask.BorderColor = System.Drawing.Color.Black; this.labelTitleSubnetMask.BorderColor = System.Drawing.Color.Black;
this.labelTitleSubnetMask.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleSubnetMask.InitVisible = true; this.labelTitleSubnetMask.InitVisible = true;
this.labelTitleSubnetMask.LineSpacing = 0F; this.labelTitleSubnetMask.LineSpacing = 0F;
@ -1062,7 +1072,7 @@
this.labelTitleGateway.BackPictureBox2 = null; this.labelTitleGateway.BackPictureBox2 = null;
this.labelTitleGateway.BorderColor = System.Drawing.Color.Black; this.labelTitleGateway.BorderColor = System.Drawing.Color.Black;
this.labelTitleGateway.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleGateway.InitVisible = true; this.labelTitleGateway.InitVisible = true;
this.labelTitleGateway.LineSpacing = 0F; this.labelTitleGateway.LineSpacing = 0F;
@ -1166,7 +1176,7 @@
this.labelTitleIPAddress.BackPictureBox2 = null; this.labelTitleIPAddress.BackPictureBox2 = null;
this.labelTitleIPAddress.BorderColor = System.Drawing.Color.Black; this.labelTitleIPAddress.BorderColor = System.Drawing.Color.Black;
this.labelTitleIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.ForeColor = System.Drawing.Color.Black;
this.labelTitleIPAddress.InitVisible = true; this.labelTitleIPAddress.InitVisible = true;
this.labelTitleIPAddress.LineSpacing = 0F; this.labelTitleIPAddress.LineSpacing = 0F;
@ -1186,10 +1196,10 @@
this.labelTitleTcpMode.BackPictureBox2 = null; this.labelTitleTcpMode.BackPictureBox2 = null;
this.labelTitleTcpMode.BorderColor = System.Drawing.Color.Black; this.labelTitleTcpMode.BorderColor = System.Drawing.Color.Black;
this.labelTitleTcpMode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleTcpMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTcpMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleTcpMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleTcpMode.InitVisible = true; this.labelTitleTcpMode.InitVisible = true;
this.labelTitleTcpMode.LineSpacing = 0F; this.labelTitleTcpMode.LineSpacing = 0F;
this.labelTitleTcpMode.Location = new System.Drawing.Point(65, 264); this.labelTitleTcpMode.Location = new System.Drawing.Point(65, 269);
this.labelTitleTcpMode.Name = "labelTitleTcpMode"; this.labelTitleTcpMode.Name = "labelTitleTcpMode";
this.labelTitleTcpMode.Size = new System.Drawing.Size(140, 30); this.labelTitleTcpMode.Size = new System.Drawing.Size(140, 30);
this.labelTitleTcpMode.TabIndex = 181; this.labelTitleTcpMode.TabIndex = 181;
@ -1205,10 +1215,10 @@
this.labelTitleTcpOperationMode.BackPictureBox2 = null; this.labelTitleTcpOperationMode.BackPictureBox2 = null;
this.labelTitleTcpOperationMode.BorderColor = System.Drawing.Color.Black; this.labelTitleTcpOperationMode.BorderColor = System.Drawing.Color.Black;
this.labelTitleTcpOperationMode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleTcpOperationMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTcpOperationMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelTitleTcpOperationMode.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleTcpOperationMode.InitVisible = true; this.labelTitleTcpOperationMode.InitVisible = true;
this.labelTitleTcpOperationMode.LineSpacing = 0F; this.labelTitleTcpOperationMode.LineSpacing = 0F;
this.labelTitleTcpOperationMode.Location = new System.Drawing.Point(65, 228); this.labelTitleTcpOperationMode.Location = new System.Drawing.Point(65, 233);
this.labelTitleTcpOperationMode.Name = "labelTitleTcpOperationMode"; this.labelTitleTcpOperationMode.Name = "labelTitleTcpOperationMode";
this.labelTitleTcpOperationMode.Size = new System.Drawing.Size(140, 30); this.labelTitleTcpOperationMode.Size = new System.Drawing.Size(140, 30);
this.labelTitleTcpOperationMode.TabIndex = 180; this.labelTitleTcpOperationMode.TabIndex = 180;
@ -1220,7 +1230,7 @@
// comboBoxTcpOperationMode // comboBoxTcpOperationMode
// //
this.comboBoxTcpOperationMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold); this.comboBoxTcpOperationMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold);
this.comboBoxTcpOperationMode.Location = new System.Drawing.Point(211, 228); this.comboBoxTcpOperationMode.Location = new System.Drawing.Point(211, 233);
this.comboBoxTcpOperationMode.Name = "comboBoxTcpOperationMode"; this.comboBoxTcpOperationMode.Name = "comboBoxTcpOperationMode";
this.comboBoxTcpOperationMode.Size = new System.Drawing.Size(200, 30); this.comboBoxTcpOperationMode.Size = new System.Drawing.Size(200, 30);
this.comboBoxTcpOperationMode.TabIndex = 179; this.comboBoxTcpOperationMode.TabIndex = 179;
@ -1229,7 +1239,7 @@
// comboBoxTcpMode // comboBoxTcpMode
// //
this.comboBoxTcpMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold); this.comboBoxTcpMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold);
this.comboBoxTcpMode.Location = new System.Drawing.Point(211, 264); this.comboBoxTcpMode.Location = new System.Drawing.Point(211, 269);
this.comboBoxTcpMode.Name = "comboBoxTcpMode"; this.comboBoxTcpMode.Name = "comboBoxTcpMode";
this.comboBoxTcpMode.Size = new System.Drawing.Size(200, 30); this.comboBoxTcpMode.Size = new System.Drawing.Size(200, 30);
this.comboBoxTcpMode.TabIndex = 178; this.comboBoxTcpMode.TabIndex = 178;
@ -1248,7 +1258,7 @@
this.smartListBoxClientList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.smartListBoxClientList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.smartListBoxClientList.ColumnDelimiter = '\0'; this.smartListBoxClientList.ColumnDelimiter = '\0';
this.smartListBoxClientList.ColumnOffsets = null; 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.FontColor = System.Drawing.Color.Black;
this.smartListBoxClientList.InitVisible = true; this.smartListBoxClientList.InitVisible = true;
this.smartListBoxClientList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.smartListBoxClientList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
@ -1281,7 +1291,7 @@
this.labelClientCount.BackPictureBox2 = null; this.labelClientCount.BackPictureBox2 = null;
this.labelClientCount.BorderColor = System.Drawing.Color.Black; this.labelClientCount.BorderColor = System.Drawing.Color.Black;
this.labelClientCount.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.InitVisible = true;
this.labelClientCount.LineSpacing = 0F; this.labelClientCount.LineSpacing = 0F;
this.labelClientCount.Location = new System.Drawing.Point(819, 39); this.labelClientCount.Location = new System.Drawing.Point(819, 39);
@ -1294,12 +1304,197 @@
this.labelClientCount.Visible = false; this.labelClientCount.Visible = false;
this.labelClientCount.Wordwrap = false; this.labelClientCount.Wordwrap = false;
// //
// groupBoxMACAddress
//
this.groupBoxMACAddress.BackPictureBox = this.smartForm1;
this.groupBoxMACAddress.BackPictureBox1 = null;
this.groupBoxMACAddress.Controls.Add(this.buttonSave4);
this.groupBoxMACAddress.Controls.Add(this.labelHelp);
this.groupBoxMACAddress.Controls.Add(this.smartLabel5);
this.groupBoxMACAddress.Controls.Add(this.smartLabel1);
this.groupBoxMACAddress.Controls.Add(this.labelMACAddress6);
this.groupBoxMACAddress.Controls.Add(this.labelMACAddress5);
this.groupBoxMACAddress.Controls.Add(this.labelMACAddress4);
this.groupBoxMACAddress.Controls.Add(this.labelMACAddress1);
this.groupBoxMACAddress.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.groupBoxMACAddress.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxMACAddress.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxMACAddress.FrameLineThickness = 1;
this.groupBoxMACAddress.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxMACAddress.Image = null;
this.groupBoxMACAddress.InitVisible = true;
this.groupBoxMACAddress.Location = new System.Drawing.Point(589, 546);
this.groupBoxMACAddress.Name = "groupBoxMACAddress";
this.groupBoxMACAddress.RoundRadius = 5;
this.groupBoxMACAddress.Size = new System.Drawing.Size(424, 114);
this.groupBoxMACAddress.TabIndex = 29;
this.groupBoxMACAddress.Text = "MAC Address";
this.groupBoxMACAddress.TextColor = System.Drawing.Color.Black;
//
// buttonSave4
//
this.buttonSave4.Enabled = false;
this.buttonSave4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonSave4.Location = new System.Drawing.Point(323, 32);
this.buttonSave4.Name = "buttonSave4";
this.buttonSave4.Size = new System.Drawing.Size(79, 28);
this.buttonSave4.TabIndex = 29;
this.buttonSave4.Text = "SAVE";
this.buttonSave4.Click += new System.EventHandler(this.buttonSave4_Click);
//
// labelHelp
//
this.labelHelp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.labelHelp.BackPictureBox1 = null;
this.labelHelp.BackPictureBox2 = this.groupBoxMACAddress;
this.labelHelp.BorderColor = System.Drawing.Color.Black;
this.labelHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelHelp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelHelp.ForeColor = System.Drawing.Color.DarkRed;
this.labelHelp.InitVisible = true;
this.labelHelp.LineSpacing = 0F;
this.labelHelp.Location = new System.Drawing.Point(28, 72);
this.labelHelp.Name = "labelHelp";
this.labelHelp.Size = new System.Drawing.Size(374, 20);
this.labelHelp.TabIndex = 215;
this.labelHelp.Text = "※ 설정 후, 재부팅 필수";
this.labelHelp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelHelp.Wordwrap = true;
//
// smartLabel5
//
this.smartLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.smartLabel5.BackPictureBox = null;
this.smartLabel5.BackPictureBox1 = null;
this.smartLabel5.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.smartLabel5.ForeColor = System.Drawing.Color.Black;
this.smartLabel5.InitVisible = true;
this.smartLabel5.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(241, 32);
this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.Size = new System.Drawing.Size(10, 28);
this.smartLabel5.TabIndex = 221;
this.smartLabel5.Text = ":";
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false;
//
// smartLabel1
//
this.smartLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.smartLabel1.BackPictureBox = null;
this.smartLabel1.BackPictureBox1 = null;
this.smartLabel1.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 14F, 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(185, 32);
this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.Size = new System.Drawing.Size(10, 28);
this.smartLabel1.TabIndex = 220;
this.smartLabel1.Text = ":";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false;
//
// labelMACAddress6
//
this.labelMACAddress6.BackColor = System.Drawing.SystemColors.Window;
this.labelMACAddress6.BackPictureBox = null;
this.labelMACAddress6.BackPictureBox1 = null;
this.labelMACAddress6.BackPictureBox2 = null;
this.labelMACAddress6.BorderColor = System.Drawing.Color.Black;
this.labelMACAddress6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelMACAddress6.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelMACAddress6.InitVisible = true;
this.labelMACAddress6.LineSpacing = 0F;
this.labelMACAddress6.Location = new System.Drawing.Point(254, 32);
this.labelMACAddress6.Name = "labelMACAddress6";
this.labelMACAddress6.Size = new System.Drawing.Size(40, 28);
this.labelMACAddress6.TabIndex = 219;
this.labelMACAddress6.Text = "AA";
this.labelMACAddress6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelMACAddress6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMACAddress6.Wordwrap = false;
this.labelMACAddress6.Click += new System.EventHandler(this.labelMACAddress_Click);
//
// labelMACAddress5
//
this.labelMACAddress5.BackColor = System.Drawing.SystemColors.Window;
this.labelMACAddress5.BackPictureBox = null;
this.labelMACAddress5.BackPictureBox1 = null;
this.labelMACAddress5.BackPictureBox2 = null;
this.labelMACAddress5.BorderColor = System.Drawing.Color.Black;
this.labelMACAddress5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelMACAddress5.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelMACAddress5.InitVisible = true;
this.labelMACAddress5.LineSpacing = 0F;
this.labelMACAddress5.Location = new System.Drawing.Point(198, 32);
this.labelMACAddress5.Name = "labelMACAddress5";
this.labelMACAddress5.Size = new System.Drawing.Size(40, 28);
this.labelMACAddress5.TabIndex = 218;
this.labelMACAddress5.Text = "AA";
this.labelMACAddress5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelMACAddress5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMACAddress5.Wordwrap = false;
this.labelMACAddress5.Click += new System.EventHandler(this.labelMACAddress_Click);
//
// labelMACAddress4
//
this.labelMACAddress4.BackColor = System.Drawing.SystemColors.Window;
this.labelMACAddress4.BackPictureBox = null;
this.labelMACAddress4.BackPictureBox1 = null;
this.labelMACAddress4.BackPictureBox2 = null;
this.labelMACAddress4.BorderColor = System.Drawing.Color.Black;
this.labelMACAddress4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelMACAddress4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelMACAddress4.InitVisible = true;
this.labelMACAddress4.LineSpacing = 0F;
this.labelMACAddress4.Location = new System.Drawing.Point(142, 32);
this.labelMACAddress4.Name = "labelMACAddress4";
this.labelMACAddress4.Size = new System.Drawing.Size(40, 28);
this.labelMACAddress4.TabIndex = 217;
this.labelMACAddress4.Text = "AA";
this.labelMACAddress4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelMACAddress4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMACAddress4.Wordwrap = false;
this.labelMACAddress4.Click += new System.EventHandler(this.labelMACAddress_Click);
//
// labelMACAddress1
//
this.labelMACAddress1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
this.labelMACAddress1.BackPictureBox = null;
this.labelMACAddress1.BackPictureBox1 = null;
this.labelMACAddress1.BackPictureBox2 = null;
this.labelMACAddress1.BorderColor = System.Drawing.Color.Black;
this.labelMACAddress1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMACAddress1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelMACAddress1.ForeColor = System.Drawing.Color.Black;
this.labelMACAddress1.InitVisible = true;
this.labelMACAddress1.LineSpacing = 0F;
this.labelMACAddress1.Location = new System.Drawing.Point(28, 32);
this.labelMACAddress1.Name = "labelMACAddress1";
this.labelMACAddress1.Size = new System.Drawing.Size(112, 28);
this.labelMACAddress1.TabIndex = 216;
this.labelMACAddress1.Text = "AA:AA:AA:";
this.labelMACAddress1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelMACAddress1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMACAddress1.Wordwrap = false;
//
// FormCommunication // FormCommunication
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true; this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768); this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.groupBoxMACAddress);
this.Controls.Add(this.smartListBoxClientList); this.Controls.Add(this.smartListBoxClientList);
this.Controls.Add(this.labelClientCount); this.Controls.Add(this.labelClientCount);
this.Controls.Add(this.groupBoxEthernet); this.Controls.Add(this.groupBoxEthernet);
@ -1312,6 +1507,7 @@
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.groupBoxSerial.ResumeLayout(false); this.groupBoxSerial.ResumeLayout(false);
this.groupBoxEthernet.ResumeLayout(false); this.groupBoxEthernet.ResumeLayout(false);
this.groupBoxMACAddress.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -1380,5 +1576,14 @@
private SmartX.SmartListBox smartListBoxClientList; private SmartX.SmartListBox smartListBoxClientList;
private SmartX.SmartLabel labelClientCount; private SmartX.SmartLabel labelClientCount;
private SmartX.SmartLabel labelTitleSetting; private SmartX.SmartLabel labelTitleSetting;
private SmartX.SmartGroupBox groupBoxMACAddress;
private SmartX.SmartLabel labelHelp;
public SmartX.SmartLabel smartLabel5;
public SmartX.SmartLabel smartLabel1;
public SmartX.SmartLabel labelMACAddress6;
public SmartX.SmartLabel labelMACAddress5;
public SmartX.SmartLabel labelMACAddress4;
public SmartX.SmartLabel labelMACAddress1;
private System.Windows.Forms.Button buttonSave4;
} }
} }

View File

@ -17,6 +17,8 @@ namespace INT63DC_2C.Forms
public partial class FormCommunication : Form public partial class FormCommunication : Form
{ {
#region Field #region Field
string[] HexArray;
private FormMain m_ParentForm; private FormMain m_ParentForm;
#endregion #endregion
@ -61,6 +63,8 @@ namespace INT63DC_2C.Forms
this.labelTitleTcpOperationMode.Text = "Operation mode"; this.labelTitleTcpOperationMode.Text = "Operation mode";
this.labelTitleTcpMode.Text = "mode"; this.labelTitleTcpMode.Text = "mode";
this.labelHelp.Text = "※ After setup, reboot is required.";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
@ -95,6 +99,8 @@ namespace INT63DC_2C.Forms
this.buttonStart.Text = "开启"; this.buttonStart.Text = "开启";
this.buttonStop.Text = "停止"; this.buttonStop.Text = "停止";
this.labelHelp.Text = "※ 设置完成后需要重启";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
@ -112,6 +118,8 @@ namespace INT63DC_2C.Forms
this.labelTitleTcpOperationMode.Text = "operační mód"; this.labelTitleTcpOperationMode.Text = "operační mód";
this.labelTitleTcpMode.Text = "Režim"; this.labelTitleTcpMode.Text = "Režim";
this.labelHelp.Text = "※ Po nastavení je nutný restart.";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp));
@ -127,6 +135,8 @@ namespace INT63DC_2C.Forms
this.buttonSerial3Send.Text = "Senden"; this.buttonSerial3Send.Text = "Senden";
this.buttonSave3.Text = "Speichern"; this.buttonSave3.Text = "Speichern";
this.labelHelp.Text = "※ Nach der Einrichtung ist ein Neustart erforderlich";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
@ -183,6 +193,13 @@ namespace INT63DC_2C.Forms
{ {
string[] sValue; string[] sValue;
if (this.ParentForm.smartConfigs.IPSettings.DHCPEnable != 0)
{
this.ParentForm.smartConfigs.IPSettings.DHCPEnable = 0;
this.ParentForm.smartConfigs.IPSettings.Save();
this.ParentForm.smartConfigs.IPSettings.SetApply();
}
#region Serial #region Serial
this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged); this.comboBoxSerial3BaudRate.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3_SelectedIndexChanged);
this.comboBoxSerial3BaudRate.SelectedIndex = this.ParentForm.SystemConfig.Serial3BaudRate; this.comboBoxSerial3BaudRate.SelectedIndex = this.ParentForm.SystemConfig.Serial3BaudRate;
@ -360,6 +377,22 @@ namespace INT63DC_2C.Forms
this.labelProtocolDescriptionEthernet_2.Text = ""; this.labelProtocolDescriptionEthernet_2.Text = "";
} }
} }
private void UpdateMACAddressDisplay()
{
this.buttonSave4.Enabled = false;
byte[] currentMAC = this.ParentForm.smartConfigs.IPSettings.GetMACAddress();
string hex = BitConverter.ToString(currentMAC);
this.HexArray = hex.Split('-');
if (this.HexArray.Length >= 6)
{
this.labelMACAddress1.Text = this.HexArray[0] + ":" + this.HexArray[1] + ":" + this.HexArray[2] + ":";
this.labelMACAddress4.Text = this.HexArray[3];
this.labelMACAddress5.Text = this.HexArray[4];
this.labelMACAddress6.Text = this.HexArray[5];
}
}
private void LocalIPEnable(bool enable) private void LocalIPEnable(bool enable)
{ {
Color tempColor; Color tempColor;
@ -459,6 +492,9 @@ namespace INT63DC_2C.Forms
public void DisplayRefresh() public void DisplayRefresh()
{ {
// MAC Address
this.UpdateMACAddressDisplay();
#region Serial #region Serial
this.buttonSave3.Enabled = false; this.buttonSave3.Enabled = false;
@ -1292,6 +1328,34 @@ namespace INT63DC_2C.Forms
{ {
this.ParentForm.ModbusLaneTestDataSend(10); this.ParentForm.ModbusLaneTestDataSend(10);
} }
private void labelMACAddress_Click(object sender, EventArgs e)
{
SmartX.SmartLabel label = sender as SmartX.SmartLabel;
DialogFormHexKeyPad myKeyPad = new DialogFormHexKeyPad(label.Text, 2, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
label.Text = myKeyPad.StringValue;
this.buttonSave4.Enabled = true;
}
}
private void buttonSave4_Click(object sender, EventArgs e)
{
byte[] changeMAC = new byte[6];
changeMAC[0] = Convert.ToByte(this.HexArray[0], 16);
changeMAC[1] = Convert.ToByte(this.HexArray[1], 16);
changeMAC[2] = Convert.ToByte(this.HexArray[2], 16);
changeMAC[3] = Convert.ToByte(this.labelMACAddress4.Text, 16);
changeMAC[4] = Convert.ToByte(this.labelMACAddress5.Text, 16);
changeMAC[5] = Convert.ToByte(this.labelMACAddress6.Text, 16);
this.ParentForm.smartConfigs.IPSettings.SetMACAddress(changeMAC);
this.buttonSave4.Enabled = false;
}
#endregion #endregion
} }
} }

View File

@ -165,77 +165,75 @@
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+ fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/ tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAEEJJREFUeF7t1zERACAQ 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAD99JREFUeF7t1wENADAI
xMD3LwDkQo8EspmtzsHNkSRJkpRp3kGSJEnSvzkAkiRJUigHQJIkSQrlAEiSJEmhHABJkiQplAMgSZIk wDD8CwC5v5B1qYnNkyRJkpTJAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiS
hXIAJEmSpFAOgCRJkhTKAZAkSZJCOQCSJElSKAdAkiRJCuUASJIkSaEcAEmSJCmUAyBJkiSFcgAkSZKk JEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmS
UA6AJEmSFMoBkCRJkkI5AJIkSVIoB0CSJEkK5QBIkiRJoRwASZIkKZQDIEmSJIVyACRJkqRQDoAkSZIU FMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmh
ygGQJEmSQjkAkiRJUigHQJIkSQrlAEiSJEmhHABJkiQplAMgSZIkhXIAJEmSpFAOgCRJkhTKAZAkSZJC DIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoA
OQCSJElSKAdAkiRJCuUASJIkSaEcAEmSJCmUAyBJkiSFcgAkSZKkUA6AJEmSFMoBkCRJkkI5AJIkSVIo SJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAk
B0CSJEkK5QBIkiRJoRwASZIkKZQDIEmSJIVyACRJkqRQDoAkSZIUygGQJEmSQjkAkiRJUigHQJIkSQrl SZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIk
AEiSJEmhHABJkiQplAMgSZIkhXIAJEmSpFAOgCRJkhTKAZAkSZJCOQCSJElSKAdAkiRJCuUASJIkSaEc SaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIU
AEmSJCmUAyBJkiSFcgAkSZKkUA6AJEmSFMoBkCRJkkI5AJIkSVIoB0CSJEkK5QBIkiRJoRwASZIkKZQD ygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEM
IEmSJIVyACRJkqRQDoAkSZIUavbaAABAhAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA gCRJkhRqbg8AAIgwAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAA
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 ACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEG
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA AAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQ
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh YgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA ACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEA
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQ
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA AwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA CDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEA
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQY
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA AAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh iAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA AIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQA
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABC
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA DAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA IMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYA
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBi
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA AAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh IQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA ABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBAD
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAI
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA MQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA gBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgA
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECI
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA AQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh hBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA AECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIM
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAg
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA xAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA AEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIA
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAh
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA BgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh EGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA AAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgx
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACA
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA EAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA AAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgB
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACE
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA GAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh QIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA AACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDE
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAA
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA QgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA ACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEG
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQ
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA YgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh ACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA AAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQ
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA AwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAA
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA CDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA AIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQY
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABA
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA iAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh AIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQA
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA AABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABC
AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA DAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAA
iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA IMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYA
AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA AABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBi
EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4 AAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAA
AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA IQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAA
AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh ABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAMvY+1tRWy+4CoZ0AAAAASUVORK5CYII=
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAhDgAAAIRc1tRWy/QY8wMAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -285,29 +283,28 @@
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 hf8BrK786fYhO9AAAAAASUVORK5CYII=
A6yu/OmZUbOXAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -357,128 +354,120 @@
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
9pH/yfYAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -528,49 +517,47 @@
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
</value> </value>
</data> </data>
<metadata name="timerServer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="timerServer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

View File

@ -59,6 +59,7 @@ namespace INT63DC_2C.Forms
this.labelStaticEmptyWeight.Text = "Empty weight Set"; this.labelStaticEmptyWeight.Text = "Empty weight Set";
this.labelStaticMotor.Text = "Motor"; this.labelStaticMotor.Text = "Motor";
this.labelStaticWeightLimitIgnoreCount.Text = "Weight limit - Ignore count"; this.labelStaticWeightLimitIgnoreCount.Text = "Weight limit - Ignore count";
this.labelStaticDataStoragePeriod.Text = "Data storage period";
this.labelInfo1.Text = "※ Sorting NG products by weight"; this.labelInfo1.Text = "※ Sorting NG products by weight";
this.labelInfo2.Text = "※ Normal product (selected under quantity)"; this.labelInfo2.Text = "※ Normal product (selected under quantity)";
@ -134,6 +135,8 @@ namespace INT63DC_2C.Forms
this.labelStaticEmptyWeight.Text = "Nastavení prázdné hmotnosti"; this.labelStaticEmptyWeight.Text = "Nastavení prázdné hmotnosti";
this.labelStaticMotor.Text = "Motor"; this.labelStaticMotor.Text = "Motor";
this.labelStaticWeightLimitIgnoreCount.Text = "hmotnostní limit - ignorovat počet"; this.labelStaticWeightLimitIgnoreCount.Text = "hmotnostní limit - ignorovat počet";
this.labelStaticDataStoragePeriod.Text = "Doba uchovávání dat";
this.labelStaticMonths.Text = "měsíce";
this.labelInfo1.Text = "※ Třídění NG produktů podle hmotnosti"; this.labelInfo1.Text = "※ Třídění NG produktů podle hmotnosti";
this.labelInfo2.Text = "※ Normální produkt (vybrán pod množstvím)"; this.labelInfo2.Text = "※ Normální produkt (vybrán pod množstvím)";
@ -169,6 +172,8 @@ namespace INT63DC_2C.Forms
this.labelStaticEmptyWeight.Text = "Leergewichtseinstellung"; this.labelStaticEmptyWeight.Text = "Leergewichtseinstellung";
this.labelStaticMotor.Text = "Motor"; this.labelStaticMotor.Text = "Motor";
this.labelStaticWeightLimitIgnoreCount.Text = "Gewichtsgrenze - Zählung ignorieren"; this.labelStaticWeightLimitIgnoreCount.Text = "Gewichtsgrenze - Zählung ignorieren";
this.labelStaticDataStoragePeriod.Text = "Datenspeicherungsdauer";
this.labelStaticMonths.Text = "Monate";
this.labelInfo1.Text = "※ Sortieren von NG-Produkten nach Gewicht"; this.labelInfo1.Text = "※ Sortieren von NG-Produkten nach Gewicht";
this.labelInfo2.Text = "※ Normales Produkt (ausgewählt unter Menge)"; this.labelInfo2.Text = "※ Normales Produkt (ausgewählt unter Menge)";
@ -201,6 +206,8 @@ namespace INT63DC_2C.Forms
this.labelStaticEmptyWeight.Text = "空重量セット"; this.labelStaticEmptyWeight.Text = "空重量セット";
this.labelStaticMotor.Text = "モㅡタㅡ"; this.labelStaticMotor.Text = "モㅡタㅡ";
this.labelStaticWeightLimitIgnoreCount.Text = "重量制限 - 無視数量"; this.labelStaticWeightLimitIgnoreCount.Text = "重量制限 - 無視数量";
this.labelStaticDataStoragePeriod.Text = "データ保存期間";
this.labelStaticMonths.Text = "ヶ月";
this.radioButtonAcMotor.Text = "交流モㅡタㅡ"; this.radioButtonAcMotor.Text = "交流モㅡタㅡ";
this.radioButtonServoMotor.Text = "サㅡボモㅡタㅡ"; this.radioButtonServoMotor.Text = "サㅡボモㅡタㅡ";

View File

@ -154,7 +154,7 @@ namespace INT63DC_2C.Forms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelDisplayVer.Text = "9.1.0"; this.labelDisplayVer.Text = "9.1.1";
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
this.textBoxSerialNo.Location = new Point(395, 225); this.textBoxSerialNo.Location = new Point(395, 225);
this.textBoxSerialNo.Visible = false; this.textBoxSerialNo.Visible = false;

View File

@ -117,12 +117,16 @@ namespace INT63DC_2C.Forms
break; break;
case DataStore.E_LanguageID.English: case DataStore.E_LanguageID.English:
#region English #region English
this.buttonOver.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverDisable));
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverDown)); this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverDown));
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverUp)); this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainOverUp));
this.buttonPass.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassDisable));
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassDown)); this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassDown));
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassUp)); this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainPassUp));
this.buttonUnder.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderDisable));
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderDown)); this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderDown));
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderUp)); this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainUnderUp));
this.buttonTare.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareDisable));
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareDown)); this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareDown));
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareUp)); this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainTareUp));

View File

@ -57,6 +57,9 @@ namespace INT63DC_2C.Forms
this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDisable)); this.buttonTimeSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDisable));
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDown)); this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeDown));
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeUp)); this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuTimeUp));
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCommunicationDisable));
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCommunicationDown));
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuCommunicationUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDisable)); this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDown)); this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationUp)); this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engMenuInformationUp));
@ -213,6 +216,9 @@ namespace INT63DC_2C.Forms
this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuMotorSettingDisable)); this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuMotorSettingDisable));
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuMotorSettingDown)); this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuMotorSettingDown));
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuMotorSettingUp)); this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuMotorSettingUp));
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuCommunicationDisable));
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuCommunicationDown));
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeMenuCommunicationUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackupDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackupDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
@ -267,6 +273,9 @@ namespace INT63DC_2C.Forms
this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDisable)); this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDisable));
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDown)); this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingDown));
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingUp)); this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuMotorSettingUp));
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuCommunicationDisable));
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuCommunicationDown));
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerMenuCommunicationUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackupDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackupDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
@ -321,6 +330,9 @@ namespace INT63DC_2C.Forms
this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingDisable)); this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingDisable));
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingDown)); this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingDown));
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingUp)); this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuMotorSettingUp));
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCommunicationDisable));
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCommunicationDown));
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMenuCommunicationUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));

View File

@ -356,6 +356,12 @@
<Compile Include="DialogForms\DialogFormDataViewerFilter.Designer.cs"> <Compile Include="DialogForms\DialogFormDataViewerFilter.Designer.cs">
<DependentUpon>DialogFormDataViewerFilter.cs</DependentUpon> <DependentUpon>DialogFormDataViewerFilter.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="DialogForms\DialogFormHexKeyPad.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DialogForms\DialogFormHexKeyPad.designer.cs">
<DependentUpon>DialogFormHexKeyPad.cs</DependentUpon>
</Compile>
<Compile Include="DialogForms\DialogFormHistoryData.cs"> <Compile Include="DialogForms\DialogFormHistoryData.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>

Binary file not shown.

View File

@ -298,7 +298,6 @@
<None Include="Resources\czeFormMainZeroDisable.png" /> <None Include="Resources\czeFormMainZeroDisable.png" />
<None Include="Resources\czeFormMainZeroDown.png" /> <None Include="Resources\czeFormMainZeroDown.png" />
<None Include="Resources\czeFormMainZeroUp.png" /> <None Include="Resources\czeFormMainZeroUp.png" />
<None Include="Resources\engFormMainClearDisable.png" />
<None Include="Resources\engFormMainClearDown.png" /> <None Include="Resources\engFormMainClearDown.png" />
<None Include="Resources\engFormMainClearUp.png" /> <None Include="Resources\engFormMainClearUp.png" />
<None Include="Resources\engFormMainZeroDisable.png" /> <None Include="Resources\engFormMainZeroDisable.png" />
@ -327,7 +326,6 @@
<None Include="Resources\czeFormMainSubMenuDisable.png" /> <None Include="Resources\czeFormMainSubMenuDisable.png" />
<None Include="Resources\czeFormMainSubMenuDown.png" /> <None Include="Resources\czeFormMainSubMenuDown.png" />
<None Include="Resources\czeFormMainSubMenuUp.png" /> <None Include="Resources\czeFormMainSubMenuUp.png" />
<None Include="Resources\engFormMainSubMenuDisable.png" />
<None Include="Resources\engFormMainSubMenuDown.png" /> <None Include="Resources\engFormMainSubMenuDown.png" />
<None Include="Resources\engFormMainSubMenuUp.png" /> <None Include="Resources\engFormMainSubMenuUp.png" />
<None Include="Resources\gerFormMainSubMenuDisable.png" /> <None Include="Resources\gerFormMainSubMenuDisable.png" />
@ -778,6 +776,21 @@
<None Include="Resources\chnMenuCommunicationUp.png" /> <None Include="Resources\chnMenuCommunicationUp.png" />
<None Include="Resources\chnMenuCommunicationDisable.png" /> <None Include="Resources\chnMenuCommunicationDisable.png" />
<None Include="Resources\chnMenuCommunicationDown.png" /> <None Include="Resources\chnMenuCommunicationDown.png" />
<None Include="Resources\engMenuCommunicationUp.png" />
<None Include="Resources\engMenuCommunicationDisable.png" />
<None Include="Resources\engMenuCommunicationDown.png" />
<None Include="Resources\gerMenuCommunicationDisable.png" />
<None Include="Resources\gerMenuCommunicationDown.png" />
<None Include="Resources\gerMenuCommunicationUp.png" />
<None Include="Resources\czeMenuCommunicaionDisable.png" />
<None Include="Resources\czeMenuCommunicaionDown.png" />
<None Include="Resources\czeMenuCommunicaionUp.png" />
<None Include="Resources\engFormMainClearDisable.png" />
<None Include="Resources\engFormMainOverDisable.png" />
<None Include="Resources\engFormMainPassDisable.png" />
<None Include="Resources\engFormMainSubMenuDisable.png" />
<None Include="Resources\engFormMainTareDisable.png" />
<None Include="Resources\engFormMainUnderDisable.png" />
<Content Include="version.txt" /> <Content Include="version.txt" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />

View File

@ -224,6 +224,9 @@ namespace INT63DC_ImageDll
czeMenuCalibrationDisable, czeMenuCalibrationDisable,
czeMenuCalibrationDown, czeMenuCalibrationDown,
czeMenuCalibrationUp, czeMenuCalibrationUp,
czeMenuCommunicationDisable,
czeMenuCommunicationDown,
czeMenuCommunicationUp,
czeMenuConfigurationDisable, czeMenuConfigurationDisable,
czeMenuConfigurationDown, czeMenuConfigurationDown,
czeMenuConfigurationUp, czeMenuConfigurationUp,
@ -325,12 +328,16 @@ namespace INT63DC_ImageDll
engFormMainMenuSmallDisable, engFormMainMenuSmallDisable,
engFormMainMenuSmallDown, engFormMainMenuSmallDown,
engFormMainMenuSmallUp, engFormMainMenuSmallUp,
engFormMainOverDisable,
engFormMainOverDown, engFormMainOverDown,
engFormMainOverUp, engFormMainOverUp,
engFormMainPassDisable,
engFormMainPassDown, engFormMainPassDown,
engFormMainPassUp, engFormMainPassUp,
engFormMainTareDisable,
engFormMainTareDown, engFormMainTareDown,
engFormMainTareUp, engFormMainTareUp,
engFormMainUnderDisable,
engFormMainUnderDown, engFormMainUnderDown,
engFormMainUnderUp, engFormMainUnderUp,
engFormMainZeroDown, engFormMainZeroDown,
@ -355,6 +362,9 @@ namespace INT63DC_ImageDll
engMenuCalibrationDisable, engMenuCalibrationDisable,
engMenuCalibrationDown, engMenuCalibrationDown,
engMenuCalibrationUp, engMenuCalibrationUp,
engMenuCommunicationDisable,
engMenuCommunicationDown,
engMenuCommunicationUp,
engMenuConfigurationDisable, engMenuConfigurationDisable,
engMenuConfigurationDown, engMenuConfigurationDown,
engMenuConfigurationUp, engMenuConfigurationUp,
@ -478,6 +488,9 @@ namespace INT63DC_ImageDll
gerMenuCalibrationDisable, gerMenuCalibrationDisable,
gerMenuCalibrationDown, gerMenuCalibrationDown,
gerMenuCalibrationUp, gerMenuCalibrationUp,
gerMenuCommunicationDisable,
gerMenuCommunicationDown,
gerMenuCommunicationUp,
gerMenuConfigurationDisable, gerMenuConfigurationDisable,
gerMenuConfigurationDown, gerMenuConfigurationDown,
gerMenuConfigurationUp, gerMenuConfigurationUp,
@ -906,6 +919,15 @@ namespace INT63DC_ImageDll
case ButtonImages.chnMenuCalibrationUp: case ButtonImages.chnMenuCalibrationUp:
bt = new Bitmap(Resource.chnMenuCalibrationUp); bt = new Bitmap(Resource.chnMenuCalibrationUp);
break; break;
case ButtonImages.chnMenuCommunicationDisable:
bt = new Bitmap(Resource.chnMenuCommunicationDisable);
break;
case ButtonImages.chnMenuCommunicationDown:
bt = new Bitmap(Resource.chnMenuCommunicationDown);
break;
case ButtonImages.chnMenuCommunicationUp:
bt = new Bitmap(Resource.chnMenuCommunicationUp);
break;
case ButtonImages.chnMenuConfigurationDisable: case ButtonImages.chnMenuConfigurationDisable:
bt = new Bitmap(Resource.chnMenuConfigurationDisable); bt = new Bitmap(Resource.chnMenuConfigurationDisable);
break; break;
@ -1104,15 +1126,6 @@ namespace INT63DC_ImageDll
case ButtonImages.chnMenuDataviewerUp: case ButtonImages.chnMenuDataviewerUp:
bt = new Bitmap(Resource.chnMenuDataviewerUp); bt = new Bitmap(Resource.chnMenuDataviewerUp);
break; break;
case ButtonImages.chnMenuCommunicationDisable:
bt = new Bitmap(Resource.chnMenuCommunicationDisable);
break;
case ButtonImages.chnMenuCommunicationDown:
bt = new Bitmap(Resource.chnMenuCommunicationDown);
break;
case ButtonImages.chnMenuCommunicationUp:
bt = new Bitmap(Resource.chnMenuCommunicationUp);
break;
#endregion #endregion
#region Czech #region Czech
@ -1320,6 +1333,15 @@ namespace INT63DC_ImageDll
case ButtonImages.czeMenuCalibrationUp: case ButtonImages.czeMenuCalibrationUp:
bt = new Bitmap(Resource.czeMenuCalibrationUp); bt = new Bitmap(Resource.czeMenuCalibrationUp);
break; break;
case ButtonImages.czeMenuCommunicationDisable:
bt = new Bitmap(Resource.czeMenuCommunicaionDisable);
break;
case ButtonImages.czeMenuCommunicationDown:
bt = new Bitmap(Resource.czeMenuCommunicaionDown);
break;
case ButtonImages.czeMenuCommunicationUp:
bt = new Bitmap(Resource.czeMenuCommunicaionUp);
break;
case ButtonImages.czeMenuConfigurationDisable: case ButtonImages.czeMenuConfigurationDisable:
bt = new Bitmap(Resource.czeMenuConfigurationDisable); bt = new Bitmap(Resource.czeMenuConfigurationDisable);
break; break;
@ -1617,24 +1639,36 @@ namespace INT63DC_ImageDll
case ButtonImages.engFormMainMenuSmallUp: case ButtonImages.engFormMainMenuSmallUp:
bt = new Bitmap(Resource.engFormMainMenuSmallUp); bt = new Bitmap(Resource.engFormMainMenuSmallUp);
break; break;
case ButtonImages.engFormMainOverDisable:
bt = new Bitmap(Resource.engFormMainOverDisable);
break;
case ButtonImages.engFormMainOverDown: case ButtonImages.engFormMainOverDown:
bt = new Bitmap(Resource.engFormMainOverDown); bt = new Bitmap(Resource.engFormMainOverDown);
break; break;
case ButtonImages.engFormMainOverUp: case ButtonImages.engFormMainOverUp:
bt = new Bitmap(Resource.engFormMainOverUp); bt = new Bitmap(Resource.engFormMainOverUp);
break; break;
case ButtonImages.engFormMainPassDisable:
bt = new Bitmap(Resource.engFormMainPassDisable);
break;
case ButtonImages.engFormMainPassDown: case ButtonImages.engFormMainPassDown:
bt = new Bitmap(Resource.engFormMainPassDown); bt = new Bitmap(Resource.engFormMainPassDown);
break; break;
case ButtonImages.engFormMainPassUp: case ButtonImages.engFormMainPassUp:
bt = new Bitmap(Resource.engFormMainPassUp); bt = new Bitmap(Resource.engFormMainPassUp);
break; break;
case ButtonImages.engFormMainTareDisable:
bt = new Bitmap(Resource.engFormMainTareDisable);
break;
case ButtonImages.engFormMainTareDown: case ButtonImages.engFormMainTareDown:
bt = new Bitmap(Resource.engFormMainTareDown); bt = new Bitmap(Resource.engFormMainTareDown);
break; break;
case ButtonImages.engFormMainTareUp: case ButtonImages.engFormMainTareUp:
bt = new Bitmap(Resource.engFormMainTareUp); bt = new Bitmap(Resource.engFormMainTareUp);
break; break;
case ButtonImages.engFormMainUnderDisable:
bt = new Bitmap(Resource.engFormMainUnderDisable);
break;
case ButtonImages.engFormMainUnderDown: case ButtonImages.engFormMainUnderDown:
bt = new Bitmap(Resource.engFormMainUnderDown); bt = new Bitmap(Resource.engFormMainUnderDown);
break; break;
@ -1707,6 +1741,15 @@ namespace INT63DC_ImageDll
case ButtonImages.engMenuCalibrationUp: case ButtonImages.engMenuCalibrationUp:
bt = new Bitmap(Resource.engMenuCalibrationUp); bt = new Bitmap(Resource.engMenuCalibrationUp);
break; break;
case ButtonImages.engMenuCommunicationDisable:
bt = new Bitmap(Resource.engMenuCommunicationDisable);
break;
case ButtonImages.engMenuCommunicationDown:
bt = new Bitmap(Resource.engMenuCommunicationDown);
break;
case ButtonImages.engMenuCommunicationUp:
bt = new Bitmap(Resource.engMenuCommunicationUp);
break;
case ButtonImages.engMenuConfigurationDisable: case ButtonImages.engMenuConfigurationDisable:
bt = new Bitmap(Resource.engMenuConfigurationDisable); bt = new Bitmap(Resource.engMenuConfigurationDisable);
break; break;
@ -2070,6 +2113,15 @@ namespace INT63DC_ImageDll
case ButtonImages.gerMenuCalibrationUp: case ButtonImages.gerMenuCalibrationUp:
bt = new Bitmap(Resource.gerMenuCalibrationUp); bt = new Bitmap(Resource.gerMenuCalibrationUp);
break; break;
case ButtonImages.gerMenuCommunicationDisable:
bt = new Bitmap(Resource.gerMenuCommunicationDisable);
break;
case ButtonImages.gerMenuCommunicationDown:
bt = new Bitmap(Resource.gerMenuCommunicationDown);
break;
case ButtonImages.gerMenuCommunicationUp:
bt = new Bitmap(Resource.gerMenuCommunicationUp);
break;
case ButtonImages.gerMenuConfigurationDisable: case ButtonImages.gerMenuConfigurationDisable:
bt = new Bitmap(Resource.gerMenuConfigurationDisable); bt = new Bitmap(Resource.gerMenuConfigurationDisable);
break; break;

View File

@ -1,10 +1,10 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 이 코드는 도구를 사용하여 생성되었습니다.
// Runtime Version:2.0.50727.9179 // 런타임 버전:2.0.50727.9151
// //
// Changes to this file may cause incorrect behavior and will be lost if // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// the code is regenerated. // 이러한 변경 내용이 손실됩니다.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
@ -13,12 +13,12 @@ namespace INT63DC_ImageDll {
/// <summary> /// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc. /// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
/// </summary> /// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder // 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio. // 클래스에서 자동으로 생성되었습니다.
// To add or remove a member, edit your .ResX file then rerun ResGen // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
// with the /str option, or rebuild your VS project. // 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal class Resource { internal class Resource {
@ -30,7 +30,7 @@ namespace INT63DC_ImageDll {
} }
/// <summary> /// <summary>
/// Returns the cached ResourceManager instance used by this class. /// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
@ -44,8 +44,8 @@ namespace INT63DC_ImageDll {
} }
/// <summary> /// <summary>
/// Overrides the current thread's CurrentUICulture property for all /// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
/// resource lookups using this strongly typed resource class. /// 속성을 재정의합니다.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture { internal static global::System.Globalization.CultureInfo Culture {
@ -1611,6 +1611,27 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap czeMenuCommunicaionDisable {
get {
object obj = ResourceManager.GetObject("czeMenuCommunicaionDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeMenuCommunicaionDown {
get {
object obj = ResourceManager.GetObject("czeMenuCommunicaionDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeMenuCommunicaionUp {
get {
object obj = ResourceManager.GetObject("czeMenuCommunicaionUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeMenuConfigurationDisable { internal static System.Drawing.Bitmap czeMenuConfigurationDisable {
get { get {
object obj = ResourceManager.GetObject("czeMenuConfigurationDisable", resourceCulture); object obj = ResourceManager.GetObject("czeMenuConfigurationDisable", resourceCulture);
@ -2255,6 +2276,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap engFormMainOverDisable {
get {
object obj = ResourceManager.GetObject("engFormMainOverDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMainOverDown { internal static System.Drawing.Bitmap engFormMainOverDown {
get { get {
object obj = ResourceManager.GetObject("engFormMainOverDown", resourceCulture); object obj = ResourceManager.GetObject("engFormMainOverDown", resourceCulture);
@ -2269,6 +2297,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap engFormMainPassDisable {
get {
object obj = ResourceManager.GetObject("engFormMainPassDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMainPassDown { internal static System.Drawing.Bitmap engFormMainPassDown {
get { get {
object obj = ResourceManager.GetObject("engFormMainPassDown", resourceCulture); object obj = ResourceManager.GetObject("engFormMainPassDown", resourceCulture);
@ -2304,6 +2339,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap engFormMainTareDisable {
get {
object obj = ResourceManager.GetObject("engFormMainTareDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMainTareDown { internal static System.Drawing.Bitmap engFormMainTareDown {
get { get {
object obj = ResourceManager.GetObject("engFormMainTareDown", resourceCulture); object obj = ResourceManager.GetObject("engFormMainTareDown", resourceCulture);
@ -2318,6 +2360,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap engFormMainUnderDisable {
get {
object obj = ResourceManager.GetObject("engFormMainUnderDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMainUnderDown { internal static System.Drawing.Bitmap engFormMainUnderDown {
get { get {
object obj = ResourceManager.GetObject("engFormMainUnderDown", resourceCulture); object obj = ResourceManager.GetObject("engFormMainUnderDown", resourceCulture);
@ -2535,6 +2584,27 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap engMenuCommunicationDisable {
get {
object obj = ResourceManager.GetObject("engMenuCommunicationDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engMenuCommunicationDown {
get {
object obj = ResourceManager.GetObject("engMenuCommunicationDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engMenuCommunicationUp {
get {
object obj = ResourceManager.GetObject("engMenuCommunicationUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engMenuConfigurationDisable { internal static System.Drawing.Bitmap engMenuConfigurationDisable {
get { get {
object obj = ResourceManager.GetObject("engMenuConfigurationDisable", resourceCulture); object obj = ResourceManager.GetObject("engMenuConfigurationDisable", resourceCulture);
@ -3389,6 +3459,27 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap gerMenuCommunicationDisable {
get {
object obj = ResourceManager.GetObject("gerMenuCommunicationDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerMenuCommunicationDown {
get {
object obj = ResourceManager.GetObject("gerMenuCommunicationDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerMenuCommunicationUp {
get {
object obj = ResourceManager.GetObject("gerMenuCommunicationUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerMenuConfigurationDisable { internal static System.Drawing.Bitmap gerMenuConfigurationDisable {
get { get {
object obj = ResourceManager.GetObject("gerMenuConfigurationDisable", resourceCulture); object obj = ResourceManager.GetObject("gerMenuConfigurationDisable", resourceCulture);

View File

@ -2119,4 +2119,43 @@
<data name="chnMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="chnMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\chnMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="czeMenuCommunicaionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeMenuCommunicaionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="czeMenuCommunicaionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeMenuCommunicaionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="czeMenuCommunicaionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeMenuCommunicaionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMainOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMainOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMainPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMainPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMainTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMainTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMainUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMainUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root> </root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB