setgame.cs
来自「a mine sweeper game on smartphone, using」· CS 代码 · 共 37 行
CS
37 行
#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 + =
减小字号Ctrl + -
显示快捷键?