|
C#编写的windows计算器-源代码(16) this.btn_2.Click += new System.EventHandler(this.btn_0_Click); // // btn_1 // this.btn_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_1.ForeColor = System.Drawing.Color.Blue; this.btn_1.Location = new System.Drawing.Point(18, 112); this.btn_1.Name = "btn_1"; this.btn_1.Size = new System.Drawing.Size(36, 29); this.btn_1.TabIndex = 29; this.btn_1.Tag = "1"; this.btn_1.Text = "1"; this.btn_1.Click += new System.EventHandler(this.btn_0_Click); // // btn_6 // this.btn_6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_6.ForeColor = System.Drawing.Color.Blue;
|