• 大小: 2.26M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 游戏  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace 彩色连珠
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            
        }

        private void button1_Click(object sender EventArgs e)
        {

        }
        int x = 10;
        private void panel1_Paint(object sender PaintEventArgs e)
        {
            this.panel1.BackgroundImage = Image.FromFile(@“F:\我的图片\我的图片\2008-08\7a57ba2b9ea496ebe7cd4060.jpg“);
                Graphics g = panel1.CreateGraphics();
            g.InterpolationMode

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-02-19 23:19  彩色连珠\
     文件         878  2012-06-04 23:26  彩色连珠.sln
     文件         144  2012-07-29 00:09  彩色连珠\app.config
     目录           0  2012-07-18 21:03  彩色连珠\bin\
     目录           0  2013-03-01 15:42  彩色连珠\bin\Debug\
     文件       97280  2012-07-28 22:37  彩色连珠\bin\Debug\AMicroblogAPI.dll
     文件      216576  2012-07-28 22:37  彩色连珠\bin\Debug\AMicroblogAPI.pdb
     文件      153425  2012-07-28 22:37  彩色连珠\bin\Debug\AMicroblogAPI.xml
     文件        6233  2008-10-18 11:23  彩色连珠\bin\Debug\Delete.png
     文件       60686  2013-02-09 14:14  彩色连珠\bin\Debug\GetScore.wav
     文件       21876  2013-02-09 14:17  彩色连珠\bin\Debug\MoveError.wav
     文件        8422  2013-02-09 14:23  彩色连珠\bin\Debug\MoveStart.wav
     文件       21594  2013-02-09 14:22  彩色连珠\bin\Debug\MoveSuccess.wav
     文件       21025  2008-10-17 10:52  彩色连珠\bin\Debug\Play.png
     文件        1304  2013-04-05 23:12  彩色连珠\bin\Debug\score.dat
     文件        1428  2011-05-04 22:30  彩色连珠\bin\Debug\SinaWeibo_PNG.png
     文件       60721  2013-02-22 21:44  彩色连珠\bin\Debug\weiboTemp.png
     文件        4368  2012-07-28 23:48  彩色连珠\bin\Debug\分享到微博_32.gif
     文件      470016  2013-02-20 17:03  彩色连珠\bin\Debug\彩色连珠.exe
     文件         144  2012-07-29 00:09  彩色连珠\bin\Debug\彩色连珠.exe.config
     文件      101888  2013-02-20 17:03  彩色连珠\bin\Debug\彩色连珠.pdb
     文件       18880  2012-07-18 22:25  彩色连珠\bin\Debug\彩色连珠.png
     文件       11600  2013-02-20 17:03  彩色连珠\bin\Debug\彩色连珠.vshost.exe
     文件         144  2012-07-29 00:09  彩色连珠\bin\Debug\彩色连珠.vshost.exe.config
     文件         490  2012-06-02 22:34  彩色连珠\bin\Debug\彩色连珠.vshost.exe.manifest
     文件       67646  2012-07-18 22:26  彩色连珠\bin\Debug\彩色连珠_128.ico
     文件        1150  2012-07-18 22:26  彩色连珠\bin\Debug\彩色连珠_16.ico
     文件         880  2013-02-20 00:55  彩色连珠\bin\Debug\版本更新历史.txt
     目录           0  2013-02-20 11:19  彩色连珠\bin\Debug\球\
     文件       10903  2012-07-18 16:25  彩色连珠\bin\Debug\球\Black.png
     文件       11942  2012-06-12 14:21  彩色连珠\bin\Debug\球\Blue.png
............此处省略91个文件信息

评论

共有 条评论