• 大小: 1.74M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 连连看  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Media;
using System.Runtime.InteropServices;
using System.Threading;
using System.Resources;
using System.Reflection;

//=======================================================================
//本程序由本人独立完成允许修改但请保留本处.
//联系方式:blessyou312@163.com
//blog:blog.csdn.net/blessyou312   hi.baidu.com/blessyou312
//=======================================================================
namespace LLK
{
    public partial class Form1 : Form
    {
        #region//API
        [DllImport(“Winmm.dll“)]   
         public   static   extern   long   PlaySound(string   namelong     modulelong   flag);
   

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

     文件      25214  2008-01-06 16:25  LLK\2.ICO

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\1.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\10.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\10_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\10_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\11.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\11_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\11_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\12.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\12_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\12_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\13.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\13_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\13_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\14.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\14_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\14_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\15.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\15_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\15_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\16.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\16_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\16_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\17.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\17_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\17_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\18.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\18_L1.bmp

     文件       3318  2006-01-16 23:43  LLK\bin\Debug\Images0\18_L2.bmp

     文件       4342  2005-06-02 13:59  LLK\bin\Debug\Images0\19.bmp

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

评论

共有 条评论