Разработка программы с целью обработки и сортировки чисел, страница 4

            //

            // miWork

            //

            this.miWork.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.miStart,

            this.пToolStripMenuItem});

            this.miWork.Name = "miWork";

            this.miWork.Size = new System.Drawing.Size(55, 20);

            this.miWork.Text = "Работа";

            //

            // miStart

            //

            this.miStart.Name = "miStart";

            this.miStart.Size = new System.Drawing.Size(165, 22);

            this.miStart.Text = "пуск";

            this.miStart.Click += new System.EventHandler(this.bStart_Click);

            //

            // пToolStripMenuItem

            //

            this.пToolStripMenuItem.Name = "пToolStripMenuItem";

            this.пToolStripMenuItem.Size = new System.Drawing.Size(165, 22);

            this.пToolStripMenuItem.Text = "поиск по ключу";

            this.пToolStripMenuItem.Click += new System.EventHandler(this.пToolStripMenuItem_Click);

            //

            // miHelp

            //

            this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.miAbout});

            this.miHelp.Name = "miHelp";

            this.miHelp.Size = new System.Drawing.Size(60, 20);

            this.miHelp.Text = "справка";

            //

            // miAbout

            //

            this.miAbout.Name = "miAbout";

            this.miAbout.Size = new System.Drawing.Size(147, 22);

            this.miAbout.Text = "о программе";

            this.miAbout.Click += new System.EventHandler(this.miAbout_Click);

            //

            // ofdOpen

            //

            this.ofdOpen.FileName = "openFileDialog1";

            this.ofdOpen.Filter = "tron|*.tre";

            this.ofdOpen.FileOk += new System.ComponentModel.CancelEventHandler(this.stdOpen_FileOk);

            //

            // sfdSave

            //

            this.sfdSave.Filter = "tron|*.tre";

            //

            // lb_read

            //

            this.lb_read.FormattingEnabled = true;

            this.lb_read.Location = new System.Drawing.Point(242, 57);

            this.lb_read.Name = "lb_read";

            this.lb_read.Size = new System.Drawing.Size(149, 173);

            this.lb_read.TabIndex = 4;

            //

            // listBox1

            //

            this.listBox1.Enabled = false;

            this.listBox1.FormattingEnabled = true;

            this.listBox1.Location = new System.Drawing.Point(420, 57);

            this.listBox1.Name = "listBox1";

            this.listBox1.Size = new System.Drawing.Size(128, 173);

            this.listBox1.TabIndex = 5;

            //

            // listBox2

            //

            this.listBox2.Enabled = false;

            this.listBox2.FormattingEnabled = true;

            this.listBox2.Location = new System.Drawing.Point(576, 57);

            this.listBox2.Name = "listBox2";

            this.listBox2.Size = new System.Drawing.Size(122, 173);

            this.listBox2.TabIndex = 6;

            //

            // listBox3

            //

            this.listBox3.Enabled = false;

            this.listBox3.FormattingEnabled = true;

            this.listBox3.Location = new System.Drawing.Point(420, 294);

            this.listBox3.Name = "listBox3";

            this.listBox3.Size = new System.Drawing.Size(128, 160);

            this.listBox3.TabIndex = 9;

            //

            // listBox4

            //

            this.listBox4.Enabled = false;

            this.listBox4.FormattingEnabled = true;

            this.listBox4.Location = new System.Drawing.Point(576, 294);

            this.listBox4.Name = "listBox4";

            this.listBox4.Size = new System.Drawing.Size(122, 160);

            this.listBox4.TabIndex = 10;

            //

            // button3

            //

            this.button3.Enabled = false;

            this.button3.Location = new System.Drawing.Point(420, 265);

            this.button3.Name = "button3";

            this.button3.Size = new System.Drawing.Size(128, 23);

            this.button3.TabIndex = 11;

            this.button3.Text = "Сохранить данные в файл";

            this.button3.UseVisualStyleBackColor = true;

            this.button3.Click += new System.EventHandler(this.button3_Click);

            //

            // button4

            //

            this.button4.Enabled = false;

            this.button4.Location = new System.Drawing.Point(576, 265);

            this.button4.Name = "button4";

            this.button4.Size = new System.Drawing.Size(122, 23);

            this.button4.TabIndex = 12;

            this.button4.Text = "Сохранить данные в файл";

            this.button4.UseVisualStyleBackColor = true;

            this.button4.Click += new System.EventHandler(this.button4_Click);

            //

            // button5

            //

            this.button5.Enabled = false;

            this.button5.Location = new System.Drawing.Point(420, 460);

            this.button5.Name = "button5";

            this.button5.Size = new System.Drawing.Size(128, 23);

            this.button5.TabIndex = 13;

            this.button5.Text = "Загрузить данные из файла";

            this.button5.UseVisualStyleBackColor = true;

            this.button5.Click += new System.EventHandler(this.button5_Click);

            //

            // button6

            //

            this.button6.Enabled = false;

            this.button6.Location = new System.Drawing.Point(576, 460);

            this.button6.Name = "button6";

            this.button6.Size = new System.Drawing.Size(122, 23);

            this.button6.TabIndex = 14;

            this.button6.Text = "Загрузить данные из файла";