資源簡介
一個(gè)完整的房產(chǎn)中介源代碼,適合新手學(xué)習(xí)借鑒

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;
namespace?房產(chǎn)管理系統(tǒng)
{
????partial?class?AboutBox?:?Form
????{
????????public?AboutBox()
????????{
????????????InitializeComponent();
????????????//??初始化?AboutBox?以顯示程序集信息中包含的產(chǎn)品信息。
????????????//??也可以通過以下方法更改應(yīng)用程序的程序集信息設(shè)置:
????????????//??-?項(xiàng)目->屬性->應(yīng)用程序->程序集信息
????????????//??-?AssemblyInfo.cs
????????????this.Text?=?String.Format(“關(guān)于?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}“?AssemblyVersion);
????????}
????????#region?程序集屬性訪問器
????????public?string?Assemblytitle
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?title?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute)?false);
????????????????//?如果至少有一個(gè)?title?屬性
????????????????if?(attributes.Length?>?0)
????????????????{
????????????????????//?請(qǐng)選擇第一個(gè)屬性
????????????????????AssemblytitleAttribute?titleAttribute?=?(AssemblytitleAttribute)attributes[0];
????????????????????//?如果該屬性為非空字符串,則將其返回
????????????????????if?(titleAttribute.title?!=?““)
????????????????????????return?titleAttribute.title;
????????????????}
????????????????//?如果沒有?title?屬性,或者?title?屬性為一個(gè)空字符串,則返回?.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?屬性不存在,則返回一個(gè)空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Description?屬性,則返回該屬性的值
????????????????return?((AssemblyDescriptionAttribute)attributes[0]).Description;
????????????}
????????}
????????public?string?AssemblyProduct
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?Product?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute)?false);
????????????????//?如果?Product?屬性不存在,則返回一個(gè)空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Product?屬性,則返回該屬性的值
????????????????return?((AssemblyProductAttribute)attributes[0]).Product;
????????????}
????????}
????????public?string?AssemblyCopyright
????????{
????????????get
????????????{
????????????????//?獲取此程序集上的所有?Copyright?屬性
????????????????object[]?attr
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-06-29?16:39??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\
?????文件?????????114??2014-05-04?14:14??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\asp.net源碼免費(fèi)下載.url
?????目錄???????????0??2015-06-30?09:29??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\
?????文件????????4576??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AboutBox.cs
?????文件????????7548??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AboutBox.Designer.cs
?????文件???????49720??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AboutBox.resx
?????文件???????10357??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AddFollow.cs
?????文件???????15670??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AddFollow.Designer.cs
?????文件????????7711??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AddFollow.resx
?????文件????????1918??2009-09-22?14:00??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AddLayOut.cs
?????文件????????4760??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AddLayOut.Designer.cs
?????文件????????5814??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\AddLayOut.resx
?????文件????????3423??2009-09-22?14:08??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\Adviser.cs
?????文件????????6576??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\Adviser.Designer.cs
?????文件????????5814??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\Adviser.resx
?????文件?????????117??2014-05-04?14:52??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\app.config
?????文件????????1987??2009-09-22?14:08??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\ba
?????文件????????4472??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\ba
?????文件????????5814??2009-09-22?13:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\ba
?????目錄???????????0??2014-05-04?14:37??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\
?????目錄???????????0??2014-05-04?14:56??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\
?????目錄???????????0??2014-05-04?14:34??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\demo\
?????文件???????23040??2008-01-09?09:14??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\demo\倉庫租賃合同示例.doc
?????文件???????22016??2008-01-09?09:09??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\demo\停車場(chǎng)車位租賃協(xié)議書示例.doc
?????文件???????46080??2008-01-09?11:40??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\demo\商品房買賣合同示例.doc
?????文件???????24064??2008-01-09?08:59??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\demo\房屋租賃合同示例.doc
?????文件???????16021??2008-11-09?06:58??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\DiamondBlue.ssk
?????文件???????16669??2008-11-09?06:58??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\DiamondGreen.ssk
?????目錄???????????0??2014-05-04?14:34??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\img\
?????目錄???????????0??2014-05-04?14:34??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\imgrecycle\
?????文件???????94823??2009-07-27?22:02??仿美萍房產(chǎn)中介管理系統(tǒng)完整商業(yè)源碼\C#產(chǎn)中介管理系統(tǒng)商業(yè)源碼(仿美萍)\bin\Debug\imgrecycle\back.jpg
............此處省略401個(gè)文件信息
評(píng)論
共有 條評(píng)論