Crypto-Notepad/Crypto Notepad/MainForm.Designer.cs

975 lines
60 KiB
C#
Raw Normal View History

namespace Crypto_Notepad
2016-01-06 14:47:38 +00:00
{
2018-12-17 11:14:38 +00:00
partial class MainForm
2016-01-06 14:47:38 +00:00
{
/// <summary>
/// Требуется переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Обязательный метод для поддержки конструктора - не изменяйте
/// содержимое данного метода при помощи редактора кода.
/// </summary>
public void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
2018-12-17 11:14:38 +00:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
2016-01-06 14:47:38 +00:00
this.MainMenu = new System.Windows.Forms.MenuStrip();
2018-12-17 10:52:40 +00:00
this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.NewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.OpenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.SaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SaveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.OpenFileLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2018-12-17 10:52:40 +00:00
this.EditToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UndoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.RedoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
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();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.FindToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.SelectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.WordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.ClearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2018-12-17 10:52:40 +00:00
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();
2018-12-17 10:52:40 +00:00
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();
2018-12-26 22:29:37 +00:00
this.MainVariablesToolStripMenuItem = 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();
2016-01-06 14:47:38 +00:00
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();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.SelectAllEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
this.RightToLeftEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.ClearEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
2016-01-06 14:47:38 +00:00
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.CloseToolbar = new System.Windows.Forms.PictureBox();
this.AutoLockToolbarButton = 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.CloseSearchPanel = new System.Windows.Forms.PictureBox();
this.SearchTextBox = new System.Windows.Forms.TextBox();
2017-02-05 20:47:31 +00:00
this.chkMatchCase = new System.Windows.Forms.CheckBox();
this.chkMatchWholeWord = new System.Windows.Forms.CheckBox();
this.SearchPanel = new System.Windows.Forms.Panel();
this.ToolbarPanel = new System.Windows.Forms.Panel();
this.CustomRTB = new Crypto_Notepad.CustomRichTextBox();
2016-01-06 14:47:38 +00:00
this.MainMenu.SuspendLayout();
this.EditorMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CloseToolbar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.AutoLockToolbarButton)).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();
((System.ComponentModel.ISupportInitialize)(this.CloseSearchPanel)).BeginInit();
this.SearchPanel.SuspendLayout();
this.ToolbarPanel.SuspendLayout();
2016-01-06 14:47:38 +00:00
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[] {
2018-12-17 10:52:40 +00:00
this.FileToolStripMenuItem,
this.EditToolStripMenuItem,
this.ToolsToolStripMenuItem,
this.HelpToolStripMenuItem,
this.DebugToolStripMenuItem});
2016-01-06 14:47:38 +00:00
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;
2016-01-24 22:19:49 +00:00
this.MainMenu.Size = new System.Drawing.Size(535, 24);
2016-01-06 14:47:38 +00:00
this.MainMenu.TabIndex = 0;
this.MainMenu.Text = "menuStrip1";
//
2018-12-17 10:52:40 +00:00
// FileToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NewToolStripMenuItem,
this.OpenToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator11,
this.SaveToolStripMenuItem,
this.SaveAsToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator4,
this.OpenFileLocationToolStripMenuItem,
this.DeleteFileToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator2,
this.ExitToolStripMenuItem});
2018-12-17 10:52:40 +00:00
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);
2016-01-06 14:47:38 +00:00
//
// NewToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// OpenToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(199, 6);
//
// SaveToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// SaveAsToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem";
this.SaveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
2016-01-06 14:47:38 +00:00
| 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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(199, 6);
//
// OpenFileLocationToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// DeleteFileToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
//
// ExitToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
// EditToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
this.EditToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UndoToolStripMenuItem,
this.RedoToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator1,
this.CutToolStripMenuItem,
this.CopyToolStripMenuItem,
this.PasteToolStripMenuItem,
this.DeleteToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator9,
this.FindToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator3,
this.SelectAllToolStripMenuItem,
this.WordWrapToolStripMenuItem,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator5,
this.ClearToolStripMenuItem});
2018-12-17 10:52:40 +00:00
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);
2016-01-06 14:47:38 +00:00
//
// UndoToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.UndoToolStripMenuItem.Name = "UndoToolStripMenuItem";
this.UndoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
2018-12-26 22:29:37 +00:00
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)));
2018-12-26 22:29:37 +00:00
this.RedoToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.RedoToolStripMenuItem.Text = "Redo";
this.RedoToolStripMenuItem.Click += new System.EventHandler(this.RedoToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
2018-12-26 22:29:37 +00:00
this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
2016-01-06 14:47:38 +00:00
//
// CutToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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)));
2018-12-26 22:29:37 +00:00
this.CutToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.CutToolStripMenuItem.Text = "Cut";
this.CutToolStripMenuItem.Click += new System.EventHandler(this.CutToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// CopyToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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)));
2018-12-26 22:29:37 +00:00
this.CopyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.CopyToolStripMenuItem.Text = "Copy";
this.CopyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// PasteToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem";
this.PasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
2018-12-26 22:29:37 +00:00
this.PasteToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.PasteToolStripMenuItem.Text = "Paste";
this.PasteToolStripMenuItem.Click += new System.EventHandler(this.PasteToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// DeleteToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.DeleteToolStripMenuItem.Enabled = false;
this.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem";
this.DeleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
2018-12-26 22:29:37 +00:00
this.DeleteToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.DeleteToolStripMenuItem.Text = "Delete";
this.DeleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
2018-12-26 22:29:37 +00:00
this.toolStripSeparator9.Size = new System.Drawing.Size(162, 6);
2016-01-06 14:47:38 +00:00
//
// FindToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.FindToolStripMenuItem.Name = "FindToolStripMenuItem";
this.FindToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
2018-12-26 22:29:37 +00:00
this.FindToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.FindToolStripMenuItem.Text = "Find";
this.FindToolStripMenuItem.Click += new System.EventHandler(this.FindToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
2018-12-26 22:29:37 +00:00
this.toolStripSeparator3.Size = new System.Drawing.Size(162, 6);
2016-01-06 14:47:38 +00:00
//
// SelectAllToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem";
this.SelectAllToolStripMenuItem.ShortcutKeyDisplayString = "";
this.SelectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
2018-12-26 22:29:37 +00:00
this.SelectAllToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.SelectAllToolStripMenuItem.Text = "Select All";
this.SelectAllToolStripMenuItem.Click += new System.EventHandler(this.SelectAllToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// WordWrapToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.WordWrapToolStripMenuItem.Checked = true;
this.WordWrapToolStripMenuItem.CheckOnClick = true;
this.WordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.WordWrapToolStripMenuItem.Name = "WordWrapToolStripMenuItem";
2018-12-26 22:29:37 +00:00
this.WordWrapToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.WordWrapToolStripMenuItem.Text = "Word Wrap";
this.WordWrapToolStripMenuItem.Click += new System.EventHandler(this.WordWrapToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
2018-12-26 22:29:37 +00:00
this.toolStripSeparator5.Size = new System.Drawing.Size(162, 6);
2016-01-06 14:47:38 +00:00
//
// ClearToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.ClearToolStripMenuItem.Name = "ClearToolStripMenuItem";
this.ClearToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
2018-12-26 22:29:37 +00:00
this.ClearToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.ClearToolStripMenuItem.Text = "Clear";
this.ClearToolStripMenuItem.Click += new System.EventHandler(this.ClearToolStripMenuItem_Click);
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
// ToolsToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ChangeKeyToolStripMenuItem,
this.LockToolStripMenuItem,
this.SettingsToolStripMenuItem});
2018-12-17 10:52:40 +00:00
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);
2016-01-06 14:47:38 +00:00
//
// ChangeKeyToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.ChangeKeyToolStripMenuItem.Name = "ChangeKeyToolStripMenuItem";
this.ChangeKeyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
2018-12-19 23:10:40 +00:00
| 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);
2016-01-06 14:47:38 +00:00
//
// LockToolStripMenuItem
2016-01-23 19:25:24 +00:00
//
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);
2016-01-23 19:25:24 +00:00
//
// SettingsToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
this.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem";
this.SettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
2018-12-19 23:10:40 +00:00
| 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);
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
// HelpToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
2018-12-17 10:52:40 +00:00
this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.DocumentationToolStripMenuItem,
this.CheckForUpdatesToolStripMenuItem,
this.toolStripSeparator10,
this.AboutToolStripMenuItem});
2018-12-17 10:52:40 +00:00
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
this.HelpToolStripMenuItem.Size = new System.Drawing.Size(43, 24);
this.HelpToolStripMenuItem.Text = "Help";
2016-01-06 14:47:38 +00:00
//
// 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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator10
2016-01-06 14:47:38 +00:00
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
2016-01-06 14:47:38 +00:00
//
// AboutToolStripMenuItem
2016-01-06 14:47:38 +00:00
//
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);
2018-12-19 22:56:59 +00:00
//
// DebugToolStripMenuItem
2018-12-19 22:56:59 +00:00
//
this.DebugToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.DebugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2018-12-26 22:29:37 +00:00
this.MainVariablesToolStripMenuItem});
this.DebugToolStripMenuItem.Name = "DebugToolStripMenuItem";
this.DebugToolStripMenuItem.Size = new System.Drawing.Size(55, 24);
this.DebugToolStripMenuItem.Text = "Debug";
this.DebugToolStripMenuItem.Visible = false;
2016-01-06 14:47:38 +00:00
//
2018-12-26 22:29:37 +00:00
// MainVariablesToolStripMenuItem
//
2018-12-26 22:29:37 +00:00
this.MainVariablesToolStripMenuItem.Name = "MainVariablesToolStripMenuItem";
this.MainVariablesToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.MainVariablesToolStripMenuItem.Text = "Main variables";
this.MainVariablesToolStripMenuItem.Click += new System.EventHandler(this.MainVariablesToolStripMenuItem_Click);
//
// EditorMenuStrip
//
this.EditorMenuStrip.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.EditorMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UndoEditorMenuStrip,
this.RedoEditorMenuStrip,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator6,
this.CutEditorMenuStrip,
this.CopyEditorMenuStrip,
this.PasteEditorMenuStrip,
this.DeleteEditorMenuStrip,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator8,
this.SelectAllEditorMenuStrip,
this.RightToLeftEditorMenuStrip,
2016-01-06 14:47:38 +00:00
this.toolStripSeparator7,
this.ClearEditorMenuStrip});
this.EditorMenuStrip.Name = "contextMenuStrip1";
this.EditorMenuStrip.Size = new System.Drawing.Size(185, 220);
this.EditorMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.EditorMenuStrip_Opening);
//
// UndoEditorMenuStrip
//
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);
2016-01-06 14:47:38 +00:00
//
// RedoEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
2016-01-24 21:33:58 +00:00
this.toolStripSeparator6.Size = new System.Drawing.Size(181, 6);
2016-01-06 14:47:38 +00:00
//
// CutEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// CopyEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// PasteEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// DeleteEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
2016-01-24 21:33:58 +00:00
this.toolStripSeparator8.Size = new System.Drawing.Size(181, 6);
2016-01-06 14:47:38 +00:00
//
// SelectAllEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// RightToLeftEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
this.RightToLeftEditorMenuStrip.CheckOnClick = true;
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);
2016-01-06 14:47:38 +00:00
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
2016-01-24 21:33:58 +00:00
this.toolStripSeparator7.Size = new System.Drawing.Size(181, 6);
2016-01-06 14:47:38 +00:00
//
// ClearEditorMenuStrip
2016-01-06 14:47:38 +00:00
//
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);
2016-01-06 14:47:38 +00:00
//
// OpenFile
//
2016-01-18 18:39:35 +00:00
this.OpenFile.Filter = "Crypto Notepad (*.cnp)|*.cnp|All files (*.*)|*.*";
2016-01-06 14:47:38 +00:00
//
// SaveFile
//
2016-01-18 18:39:35 +00:00
this.SaveFile.Filter = "Crypto Notepad (*.cnp)|*.cnp";
2016-01-06 14:47:38 +00:00
//
// 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;
//
// CloseToolbar
//
this.CloseToolbar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CloseToolbar.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseToolbar.Image = ((System.Drawing.Image)(resources.GetObject("CloseToolbar.Image")));
this.CloseToolbar.Location = new System.Drawing.Point(516, 5);
this.CloseToolbar.Name = "CloseToolbar";
this.CloseToolbar.Size = new System.Drawing.Size(14, 14);
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);
//
// AutoLockToolbarButton
//
this.AutoLockToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.AutoLockToolbarButton.Image = global::Crypto_Notepad.Properties.Resources.lock_icon;
this.AutoLockToolbarButton.Location = new System.Drawing.Point(260, 3);
this.AutoLockToolbarButton.Name = "AutoLockToolbarButton";
this.AutoLockToolbarButton.Size = new System.Drawing.Size(16, 16);
this.AutoLockToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.AutoLockToolbarButton.TabIndex = 15;
this.AutoLockToolbarButton.TabStop = false;
this.AutoLockToolbarButton.Click += new System.EventHandler(this.AutoLockToolbarButton_Click);
//
// SettingsToolbarButton
//
this.SettingsToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.SettingsToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("SettingsToolbarButton.Image")));
this.SettingsToolbarButton.Location = new System.Drawing.Point(235, 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.Location = new System.Drawing.Point(10, 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.Location = new System.Drawing.Point(210, 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.Location = new System.Drawing.Point(185, 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.Location = new System.Drawing.Point(160, 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.Location = new System.Drawing.Point(135, 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.Location = new System.Drawing.Point(110, 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.Location = new System.Drawing.Point(85, 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.Location = new System.Drawing.Point(60, 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.Location = new System.Drawing.Point(35, 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);
//
// CloseSearchPanel
//
this.CloseSearchPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CloseSearchPanel.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseSearchPanel.Image = ((System.Drawing.Image)(resources.GetObject("CloseSearchPanel.Image")));
this.CloseSearchPanel.Location = new System.Drawing.Point(514, 5);
this.CloseSearchPanel.Name = "CloseSearchPanel";
this.CloseSearchPanel.Size = new System.Drawing.Size(14, 14);
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);
//
// SearchTextBox
//
this.SearchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
2017-02-05 20:47:31 +00:00
| 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(196, 6);
this.SearchTextBox.Name = "SearchTextBox";
this.SearchTextBox.Size = new System.Drawing.Size(301, 14);
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);
2017-02-05 20:47:31 +00:00
//
// chkMatchCase
//
this.chkMatchCase.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.chkMatchCase.AutoSize = true;
this.chkMatchCase.ForeColor = System.Drawing.Color.Gainsboro;
this.chkMatchCase.Location = new System.Drawing.Point(95, 5);
this.chkMatchCase.Name = "chkMatchCase";
this.chkMatchCase.Size = new System.Drawing.Size(95, 17);
this.chkMatchCase.TabIndex = 11;
this.chkMatchCase.Text = "Case sensitive";
this.chkMatchCase.UseVisualStyleBackColor = false;
this.chkMatchCase.CheckedChanged += new System.EventHandler(this.ChkMatchCase_CheckedChanged);
2017-02-05 20:47:31 +00:00
//
// chkMatchWholeWord
//
this.chkMatchWholeWord.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.chkMatchWholeWord.AutoSize = true;
this.chkMatchWholeWord.BackColor = System.Drawing.Color.Transparent;
this.chkMatchWholeWord.ForeColor = System.Drawing.Color.Gainsboro;
this.chkMatchWholeWord.Location = new System.Drawing.Point(6, 5);
this.chkMatchWholeWord.Name = "chkMatchWholeWord";
this.chkMatchWholeWord.Size = new System.Drawing.Size(83, 17);
this.chkMatchWholeWord.TabIndex = 12;
this.chkMatchWholeWord.Text = "Whole word";
this.chkMatchWholeWord.UseVisualStyleBackColor = false;
this.chkMatchWholeWord.CheckedChanged += new System.EventHandler(this.ChkMatchWholeWord_CheckedChanged);
2017-02-05 20:47:31 +00:00
//
// SearchPanel
2017-02-05 20:47:31 +00:00
//
this.SearchPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
2017-02-05 20:47:31 +00:00
| System.Windows.Forms.AnchorStyles.Right)));
this.SearchPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(35)))));
this.SearchPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.SearchPanel.Controls.Add(this.CloseSearchPanel);
this.SearchPanel.Controls.Add(this.SearchTextBox);
this.SearchPanel.Controls.Add(this.chkMatchCase);
this.SearchPanel.Controls.Add(this.chkMatchWholeWord);
this.SearchPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.SearchPanel.Location = new System.Drawing.Point(0, 272);
this.SearchPanel.Name = "SearchPanel";
this.SearchPanel.Size = new System.Drawing.Size(535, 27);
this.SearchPanel.TabIndex = 13;
this.SearchPanel.Visible = false;
//
// ToolbarPanel
//
this.ToolbarPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
2017-02-05 20:47:31 +00:00
| System.Windows.Forms.AnchorStyles.Right)));
this.ToolbarPanel.BackColor = System.Drawing.SystemColors.ButtonFace;
this.ToolbarPanel.Controls.Add(this.CloseToolbar);
this.ToolbarPanel.Controls.Add(this.AutoLockToolbarButton);
this.ToolbarPanel.Controls.Add(this.SettingsToolbarButton);
this.ToolbarPanel.Controls.Add(this.NewToolbarButton);
this.ToolbarPanel.Controls.Add(this.ChangeKeyToolbarButton);
this.ToolbarPanel.Controls.Add(this.PasteToolbarButton);
this.ToolbarPanel.Controls.Add(this.CopyToolbarButton);
this.ToolbarPanel.Controls.Add(this.CutToolbarButton);
this.ToolbarPanel.Controls.Add(this.DeleteFileToolbarButton);
this.ToolbarPanel.Controls.Add(this.FileLocationToolbarButton);
this.ToolbarPanel.Controls.Add(this.SaveToolBarButton);
this.ToolbarPanel.Controls.Add(this.OpenToolbarButton);
this.ToolbarPanel.Location = new System.Drawing.Point(-1, 24);
this.ToolbarPanel.Name = "ToolbarPanel";
this.ToolbarPanel.Size = new System.Drawing.Size(537, 23);
this.ToolbarPanel.TabIndex = 14;
//
// CustomRTB
//
this.CustomRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
2016-01-06 14:47:38 +00:00
| 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.EditorMenuStrip;
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;
2018-12-25 15:15:29 +00:00
this.CustomRTB.Location = new System.Drawing.Point(0, 47);
this.CustomRTB.Name = "CustomRTB";
this.CustomRTB.Size = new System.Drawing.Size(536, 252);
this.CustomRTB.TabIndex = 10;
this.CustomRTB.Text = "";
this.CustomRTB.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.СustomRTB_LinkClicked);
this.CustomRTB.SelectionChanged += new System.EventHandler(this.CustomRTB_SelectionChanged_1);
this.CustomRTB.Click += new System.EventHandler(this.CustomRTB_Click);
this.CustomRTB.TextChanged += new System.EventHandler(this.CustomRTB_TextChanged);
this.CustomRTB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CustomRTB_KeyDown);
this.CustomRTB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CustomRTB_KeyPress);
this.CustomRTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CustomRTB_KeyUp);
2016-01-06 14:47:38 +00:00
//
2018-12-17 11:14:38 +00:00
// MainForm
2016-01-06 14:47:38 +00:00
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2016-01-25 10:35:45 +00:00
this.ClientSize = new System.Drawing.Size(535, 299);
this.Controls.Add(this.ToolbarPanel);
this.Controls.Add(this.SearchPanel);
this.Controls.Add(this.CustomRTB);
2016-01-06 14:47:38 +00:00
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);
2018-12-17 11:14:38 +00:00
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2016-01-09 20:46:25 +00:00
this.Text = "Crypto Notepad";
2016-01-06 14:47:38 +00:00
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.CloseToolbar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.AutoLockToolbarButton)).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();
((System.ComponentModel.ISupportInitialize)(this.CloseSearchPanel)).EndInit();
this.SearchPanel.ResumeLayout(false);
this.SearchPanel.PerformLayout();
this.ToolbarPanel.ResumeLayout(false);
this.ToolbarPanel.PerformLayout();
2016-01-06 14:47:38 +00:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip MainMenu;
2018-12-17 10:52:40 +00:00
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;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.OpenFileDialog OpenFile;
private System.Windows.Forms.SaveFileDialog SaveFile;
private System.Windows.Forms.ToolStripMenuItem NewToolStripMenuItem;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.Button button1;
public System.Windows.Forms.Button button2;
2018-12-17 10:52:40 +00:00
private System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ClearToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem OpenToolStripMenuItem;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem SaveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem SelectAllToolStripMenuItem;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem CutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem CopyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem PasteToolStripMenuItem;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem DeleteFileToolStripMenuItem;
2016-01-06 14:47:38 +00:00
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;
2016-01-06 14:47:38 +00:00
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;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem SelectAllEditorMenuStrip;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem RightToLeftEditorMenuStrip;
private System.Windows.Forms.ToolStripMenuItem ClearEditorMenuStrip;
2016-01-06 14:47:38 +00:00
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;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.CheckBox chkMatchCase;
private System.Windows.Forms.CheckBox chkMatchWholeWord;
private System.Windows.Forms.Panel SearchPanel;
private System.Windows.Forms.ToolStripMenuItem SettingsToolStripMenuItem;
public CustomRichTextBox CustomRTB;
private System.Windows.Forms.PictureBox CloseSearchPanel;
2016-01-06 14:47:38 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem FindToolStripMenuItem;
private System.Windows.Forms.Panel ToolbarPanel;
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 AutoLockToolbarButton;
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;
2018-12-26 22:29:37 +00:00
private System.Windows.Forms.ToolStripMenuItem MainVariablesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
2016-01-06 14:47:38 +00:00
}
}