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

📄 mainform.designer.cs

📁 编写一个“密室寻宝”算法(以下简称算法)
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.toolStripAuto.Size = new System.Drawing.Size(23, 22);
            this.toolStripAuto.Text = "Auto Create Map";
            this.toolStripAuto.Click += new System.EventHandler(this.toolStripAuto_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripClear
            // 
            this.toolStripClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripClear.Enabled = false;
            this.toolStripClear.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.clear;
            this.toolStripClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripClear.Name = "toolStripClear";
            this.toolStripClear.Size = new System.Drawing.Size(23, 22);
            this.toolStripClear.Text = "Clear";
            this.toolStripClear.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripWall
            // 
            this.toolStripWall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripWall.Enabled = false;
            this.toolStripWall.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.wall;
            this.toolStripWall.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripWall.Name = "toolStripWall";
            this.toolStripWall.Size = new System.Drawing.Size(23, 22);
            this.toolStripWall.Text = "Wall";
            this.toolStripWall.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripCoin
            // 
            this.toolStripCoin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripCoin.Enabled = false;
            this.toolStripCoin.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.Coin;
            this.toolStripCoin.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripCoin.Name = "toolStripCoin";
            this.toolStripCoin.Size = new System.Drawing.Size(23, 22);
            this.toolStripCoin.Text = "Coin";
            this.toolStripCoin.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripGem
            // 
            this.toolStripGem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripGem.Enabled = false;
            this.toolStripGem.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.Gem;
            this.toolStripGem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripGem.Name = "toolStripGem";
            this.toolStripGem.Size = new System.Drawing.Size(23, 22);
            this.toolStripGem.Text = "Gem";
            this.toolStripGem.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripHolyA
            // 
            this.toolStripHolyA.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripHolyA.Enabled = false;
            this.toolStripHolyA.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.HolyA;
            this.toolStripHolyA.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripHolyA.Name = "toolStripHolyA";
            this.toolStripHolyA.Size = new System.Drawing.Size(23, 22);
            this.toolStripHolyA.Text = "HolyA";
            this.toolStripHolyA.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripHolyB
            // 
            this.toolStripHolyB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripHolyB.Enabled = false;
            this.toolStripHolyB.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.HolyB;
            this.toolStripHolyB.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripHolyB.Name = "toolStripHolyB";
            this.toolStripHolyB.Size = new System.Drawing.Size(23, 22);
            this.toolStripHolyB.Text = "HolyB";
            this.toolStripHolyB.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripHolyC
            // 
            this.toolStripHolyC.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripHolyC.Enabled = false;
            this.toolStripHolyC.Image = global::GrapeCity.Competition.TreasureHouse.Properties.Resources.HolyC;
            this.toolStripHolyC.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripHolyC.Name = "toolStripHolyC";
            this.toolStripHolyC.Size = new System.Drawing.Size(23, 22);
            this.toolStripHolyC.Text = "HolyC";
            this.toolStripHolyC.Click += new System.EventHandler(this.toolStripEditorTag_Click);
            // 
            // toolStripMaxStep
            // 
            this.toolStripMaxStep.MaxLength = 3;
            this.toolStripMaxStep.Name = "toolStripMaxStep";
            this.toolStripMaxStep.ReadOnly = true;
            this.toolStripMaxStep.Size = new System.Drawing.Size(100, 25);
            this.toolStripMaxStep.ToolTipText = "MaxStep";
            this.toolStripMaxStep.TextChanged += new System.EventHandler(this.toolStripMaxStep_TextChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.propertyGridResult);
            this.splitContainer1.Panel1.Controls.Add(this.buttonLoad);
            this.splitContainer1.Panel1.Controls.Add(this.buttonReplay);
            this.splitContainer1.Panel1.Controls.Add(this.buttonRun);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.toolStripContainer1);
            this.splitContainer1.Size = new System.Drawing.Size(670, 501);
            this.splitContainer1.SplitterDistance = 212;
            this.splitContainer1.TabIndex = 3;
            // 
            // propertyGridResult
            // 
            this.propertyGridResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.propertyGridResult.HelpVisible = false;
            this.propertyGridResult.Location = new System.Drawing.Point(12, 273);
            this.propertyGridResult.Name = "propertyGridResult";
            this.propertyGridResult.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
            this.propertyGridResult.Size = new System.Drawing.Size(188, 216);
            this.propertyGridResult.TabIndex = 1;
            this.propertyGridResult.ToolbarVisible = false;
            // 
            // buttonRun
            // 
            this.buttonRun.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonRun.Enabled = false;
            this.buttonRun.Location = new System.Drawing.Point(12, 99);
            this.buttonRun.Name = "buttonRun";
            this.buttonRun.Size = new System.Drawing.Size(188, 81);
            this.buttonRun.TabIndex = 0;
            this.buttonRun.Text = "Run";
            this.buttonRun.UseVisualStyleBackColor = true;
            this.buttonRun.Click += new System.EventHandler(this.buttonRun_Click);
            // 
            // buttonReplay
            // 
            this.buttonReplay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonReplay.Enabled = false;
            this.buttonReplay.Location = new System.Drawing.Point(12, 186);
            this.buttonReplay.Name = "buttonReplay";
            this.buttonReplay.Size = new System.Drawing.Size(188, 81);
            this.buttonReplay.TabIndex = 0;
            this.buttonReplay.Text = "Replay";
            this.buttonReplay.UseVisualStyleBackColor = true;
            this.buttonReplay.Click += new System.EventHandler(this.buttonReplay_Click);
            // 
            // buttonLoad
            // 
            this.buttonLoad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonLoad.Location = new System.Drawing.Point(12, 12);
            this.buttonLoad.Name = "buttonLoad";
            this.buttonLoad.Size = new System.Drawing.Size(188, 81);
            this.buttonLoad.TabIndex = 0;
            this.buttonLoad.Text = "Load Explorer";
            this.buttonLoad.UseVisualStyleBackColor = true;
            this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
            // 
            // mapViewer1
            // 
            this.mapViewer1.BackColor = System.Drawing.Color.White;
            this.mapViewer1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.mapViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mapViewer1.Location = new System.Drawing.Point(0, 0);
            this.mapViewer1.Map = null;
            this.mapViewer1.Name = "mapViewer1";
            this.mapViewer1.Positions = null;
            this.mapViewer1.ShowGridLine = true;
            this.mapViewer1.Size = new System.Drawing.Size(450, 450);
            this.mapViewer1.TabIndex = 0;
            this.mapViewer1.Text = "mapViewer1";
            this.mapViewer1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mapViewer1_MouseMove);
            this.mapViewer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapViewer1_MouseMove);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(670, 501);
            this.Controls.Add(this.splitContainer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Text = "TreasureHouse Tester";
            this.toolStripStandard.ResumeLayout(false);
            this.toolStripStandard.PerformLayout();
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStripEditTools.ResumeLayout(false);
            this.toolStripEditTools.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private GrapeCity.Competition.TreasureHouse.MapViewer mapViewer1;
        private System.Windows.Forms.ToolStrip toolStripStandard;
        private System.Windows.Forms.ToolStripButton toolStripLoad;
        private System.Windows.Forms.ToolStripButton toolStripSave;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton toolStripEdit;
        private System.Windows.Forms.ToolStripButton toolStripClear;
        private System.Windows.Forms.ToolStripButton toolStripWall;
        private System.Windows.Forms.ToolStripButton toolStripCoin;
        private System.Windows.Forms.ToolStripButton toolStripGem;
        private System.Windows.Forms.ToolStripButton toolStripHolyA;
        private System.Windows.Forms.ToolStripButton toolStripHolyB;
        private System.Windows.Forms.ToolStripButton toolStripHolyC;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton toolStripGridline;
        private System.Windows.Forms.ToolStripContainer toolStripContainer1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ToolStrip toolStripEditTools;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripMapInfo;
        private System.Windows.Forms.ToolStripTextBox toolStripMaxStep;
        private System.Windows.Forms.ToolStripDropDownButton toolStripNew;
        private System.Windows.Forms.ToolStripMenuItem easyToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem normalToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem hardToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripAuto;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.Button buttonLoad;
        private System.Windows.Forms.Button buttonRun;
        private System.Windows.Forms.PropertyGrid propertyGridResult;
        private System.Windows.Forms.Button buttonReplay;
    }
}

⌨️ 快捷键说明

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