资源简介
含有多个C#编的计算器,整理的,有简单的计算器。还有科学计算器。
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Calculator
{
///
/// AboutForm 的摘要说明。
///
public class AboutForm : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.linkLabel linkLabel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public AboutForm()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.linkLabel();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(8 8);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(192 16);
this.label1.TabIndex = 0;
this.label1.Text = “作者:Tony Qu“;
//
// linkLabel1
//
this.linkLabel1.Location = new System.Drawing.Point(72 32);
this.linkLabel1.Name = “linkLabel1“;
this.linkLabel1.Size = new System.Drawing.Size(128 23);
this.linkLabel1.TabIndex = 1;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = “tonyqus.cnblogs.com“;
//
// label2
//
this.label2.Location = new System.Drawing.Point(8 32);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(64 16);
this.label2.TabIndex = 2;
this.label2.Text = “作者博客: “;
//
// label3
//
this.label3.Location = new System.Drawing.Point(32 64);
this.label3.Name = “label3“;
this.label3.Size = new System.Drawing.Size(128 16);
this.label3.TabIndex = 3;
this.label3.Text = “BluePrint软件工作室“;
//
// AboutForm
//
this.AutoScalebaseSize = new System.Drawing.Size(6 14);
this.ClientSize = new System.Drawing.Size(208 86);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = “AboutForm“;
this.Text = “AboutForm“;
this.ResumeLayout(false);
}
#endregion
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1198904 2012-05-29 07:09 c#计算器多个\C#计算器.doc
文件 3028 2005-12-20 09:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\AboutForm.cs
文件 8676 2005-12-20 09:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\AboutForm.resx
文件 1078 2005-04-02 21:13 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\App.ico
文件 1914 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\AssemblyInfo.cs
文件 5961 2006-02-05 20:39 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\Calculator.csproj
文件 1804 2006-02-07 09:36 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\Calculator.csproj.user
文件 5558 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\CalUnit.cs
文件 2649 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\ConstantTable.cs
文件 38767 2006-02-07 09:29 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\MyCal.cs
文件 42135 2006-02-07 09:27 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator\MyCal.resx
文件 1967 2006-01-04 06:02 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator.sln
..A..H. 13312 2006-02-07 09:36 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\Calculator.suo
文件 1078 2005-04-12 19:48 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\App.ico
文件 1859 2005-04-12 19:48 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\AssemblyInfo.cs
文件 5568 2005-05-23 22:01 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\GrammerAnalyzer.csproj
文件 1803 2006-02-07 09:36 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\GrammerAnalyzer.csproj.user
文件 11074 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\Operator.cs
文件 791 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\PriorityCmpType.cs
文件 6702 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\SemanticAnalyzer.cs
文件 4210 2005-05-18 17:25 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\SemanticForm.cs
文件 9254 2005-04-20 15:42 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\GrammerAnalyzer\SemanticForm.resx
文件 5536 2005-04-19 10:40 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\AnalyzerForm.cs
文件 10625 2005-04-19 10:40 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\AnalyzerForm.resx
文件 1078 2005-03-24 21:13 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\App.ico
文件 1859 2005-03-24 21:13 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\AssemblyInfo.cs
文件 1026 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\DFAState.cs
文件 752 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\OperandType.cs
文件 759 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\OperatorPriority.cs
文件 9769 2005-12-26 04:55 c#计算器多个\c%23计算器\Calculator.NET.v2.1\Backup\PhraseAnalyzer\PhraseAnalyzer.cs
............此处省略691个文件信息
- 上一篇:C#写的自定义安装包,打包程序源代码
- 下一篇:C#断点续传控制台版
评论
共有 条评论