form1.designer.cs
来自「扫雷源代码,能智能形成堆栈与线程技术应用,是个很有用的游戏开发软件」· CS 代码 · 共 286 行
CS
286 行
namespace MineSweeping
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.MenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.MenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.MenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItem1,
this.MenuItem10});
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.Name = "menuStrip1";
//
// MenuItem1
//
this.MenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItem2,
this.MenuItem3,
this.MenuItem4,
this.MenuItem5,
this.MenuItem6,
this.MenuItem7,
this.MenuItem8,
this.toolStripMenuItem1,
this.toolStripSeparator1,
this.MenuItem9});
this.MenuItem1.Name = "MenuItem1";
resources.ApplyResources(this.MenuItem1, "MenuItem1");
//
// MenuItem2
//
this.MenuItem2.Name = "MenuItem2";
resources.ApplyResources(this.MenuItem2, "MenuItem2");
this.MenuItem2.Click += new System.EventHandler(this.MenuItem2_Click);
//
// MenuItem3
//
this.MenuItem3.Name = "MenuItem3";
resources.ApplyResources(this.MenuItem3, "MenuItem3");
//
// MenuItem4
//
this.MenuItem4.Checked = true;
this.MenuItem4.CheckState = System.Windows.Forms.CheckState.Checked;
this.MenuItem4.Name = "MenuItem4";
resources.ApplyResources(this.MenuItem4, "MenuItem4");
this.MenuItem4.Click += new System.EventHandler(this.初级BToolStripMenuItem_Click);
//
// MenuItem5
//
this.MenuItem5.Name = "MenuItem5";
resources.ApplyResources(this.MenuItem5, "MenuItem5");
this.MenuItem5.Click += new System.EventHandler(this.中级TToolStripMenuItem_Click);
//
// MenuItem6
//
this.MenuItem6.Name = "MenuItem6";
resources.ApplyResources(this.MenuItem6, "MenuItem6");
this.MenuItem6.Click += new System.EventHandler(this.高级EToolStripMenuItem_Click);
//
// MenuItem7
//
this.MenuItem7.Name = "MenuItem7";
resources.ApplyResources(this.MenuItem7, "MenuItem7");
this.MenuItem7.Click += new System.EventHandler(this.自定义ToolStripMenuItem_Click);
//
// MenuItem8
//
this.MenuItem8.Name = "MenuItem8";
resources.ApplyResources(this.MenuItem8, "MenuItem8");
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// MenuItem9
//
this.MenuItem9.Name = "MenuItem9";
resources.ApplyResources(this.MenuItem9, "MenuItem9");
this.MenuItem9.Click += new System.EventHandler(this.MenuItem9_Click);
//
// MenuItem10
//
this.MenuItem10.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItem11,
this.MenuItem12});
this.MenuItem10.Name = "MenuItem10";
resources.ApplyResources(this.MenuItem10, "MenuItem10");
//
// MenuItem11
//
this.MenuItem11.Name = "MenuItem11";
resources.ApplyResources(this.MenuItem11, "MenuItem11");
this.MenuItem11.Click += new System.EventHandler(this.MenuItem11_Click);
//
// MenuItem12
//
this.MenuItem12.Name = "MenuItem12";
resources.ApplyResources(this.MenuItem12, "MenuItem12");
this.MenuItem12.Click += new System.EventHandler(this.MenuItem12_Click);
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// pictureBox6
//
this.pictureBox6.Image = global::MineSweeping.Properties.Resources._0;
resources.ApplyResources(this.pictureBox6, "pictureBox6");
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Image = global::MineSweeping.Properties.Resources._0;
resources.ApplyResources(this.pictureBox5, "pictureBox5");
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Default;
this.pictureBox4.Image = global::MineSweeping.Properties.Resources._0;
resources.ApplyResources(this.pictureBox4, "pictureBox4");
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = global::MineSweeping.Properties.Resources._0;
resources.ApplyResources(this.pictureBox3, "pictureBox3");
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::MineSweeping.Properties.Resources._0;
resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::MineSweeping.Properties.Resources._0;
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.White;
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Image = global::MineSweeping.Properties.Resources.Face1;
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseCompatibleTextRendering = true;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.Controls.Add(this.pictureBox6);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "Form1";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button[,] buttonarray = new System.Windows.Forms.Button[40,40];
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem MenuItem1;
private System.Windows.Forms.ToolStripMenuItem MenuItem2;
private System.Windows.Forms.ToolStripMenuItem MenuItem4;
private System.Windows.Forms.ToolStripMenuItem MenuItem5;
private System.Windows.Forms.ToolStripMenuItem MenuItem10;
private System.Windows.Forms.ToolStripMenuItem MenuItem11;
private System.Windows.Forms.ToolStripMenuItem MenuItem12;
private System.Windows.Forms.ToolStripSeparator MenuItem3;
private System.Windows.Forms.ToolStripMenuItem MenuItem6;
private System.Windows.Forms.ToolStripMenuItem MenuItem7;
private System.Windows.Forms.ToolStripSeparator MenuItem8;
private System.Windows.Forms.ToolStripMenuItem MenuItem9;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?