91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 471.3 KB
    文件類(lèi)型: .rar
    金幣: 1
    下載: 1 次
    發(fā)布日期: 2024-09-24
  • 語(yǔ)言: C#
  • 標(biāo)簽: C#源碼??

資源簡(jiǎn)介

連連看游戲,C#源碼,有提示和洗牌功能,VisualStudio2008創(chuàng)建

資源截圖

代碼片段和文件信息

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

namespace?連連看看
{
///?
///?adog?的摘要說(shuō)明。
///?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();
}
}
}
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件???????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個(gè)文件信息

評(píng)論

共有 條評(píng)論