資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;
namespace?SMS
{
????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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-09?09:47??SMS\
?????目錄???????????0??2019-04-24?22:07??SMS\SMS\
?????文件?????????899??2012-12-27?09:36??SMS\SMS.sln
?????文件???????33792??2012-12-27?09:36??SMS\SMS.suo
?????文件???????60928??2019-05-09?09:47??SMS\SMS.v11.suo
?????文件????????5384??2007-11-09?08:30??SMS\SMS\AboutBox1.cs
?????文件???????10819??2007-11-09?08:30??SMS\SMS\AboutBox1.Designer.cs
?????文件???????49720??2007-11-09?08:30??SMS\SMS\AboutBox1.resx
?????目錄???????????0??2019-04-24?22:07??SMS\SMS\ba
?????文件?????????648??2007-11-09?16:12??SMS\SMS\ba
?????文件????????2884??2007-10-30?15:32??SMS\SMS\ba
?????目錄???????????0??2019-04-24?22:07??SMS\SMS\bin\
?????目錄???????????0??2019-04-24?22:07??SMS\SMS\bin\Debug\
?????文件???????53248??2007-10-30?17:04??SMS\SMS\bin\Debug\AxInterop.WMPLib.dll
?????目錄???????????0??2019-04-24?22:07??SMS\SMS\bin\Debug\Databa
?????文件??????524288??2007-12-28?13:42??SMS\SMS\bin\Debug\Databa
?????文件??????339968??2012-12-27?09:36??SMS\SMS\bin\Debug\Interop.WMPLib.dll
?????文件??????374272??2012-12-27?09:36??SMS\SMS\bin\Debug\SMS.exe
?????文件??????251392??2012-12-27?09:36??SMS\SMS\bin\Debug\SMS.pdb
?????文件???????14328??2010-08-11?09:03??SMS\SMS\bin\Debug\SMS.vshost.exe
?????文件?????????490??2009-06-11?05:14??SMS\SMS\bin\Debug\SMS.vshost.exe.manifest
?????目錄???????????0??2018-11-26?12:51??SMS\SMS\bin\Release\
?????目錄???????????0??2019-04-24?22:07??SMS\SMS\Databa
?????文件??????524288??2007-12-28?13:42??SMS\SMS\Databa
?????文件????????1361??2007-11-12?10:41??SMS\SMS\frmAddDy.cs
?????文件????????5425??2007-11-12?10:40??SMS\SMS\frmAddDy.Designer.cs
?????文件????????5814??2007-11-12?10:35??SMS\SMS\frmAddDy.resx
?????文件????????2023??2007-11-09?16:32??SMS\SMS\frmAddUser.cs
?????文件????????7640??2007-11-09?16:32??SMS\SMS\frmAddUser.Designer.cs
?????文件????????5814??2007-11-09?16:32??SMS\SMS\frmAddUser.resx
?????文件????????1802??2007-10-30?15:28??SMS\SMS\frmChangePwd.cs
............此處省略103個文件信息
評論
共有 條評論