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

📄 mainform.designer.cs

📁 本代码是为了应付人工智能的实验而编写的
💻 CS
字号:
namespace Eight_Num_Fengart
{
    partial class MainForm
    {
        /// <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(MainForm));
            this.pnl_Input = new System.Windows.Forms.Panel();
            this.label7 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.pnl_Output = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.btn_Next = new System.Windows.Forms.Button();
            this.btn_Front = new System.Windows.Forms.Button();
            this.tmr_Display = new System.Windows.Forms.Timer(this.components);
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.btn_Display = new System.Windows.Forms.Button();
            this.cmb_SpanTime = new System.Windows.Forms.ComboBox();
            this.cmb_AI = new System.Windows.Forms.ComboBox();
            this.txt_MaxDepth = new System.Windows.Forms.TextBox();
            this.rtb_result = new System.Windows.Forms.RichTextBox();
            this.btn_Go = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pnl_Input.SuspendLayout();
            this.pnl_Output.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pnl_Input
            // 
            this.pnl_Input.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnl_Input.Controls.Add(this.label7);
            this.pnl_Input.Controls.Add(this.label3);
            this.pnl_Input.Controls.Add(this.label2);
            this.pnl_Input.Location = new System.Drawing.Point(2, 3);
            this.pnl_Input.Name = "pnl_Input";
            this.pnl_Input.Size = new System.Drawing.Size(341, 167);
            this.pnl_Input.TabIndex = 11;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(18, 2);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(293, 12);
            this.label7.TabIndex = 2;
            this.label7.Text = "请在下面的初始和目标局面里输入你要求解答的局面:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(221, 135);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "目标局面";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(39, 135);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "初始局面";
            // 
            // pnl_Output
            // 
            this.pnl_Output.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnl_Output.Controls.Add(this.label4);
            this.pnl_Output.Controls.Add(this.label5);
            this.pnl_Output.Controls.Add(this.btn_Next);
            this.pnl_Output.Controls.Add(this.btn_Front);
            this.pnl_Output.Location = new System.Drawing.Point(2, 266);
            this.pnl_Output.Name = "pnl_Output";
            this.pnl_Output.Size = new System.Drawing.Size(341, 186);
            this.pnl_Output.TabIndex = 12;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(221, 123);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "目标局面";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(39, 123);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "初始局面";
            // 
            // btn_Next
            // 
            this.btn_Next.Enabled = false;
            this.btn_Next.Location = new System.Drawing.Point(212, 153);
            this.btn_Next.Name = "btn_Next";
            this.btn_Next.Size = new System.Drawing.Size(75, 23);
            this.btn_Next.TabIndex = 1;
            this.btn_Next.Text = "下一步";
            this.btn_Next.UseVisualStyleBackColor = true;
            this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click);
            // 
            // btn_Front
            // 
            this.btn_Front.Enabled = false;
            this.btn_Front.Location = new System.Drawing.Point(32, 153);
            this.btn_Front.Name = "btn_Front";
            this.btn_Front.Size = new System.Drawing.Size(75, 23);
            this.btn_Front.TabIndex = 0;
            this.btn_Front.Text = "上一步";
            this.btn_Front.UseVisualStyleBackColor = true;
            this.btn_Front.Click += new System.EventHandler(this.btn_Front_Click);
            // 
            // tmr_Display
            // 
            this.tmr_Display.Interval = 500;
            this.tmr_Display.Tick += new System.EventHandler(this.tmr_Display_Tick);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(137, 15);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 10;
            this.label8.Text = "算法:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(269, 38);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 9;
            this.label6.Text = "时间间隔:";
            // 
            // btn_Display
            // 
            this.btn_Display.Enabled = false;
            this.btn_Display.Location = new System.Drawing.Point(139, 42);
            this.btn_Display.Name = "btn_Display";
            this.btn_Display.Size = new System.Drawing.Size(112, 35);
            this.btn_Display.TabIndex = 8;
            this.btn_Display.Text = "演示移动过程";
            this.btn_Display.UseVisualStyleBackColor = true;
            this.btn_Display.Click += new System.EventHandler(this.btn_Display_Click);
            // 
            // cmb_SpanTime
            // 
            this.cmb_SpanTime.FormattingEnabled = true;
            this.cmb_SpanTime.Items.AddRange(new object[] {
            "500",
            "800",
            "1000",
            "1200",
            "1500"});
            this.cmb_SpanTime.Location = new System.Drawing.Point(271, 57);
            this.cmb_SpanTime.Name = "cmb_SpanTime";
            this.cmb_SpanTime.Size = new System.Drawing.Size(63, 20);
            this.cmb_SpanTime.TabIndex = 3;
            // 
            // cmb_AI
            // 
            this.cmb_AI.FormattingEnabled = true;
            this.cmb_AI.Items.AddRange(new object[] {
            "深度优先搜索",
            "广度优先搜索",
            "最好优先搜索"});
            this.cmb_AI.Location = new System.Drawing.Point(184, 12);
            this.cmb_AI.Name = "cmb_AI";
            this.cmb_AI.Size = new System.Drawing.Size(150, 20);
            this.cmb_AI.TabIndex = 4;
            // 
            // txt_MaxDepth
            // 
            this.txt_MaxDepth.Location = new System.Drawing.Point(68, 9);
            this.txt_MaxDepth.Name = "txt_MaxDepth";
            this.txt_MaxDepth.Size = new System.Drawing.Size(24, 21);
            this.txt_MaxDepth.TabIndex = 3;
            this.txt_MaxDepth.Text = "31";
            this.txt_MaxDepth.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_MaxDepth_KeyDown);
            // 
            // rtb_result
            // 
            this.rtb_result.Location = new System.Drawing.Point(349, 3);
            this.rtb_result.Name = "rtb_result";
            this.rtb_result.ReadOnly = true;
            this.rtb_result.Size = new System.Drawing.Size(146, 449);
            this.rtb_result.TabIndex = 10;
            this.rtb_result.Text = "";
            // 
            // btn_Go
            // 
            this.btn_Go.Location = new System.Drawing.Point(5, 42);
            this.btn_Go.Name = "btn_Go";
            this.btn_Go.Size = new System.Drawing.Size(102, 35);
            this.btn_Go.TabIndex = 2;
            this.btn_Go.Text = "求解";
            this.btn_Go.Click += new System.EventHandler(this.btn_Go_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "搜索深度:";
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.btn_Display);
            this.panel1.Controls.Add(this.cmb_SpanTime);
            this.panel1.Controls.Add(this.btn_Go);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.cmb_AI);
            this.panel1.Controls.Add(this.txt_MaxDepth);
            this.panel1.Location = new System.Drawing.Point(2, 176);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(341, 84);
            this.panel1.TabIndex = 13;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(503, 459);
            this.Controls.Add(this.pnl_Input);
            this.Controls.Add(this.pnl_Output);
            this.Controls.Add(this.rtb_result);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "八数码问题的算法平台 --Fengart";
            this.pnl_Input.ResumeLayout(false);
            this.pnl_Input.PerformLayout();
            this.pnl_Output.ResumeLayout(false);
            this.pnl_Output.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pnl_Input;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Panel pnl_Output;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button btn_Next;
        private System.Windows.Forms.Button btn_Front;
        private System.Windows.Forms.Timer tmr_Display;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button btn_Display;
        private System.Windows.Forms.ComboBox cmb_SpanTime;
        private System.Windows.Forms.ComboBox cmb_AI;
        private System.Windows.Forms.TextBox txt_MaxDepth;
        private System.Windows.Forms.RichTextBox rtb_result;
        private System.Windows.Forms.Button btn_Go;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Panel panel1;

    }
}

⌨️ 快捷键说明

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