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

📄 towerview.designer.cs

📁 暑假学习文件希望可以借鉴!文件在修改中!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // column2To1ToolStripMenuItem
            // 
            this.column2To1ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("column2To1ToolStripMenuItem.Image")));
            this.column2To1ToolStripMenuItem.Name = "column2To1ToolStripMenuItem";
            this.column2To1ToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
            this.column2To1ToolStripMenuItem.Text = "Move blocks from Stack2 to Stack1";
            // 
            // column2To3ToolStripMenuItem
            // 
            this.column2To3ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("column2To3ToolStripMenuItem.Image")));
            this.column2To3ToolStripMenuItem.Name = "column2To3ToolStripMenuItem";
            this.column2To3ToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
            this.column2To3ToolStripMenuItem.Text = "Move blocks from Stack2 to Stack3";
            // 
            // column3To1ToolStripMenuItem
            // 
            this.column3To1ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("column3To1ToolStripMenuItem.Image")));
            this.column3To1ToolStripMenuItem.Name = "column3To1ToolStripMenuItem";
            this.column3To1ToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
            this.column3To1ToolStripMenuItem.Text = "Move blocks from Stack3 to Stack1";
            // 
            // column3To2ToolStripMenuItem
            // 
            this.column3To2ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("column3To2ToolStripMenuItem.Image")));
            this.column3To2ToolStripMenuItem.Name = "column3To2ToolStripMenuItem";
            this.column3To2ToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
            this.column3To2ToolStripMenuItem.Text = "Move blocks from Stack3 to Stack2";
            // 
            // Excute
            // 
            this.Excute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.Excute.Image = ((System.Drawing.Image)(resources.GetObject("Excute.Image")));
            this.Excute.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.Excute.Name = "Excute";
            this.Excute.Size = new System.Drawing.Size(23, 22);
            this.Excute.Text = "Excute";
            this.Excute.Click += new System.EventHandler(this.toolStripExcute_Click);
            // 
            // Start
            // 
            this.Start.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.Start.Image = ((System.Drawing.Image)(resources.GetObject("Start.Image")));
            this.Start.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.Start.Name = "Start";
            this.Start.Size = new System.Drawing.Size(23, 22);
            this.Start.Text = "Start";
            this.Start.Click += new System.EventHandler(this.toolStripStart_Click);
            // 
            // Pause
            // 
            this.Pause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.Pause.Image = ((System.Drawing.Image)(resources.GetObject("Pause.Image")));
            this.Pause.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.Pause.Name = "Pause";
            this.Pause.Size = new System.Drawing.Size(23, 22);
            this.Pause.Text = "Pause";
            this.Pause.Click += new System.EventHandler(this.toolStripPause_Click);
            // 
            // Stop
            // 
            this.Stop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.Stop.Image = ((System.Drawing.Image)(resources.GetObject("Stop.Image")));
            this.Stop.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.Stop.Name = "Stop";
            this.Stop.Size = new System.Drawing.Size(23, 22);
            this.Stop.Text = "Stop";
            this.Stop.Click += new System.EventHandler(this.toolStripStop_Click);
            // 
            // Clear
            // 
            this.Clear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.Clear.Image = ((System.Drawing.Image)(resources.GetObject("Clear.Image")));
            this.Clear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.Clear.Name = "Clear";
            this.Clear.Size = new System.Drawing.Size(23, 22);
            this.Clear.Text = "Clear";
            this.Clear.Click += new System.EventHandler(this.toolStripClear_Click);
            // 
            // speedLabel
            // 
            this.speedLabel.Name = "speedLabel";
            this.speedLabel.Size = new System.Drawing.Size(89, 22);
            this.speedLabel.Text = "Speed: Level 4";
            // 
            // SpeedUp
            // 
            this.SpeedUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.SpeedUp.Image = ((System.Drawing.Image)(resources.GetObject("SpeedUp.Image")));
            this.SpeedUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.SpeedUp.Name = "SpeedUp";
            this.SpeedUp.Size = new System.Drawing.Size(23, 22);
            this.SpeedUp.Text = "Speed Up";
            this.SpeedUp.Click += new System.EventHandler(this.toolStripSpeedUp_Click);
            // 
            // SpeedDown
            // 
            this.SpeedDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.SpeedDown.Image = ((System.Drawing.Image)(resources.GetObject("SpeedDown.Image")));
            this.SpeedDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.SpeedDown.Name = "SpeedDown";
            this.SpeedDown.Size = new System.Drawing.Size(23, 22);
            this.SpeedDown.Text = "Speed Down";
            this.SpeedDown.Click += new System.EventHandler(this.toolStripSpeedDown_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // twrPlt
            // 
            this.twrPlt.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.twrPlt.BackColor = System.Drawing.SystemColors.Control;
            this.twrPlt.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("twrPlt.BackgroundImage")));
            this.twrPlt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.twrPlt.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.twrPlt.Location = new System.Drawing.Point(21, 64);
            this.twrPlt.Name = "twrPlt";
            this.twrPlt.Size = new System.Drawing.Size(605, 395);
            this.twrPlt.TabIndex = 4;
            // 
            // status
            // 
            this.status.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MoveTime,
            this.toolStripStatusLabel1,
            this.MoveMode});
            this.status.Location = new System.Drawing.Point(0, 462);
            this.status.Name = "status";
            this.status.Size = new System.Drawing.Size(649, 22);
            this.status.TabIndex = 17;
            this.status.Text = "statusStrip1";
            // 
            // MoveTime
            // 
            this.MoveTime.AutoSize = false;
            this.MoveTime.Name = "MoveTime";
            this.MoveTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.MoveTime.Size = new System.Drawing.Size(95, 17);
            this.MoveTime.Text = "Move Time:     ";
            this.MoveTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            // 
            // MoveMode
            // 
            this.MoveMode.Name = "MoveMode";
            this.MoveMode.Padding = new System.Windows.Forms.Padding(370, 0, 0, 0);
            this.MoveMode.Size = new System.Drawing.Size(370, 17);
            this.MoveMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // TowerView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(649, 484);
            this.Controls.Add(this.status);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.twrPlt);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(657, 518);
            this.MinimumSize = new System.Drawing.Size(657, 518);
            this.Name = "TowerView";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "TowerView";
            this.Load += new System.EventHandler(this.TowerView_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.status.ResumeLayout(false);
            this.status.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.FlowLayoutPanel twrPlt;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem gameMode;
        private System.Windows.Forms.ToolStripMenuItem viewMode;
        private System.Windows.Forms.ToolStripMenuItem exit;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem towerToolStripMenuItem;
        private System.Windows.Forms.ToolStripLabel blkLabel;
        private System.Windows.Forms.ToolStripComboBox blkComboBox;
        private System.Windows.Forms.ToolStripButton Excute;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton Start;
        private System.Windows.Forms.ToolStripButton Pause;
        private System.Windows.Forms.ToolStripButton Stop;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton Clear;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton SpeedUp;
        private System.Windows.Forms.ToolStripButton SpeedDown;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripLabel speedLabel;
        private System.Windows.Forms.ToolStripDropDownButton SltSrcDst;
        private System.Windows.Forms.ToolStripMenuItem column1To2ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem column1To3ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem column2To1ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem column2To3ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem column3To1ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem column3To2ToolStripMenuItem;
        private System.Windows.Forms.StatusStrip status;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel MoveTime;
        private System.Windows.Forms.ToolStripStatusLabel MoveMode;
    }
}

⌨️ 快捷键说明

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