• 大小: 212KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-15
  • 语言: C#
  • 标签: c#  

资源简介

一款非常好玩的益智游戏,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;

namespace _2048
{
    public partial class _2048messageBox : Form
    {
        public _2048messageBox()
        {
            InitializeComponent();
        }
        public string a { get; set; }
        public string b { get; set; }

        private void _2048messageBox_Load(object sender EventArgs e)
        {
            label1.Text = a;
            textBox1.Text = b;
            this.TopLevel = true;
        }
        public void b_add(string x)
        {
            textBox1.AppendText(x);
        }


        private void _2048messageBox_MouseClick(object sender MouseEventArgs e)
        {
            this.Close();
        }

        private void _2048messageBox_KeyDown(object sender KeyEventArgs e)
        {
            if (e.KeyCode == Keys.Enter)
                this.Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-07-25 14:59  C#2048源码\
     目录           0  2014-06-04 21:48  C#2048源码\2048\
     目录           0  2014-06-05 22:12  C#2048源码\2048\2048\
     文件         854  2014-06-02 19:06  C#2048源码\2048\2048.sln
     文件       35840  2014-06-05 22:13  C#2048源码\2048\2048.suo
     文件        6214  2014-06-05 22:12  C#2048源码\2048\2048\2048.csproj
     文件         452  2014-06-05 22:12  C#2048源码\2048\2048\2048.csproj.user
     文件       67646  2014-06-05 12:00  C#2048源码\2048\2048\2048.ico
     文件        1050  2014-06-05 21:34  C#2048源码\2048\2048\2048messageBox.cs
     文件        4979  2014-06-05 21:34  C#2048源码\2048\2048\2048messageBox.designer.cs
     文件        5817  2014-06-05 21:34  C#2048源码\2048\2048\2048messageBox.resx
     目录           0  2014-06-04 21:48  C#2048源码\2048\2048\bin\
     目录           0  2014-06-05 22:11  C#2048源码\2048\2048\bin\Debug\
     文件      163840  2014-06-05 22:12  C#2048源码\2048\2048\bin\Debug\2048.exe
     文件       56832  2014-06-05 22:12  C#2048源码\2048\2048\bin\Debug\2048.pdb
     文件       11600  2014-06-05 22:12  C#2048源码\2048\2048\bin\Debug\2048.vshost.exe
     文件         490  2010-03-17 22:39  C#2048源码\2048\2048\bin\Debug\2048.vshost.exe.manifest
     目录           0  2014-06-02 19:06  C#2048源码\2048\2048\bin\Release\
     文件       13283  2014-06-05 22:11  C#2048源码\2048\2048\Class1.cs
     文件       12239  2014-06-05 22:11  C#2048源码\2048\2048\Form1.cs
     文件        8145  2014-06-05 21:30  C#2048源码\2048\2048\Form1.Designer.cs
     文件      107589  2014-06-05 21:30  C#2048源码\2048\2048\Form1.resx
     文件         638  2014-06-05 13:43  C#2048源码\2048\2048\Game_Over.cs
     文件        8471  2014-06-05 13:37  C#2048源码\2048\2048\Game_Over.designer.cs
     文件        5817  2014-06-05 13:37  C#2048源码\2048\2048\Game_Over.resx
     目录           0  2014-06-04 21:48  C#2048源码\2048\2048\obj\
     目录           0  2014-06-04 21:48  C#2048源码\2048\2048\obj\x86\
     目录           0  2014-06-05 22:12  C#2048源码\2048\2048\obj\x86\Debug\
     文件         774  2014-06-05 22:12  C#2048源码\2048\2048\obj\x86\Debug\2048.csproj.FileListAbsolute.txt
     文件      163840  2014-06-05 22:12  C#2048源码\2048\2048\obj\x86\Debug\2048.exe
     文件       56832  2014-06-05 22:12  C#2048源码\2048\2048\obj\x86\Debug\2048.pdb
............此处省略17个文件信息

评论

共有 条评论