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

📄 form1.designer.cs

📁 快速排序与最长公共子序列算法(Visual C++)
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Algorithm
{
    partial class Form1
    {
        /// <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.dongtaiguihua = new System.Windows.Forms.TabPage();
            this.label7 = new System.Windows.Forms.Label();
            this.ListA_dongtaiguihua = new System.Windows.Forms.TextBox();
            this.ListB_dongtaiguihua = new System.Windows.Forms.TextBox();
            this.ListAB_dongtaiguihua = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.Go_dongtaiguihua = new System.Windows.Forms.Button();
            this.digui = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.NumInput_digui_0 = new System.Windows.Forms.TextBox();
            this.Sort_digui = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.pInput_digui = new System.Windows.Forms.TextBox();
            this.rInput_digui = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.NumInput_digui_1 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_2 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_3 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_4 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_5 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_6 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_7 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_0 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_1 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_2 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_3 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_4 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_5 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_6 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_7 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.label20 = new System.Windows.Forms.Label();
            this.dongtaiguihua.SuspendLayout();
            this.digui.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dongtaiguihua
            // 
            this.dongtaiguihua.Controls.Add(this.Go_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.label19);
            this.dongtaiguihua.Controls.Add(this.label18);
            this.dongtaiguihua.Controls.Add(this.label17);
            this.dongtaiguihua.Controls.Add(this.ListAB_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.ListB_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.ListA_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.label7);
            this.dongtaiguihua.Location = new System.Drawing.Point(4, 23);
            this.dongtaiguihua.Name = "dongtaiguihua";
            this.dongtaiguihua.Padding = new System.Windows.Forms.Padding(3);
            this.dongtaiguihua.Size = new System.Drawing.Size(603, 429);
            this.dongtaiguihua.TabIndex = 1;
            this.dongtaiguihua.Text = "动态规划";
            this.dongtaiguihua.UseVisualStyleBackColor = true;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(245, 21);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(113, 12);
            this.label7.TabIndex = 4;
            this.label7.Text = "最长公共子序列算法";
            // 
            // ListA_dongtaiguihua
            // 
            this.ListA_dongtaiguihua.Location = new System.Drawing.Point(159, 65);
            this.ListA_dongtaiguihua.Name = "ListA_dongtaiguihua";
            this.ListA_dongtaiguihua.Size = new System.Drawing.Size(417, 21);
            this.ListA_dongtaiguihua.TabIndex = 0;
            this.ListA_dongtaiguihua.TextChanged += new System.EventHandler(this.ListA_dongtaiguihua_TextChanged);
            // 
            // ListB_dongtaiguihua
            // 
            this.ListB_dongtaiguihua.Location = new System.Drawing.Point(159, 125);
            this.ListB_dongtaiguihua.Name = "ListB_dongtaiguihua";
            this.ListB_dongtaiguihua.Size = new System.Drawing.Size(417, 21);
            this.ListB_dongtaiguihua.TabIndex = 1;
            this.ListB_dongtaiguihua.TextChanged += new System.EventHandler(this.ListB_dongtaiguihua_TextChanged);
            // 
            // ListAB_dongtaiguihua
            // 
            this.ListAB_dongtaiguihua.Location = new System.Drawing.Point(159, 247);
            this.ListAB_dongtaiguihua.Name = "ListAB_dongtaiguihua";
            this.ListAB_dongtaiguihua.ReadOnly = true;
            this.ListAB_dongtaiguihua.Size = new System.Drawing.Size(417, 21);
            this.ListAB_dongtaiguihua.TabIndex = 3;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(98, 74);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(41, 12);
            this.label17.TabIndex = 5;
            this.label17.Text = "序列A";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(98, 134);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(41, 12);
            this.label18.TabIndex = 6;
            this.label18.Text = "序列B";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(16, 256);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(137, 12);
            this.label19.TabIndex = 7;
            this.label19.Text = "A和B的最长公共子序列";
            // 
            // Go_dongtaiguihua
            // 
            this.Go_dongtaiguihua.Location = new System.Drawing.Point(184, 187);
            this.Go_dongtaiguihua.Name = "Go_dongtaiguihua";
            this.Go_dongtaiguihua.Size = new System.Drawing.Size(235, 27);
            this.Go_dongtaiguihua.TabIndex = 2;
            this.Go_dongtaiguihua.Text = "用动态规划求A、B的最长公共子序列";
            this.Go_dongtaiguihua.UseVisualStyleBackColor = true;
            this.Go_dongtaiguihua.Click += new System.EventHandler(this.Go_dongtaiguihua_Click);
            // 
            // digui
            // 
            this.digui.Controls.Add(this.label16);
            this.digui.Controls.Add(this.label15);
            this.digui.Controls.Add(this.label14);
            this.digui.Controls.Add(this.label13);
            this.digui.Controls.Add(this.label12);
            this.digui.Controls.Add(this.label11);
            this.digui.Controls.Add(this.label10);
            this.digui.Controls.Add(this.label9);
            this.digui.Controls.Add(this.NumOutput_digui_7);
            this.digui.Controls.Add(this.NumOutput_digui_6);
            this.digui.Controls.Add(this.NumOutput_digui_5);
            this.digui.Controls.Add(this.NumOutput_digui_4);
            this.digui.Controls.Add(this.NumOutput_digui_3);
            this.digui.Controls.Add(this.NumOutput_digui_2);
            this.digui.Controls.Add(this.NumOutput_digui_1);
            this.digui.Controls.Add(this.NumOutput_digui_0);
            this.digui.Controls.Add(this.NumInput_digui_7);
            this.digui.Controls.Add(this.NumInput_digui_6);
            this.digui.Controls.Add(this.NumInput_digui_5);
            this.digui.Controls.Add(this.NumInput_digui_4);
            this.digui.Controls.Add(this.NumInput_digui_3);
            this.digui.Controls.Add(this.NumInput_digui_2);
            this.digui.Controls.Add(this.NumInput_digui_1);
            this.digui.Controls.Add(this.label8);
            this.digui.Controls.Add(this.label6);
            this.digui.Controls.Add(this.rInput_digui);
            this.digui.Controls.Add(this.pInput_digui);
            this.digui.Controls.Add(this.label5);
            this.digui.Controls.Add(this.label4);
            this.digui.Controls.Add(this.label3);
            this.digui.Controls.Add(this.Sort_digui);
            this.digui.Controls.Add(this.NumInput_digui_0);
            this.digui.Controls.Add(this.label2);
            this.digui.Controls.Add(this.label1);
            this.digui.Location = new System.Drawing.Point(4, 23);
            this.digui.Name = "digui";
            this.digui.Padding = new System.Windows.Forms.Padding(3);
            this.digui.Size = new System.Drawing.Size(603, 429);
            this.digui.TabIndex = 0;
            this.digui.Text = "递归与分治";
            this.digui.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(263, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 12;
            this.label1.Text = "快速排序算法";
            // 

⌨️ 快捷键说明

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