📄 towerview.designer.cs
字号:
namespace TowerView
{
partial class TowerView
{
/// <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(TowerView));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gameMode = new System.Windows.Forms.ToolStripMenuItem();
this.viewMode = new System.Windows.Forms.ToolStripMenuItem();
this.exit = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.towerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.blkLabel = new System.Windows.Forms.ToolStripLabel();
this.blkComboBox = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.SltSrcDst = new System.Windows.Forms.ToolStripDropDownButton();
this.column1To2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.column1To3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.column2To1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.column2To3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.column3To1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.column3To2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.Excute = new System.Windows.Forms.ToolStripButton();
this.Start = new System.Windows.Forms.ToolStripButton();
this.Pause = new System.Windows.Forms.ToolStripButton();
this.Stop = new System.Windows.Forms.ToolStripButton();
this.Clear = new System.Windows.Forms.ToolStripButton();
this.speedLabel = new System.Windows.Forms.ToolStripLabel();
this.SpeedUp = new System.Windows.Forms.ToolStripButton();
this.SpeedDown = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.twrPlt = new System.Windows.Forms.FlowLayoutPanel();
this.status = new System.Windows.Forms.StatusStrip();
this.MoveTime = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.MoveMode = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.status.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.aboutToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(649, 24);
this.menuStrip1.TabIndex = 15;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.gameMode,
this.viewMode,
this.exit});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.fileToolStripMenuItem.Text = "&File";
this.fileToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.fileToolStripMenuItem_DropDownItemClicked);
//
// gameMode
//
this.gameMode.Name = "gameMode";
this.gameMode.Size = new System.Drawing.Size(124, 22);
this.gameMode.Text = "&Game Mode";
//
// viewMode
//
this.viewMode.Name = "viewMode";
this.viewMode.Size = new System.Drawing.Size(124, 22);
this.viewMode.Text = "&View Mode";
//
// exit
//
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(124, 22);
this.exit.Text = "E&xit";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.towerToolStripMenuItem});
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.aboutToolStripMenuItem.Text = "&Help";
//
// towerToolStripMenuItem
//
this.towerToolStripMenuItem.Image = global::TowerView.Properties.Resources.ico;
this.towerToolStripMenuItem.Name = "towerToolStripMenuItem";
this.towerToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.towerToolStripMenuItem.Text = "&About...";
this.towerToolStripMenuItem.Click += new System.EventHandler(this.towerToolStripMenuItem_Click);
//
// blkLabel
//
this.blkLabel.Name = "blkLabel";
this.blkLabel.Size = new System.Drawing.Size(71, 22);
this.blkLabel.Text = "BlockNumber";
//
// blkComboBox
//
this.blkComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.blkComboBox.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.blkComboBox.Name = "blkComboBox";
this.blkComboBox.Size = new System.Drawing.Size(75, 25);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.blkLabel,
this.blkComboBox,
this.SltSrcDst,
this.Excute,
this.toolStripSeparator1,
this.Start,
this.Pause,
this.Stop,
this.toolStripSeparator2,
this.Clear,
this.toolStripSeparator3,
this.speedLabel,
this.SpeedUp,
this.SpeedDown,
this.toolStripSeparator4});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(649, 25);
this.toolStrip1.TabIndex = 16;
this.toolStrip1.Text = "toolStrip1";
//
// SltSrcDst
//
this.SltSrcDst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.SltSrcDst.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.column1To2ToolStripMenuItem,
this.column1To3ToolStripMenuItem,
this.column2To1ToolStripMenuItem,
this.column2To3ToolStripMenuItem,
this.column3To1ToolStripMenuItem,
this.column3To2ToolStripMenuItem});
this.SltSrcDst.Image = ((System.Drawing.Image)(resources.GetObject("SltSrcDst.Image")));
this.SltSrcDst.ImageTransparentColor = System.Drawing.Color.Magenta;
this.SltSrcDst.Name = "SltSrcDst";
this.SltSrcDst.Size = new System.Drawing.Size(29, 22);
this.SltSrcDst.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.SltSrcDst_DropDownItemClicked);
//
// column1To2ToolStripMenuItem
//
this.column1To2ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("column1To2ToolStripMenuItem.Image")));
this.column1To2ToolStripMenuItem.Name = "column1To2ToolStripMenuItem";
this.column1To2ToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
this.column1To2ToolStripMenuItem.Text = "Move blocks from Stack1 to Stack2";
//
// column1To3ToolStripMenuItem
//
this.column1To3ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("column1To3ToolStripMenuItem.Image")));
this.column1To3ToolStripMenuItem.Name = "column1To3ToolStripMenuItem";
this.column1To3ToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
this.column1To3ToolStripMenuItem.Text = "Move blocks from Stack1 to Stack3";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -