266 lines
15 KiB
C#
266 lines
15 KiB
C#
namespace INT69DB_2A.DialogForms
|
|
{
|
|
partial class DialogFormPasswordKeyPad1
|
|
{
|
|
/// <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.labelScreen = new System.Windows.Forms.Label();
|
|
this.buttonEnter = 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.buttonCancel = 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.labelSubject = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelScreen
|
|
//
|
|
this.labelScreen.BackColor = System.Drawing.Color.White;
|
|
this.labelScreen.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
|
|
this.labelScreen.Location = new System.Drawing.Point(10, 23);
|
|
this.labelScreen.Name = "labelScreen";
|
|
this.labelScreen.Size = new System.Drawing.Size(230, 50);
|
|
this.labelScreen.Text = "label2";
|
|
this.labelScreen.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// buttonEnter
|
|
//
|
|
this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.buttonEnter.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.buttonEnter.ForeColor = System.Drawing.Color.White;
|
|
this.buttonEnter.Location = new System.Drawing.Point(165, 309);
|
|
this.buttonEnter.Name = "buttonEnter";
|
|
this.buttonEnter.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonEnter.TabIndex = 56;
|
|
this.buttonEnter.TabStop = false;
|
|
this.buttonEnter.Text = "Enter";
|
|
this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber9.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber9.Location = new System.Drawing.Point(165, 233);
|
|
this.buttonNumber9.Name = "buttonNumber9";
|
|
this.buttonNumber9.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber9.TabIndex = 55;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber6.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber6.Location = new System.Drawing.Point(165, 157);
|
|
this.buttonNumber6.Name = "buttonNumber6";
|
|
this.buttonNumber6.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber6.TabIndex = 57;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber3.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber3.Location = new System.Drawing.Point(165, 81);
|
|
this.buttonNumber3.Name = "buttonNumber3";
|
|
this.buttonNumber3.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber3.TabIndex = 59;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber0.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber0.Location = new System.Drawing.Point(89, 309);
|
|
this.buttonNumber0.Name = "buttonNumber0";
|
|
this.buttonNumber0.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber0.TabIndex = 58;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber8.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber8.Location = new System.Drawing.Point(89, 233);
|
|
this.buttonNumber8.Name = "buttonNumber8";
|
|
this.buttonNumber8.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber8.TabIndex = 54;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber5.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber5.Location = new System.Drawing.Point(89, 157);
|
|
this.buttonNumber5.Name = "buttonNumber5";
|
|
this.buttonNumber5.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber5.TabIndex = 50;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber2.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber2.Location = new System.Drawing.Point(89, 81);
|
|
this.buttonNumber2.Name = "buttonNumber2";
|
|
this.buttonNumber2.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber2.TabIndex = 49;
|
|
this.buttonNumber2.TabStop = false;
|
|
this.buttonNumber2.Text = "2";
|
|
this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_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("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.buttonCancel.ForeColor = System.Drawing.Color.White;
|
|
this.buttonCancel.Location = new System.Drawing.Point(13, 309);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonCancel.TabIndex = 48;
|
|
this.buttonCancel.TabStop = false;
|
|
this.buttonCancel.Text = "ESC";
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber7.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber7.Location = new System.Drawing.Point(13, 233);
|
|
this.buttonNumber7.Name = "buttonNumber7";
|
|
this.buttonNumber7.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber7.TabIndex = 53;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber4.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber4.Location = new System.Drawing.Point(13, 157);
|
|
this.buttonNumber4.Name = "buttonNumber4";
|
|
this.buttonNumber4.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber4.TabIndex = 52;
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNumber1.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNumber1.Location = new System.Drawing.Point(13, 81);
|
|
this.buttonNumber1.Name = "buttonNumber1";
|
|
this.buttonNumber1.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonNumber1.TabIndex = 51;
|
|
this.buttonNumber1.TabStop = false;
|
|
this.buttonNumber1.Text = "1";
|
|
this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click);
|
|
//
|
|
// labelSubject
|
|
//
|
|
this.labelSubject.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelSubject.Location = new System.Drawing.Point(3, 3);
|
|
this.labelSubject.Name = "labelSubject";
|
|
this.labelSubject.Size = new System.Drawing.Size(100, 20);
|
|
this.labelSubject.Text = "keypad";
|
|
//
|
|
// DialogFormPasswordKeyPad1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(166)))), ((int)(((byte)(107)))));
|
|
this.ClientSize = new System.Drawing.Size(250, 390);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.labelScreen);
|
|
this.Controls.Add(this.buttonEnter);
|
|
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.buttonCancel);
|
|
this.Controls.Add(this.buttonNumber7);
|
|
this.Controls.Add(this.buttonNumber4);
|
|
this.Controls.Add(this.buttonNumber1);
|
|
this.Controls.Add(this.labelSubject);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormPasswordKeyPad1";
|
|
this.Text = "DialogFormPasswordKeyPad1";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelScreen;
|
|
private System.Windows.Forms.Button buttonEnter;
|
|
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 buttonCancel;
|
|
private System.Windows.Forms.Button buttonNumber7;
|
|
private System.Windows.Forms.Button buttonNumber4;
|
|
private System.Windows.Forms.Button buttonNumber1;
|
|
private System.Windows.Forms.Label labelSubject;
|
|
}
|
|
} |