|
|
|
C#编写的windows计算器-源代码
作者:Webmaster 来源:Linuxdby.com 点击:
日期:2007-06-04
[收藏] [投稿]
IE是否经常中毒?推荐您
|
// // btn_mul // this.btn_mul.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_mul.ForeColor = System.Drawing.Color.Red; this.btn_mul.Location = new System.Drawing.Point(138, 80); this.btn_mul.Name = "btn_mul"; this.btn_mul.Size = new System.Drawing.Size(36, 29); this.btn_mul.TabIndex = 33; this.btn_mul.Text = "*"; this.btn_mul.Click += new System.EventHandler(this.btn_Oper); // // btn_0 // this.btn_0.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_0.ForeColor = System.Drawing.Color.Blue; this.btn_0.Location = new System.Drawing.Point(18, 144); this.btn_0.Name = "btn_0"; this.btn_0.Size = new System.Drawing.Size(36, 29); this.btn_0.TabIndex = 32; this.btn_0.Tag = "0"; this.btn_0.Text = "0"; this.btn_0.Click += new System.EventHandler(this.btn_0_Click); // // btn_3 // this.btn_3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_3.ForeColor = System.Drawing.Color.Blue; this.btn_3.Location = new System.Drawing.Point(98, 112); this.btn_3.Name = "btn_3"; this.btn_3.Size = new System.Drawing.Size(36, 29); this.btn_3.TabIndex = 31; this.btn_3.Tag = "3"; this.btn_3.Text = "3"; this.btn_3.Click += new System.EventHandler(this.btn_0_Click); // // btn_2 // this.btn_2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_2.ForeColor = System.Drawing.Color.Blue; this.btn_2.Location = new System.Drawing.Point(58, 112); this.btn_2.Name = "btn_2"; this.btn_2.Size = new System.Drawing.Size(36, 29); this.btn_2.TabIndex = 30; this.btn_2.Tag = "2"; this.btn_2.Text = "2"; this.btn_2.Click += new System.EventHandler(this.btn_0_Click);
如果您对本文有任何疑问或者建议,请到讨论区发表您的意见:
>>
论坛入口 <<
上一页 1 2 3 4 5 67 8 9 10 11 12 13 14 15 16 17 18 19 下一页
上一篇:C#中实现DataGrid双向排序 下一篇:用C#生成中文汉字验证码的基本原理
|
|
|
| 【文章评论】
【收藏本文】
【推荐好友】
【打印本文】
【我要投稿】 【论坛讨论】 |
相关文章: |
| ·用C#实现FTP搜索引擎 | ·对C# 2.0中匿名方法的怀疑分析·在C#中利用DirectX实现声音播放·使用C#在进度条中显示复制文件的进度·C#中利用Markup Service实现HTML解析为DO·c#操作word表格·C#代码操作IIS之虚拟目录·如何使用C#在发送往client的内容上加js代·[C#]解决读写包含汉字的txt文件时乱码的·C#实现根据域名查询ip实例
文章评论:(1条) |
|
|
|
|
声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。 |
|