303 lines
17 KiB
C#
303 lines
17 KiB
C#
namespace INT63DC_6CH.DialogForms
|
|
{
|
|
partial class DialogFormNumKeyPad
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormNumKeyPad));
|
|
this.labelScreen = new System.Windows.Forms.Label();
|
|
this.buttonEnter = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
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.buttonSign = 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.label1 = new System.Windows.Forms.Label();
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
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("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonEnter.ForeColor = System.Drawing.Color.White;
|
|
this.buttonEnter.Location = new System.Drawing.Point(13, 384);
|
|
this.buttonEnter.Name = "buttonEnter";
|
|
this.buttonEnter.Size = new System.Drawing.Size(222, 45);
|
|
this.buttonEnter.TabIndex = 18;
|
|
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(165, 309);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonCancel.TabIndex = 14;
|
|
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("새굴림", 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 = 13;
|
|
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 = 15;
|
|
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 = 17;
|
|
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 = 16;
|
|
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 = 12;
|
|
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 = 8;
|
|
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 = 7;
|
|
this.buttonNumber2.TabStop = false;
|
|
this.buttonNumber2.Text = "2";
|
|
this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_Click);
|
|
//
|
|
// buttonSign
|
|
//
|
|
this.buttonSign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.buttonSign.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonSign.ForeColor = System.Drawing.Color.White;
|
|
this.buttonSign.Location = new System.Drawing.Point(13, 309);
|
|
this.buttonSign.Name = "buttonSign";
|
|
this.buttonSign.Size = new System.Drawing.Size(70, 70);
|
|
this.buttonSign.TabIndex = 6;
|
|
this.buttonSign.TabStop = false;
|
|
this.buttonSign.Text = "+/-";
|
|
this.buttonSign.Click += new System.EventHandler(this.buttonSign_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 = 11;
|
|
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 = 10;
|
|
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 = 9;
|
|
this.buttonNumber1.TabStop = false;
|
|
this.buttonNumber1.Text = "1";
|
|
this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.label1.Location = new System.Drawing.Point(3, 3);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(100, 20);
|
|
this.label1.Text = "keypad";
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.ON;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(250, 443);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 1;
|
|
//
|
|
// DialogFormNumKeyPad
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.Silver;
|
|
this.ClientSize = new System.Drawing.Size(250, 443);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.labelScreen);
|
|
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.buttonSign);
|
|
this.Controls.Add(this.buttonNumber7);
|
|
this.Controls.Add(this.buttonNumber4);
|
|
this.Controls.Add(this.buttonNumber1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormNumKeyPad";
|
|
this.Text = "DialogFormNumKeyPad1";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label 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 buttonSign;
|
|
private System.Windows.Forms.Button buttonNumber7;
|
|
private System.Windows.Forms.Button buttonNumber4;
|
|
private System.Windows.Forms.Button buttonNumber1;
|
|
private System.Windows.Forms.Label label1;
|
|
private SmartX.SmartForm smartForm1;
|
|
}
|
|
} |