資源簡介
c#個人財務管理系統(源碼+開發文檔)

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;
namespace?Financial
{
????partial?class?AboutBox_AboutUs?:?Form
????{
????????public?AboutBox_AboutUs()
????????{
????????????InitializeComponent();
????????????//??初始化?AboutBox?以顯示程序集信息中包含的產品信息。
????????????//??也可以通過以下方法更改應用程序的程序集信息設置:
????????????//??-?項目->屬性->應用程序->程序集信息
????????????//??-?AssemblyInfo.cs
????????????this.Text?=?String.Format(“關于?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.richTextBox_Description.Text?=?//AssemblyDescription;
????????????????“\n??????個人財務管理系統\n“?+
????????????????“--------------------------------\n“?+
????????????????“設計:?余洋、王威、周銀輝“+
????????????????“\n編碼:周銀輝“+
????????????????“\n測試:王躍“+
????????????????“\n--------------------------------“+
????????????????“\n源碼索取:\n?http://zhouyinhui.cnblogs.com/?\n“?+
????????????????“?????????????????????????????2006年5月“;
????????}
????????#region?程序集屬性訪問器
????????public?string?Assemblytitle
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?title?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute)?false);
????????????????//?如果至少有一個?title?屬性
????????????????if?(attributes.Length?>?0)
????????????????{
????????????????????//?請選擇第一個屬性
????????????????????AssemblytitleAttribute?titleAttribute?=?(AssemblytitleAttribute)attributes[0];
????????????????????//?如果該屬性為非空字符串,則將其返回
????????????????????if?(titleAttribute.title?!=?““)
????????????????????????return?titleAttribute.title;
????????????????}
????????????????//?如果沒有?title?屬性,或者?title?屬性為一個空字符串,則返回?.exe?的名稱
????????????????return?System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecutingAssembly().Codebase);
????????????}
????????}
????????public?string?AssemblyVersion
????????{
????????????get
????????????{
????????????????return?Assembly.GetExecutingAssembly().GetName().Version.ToString();
????????????}
????????}
????????public?string?AssemblyDescription
????????{
????????????get
????????????{
????????????????//?獲取此程序集的所有?Description?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute)?false);
????????????????//?如果?Description?屬性不存在,則返回一個空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Description?屬性,則返回該屬性的值
????????????????return?((AssemblyDescriptionAttribute)attributes[0]).Description;
????????????}
????????}
????????public?string?AssemblyProduct
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5652??2006-05-30?15:12??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\AboutBox_AboutUs.cs
?????文件??????10364??2006-05-30?15:12??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\AboutBox_AboutUs.Designer.cs
?????文件??????49720??2006-05-30?15:12??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\AboutBox_AboutUs.resx
?????文件???????3829??2006-04-27?16:30??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\Account.cs
?????文件???????2242??2006-04-27?16:15??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\AccountCollection.cs
?????文件???????2410??2006-04-27?17:15??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\AccountManager.cs
?????文件????????111??2006-03-16?09:38??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Abs.cf
?????文件?????????96??2006-03-15?13:04??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Acos.cf
?????文件?????????98??2006-03-15?13:08??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Asin.cf
?????文件?????????96??2006-03-15?13:09??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Atan.cf
?????文件????????114??2006-03-15?13:11??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Atann.cf
?????文件?????????88??2006-03-15?13:13??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\BigMul.cf
?????文件?????????73??2006-03-14?08:42??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\classHeader.ch
?????文件?????????40??2006-03-14?08:42??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\classTail.ct
?????文件?????????96??2006-03-15?13:20??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Cos.cf
?????文件?????????98??2006-03-15?13:21??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Cosh.cf
?????文件?????????95??2006-03-15?13:23??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Exp.cf
?????文件????????170??2006-03-17?12:09??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Factarial.cf
?????文件???????3692??2006-04-24?20:32??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\FuncionsList.xm
?????文件???????4096??2006-04-24?20:30??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Functions.dll
?????文件?????????94??2006-03-15?13:26??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Log.cf
?????文件????????109??2006-03-15?13:30??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\LogTwo.cf
?????文件????????106??2006-03-15?13:33??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Pow.cf
?????文件?????????96??2006-03-15?13:34??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Sin.cf
?????文件?????????96??2006-03-15?13:34??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Sinh.cf
?????文件?????????96??2006-03-15?13:35??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Sqrt.cf
?????文件?????????96??2006-03-15?13:36??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Tan.cf
?????文件?????????96??2006-03-15?13:37??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\Tanh.cf
?????文件?????????21??2006-03-17?10:15??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\Functions\using.us
?????文件??????57344??2006-03-17?14:23??c#個人財務管理系統(源碼+開發文檔)\財務系統\Financial\bin\Debug\Cal\MyCal.exe
............此處省略102個文件信息
- 上一篇:C#小游戲集合源代碼
- 下一篇:C#版GDAL無異常
評論
共有 條評論