• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-26
  • 语言: 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 NumGame
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        System.Threading.Thread G_th;
        int G_int_num;
        Random G_random = new Random();
        bool countime = true;
        private void button1_Click(object sender EventArgs e)
        {
            RemoveControls();
            int p_int_x = 10;
            int p_int_y = 60;
            for (int i = 0; i < 100; i++)
            {
                Button bt = new Button();
                bt.Text = (i + 1).ToString();
                bt.Name = (i + 1).ToString();
                bt.Width = 35;
                bt.Height = 35;
                bt.Location = new Point(p_int_x p_int_y);
                bt.Click +=new Ev

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

     文件      10240  2020-06-11 13:07  NumGame\bin\Debug\NumGame.exe

     文件      28160  2020-06-11 13:07  NumGame\bin\Debug\NumGame.pdb

     文件      14328  2020-06-11 11:49  NumGame\bin\Debug\NumGame.vshost.exe

     文件        490  2009-06-11 05:14  NumGame\bin\Debug\NumGame.vshost.exe.manifest

     文件       2887  2020-06-11 12:30  NumGame\Form1.cs

     文件       3585  2020-06-11 12:07  NumGame\Form1.Designer.cs

     文件       5814  2020-06-11 12:07  NumGame\Form1.resx

     文件       3725  2020-06-11 11:00  NumGame\NumGame.csproj

     文件        700  2020-06-11 12:07  NumGame\obj\Debug\NumGame.csproj.FileListAbsolute.txt

     文件        847  2020-06-11 12:07  NumGame\obj\Debug\NumGame.csproj.GenerateResource.Cache

     文件      10240  2020-06-11 13:07  NumGame\obj\Debug\NumGame.exe

     文件        180  2020-06-11 12:07  NumGame\obj\Debug\NumGame.Form1.resources

     文件      28160  2020-06-11 13:07  NumGame\obj\Debug\NumGame.pdb

     文件        180  2020-06-11 11:00  NumGame\obj\Debug\NumGame.Properties.Resources.resources

     文件        488  2020-06-11 10:47  NumGame\Program.cs

     文件       1346  2020-06-11 10:47  NumGame\Properties\AssemblyInfo.cs

     文件       2864  2020-06-11 10:47  NumGame\Properties\Resources.Designer.cs

     文件       5612  2020-06-11 10:47  NumGame\Properties\Resources.resx

     文件       1092  2020-06-11 10:47  NumGame\Properties\Settings.Designer.cs

     文件        249  2020-06-11 10:47  NumGame\Properties\Settings.settings

     目录          0  2020-06-11 10:59  NumGame\obj\Debug\Refactor

     目录          0  2020-06-11 10:47  NumGame\obj\Debug\TempPE

     目录          0  2020-06-11 11:01  NumGame\bin\Debug

     目录          0  2020-06-11 13:07  NumGame\obj\Debug

     目录          0  2020-06-11 10:47  NumGame\bin

     目录          0  2020-06-11 10:47  NumGame\obj

     目录          0  2020-06-11 10:47  NumGame\Properties

     目录          0  2020-06-11 12:30  NumGame

----------- ---------  ---------- -----  ----

               121187                    28

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

评论

共有 条评论