namespace BLL
|
{
|
partial class Gy_NumberInPut
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.cmdOne = new System.Windows.Forms.Button();
|
this.cmdTwo = new System.Windows.Forms.Button();
|
this.cmdThree = new System.Windows.Forms.Button();
|
this.cmdFour = new System.Windows.Forms.Button();
|
this.cmdFive = new System.Windows.Forms.Button();
|
this.cmdSix = new System.Windows.Forms.Button();
|
this.cmdSeven = new System.Windows.Forms.Button();
|
this.cmdEight = new System.Windows.Forms.Button();
|
this.cmdNine = new System.Windows.Forms.Button();
|
this.txtHText = new System.Windows.Forms.TextBox();
|
this.cmdOK = new System.Windows.Forms.Button();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.cmdZero = new System.Windows.Forms.Button();
|
this.cmdBack = new System.Windows.Forms.Button();
|
this.cmdNet = new System.Windows.Forms.Button();
|
this.cmdZero2 = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// cmdOne
|
//
|
this.cmdOne.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdOne.Location = new System.Drawing.Point(54, 82);
|
this.cmdOne.Name = "cmdOne";
|
this.cmdOne.Size = new System.Drawing.Size(80, 80);
|
this.cmdOne.TabIndex = 0;
|
this.cmdOne.Text = "1";
|
this.cmdOne.UseVisualStyleBackColor = true;
|
this.cmdOne.Click += new System.EventHandler(this.cmdOne_Click);
|
//
|
// cmdTwo
|
//
|
this.cmdTwo.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdTwo.Location = new System.Drawing.Point(178, 82);
|
this.cmdTwo.Name = "cmdTwo";
|
this.cmdTwo.Size = new System.Drawing.Size(80, 80);
|
this.cmdTwo.TabIndex = 1;
|
this.cmdTwo.Text = "2";
|
this.cmdTwo.UseVisualStyleBackColor = true;
|
this.cmdTwo.Click += new System.EventHandler(this.cmdTwo_Click);
|
//
|
// cmdThree
|
//
|
this.cmdThree.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdThree.Location = new System.Drawing.Point(301, 82);
|
this.cmdThree.Name = "cmdThree";
|
this.cmdThree.Size = new System.Drawing.Size(80, 80);
|
this.cmdThree.TabIndex = 2;
|
this.cmdThree.Text = "3";
|
this.cmdThree.UseVisualStyleBackColor = true;
|
this.cmdThree.Click += new System.EventHandler(this.cmdThree_Click);
|
//
|
// cmdFour
|
//
|
this.cmdFour.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdFour.Location = new System.Drawing.Point(54, 194);
|
this.cmdFour.Name = "cmdFour";
|
this.cmdFour.Size = new System.Drawing.Size(80, 80);
|
this.cmdFour.TabIndex = 3;
|
this.cmdFour.Text = "4";
|
this.cmdFour.UseVisualStyleBackColor = true;
|
this.cmdFour.Click += new System.EventHandler(this.cmdFour_Click);
|
//
|
// cmdFive
|
//
|
this.cmdFive.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdFive.Location = new System.Drawing.Point(178, 194);
|
this.cmdFive.Name = "cmdFive";
|
this.cmdFive.Size = new System.Drawing.Size(80, 80);
|
this.cmdFive.TabIndex = 4;
|
this.cmdFive.Text = "5";
|
this.cmdFive.UseVisualStyleBackColor = true;
|
this.cmdFive.Click += new System.EventHandler(this.cmdFive_Click);
|
//
|
// cmdSix
|
//
|
this.cmdSix.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdSix.Location = new System.Drawing.Point(301, 194);
|
this.cmdSix.Name = "cmdSix";
|
this.cmdSix.Size = new System.Drawing.Size(80, 80);
|
this.cmdSix.TabIndex = 5;
|
this.cmdSix.Text = "6";
|
this.cmdSix.UseVisualStyleBackColor = true;
|
this.cmdSix.Click += new System.EventHandler(this.cmdSix_Click);
|
//
|
// cmdSeven
|
//
|
this.cmdSeven.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdSeven.Location = new System.Drawing.Point(54, 303);
|
this.cmdSeven.Name = "cmdSeven";
|
this.cmdSeven.Size = new System.Drawing.Size(80, 80);
|
this.cmdSeven.TabIndex = 6;
|
this.cmdSeven.Text = "7";
|
this.cmdSeven.UseVisualStyleBackColor = true;
|
this.cmdSeven.Click += new System.EventHandler(this.cmdSeven_Click);
|
//
|
// cmdEight
|
//
|
this.cmdEight.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdEight.Location = new System.Drawing.Point(178, 303);
|
this.cmdEight.Name = "cmdEight";
|
this.cmdEight.Size = new System.Drawing.Size(80, 80);
|
this.cmdEight.TabIndex = 7;
|
this.cmdEight.Text = "8";
|
this.cmdEight.UseVisualStyleBackColor = true;
|
this.cmdEight.Click += new System.EventHandler(this.cmdEight_Click);
|
//
|
// cmdNine
|
//
|
this.cmdNine.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdNine.Location = new System.Drawing.Point(301, 303);
|
this.cmdNine.Name = "cmdNine";
|
this.cmdNine.Size = new System.Drawing.Size(80, 80);
|
this.cmdNine.TabIndex = 8;
|
this.cmdNine.Text = "9";
|
this.cmdNine.UseVisualStyleBackColor = true;
|
this.cmdNine.Click += new System.EventHandler(this.cmdNine_Click);
|
//
|
// txtHText
|
//
|
this.txtHText.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHText.Location = new System.Drawing.Point(54, 13);
|
this.txtHText.Multiline = true;
|
this.txtHText.Name = "txtHText";
|
this.txtHText.Size = new System.Drawing.Size(437, 56);
|
this.txtHText.TabIndex = 9;
|
//
|
// cmdOK
|
//
|
this.cmdOK.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdOK.Location = new System.Drawing.Point(420, 194);
|
this.cmdOK.Name = "cmdOK";
|
this.cmdOK.Size = new System.Drawing.Size(80, 189);
|
this.cmdOK.TabIndex = 10;
|
this.cmdOK.Text = "确定";
|
this.cmdOK.UseVisualStyleBackColor = true;
|
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdCancel.Location = new System.Drawing.Point(420, 417);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(80, 80);
|
this.cmdCancel.TabIndex = 11;
|
this.cmdCancel.Text = "取消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// cmdZero
|
//
|
this.cmdZero.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdZero.Location = new System.Drawing.Point(54, 417);
|
this.cmdZero.Name = "cmdZero";
|
this.cmdZero.Size = new System.Drawing.Size(80, 80);
|
this.cmdZero.TabIndex = 12;
|
this.cmdZero.Text = "0";
|
this.cmdZero.UseVisualStyleBackColor = true;
|
this.cmdZero.Click += new System.EventHandler(this.cmdZero_Click);
|
//
|
// cmdBack
|
//
|
this.cmdBack.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdBack.Location = new System.Drawing.Point(420, 82);
|
this.cmdBack.Name = "cmdBack";
|
this.cmdBack.Size = new System.Drawing.Size(80, 80);
|
this.cmdBack.TabIndex = 13;
|
this.cmdBack.Text = "后退";
|
this.cmdBack.UseVisualStyleBackColor = true;
|
this.cmdBack.Click += new System.EventHandler(this.cmdBack_Click);
|
//
|
// cmdNet
|
//
|
this.cmdNet.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdNet.Location = new System.Drawing.Point(178, 417);
|
this.cmdNet.Name = "cmdNet";
|
this.cmdNet.Size = new System.Drawing.Size(80, 80);
|
this.cmdNet.TabIndex = 14;
|
this.cmdNet.Text = ".";
|
this.cmdNet.UseVisualStyleBackColor = true;
|
this.cmdNet.Click += new System.EventHandler(this.cmdNet_Click);
|
//
|
// cmdZero2
|
//
|
this.cmdZero2.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdZero2.Location = new System.Drawing.Point(301, 417);
|
this.cmdZero2.Name = "cmdZero2";
|
this.cmdZero2.Size = new System.Drawing.Size(80, 80);
|
this.cmdZero2.TabIndex = 15;
|
this.cmdZero2.Text = "00";
|
this.cmdZero2.UseVisualStyleBackColor = true;
|
this.cmdZero2.Click += new System.EventHandler(this.cmdZero2_Click);
|
//
|
// Gy_NumberInPut
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(539, 536);
|
this.Controls.Add(this.cmdZero2);
|
this.Controls.Add(this.cmdNet);
|
this.Controls.Add(this.cmdBack);
|
this.Controls.Add(this.cmdZero);
|
this.Controls.Add(this.cmdCancel);
|
this.Controls.Add(this.cmdOK);
|
this.Controls.Add(this.txtHText);
|
this.Controls.Add(this.cmdNine);
|
this.Controls.Add(this.cmdEight);
|
this.Controls.Add(this.cmdSeven);
|
this.Controls.Add(this.cmdSix);
|
this.Controls.Add(this.cmdFive);
|
this.Controls.Add(this.cmdFour);
|
this.Controls.Add(this.cmdThree);
|
this.Controls.Add(this.cmdTwo);
|
this.Controls.Add(this.cmdOne);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "Gy_NumberInPut";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "输入框";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button cmdOne;
|
private System.Windows.Forms.Button cmdTwo;
|
private System.Windows.Forms.Button cmdThree;
|
private System.Windows.Forms.Button cmdFour;
|
private System.Windows.Forms.Button cmdFive;
|
private System.Windows.Forms.Button cmdSix;
|
private System.Windows.Forms.Button cmdSeven;
|
private System.Windows.Forms.Button cmdEight;
|
private System.Windows.Forms.Button cmdNine;
|
private System.Windows.Forms.Button cmdOK;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Button cmdZero;
|
private System.Windows.Forms.Button cmdBack;
|
private System.Windows.Forms.Button cmdNet;
|
private System.Windows.Forms.Button cmdZero2;
|
public System.Windows.Forms.TextBox txtHText;
|
}
|
}
|