INT-LKD/INT_LKD/DialogForms/DialogFormHexKeyPad.Designe...

392 lines
22 KiB
C#

namespace INT_LKD.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 System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonNumber9 = new System.Windows.Forms.Button();
this.buttonNumber6 = new System.Windows.Forms.Button();
this.buttonNumber3 = new System.Windows.Forms.Button();
this.buttonNumber0 = new System.Windows.Forms.Button();
this.buttonNumber8 = new System.Windows.Forms.Button();
this.buttonNumber5 = new System.Windows.Forms.Button();
this.buttonNumber2 = new System.Windows.Forms.Button();
this.buttonNumber7 = new System.Windows.Forms.Button();
this.buttonNumber4 = new System.Windows.Forms.Button();
this.buttonNumber1 = new System.Windows.Forms.Button();
this.buttonCharF = new System.Windows.Forms.Button();
this.buttonCharC = new System.Windows.Forms.Button();
this.buttonCharE = new System.Windows.Forms.Button();
this.buttonCharB = new System.Windows.Forms.Button();
this.buttonCharD = new System.Windows.Forms.Button();
this.buttonCharA = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// labelTitle
//
this.labelTitle.BackGround = null;
this.labelTitle.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitle.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelTitle.ForeColor = System.Drawing.Color.White;
this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(3, 3);
this.labelTitle.Name = "labelTitle";
this.labelTitle.OverlapOptimize = true;
this.labelTitle.PasswordChar = '\0';
this.labelTitle.Radius = 3;
this.labelTitle.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitle.Size = new System.Drawing.Size(200, 20);
this.labelTitle.TabIndex = 75;
this.labelTitle.Text = "Hex Keypad";
this.labelTitle.TextColor = System.Drawing.Color.White;
this.labelTitle.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelTitle.Wordwrap = false;
//
// labelScreen
//
this.labelScreen.BackGround = null;
this.labelScreen.BackGroundColor = System.Drawing.Color.White;
this.labelScreen.BorderColor = System.Drawing.Color.Black;
this.labelScreen.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelScreen.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
this.labelScreen.LineSpacing = 0F;
this.labelScreen.Location = new System.Drawing.Point(16, 29);
this.labelScreen.Name = "labelScreen";
this.labelScreen.OverlapOptimize = true;
this.labelScreen.PasswordChar = '\0';
this.labelScreen.Radius = 3;
this.labelScreen.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelScreen.Size = new System.Drawing.Size(420, 70);
this.labelScreen.TabIndex = 74;
this.labelScreen.Text = "123.45";
this.labelScreen.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelScreen.TextColorDisable = System.Drawing.Color.Gray;
this.labelScreen.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelScreen.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelScreen.Wordwrap = false;
//
// buttonEnter
//
this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonEnter.ForeColor = System.Drawing.Color.White;
this.buttonEnter.Location = new System.Drawing.Point(300, 229);
this.buttonEnter.Name = "buttonEnter";
this.buttonEnter.Size = new System.Drawing.Size(136, 116);
this.buttonEnter.TabIndex = 88;
this.buttonEnter.TabStop = false;
this.buttonEnter.Text = "Enter";
this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click);
//
// buttonCancel
//
this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonCancel.ForeColor = System.Drawing.Color.White;
this.buttonCancel.Location = new System.Drawing.Point(229, 229);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(65, 116);
this.buttonCancel.TabIndex = 84;
this.buttonCancel.TabStop = false;
this.buttonCancel.Text = "ESC";
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonNumber9
//
this.buttonNumber9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber9.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber9.ForeColor = System.Drawing.Color.White;
this.buttonNumber9.Location = new System.Drawing.Point(158, 229);
this.buttonNumber9.Name = "buttonNumber9";
this.buttonNumber9.Size = new System.Drawing.Size(65, 55);
this.buttonNumber9.TabIndex = 83;
this.buttonNumber9.TabStop = false;
this.buttonNumber9.Text = "9";
this.buttonNumber9.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber6
//
this.buttonNumber6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber6.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber6.ForeColor = System.Drawing.Color.White;
this.buttonNumber6.Location = new System.Drawing.Point(158, 168);
this.buttonNumber6.Name = "buttonNumber6";
this.buttonNumber6.Size = new System.Drawing.Size(65, 55);
this.buttonNumber6.TabIndex = 85;
this.buttonNumber6.TabStop = false;
this.buttonNumber6.Text = "6";
this.buttonNumber6.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber3
//
this.buttonNumber3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber3.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber3.ForeColor = System.Drawing.Color.White;
this.buttonNumber3.Location = new System.Drawing.Point(158, 107);
this.buttonNumber3.Name = "buttonNumber3";
this.buttonNumber3.Size = new System.Drawing.Size(65, 55);
this.buttonNumber3.TabIndex = 87;
this.buttonNumber3.TabStop = false;
this.buttonNumber3.Text = "3";
this.buttonNumber3.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber0
//
this.buttonNumber0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber0.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber0.ForeColor = System.Drawing.Color.White;
this.buttonNumber0.Location = new System.Drawing.Point(16, 290);
this.buttonNumber0.Name = "buttonNumber0";
this.buttonNumber0.Size = new System.Drawing.Size(207, 55);
this.buttonNumber0.TabIndex = 86;
this.buttonNumber0.TabStop = false;
this.buttonNumber0.Text = "0";
this.buttonNumber0.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber8
//
this.buttonNumber8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber8.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber8.ForeColor = System.Drawing.Color.White;
this.buttonNumber8.Location = new System.Drawing.Point(87, 229);
this.buttonNumber8.Name = "buttonNumber8";
this.buttonNumber8.Size = new System.Drawing.Size(65, 55);
this.buttonNumber8.TabIndex = 82;
this.buttonNumber8.TabStop = false;
this.buttonNumber8.Text = "8";
this.buttonNumber8.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber5
//
this.buttonNumber5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber5.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber5.ForeColor = System.Drawing.Color.White;
this.buttonNumber5.Location = new System.Drawing.Point(87, 168);
this.buttonNumber5.Name = "buttonNumber5";
this.buttonNumber5.Size = new System.Drawing.Size(65, 55);
this.buttonNumber5.TabIndex = 78;
this.buttonNumber5.TabStop = false;
this.buttonNumber5.Text = "5";
this.buttonNumber5.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber2
//
this.buttonNumber2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber2.ForeColor = System.Drawing.Color.White;
this.buttonNumber2.Location = new System.Drawing.Point(87, 107);
this.buttonNumber2.Name = "buttonNumber2";
this.buttonNumber2.Size = new System.Drawing.Size(65, 55);
this.buttonNumber2.TabIndex = 77;
this.buttonNumber2.TabStop = false;
this.buttonNumber2.Text = "2";
this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber7
//
this.buttonNumber7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber7.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber7.ForeColor = System.Drawing.Color.White;
this.buttonNumber7.Location = new System.Drawing.Point(16, 229);
this.buttonNumber7.Name = "buttonNumber7";
this.buttonNumber7.Size = new System.Drawing.Size(65, 55);
this.buttonNumber7.TabIndex = 81;
this.buttonNumber7.TabStop = false;
this.buttonNumber7.Text = "7";
this.buttonNumber7.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber4
//
this.buttonNumber4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber4.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber4.ForeColor = System.Drawing.Color.White;
this.buttonNumber4.Location = new System.Drawing.Point(16, 168);
this.buttonNumber4.Name = "buttonNumber4";
this.buttonNumber4.Size = new System.Drawing.Size(65, 55);
this.buttonNumber4.TabIndex = 80;
this.buttonNumber4.TabStop = false;
this.buttonNumber4.Text = "4";
this.buttonNumber4.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonNumber1
//
this.buttonNumber1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonNumber1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonNumber1.ForeColor = System.Drawing.Color.White;
this.buttonNumber1.Location = new System.Drawing.Point(16, 107);
this.buttonNumber1.Name = "buttonNumber1";
this.buttonNumber1.Size = new System.Drawing.Size(65, 55);
this.buttonNumber1.TabIndex = 79;
this.buttonNumber1.TabStop = false;
this.buttonNumber1.Text = "1";
this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharF
//
this.buttonCharF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCharF.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCharF.ForeColor = System.Drawing.Color.White;
this.buttonCharF.Location = new System.Drawing.Point(371, 168);
this.buttonCharF.Name = "buttonCharF";
this.buttonCharF.Size = new System.Drawing.Size(65, 55);
this.buttonCharF.TabIndex = 93;
this.buttonCharF.TabStop = false;
this.buttonCharF.Text = "F";
this.buttonCharF.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharC
//
this.buttonCharC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCharC.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCharC.ForeColor = System.Drawing.Color.White;
this.buttonCharC.Location = new System.Drawing.Point(371, 107);
this.buttonCharC.Name = "buttonCharC";
this.buttonCharC.Size = new System.Drawing.Size(65, 55);
this.buttonCharC.TabIndex = 94;
this.buttonCharC.TabStop = false;
this.buttonCharC.Text = "C";
this.buttonCharC.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharE
//
this.buttonCharE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCharE.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCharE.ForeColor = System.Drawing.Color.White;
this.buttonCharE.Location = new System.Drawing.Point(300, 168);
this.buttonCharE.Name = "buttonCharE";
this.buttonCharE.Size = new System.Drawing.Size(65, 55);
this.buttonCharE.TabIndex = 90;
this.buttonCharE.TabStop = false;
this.buttonCharE.Text = "E";
this.buttonCharE.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharB
//
this.buttonCharB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCharB.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCharB.ForeColor = System.Drawing.Color.White;
this.buttonCharB.Location = new System.Drawing.Point(300, 107);
this.buttonCharB.Name = "buttonCharB";
this.buttonCharB.Size = new System.Drawing.Size(65, 55);
this.buttonCharB.TabIndex = 89;
this.buttonCharB.TabStop = false;
this.buttonCharB.Text = "B";
this.buttonCharB.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharD
//
this.buttonCharD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCharD.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCharD.ForeColor = System.Drawing.Color.White;
this.buttonCharD.Location = new System.Drawing.Point(229, 168);
this.buttonCharD.Name = "buttonCharD";
this.buttonCharD.Size = new System.Drawing.Size(65, 55);
this.buttonCharD.TabIndex = 92;
this.buttonCharD.TabStop = false;
this.buttonCharD.Text = "D";
this.buttonCharD.Click += new System.EventHandler(this.buttonNumber_Click);
//
// buttonCharA
//
this.buttonCharA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.buttonCharA.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.buttonCharA.ForeColor = System.Drawing.Color.White;
this.buttonCharA.Location = new System.Drawing.Point(229, 107);
this.buttonCharA.Name = "buttonCharA";
this.buttonCharA.Size = new System.Drawing.Size(65, 55);
this.buttonCharA.TabIndex = 91;
this.buttonCharA.TabStop = false;
this.buttonCharA.Text = "A";
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)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.ClientSize = new System.Drawing.Size(455, 360);
this.ControlBox = false;
this.Controls.Add(this.buttonCharF);
this.Controls.Add(this.buttonCharC);
this.Controls.Add(this.buttonCharE);
this.Controls.Add(this.buttonCharB);
this.Controls.Add(this.buttonCharD);
this.Controls.Add(this.buttonCharA);
this.Controls.Add(this.buttonEnter);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonNumber9);
this.Controls.Add(this.buttonNumber6);
this.Controls.Add(this.buttonNumber3);
this.Controls.Add(this.buttonNumber0);
this.Controls.Add(this.buttonNumber8);
this.Controls.Add(this.buttonNumber5);
this.Controls.Add(this.buttonNumber2);
this.Controls.Add(this.buttonNumber7);
this.Controls.Add(this.buttonNumber4);
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 System.Windows.Forms.Button buttonEnter;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonNumber9;
private System.Windows.Forms.Button buttonNumber6;
private System.Windows.Forms.Button buttonNumber3;
private System.Windows.Forms.Button buttonNumber0;
private System.Windows.Forms.Button buttonNumber8;
private System.Windows.Forms.Button buttonNumber5;
private System.Windows.Forms.Button buttonNumber2;
private System.Windows.Forms.Button buttonNumber7;
private System.Windows.Forms.Button buttonNumber4;
private System.Windows.Forms.Button buttonNumber1;
private System.Windows.Forms.Button buttonCharF;
private System.Windows.Forms.Button buttonCharC;
private System.Windows.Forms.Button buttonCharE;
private System.Windows.Forms.Button buttonCharB;
private System.Windows.Forms.Button buttonCharD;
private System.Windows.Forms.Button buttonCharA;
}
}