partial class NumKeybordForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblMax = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblMin = new System.Windows.Forms.Label(); this.btnEnter = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.btnDel = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.txtNumber = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btnSub = new System.Windows.Forms.Button(); this.btnPoint = new System.Windows.Forms.Button(); this.btnNum0 = new System.Windows.Forms.Button(); this.btnNum3 = new System.Windows.Forms.Button(); this.btnNum2 = new System.Windows.Forms.Button(); this.btnNum1 = new System.Windows.Forms.Button(); this.btnNum6 = new System.Windows.Forms.Button(); this.btnNum5 = new System.Windows.Forms.Button(); this.btnNum4 = new System.Windows.Forms.Button(); this.btnNum9 = new System.Windows.Forms.Button(); this.btnNum8 = new System.Windows.Forms.Button(); this.btnNum7 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // lblMax // this.lblMax.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMax.ForeColor = System.Drawing.Color.Black; this.lblMax.Location = new System.Drawing.Point(170, 50); this.lblMax.Name = "lblMax"; this.lblMax.Size = new System.Drawing.Size(130, 21); this.lblMax.TabIndex = 35; this.lblMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(145, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(22, 21); this.label1.TabIndex = 34; this.label1.Text = "~"; // // lblMin // this.lblMin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMin.ForeColor = System.Drawing.Color.Black; this.lblMin.Location = new System.Drawing.Point(12, 48); this.lblMin.Name = "lblMin"; this.lblMin.Size = new System.Drawing.Size(127, 21); this.lblMin.TabIndex = 33; this.lblMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.Black; this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 15.75F); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(240, 246); this.btnEnter.Name = "btnEnter"; this.btnEnter.Size = new System.Drawing.Size(70, 55); this.btnEnter.TabIndex = 31; this.btnEnter.Text = "确认"; this.btnEnter.UseVisualStyleBackColor = false; this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click); // // btnExit // this.btnExit.BackColor = System.Drawing.Color.Black; this.btnExit.Font = new System.Drawing.Font("微软雅黑", 15.75F); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(240, 190); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(70, 55); this.btnExit.TabIndex = 30; this.btnExit.Text = "取消"; this.btnExit.UseVisualStyleBackColor = false; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnDel // this.btnDel.BackColor = System.Drawing.Color.Black; this.btnDel.Font = new System.Drawing.Font("微软雅黑", 15.75F); this.btnDel.ForeColor = System.Drawing.Color.White; this.btnDel.Location = new System.Drawing.Point(240, 134); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(70, 55); this.btnDel.TabIndex = 29; this.btnDel.Text = "Del"; this.btnDel.UseVisualStyleBackColor = false; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // btnClear // this.btnClear.BackColor = System.Drawing.Color.Black; this.btnClear.Font = new System.Drawing.Font("微软雅黑", 15.75F); this.btnClear.ForeColor = System.Drawing.Color.White; this.btnClear.Location = new System.Drawing.Point(240, 78); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(70, 55); this.btnClear.TabIndex = 28; this.btnClear.Text = "清空"; this.btnClear.UseVisualStyleBackColor = false; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // txtNumber // this.txtNumber.Enabled = false; this.txtNumber.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNumber.Location = new System.Drawing.Point(12, 6); this.txtNumber.Name = "txtNumber"; this.txtNumber.Size = new System.Drawing.Size(292, 39); this.txtNumber.TabIndex = 27; this.txtNumber.Text = "0"; this.txtNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // panel1 // this.panel1.Controls.Add(this.btnSub); this.panel1.Controls.Add(this.btnPoint); this.panel1.Controls.Add(this.btnNum0); this.panel1.Controls.Add(this.btnNum3); this.panel1.Controls.Add(this.btnNum2); this.panel1.Controls.Add(this.btnNum1); this.panel1.Controls.Add(this.btnNum6); this.panel1.Controls.Add(this.btnNum5); this.panel1.Controls.Add(this.btnNum4); this.panel1.Controls.Add(this.btnNum9); this.panel1.Controls.Add(this.btnNum8); this.panel1.Controls.Add(this.btnNum7); this.panel1.Location = new System.Drawing.Point(4, 78); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(230, 222); this.panel1.TabIndex = 32; // // btnSub // this.btnSub.BackColor = System.Drawing.Color.Black; this.btnSub.Font = new System.Drawing.Font("微软雅黑", 15.75F); this.btnSub.ForeColor = System.Drawing.Color.White; this.btnSub.Location = new System.Drawing.Point(163, 170); this.btnSub.Name = "btnSub"; this.btnSub.Size = new System.Drawing.Size(70, 55); this.btnSub.TabIndex = 23; this.btnSub.Text = "+/-"; this.btnSub.UseVisualStyleBackColor = false; this.btnSub.Click += new System.EventHandler(this.btnSub_Click); // // btnPoint // this.btnPoint.BackColor = System.Drawing.Color.Black; this.btnPoint.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPoint.ForeColor = System.Drawing.Color.White; this.btnPoint.Location = new System.Drawing.Point(86, 170); this.btnPoint.Name = "btnPoint"; this.btnPoint.Size = new System.Drawing.Size(70, 55); this.btnPoint.TabIndex = 22; this.btnPoint.Text = "."; this.btnPoint.UseVisualStyleBackColor = false; // // btnNum0 // this.btnNum0.BackColor = System.Drawing.Color.Black; this.btnNum0.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum0.ForeColor = System.Drawing.Color.White; this.btnNum0.Location = new System.Drawing.Point(9, 170); this.btnNum0.Name = "btnNum0"; this.btnNum0.Size = new System.Drawing.Size(70, 55); this.btnNum0.TabIndex = 21; this.btnNum0.Text = "0"; this.btnNum0.UseVisualStyleBackColor = false; // // btnNum3 // this.btnNum3.BackColor = System.Drawing.Color.Black; this.btnNum3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum3.ForeColor = System.Drawing.Color.White; this.btnNum3.Location = new System.Drawing.Point(163, 114); this.btnNum3.Name = "btnNum3"; this.btnNum3.Size = new System.Drawing.Size(70, 55); this.btnNum3.TabIndex = 20; this.btnNum3.Text = "3"; this.btnNum3.UseVisualStyleBackColor = false; // // btnNum2 // this.btnNum2.BackColor = System.Drawing.Color.Black; this.btnNum2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum2.ForeColor = System.Drawing.Color.White; this.btnNum2.Location = new System.Drawing.Point(86, 114); this.btnNum2.Name = "btnNum2"; this.btnNum2.Size = new System.Drawing.Size(70, 55); this.btnNum2.TabIndex = 19; this.btnNum2.Text = "2"; this.btnNum2.UseVisualStyleBackColor = false; // // btnNum1 // this.btnNum1.BackColor = System.Drawing.Color.Black; this.btnNum1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum1.ForeColor = System.Drawing.Color.White; this.btnNum1.Location = new System.Drawing.Point(9, 114); this.btnNum1.Name = "btnNum1"; this.btnNum1.Size = new System.Drawing.Size(70, 55); this.btnNum1.TabIndex = 18; this.btnNum1.Text = "1"; this.btnNum1.UseVisualStyleBackColor = false; // // btnNum6 // this.btnNum6.BackColor = System.Drawing.Color.Black; this.btnNum6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum6.ForeColor = System.Drawing.Color.White; this.btnNum6.Location = new System.Drawing.Point(163, 58); this.btnNum6.Name = "btnNum6"; this.btnNum6.Size = new System.Drawing.Size(70, 55); this.btnNum6.TabIndex = 17; this.btnNum6.Text = "6"; this.btnNum6.UseVisualStyleBackColor = false; // // btnNum5 // this.btnNum5.BackColor = System.Drawing.Color.Black; this.btnNum5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum5.ForeColor = System.Drawing.Color.White; this.btnNum5.Location = new System.Drawing.Point(86, 58); this.btnNum5.Name = "btnNum5"; this.btnNum5.Size = new System.Drawing.Size(70, 55); this.btnNum5.TabIndex = 16; this.btnNum5.Text = "5"; this.btnNum5.UseVisualStyleBackColor = false; // // btnNum4 // this.btnNum4.BackColor = System.Drawing.Color.Black; this.btnNum4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum4.ForeColor = System.Drawing.Color.White; this.btnNum4.Location = new System.Drawing.Point(9, 58); this.btnNum4.Name = "btnNum4"; this.btnNum4.Size = new System.Drawing.Size(70, 55); this.btnNum4.TabIndex = 15; this.btnNum4.Text = "4"; this.btnNum4.UseVisualStyleBackColor = false; // // btnNum9 // this.btnNum9.BackColor = System.Drawing.Color.Black; this.btnNum9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum9.ForeColor = System.Drawing.Color.White; this.btnNum9.Location = new System.Drawing.Point(163, 2); this.btnNum9.Name = "btnNum9"; this.btnNum9.Size = new System.Drawing.Size(70, 55); this.btnNum9.TabIndex = 14; this.btnNum9.Text = "9"; this.btnNum9.UseVisualStyleBackColor = false; // // btnNum8 // this.btnNum8.BackColor = System.Drawing.Color.Black; this.btnNum8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum8.ForeColor = System.Drawing.Color.White; this.btnNum8.Location = new System.Drawing.Point(86, 2); this.btnNum8.Name = "btnNum8"; this.btnNum8.Size = new System.Drawing.Size(70, 55); this.btnNum8.TabIndex = 13; this.btnNum8.Text = "8"; this.btnNum8.UseVisualStyleBackColor = false; // // btnNum7 // this.btnNum7.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.btnNum7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNum7.ForeColor = System.Drawing.Color.White; this.btnNum7.Location = new System.Drawing.Point(9, 2); this.btnNum7.Name = "btnNum7"; this.btnNum7.Size = new System.Drawing.Size(70, 55); this.btnNum7.TabIndex = 12; this.btnNum7.Text = "7"; this.btnNum7.UseVisualStyleBackColor = false; // // NumKeybordForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 11F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(324, 303); this.Controls.Add(this.lblMax); this.Controls.Add(this.label1); this.Controls.Add(this.lblMin); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnDel); this.Controls.Add(this.btnClear); this.Controls.Add(this.txtNumber); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximumSize = new System.Drawing.Size(340, 342); this.MinimumSize = new System.Drawing.Size(324, 336); this.Name = "NumKeybordForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmNumKeybord"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblMax; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblMin; private System.Windows.Forms.Button btnEnter; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnDel; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.TextBox txtNumber; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnSub; private System.Windows.Forms.Button btnPoint; private System.Windows.Forms.Button btnNum0; private System.Windows.Forms.Button btnNum3; private System.Windows.Forms.Button btnNum2; private System.Windows.Forms.Button btnNum1; private System.Windows.Forms.Button btnNum6; private System.Windows.Forms.Button btnNum5; private System.Windows.Forms.Button btnNum4; private System.Windows.Forms.Button btnNum9; private System.Windows.Forms.Button btnNum8; private System.Windows.Forms.Button btnNum7; }