this.listBox3 = new System.Windows.Forms.ListBox();
this.listBox4 = new System.Windows.Forms.ListBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.saveFileDialog2 = new System.Windows.Forms.SaveFileDialog();
this.mmMenu.SuspendLayout();
this.SuspendLayout();
//
// tbInData
//
this.tbInData.Enabled = false;
this.tbInData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(123)))));
this.tbInData.Location = new System.Drawing.Point(16, 57);
this.tbInData.Name = "tbInData";
this.tbInData.Size = new System.Drawing.Size(203, 20);
this.tbInData.TabIndex = 1;
this.tbInData.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
this.tbInData.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbInData_KeyPress);
//
// bStart
//
this.bStart.BackColor = System.Drawing.Color.Blue;
this.bStart.Location = new System.Drawing.Point(16, 214);
this.bStart.Name = "bStart";
this.bStart.Size = new System.Drawing.Size(136, 32);
this.bStart.TabIndex = 0;
this.bStart.Text = "Пуск";
this.bStart.UseVisualStyleBackColor = false;
this.bStart.Click += new System.EventHandler(this.bStart_Click);
//
// tClock
//
this.tClock.Interval = 15000;
this.tClock.Tick += new System.EventHandler(this.tClock_Tick);
//
// lRes
//
this.lRes.BackColor = System.Drawing.Color.Red;
this.lRes.ForeColor = System.Drawing.Color.Black;
this.lRes.Location = new System.Drawing.Point(16, 144);
this.lRes.Name = "lRes";
this.lRes.Size = new System.Drawing.Size(203, 48);
this.lRes.TabIndex = 2;
this.lRes.Click += new System.EventHandler(this.label1_Click);
//
// textBox1
//
this.textBox1.Enabled = false;
this.textBox1.Location = new System.Drawing.Point(16, 96);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(203, 20);
this.textBox1.TabIndex = 2;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged_2);
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
//
// mmMenu
//
this.mmMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mi_File,
this.miWork,
this.miHelp});
this.mmMenu.Location = new System.Drawing.Point(0, 0);
this.mmMenu.Name = "mmMenu";
this.mmMenu.Size = new System.Drawing.Size(722, 24);
this.mmMenu.TabIndex = 3;
this.mmMenu.Text = "menuStrip1";
//
// mi_File
//
this.mi_File.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miOpen,
this.toolStripSeparator1,
this.miSave,
this.miSaveAs,
this.toolStripSeparator2,
this.miExit});
this.mi_File.Name = "mi_File";
this.mi_File.Size = new System.Drawing.Size(45, 20);
this.mi_File.Text = "файл";
//
// miOpen
//
this.miOpen.Name = "miOpen";
this.miOpen.Size = new System.Drawing.Size(171, 22);
this.miOpen.Text = "открыть";
this.miOpen.Click += new System.EventHandler(this.miOpen_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(168, 6);
//
// miSave
//
this.miSave.Name = "miSave";
this.miSave.Size = new System.Drawing.Size(171, 22);
this.miSave.Text = "сохранить";
this.miSave.Click += new System.EventHandler(this.miSave_Click);
//
// miSaveAs
//
this.miSaveAs.Name = "miSaveAs";
this.miSaveAs.Size = new System.Drawing.Size(171, 22);
this.miSaveAs.Text = "сохранить как...";
this.miSaveAs.Click += new System.EventHandler(this.miSaveAs_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(168, 6);
//
// miExit
//
this.miExit.Name = "miExit";
this.miExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
this.miExit.Size = new System.Drawing.Size(171, 22);
this.miExit.Text = "выход";
this.miExit.Click += new System.EventHandler(this.myExit_Click);
Уважаемый посетитель!
Чтобы распечатать файл, скачайте его (в формате Word).
Ссылка на скачивание - внизу страницы.