|
C#编写的windows计算器-源代码(17) this.btn_6.Location = new System.Drawing.Point(98, 80); this.btn_6.Name = "btn_6"; this.btn_6.Size = new System.Drawing.Size(36, 29); this.btn_6.TabIndex = 28; this.btn_6.Tag = "6"; this.btn_6.Text = "6"; this.btn_6.Click += new System.EventHandler(this.btn_0_Click); // // btn_5 // this.btn_5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_5.ForeColor = System.Drawing.Color.Blue; this.btn_5.Location = new System.Drawing.Point(58, 80); this.btn_5.Name = "btn_5"; this.btn_5.Size = new System.Drawing.Size(36, 29); this.btn_5.TabIndex = 27; this.btn_5.Tag = "5"; this.btn_5.Text = "5"; this.btn_5.Click += new System.EventHandler(this.btn_0_Click);
|