namespace Crypto_Notepad { 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.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.openFileLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = 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.aboutToolStripMenuItem = 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.pictureBox12 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox11 = new System.Windows.Forms.PictureBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox13 = 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.panel2 = new System.Windows.Forms.Panel(); this.lockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customRTB = new Crypto_Notepad.CustomRichTextBox(); this.MainMenu.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.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.newToolStripMenuItem, this.openToolStripMenuItem, this.toolStripSeparator11, this.saveToolStripMenuItem1, this.saveAsToolStripMenuItem, this.toolStripSeparator4, this.openFileLocationToolStripMenuItem, this.deleteFileToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem}); this.файлToolStripMenuItem.Name = "файлToolStripMenuItem"; this.файлToolStripMenuItem.Size = new System.Drawing.Size(36, 24); this.файлToolStripMenuItem.Text = "File"; this.файлToolStripMenuItem.DropDownOpened += new System.EventHandler(this.файлToolStripMenuItem_DropDownOpened); // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click_1); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.openToolStripMenuItem.Text = "Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; this.toolStripSeparator11.Size = new System.Drawing.Size(199, 6); // // saveToolStripMenuItem1 // this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1"; this.saveToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem1.Size = new System.Drawing.Size(202, 22); this.saveToolStripMenuItem1.Text = "Save"; this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click_1); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.saveAsToolStripMenuItem.Text = "Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(199, 6); // // openFileLocationToolStripMenuItem // this.openFileLocationToolStripMenuItem.Name = "openFileLocationToolStripMenuItem"; this.openFileLocationToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.openFileLocationToolStripMenuItem.Text = "Open File Location"; this.openFileLocationToolStripMenuItem.Click += new System.EventHandler(this.openFileLocationToolStripMenuItem_Click); // // deleteFileToolStripMenuItem // this.deleteFileToolStripMenuItem.Name = "deleteFileToolStripMenuItem"; this.deleteFileToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.deleteFileToolStripMenuItem.Text = "Delete File"; this.deleteFileToolStripMenuItem.Click += new System.EventHandler(this.deleteFileToolStripMenuItem_Click_1); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q))); this.exitToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_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.DropDownOpened += new System.EventHandler(this.правкаToolStripMenuItem_DropDownOpened); // // отмена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.lockToolStripMenuItem, this.settingsToolStripMenuItem}); this.сервисToolStripMenuItem.Name = "сервисToolStripMenuItem"; this.сервисToolStripMenuItem.Size = new System.Drawing.Size(48, 24); this.сервисToolStripMenuItem.Text = "Tools"; this.сервисToolStripMenuItem.DropDownOpened += new System.EventHandler(this.сервисToolStripMenuItem_DropDownOpened); // // changeKeyToolStripMenuItem // this.changeKeyToolStripMenuItem.Name = "changeKeyToolStripMenuItem"; this.changeKeyToolStripMenuItem.Size = new System.Drawing.Size(152, 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(152, 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.aboutToolStripMenuItem}); this.помощьToolStripMenuItem.Name = "помощьToolStripMenuItem"; this.помощьToolStripMenuItem.Size = new System.Drawing.Size(43, 24); this.помощьToolStripMenuItem.Text = "Help"; // // documentationToolStripMenuItem // this.documentationToolStripMenuItem.Name = "documentationToolStripMenuItem"; this.documentationToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; this.documentationToolStripMenuItem.Size = new System.Drawing.Size(187, 22); this.documentationToolStripMenuItem.Text = "Documentation"; this.documentationToolStripMenuItem.Click += new System.EventHandler(this.documentationToolStripMenuItem_Click); // // сheckForUpdatesToolStripMenuItem // this.сheckForUpdatesToolStripMenuItem.Name = "сheckForUpdatesToolStripMenuItem"; this.сheckForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(187, 22); this.сheckForUpdatesToolStripMenuItem.Text = "Сheck for Updates..."; this.сheckForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.сheckForUpdatesToolStripMenuItem_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(187, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_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 = "Crypto Notepad (*.cnp)|*.cnp|All files (*.*)|*.*"; // // SaveFile // this.SaveFile.Filter = "Crypto Notepad (*.cnp)|*.cnp"; // // 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:"; // // pictureBox12 // this.pictureBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox12.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image"))); this.pictureBox12.Location = new System.Drawing.Point(670, 5); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.Size = new System.Drawing.Size(14, 14); this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox12.TabIndex = 14; this.pictureBox12.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox12, "Hide Toolbar"); this.pictureBox12.Click += new System.EventHandler(this.pictureBox12_Click); this.pictureBox12.MouseEnter += new System.EventHandler(this.pictureBox12_MouseEnter); this.pictureBox12.MouseLeave += new System.EventHandler(this.pictureBox12_MouseLeave); // // pictureBox5 // this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); this.pictureBox5.Location = new System.Drawing.Point(235, 3); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(16, 16); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox5.TabIndex = 15; this.pictureBox5.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox5, "Settings"); this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click); // // pictureBox2 // this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(10, 3); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(16, 16); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox2.TabIndex = 15; this.pictureBox2.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox2, "New"); this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); // // pictureBox11 // this.pictureBox11.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image"))); this.pictureBox11.Location = new System.Drawing.Point(210, 3); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.Size = new System.Drawing.Size(16, 16); this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox11.TabIndex = 15; this.pictureBox11.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox11, "Change Key"); this.pictureBox11.Click += new System.EventHandler(this.pictureBox11_Click); // // pictureBox10 // this.pictureBox10.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image"))); this.pictureBox10.Location = new System.Drawing.Point(185, 3); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(16, 16); this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox10.TabIndex = 15; this.pictureBox10.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox10, "Paste"); this.pictureBox10.Click += new System.EventHandler(this.pictureBox10_Click); // // pictureBox9 // this.pictureBox9.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image"))); this.pictureBox9.Location = new System.Drawing.Point(160, 3); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(16, 16); this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox9.TabIndex = 15; this.pictureBox9.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox9, "Copy"); this.pictureBox9.Click += new System.EventHandler(this.pictureBox9_Click); // // pictureBox8 // this.pictureBox8.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image"))); this.pictureBox8.Location = new System.Drawing.Point(135, 3); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(16, 16); this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox8.TabIndex = 15; this.pictureBox8.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox8, "Cut"); this.pictureBox8.Click += new System.EventHandler(this.pictureBox8_Click); // // pictureBox7 // this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); this.pictureBox7.Location = new System.Drawing.Point(110, 3); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(16, 16); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox7.TabIndex = 15; this.pictureBox7.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox7, "Delete File"); this.pictureBox7.Click += new System.EventHandler(this.pictureBox7_Click); // // pictureBox6 // this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); this.pictureBox6.Location = new System.Drawing.Point(85, 3); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(16, 16); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox6.TabIndex = 15; this.pictureBox6.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox6, "Open File Location"); this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click); // // pictureBox4 // this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(60, 3); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(16, 16); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox4.TabIndex = 15; this.pictureBox4.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox4, "Save"); this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click); // // pictureBox3 // this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(35, 3); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(16, 16); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 15; this.pictureBox3.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox3, "Open"); this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click); // // 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 Search"); this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave); this.pictureBox1.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover); // // pictureBox13 // this.pictureBox13.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox13.Image = global::Crypto_Notepad.Properties.Resources.lock_icon; this.pictureBox13.Location = new System.Drawing.Point(260, 3); this.pictureBox13.Name = "pictureBox13"; this.pictureBox13.Size = new System.Drawing.Size(16, 16); this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox13.TabIndex = 15; this.pictureBox13.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox13, "Lock"); this.pictureBox13.Click += new System.EventHandler(this.pictureBox13_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(490, 3); this.searchTextBox.Name = "searchTextBox"; this.searchTextBox.Size = new System.Drawing.Size(178, 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; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.Controls.Add(this.pictureBox12); this.panel2.Controls.Add(this.pictureBox13); this.panel2.Controls.Add(this.pictureBox5); this.panel2.Controls.Add(this.pictureBox2); this.panel2.Controls.Add(this.pictureBox11); this.panel2.Controls.Add(this.pictureBox10); this.panel2.Controls.Add(this.pictureBox9); this.panel2.Controls.Add(this.pictureBox8); this.panel2.Controls.Add(this.pictureBox7); this.panel2.Controls.Add(this.pictureBox6); this.panel2.Controls.Add(this.pictureBox4); this.panel2.Controls.Add(this.pictureBox3); this.panel2.Location = new System.Drawing.Point(-1, 25); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(691, 23); this.panel2.TabIndex = 14; // // lockToolStripMenuItem // this.lockToolStripMenuItem.Name = "lockToolStripMenuItem"; this.lockToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.lockToolStripMenuItem.Text = "Lock"; this.lockToolStripMenuItem.Click += new System.EventHandler(this.lockToolStripMenuItem_Click); // // 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, 48); this.customRTB.Name = "customRTB"; this.customRTB.Size = new System.Drawing.Size(689, 392); 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.panel2); 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Crypto Notepad"; 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.pictureBox12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.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 saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.OpenFileDialog OpenFile; private System.Windows.Forms.SaveFileDialog SaveFile; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; 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 openToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1; 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 deleteFileToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem openFileLocationToolStripMenuItem; 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; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.PictureBox pictureBox7; private System.Windows.Forms.PictureBox pictureBox8; private System.Windows.Forms.PictureBox pictureBox9; private System.Windows.Forms.PictureBox pictureBox10; private System.Windows.Forms.PictureBox pictureBox11; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.PictureBox pictureBox12; private System.Windows.Forms.PictureBox pictureBox13; private System.Windows.Forms.ToolStripMenuItem lockToolStripMenuItem; } }