partial class NumberKeybordForm { /// /// 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.label1 = 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.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.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblPreviewValue = new System.Windows.Forms.Label(); this.txtNumber = new System.Windows.Forms.TextBox(); this.txtMaximum = new System.Windows.Forms.TextBox(); this.txtMinimum = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(207, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(22, 24); this.label1.TabIndex = 34; this.label1.Text = "~"; // // 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(326, 362); this.btnEnter.Name = "btnEnter"; this.btnEnter.Size = new System.Drawing.Size(100, 80); this.btnEnter.TabIndex = 31; this.btnEnter.TabStop = false; 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(326, 276); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(100, 80); this.btnExit.TabIndex = 30; this.btnExit.TabStop = false; 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(326, 190); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(100, 80); this.btnDel.TabIndex = 29; this.btnDel.TabStop = false; this.btnDel.Text = "←"; 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(326, 104); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(100, 80); this.btnClear.TabIndex = 28; this.btnClear.TabStop = false; this.btnClear.Text = "清空"; this.btnClear.UseVisualStyleBackColor = false; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // 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(220, 362); this.btnSub.Name = "btnSub"; this.btnSub.Size = new System.Drawing.Size(100, 80); this.btnSub.TabIndex = 23; this.btnSub.TabStop = false; this.btnSub.Text = "+/-"; this.btnSub.UseVisualStyleBackColor = false; this.btnSub.Click += new System.EventHandler(this.btnNegative_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(114, 362); this.btnPoint.Name = "btnPoint"; this.btnPoint.Size = new System.Drawing.Size(100, 80); this.btnPoint.TabIndex = 22; this.btnPoint.TabStop = false; this.btnPoint.Text = "."; this.btnPoint.UseVisualStyleBackColor = false; this.btnPoint.Click += new System.EventHandler(this.btnPoint_Click); // // 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(8, 362); this.btnNum0.Name = "btnNum0"; this.btnNum0.Size = new System.Drawing.Size(100, 80); this.btnNum0.TabIndex = 21; this.btnNum0.TabStop = false; this.btnNum0.Text = "0"; this.btnNum0.UseVisualStyleBackColor = false; this.btnNum0.Click += new System.EventHandler(this.btnNum0_Click); // // 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(220, 276); this.btnNum3.Name = "btnNum3"; this.btnNum3.Size = new System.Drawing.Size(100, 80); this.btnNum3.TabIndex = 20; this.btnNum3.TabStop = false; this.btnNum3.Text = "3"; this.btnNum3.UseVisualStyleBackColor = false; this.btnNum3.Click += new System.EventHandler(this.btnNum3_Click); // // 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(114, 276); this.btnNum2.Name = "btnNum2"; this.btnNum2.Size = new System.Drawing.Size(100, 80); this.btnNum2.TabIndex = 19; this.btnNum2.TabStop = false; this.btnNum2.Text = "2"; this.btnNum2.UseVisualStyleBackColor = false; this.btnNum2.Click += new System.EventHandler(this.btnNum2_Click); // // 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(8, 276); this.btnNum1.Name = "btnNum1"; this.btnNum1.Size = new System.Drawing.Size(100, 80); this.btnNum1.TabIndex = 18; this.btnNum1.TabStop = false; this.btnNum1.Text = "1"; this.btnNum1.UseVisualStyleBackColor = false; this.btnNum1.Click += new System.EventHandler(this.btnNum1_Click); // // 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(220, 190); this.btnNum6.Name = "btnNum6"; this.btnNum6.Size = new System.Drawing.Size(100, 80); this.btnNum6.TabIndex = 17; this.btnNum6.TabStop = false; this.btnNum6.Text = "6"; this.btnNum6.UseVisualStyleBackColor = false; this.btnNum6.Click += new System.EventHandler(this.btnNum6_Click); // // 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(114, 190); this.btnNum5.Name = "btnNum5"; this.btnNum5.Size = new System.Drawing.Size(100, 80); this.btnNum5.TabIndex = 16; this.btnNum5.TabStop = false; this.btnNum5.Text = "5"; this.btnNum5.UseVisualStyleBackColor = false; this.btnNum5.Click += new System.EventHandler(this.btnNum5_Click); // // 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(8, 190); this.btnNum4.Name = "btnNum4"; this.btnNum4.Size = new System.Drawing.Size(100, 80); this.btnNum4.TabIndex = 15; this.btnNum4.TabStop = false; this.btnNum4.Text = "4"; this.btnNum4.UseVisualStyleBackColor = false; this.btnNum4.Click += new System.EventHandler(this.btnNum4_Click); // // 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(220, 104); this.btnNum9.Name = "btnNum9"; this.btnNum9.Size = new System.Drawing.Size(100, 80); this.btnNum9.TabIndex = 14; this.btnNum9.TabStop = false; this.btnNum9.Text = "9"; this.btnNum9.UseVisualStyleBackColor = false; this.btnNum9.Click += new System.EventHandler(this.btnNum9_Click); // // 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(114, 104); this.btnNum8.Name = "btnNum8"; this.btnNum8.Size = new System.Drawing.Size(100, 80); this.btnNum8.TabIndex = 13; this.btnNum8.TabStop = false; this.btnNum8.Text = "8"; this.btnNum8.UseVisualStyleBackColor = false; this.btnNum8.Click += new System.EventHandler(this.btnNum8_Click); // // 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(8, 104); this.btnNum7.Name = "btnNum7"; this.btnNum7.Size = new System.Drawing.Size(100, 80); this.btnNum7.TabIndex = 12; this.btnNum7.TabStop = false; this.btnNum7.Text = "7"; this.btnNum7.UseVisualStyleBackColor = false; this.btnNum7.Click += new System.EventHandler(this.btnNum7_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(194, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 27); this.label2.TabIndex = 35; this.label2.Text = "新:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(3, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 27); this.label3.TabIndex = 36; this.label3.Text = "旧:"; // // lblPreviewValue // this.lblPreviewValue.AutoSize = true; this.lblPreviewValue.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPreviewValue.ForeColor = System.Drawing.Color.Black; this.lblPreviewValue.Location = new System.Drawing.Point(44, 10); this.lblPreviewValue.Name = "lblPreviewValue"; this.lblPreviewValue.Size = new System.Drawing.Size(66, 27); this.lblPreviewValue.TabIndex = 37; this.lblPreviewValue.Text = "未知"; // // txtNumber // this.txtNumber.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNumber.Location = new System.Drawing.Point(253, 6); this.txtNumber.MaxLength = 20; this.txtNumber.Name = "txtNumber"; this.txtNumber.Size = new System.Drawing.Size(173, 38); this.txtNumber.TabIndex = 38; this.txtNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtNumber.Click += new System.EventHandler(this.txtNumber_Click); this.txtNumber.TextChanged += new System.EventHandler(this.txtNumber_TextChanged); // // txtMaximum // this.txtMaximum.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMaximum.Location = new System.Drawing.Point(253, 63); this.txtMaximum.MaxLength = 20; this.txtMaximum.Name = "txtMaximum"; this.txtMaximum.Size = new System.Drawing.Size(173, 35); this.txtMaximum.TabIndex = 39; this.txtMaximum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtMaximum.Click += new System.EventHandler(this.txtMaximum_Click); this.txtMaximum.TextChanged += new System.EventHandler(this.txtMaximum_TextChanged); // // txtMinimum // this.txtMinimum.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMinimum.Location = new System.Drawing.Point(8, 63); this.txtMinimum.MaxLength = 20; this.txtMinimum.Name = "txtMinimum"; this.txtMinimum.Size = new System.Drawing.Size(173, 35); this.txtMinimum.TabIndex = 40; this.txtMinimum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtMinimum.Click += new System.EventHandler(this.txtMinimum_Click); this.txtMinimum.TextChanged += new System.EventHandler(this.txtMinimum_TextChanged); // // NumberKeybordForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(432, 448); this.Controls.Add(this.txtMinimum); this.Controls.Add(this.txtMaximum); this.Controls.Add(this.txtNumber); this.Controls.Add(this.lblPreviewValue); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.btnSub); this.Controls.Add(this.btnPoint); this.Controls.Add(this.label1); this.Controls.Add(this.btnNum0); this.Controls.Add(this.btnNum3); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnNum2); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnNum1); this.Controls.Add(this.btnDel); this.Controls.Add(this.btnNum6); this.Controls.Add(this.btnClear); this.Controls.Add(this.btnNum5); this.Controls.Add(this.btnNum4); this.Controls.Add(this.btnNum9); this.Controls.Add(this.btnNum7); this.Controls.Add(this.btnNum8); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximumSize = new System.Drawing.Size(448, 487); this.MinimumSize = new System.Drawing.Size(448, 487); this.Name = "NumberKeybordForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "数字键盘"; this.Load += new System.EventHandler(this.NumberKeybordForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; 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.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; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblPreviewValue; private System.Windows.Forms.TextBox txtNumber; private System.Windows.Forms.TextBox txtMaximum; private System.Windows.Forms.TextBox txtMinimum; }