750 lines
44 KiB
C#
750 lines
44 KiB
C#
|
namespace ITC81DB_0H.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;
|
|||
|
|
|||
|
}
|
|||
|
}
|