namespace Crypto_Notepad
{
partial class MainForm
{
///
/// Требуется переменная конструктора.
///
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(MainForm));
this.MainMenu = new System.Windows.Forms.MenuStrip();
this.FileToolStripMenuItem = 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.SaveToolStripMenuItem = 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.EditToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UndoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.RedoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.CutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CopyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.FindToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.SelectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.WordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.ClearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ChangeKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.LockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CheckForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.AboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DebugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MainVariablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.EditorMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.UndoEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.RedoEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.CutEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.CopyEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.PasteEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.SelectAllEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.RightToLeftEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.ClearEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.OpenFile = new System.Windows.Forms.OpenFileDialog();
this.SaveFile = new System.Windows.Forms.SaveFileDialog();
this.SearchTextBox = new System.Windows.Forms.TextBox();
this.MatchCaseCheckBox = new System.Windows.Forms.CheckBox();
this.WholeWordCheckBox = new System.Windows.Forms.CheckBox();
this.FindNextButton = new System.Windows.Forms.Button();
this.CloseSearchPanel = new System.Windows.Forms.PictureBox();
this.CloseToolbar = new System.Windows.Forms.PictureBox();
this.LockToolbarButton = new System.Windows.Forms.PictureBox();
this.SettingsToolbarButton = new System.Windows.Forms.PictureBox();
this.NewToolbarButton = new System.Windows.Forms.PictureBox();
this.ChangeKeyToolbarButton = new System.Windows.Forms.PictureBox();
this.PasteToolbarButton = new System.Windows.Forms.PictureBox();
this.CopyToolbarButton = new System.Windows.Forms.PictureBox();
this.CutToolbarButton = new System.Windows.Forms.PictureBox();
this.DeleteFileToolbarButton = new System.Windows.Forms.PictureBox();
this.FileLocationToolbarButton = new System.Windows.Forms.PictureBox();
this.SaveToolBarButton = new System.Windows.Forms.PictureBox();
this.OpenToolbarButton = new System.Windows.Forms.PictureBox();
this.ToolbarPanel = new System.Windows.Forms.TableLayoutPanel();
this.SearchPanel = new System.Windows.Forms.TableLayoutPanel();
this.RichTextBox = new Crypto_Notepad.ExRichTextBox();
this.LineNumbers_For_RichTextBox = new LineNumbers.LineNumbers_For_RichTextBox();
this.MainMenu.SuspendLayout();
this.EditorMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CloseSearchPanel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CloseToolbar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LockToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SettingsToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NewToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ChangeKeyToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PasteToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CopyToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CutToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DeleteFileToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.FileLocationToolbarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SaveToolBarButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.OpenToolbarButton)).BeginInit();
this.ToolbarPanel.SuspendLayout();
this.SearchPanel.SuspendLayout();
this.SuspendLayout();
//
// MainMenu
//
this.MainMenu.BackColor = System.Drawing.SystemColors.Control;
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.FileToolStripMenuItem,
this.EditToolStripMenuItem,
this.ToolsToolStripMenuItem,
this.HelpToolStripMenuItem,
this.DebugToolStripMenuItem});
this.MainMenu.Location = new System.Drawing.Point(0, 0);
this.MainMenu.Name = "MainMenu";
this.MainMenu.Padding = new System.Windows.Forms.Padding(0);
this.MainMenu.Size = new System.Drawing.Size(513, 24);
this.MainMenu.TabIndex = 0;
this.MainMenu.Text = "menuStrip1";
//
// FileToolStripMenuItem
//
this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NewToolStripMenuItem,
this.OpenToolStripMenuItem,
this.toolStripSeparator11,
this.SaveToolStripMenuItem,
this.SaveAsToolStripMenuItem,
this.toolStripSeparator4,
this.OpenFileLocationToolStripMenuItem,
this.DeleteFileToolStripMenuItem,
this.toolStripSeparator2,
this.ExitToolStripMenuItem});
this.FileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
this.FileToolStripMenuItem.Size = new System.Drawing.Size(36, 24);
this.FileToolStripMenuItem.Text = "File";
this.FileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.FileToolStripMenuItem_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);
//
// 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);
//
// SaveToolStripMenuItem
//
this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
this.SaveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.SaveToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.SaveToolStripMenuItem.Text = "Save";
this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
//
// 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);
//
// 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);
//
// EditToolStripMenuItem
//
this.EditToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UndoToolStripMenuItem,
this.RedoToolStripMenuItem,
this.toolStripSeparator1,
this.CutToolStripMenuItem,
this.CopyToolStripMenuItem,
this.PasteToolStripMenuItem,
this.DeleteToolStripMenuItem,
this.toolStripSeparator9,
this.FindToolStripMenuItem,
this.toolStripSeparator3,
this.SelectAllToolStripMenuItem,
this.WordWrapToolStripMenuItem,
this.toolStripSeparator5,
this.ClearToolStripMenuItem});
this.EditToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.EditToolStripMenuItem.Name = "EditToolStripMenuItem";
this.EditToolStripMenuItem.Size = new System.Drawing.Size(40, 24);
this.EditToolStripMenuItem.Text = "Edit";
this.EditToolStripMenuItem.DropDownOpened += new System.EventHandler(this.EditToolStripMenuItem_DropDownOpened);
//
// UndoToolStripMenuItem
//
this.UndoToolStripMenuItem.Name = "UndoToolStripMenuItem";
this.UndoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.UndoToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.UndoToolStripMenuItem.Text = "Undo";
this.UndoToolStripMenuItem.Click += new System.EventHandler(this.UndoToolStripMenuItem_Click);
//
// RedoToolStripMenuItem
//
this.RedoToolStripMenuItem.Name = "RedoToolStripMenuItem";
this.RedoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
this.RedoToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.RedoToolStripMenuItem.Text = "Redo";
this.RedoToolStripMenuItem.Click += new System.EventHandler(this.RedoToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
//
// CutToolStripMenuItem
//
this.CutToolStripMenuItem.Enabled = false;
this.CutToolStripMenuItem.Name = "CutToolStripMenuItem";
this.CutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.CutToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.CutToolStripMenuItem.Text = "Cut";
this.CutToolStripMenuItem.Click += new System.EventHandler(this.CutToolStripMenuItem_Click);
//
// CopyToolStripMenuItem
//
this.CopyToolStripMenuItem.Enabled = false;
this.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem";
this.CopyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.CopyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.CopyToolStripMenuItem.Text = "Copy";
this.CopyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItem_Click);
//
// PasteToolStripMenuItem
//
this.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem";
this.PasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.PasteToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.PasteToolStripMenuItem.Text = "Paste";
this.PasteToolStripMenuItem.Click += new System.EventHandler(this.PasteToolStripMenuItem_Click);
//
// DeleteToolStripMenuItem
//
this.DeleteToolStripMenuItem.Enabled = false;
this.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem";
this.DeleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.DeleteToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.DeleteToolStripMenuItem.Text = "Delete";
this.DeleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(162, 6);
//
// FindToolStripMenuItem
//
this.FindToolStripMenuItem.Name = "FindToolStripMenuItem";
this.FindToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.FindToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.FindToolStripMenuItem.Text = "Find";
this.FindToolStripMenuItem.Click += new System.EventHandler(this.FindToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(162, 6);
//
// SelectAllToolStripMenuItem
//
this.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem";
this.SelectAllToolStripMenuItem.ShortcutKeyDisplayString = "";
this.SelectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.SelectAllToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.SelectAllToolStripMenuItem.Text = "Select All";
this.SelectAllToolStripMenuItem.Click += new System.EventHandler(this.SelectAllToolStripMenuItem_Click);
//
// WordWrapToolStripMenuItem
//
this.WordWrapToolStripMenuItem.Checked = true;
this.WordWrapToolStripMenuItem.CheckOnClick = true;
this.WordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.WordWrapToolStripMenuItem.Name = "WordWrapToolStripMenuItem";
this.WordWrapToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.WordWrapToolStripMenuItem.Text = "Word Wrap";
this.WordWrapToolStripMenuItem.Click += new System.EventHandler(this.WordWrapToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(162, 6);
//
// ClearToolStripMenuItem
//
this.ClearToolStripMenuItem.Name = "ClearToolStripMenuItem";
this.ClearToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
this.ClearToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.ClearToolStripMenuItem.Text = "Clear";
this.ClearToolStripMenuItem.Click += new System.EventHandler(this.ClearToolStripMenuItem_Click);
//
// ToolsToolStripMenuItem
//
this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ChangeKeyToolStripMenuItem,
this.LockToolStripMenuItem,
this.SettingsToolStripMenuItem});
this.ToolsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";
this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(48, 24);
this.ToolsToolStripMenuItem.Text = "Tools";
this.ToolsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.ToolsToolStripMenuItem_DropDownOpened);
//
// ChangeKeyToolStripMenuItem
//
this.ChangeKeyToolStripMenuItem.Name = "ChangeKeyToolStripMenuItem";
this.ChangeKeyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.K)));
this.ChangeKeyToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.ChangeKeyToolStripMenuItem.Text = "Change Key";
this.ChangeKeyToolStripMenuItem.Click += new System.EventHandler(this.ChangeKeyToolStripMenuItem_Click);
//
// LockToolStripMenuItem
//
this.LockToolStripMenuItem.Name = "LockToolStripMenuItem";
this.LockToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
this.LockToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.LockToolStripMenuItem.Text = "Lock";
this.LockToolStripMenuItem.Click += new System.EventHandler(this.LockToolStripMenuItem_Click);
//
// SettingsToolStripMenuItem
//
this.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem";
this.SettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.S)));
this.SettingsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.SettingsToolStripMenuItem.Text = "Settings";
this.SettingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
//
// HelpToolStripMenuItem
//
this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.DocumentationToolStripMenuItem,
this.CheckForUpdatesToolStripMenuItem,
this.toolStripSeparator10,
this.AboutToolStripMenuItem});
this.HelpToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
this.HelpToolStripMenuItem.Size = new System.Drawing.Size(43, 24);
this.HelpToolStripMenuItem.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);
//
// CheckForUpdatesToolStripMenuItem
//
this.CheckForUpdatesToolStripMenuItem.Name = "CheckForUpdatesToolStripMenuItem";
this.CheckForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.CheckForUpdatesToolStripMenuItem.Text = "Сheck for Updates...";
this.CheckForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.CheckForUpdatesToolStripMenuItem_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.ForeColor = System.Drawing.SystemColors.ControlText;
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
//
// AboutToolStripMenuItem
//
this.AboutToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem";
this.AboutToolStripMenuItem.ShortcutKeyDisplayString = "";
this.AboutToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.AboutToolStripMenuItem.Text = "About";
this.AboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
//
// DebugToolStripMenuItem
//
this.DebugToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.DebugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MainVariablesToolStripMenuItem,
this.insertToolStripMenuItem});
this.DebugToolStripMenuItem.Name = "DebugToolStripMenuItem";
this.DebugToolStripMenuItem.Size = new System.Drawing.Size(55, 24);
this.DebugToolStripMenuItem.Text = "Debug";
this.DebugToolStripMenuItem.Visible = false;
//
// MainVariablesToolStripMenuItem
//
this.MainVariablesToolStripMenuItem.Name = "MainVariablesToolStripMenuItem";
this.MainVariablesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Space)));
this.MainVariablesToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.MainVariablesToolStripMenuItem.Text = "Main variables";
this.MainVariablesToolStripMenuItem.Click += new System.EventHandler(this.MainVariablesToolStripMenuItem_Click);
//
// insertToolStripMenuItem
//
this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
this.insertToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.insertToolStripMenuItem.Text = "Insert";
this.insertToolStripMenuItem.Visible = false;
//
// EditorMenuStrip
//
this.EditorMenuStrip.BackColor = System.Drawing.SystemColors.Control;
this.EditorMenuStrip.Font = new System.Drawing.Font("Tahoma", 9F);
this.EditorMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UndoEditorMenuStrip,
this.RedoEditorMenuStrip,
this.toolStripSeparator6,
this.CutEditorMenuStrip,
this.CopyEditorMenuStrip,
this.PasteEditorMenuStrip,
this.DeleteEditorMenuStrip,
this.toolStripSeparator8,
this.SelectAllEditorMenuStrip,
this.RightToLeftEditorMenuStrip,
this.ClearEditorMenuStrip});
this.EditorMenuStrip.Name = "contextMenuStrip1";
this.EditorMenuStrip.Size = new System.Drawing.Size(185, 214);
this.EditorMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.EditorMenuStrip_Opening);
//
// UndoEditorMenuStrip
//
this.UndoEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.UndoEditorMenuStrip.Name = "UndoEditorMenuStrip";
this.UndoEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.UndoEditorMenuStrip.Text = "Undo";
this.UndoEditorMenuStrip.Click += new System.EventHandler(this.UndoEditorMenuStrip_Click);
//
// RedoEditorMenuStrip
//
this.RedoEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.RedoEditorMenuStrip.Name = "RedoEditorMenuStrip";
this.RedoEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.RedoEditorMenuStrip.Text = "Redo";
this.RedoEditorMenuStrip.Click += new System.EventHandler(this.RedoEditorMenuStrip_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(181, 6);
//
// CutEditorMenuStrip
//
this.CutEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.CutEditorMenuStrip.Name = "CutEditorMenuStrip";
this.CutEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.CutEditorMenuStrip.Text = "Cut";
this.CutEditorMenuStrip.Click += new System.EventHandler(this.CutEditorMenuStrip_Click);
//
// CopyEditorMenuStrip
//
this.CopyEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.CopyEditorMenuStrip.Name = "CopyEditorMenuStrip";
this.CopyEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.CopyEditorMenuStrip.Text = "Copy";
this.CopyEditorMenuStrip.Click += new System.EventHandler(this.CopyEditorMenuStrip_Click);
//
// PasteEditorMenuStrip
//
this.PasteEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.PasteEditorMenuStrip.Name = "PasteEditorMenuStrip";
this.PasteEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.PasteEditorMenuStrip.Text = "Paste";
this.PasteEditorMenuStrip.Click += new System.EventHandler(this.PasteEditorMenuStrip_Click);
//
// DeleteEditorMenuStrip
//
this.DeleteEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.DeleteEditorMenuStrip.Name = "DeleteEditorMenuStrip";
this.DeleteEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.DeleteEditorMenuStrip.Text = "Delete";
this.DeleteEditorMenuStrip.Click += new System.EventHandler(this.DeleteEditorMenuStrip_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(181, 6);
//
// SelectAllEditorMenuStrip
//
this.SelectAllEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.SelectAllEditorMenuStrip.Name = "SelectAllEditorMenuStrip";
this.SelectAllEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.SelectAllEditorMenuStrip.Text = "Select All";
this.SelectAllEditorMenuStrip.Click += new System.EventHandler(this.SelectAllEditorMenuStrip_Click);
//
// RightToLeftEditorMenuStrip
//
this.RightToLeftEditorMenuStrip.CheckOnClick = true;
this.RightToLeftEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.RightToLeftEditorMenuStrip.Name = "RightToLeftEditorMenuStrip";
this.RightToLeftEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.RightToLeftEditorMenuStrip.Text = "Right-to-left reading";
this.RightToLeftEditorMenuStrip.Click += new System.EventHandler(this.RightToLeftEditorMenuStrip_Click);
//
// ClearEditorMenuStrip
//
this.ClearEditorMenuStrip.ForeColor = System.Drawing.SystemColors.ControlText;
this.ClearEditorMenuStrip.Name = "ClearEditorMenuStrip";
this.ClearEditorMenuStrip.Size = new System.Drawing.Size(184, 22);
this.ClearEditorMenuStrip.Text = "Clear";
this.ClearEditorMenuStrip.Click += new System.EventHandler(this.ClearEditorMenuStrip_Click);
//
// OpenFile
//
this.OpenFile.Filter = "Crypto Notepad (*.cnp)|*.cnp|All files (*.*)|*.*";
//
// SaveFile
//
this.SaveFile.Filter = "Crypto Notepad (*.cnp)|*.cnp";
//
// SearchTextBox
//
this.SearchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.SearchTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(35)))));
this.SearchTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.SearchTextBox.ForeColor = System.Drawing.Color.White;
this.SearchTextBox.Location = new System.Drawing.Point(3, 9);
this.SearchTextBox.Name = "SearchTextBox";
this.SearchTextBox.Size = new System.Drawing.Size(224, 13);
this.SearchTextBox.TabIndex = 9;
this.SearchTextBox.TabStop = false;
this.SearchTextBox.TextChanged += new System.EventHandler(this.SearchTextBox_TextChanged);
this.SearchTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SearchTextBox_KeyDown);
//
// MatchCaseCheckBox
//
this.MatchCaseCheckBox.AutoSize = true;
this.MatchCaseCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.MatchCaseCheckBox.ForeColor = System.Drawing.Color.Gainsboro;
this.MatchCaseCheckBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.MatchCaseCheckBox.Location = new System.Drawing.Point(233, 3);
this.MatchCaseCheckBox.Name = "MatchCaseCheckBox";
this.MatchCaseCheckBox.Size = new System.Drawing.Size(96, 25);
this.MatchCaseCheckBox.TabIndex = 11;
this.MatchCaseCheckBox.Text = "Case sensitive";
this.MatchCaseCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.MatchCaseCheckBox.UseVisualStyleBackColor = false;
this.MatchCaseCheckBox.CheckedChanged += new System.EventHandler(this.MatchCaseCheckBox_CheckedChanged);
//
// WholeWordCheckBox
//
this.WholeWordCheckBox.AutoSize = true;
this.WholeWordCheckBox.BackColor = System.Drawing.Color.Transparent;
this.WholeWordCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.WholeWordCheckBox.ForeColor = System.Drawing.Color.Gainsboro;
this.WholeWordCheckBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.WholeWordCheckBox.Location = new System.Drawing.Point(335, 3);
this.WholeWordCheckBox.Name = "WholeWordCheckBox";
this.WholeWordCheckBox.Size = new System.Drawing.Size(84, 25);
this.WholeWordCheckBox.TabIndex = 12;
this.WholeWordCheckBox.Text = "Whole word";
this.WholeWordCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.WholeWordCheckBox.UseVisualStyleBackColor = false;
this.WholeWordCheckBox.CheckedChanged += new System.EventHandler(this.WholeWordCheckBox_CheckedChanged);
//
// FindNextButton
//
this.FindNextButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.FindNextButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.FindNextButton.FlatAppearance.BorderColor = System.Drawing.Color.DimGray;
this.FindNextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.FindNextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray;
this.FindNextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.FindNextButton.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.FindNextButton.Location = new System.Drawing.Point(425, 3);
this.FindNextButton.Name = "FindNextButton";
this.FindNextButton.Size = new System.Drawing.Size(66, 25);
this.FindNextButton.TabIndex = 15;
this.FindNextButton.TabStop = false;
this.FindNextButton.Text = "Find Next";
this.FindNextButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.FindNextButton.UseMnemonic = false;
this.FindNextButton.UseVisualStyleBackColor = true;
this.FindNextButton.Click += new System.EventHandler(this.FindNextButton_Click);
//
// CloseSearchPanel
//
this.CloseSearchPanel.BackColor = System.Drawing.Color.Transparent;
this.CloseSearchPanel.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseSearchPanel.Image = ((System.Drawing.Image)(resources.GetObject("CloseSearchPanel.Image")));
this.CloseSearchPanel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CloseSearchPanel.Location = new System.Drawing.Point(497, 3);
this.CloseSearchPanel.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.CloseSearchPanel.Name = "CloseSearchPanel";
this.CloseSearchPanel.Size = new System.Drawing.Size(14, 25);
this.CloseSearchPanel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.CloseSearchPanel.TabIndex = 14;
this.CloseSearchPanel.TabStop = false;
this.CloseSearchPanel.Click += new System.EventHandler(this.CloseSearchPanel_Click);
this.CloseSearchPanel.MouseLeave += new System.EventHandler(this.CloseSearchPanel_MouseLeave);
this.CloseSearchPanel.MouseHover += new System.EventHandler(this.CloseSearchPanel_MouseHover);
//
// CloseToolbar
//
this.CloseToolbar.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseToolbar.Image = global::Crypto_Notepad.Properties.Resources.close_g;
this.CloseToolbar.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CloseToolbar.Location = new System.Drawing.Point(496, 3);
this.CloseToolbar.Margin = new System.Windows.Forms.Padding(3, 3, 2, 3);
this.CloseToolbar.Name = "CloseToolbar";
this.CloseToolbar.Size = new System.Drawing.Size(14, 17);
this.CloseToolbar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.CloseToolbar.TabIndex = 14;
this.CloseToolbar.TabStop = false;
this.CloseToolbar.Click += new System.EventHandler(this.CloseToolbar_Click);
this.CloseToolbar.MouseEnter += new System.EventHandler(this.CloseToolbar_MouseEnter);
this.CloseToolbar.MouseLeave += new System.EventHandler(this.CloseToolbar_MouseLeave);
//
// LockToolbarButton
//
this.LockToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.LockToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("LockToolbarButton.Image")));
this.LockToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.LockToolbarButton.Location = new System.Drawing.Point(219, 3);
this.LockToolbarButton.Name = "LockToolbarButton";
this.LockToolbarButton.Size = new System.Drawing.Size(16, 16);
this.LockToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.LockToolbarButton.TabIndex = 15;
this.LockToolbarButton.TabStop = false;
this.LockToolbarButton.Click += new System.EventHandler(this.LockToolbarButton_Click);
//
// SettingsToolbarButton
//
this.SettingsToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.SettingsToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("SettingsToolbarButton.Image")));
this.SettingsToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.SettingsToolbarButton.Location = new System.Drawing.Point(243, 3);
this.SettingsToolbarButton.Name = "SettingsToolbarButton";
this.SettingsToolbarButton.Size = new System.Drawing.Size(16, 16);
this.SettingsToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.SettingsToolbarButton.TabIndex = 15;
this.SettingsToolbarButton.TabStop = false;
this.SettingsToolbarButton.Click += new System.EventHandler(this.SettingsToolbarButton_Click);
//
// NewToolbarButton
//
this.NewToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.NewToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("NewToolbarButton.Image")));
this.NewToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.NewToolbarButton.Location = new System.Drawing.Point(3, 3);
this.NewToolbarButton.Name = "NewToolbarButton";
this.NewToolbarButton.Size = new System.Drawing.Size(16, 16);
this.NewToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.NewToolbarButton.TabIndex = 15;
this.NewToolbarButton.TabStop = false;
this.NewToolbarButton.Click += new System.EventHandler(this.NewToolbarButton_Click);
//
// ChangeKeyToolbarButton
//
this.ChangeKeyToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.ChangeKeyToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("ChangeKeyToolbarButton.Image")));
this.ChangeKeyToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.ChangeKeyToolbarButton.Location = new System.Drawing.Point(195, 3);
this.ChangeKeyToolbarButton.Name = "ChangeKeyToolbarButton";
this.ChangeKeyToolbarButton.Size = new System.Drawing.Size(16, 16);
this.ChangeKeyToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.ChangeKeyToolbarButton.TabIndex = 15;
this.ChangeKeyToolbarButton.TabStop = false;
this.ChangeKeyToolbarButton.Click += new System.EventHandler(this.ChangeKeyToolbarButton_Click);
//
// PasteToolbarButton
//
this.PasteToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.PasteToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("PasteToolbarButton.Image")));
this.PasteToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.PasteToolbarButton.Location = new System.Drawing.Point(171, 3);
this.PasteToolbarButton.Name = "PasteToolbarButton";
this.PasteToolbarButton.Size = new System.Drawing.Size(16, 16);
this.PasteToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.PasteToolbarButton.TabIndex = 15;
this.PasteToolbarButton.TabStop = false;
this.PasteToolbarButton.Click += new System.EventHandler(this.PasteToolbarButton_Click);
//
// CopyToolbarButton
//
this.CopyToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.CopyToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("CopyToolbarButton.Image")));
this.CopyToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CopyToolbarButton.Location = new System.Drawing.Point(147, 3);
this.CopyToolbarButton.Name = "CopyToolbarButton";
this.CopyToolbarButton.Size = new System.Drawing.Size(16, 16);
this.CopyToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.CopyToolbarButton.TabIndex = 15;
this.CopyToolbarButton.TabStop = false;
this.CopyToolbarButton.Click += new System.EventHandler(this.CopyToolbarButton_Click);
//
// CutToolbarButton
//
this.CutToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.CutToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("CutToolbarButton.Image")));
this.CutToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CutToolbarButton.Location = new System.Drawing.Point(123, 3);
this.CutToolbarButton.Name = "CutToolbarButton";
this.CutToolbarButton.Size = new System.Drawing.Size(16, 16);
this.CutToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.CutToolbarButton.TabIndex = 15;
this.CutToolbarButton.TabStop = false;
this.CutToolbarButton.Click += new System.EventHandler(this.CutToolbarButton_Click);
//
// DeleteFileToolbarButton
//
this.DeleteFileToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.DeleteFileToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("DeleteFileToolbarButton.Image")));
this.DeleteFileToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.DeleteFileToolbarButton.Location = new System.Drawing.Point(99, 3);
this.DeleteFileToolbarButton.Name = "DeleteFileToolbarButton";
this.DeleteFileToolbarButton.Size = new System.Drawing.Size(16, 16);
this.DeleteFileToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.DeleteFileToolbarButton.TabIndex = 15;
this.DeleteFileToolbarButton.TabStop = false;
this.DeleteFileToolbarButton.Click += new System.EventHandler(this.DeleteFileToolbarButton_Click);
//
// FileLocationToolbarButton
//
this.FileLocationToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.FileLocationToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("FileLocationToolbarButton.Image")));
this.FileLocationToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.FileLocationToolbarButton.Location = new System.Drawing.Point(75, 3);
this.FileLocationToolbarButton.Name = "FileLocationToolbarButton";
this.FileLocationToolbarButton.Size = new System.Drawing.Size(16, 16);
this.FileLocationToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.FileLocationToolbarButton.TabIndex = 15;
this.FileLocationToolbarButton.TabStop = false;
this.FileLocationToolbarButton.Click += new System.EventHandler(this.FileLocationToolbarButton_Click);
//
// SaveToolBarButton
//
this.SaveToolBarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.SaveToolBarButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveToolBarButton.Image")));
this.SaveToolBarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.SaveToolBarButton.Location = new System.Drawing.Point(51, 3);
this.SaveToolBarButton.Name = "SaveToolBarButton";
this.SaveToolBarButton.Size = new System.Drawing.Size(16, 16);
this.SaveToolBarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.SaveToolBarButton.TabIndex = 15;
this.SaveToolBarButton.TabStop = false;
this.SaveToolBarButton.Click += new System.EventHandler(this.SaveToolbarButton_Click);
//
// OpenToolbarButton
//
this.OpenToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.OpenToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenToolbarButton.Image")));
this.OpenToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.OpenToolbarButton.Location = new System.Drawing.Point(27, 3);
this.OpenToolbarButton.Name = "OpenToolbarButton";
this.OpenToolbarButton.Size = new System.Drawing.Size(16, 16);
this.OpenToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.OpenToolbarButton.TabIndex = 15;
this.OpenToolbarButton.TabStop = false;
this.OpenToolbarButton.Click += new System.EventHandler(this.OpenToolbarButton_Click);
//
// ToolbarPanel
//
this.ToolbarPanel.BackColor = System.Drawing.SystemColors.ButtonFace;
this.ToolbarPanel.ColumnCount = 13;
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.ToolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.ToolbarPanel.Controls.Add(this.LockToolbarButton, 9, 0);
this.ToolbarPanel.Controls.Add(this.NewToolbarButton, 0, 0);
this.ToolbarPanel.Controls.Add(this.ChangeKeyToolbarButton, 8, 0);
this.ToolbarPanel.Controls.Add(this.OpenToolbarButton, 1, 0);
this.ToolbarPanel.Controls.Add(this.PasteToolbarButton, 7, 0);
this.ToolbarPanel.Controls.Add(this.SaveToolBarButton, 2, 0);
this.ToolbarPanel.Controls.Add(this.CopyToolbarButton, 6, 0);
this.ToolbarPanel.Controls.Add(this.FileLocationToolbarButton, 3, 0);
this.ToolbarPanel.Controls.Add(this.CutToolbarButton, 5, 0);
this.ToolbarPanel.Controls.Add(this.DeleteFileToolbarButton, 4, 0);
this.ToolbarPanel.Controls.Add(this.CloseToolbar, 12, 0);
this.ToolbarPanel.Controls.Add(this.SettingsToolbarButton, 10, 0);
this.ToolbarPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.ToolbarPanel.ForeColor = System.Drawing.SystemColors.Control;
this.ToolbarPanel.Location = new System.Drawing.Point(0, 24);
this.ToolbarPanel.Name = "ToolbarPanel";
this.ToolbarPanel.RowCount = 1;
this.ToolbarPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.ToolbarPanel.Size = new System.Drawing.Size(513, 23);
this.ToolbarPanel.TabIndex = 17;
//
// SearchPanel
//
this.SearchPanel.AutoSize = true;
this.SearchPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(35)))));
this.SearchPanel.ColumnCount = 5;
this.SearchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.SearchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102F));
this.SearchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
this.SearchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F));
this.SearchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 19F));
this.SearchPanel.Controls.Add(this.FindNextButton, 3, 0);
this.SearchPanel.Controls.Add(this.CloseSearchPanel, 4, 0);
this.SearchPanel.Controls.Add(this.SearchTextBox, 0, 0);
this.SearchPanel.Controls.Add(this.WholeWordCheckBox, 2, 0);
this.SearchPanel.Controls.Add(this.MatchCaseCheckBox, 1, 0);
this.SearchPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.SearchPanel.Location = new System.Drawing.Point(0, 287);
this.SearchPanel.Name = "SearchPanel";
this.SearchPanel.RowCount = 1;
this.SearchPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.SearchPanel.Size = new System.Drawing.Size(513, 31);
this.SearchPanel.TabIndex = 17;
this.SearchPanel.Visible = false;
//
// RichTextBox
//
this.RichTextBox.AcceptsTab = true;
this.RichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.RichTextBox.ContextMenuStrip = this.EditorMenuStrip;
this.RichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.RichTextBox.Location = new System.Drawing.Point(18, 47);
this.RichTextBox.Name = "RichTextBox";
this.RichTextBox.Size = new System.Drawing.Size(495, 240);
this.RichTextBox.TabIndex = 16;
this.RichTextBox.Text = "";
this.RichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox_LinkClicked);
this.RichTextBox.SelectionChanged += new System.EventHandler(this.RichTextBox_SelectionChanged);
this.RichTextBox.Click += new System.EventHandler(this.RichTextBox_Click);
this.RichTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RichTextBox_KeyDown);
this.RichTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.RichTextBox_KeyUp);
//
// LineNumbers_For_RichTextBox
//
this.LineNumbers_For_RichTextBox._SeeThroughMode_ = false;
this.LineNumbers_For_RichTextBox.AutoSizing = true;
this.LineNumbers_For_RichTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.LineNumbers_For_RichTextBox.BackgroundGradient_AlphaColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.LineNumbers_For_RichTextBox.BackgroundGradient_BetaColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.LineNumbers_For_RichTextBox.BackgroundGradient_Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.LineNumbers_For_RichTextBox.BorderLines_Color = System.Drawing.Color.Transparent;
this.LineNumbers_For_RichTextBox.BorderLines_Style = System.Drawing.Drawing2D.DashStyle.Solid;
this.LineNumbers_For_RichTextBox.BorderLines_Thickness = 1F;
this.LineNumbers_For_RichTextBox.Dock = System.Windows.Forms.DockStyle.Left;
this.LineNumbers_For_RichTextBox.DockSide = LineNumbers.LineNumbers_For_RichTextBox.LineNumberDockSide.Left;
this.LineNumbers_For_RichTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LineNumbers_For_RichTextBox.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.LineNumbers_For_RichTextBox.GridLines_Color = System.Drawing.Color.Transparent;
this.LineNumbers_For_RichTextBox.GridLines_Style = System.Drawing.Drawing2D.DashStyle.Solid;
this.LineNumbers_For_RichTextBox.GridLines_Thickness = 1F;
this.LineNumbers_For_RichTextBox.LineNrs_Alignment = System.Drawing.ContentAlignment.TopCenter;
this.LineNumbers_For_RichTextBox.LineNrs_AntiAlias = true;
this.LineNumbers_For_RichTextBox.LineNrs_AsHexadecimal = false;
this.LineNumbers_For_RichTextBox.LineNrs_ClippedByItemRectangle = true;
this.LineNumbers_For_RichTextBox.LineNrs_LeadingZeroes = false;
this.LineNumbers_For_RichTextBox.LineNrs_Offset = new System.Drawing.Size(0, 0);
this.LineNumbers_For_RichTextBox.Location = new System.Drawing.Point(0, 47);
this.LineNumbers_For_RichTextBox.Margin = new System.Windows.Forms.Padding(0);
this.LineNumbers_For_RichTextBox.MarginLines_Color = System.Drawing.Color.Transparent;
this.LineNumbers_For_RichTextBox.MarginLines_Side = LineNumbers.LineNumbers_For_RichTextBox.LineNumberDockSide.Height;
this.LineNumbers_For_RichTextBox.MarginLines_Style = System.Drawing.Drawing2D.DashStyle.Solid;
this.LineNumbers_For_RichTextBox.MarginLines_Thickness = 1F;
this.LineNumbers_For_RichTextBox.Name = "LineNumbers_For_RichTextBox";
this.LineNumbers_For_RichTextBox.Padding = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.LineNumbers_For_RichTextBox.ParentRichTextBox = this.RichTextBox;
this.LineNumbers_For_RichTextBox.Show_BackgroundGradient = false;
this.LineNumbers_For_RichTextBox.Show_BorderLines = true;
this.LineNumbers_For_RichTextBox.Show_GridLines = true;
this.LineNumbers_For_RichTextBox.Show_LineNrs = true;
this.LineNumbers_For_RichTextBox.Show_MarginLines = false;
this.LineNumbers_For_RichTextBox.Size = new System.Drawing.Size(18, 240);
this.LineNumbers_For_RichTextBox.TabIndex = 15;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(513, 318);
this.Controls.Add(this.RichTextBox);
this.Controls.Add(this.LineNumbers_For_RichTextBox);
this.Controls.Add(this.ToolbarPanel);
this.Controls.Add(this.MainMenu);
this.Controls.Add(this.SearchPanel);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.MainMenu;
this.MinimumSize = new System.Drawing.Size(500, 300);
this.Name = "MainForm";
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.EditorMenuStrip.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.CloseSearchPanel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CloseToolbar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LockToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SettingsToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NewToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ChangeKeyToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PasteToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CopyToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CutToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DeleteFileToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.FileLocationToolbarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SaveToolBarButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.OpenToolbarButton)).EndInit();
this.ToolbarPanel.ResumeLayout(false);
this.ToolbarPanel.PerformLayout();
this.SearchPanel.ResumeLayout(false);
this.SearchPanel.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip MainMenu;
private System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem EditToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;
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.ToolStripMenuItem ToolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ClearToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem OpenToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem SaveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem SelectAllToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem CutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem CopyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem PasteToolStripMenuItem;
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 WordWrapToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip EditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem UndoEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem UndoToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem CutEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem CopyEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem PasteEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem DeleteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem DeleteEditorMenuStrip;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem SelectAllEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem RightToLeftEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem ClearEditorMenuStrip;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripMenuItem ChangeKeyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem CheckForUpdatesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem DocumentationToolStripMenuItem;
private System.Windows.Forms.TextBox SearchTextBox;
private System.Windows.Forms.CheckBox MatchCaseCheckBox;
private System.Windows.Forms.CheckBox WholeWordCheckBox;
private System.Windows.Forms.ToolStripMenuItem SettingsToolStripMenuItem;
private System.Windows.Forms.PictureBox CloseSearchPanel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem FindToolStripMenuItem;
private System.Windows.Forms.PictureBox NewToolbarButton;
private System.Windows.Forms.PictureBox OpenToolbarButton;
private System.Windows.Forms.PictureBox SaveToolBarButton;
private System.Windows.Forms.PictureBox FileLocationToolbarButton;
private System.Windows.Forms.PictureBox DeleteFileToolbarButton;
private System.Windows.Forms.PictureBox CutToolbarButton;
private System.Windows.Forms.PictureBox CopyToolbarButton;
private System.Windows.Forms.PictureBox PasteToolbarButton;
private System.Windows.Forms.PictureBox ChangeKeyToolbarButton;
private System.Windows.Forms.PictureBox SettingsToolbarButton;
private System.Windows.Forms.PictureBox CloseToolbar;
private System.Windows.Forms.PictureBox LockToolbarButton;
private System.Windows.Forms.ToolStripMenuItem LockToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripMenuItem RedoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem RedoEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem DebugToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem MainVariablesToolStripMenuItem;
private LineNumbers.LineNumbers_For_RichTextBox LineNumbers_For_RichTextBox;
private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem;
private System.Windows.Forms.Button FindNextButton;
private System.Windows.Forms.TableLayoutPanel ToolbarPanel;
private System.Windows.Forms.TableLayoutPanel SearchPanel;
private ExRichTextBox RichTextBox;
}
}