资源简介
代码片段和文件信息
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# 黑白棋 游戏源码
评论
共有 条评论