91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

功能介紹: 雙擊軟件的車位可以停車入庫(kù),右邊顯示車位的停車比例。 車輛管理: 費(fèi)率管理 車輛管理 車輛入庫(kù): 數(shù)據(jù)管理:車簾管理 出入日志 應(yīng)用程序:重置 清零

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;

namespace?CarManager
{
????partial?class?AboutBox1?:?Form
????{
????????public?AboutBox1()
????????{
????????????InitializeComponent();

????????????//??初始化?AboutBox?以顯示程序集信息中包含的產(chǎn)品信息。
????????????//??也可以通過(guò)以下方法更改應(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);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.textBoxDescription.Text?=?AssemblyDescription;
????????}

????????#region?程序集屬性訪問(wèn)器

????????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;
????????????????}
????????????????//?如果沒(méi)有?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]).Produc

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-09-22?14:32??停車場(chǎng)管理系統(tǒng)\
?????文件????????4753??2008-08-17?18:38??停車場(chǎng)管理系統(tǒng)\AboutBox1.cs
?????文件???????11528??2008-08-17?18:38??停車場(chǎng)管理系統(tǒng)\AboutBox1.Designer.cs
?????文件???????49720??2008-08-17?18:38??停車場(chǎng)管理系統(tǒng)\AboutBox1.resx
?????文件?????????326??2013-09-22?14:03??停車場(chǎng)管理系統(tǒng)\app.config
?????目錄???????????0??2013-01-08?19:02??停車場(chǎng)管理系統(tǒng)\bin\
?????目錄???????????0??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\bin\Debug\
?????文件???????15360??2008-08-29?22:10??停車場(chǎng)管理系統(tǒng)\bin\Debug\AxInterop.MSACAL.dll
?????文件???????32768??2008-08-29?22:10??停車場(chǎng)管理系統(tǒng)\bin\Debug\AxInterop.MSAdodcLib.dll
?????文件??????126976??2013-01-14?09:57??停車場(chǎng)管理系統(tǒng)\bin\Debug\AxInterop.MSComctlLib.dll
?????文件????????1636??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.application
?????文件??????491520??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.exe
?????文件?????????326??2013-09-22?14:03??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.exe.config
?????文件???????11633??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.exe.manifest
?????文件??????218624??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.pdb
?????文件????????1636??2013-09-22?14:06??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.vshost.application
?????文件???????11608??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.vshost.exe
?????文件?????????326??2013-09-22?14:03??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.vshost.exe.config
?????文件???????11633??2013-09-22?14:06??停車場(chǎng)管理系統(tǒng)\bin\Debug\CarManager.vshost.exe.manifest
?????文件?????2293760??2008-08-29?22:07??停車場(chǎng)管理系統(tǒng)\bin\Debug\Data.mdf
?????文件??????573440??2008-08-29?22:07??停車場(chǎng)管理系統(tǒng)\bin\Debug\Data_log.ldf
?????文件?????1273856??2011-08-16?11:11??停車場(chǎng)管理系統(tǒng)\bin\Debug\Interop.Microsoft.Office.Interop.Excel.dll
?????文件???????19968??2008-08-29?22:10??停車場(chǎng)管理系統(tǒng)\bin\Debug\Interop.MSACAL.dll
?????文件???????40960??2008-08-29?22:10??停車場(chǎng)管理系統(tǒng)\bin\Debug\Interop.MSAdodcLib.dll
?????文件??????282624??2013-09-22?14:05??停車場(chǎng)管理系統(tǒng)\bin\Debug\Interop.MSComctlLib.dll
?????文件??????416544??2007-10-10?09:49??停車場(chǎng)管理系統(tǒng)\bin\Debug\office.dll
?????目錄???????????0??2013-01-14?10:24??停車場(chǎng)管理系統(tǒng)\bin\Release\
?????文件???????12587??2013-09-22?14:06??停車場(chǎng)管理系統(tǒng)\CarManager.csproj
?????文件?????????679??2013-09-22?14:30??停車場(chǎng)管理系統(tǒng)\CarManager.csproj.user
?????文件?????????909??2013-09-22?14:02??停車場(chǎng)管理系統(tǒng)\CarManager.sln
?????文件???????37888??2013-09-22?14:31??停車場(chǎng)管理系統(tǒng)\CarManager.suo
............此處省略89個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源