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

📄 jiugongform.designer.cs

📁 这是有一个解决八数码问题的程序! 主要应用了宽度优先搜索法! 是用C#开发的
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace JiuGong
{
    partial class JiuGongForm
    {
        /// <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(JiuGongForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnNewInitState = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.PicBoxInit3 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit2 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit1 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit6 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit5 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit4 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit9 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit8 = new System.Windows.Forms.PictureBox();
            this.PicBoxInit7 = new System.Windows.Forms.PictureBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnNextAim = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.PicBoxAim7 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim8 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim6 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim4 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim5 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim3 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim1 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim2 = new System.Windows.Forms.PictureBox();
            this.PicBoxAim0 = new System.Windows.Forms.PictureBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnStart = new System.Windows.Forms.Button();
            this.lblMinSteps = new System.Windows.Forms.Label();
            this.btnAuto = new System.Windows.Forms.Button();
            this.btnNext = new System.Windows.Forms.Button();
            this.btnPrev = new System.Windows.Forms.Button();
            this.imageListBig = new System.Windows.Forms.ImageList(this.components);
            this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxInit7)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicBoxAim0)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnNewInitState);
            this.groupBox1.Controls.Add(this.panel1);
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.groupBox1.Location = new System.Drawing.Point(23, 14);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(370, 394);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "初始状态";
            // 
            // btnNewInitState
            // 
            this.btnNewInitState.Location = new System.Drawing.Point(80, 360);
            this.btnNewInitState.Name = "btnNewInitState";
            this.btnNewInitState.Size = new System.Drawing.Size(208, 23);
            this.btnNewInitState.TabIndex = 2;
            this.btnNewInitState.Text = "新的初始状态";
            this.btnNewInitState.UseVisualStyleBackColor = true;
            this.btnNewInitState.Click += new System.EventHandler(this.btnNewInitState_Click);
            // 
            // panel1
            // 
            this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.PicBoxInit3);
            this.panel1.Controls.Add(this.PicBoxInit2);
            this.panel1.Controls.Add(this.PicBoxInit1);
            this.panel1.Controls.Add(this.PicBoxInit6);
            this.panel1.Controls.Add(this.PicBoxInit5);
            this.panel1.Controls.Add(this.PicBoxInit4);
            this.panel1.Controls.Add(this.PicBoxInit9);
            this.panel1.Controls.Add(this.PicBoxInit8);
            this.panel1.Controls.Add(this.PicBoxInit7);
            this.panel1.Location = new System.Drawing.Point(32, 27);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(312, 309);
            this.panel1.TabIndex = 0;
            // 
            // PicBoxInit3
            // 
            this.PicBoxInit3.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit3.Location = new System.Drawing.Point(204, 16);
            this.PicBoxInit3.Name = "PicBoxInit3";
            this.PicBoxInit3.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit3.TabIndex = 17;
            this.PicBoxInit3.TabStop = false;
            // 
            // PicBoxInit2
            // 
            this.PicBoxInit2.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit2.Location = new System.Drawing.Point(114, 16);
            this.PicBoxInit2.Name = "PicBoxInit2";
            this.PicBoxInit2.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit2.TabIndex = 16;
            this.PicBoxInit2.TabStop = false;
            // 
            // PicBoxInit1
            // 
            this.PicBoxInit1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit1.Location = new System.Drawing.Point(24, 16);
            this.PicBoxInit1.Name = "PicBoxInit1";
            this.PicBoxInit1.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit1.TabIndex = 15;
            this.PicBoxInit1.TabStop = false;
            // 
            // PicBoxInit6
            // 
            this.PicBoxInit6.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit6.Location = new System.Drawing.Point(204, 106);
            this.PicBoxInit6.Name = "PicBoxInit6";
            this.PicBoxInit6.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit6.TabIndex = 14;
            this.PicBoxInit6.TabStop = false;
            // 
            // PicBoxInit5
            // 
            this.PicBoxInit5.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit5.Location = new System.Drawing.Point(114, 106);
            this.PicBoxInit5.Name = "PicBoxInit5";
            this.PicBoxInit5.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit5.TabIndex = 13;
            this.PicBoxInit5.TabStop = false;
            // 
            // PicBoxInit4
            // 
            this.PicBoxInit4.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit4.Location = new System.Drawing.Point(24, 106);
            this.PicBoxInit4.Name = "PicBoxInit4";
            this.PicBoxInit4.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit4.TabIndex = 12;
            this.PicBoxInit4.TabStop = false;
            // 
            // PicBoxInit9
            // 
            this.PicBoxInit9.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit9.Location = new System.Drawing.Point(204, 196);
            this.PicBoxInit9.Name = "PicBoxInit9";
            this.PicBoxInit9.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit9.TabIndex = 11;
            this.PicBoxInit9.TabStop = false;
            // 
            // PicBoxInit8
            // 
            this.PicBoxInit8.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit8.Location = new System.Drawing.Point(114, 196);
            this.PicBoxInit8.Name = "PicBoxInit8";
            this.PicBoxInit8.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit8.TabIndex = 10;
            this.PicBoxInit8.TabStop = false;
            // 
            // PicBoxInit7
            // 
            this.PicBoxInit7.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.PicBoxInit7.Location = new System.Drawing.Point(24, 196);
            this.PicBoxInit7.Name = "PicBoxInit7";
            this.PicBoxInit7.Size = new System.Drawing.Size(90, 90);
            this.PicBoxInit7.TabIndex = 9;
            this.PicBoxInit7.TabStop = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnNextAim);
            this.groupBox2.Controls.Add(this.panel2);
            this.groupBox2.Location = new System.Drawing.Point(419, 14);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(197, 234);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "目标状态";
            // 
            // btnNextAim
            // 
            this.btnNextAim.Location = new System.Drawing.Point(24, 208);
            this.btnNextAim.Name = "btnNextAim";
            this.btnNextAim.Size = new System.Drawing.Size(152, 23);
            this.btnNextAim.TabIndex = 3;
            this.btnNextAim.Text = "新的目标状态";
            this.btnNextAim.UseVisualStyleBackColor = true;
            this.btnNextAim.Click += new System.EventHandler(this.btnNextAim_Click);
            // 
            // panel2
            // 
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel2.Controls.Add(this.PicBoxAim7);
            this.panel2.Controls.Add(this.PicBoxAim8);
            this.panel2.Controls.Add(this.PicBoxAim6);
            this.panel2.Controls.Add(this.PicBoxAim4);
            this.panel2.Controls.Add(this.PicBoxAim5);
            this.panel2.Controls.Add(this.PicBoxAim3);
            this.panel2.Controls.Add(this.PicBoxAim1);
            this.panel2.Controls.Add(this.PicBoxAim2);
            this.panel2.Controls.Add(this.PicBoxAim0);
            this.panel2.Location = new System.Drawing.Point(8, 13);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(185, 185);
            this.panel2.TabIndex = 0;
            // 
            // PicBoxAim7
            // 
            this.PicBoxAim7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.PicBoxAim7.Location = new System.Drawing.Point(62, 120);
            this.PicBoxAim7.Name = "PicBoxAim7";
            this.PicBoxAim7.Size = new System.Drawing.Size(60, 59);
            this.PicBoxAim7.TabIndex = 16;
            this.PicBoxAim7.TabStop = false;
            // 
            // PicBoxAim8
            // 
            this.PicBoxAim8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));

⌨️ 快捷键说明

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