?? form2.designer.cs
字號(hào):
?namespace winmine
{
partial class Form2
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.游戲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.開始ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.初級(jí)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.中級(jí)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.高級(jí)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.超高級(jí)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.自定義ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關(guān)于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.menuStrip1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(674, 415);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WinMine_MouseDown);
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.WinMine_MouseUp);
//
// button1
//
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Location = new System.Drawing.Point(47, 9);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(29, 27);
this.button1.TabIndex = 1;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.游戲ToolStripMenuItem,
this.關(guān)于ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(678, 24);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
//
// 游戲ToolStripMenuItem
//
this.游戲ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.開始ToolStripMenuItem,
this.初級(jí)ToolStripMenuItem,
this.中級(jí)ToolStripMenuItem,
this.高級(jí)ToolStripMenuItem,
this.超高級(jí)ToolStripMenuItem,
this.自定義ToolStripMenuItem});
this.游戲ToolStripMenuItem.Name = "游戲ToolStripMenuItem";
this.游戲ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.游戲ToolStripMenuItem.Text = "游戲";
//
// 開始ToolStripMenuItem
//
this.開始ToolStripMenuItem.Name = "開始ToolStripMenuItem";
this.開始ToolStripMenuItem.ShortcutKeyDisplayString = "F2";
this.開始ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
this.開始ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.開始ToolStripMenuItem.Text = "開始";
this.開始ToolStripMenuItem.Click += new System.EventHandler(this.開始ToolStripMenuItem_Click);
//
// 初級(jí)ToolStripMenuItem
//
this.初級(jí)ToolStripMenuItem.Name = "初級(jí)ToolStripMenuItem";
this.初級(jí)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.初級(jí)ToolStripMenuItem.Text = "初級(jí)";
this.初級(jí)ToolStripMenuItem.Click += new System.EventHandler(this.初級(jí)ToolStripMenuItem_Click);
//
// 中級(jí)ToolStripMenuItem
//
this.中級(jí)ToolStripMenuItem.Name = "中級(jí)ToolStripMenuItem";
this.中級(jí)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.中級(jí)ToolStripMenuItem.Text = "中級(jí)";
this.中級(jí)ToolStripMenuItem.Click += new System.EventHandler(this.中級(jí)ToolStripMenuItem_Click);
//
// 高級(jí)ToolStripMenuItem
//
this.高級(jí)ToolStripMenuItem.Name = "高級(jí)ToolStripMenuItem";
this.高級(jí)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.高級(jí)ToolStripMenuItem.Text = "高級(jí)";
this.高級(jí)ToolStripMenuItem.Click += new System.EventHandler(this.高級(jí)ToolStripMenuItem_Click);
//
// 超高級(jí)ToolStripMenuItem
//
this.超高級(jí)ToolStripMenuItem.Name = "超高級(jí)ToolStripMenuItem";
this.超高級(jí)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.超高級(jí)ToolStripMenuItem.Text = "超高級(jí)";
this.超高級(jí)ToolStripMenuItem.Click += new System.EventHandler(this.超高級(jí)ToolStripMenuItem_Click);
//
// 自定義ToolStripMenuItem
//
this.自定義ToolStripMenuItem.Name = "自定義ToolStripMenuItem";
this.自定義ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.自定義ToolStripMenuItem.Text = "自定義";
//
// 關(guān)于ToolStripMenuItem
//
this.關(guān)于ToolStripMenuItem.Name = "關(guān)于ToolStripMenuItem";
this.關(guān)于ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.關(guān)于ToolStripMenuItem.Text = "關(guān)于";
this.關(guān)于ToolStripMenuItem.Click += new System.EventHandler(this.關(guān)于ToolStripMenuItem_Click);
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.Color.LightGray;
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.ImeMode = System.Windows.Forms.ImeMode.On;
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Panel1.Controls.Add(this.textBox2);
this.splitContainer1.Panel1.Controls.Add(this.textBox1);
this.splitContainer1.Panel1.Controls.Add(this.button1);
this.splitContainer1.Panel1.Font = new System.Drawing.Font("華文仿宋", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
this.splitContainer1.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
this.splitContainer1.Size = new System.Drawing.Size(678, 467);
this.splitContainer1.SplitterDistance = 44;
this.splitContainer1.TabIndex = 4;
//
// textBox2
//
this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.textBox2.BackColor = System.Drawing.Color.Black;
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox2.ForeColor = System.Drawing.Color.Red;
this.textBox2.Location = new System.Drawing.Point(636, 10);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(37, 25);
this.textBox2.TabIndex = 4;
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox1
//
this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.textBox1.BackColor = System.Drawing.Color.Black;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.ForeColor = System.Drawing.Color.Red;
this.textBox1.Location = new System.Drawing.Point(5, 9);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(36, 25);
this.textBox1.TabIndex = 3;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(678, 491);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "Form2";
this.ShowIcon = false;
this.Text = "QW版掃雷";
this.SizeChanged += new System.EventHandler(this.Form2_SizeChanged);
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 游戲ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 初級(jí)ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 中級(jí)ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 高級(jí)ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 超高級(jí)ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 自定義ToolStripMenuItem;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem 關(guān)于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 開始ToolStripMenuItem;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -