|
发表于 2004-12-26 23:46:00
|
显示全部楼层
Re:我做的游戏,下载来看看
public class Form1 : Form
{
// Methods
public Form1();
protected override void Dispose(bool disposing);
private void Form1_Closed(object sender, EventArgs e);
private void Form1_Load(object sender, EventArgs e);
private void Form1_Paint(object sender, PaintEventArgs e);
private void fps();
private void InitializeComponent();
[STAThread]
private static void Main();
private void myPic1_Click(object sender, EventArgs e);
private void pictureBox1_MouseDown(object sender, MouseEventArgs e);
private void pictureBox1_MouseLeave(object sender, EventArgs e);
private void pictureBox1_MouseMove(object sender, MouseEventArgs e);
private void pictureBox1_MouseUp(object sender, MouseEventArgs e);
private void pictureBox1_Paint(object sender, PaintEventArgs e);
private void Sx();
private void timer1_Tick(object sender, EventArgs e);
// Fields
private IContainer components;
private long count;
private long dt;
private Label label1;
private Label label2;
private PictureBox pictureBox1;
private PictureBox pictureBox2;
private PictureBox pictureBox3;
private bool rt;
private Timer timer1;
private bool 按下;
}
--
呵呵,用中文变量? |
|