|
C#编写的windows计算器-源代码(6) this.menuItem4 = new System.Windows.Forms.MenuItem(); this.menuItem5 = new System.Windows.Forms.MenuItem(); this.menuItem6 = new System.Windows.Forms.MenuItem(); this.menuItem8 = new System.Windows.Forms.MenuItem(); this.menuItem9 = new System.Windows.Forms.MenuItem(); this.menuItem10 = new System.Windows.Forms.MenuItem(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // txtShow // this.txtShow.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255))); this.txtShow.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtShow.ForeColor = System.Drawing.Color.Purple; this.txtShow.Location = new System.Drawing.Point(25, 8); this.txtShow.Name = "txtShow"; this.txtShow.Size = new System.Drawing.Size(228, 23);
|