資源簡(jiǎn)介
以入門級(jí)別寫的五子棋,沒(méi)有高深的代碼,一看就懂
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?YOU
{
????public?partial?class?Form2?:?Form
????{
????????public?Form2()
????????{
????????????InitializeComponent();
????????}
????????Image?A?B;
????????string?path?=?Application.StartupPath?+?“\\“;
????????private?void?Form2_Load(object?sender?EventArgs?e)
????????{
????????????this.Text?=?““;
????????????//?ControlBox?=?false;
????????????BackgroundImage?=?new?Bitmap(@path?+?“00.jpg“);
????????????BackgroundImageLayout?=?ImageLayout.Stretch;
????????}
????????//????????????private?Size?beforeResizeSize?=?Size.Empty;
???
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2019-12-17?18:22??YOU\YOU\App.config
?????文件?????184977??2019-12-12?16:21??YOU\YOU\bin\Debug\00.jpg
?????文件???????1148??2019-12-17?13:22??YOU\YOU\bin\Debug\01.jpg
?????文件???????1268??2019-12-17?13:21??YOU\YOU\bin\Debug\02.jpg
?????文件??????46592??2019-12-26?15:42??YOU\YOU\bin\Debug\YOU.exe
?????文件????????187??2019-12-17?18:22??YOU\YOU\bin\Debug\YOU.exe.config
?????文件??????85504??2019-12-26?15:42??YOU\YOU\bin\Debug\YOU.pdb
?????文件??????24224??2019-12-26?15:43??YOU\YOU\bin\Debug\YOU.vshost.exe
?????文件????????187??2019-12-17?18:22??YOU\YOU\bin\Debug\YOU.vshost.exe.config
?????文件????????490??2018-02-19?20:12??YOU\YOU\bin\Debug\YOU.vshost.exe.manifest
?????文件??????33845??2019-12-26?15:42??YOU\YOU\Form2.cs
?????文件??????92080??2019-12-26?14:52??YOU\YOU\Form2.Designer.cs
?????文件???????5817??2019-12-26?14:52??YOU\YOU\Form2.resx
?????文件????????865??2019-12-17?18:22??YOU\YOU\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6879??2019-12-26?14:34??YOU\YOU\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2019-12-17?18:22??YOU\YOU\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2019-12-17?18:22??YOU\YOU\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2019-12-17?18:22??YOU\YOU\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????1223??2019-12-26?15:43??YOU\YOU\obj\Debug\YOU.csproj.FileListAbsolute.txt
?????文件???????1035??2019-12-26?14:52??YOU\YOU\obj\Debug\YOU.csproj.GenerateResource.Cache
?????文件???????2211??2019-12-26?14:52??YOU\YOU\obj\Debug\YOU.csprojResolveAssemblyReference.cache
?????文件??????46592??2019-12-26?15:42??YOU\YOU\obj\Debug\YOU.exe
?????文件????????180??2019-12-26?14:52??YOU\YOU\obj\Debug\YOU.Form2.resources
?????文件??????85504??2019-12-26?15:42??YOU\YOU\obj\Debug\YOU.pdb
?????文件????????180??2019-12-17?18:28??YOU\YOU\obj\Debug\YOU.Properties.Resources.resources
?????文件????????515??2019-12-17?18:26??YOU\YOU\Program.cs
?????文件???????1330??2019-12-17?18:22??YOU\YOU\Properties\AssemblyInfo.cs
?????文件???????2858??2019-12-17?18:22??YOU\YOU\Properties\Resources.Designer.cs
?????文件???????5612??2019-12-17?18:22??YOU\YOU\Properties\Resources.resx
?????文件???????1090??2019-12-17?18:22??YOU\YOU\Properties\Settings.Designer.cs
............此處省略16個(gè)文件信息
評(píng)論
共有 條評(píng)論