資源簡介
代碼片段和文件信息
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?PlayPlane
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????PlaneClass?plane?=?new?PlaneClass();//創建PlaneClass類的對象
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????plane.iniPlane(this);//初始化飛機位置
????????}
????????private?void?Form1_KeyDown(object?sender?KeyEventArgs?e)
????????{
????????????plane.keyControl(this?e?label1);//使用鍵盤控制飛機的上下左右移動及暫停、爆炸
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-11-21?08:34??PlayPlane\
?????目錄???????????0??2019-11-21?08:34??PlayPlane\.vs\
?????目錄???????????0??2019-11-21?08:34??PlayPlane\.vs\PlayPlane\
?????目錄???????????0??2019-11-21?08:34??PlayPlane\.vs\PlayPlane\v14\
?????文件???????46592??2017-11-02?15:55??PlayPlane\.vs\PlayPlane\v14\.suo
?????目錄???????????0??2019-11-21?08:34??PlayPlane\.vs\PlayPlane\v15\
?????文件???????60416??2017-08-30?08:37??PlayPlane\.vs\PlayPlane\v15\.suo
?????目錄???????????0??2019-11-21?08:34??PlayPlane\.vs\PlayPlane\v16\
?????文件???????69632??2019-11-21?08:40??PlayPlane\.vs\PlayPlane\v16\.suo
?????目錄???????????0??2019-11-21?08:34??PlayPlane\.vs\PlayPlane\v16\Server\
?????目錄???????????0??2019-11-21?08:40??PlayPlane\.vs\PlayPlane\v16\Server\sqlite3\
?????文件???????????0??2019-06-04?10:36??PlayPlane\.vs\PlayPlane\v16\Server\sqlite3\db.lock
?????文件??????618496??2019-11-21?08:40??PlayPlane\.vs\PlayPlane\v16\Server\sqlite3\storage.ide
?????目錄???????????0??2019-11-21?08:36??PlayPlane\PlayPlane\
?????文件?????????917??2014-05-12?16:51??PlayPlane\PlayPlane.sln
?????文件???????45056??2014-05-17?10:33??PlayPlane\PlayPlane.v11.suo
?????文件?????????186??2019-06-04?10:36??PlayPlane\PlayPlane\App.config
?????目錄???????????0??2019-11-21?08:34??PlayPlane\PlayPlane\bin\
?????目錄???????????0??2019-11-21?08:34??PlayPlane\PlayPlane\bin\Debug\
?????文件??????407047??2013-12-07?08:43??PlayPlane\PlayPlane\bin\Debug\baozha.gif
?????文件??????787556??2016-04-20?10:34??PlayPlane\PlayPlane\bin\Debug\bg.png
?????文件????????4929??2014-05-17?10:00??PlayPlane\PlayPlane\bin\Debug\bullet.png
?????文件???????12730??2014-05-17?09:42??PlayPlane\PlayPlane\bin\Debug\enemy1.png
?????文件???????10073??2014-05-17?10:10??PlayPlane\PlayPlane\bin\Debug\enemy2.png
?????文件????????9157??2014-05-17?10:16??PlayPlane\PlayPlane\bin\Debug\enemy3.png
?????文件???????11100??2014-05-17?09:59??PlayPlane\PlayPlane\bin\Debug\plane.png
?????文件??????800768??2019-11-21?08:36??PlayPlane\PlayPlane\bin\Debug\PlayPlane.exe
?????文件?????????186??2019-06-04?10:36??PlayPlane\PlayPlane\bin\Debug\PlayPlane.exe.config
?????文件???????30208??2019-11-21?08:36??PlayPlane\PlayPlane\bin\Debug\PlayPlane.pdb
?????文件???????22696??2017-11-02?13:30??PlayPlane\PlayPlane\bin\Debug\PlayPlane.vshost.exe
?????文件?????????184??2017-08-24?11:30??PlayPlane\PlayPlane\bin\Debug\PlayPlane.vshost.exe.config
............此處省略33個文件信息
- 上一篇:C# 華容道 小游戲源碼
- 下一篇:c# 開發的戰機游戲源碼(雷霆戰機)
評論
共有 條評論