資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Collections;???//Hashtable?add
namespace?打字游戲
{
????public?partial?class?Form1?:?Form
????{
????//私有字段
????Hashtable?_htlab?=?new?Hashtable();?//存放lab控件
????int?_count?=?0;????//游戲分數
????int?_life?=?10;????//生命值,小于0死亡,過關生命10
????public?Form1()
????{
????????InitializeComponent();
????}
????///?
????///?開始游戲
????///?
????///?
????///?
????private?void?TSMenuItemStart_Click(object?sender?EventArgs?e)
????{
????????this.timerlab.Enabled?=?true;
????????this.timerrate.Enabled?=?true;
????????this.timerrate.Interval?=?1
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????13312??2015-12-17?22:48??第15章?打字游戲\bin\Debug\打字游戲V2005.exe
?????文件??????46592??2015-12-17?22:48??第15章?打字游戲\bin\Debug\打字游戲V2005.pdb
?????文件??????14328??2015-12-17?22:48??第15章?打字游戲\bin\Debug\打字游戲V2005.vshost.exe
?????文件????????490??2009-06-11?05:14??第15章?打字游戲\bin\Debug\打字游戲V2005.vshost.exe.manifest
?????文件???????6506??2011-07-09?07:57??第15章?打字游戲\Form1.cs
?????文件???????5280??2011-07-09?07:57??第15章?打字游戲\Form1.Designer.cs
?????文件???????6407??2011-07-09?07:44??第15章?打字游戲\Form1.resx
?????文件????????916??2011-07-09?07:57??第15章?打字游戲\myRandom.cs
????....SHR?????60928??2015-10-19?15:30??第15章?打字游戲\obj\Debug\lpk.dll
?????文件???????4608??2011-07-09?07:57??第15章?打字游戲\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????3701??2015-12-17?22:48??第15章?打字游戲\obj\Debug\打字游戲.csproj.FileListAbsolute.txt
?????文件????????847??2014-12-11?11:07??第15章?打字游戲\obj\Debug\打字游戲.csproj.GenerateResource.Cache
?????文件????????180??2015-12-17?22:48??第15章?打字游戲\obj\Debug\打字游戲.Form1.resources
?????文件????????180??2015-12-17?22:48??第15章?打字游戲\obj\Debug\打字游戲.Properties.Resources.resources
?????文件???????1312??2011-07-09?07:56??第15章?打字游戲\obj\Debug\打字游戲V2005.csproj.FileListAbsolute.txt
?????文件????????847??2011-07-09?07:44??第15章?打字游戲\obj\Debug\打字游戲V2005.csproj.GenerateResource.Cache
?????文件??????13312??2015-12-17?22:48??第15章?打字游戲\obj\Debug\打字游戲V2005.exe
?????文件????????180??2011-07-09?07:44??第15章?打字游戲\obj\Debug\打字游戲V2005.Form1.resources
?????文件??????46592??2015-12-17?22:48??第15章?打字游戲\obj\Debug\打字游戲V2005.pdb
?????文件????????338??2009-06-22?03:20??第15章?打字游戲\obj\打字游戲V2005.csproj.FileList.txt
?????文件????????471??2011-07-09?07:57??第15章?打字游戲\Program.cs
?????文件???????1206??2009-06-20?01:13??第15章?打字游戲\Properties\AssemblyInfo.cs
?????文件???????2848??2011-07-09?07:57??第15章?打字游戲\Properties\Resources.Designer.cs
?????文件???????5612??2009-06-20?01:13??第15章?打字游戲\Properties\Resources.resx
?????文件???????1110??2011-07-09?07:57??第15章?打字游戲\Properties\Settings.Designer.cs
?????文件????????249??2009-06-20?01:13??第15章?打字游戲\Properties\Settings.settings
?????文件???????3483??2011-07-09?07:57??第15章?打字游戲\打字游戲.csproj
?????文件????????913??2011-07-09?07:57??第15章?打字游戲\打字游戲.sln
????..A..H.?????21504??2015-12-17?22:48??第15章?打字游戲\打字游戲.suo
?????目錄??????????0??2011-10-11?17:30??第15章?打字游戲\obj\Debug\Refactor
............此處省略10個文件信息
- 上一篇:C# 2048 游戲
- 下一篇:C# 黑白棋 游戲源碼
評論
共有 條評論