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

📄 jiugongform.designer.cs

📁 这是有一个解决八数码问题的程序! 主要应用了宽度优先搜索法! 是用C#开发的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.PicBoxAim8.Location = new System.Drawing.Point(118, 120);
            this.PicBoxAim8.Name = "PicBoxAim8";
            this.PicBoxAim8.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim8.TabIndex = 15;
            this.PicBoxAim8.TabStop = false;
            // 
            // PicBoxAim6
            // 
            this.PicBoxAim6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim6.Location = new System.Drawing.Point(3, 120);
            this.PicBoxAim6.Name = "PicBoxAim6";
            this.PicBoxAim6.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim6.TabIndex = 14;
            this.PicBoxAim6.TabStop = false;
            // 
            // PicBoxAim4
            // 
            this.PicBoxAim4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim4.Location = new System.Drawing.Point(62, 61);
            this.PicBoxAim4.Name = "PicBoxAim4";
            this.PicBoxAim4.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim4.TabIndex = 13;
            this.PicBoxAim4.TabStop = false;
            // 
            // PicBoxAim5
            // 
            this.PicBoxAim5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim5.Location = new System.Drawing.Point(118, 61);
            this.PicBoxAim5.Name = "PicBoxAim5";
            this.PicBoxAim5.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim5.TabIndex = 12;
            this.PicBoxAim5.TabStop = false;
            // 
            // PicBoxAim3
            // 
            this.PicBoxAim3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim3.Location = new System.Drawing.Point(3, 61);
            this.PicBoxAim3.Name = "PicBoxAim3";
            this.PicBoxAim3.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim3.TabIndex = 11;
            this.PicBoxAim3.TabStop = false;
            // 
            // PicBoxAim1
            // 
            this.PicBoxAim1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim1.Location = new System.Drawing.Point(62, 3);
            this.PicBoxAim1.Name = "PicBoxAim1";
            this.PicBoxAim1.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim1.TabIndex = 10;
            this.PicBoxAim1.TabStop = false;
            // 
            // PicBoxAim2
            // 
            this.PicBoxAim2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim2.Location = new System.Drawing.Point(118, 3);
            this.PicBoxAim2.Name = "PicBoxAim2";
            this.PicBoxAim2.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim2.TabIndex = 9;
            this.PicBoxAim2.TabStop = false;
            // 
            // PicBoxAim0
            // 
            this.PicBoxAim0.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim0.Location = new System.Drawing.Point(3, 3);
            this.PicBoxAim0.Name = "PicBoxAim0";
            this.PicBoxAim0.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim0.TabIndex = 8;
            this.PicBoxAim0.TabStop = false;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Controls.Add(this.btnStart);
            this.groupBox3.Controls.Add(this.lblMinSteps);
            this.groupBox3.Controls.Add(this.btnAuto);
            this.groupBox3.Controls.Add(this.btnNext);
            this.groupBox3.Controls.Add(this.btnPrev);
            this.groupBox3.Location = new System.Drawing.Point(424, 256);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(192, 152);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "操作区";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(24, 56);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 12;
            this.label1.Text = "最小步数:";
            // 
            // btnStart
            // 
            this.btnStart.Location = new System.Drawing.Point(16, 24);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(160, 23);
            this.btnStart.TabIndex = 11;
            this.btnStart.Text = "开 始 演 示";
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // lblMinSteps
            // 
            this.lblMinSteps.AutoSize = true;
            this.lblMinSteps.Location = new System.Drawing.Point(104, 64);
            this.lblMinSteps.Name = "lblMinSteps";
            this.lblMinSteps.Size = new System.Drawing.Size(0, 12);
            this.lblMinSteps.TabIndex = 10;
            // 
            // btnAuto
            // 
            this.btnAuto.Location = new System.Drawing.Point(16, 120);
            this.btnAuto.Name = "btnAuto";
            this.btnAuto.Size = new System.Drawing.Size(160, 23);
            this.btnAuto.TabIndex = 8;
            this.btnAuto.Text = "自 动 演 示";
            this.btnAuto.UseVisualStyleBackColor = true;
            this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click);
            // 
            // btnNext
            // 
            this.btnNext.Location = new System.Drawing.Point(104, 88);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(75, 23);
            this.btnNext.TabIndex = 5;
            this.btnNext.Text = "下一步";
            this.btnNext.UseVisualStyleBackColor = true;
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // btnPrev
            // 
            this.btnPrev.Location = new System.Drawing.Point(16, 88);
            this.btnPrev.Name = "btnPrev";
            this.btnPrev.Size = new System.Drawing.Size(75, 23);
            this.btnPrev.TabIndex = 4;
            this.btnPrev.Text = "上一步";
            this.btnPrev.UseVisualStyleBackColor = true;
            this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
            // 
            // imageListBig
            // 
            this.imageListBig.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBig.ImageStream")));
            this.imageListBig.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListBig.Images.SetKeyName(0, "BigBank.jpg");
            this.imageListBig.Images.SetKeyName(1, "1.jpg");
            this.imageListBig.Images.SetKeyName(2, "2.jpg");
            this.imageListBig.Images.SetKeyName(3, "3.jpg");
            this.imageListBig.Images.SetKeyName(4, "4.jpg");
            this.imageListBig.Images.SetKeyName(5, "5.jpg");
            this.imageListBig.Images.SetKeyName(6, "6.jpg");
            this.imageListBig.Images.SetKeyName(7, "7.jpg");
            this.imageListBig.Images.SetKeyName(8, "8.jpg");
            // 
            // imageListSmall
            // 
            this.imageListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
            this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListSmall.Images.SetKeyName(0, "SmallBank.jpg");
            this.imageListSmall.Images.SetKeyName(1, "1Small.jpg");
            this.imageListSmall.Images.SetKeyName(2, "2Small.jpg");
            this.imageListSmall.Images.SetKeyName(3, "3Small.jpg");
            this.imageListSmall.Images.SetKeyName(4, "4Small.jpg");
            this.imageListSmall.Images.SetKeyName(5, "5Small.jpg");
            this.imageListSmall.Images.SetKeyName(6, "6Small.jpg");
            this.imageListSmall.Images.SetKeyName(7, "7Small.jpg");
            this.imageListSmall.Images.SetKeyName(8, "8Small.jpg");
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // JiuGongForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.ClientSize = new System.Drawing.Size(647, 431);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.MaximumSize = new System.Drawing.Size(655, 465);
            this.Name = "JiuGongForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "九宫格最小步数演示程序(广度优先)";
            this.Load += new System.EventHandler(this.JiuGongForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit7)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim0)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.PictureBox PicBoxAim1;
        private System.Windows.Forms.PictureBox PicBoxAim2;
        private System.Windows.Forms.PictureBox PicBoxAim0;
        private System.Windows.Forms.PictureBox PicBoxAim7;
        private System.Windows.Forms.PictureBox PicBoxAim8;
        private System.Windows.Forms.PictureBox PicBoxAim6;
        private System.Windows.Forms.PictureBox PicBoxAim4;
        private System.Windows.Forms.PictureBox PicBoxAim5;
        private System.Windows.Forms.PictureBox PicBoxAim3;
        private System.Windows.Forms.PictureBox PicBoxInit3;
        private System.Windows.Forms.PictureBox PicBoxInit2;
        private System.Windows.Forms.PictureBox PicBoxInit1;
        private System.Windows.Forms.PictureBox PicBoxInit6;
        private System.Windows.Forms.PictureBox PicBoxInit5;
        private System.Windows.Forms.PictureBox PicBoxInit4;
        private System.Windows.Forms.PictureBox PicBoxInit9;
        private System.Windows.Forms.PictureBox PicBoxInit8;
        private System.Windows.Forms.PictureBox PicBoxInit7;
        private System.Windows.Forms.Button btnNewInitState;
        private System.Windows.Forms.Button btnNextAim;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label lblMinSteps;
        private System.Windows.Forms.Button btnAuto;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.Button btnPrev;
        private System.Windows.Forms.ImageList imageListBig;
        private System.Windows.Forms.ImageList imageListSmall;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Timer timer1;
    }
}

⌨️ 快捷键说明

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