資源簡介
1-30天數,和1-1000以內猜數
代碼片段和文件信息
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;
using?System.Diagnostics;
namespace?WindowsFormsApplication1
{
????public?partial?class?GuessingGame?:?Form
????{
????????public?GuessingGame()
????????{
????????????InitializeComponent();
????????????ToolTip?p?=?new?ToolTip();
????????????p.ShowAlways?=?true;
????????????p.SetToolTip(this.button1?“1-30數字自定義“);
????????????p.SetToolTip(this.button2?“1-30猜數開始“);
????????????p.SetToolTip(this.button3?“1-1000猜數開始“);
????????????p.SetToolTip(this.tBox1“聯系作者“);
????????}
????????///?
????????///?是否是自定義模式
????????///?
????????private?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-12-04?09:01??CaiShuGame\
?????文件?????????187??2019-12-02?09:27??CaiShuGame\App.config
?????文件????????9126??2019-12-04?09:00??CaiShuGame\GuessingGame.Designer.cs
?????文件???????24083??2019-12-04?09:02??CaiShuGame\GuessingGame.cs
?????文件???????11775??2019-12-04?09:00??CaiShuGame\GuessingGame.resx
?????文件?????????543??2019-12-03?13:41??CaiShuGame\Program.cs
?????目錄???????????0??2019-12-04?08:35??CaiShuGame\Properties\
?????文件????????1386??2019-12-02?09:27??CaiShuGame\Properties\AssemblyInfo.cs
?????文件????????2900??2019-12-02?09:27??CaiShuGame\Properties\Resources.Designer.cs
?????文件????????5612??2019-12-02?09:27??CaiShuGame\Properties\Resources.resx
?????文件????????1111??2019-12-02?09:27??CaiShuGame\Properties\Settings.Designer.cs
?????文件?????????249??2019-12-02?09:27??CaiShuGame\Properties\Settings.settings
?????文件????????3774??2009-03-10?08:52??CaiShuGame\TuXuan.ico
?????目錄???????????0??2019-12-04?08:35??CaiShuGame\bin\
?????目錄???????????0??2019-12-04?09:01??CaiShuGame\bin\Debug\
?????文件???????22528??2019-12-04?09:03??CaiShuGame\bin\Debug\WindowsFormsApplication1.exe
?????文件?????????187??2019-12-02?09:27??CaiShuGame\bin\Debug\WindowsFormsApplication1.exe.config
?????文件???????34304??2019-12-04?09:03??CaiShuGame\bin\Debug\WindowsFormsApplication1.pdb
?????文件???????22984??2019-12-04?09:04??CaiShuGame\bin\Debug\WindowsFormsApplication1.vshost.exe
?????文件?????????187??2019-12-02?09:27??CaiShuGame\bin\Debug\WindowsFormsApplication1.vshost.exe.config
?????文件?????????490??2014-01-13?21:31??CaiShuGame\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
?????目錄???????????0??2019-12-04?09:06??CaiShuGame\bin\Release\
?????目錄???????????0??2019-12-04?08:35??CaiShuGame\obj\
?????目錄???????????0??2019-12-04?09:03??CaiShuGame\obj\Debug\
?????文件????????1308??2019-12-03?09:44??CaiShuGame\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6971??2019-12-04?08:45??CaiShuGame\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2019-12-04?09:06??CaiShuGame\obj\Debug\TempPE\
?????文件???????????0??2019-12-02?09:27??CaiShuGame\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2019-12-02?09:27??CaiShuGame\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2019-12-02?09:27??CaiShuGame\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件?????????180??2019-12-03?13:37??CaiShuGame\obj\Debug\WindowsFormsApplication1.Form1.resources
............此處省略10個文件信息
評論
共有 條評論