• 大小: 471.3 KB
    文件类型: .rar
    金币: 1
    下载: 1 次
    发布日期: 2024-09-24
  • 语言: C#
  • 标签: C#源码  

资源简介

连连看游戏,C#源码,有提示和洗牌功能,VisualStudio2008创建

资源截图

代码片段和文件信息

using System;
using System.Windows.Forms;
using System.Drawing;

namespace 连连看看
{
/// 
/// adog 的摘要说明。
/// Class adog inherited from Button
/// 

public class adog:System.Windows.Forms.Button
{
int i = 0;
int j = 0;
table container ;
int awidthaheight;

public adog(int urlint i int j table tb1ImageList imglist)
{
//this.imgurl = url;
awidth = BasicSetting.ADOG_WIDTH;
aheight = BasicSetting.ADOG_HEIGHT;
this.i = i;
this.j = j;
this.container  =tb1;
this.Size= new Size(awidthaheight);
this.Location= new Point(i*awidth  j*aheight);
this.Flatstyle = System.Windows.Forms.Flatstyle.Popup;
this.BackColor = this.BackColor = Color.LightBlue;
//this.Text =url.ToString();;
this.ImageList = imglist;
this.ImageIndex = url;
//this.imgurl = “/img/“ + url + “.gif“;
this.Click += new System.EventHandler(this.newclick);

}

private void newclick(object sender System.EventArgs e)
{
if(this.BackColor != Color.Aqua)
{
this.BackColor = Color.Aqua;
//System.Console.WriteLine(this.table_number[ij]);
this.container.is_adog_equal(new Point(ij));
}
else
{
this.BackColor = Color.LightBlue;
this.container.reset_selected_point();
}
}
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1343  2006-07-04 16:48  连连看游戏 C#源码\adog.cs

     文件       1733  2001-09-20 23:25  连连看游戏 C#源码\adog.resx

     文件       1078  2006-06-29 15:51  连连看游戏 C#源码\App.ico

     文件       1846  2006-06-29 15:51  连连看游戏 C#源码\AssemblyInfo.cs

     文件        727  2006-07-05 16:31  连连看游戏 C#源码\BasicSetting.cs

     文件      24530  2005-05-07 04:30  连连看游戏 C#源码\bin\Debug\wav\w1.wav

     文件     126976  2009-02-07 15:49  连连看游戏 C#源码\bin\Debug\连连看看.exe

     文件     110080  2009-02-07 15:49  连连看游戏 C#源码\bin\Debug\连连看看.pdb

     文件      14328  2009-02-07 15:49  连连看游戏 C#源码\bin\Debug\连连看看.vshost.exe

     文件        490  2007-07-21 01:33  连连看游戏 C#源码\bin\Debug\连连看看.vshost.exe.manifest

     文件      16236  2009-02-07 15:50  连连看游戏 C#源码\Form1.cs

     文件     128434  2009-02-07 15:50  连连看游戏 C#源码\Form1.resx

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\1.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\10.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\11.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\12.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\13.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\14.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\15.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\16.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\17.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\18.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\19.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\2.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\20.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\21.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\22.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\23.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\24.bmp

     文件       4856  2006-04-25 17:03  连连看游戏 C#源码\img\25.bmp

............此处省略82个文件信息

评论

共有 条评论