C#编写的windows计算器-源代码(8) 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)));