資源簡介
本人在學習C#的過程中,著手制作的一個C#小游戲。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Linq;
using?System.Reflection;
using?System.Windows.Forms;
namespace?mygame
{
????partial?class?AboutBox1?:?Form
????{
????????public?AboutBox1()
????????{
????????????InitializeComponent();
????????????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;
????????????this.StartPosition?=?FormStartPosition.Manual;
????????????this.Location?=?(Point
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3893??2017-12-20?20:34??mygame\mygame\AboutBox1.cs
?????文件??????10699??2017-12-20?20:25??mygame\mygame\AboutBox1.Designer.cs
?????文件??????49145??2017-12-20?20:25??mygame\mygame\AboutBox1.resx
?????文件?????264704??2017-12-20?22:42??mygame\mygame\bin\Debug\mygame.exe
?????文件??????44544??2017-12-20?22:42??mygame\mygame\bin\Debug\mygame.pdb
?????文件??????11600??2017-12-21?16:22??mygame\mygame\bin\Debug\mygame.vshost.exe
?????文件????????490??2017-03-19?05:00??mygame\mygame\bin\Debug\mygame.vshost.exe.manifest
?????文件????????402??2017-12-12?16:18??mygame\mygame\Class1.cs
?????文件??????????1??2017-12-13?15:29??mygame\mygame\ClassDiagram1.cd
?????文件???????6930??2017-12-20?22:42??mygame\mygame\Form1.cs
?????文件??????15415??2017-12-20?22:21??mygame\mygame\Form1.Designer.cs
?????文件?????166257??2017-12-20?22:21??mygame\mygame\Form1.resx
?????文件????????644??2017-12-18?16:40??mygame\mygame\MutiRuel.ruleset
?????文件???????4316??2017-12-18?16:41??mygame\mygame\mygame.csproj
?????文件???????5420??2017-12-12?22:31??mygame\mygame\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6410??2017-12-20?22:42??mygame\mygame\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????29179??2017-12-20?20:25??mygame\mygame\obj\x86\Debug\mygame.AboutBox1.resources
?????文件????????583??2017-12-21?16:22??mygame\mygame\obj\x86\Debug\mygame.csproj.FileListAbsolute.txt
?????文件???????1075??2017-12-20?22:21??mygame\mygame\obj\x86\Debug\mygame.csproj.GenerateResource.Cache
?????文件???????9174??2017-12-12?22:31??mygame\mygame\obj\x86\Debug\mygame.csprojResolveAssemblyReference.cache
?????文件?????264704??2017-12-20?22:42??mygame\mygame\obj\x86\Debug\mygame.exe
?????文件?????106752??2017-12-20?22:21??mygame\mygame\obj\x86\Debug\mygame.Form1.resources
?????文件??????44544??2017-12-20?22:42??mygame\mygame\obj\x86\Debug\mygame.pdb
?????文件?????106726??2017-12-18?16:41??mygame\mygame\obj\x86\Debug\mygame.Properties.Resources.resources
?????文件???????4608??2017-12-13?17:08??mygame\mygame\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????516??2017-12-13?16:05??mygame\mygame\Program.cs
?????文件???????1385??2017-12-13?15:39??mygame\mygame\Properties\AssemblyInfo.cs
?????文件???????3218??2017-12-13?17:08??mygame\mygame\Properties\Resources.Designer.cs
?????文件???????6195??2017-12-13?17:08??mygame\mygame\Properties\Resources.resx
?????文件???????1093??2017-12-12?15:14??mygame\mygame\Properties\Settings.Designer.cs
............此處省略19個文件信息
評論
共有 條評論