namespace EncryptPad { partial class MainWindow { /// /// Требуется переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Обязательный метод для поддержки конструктора - не изменяйте /// содержимое данного метода при помощи редактора кода. /// public void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow)); this.MainMenu = new System.Windows.Forms.MenuStrip(); this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.создатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.открытьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); this.сохранитьToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.сохранитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.открытьРасположениеФайлаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.УдалитьФайлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.правкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.отменаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.вырезатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.копироватьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.вставитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.удалитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.findToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.выделитьВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.переносПоСловамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.очиститьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сервисToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.changeKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.documentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сheckForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.оПрограммеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.отменитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.вырезатьToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.копироватьToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.вставитьToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.удалитьToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.выделитьВсеToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.порядокЧтенияСправаНалевоToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.очиститьToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.OpenFile = new System.Windows.Forms.OpenFileDialog(); this.SaveFile = new System.Windows.Forms.SaveFileDialog(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.lineStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.columnStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.searchTextBox = new System.Windows.Forms.TextBox(); this.chkMatchCase = new System.Windows.Forms.CheckBox(); this.chkMatchWholeWord = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.customRTB = new EncryptPad.CustomRichTextBox(); this.MainMenu.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // MainMenu // this.MainMenu.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.файлToolStripMenuItem, this.правкаToolStripMenuItem, this.сервисToolStripMenuItem, this.помощьToolStripMenuItem}); this.MainMenu.Location = new System.Drawing.Point(0, 0); this.MainMenu.Name = "MainMenu"; this.MainMenu.Padding = new System.Windows.Forms.Padding(0); this.MainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.MainMenu.Size = new System.Drawing.Size(689, 24); this.MainMenu.TabIndex = 0; this.MainMenu.Text = "menuStrip1"; // // файлToolStripMenuItem // this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.создатьToolStripMenuItem, this.открытьToolStripMenuItem, this.toolStripSeparator11, this.сохранитьToolStripMenuItem1, this.сохранитьToolStripMenuItem, this.toolStripSeparator4, this.открытьРасположениеФайлаToolStripMenuItem, this.УдалитьФайлToolStripMenuItem, this.toolStripSeparator2, this.выходToolStripMenuItem}); this.файлToolStripMenuItem.Name = "файлToolStripMenuItem"; this.файлToolStripMenuItem.Size = new System.Drawing.Size(36, 24); this.файлToolStripMenuItem.Text = "File"; // // создатьToolStripMenuItem // this.создатьToolStripMenuItem.Name = "создатьToolStripMenuItem"; this.создатьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.создатьToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.создатьToolStripMenuItem.Text = "New File"; this.создатьToolStripMenuItem.Click += new System.EventHandler(this.новыйToolStripMenuItem_Click_1); // // открытьToolStripMenuItem // this.открытьToolStripMenuItem.Name = "открытьToolStripMenuItem"; this.открытьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.открытьToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.открытьToolStripMenuItem.Text = "Open File"; this.открытьToolStripMenuItem.Click += new System.EventHandler(this.открытьToolStripMenuItem_Click); // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; this.toolStripSeparator11.Size = new System.Drawing.Size(199, 6); // // сохранитьToolStripMenuItem1 // this.сохранитьToolStripMenuItem1.Name = "сохранитьToolStripMenuItem1"; this.сохранитьToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.сохранитьToolStripMenuItem1.Size = new System.Drawing.Size(202, 22); this.сохранитьToolStripMenuItem1.Text = "Save"; this.сохранитьToolStripMenuItem1.Click += new System.EventHandler(this.сохранитьToolStripMenuItem1_Click_1); // // сохранитьToolStripMenuItem // this.сохранитьToolStripMenuItem.Name = "сохранитьToolStripMenuItem"; this.сохранитьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); this.сохранитьToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.сохранитьToolStripMenuItem.Text = "Save As..."; this.сохранитьToolStripMenuItem.Click += new System.EventHandler(this.сохранитьToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(199, 6); // // открытьРасположениеФайлаToolStripMenuItem // this.открытьРасположениеФайлаToolStripMenuItem.Name = "открытьРасположениеФайлаToolStripMenuItem"; this.открытьРасположениеФайлаToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.открытьРасположениеФайлаToolStripMenuItem.Text = "Open File Location"; this.открытьРасположениеФайлаToolStripMenuItem.Click += new System.EventHandler(this.открытьРасположениеФайлаToolStripMenuItem_Click); // // УдалитьФайлToolStripMenuItem // this.УдалитьФайлToolStripMenuItem.Name = "УдалитьФайлToolStripMenuItem"; this.УдалитьФайлToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.УдалитьФайлToolStripMenuItem.Text = "Delete File"; this.УдалитьФайлToolStripMenuItem.Click += new System.EventHandler(this.УдалитьФайлToolStripMenuItem_Click_1); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6); // // выходToolStripMenuItem // this.выходToolStripMenuItem.Name = "выходToolStripMenuItem"; this.выходToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q))); this.выходToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.выходToolStripMenuItem.Text = "Exit"; this.выходToolStripMenuItem.Click += new System.EventHandler(this.выходToolStripMenuItem_Click); // // правкаToolStripMenuItem // this.правкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.отменаToolStripMenuItem, this.toolStripSeparator1, this.вырезатьToolStripMenuItem, this.копироватьToolStripMenuItem, this.вставитьToolStripMenuItem, this.удалитьToolStripMenuItem, this.toolStripSeparator9, this.findToolStripMenuItem2, this.toolStripSeparator3, this.выделитьВсеToolStripMenuItem, this.переносПоСловамToolStripMenuItem, this.toolStripSeparator5, this.очиститьToolStripMenuItem}); this.правкаToolStripMenuItem.Name = "правкаToolStripMenuItem"; this.правкаToolStripMenuItem.Size = new System.Drawing.Size(40, 24); this.правкаToolStripMenuItem.Text = "Edit"; this.правкаToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.правкаToolStripMenuItem_MouseDown); // // отменаToolStripMenuItem // this.отменаToolStripMenuItem.Name = "отменаToolStripMenuItem"; this.отменаToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.отменаToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.отменаToolStripMenuItem.Text = "Undo"; this.отменаToolStripMenuItem.Click += new System.EventHandler(this.отменаToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6); // // вырезатьToolStripMenuItem // this.вырезатьToolStripMenuItem.Enabled = false; this.вырезатьToolStripMenuItem.Name = "вырезатьToolStripMenuItem"; this.вырезатьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); this.вырезатьToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.вырезатьToolStripMenuItem.Text = "Cut"; this.вырезатьToolStripMenuItem.Click += new System.EventHandler(this.вырезатьToolStripMenuItem_Click); // // копироватьToolStripMenuItem // this.копироватьToolStripMenuItem.Enabled = false; this.копироватьToolStripMenuItem.Name = "копироватьToolStripMenuItem"; this.копироватьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.копироватьToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.копироватьToolStripMenuItem.Text = "Copy"; this.копироватьToolStripMenuItem.Click += new System.EventHandler(this.копироватьToolStripMenuItem_Click); // // вставитьToolStripMenuItem // this.вставитьToolStripMenuItem.Name = "вставитьToolStripMenuItem"; this.вставитьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.вставитьToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.вставитьToolStripMenuItem.Text = "Paste"; this.вставитьToolStripMenuItem.Click += new System.EventHandler(this.вставитьToolStripMenuItem_Click); // // удалитьToolStripMenuItem // this.удалитьToolStripMenuItem.Enabled = false; this.удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem"; this.удалитьToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.удалитьToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.удалитьToolStripMenuItem.Text = "Delete"; this.удалитьToolStripMenuItem.Click += new System.EventHandler(this.удалитьToolStripMenuItem_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(162, 6); // // findToolStripMenuItem2 // this.findToolStripMenuItem2.Name = "findToolStripMenuItem2"; this.findToolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); this.findToolStripMenuItem2.Size = new System.Drawing.Size(165, 22); this.findToolStripMenuItem2.Text = "Find"; this.findToolStripMenuItem2.Click += new System.EventHandler(this.findToolStripMenuItem2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(162, 6); // // выделитьВсеToolStripMenuItem // this.выделитьВсеToolStripMenuItem.Name = "выделитьВсеToolStripMenuItem"; this.выделитьВсеToolStripMenuItem.ShortcutKeyDisplayString = ""; this.выделитьВсеToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.выделитьВсеToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.выделитьВсеToolStripMenuItem.Text = "Select All"; this.выделитьВсеToolStripMenuItem.Click += new System.EventHandler(this.выделитьВсеToolStripMenuItem_Click); // // переносПоСловамToolStripMenuItem // this.переносПоСловамToolStripMenuItem.Checked = true; this.переносПоСловамToolStripMenuItem.CheckOnClick = true; this.переносПоСловамToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.переносПоСловамToolStripMenuItem.Name = "переносПоСловамToolStripMenuItem"; this.переносПоСловамToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.переносПоСловамToolStripMenuItem.Text = "Word Wrap"; this.переносПоСловамToolStripMenuItem.Click += new System.EventHandler(this.переносПоСловамToolStripMenuItem_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(162, 6); // // очиститьToolStripMenuItem // this.очиститьToolStripMenuItem.Name = "очиститьToolStripMenuItem"; this.очиститьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete))); this.очиститьToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.очиститьToolStripMenuItem.Text = "Clear"; this.очиститьToolStripMenuItem.Click += new System.EventHandler(this.очиститьToolStripMenuItem_Click); // // сервисToolStripMenuItem // this.сервисToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.changeKeyToolStripMenuItem, this.settingsToolStripMenuItem}); this.сервисToolStripMenuItem.Name = "сервисToolStripMenuItem"; this.сервисToolStripMenuItem.Size = new System.Drawing.Size(48, 24); this.сервисToolStripMenuItem.Text = "Tools"; // // changeKeyToolStripMenuItem // this.changeKeyToolStripMenuItem.Enabled = false; this.changeKeyToolStripMenuItem.Name = "changeKeyToolStripMenuItem"; this.changeKeyToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.changeKeyToolStripMenuItem.Text = "Change Key"; this.changeKeyToolStripMenuItem.Click += new System.EventHandler(this.changeKeyToolStripMenuItem_Click); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.settingsToolStripMenuItem.Text = "Settings"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // помощьToolStripMenuItem // this.помощьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.documentationToolStripMenuItem, this.сheckForUpdatesToolStripMenuItem, this.оПрограммеToolStripMenuItem}); this.помощьToolStripMenuItem.Name = "помощьToolStripMenuItem"; this.помощьToolStripMenuItem.Size = new System.Drawing.Size(43, 24); this.помощьToolStripMenuItem.Text = "Help"; // // documentationToolStripMenuItem // this.documentationToolStripMenuItem.Name = "documentationToolStripMenuItem"; this.documentationToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.documentationToolStripMenuItem.Text = "Documentation"; this.documentationToolStripMenuItem.Click += new System.EventHandler(this.documentationToolStripMenuItem_Click); // // сheckForUpdatesToolStripMenuItem // this.сheckForUpdatesToolStripMenuItem.Enabled = false; this.сheckForUpdatesToolStripMenuItem.Name = "сheckForUpdatesToolStripMenuItem"; this.сheckForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.сheckForUpdatesToolStripMenuItem.Text = "Сheck For Updates..."; // // оПрограммеToolStripMenuItem // this.оПрограммеToolStripMenuItem.Name = "оПрограммеToolStripMenuItem"; this.оПрограммеToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.оПрограммеToolStripMenuItem.Text = "About"; this.оПрограммеToolStripMenuItem.Click += new System.EventHandler(this.оПрограммеToolStripMenuItem_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.отменитьToolStripMenuItem, this.toolStripSeparator6, this.вырезатьToolStripMenuItem1, this.копироватьToolStripMenuItem1, this.вставитьToolStripMenuItem1, this.удалитьToolStripMenuItem1, this.toolStripSeparator8, this.выделитьВсеToolStripMenuItem1, this.порядокЧтенияСправаНалевоToolStripMenuItem, this.toolStripSeparator7, this.очиститьToolStripMenuItem1}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(259, 198); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // отменитьToolStripMenuItem // this.отменитьToolStripMenuItem.Name = "отменитьToolStripMenuItem"; this.отменитьToolStripMenuItem.Size = new System.Drawing.Size(258, 22); this.отменитьToolStripMenuItem.Text = "Отменить"; this.отменитьToolStripMenuItem.Click += new System.EventHandler(this.отменитьToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(255, 6); // // вырезатьToolStripMenuItem1 // this.вырезатьToolStripMenuItem1.Name = "вырезатьToolStripMenuItem1"; this.вырезатьToolStripMenuItem1.Size = new System.Drawing.Size(258, 22); this.вырезатьToolStripMenuItem1.Text = "Вырезать"; this.вырезатьToolStripMenuItem1.Click += new System.EventHandler(this.вырезатьToolStripMenuItem1_Click); // // копироватьToolStripMenuItem1 // this.копироватьToolStripMenuItem1.Name = "копироватьToolStripMenuItem1"; this.копироватьToolStripMenuItem1.Size = new System.Drawing.Size(258, 22); this.копироватьToolStripMenuItem1.Text = "Копировать"; this.копироватьToolStripMenuItem1.Click += new System.EventHandler(this.копироватьToolStripMenuItem1_Click); // // вставитьToolStripMenuItem1 // this.вставитьToolStripMenuItem1.Name = "вставитьToolStripMenuItem1"; this.вставитьToolStripMenuItem1.Size = new System.Drawing.Size(258, 22); this.вставитьToolStripMenuItem1.Text = "Вставить"; this.вставитьToolStripMenuItem1.Click += new System.EventHandler(this.вставитьToolStripMenuItem1_Click); // // удалитьToolStripMenuItem1 // this.удалитьToolStripMenuItem1.Name = "удалитьToolStripMenuItem1"; this.удалитьToolStripMenuItem1.Size = new System.Drawing.Size(258, 22); this.удалитьToolStripMenuItem1.Text = "Удалить"; this.удалитьToolStripMenuItem1.Click += new System.EventHandler(this.удалитьToolStripMenuItem1_Click); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(255, 6); // // выделитьВсеToolStripMenuItem1 // this.выделитьВсеToolStripMenuItem1.Name = "выделитьВсеToolStripMenuItem1"; this.выделитьВсеToolStripMenuItem1.Size = new System.Drawing.Size(258, 22); this.выделитьВсеToolStripMenuItem1.Text = "Выделить все"; this.выделитьВсеToolStripMenuItem1.Click += new System.EventHandler(this.выделитьВсеToolStripMenuItem1_Click); // // порядокЧтенияСправаНалевоToolStripMenuItem // this.порядокЧтенияСправаНалевоToolStripMenuItem.CheckOnClick = true; this.порядокЧтенияСправаНалевоToolStripMenuItem.Name = "порядокЧтенияСправаНалевоToolStripMenuItem"; this.порядокЧтенияСправаНалевоToolStripMenuItem.Size = new System.Drawing.Size(258, 22); this.порядокЧтенияСправаНалевоToolStripMenuItem.Text = "Порядок чтения: справа налево"; this.порядокЧтенияСправаНалевоToolStripMenuItem.Click += new System.EventHandler(this.порядокЧтенияСправаНалевоToolStripMenuItem_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(255, 6); // // очиститьToolStripMenuItem1 // this.очиститьToolStripMenuItem1.Name = "очиститьToolStripMenuItem1"; this.очиститьToolStripMenuItem1.Size = new System.Drawing.Size(258, 22); this.очиститьToolStripMenuItem1.Text = "Очистить"; this.очиститьToolStripMenuItem1.Click += new System.EventHandler(this.очиститьToolStripMenuItem1_Click); // // OpenFile // this.OpenFile.Filter = "Encryption files (*.enp)|*.enp"; // // SaveFile // this.SaveFile.Filter = "Encryption files (*.enp)|*.enp"; // // button1 // this.button1.Location = new System.Drawing.Point(701, 151); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 3; this.button1.Text = "ENC"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; // // button2 // this.button2.Location = new System.Drawing.Point(701, 180); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 4; this.button2.Text = "DEC"; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; // // statusStrip1 // this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(35))))); this.statusStrip1.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.lineStripStatusLabel, this.columnStripStatusLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 439); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.ShowItemToolTips = true; this.statusStrip1.Size = new System.Drawing.Size(689, 22); this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 5; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.ForeColor = System.Drawing.SystemColors.ButtonFace; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(42, 17); this.toolStripStatusLabel1.Text = "Ready"; // // lineStripStatusLabel // this.lineStripStatusLabel.ForeColor = System.Drawing.SystemColors.ButtonFace; this.lineStripStatusLabel.Margin = new System.Windows.Forms.Padding(50, 3, 20, 2); this.lineStripStatusLabel.Name = "lineStripStatusLabel"; this.lineStripStatusLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always; this.lineStripStatusLabel.Size = new System.Drawing.Size(42, 17); this.lineStripStatusLabel.Text = "Line:"; // // columnStripStatusLabel // this.columnStripStatusLabel.ForeColor = System.Drawing.SystemColors.ButtonFace; this.columnStripStatusLabel.Name = "columnStripStatusLabel"; this.columnStripStatusLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always; this.columnStripStatusLabel.Size = new System.Drawing.Size(56, 17); this.columnStripStatusLabel.Text = "Column:"; // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(670, 7); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(14, 14); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox1, "Close"); this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // searchTextBox // this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.searchTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.searchTextBox.Location = new System.Drawing.Point(496, 3); this.searchTextBox.Name = "searchTextBox"; this.searchTextBox.Size = new System.Drawing.Size(168, 21); this.searchTextBox.TabIndex = 9; this.searchTextBox.TabStop = false; this.searchTextBox.TextChanged += new System.EventHandler(this.textBox1_TextChanged); this.searchTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchTextBox_KeyDown); // // chkMatchCase // this.chkMatchCase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkMatchCase.AutoSize = true; this.chkMatchCase.Location = new System.Drawing.Point(410, 5); this.chkMatchCase.Name = "chkMatchCase"; this.chkMatchCase.Size = new System.Drawing.Size(80, 17); this.chkMatchCase.TabIndex = 11; this.chkMatchCase.Text = "Match case"; this.chkMatchCase.UseVisualStyleBackColor = true; this.chkMatchCase.CheckedChanged += new System.EventHandler(this.chkMatchCase_CheckedChanged); // // chkMatchWholeWord // this.chkMatchWholeWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkMatchWholeWord.AutoSize = true; this.chkMatchWholeWord.Location = new System.Drawing.Point(289, 5); this.chkMatchWholeWord.Name = "chkMatchWholeWord"; this.chkMatchWholeWord.Size = new System.Drawing.Size(113, 17); this.chkMatchWholeWord.TabIndex = 12; this.chkMatchWholeWord.Text = "Match whole word"; this.chkMatchWholeWord.UseVisualStyleBackColor = true; this.chkMatchWholeWord.CheckedChanged += new System.EventHandler(this.chkMatchWholeWord_CheckedChanged); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.searchTextBox); this.panel1.Controls.Add(this.chkMatchCase); this.panel1.Controls.Add(this.chkMatchWholeWord); this.panel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.panel1.Location = new System.Drawing.Point(0, 413); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(689, 27); this.panel1.TabIndex = 13; this.panel1.Visible = false; // // customRTB // this.customRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.customRTB.BackColor = System.Drawing.SystemColors.Window; this.customRTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.customRTB.ContextMenuStrip = this.contextMenuStrip1; this.customRTB.DetectUrls = false; this.customRTB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.customRTB.ForeColor = System.Drawing.SystemColors.WindowText; this.customRTB.Location = new System.Drawing.Point(0, 24); this.customRTB.Name = "customRTB"; this.customRTB.Size = new System.Drawing.Size(689, 416); this.customRTB.TabIndex = 10; this.customRTB.Text = ""; this.customRTB.SelectionChanged += new System.EventHandler(this.customRTB_SelectionChanged_1); this.customRTB.TextChanged += new System.EventHandler(this.customRTB_TextChanged); // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(689, 461); this.Controls.Add(this.panel1); this.Controls.Add(this.customRTB); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.MainMenu); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.MainMenu; this.MinimumSize = new System.Drawing.Size(500, 300); this.Name = "MainWindow"; this.Text = "EncryptPad"; this.Activated += new System.EventHandler(this.MainWindow_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing); this.Load += new System.EventHandler(this.MainWindow_Load); this.MainMenu.ResumeLayout(false); this.MainMenu.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip MainMenu; private System.Windows.Forms.ToolStripMenuItem файлToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem правкаToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem помощьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem сохранитьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem оПрограммеToolStripMenuItem; private System.Windows.Forms.OpenFileDialog OpenFile; private System.Windows.Forms.SaveFileDialog SaveFile; private System.Windows.Forms.ToolStripMenuItem создатьToolStripMenuItem; private System.Windows.Forms.Button button1; public System.Windows.Forms.Button button2; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ToolStripMenuItem сервисToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem очиститьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem открытьToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem сохранитьToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem выделитьВсеToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem вырезатьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem копироватьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem вставитьToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem УдалитьФайлToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem открытьРасположениеФайлаToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem переносПоСловамToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem отменитьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem отменаToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem вырезатьToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem копироватьToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem вставитьToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem удалитьToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem удалитьToolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem выделитьВсеToolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripMenuItem порядокЧтенияСправаНалевоToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem очиститьToolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; private System.Windows.Forms.ToolStripMenuItem changeKeyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem сheckForUpdatesToolStripMenuItem; private System.Windows.Forms.ToolStripStatusLabel lineStripStatusLabel; private System.Windows.Forms.ToolStripStatusLabel columnStripStatusLabel; private System.Windows.Forms.ToolStripMenuItem documentationToolStripMenuItem; private System.Windows.Forms.TextBox searchTextBox; private System.Windows.Forms.CheckBox chkMatchCase; private System.Windows.Forms.CheckBox chkMatchWholeWord; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; public CustomRichTextBox customRTB; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem2; } }