⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setgame.cs

📁 a mine sweeper game on smartphone, using Visual Studio.net 2005 in C#
💻 CS
字号:
#region Using directives

using System;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
using System.Data;

#endregion

namespace Mine
{
    /// <summary>
    /// 砞﹚笴栏
    /// </summary>
    public class setform : System.Windows.Forms.Form
    {
        private Label label1;///<labbel bomb
        private MenuItem menuItem1;///<MenuItem OK
        private ComboBox comboBox1;///<ComboBox for bomb

        /// <summary>
        /// Main menu for the form.
        /// </summary>
        private System.Windows.Forms.MainMenu mainMenu1;///<
        private MenuItem menuItem2;///<exit
        private Label label2;///<labbel width
        private Label label3;///<labbel height
        private Label label4;///<labbel size
        private ComboBox comboBox2;///<ComboBox for width
        private ComboBox comboBox3;///<ComboBox for height
        private ComboBox comboBox4;///<ComboBox for size
        public startgame t2;///<startgame

     
        /// <summary>
        /// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -