xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

功能介紹: 雙擊軟件的車位可以停車入庫,右邊顯示車位的停車比例。 車輛管理: 費率管理 車輛管理 車輛入庫: 數據管理:車簾管理 出入日志 應用程序:重置 清零

資源截圖

代碼片段和文件信息

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?以顯示程序集信息中包含的產品信息。
????????????//??也可以通過以下方法更改應用程序的程序集信息設置:
????????????//??-?項目->屬性->應用程序->程序集信息
????????????//??-?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.textBoxDescription.Text?=?AssemblyDescription;
????????}

????????#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
????????????{
????????????????//?獲取此程序集上的所有?Product?屬性
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute)?false);
????????????????//?如果?Product?屬性不存在,則返回一個空字符串
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?如果有?Product?屬性,則返回該屬性的值
????????????????return?((AssemblyProductAttribute)attributes[0]).Produc

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

評論

共有 條評論