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

📄 form1.designer.cs

📁 华为招聘的题目,值得关注.功能不是十分完善,不过大概的都有了.
💻 CS
字号:
namespace 华为招聘题
{
    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.textBox1 = new System.Windows.Forms.TextBox();
            this.lista = new System.Windows.Forms.ListBox();
            this.listb = new System.Windows.Forms.ListBox();
            this.txtresult = new System.Windows.Forms.TextBox();
            this.txtdata = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.btnok = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(12, 12);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(339, 54);
            this.textBox1.TabIndex = 0;
            this.textBox1.Text = "题目:有两个数组a,b,大小都为n,数组元素的值任意,无序;要求:通过交换a,b中的元素,使数组a元素的和与数组b元素的和之间的差最小。(作者:吕昆 http:/" +
                "/www.10000o.com.cn)";
            // 
            // lista
            // 
            this.lista.FormattingEnabled = true;
            this.lista.ItemHeight = 12;
            this.lista.Location = new System.Drawing.Point(54, 158);
            this.lista.Name = "lista";
            this.lista.Size = new System.Drawing.Size(120, 124);
            this.lista.TabIndex = 1;
            // 
            // listb
            // 
            this.listb.FormattingEnabled = true;
            this.listb.ItemHeight = 12;
            this.listb.Location = new System.Drawing.Point(192, 158);
            this.listb.Name = "listb";
            this.listb.Size = new System.Drawing.Size(120, 124);
            this.listb.TabIndex = 2;
            // 
            // txtresult
            // 
            this.txtresult.Location = new System.Drawing.Point(54, 297);
            this.txtresult.Name = "txtresult";
            this.txtresult.Size = new System.Drawing.Size(297, 21);
            this.txtresult.TabIndex = 3;
            // 
            // txtdata
            // 
            this.txtdata.Location = new System.Drawing.Point(14, 99);
            this.txtdata.Name = "txtdata";
            this.txtdata.Size = new System.Drawing.Size(337, 21);
            this.txtdata.TabIndex = 4;
            this.txtdata.Text = "15 55 79 85 64 32 17 45 81 91";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 84);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(125, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "原始数据:(空格分开)";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(52, 134);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 6;
            this.label2.Tag = "";
            this.label2.Text = "a数组:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(190, 134);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "b数组:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 300);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "结果:";
            // 
            // btnok
            // 
            this.btnok.Location = new System.Drawing.Point(145, 324);
            this.btnok.Name = "btnok";
            this.btnok.Size = new System.Drawing.Size(75, 23);
            this.btnok.TabIndex = 9;
            this.btnok.Text = "分析";
            this.btnok.UseVisualStyleBackColor = true;
            this.btnok.Click += new System.EventHandler(this.btnok_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(363, 355);
            this.Controls.Add(this.btnok);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtdata);
            this.Controls.Add(this.txtresult);
            this.Controls.Add(this.listb);
            this.Controls.Add(this.lista);
            this.Controls.Add(this.textBox1);
            this.Name = "Form1";
            this.Text = "华为招聘题";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.ListBox lista;
        private System.Windows.Forms.ListBox listb;
        private System.Windows.Forms.TextBox txtresult;
        private System.Windows.Forms.TextBox txtdata;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button btnok;
    }
}

⌨️ 快捷键说明

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