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

📄 form1.designer.cs

📁 快速排序与最长公共子序列算法(Visual C++)
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(20, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(149, 12);
            this.label2.TabIndex = 13;
            this.label2.Text = "请输入待排序的数列(整数)";
            // 
            // NumInput_digui_0
            // 
            this.NumInput_digui_0.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_0.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_0.Location = new System.Drawing.Point(18, 90);
            this.NumInput_digui_0.MaxLength = 5;
            this.NumInput_digui_0.Name = "NumInput_digui_0";
            this.NumInput_digui_0.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_0.TabIndex = 0;
            this.NumInput_digui_0.WordWrap = false;
            this.NumInput_digui_0.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_0.TextChanged += new System.EventHandler(this.NumInput_digui_0_TextChanged);
            // 
            // Sort_digui
            // 
            this.Sort_digui.Location = new System.Drawing.Point(382, 139);
            this.Sort_digui.Name = "Sort_digui";
            this.Sort_digui.Size = new System.Drawing.Size(75, 23);
            this.Sort_digui.TabIndex = 10;
            this.Sort_digui.Text = "快速排序";
            this.Sort_digui.UseVisualStyleBackColor = true;
            this.Sort_digui.Click += new System.EventHandler(this.Sort_digui_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 194);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 12);
            this.label3.TabIndex = 19;
            this.label3.Text = "已排序的数列";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(20, 144);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(125, 12);
            this.label4.TabIndex = 14;
            this.label4.Text = "请输入需要排序的子段";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(175, 137);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 20);
            this.label5.TabIndex = 15;
            this.label5.Text = "a[";
            // 
            // pInput_digui
            // 
            this.pInput_digui.Location = new System.Drawing.Point(210, 135);
            this.pInput_digui.MaxLength = 1;
            this.pInput_digui.Name = "pInput_digui";
            this.pInput_digui.Size = new System.Drawing.Size(22, 21);
            this.pInput_digui.TabIndex = 8;
            this.pInput_digui.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.pInput_digui_KeyPress);
            this.pInput_digui.TextChanged += new System.EventHandler(this.pInput_digui_TextChanged);
            // 
            // rInput_digui
            // 
            this.rInput_digui.Location = new System.Drawing.Point(312, 136);
            this.rInput_digui.MaxLength = 1;
            this.rInput_digui.Name = "rInput_digui";
            this.rInput_digui.Size = new System.Drawing.Size(22, 21);
            this.rInput_digui.TabIndex = 9;
            this.rInput_digui.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.pInput_digui_KeyPress);
            this.rInput_digui.TextChanged += new System.EventHandler(this.rInput_digui_TextChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(238, 137);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(69, 20);
            this.label6.TabIndex = 16;
            this.label6.Text = "] -- [";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 15F);
            this.label8.Location = new System.Drawing.Point(340, 137);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(19, 20);
            this.label8.TabIndex = 18;
            this.label8.Text = "]";
            // 
            // NumInput_digui_1
            // 
            this.NumInput_digui_1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_1.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_1.Location = new System.Drawing.Point(87, 90);
            this.NumInput_digui_1.MaxLength = 5;
            this.NumInput_digui_1.Name = "NumInput_digui_1";
            this.NumInput_digui_1.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_1.TabIndex = 1;
            this.NumInput_digui_1.WordWrap = false;
            this.NumInput_digui_1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_1.TextChanged += new System.EventHandler(this.NumInput_digui_1_TextChanged);
            // 
            // NumInput_digui_2
            // 
            this.NumInput_digui_2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_2.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_2.Location = new System.Drawing.Point(159, 90);
            this.NumInput_digui_2.MaxLength = 5;
            this.NumInput_digui_2.Name = "NumInput_digui_2";
            this.NumInput_digui_2.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_2.TabIndex = 2;
            this.NumInput_digui_2.WordWrap = false;
            this.NumInput_digui_2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_2.TextChanged += new System.EventHandler(this.NumInput_digui_2_TextChanged);
            // 
            // NumInput_digui_3
            // 
            this.NumInput_digui_3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_3.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_3.Location = new System.Drawing.Point(226, 90);
            this.NumInput_digui_3.MaxLength = 5;
            this.NumInput_digui_3.Name = "NumInput_digui_3";
            this.NumInput_digui_3.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_3.TabIndex = 3;
            this.NumInput_digui_3.WordWrap = false;
            this.NumInput_digui_3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_3.TextChanged += new System.EventHandler(this.NumInput_digui_3_TextChanged);
            // 
            // NumInput_digui_4
            // 
            this.NumInput_digui_4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_4.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_4.Location = new System.Drawing.Point(295, 90);
            this.NumInput_digui_4.MaxLength = 5;
            this.NumInput_digui_4.Name = "NumInput_digui_4";
            this.NumInput_digui_4.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_4.TabIndex = 4;
            this.NumInput_digui_4.WordWrap = false;
            this.NumInput_digui_4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_4.TextChanged += new System.EventHandler(this.NumInput_digui_4_TextChanged);
            // 
            // NumInput_digui_5
            // 
            this.NumInput_digui_5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_5.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_5.Location = new System.Drawing.Point(366, 90);
            this.NumInput_digui_5.MaxLength = 5;
            this.NumInput_digui_5.Name = "NumInput_digui_5";
            this.NumInput_digui_5.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_5.TabIndex = 5;
            this.NumInput_digui_5.WordWrap = false;
            this.NumInput_digui_5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_5.TextChanged += new System.EventHandler(this.NumInput_digui_5_TextChanged);
            // 
            // NumInput_digui_6
            // 
            this.NumInput_digui_6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_6.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_6.Location = new System.Drawing.Point(441, 90);
            this.NumInput_digui_6.MaxLength = 5;
            this.NumInput_digui_6.Name = "NumInput_digui_6";
            this.NumInput_digui_6.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_6.TabIndex = 6;
            this.NumInput_digui_6.WordWrap = false;
            this.NumInput_digui_6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_6.TextChanged += new System.EventHandler(this.NumInput_digui_6_TextChanged);
            // 
            // NumInput_digui_7
            // 
            this.NumInput_digui_7.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumInput_digui_7.ImeMode = System.Windows.Forms.ImeMode.On;
            this.NumInput_digui_7.Location = new System.Drawing.Point(513, 90);
            this.NumInput_digui_7.MaxLength = 5;
            this.NumInput_digui_7.Name = "NumInput_digui_7";
            this.NumInput_digui_7.Size = new System.Drawing.Size(42, 21);
            this.NumInput_digui_7.TabIndex = 7;
            this.NumInput_digui_7.WordWrap = false;
            this.NumInput_digui_7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumInput_digui_KeyPress_1);
            this.NumInput_digui_7.TextChanged += new System.EventHandler(this.NumInput_digui_7_TextChanged);
            // 
            // NumOutput_digui_0
            // 
            this.NumOutput_digui_0.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumOutput_digui_0.Location = new System.Drawing.Point(18, 228);
            this.NumOutput_digui_0.MaxLength = 50;
            this.NumOutput_digui_0.Name = "NumOutput_digui_0";
            this.NumOutput_digui_0.ReadOnly = true;
            this.NumOutput_digui_0.Size = new System.Drawing.Size(42, 21);
            this.NumOutput_digui_0.TabIndex = 20;
            this.NumOutput_digui_0.WordWrap = false;
            // 
            // NumOutput_digui_1
            // 
            this.NumOutput_digui_1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumOutput_digui_1.Location = new System.Drawing.Point(87, 228);
            this.NumOutput_digui_1.MaxLength = 50;
            this.NumOutput_digui_1.Name = "NumOutput_digui_1";
            this.NumOutput_digui_1.ReadOnly = true;
            this.NumOutput_digui_1.Size = new System.Drawing.Size(42, 21);
            this.NumOutput_digui_1.TabIndex = 21;
            this.NumOutput_digui_1.WordWrap = false;
            // 
            // NumOutput_digui_2
            // 
            this.NumOutput_digui_2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.NumOutput_digui_2.Location = new System.Drawing.Point(159, 228);
            this.NumOutput_digui_2.MaxLength = 50;
            this.NumOutput_digui_2.Name = "NumOutput_digui_2";
            this.NumOutput_digui_2.ReadOnly = true;
            this.NumOutput_digui_2.Size = new System.Drawing.Size(42, 21);
            this.NumOutput_digui_2.TabIndex = 22;

⌨️ 快捷键说明

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