this.txtShow.Size = new System.Drawing.Size(228, 23);
this.txtShow.TabIndex = 1;
this.txtShow.Text = “0.”;
this.txtShow.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.c);
this.groupBox1.Controls.Add(this.ce);
this.groupBox1.Controls.Add(this.btn_rev);
this.groupBox1.Controls.Add(this.btn_dot);
this.groupBox1.Controls.Add(this.btn_add);
this.groupBox1.Controls.Add(this.btn_equ);
this.groupBox1.Controls.Add(this.btn_sign);
this.groupBox1.Controls.Add(this.btn_sub);
this.groupBox1.Controls.Add(this.btn_mul);
this.groupBox1.Controls.Add(this.btn_0);
this.groupBox1.Controls.Add(this.btn_3);
this.groupBox1.Controls.Add(this.btn_2);
this.groupBox1.Controls.Add(this.btn_1);
this.groupBox1.Controls.Add(this.btn_6);
this.groupBox1.Controls.Add(this.btn_5);
this.groupBox1.Controls.Add(this.btn_4);
this.groupBox1.Controls.Add(this.btn_sqrt);
this.groupBox1.Controls.Add(this.btn_div);
this.groupBox1.Controls.Add(this.btn_7);
this.groupBox1.Controls.Add(this.btn_8);
this.groupBox1.Controls.Add(this.btn_9);
this.groupBox1.Controls.Add(this.btn_sqr);
this.groupBox1.Location = new System.Drawing.Point(24, 40);
this.groupBox1.Name = “groupBox1”;
this.groupBox1.Size = new System.Drawing.Size(232, 184);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
this.groupBox1.Text = “计算机区”;
//
// c
//
this.c.Font = new System.Drawing.Font(“宋体”, 10.5F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.c.ForeColor = System.Drawing.Color.Red;
this.c.Location = new System.Drawing.Point(178, 48);
this.c.Name = “c”;
this.c.Size = new System.Drawing.Size(36, 61);
this.c.TabIndex = 41;
this.c.Text = “C”;
this.c.Click += new System.EventHandler(this.btn_Oper);
//
// ce
//
this.ce.Font = new System.Drawing.Font(“宋体”, 10.5F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.ce.ForeColor = System.Drawing.Color.Red;
this.ce.Location = new System.Drawing.Point(138, 16);
this.ce.Name = “ce”;
this.ce.Size = new System.Drawing.Size(76, 29);
this.ce.TabIndex = 40;
this.ce.Text = “CE”;
this.ce.Click += new System.EventHandler(this.btn_Oper);
//
// btn_rev
//
this.btn_rev.Font = new System.Drawing.Font(“宋体”, 10.5F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btn_rev.ForeColor = System.Drawing.Color.Blue;
this.btn_rev.Location = new System.Drawing.Point(178, 112);
this.btn_rev.Name = “btn_rev”;
this.btn_rev.Size = new System.Drawing.Size(36, 29);