|
|
|
C#编写的windows计算器-源代码
作者:Webmaster 来源:Linuxdby.com 点击:
日期:2007-06-04
[收藏] [投稿]
IE是否经常中毒?推荐您
|
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))); this.c.ForeColor = System.Drawing.Color.Red; this.c.Location = new System.Drawing.Point(178, 48); this.c.Name = "c"; this.c.Size = new System.Drawing.Size(36, 61); this.c.TabIndex = 41; this.c.Text = "C"; this.c.Click += new System.EventHandler(this.btn_Oper); // // ce // this.ce.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ce.ForeColor = System.Drawing.Color.Red; this.ce.Location = new System.Drawing.Point(138, 16); this.ce.Name = "ce"; this.ce.Size = new System.Drawing.Size(76, 29); this.ce.TabIndex = 40; this.ce.Text = "CE"; this.ce.Click += new System.EventHandler(this.btn_Oper); // // btn_rev // this.btn_rev.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_rev.ForeColor = System.Drawing.Color.Blue; this.btn_rev.Location = new System.Drawing.Point(178, 112); this.btn_rev.Name = "btn_rev"; this.btn_rev.Size = new System.Drawing.Size(36, 29); this.btn_rev.TabIndex = 39; this.btn_rev.Text = "1/x"; this.btn_rev.Click += new System.EventHandler(this.btn_Oper); // // btn_dot // this.btn_dot.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.btn_dot.Location = new System.Drawing.Point(98, 144); this.btn_dot.Name = "btn_dot"; this.btn_dot.Size = new System.Drawing.Size(36, 29); this.btn_dot.TabIndex = 38; this.btn_dot.Tag = "0"; this.btn_dot.Text = ".";
如果您对本文有任何疑问或者建议,请到讨论区发表您的意见:
>>
论坛入口 <<
上一页 1 2 3 45 6 7 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条) |
|
|
|
|
声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。 |
|