mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
974 lines
60 KiB
C#
974 lines
60 KiB
C#
namespace Crypto_Notepad
|
||
{
|
||
partial class MainForm
|
||
{
|
||
/// <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();
|
||
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.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.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.ClearEditorMenuStrip = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.OpenFile = new System.Windows.Forms.OpenFileDialog();
|
||
this.SaveFile = new System.Windows.Forms.SaveFileDialog();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.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();
|
||
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();
|
||
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();
|
||
this.SuspendLayout();
|
||
//
|
||
// MainMenu
|
||
//
|
||
this.MainMenu.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.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.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
||
this.MainMenu.Size = new System.Drawing.Size(535, 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.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.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.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.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.Name = "toolStripSeparator10";
|
||
this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
|
||
//
|
||
// AboutToolStripMenuItem
|
||
//
|
||
this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem";
|
||
this.AboutToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||
this.AboutToolStripMenuItem.Text = "About";
|
||
this.AboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
|
||
//
|
||
// DebugToolStripMenuItem
|
||
//
|
||
this.DebugToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||
this.DebugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.MainVariablesToolStripMenuItem});
|
||
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.Size = new System.Drawing.Size(147, 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,
|
||
this.toolStripSeparator6,
|
||
this.CutEditorMenuStrip,
|
||
this.CopyEditorMenuStrip,
|
||
this.PasteEditorMenuStrip,
|
||
this.DeleteEditorMenuStrip,
|
||
this.toolStripSeparator8,
|
||
this.SelectAllEditorMenuStrip,
|
||
this.RightToLeftEditorMenuStrip,
|
||
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);
|
||
//
|
||
// RedoEditorMenuStrip
|
||
//
|
||
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.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.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.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.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.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.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);
|
||
//
|
||
// toolStripSeparator7
|
||
//
|
||
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
||
this.toolStripSeparator7.Size = new System.Drawing.Size(181, 6);
|
||
//
|
||
// ClearEditorMenuStrip
|
||
//
|
||
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";
|
||
//
|
||
// 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)
|
||
| 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);
|
||
//
|
||
// 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);
|
||
//
|
||
// 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);
|
||
//
|
||
// SearchPanel
|
||
//
|
||
this.SearchPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
| 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)
|
||
| 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)
|
||
| 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;
|
||
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);
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(535, 299);
|
||
this.Controls.Add(this.ToolbarPanel);
|
||
this.Controls.Add(this.SearchPanel);
|
||
this.Controls.Add(this.CustomRTB);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.MainMenu);
|
||
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MainMenuStrip = this.MainMenu;
|
||
this.MinimumSize = new System.Drawing.Size(500, 300);
|
||
this.Name = "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.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();
|
||
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.Button button1;
|
||
public System.Windows.Forms.Button button2;
|
||
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.ToolStripSeparator toolStripSeparator7;
|
||
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 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;
|
||
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;
|
||
private System.Windows.Forms.ToolStripMenuItem MainVariablesToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
||
}
|
||
}
|
||
|