資源簡介
WPF 3D顯示處理
代碼片段和文件信息
using?System;
using?System.Windows.Forms;
using?System.Reflection;
namespace?SoftwareBox
{
????partial?class?AboutBox1?:?Form
????{
????????public?AboutBox1()
????????{
????????????InitializeComponent();
????????????this.Text?=?String.Format(“About?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“Version?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.textBoxDescription.Text?=?AssemblyDescription;
????????}
????????#region?Assembly?Attribute?Accessors
????????public?string?Assemblytitle
????????{
????????????get
????????????{
????????????????object[]?attributes?=?Assembly
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????71168??2018-01-20?01:05??SoftwareBox\.vs\SoftwareBox\v15\.suo
?????文件??????????0??2018-01-20?00:32??SoftwareBox\.vs\SoftwareBox\v15\Server\sqlite3\db.lock
?????文件?????872448??2018-01-20?01:05??SoftwareBox\.vs\SoftwareBox\v15\Server\sqlite3\storage.ide
?????文件???????1530??2009-03-23?14:55??SoftwareBox\License.txt
?????文件???????3140??2018-01-20?00:39??SoftwareBox\SoftwareBox\AboutBox1.cs
?????文件??????10554??2009-03-20?06:26??SoftwareBox\SoftwareBox\AboutBox1.Designer.cs
?????文件??????57992??2009-03-20?06:26??SoftwareBox\SoftwareBox\AboutBox1.resx
?????文件???????2156??2009-03-20?12:18??SoftwareBox\SoftwareBox\App.xaml
?????文件????????291??2009-03-12?11:46??SoftwareBox\SoftwareBox\App.xaml.cs
?????文件???????1078??2007-01-14?03:36??SoftwareBox\SoftwareBox\AppIcon.ico
?????文件??????21163??2009-03-24?12:51??SoftwareBox\SoftwareBox\bin\Release\front.jpg
?????文件???????5474??2009-03-20?14:21??SoftwareBox\SoftwareBox\bin\Release\shadow.jpg
?????文件???????2695??2009-03-24?12:51??SoftwareBox\SoftwareBox\bin\Release\side.jpg
?????文件??????80384??2018-01-20?00:44??SoftwareBox\SoftwareBox\bin\Release\SoftwareBox.exe
?????文件??????77312??2009-03-24?00:58??SoftwareBox\SoftwareBox\bin\Release\SoftwareBox.pdb
?????文件???????5632??2005-09-23?06:56??SoftwareBox\SoftwareBox\bin\Release\SoftwareBox.vshost.exe
?????文件???????2383??2009-03-24?12:52??SoftwareBox\SoftwareBox\bin\Release\top.jpg
?????文件???????1128??2009-03-21?00:03??SoftwareBox\SoftwareBox\ImageSizeDlg.xaml
?????文件???????1878??2018-01-20?00:38??SoftwareBox\SoftwareBox\ImageSizeDlg.xaml.cs
?????文件???????2464??2009-03-20?12:06??SoftwareBox\SoftwareBox\Properties\AssemblyInfo.cs
?????文件???????2863??2018-01-20?00:32??SoftwareBox\SoftwareBox\Properties\Resources.Designer.cs
?????文件???????5618??2009-03-12?11:46??SoftwareBox\SoftwareBox\Properties\Resources.resx
?????文件???????1111??2018-01-20?00:32??SoftwareBox\SoftwareBox\Properties\Settings.Designer.cs
?????文件????????203??2009-03-12?11:46??SoftwareBox\SoftwareBox\Properties\Settings.settings
?????文件??????29996??2009-02-19?18:53??SoftwareBox\SoftwareBox\Resources\logoPictureBox.Image.png
????..A.SH.??????5120??2009-02-19?18:42??SoftwareBox\SoftwareBox\Resources\Thumbs.db
?????文件???????5466??2018-01-20?00:32??SoftwareBox\SoftwareBox\SoftwareBox.csproj
?????文件???????1943??2009-03-20?15:34??SoftwareBox\SoftwareBox\Window1.xaml
?????文件??????35398??2018-01-20?00:37??SoftwareBox\SoftwareBox\Window1.xaml.cs
?????文件???????5996??2009-03-20?18:17??SoftwareBox\SoftwareBox\Window3.xaml
............此處省略19個文件信息
- 上一篇:CAD屬性讀取vs2010通過
- 下一篇:c# Ocr圖片文字識別(百度Ocr)
評論
共有 條評論