2019-10-13 12:25:32 +00:00
|
|
|
|
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));
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
|
this.fileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.newMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.openMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.mainMenuSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.saveMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.saveAsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-11-05 20:00:38 +00:00
|
|
|
|
this.saveCloseFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.openFileLocationMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.deleteFileMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.tryToDecryptMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.exitMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.editMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.undoMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.redoMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.mainMenuSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.cutMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.copyMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.pasteMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.deleteMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.mainMenuSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.findMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.mainMenuSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.selectAllMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.clearClipboardMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.wordWrapMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2020-01-13 10:40:14 +00:00
|
|
|
|
this.readOnlyMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2022-05-22 08:07:48 +00:00
|
|
|
|
this.insertDateTimeMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.clearMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-10-11 10:31:24 +00:00
|
|
|
|
this.alwaysOnTopMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-11-11 17:19:29 +00:00
|
|
|
|
this.passwordGeneratorMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-11-28 20:36:43 +00:00
|
|
|
|
this.changePasswordMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.lockMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.settingsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.pasteBoardMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.helpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.documentationMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.checkForUpdatesMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.aboutMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.debugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.variablesMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.insertMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
|
this.undoContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.redoContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.contextMenuSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.cutContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.copyContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.pasteContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.deleteContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.contextMenuSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
|
this.selectAllContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.rightToLeftContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.clearContextMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
|
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
|
|
|
|
this.searchPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
|
this.searchTextBox = new System.Windows.Forms.TextBox();
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchWholeWordCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox = new System.Windows.Forms.CheckBox();
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.searchCloseButton = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.searchFindNextButton = new System.Windows.Forms.Label();
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolbarPanel = new System.Windows.Forms.TableLayoutPanel();
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.closeToolbarButton = new System.Windows.Forms.Label();
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.newToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.openToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.pasteToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.saveToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.copyToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.fileLocationToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.cutToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.deleteFileToolbarButton = new System.Windows.Forms.PictureBox();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.tryToDecryptToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.changePasswordToolbarButton = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
this.lockToolbarButton = new System.Windows.Forms.PictureBox();
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.alwaysOnTopToolbarButton = new System.Windows.Forms.PictureBox();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.settingsToolbarButton = new System.Windows.Forms.PictureBox();
|
2019-09-28 19:37:04 +00:00
|
|
|
|
this.statusPanel = new System.Windows.Forms.StatusStrip();
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.statusPanelLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
|
this.statusPanelLengthLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
2019-10-25 21:11:24 +00:00
|
|
|
|
this.statusPanelLinesLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
|
this.statusPanelModifiedLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
|
this.statusPanelSizeLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.statusPanelReadonlyLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.statusPanelWordwrapLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.statusPanelPasteboardLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.statusPanelClipboardProgressBar = new System.Windows.Forms.ToolStripProgressBar();
|
2019-10-11 10:38:15 +00:00
|
|
|
|
this.trayIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.trayMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
2021-03-28 17:46:45 +00:00
|
|
|
|
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.resetWindowLocationTrayMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.showWindowTrayMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.hideWindowTrayMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.exitTrayMenu = new System.Windows.Forms.ToolStripMenuItem();
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
|
this.fileLockedCloseButton = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.fileLockedOkButton = new System.Windows.Forms.Button();
|
2021-04-07 21:02:40 +00:00
|
|
|
|
this.fileLockedKeyTextBox = new System.Windows.Forms.PlaceholderTextBox();
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.fileLockedShowKey = new System.Windows.Forms.PictureBox();
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedLabel = new System.Windows.Forms.Label();
|
2019-10-11 10:38:15 +00:00
|
|
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.richTextBoxPanel = new System.Windows.Forms.Panel();
|
2021-04-07 21:02:40 +00:00
|
|
|
|
this.richTextBox = new Crypto_Notepad.ExRichTextBox();
|
2019-11-24 07:34:04 +00:00
|
|
|
|
this.statusPanelTimer = new System.Windows.Forms.Timer(this.components);
|
2020-01-13 10:44:46 +00:00
|
|
|
|
this.lockTimer = new System.Windows.Forms.Timer(this.components);
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.clipboardTimer = new System.Windows.Forms.Timer(this.components);
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.pasteBoardTimer = new System.Windows.Forms.Timer(this.components);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenu.SuspendLayout();
|
|
|
|
|
|
this.contextMenu.SuspendLayout();
|
|
|
|
|
|
this.searchPanel.SuspendLayout();
|
|
|
|
|
|
this.toolbarPanel.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.newToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.openToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pasteToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.saveToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.copyToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.fileLocationToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cutToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.deleteFileToolbarButton)).BeginInit();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tryToDecryptToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.changePasswordToolbarButton)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lockToolbarButton)).BeginInit();
|
2019-10-11 10:31:24 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.alwaysOnTopToolbarButton)).BeginInit();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.settingsToolbarButton)).BeginInit();
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.statusPanel.SuspendLayout();
|
|
|
|
|
|
this.trayMenu.SuspendLayout();
|
|
|
|
|
|
this.fileLockedPanel.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.fileLockedShowKey)).BeginInit();
|
|
|
|
|
|
this.richTextBoxPanel.SuspendLayout();
|
2016-01-06 14:47:38 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// mainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.mainMenu.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.fileMainMenu,
|
|
|
|
|
|
this.editMainMenu,
|
|
|
|
|
|
this.toolsMainMenu,
|
|
|
|
|
|
this.helpMainMenu,
|
|
|
|
|
|
this.debugMainMenu});
|
|
|
|
|
|
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.mainMenu.Name = "mainMenu";
|
|
|
|
|
|
this.mainMenu.Padding = new System.Windows.Forms.Padding(0);
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.mainMenu.Size = new System.Drawing.Size(593, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenu.TabIndex = 0;
|
|
|
|
|
|
this.mainMenu.Text = "menuStrip1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// fileMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.newMainMenu,
|
|
|
|
|
|
this.openMainMenu,
|
|
|
|
|
|
this.mainMenuSeparator1,
|
|
|
|
|
|
this.saveMainMenu,
|
|
|
|
|
|
this.saveAsMainMenu,
|
2019-11-05 20:00:38 +00:00
|
|
|
|
this.saveCloseFileMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator2,
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.openFileLocationMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.deleteFileMainMenu,
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.tryToDecryptMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator3,
|
|
|
|
|
|
this.exitMainMenu});
|
|
|
|
|
|
this.fileMainMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.fileMainMenu.Name = "fileMainMenu";
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileMainMenu.Size = new System.Drawing.Size(37, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.fileMainMenu.Text = "File";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.fileMainMenu.DropDownOpening += new System.EventHandler(this.FileMainMenu_DropDownOpening);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// newMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.newMainMenu.Name = "newMainMenu";
|
2020-01-19 12:54:49 +00:00
|
|
|
|
this.newMainMenu.ShortcutKeyDisplayString = "";
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.newMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.newMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.newMainMenu.Text = "New";
|
|
|
|
|
|
this.newMainMenu.Click += new System.EventHandler(this.NewMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// openMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.openMainMenu.Name = "openMainMenu";
|
|
|
|
|
|
this.openMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.openMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.openMainMenu.Text = "Open...";
|
|
|
|
|
|
this.openMainMenu.Click += new System.EventHandler(this.OpenMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainMenuSeparator1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator1.Name = "mainMenuSeparator1";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.mainMenuSeparator1.Size = new System.Drawing.Size(245, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// saveMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveMainMenu.Name = "saveMainMenu";
|
|
|
|
|
|
this.saveMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.saveMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.saveMainMenu.Text = "Save";
|
|
|
|
|
|
this.saveMainMenu.Click += new System.EventHandler(this.SaveMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// saveAsMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveAsMainMenu.Name = "saveAsMainMenu";
|
|
|
|
|
|
this.saveAsMainMenu.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)));
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.saveAsMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.saveAsMainMenu.Text = "Save As...";
|
|
|
|
|
|
this.saveAsMainMenu.Click += new System.EventHandler(this.SaveAsMainMenu_Click);
|
|
|
|
|
|
//
|
2019-11-05 20:00:38 +00:00
|
|
|
|
// saveCloseFileMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveCloseFileMainMenu.Name = "saveCloseFileMainMenu";
|
|
|
|
|
|
this.saveCloseFileMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.S)));
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.saveCloseFileMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-11-05 20:00:38 +00:00
|
|
|
|
this.saveCloseFileMainMenu.Text = "Save && Close File";
|
|
|
|
|
|
this.saveCloseFileMainMenu.Click += new System.EventHandler(this.SaveCloseFileMainMenu_Click);
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// mainMenuSeparator2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator2.Name = "mainMenuSeparator2";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.mainMenuSeparator2.Size = new System.Drawing.Size(245, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-13 12:55:13 +00:00
|
|
|
|
// openFileLocationMainMenu
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.openFileLocationMainMenu.Name = "openFileLocationMainMenu";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.openFileLocationMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.O)));
|
|
|
|
|
|
this.openFileLocationMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.openFileLocationMainMenu.Text = "Open File Location";
|
|
|
|
|
|
this.openFileLocationMainMenu.Click += new System.EventHandler(this.OpenFileLocationMainMenu_Click);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// deleteFileMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.deleteFileMainMenu.Name = "deleteFileMainMenu";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.deleteFileMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.D)));
|
|
|
|
|
|
this.deleteFileMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.deleteFileMainMenu.Text = "Delete File";
|
|
|
|
|
|
this.deleteFileMainMenu.Click += new System.EventHandler(this.DeleteFileToolStripMenuItem_Click);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2020-08-23 21:07:27 +00:00
|
|
|
|
// tryToDecryptMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.tryToDecryptMainMenu.Name = "tryToDecryptMainMenu";
|
|
|
|
|
|
this.tryToDecryptMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.E)));
|
|
|
|
|
|
this.tryToDecryptMainMenu.Size = new System.Drawing.Size(248, 22);
|
|
|
|
|
|
this.tryToDecryptMainMenu.Text = "Try to Decrypt";
|
|
|
|
|
|
this.tryToDecryptMainMenu.Click += new System.EventHandler(this.TryToDecryptMainMenu_Click);
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// mainMenuSeparator3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator3.Name = "mainMenuSeparator3";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.mainMenuSeparator3.Size = new System.Drawing.Size(245, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// exitMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.exitMainMenu.Name = "exitMainMenu";
|
|
|
|
|
|
this.exitMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.exitMainMenu.Size = new System.Drawing.Size(248, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.exitMainMenu.Text = "Exit";
|
|
|
|
|
|
this.exitMainMenu.Click += new System.EventHandler(this.ExitMainMenu_Click);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// editMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.editMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.undoMainMenu,
|
|
|
|
|
|
this.redoMainMenu,
|
|
|
|
|
|
this.mainMenuSeparator4,
|
|
|
|
|
|
this.cutMainMenu,
|
|
|
|
|
|
this.copyMainMenu,
|
|
|
|
|
|
this.pasteMainMenu,
|
|
|
|
|
|
this.deleteMainMenu,
|
|
|
|
|
|
this.mainMenuSeparator5,
|
|
|
|
|
|
this.findMainMenu,
|
|
|
|
|
|
this.mainMenuSeparator6,
|
|
|
|
|
|
this.selectAllMainMenu,
|
2020-01-17 20:23:02 +00:00
|
|
|
|
this.clearClipboardMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.wordWrapMainMenu,
|
2020-01-13 10:40:14 +00:00
|
|
|
|
this.readOnlyMainMenu,
|
2022-05-22 08:07:48 +00:00
|
|
|
|
this.insertDateTimeMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator7,
|
|
|
|
|
|
this.clearMainMenu});
|
|
|
|
|
|
this.editMainMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.editMainMenu.Name = "editMainMenu";
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.editMainMenu.Size = new System.Drawing.Size(39, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.editMainMenu.Text = "Edit";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.editMainMenu.DropDownOpening += new System.EventHandler(this.EditMainMenu_DropDownOpening);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.editMainMenu.DropDownOpened += new System.EventHandler(this.EditMainMenu_DropDownOpened);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// undoMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.undoMainMenu.Name = "undoMainMenu";
|
|
|
|
|
|
this.undoMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.undoMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.undoMainMenu.Text = "Undo";
|
|
|
|
|
|
this.undoMainMenu.Click += new System.EventHandler(this.UndoMainMenu_Click);
|
2018-12-25 15:29:29 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// redoMainMenu
|
2018-12-25 15:29:29 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.redoMainMenu.Name = "redoMainMenu";
|
|
|
|
|
|
this.redoMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.redoMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.redoMainMenu.Text = "Redo";
|
|
|
|
|
|
this.redoMainMenu.Click += new System.EventHandler(this.RedoMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainMenuSeparator4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator4.Name = "mainMenuSeparator4";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.mainMenuSeparator4.Size = new System.Drawing.Size(195, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// cutMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cutMainMenu.Enabled = false;
|
|
|
|
|
|
this.cutMainMenu.Name = "cutMainMenu";
|
|
|
|
|
|
this.cutMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.cutMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.cutMainMenu.Text = "Cut";
|
|
|
|
|
|
this.cutMainMenu.Click += new System.EventHandler(this.CutMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// copyMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.copyMainMenu.Enabled = false;
|
|
|
|
|
|
this.copyMainMenu.Name = "copyMainMenu";
|
|
|
|
|
|
this.copyMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.copyMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.copyMainMenu.Text = "Copy";
|
|
|
|
|
|
this.copyMainMenu.Click += new System.EventHandler(this.CopyMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// pasteMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pasteMainMenu.Name = "pasteMainMenu";
|
|
|
|
|
|
this.pasteMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.pasteMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.pasteMainMenu.Text = "Paste";
|
|
|
|
|
|
this.pasteMainMenu.Click += new System.EventHandler(this.PasteMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// deleteMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.deleteMainMenu.Enabled = false;
|
|
|
|
|
|
this.deleteMainMenu.Name = "deleteMainMenu";
|
|
|
|
|
|
this.deleteMainMenu.ShortcutKeys = System.Windows.Forms.Keys.Delete;
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.deleteMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.deleteMainMenu.Text = "Delete";
|
|
|
|
|
|
this.deleteMainMenu.Click += new System.EventHandler(this.DeleteMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainMenuSeparator5
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator5.Name = "mainMenuSeparator5";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.mainMenuSeparator5.Size = new System.Drawing.Size(195, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// findMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.findMainMenu.Name = "findMainMenu";
|
|
|
|
|
|
this.findMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.findMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.findMainMenu.Text = "Find";
|
|
|
|
|
|
this.findMainMenu.Click += new System.EventHandler(this.FindMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainMenuSeparator6
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator6.Name = "mainMenuSeparator6";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.mainMenuSeparator6.Size = new System.Drawing.Size(195, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// selectAllMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.selectAllMainMenu.Name = "selectAllMainMenu";
|
|
|
|
|
|
this.selectAllMainMenu.ShortcutKeyDisplayString = "";
|
|
|
|
|
|
this.selectAllMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.selectAllMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.selectAllMainMenu.Text = "Select All";
|
|
|
|
|
|
this.selectAllMainMenu.Click += new System.EventHandler(this.SelectAllMainMenu_Click);
|
|
|
|
|
|
//
|
2020-01-17 21:43:15 +00:00
|
|
|
|
// clearClipboardMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.clearClipboardMainMenu.Name = "clearClipboardMainMenu";
|
2020-01-19 14:38:08 +00:00
|
|
|
|
this.clearClipboardMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
|
|
|
|
|
this.clearClipboardMainMenu.Size = new System.Drawing.Size(198, 22);
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.clearClipboardMainMenu.Text = "Clear Clipboard";
|
|
|
|
|
|
this.clearClipboardMainMenu.Click += new System.EventHandler(this.ClearClipboardMainMenu_Click);
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// wordWrapMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.wordWrapMainMenu.Checked = true;
|
|
|
|
|
|
this.wordWrapMainMenu.CheckOnClick = true;
|
|
|
|
|
|
this.wordWrapMainMenu.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
|
this.wordWrapMainMenu.Name = "wordWrapMainMenu";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.wordWrapMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.wordWrapMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.wordWrapMainMenu.Text = "Word Wrap";
|
|
|
|
|
|
this.wordWrapMainMenu.Click += new System.EventHandler(this.WordWrapMainMenu_Click);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2020-01-13 10:40:14 +00:00
|
|
|
|
// readOnlyMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.readOnlyMainMenu.CheckOnClick = true;
|
|
|
|
|
|
this.readOnlyMainMenu.Name = "readOnlyMainMenu";
|
|
|
|
|
|
this.readOnlyMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.readOnlyMainMenu.Size = new System.Drawing.Size(198, 22);
|
2020-01-13 10:40:14 +00:00
|
|
|
|
this.readOnlyMainMenu.Text = "Readonly";
|
|
|
|
|
|
this.readOnlyMainMenu.Click += new System.EventHandler(this.ReadOnlyMainMenu_Click);
|
|
|
|
|
|
//
|
2022-05-22 08:07:48 +00:00
|
|
|
|
// insertDateTimeMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.insertDateTimeMainMenu.Name = "insertDateTimeMainMenu";
|
|
|
|
|
|
this.insertDateTimeMainMenu.ShortcutKeys = System.Windows.Forms.Keys.F5;
|
|
|
|
|
|
this.insertDateTimeMainMenu.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
|
this.insertDateTimeMainMenu.Text = "Insert Date Time";
|
|
|
|
|
|
this.insertDateTimeMainMenu.Click += new System.EventHandler(this.InsertDateTimeMainMenu_Click);
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// mainMenuSeparator7
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator7.Name = "mainMenuSeparator7";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.mainMenuSeparator7.Size = new System.Drawing.Size(195, 6);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// clearMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.clearMainMenu.Name = "clearMainMenu";
|
|
|
|
|
|
this.clearMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.clearMainMenu.Size = new System.Drawing.Size(198, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.clearMainMenu.Text = "Clear";
|
|
|
|
|
|
this.clearMainMenu.Click += new System.EventHandler(this.ClearMainMenu_Click);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// toolsMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolsMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2019-10-11 10:31:24 +00:00
|
|
|
|
this.alwaysOnTopMainMenu,
|
2019-11-11 17:19:29 +00:00
|
|
|
|
this.passwordGeneratorMainMenu,
|
2019-11-28 20:36:43 +00:00
|
|
|
|
this.changePasswordMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.lockMainMenu,
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.settingsMainMenu,
|
|
|
|
|
|
this.pasteBoardMainMenu});
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolsMainMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.toolsMainMenu.Name = "toolsMainMenu";
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.toolsMainMenu.Size = new System.Drawing.Size(46, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolsMainMenu.Text = "Tools";
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.toolsMainMenu.DropDownOpening += new System.EventHandler(this.ToolsMainMenu_DropDownOpening);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-10-11 10:31:24 +00:00
|
|
|
|
// alwaysOnTopMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.alwaysOnTopMainMenu.CheckOnClick = true;
|
|
|
|
|
|
this.alwaysOnTopMainMenu.Name = "alwaysOnTopMainMenu";
|
|
|
|
|
|
this.alwaysOnTopMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.alwaysOnTopMainMenu.Size = new System.Drawing.Size(245, 22);
|
2019-10-11 10:31:24 +00:00
|
|
|
|
this.alwaysOnTopMainMenu.Text = "Always on Top";
|
|
|
|
|
|
this.alwaysOnTopMainMenu.Click += new System.EventHandler(this.AlwaysOnTopMainMenu_Click);
|
|
|
|
|
|
//
|
2019-11-11 17:19:29 +00:00
|
|
|
|
// passwordGeneratorMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.passwordGeneratorMainMenu.Name = "passwordGeneratorMainMenu";
|
|
|
|
|
|
this.passwordGeneratorMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.passwordGeneratorMainMenu.Size = new System.Drawing.Size(245, 22);
|
2019-11-11 17:19:29 +00:00
|
|
|
|
this.passwordGeneratorMainMenu.Text = "Password Generator";
|
|
|
|
|
|
this.passwordGeneratorMainMenu.Click += new System.EventHandler(this.PasswordGeneratorMainMenu_Click);
|
|
|
|
|
|
//
|
2019-11-28 20:36:43 +00:00
|
|
|
|
// changePasswordMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-11-28 20:36:43 +00:00
|
|
|
|
this.changePasswordMainMenu.Name = "changePasswordMainMenu";
|
2020-01-19 12:54:49 +00:00
|
|
|
|
this.changePasswordMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.P)));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.changePasswordMainMenu.Size = new System.Drawing.Size(245, 22);
|
2019-11-28 20:36:43 +00:00
|
|
|
|
this.changePasswordMainMenu.Text = "Change Password";
|
|
|
|
|
|
this.changePasswordMainMenu.Click += new System.EventHandler(this.ChangePasswordMainMenu_Click);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// lockMainMenu
|
2016-01-23 19:25:24 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.lockMainMenu.Name = "lockMainMenu";
|
|
|
|
|
|
this.lockMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.lockMainMenu.Size = new System.Drawing.Size(245, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.lockMainMenu.Text = "Lock";
|
|
|
|
|
|
this.lockMainMenu.Click += new System.EventHandler(this.LockMainMenu_Click);
|
2016-01-23 19:25:24 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// settingsMainMenu
|
2016-01-06 14:47:38 +00:00
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.settingsMainMenu.Name = "settingsMainMenu";
|
2019-10-13 12:24:47 +00:00
|
|
|
|
this.settingsMainMenu.ShortcutKeyDisplayString = "";
|
2020-01-19 12:54:49 +00:00
|
|
|
|
this.settingsMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.T)));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.settingsMainMenu.Size = new System.Drawing.Size(245, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.settingsMainMenu.Text = "Settings";
|
|
|
|
|
|
this.settingsMainMenu.Click += new System.EventHandler(this.SettingsMainMenu_Click);
|
|
|
|
|
|
//
|
2021-04-07 11:19:36 +00:00
|
|
|
|
// pasteBoardMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pasteBoardMainMenu.CheckOnClick = true;
|
|
|
|
|
|
this.pasteBoardMainMenu.Name = "pasteBoardMainMenu";
|
|
|
|
|
|
this.pasteBoardMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.P)));
|
|
|
|
|
|
this.pasteBoardMainMenu.Size = new System.Drawing.Size(245, 22);
|
|
|
|
|
|
this.pasteBoardMainMenu.Text = "Use as Paste Board";
|
|
|
|
|
|
this.pasteBoardMainMenu.Click += new System.EventHandler(this.PasteBoardMainMenu_Click);
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// helpMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.helpMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.documentationMainMenu,
|
|
|
|
|
|
this.checkForUpdatesMainMenu,
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenuSeparator8,
|
|
|
|
|
|
this.aboutMainMenu});
|
|
|
|
|
|
this.helpMainMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.helpMainMenu.Name = "helpMainMenu";
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.helpMainMenu.Size = new System.Drawing.Size(44, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.helpMainMenu.Text = "Help";
|
|
|
|
|
|
//
|
2019-10-13 12:55:13 +00:00
|
|
|
|
// documentationMainMenu
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.documentationMainMenu.Name = "documentationMainMenu";
|
|
|
|
|
|
this.documentationMainMenu.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.documentationMainMenu.Size = new System.Drawing.Size(222, 22);
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.documentationMainMenu.Text = "Documentation";
|
|
|
|
|
|
this.documentationMainMenu.Click += new System.EventHandler(this.DocumentationMainMenu_Click);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-13 12:55:13 +00:00
|
|
|
|
// checkForUpdatesMainMenu
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.checkForUpdatesMainMenu.Name = "checkForUpdatesMainMenu";
|
|
|
|
|
|
this.checkForUpdatesMainMenu.RightToLeftAutoMirrorImage = true;
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.checkForUpdatesMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
|
|
|
|
|
|
this.checkForUpdatesMainMenu.Size = new System.Drawing.Size(222, 22);
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.checkForUpdatesMainMenu.Text = "Сheck for Updates...";
|
|
|
|
|
|
this.checkForUpdatesMainMenu.Click += new System.EventHandler(this.CheckForUpdatesMainMenu_Click);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// mainMenuSeparator8
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainMenuSeparator8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.mainMenuSeparator8.Name = "mainMenuSeparator8";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.mainMenuSeparator8.Size = new System.Drawing.Size(219, 6);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// aboutMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.aboutMainMenu.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
this.aboutMainMenu.Name = "aboutMainMenu";
|
|
|
|
|
|
this.aboutMainMenu.ShortcutKeyDisplayString = "";
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.aboutMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
|
|
|
|
| System.Windows.Forms.Keys.A)));
|
|
|
|
|
|
this.aboutMainMenu.Size = new System.Drawing.Size(222, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.aboutMainMenu.Text = "About";
|
|
|
|
|
|
this.aboutMainMenu.Click += new System.EventHandler(this.AboutMainMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// debugMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.debugMainMenu.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
|
|
|
|
this.debugMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.variablesMainMenu,
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.insertMainMenu});
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.debugMainMenu.Name = "debugMainMenu";
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.debugMainMenu.Size = new System.Drawing.Size(54, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.debugMainMenu.Text = "Debug";
|
|
|
|
|
|
this.debugMainMenu.Visible = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// variablesMainMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.variablesMainMenu.Name = "variablesMainMenu";
|
|
|
|
|
|
this.variablesMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Space)));
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.variablesMainMenu.Size = new System.Drawing.Size(215, 22);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.variablesMainMenu.Text = "Main variables";
|
|
|
|
|
|
this.variablesMainMenu.Click += new System.EventHandler(this.VariablesMainMenu_Click);
|
|
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
// insertMainMenu
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.insertMainMenu.Name = "insertMainMenu";
|
|
|
|
|
|
this.insertMainMenu.Size = new System.Drawing.Size(215, 22);
|
|
|
|
|
|
this.insertMainMenu.Text = "Insert";
|
|
|
|
|
|
this.insertMainMenu.Visible = false;
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// contextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.contextMenu.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
this.contextMenu.Font = new System.Drawing.Font("Tahoma", 9F);
|
|
|
|
|
|
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.undoContextMenu,
|
|
|
|
|
|
this.redoContextMenu,
|
|
|
|
|
|
this.contextMenuSeparator1,
|
|
|
|
|
|
this.cutContextMenu,
|
|
|
|
|
|
this.copyContextMenu,
|
|
|
|
|
|
this.pasteContextMenu,
|
|
|
|
|
|
this.deleteContextMenu,
|
|
|
|
|
|
this.contextMenuSeparator2,
|
|
|
|
|
|
this.selectAllContextMenu,
|
|
|
|
|
|
this.rightToLeftContextMenu,
|
|
|
|
|
|
this.clearContextMenu});
|
|
|
|
|
|
this.contextMenu.Name = "contextMenuStrip1";
|
|
|
|
|
|
this.contextMenu.Size = new System.Drawing.Size(185, 214);
|
|
|
|
|
|
this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenu_Opening);
|
|
|
|
|
|
//
|
|
|
|
|
|
// undoContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.undoContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.undoContextMenu.Name = "undoContextMenu";
|
|
|
|
|
|
this.undoContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.undoContextMenu.Text = "Undo";
|
|
|
|
|
|
this.undoContextMenu.Click += new System.EventHandler(this.UndoContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// redoContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.redoContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.redoContextMenu.Name = "redoContextMenu";
|
|
|
|
|
|
this.redoContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.redoContextMenu.Text = "Redo";
|
|
|
|
|
|
this.redoContextMenu.Click += new System.EventHandler(this.RedoContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// contextMenuSeparator1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.contextMenuSeparator1.Name = "contextMenuSeparator1";
|
|
|
|
|
|
this.contextMenuSeparator1.Size = new System.Drawing.Size(181, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// cutContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cutContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.cutContextMenu.Name = "cutContextMenu";
|
|
|
|
|
|
this.cutContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.cutContextMenu.Text = "Cut";
|
|
|
|
|
|
this.cutContextMenu.Click += new System.EventHandler(this.CutContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// copyContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.copyContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.copyContextMenu.Name = "copyContextMenu";
|
|
|
|
|
|
this.copyContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.copyContextMenu.Text = "Copy";
|
|
|
|
|
|
this.copyContextMenu.Click += new System.EventHandler(this.CopyContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// pasteContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pasteContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.pasteContextMenu.Name = "pasteContextMenu";
|
|
|
|
|
|
this.pasteContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.pasteContextMenu.Text = "Paste";
|
|
|
|
|
|
this.pasteContextMenu.Click += new System.EventHandler(this.PasteContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// deleteContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.deleteContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.deleteContextMenu.Name = "deleteContextMenu";
|
|
|
|
|
|
this.deleteContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.deleteContextMenu.Text = "Delete";
|
|
|
|
|
|
this.deleteContextMenu.Click += new System.EventHandler(this.DeleteContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// contextMenuSeparator2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.contextMenuSeparator2.Name = "contextMenuSeparator2";
|
|
|
|
|
|
this.contextMenuSeparator2.Size = new System.Drawing.Size(181, 6);
|
|
|
|
|
|
//
|
|
|
|
|
|
// selectAllContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.selectAllContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.selectAllContextMenu.Name = "selectAllContextMenu";
|
|
|
|
|
|
this.selectAllContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.selectAllContextMenu.Text = "Select All";
|
|
|
|
|
|
this.selectAllContextMenu.Click += new System.EventHandler(this.SelectAllContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// rightToLeftContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.rightToLeftContextMenu.CheckOnClick = true;
|
|
|
|
|
|
this.rightToLeftContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.rightToLeftContextMenu.Name = "rightToLeftContextMenu";
|
|
|
|
|
|
this.rightToLeftContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.rightToLeftContextMenu.Text = "Right-to-left reading";
|
|
|
|
|
|
this.rightToLeftContextMenu.Click += new System.EventHandler(this.RightToLeftContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// clearContextMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.clearContextMenu.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
this.clearContextMenu.Name = "clearContextMenu";
|
|
|
|
|
|
this.clearContextMenu.Size = new System.Drawing.Size(184, 22);
|
|
|
|
|
|
this.clearContextMenu.Text = "Clear";
|
|
|
|
|
|
this.clearContextMenu.Click += new System.EventHandler(this.ClearContextMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// openFileDialog
|
|
|
|
|
|
//
|
|
|
|
|
|
this.openFileDialog.Filter = "Crypto Notepad (*.cnp)|*.cnp|All files (*.*)|*.*";
|
|
|
|
|
|
//
|
|
|
|
|
|
// saveFileDialog
|
|
|
|
|
|
//
|
2019-11-05 20:30:49 +00:00
|
|
|
|
this.saveFileDialog.Filter = "Crypto Notepad (*.cnp)|*.cnp|Normal text file (*.txt)|*.txt|All Files (*.*)|*.*";
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// searchPanel
|
|
|
|
|
|
//
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.searchPanel.BackColor = System.Drawing.Color.White;
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchPanel.ColumnCount = 5;
|
|
|
|
|
|
this.searchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 104F));
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.searchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F));
|
2019-10-04 19:00:37 +00:00
|
|
|
|
this.searchPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchPanel.Controls.Add(this.searchTextBox, 0, 0);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchPanel.Controls.Add(this.searchWholeWordCheckBox, 2, 0);
|
|
|
|
|
|
this.searchPanel.Controls.Add(this.searchCaseSensitiveCheckBox, 1, 0);
|
|
|
|
|
|
this.searchPanel.Controls.Add(this.searchCloseButton, 4, 0);
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.searchPanel.Controls.Add(this.searchFindNextButton, 3, 0);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchPanel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchPanel.ForeColor = System.Drawing.Color.Black;
|
2021-04-07 11:28:22 +00:00
|
|
|
|
this.searchPanel.Location = new System.Drawing.Point(0, 318);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchPanel.Name = "searchPanel";
|
|
|
|
|
|
this.searchPanel.RowCount = 1;
|
|
|
|
|
|
this.searchPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.searchPanel.Size = new System.Drawing.Size(593, 25);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchPanel.TabIndex = 17;
|
|
|
|
|
|
this.searchPanel.Visible = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// searchTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.searchTextBox.BackColor = System.Drawing.SystemColors.Control;
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.searchTextBox.ForeColor = System.Drawing.Color.Black;
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchTextBox.Location = new System.Drawing.Point(3, 5);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.searchTextBox.Name = "searchTextBox";
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.searchTextBox.Size = new System.Drawing.Size(289, 15);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
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);
|
|
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
// searchWholeWordCheckBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.searchWholeWordCheckBox.AutoSize = true;
|
|
|
|
|
|
this.searchWholeWordCheckBox.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.searchWholeWordCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.searchWholeWordCheckBox.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.searchWholeWordCheckBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.searchWholeWordCheckBox.Location = new System.Drawing.Point(402, 3);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchWholeWordCheckBox.Name = "searchWholeWordCheckBox";
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchWholeWordCheckBox.Size = new System.Drawing.Size(94, 19);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchWholeWordCheckBox.TabIndex = 12;
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchWholeWordCheckBox.TabStop = false;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchWholeWordCheckBox.Text = "Whole word";
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchWholeWordCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchWholeWordCheckBox.UseVisualStyleBackColor = false;
|
|
|
|
|
|
this.searchWholeWordCheckBox.CheckedChanged += new System.EventHandler(this.SearchWholeWordCheckBox_CheckedChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// searchCaseSensitiveCheckBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox.AutoSize = true;
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.Location = new System.Drawing.Point(298, 3);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.Name = "searchCaseSensitiveCheckBox";
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.Size = new System.Drawing.Size(98, 19);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.TabIndex = 11;
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.TabStop = false;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.Text = "Case sensitive";
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCaseSensitiveCheckBox.UseVisualStyleBackColor = false;
|
|
|
|
|
|
this.searchCaseSensitiveCheckBox.CheckedChanged += new System.EventHandler(this.SearchCaseSensitiveCheckBox_CheckedChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// searchCloseButton
|
|
|
|
|
|
//
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.searchCloseButton.AutoSize = true;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCloseButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.searchCloseButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.searchCloseButton.Font = new System.Drawing.Font("Segoe UI Black", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
|
|
|
this.searchCloseButton.ForeColor = System.Drawing.Color.DarkGray;
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.searchCloseButton.Location = new System.Drawing.Point(574, 0);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCloseButton.Name = "searchCloseButton";
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.searchCloseButton.Size = new System.Drawing.Size(16, 25);
|
|
|
|
|
|
this.searchCloseButton.TabIndex = 16;
|
|
|
|
|
|
this.searchCloseButton.Text = "X";
|
|
|
|
|
|
this.searchCloseButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.searchCloseButton.Click += new System.EventHandler(this.SearchCloseButton_Click);
|
2019-10-17 21:00:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// searchFindNextButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.searchFindNextButton.AutoSize = true;
|
|
|
|
|
|
this.searchFindNextButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.searchFindNextButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.searchFindNextButton.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.searchFindNextButton.Location = new System.Drawing.Point(502, 0);
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.searchFindNextButton.Name = "searchFindNextButton";
|
|
|
|
|
|
this.searchFindNextButton.Size = new System.Drawing.Size(66, 25);
|
|
|
|
|
|
this.searchFindNextButton.TabIndex = 17;
|
|
|
|
|
|
this.searchFindNextButton.Text = "Find Next";
|
|
|
|
|
|
this.searchFindNextButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
2019-10-18 14:30:36 +00:00
|
|
|
|
this.searchFindNextButton.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SearchFindNextButton_MouseDoubleClick);
|
|
|
|
|
|
this.searchFindNextButton.MouseEnter += new System.EventHandler(this.SearchFindNextButton_MouseEnter);
|
2019-10-18 10:37:33 +00:00
|
|
|
|
this.searchFindNextButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SearchFindNextButton_MouseUp);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
|
|
|
|
|
// toolbarPanel
|
|
|
|
|
|
//
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.toolbarPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
2019-10-11 10:38:15 +00:00
|
|
|
|
this.toolbarPanel.ColumnCount = 14;
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
|
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2019-10-18 10:35:42 +00:00
|
|
|
|
this.toolbarPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 18F));
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.toolbarPanel.Controls.Add(this.closeToolbarButton, 13, 0);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolbarPanel.Controls.Add(this.newToolbarButton, 0, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.openToolbarButton, 1, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.pasteToolbarButton, 7, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.saveToolbarButton, 2, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.copyToolbarButton, 6, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.fileLocationToolbarButton, 3, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.cutToolbarButton, 5, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.deleteFileToolbarButton, 4, 0);
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.toolbarPanel.Controls.Add(this.tryToDecryptToolbarButton, 8, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.changePasswordToolbarButton, 9, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.lockToolbarButton, 10, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.alwaysOnTopToolbarButton, 11, 0);
|
|
|
|
|
|
this.toolbarPanel.Controls.Add(this.settingsToolbarButton, 12, 0);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolbarPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
|
this.toolbarPanel.ForeColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
this.toolbarPanel.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
|
this.toolbarPanel.Name = "toolbarPanel";
|
|
|
|
|
|
this.toolbarPanel.RowCount = 1;
|
|
|
|
|
|
this.toolbarPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.toolbarPanel.Size = new System.Drawing.Size(593, 24);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.toolbarPanel.TabIndex = 17;
|
2019-10-11 10:38:15 +00:00
|
|
|
|
this.toolbarPanel.MouseEnter += new System.EventHandler(this.ToolbarPanel_MouseEnter);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2019-10-17 21:00:03 +00:00
|
|
|
|
// closeToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.closeToolbarButton.AutoSize = true;
|
|
|
|
|
|
this.closeToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.closeToolbarButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.closeToolbarButton.Font = new System.Drawing.Font("Segoe UI Black", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
|
|
|
this.closeToolbarButton.ForeColor = System.Drawing.Color.DarkGray;
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.closeToolbarButton.Location = new System.Drawing.Point(578, 0);
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.closeToolbarButton.Name = "closeToolbarButton";
|
2019-10-18 10:35:42 +00:00
|
|
|
|
this.closeToolbarButton.Size = new System.Drawing.Size(12, 24);
|
2019-10-17 21:00:03 +00:00
|
|
|
|
this.closeToolbarButton.TabIndex = 17;
|
|
|
|
|
|
this.closeToolbarButton.Text = "X";
|
|
|
|
|
|
this.closeToolbarButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
|
this.closeToolbarButton.Click += new System.EventHandler(this.CloseToolbarButton_Click);
|
|
|
|
|
|
this.closeToolbarButton.MouseEnter += new System.EventHandler(this.CloseToolbarButton_MouseEnter);
|
|
|
|
|
|
this.closeToolbarButton.MouseLeave += new System.EventHandler(this.CloseToolbarButton_MouseLeave);
|
|
|
|
|
|
//
|
2019-10-21 11:27:02 +00:00
|
|
|
|
// newToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.newToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.newToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolbarButton.Image")));
|
|
|
|
|
|
this.newToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.newToolbarButton.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
|
this.newToolbarButton.Name = "newToolbarButton";
|
|
|
|
|
|
this.newToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.newToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.newToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.newToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.newToolbarButton, "New");
|
|
|
|
|
|
this.newToolbarButton.Click += new System.EventHandler(this.NewToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// openToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.openToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.openToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolbarButton.Image")));
|
|
|
|
|
|
this.openToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.openToolbarButton.Location = new System.Drawing.Point(27, 3);
|
|
|
|
|
|
this.openToolbarButton.Name = "openToolbarButton";
|
|
|
|
|
|
this.openToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.openToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.openToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.openToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.openToolbarButton, "Open");
|
|
|
|
|
|
this.openToolbarButton.Click += new System.EventHandler(this.OpenToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// pasteToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pasteToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.pasteToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolbarButton.Image")));
|
|
|
|
|
|
this.pasteToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.pasteToolbarButton.Location = new System.Drawing.Point(171, 3);
|
|
|
|
|
|
this.pasteToolbarButton.Name = "pasteToolbarButton";
|
|
|
|
|
|
this.pasteToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.pasteToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.pasteToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.pasteToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.pasteToolbarButton, "Paste");
|
|
|
|
|
|
this.pasteToolbarButton.Click += new System.EventHandler(this.PasteToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// saveToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.saveToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolbarButton.Image")));
|
|
|
|
|
|
this.saveToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.saveToolbarButton.Location = new System.Drawing.Point(51, 3);
|
|
|
|
|
|
this.saveToolbarButton.Name = "saveToolbarButton";
|
|
|
|
|
|
this.saveToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.saveToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.saveToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.saveToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.saveToolbarButton, "Save");
|
|
|
|
|
|
this.saveToolbarButton.Click += new System.EventHandler(this.SaveToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// copyToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.copyToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.copyToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolbarButton.Image")));
|
|
|
|
|
|
this.copyToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.copyToolbarButton.Location = new System.Drawing.Point(147, 3);
|
|
|
|
|
|
this.copyToolbarButton.Name = "copyToolbarButton";
|
|
|
|
|
|
this.copyToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.copyToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.copyToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.copyToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.copyToolbarButton, "Copy");
|
|
|
|
|
|
this.copyToolbarButton.Click += new System.EventHandler(this.CopyToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// fileLocationToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLocationToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.fileLocationToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("fileLocationToolbarButton.Image")));
|
|
|
|
|
|
this.fileLocationToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.fileLocationToolbarButton.Location = new System.Drawing.Point(75, 3);
|
|
|
|
|
|
this.fileLocationToolbarButton.Name = "fileLocationToolbarButton";
|
|
|
|
|
|
this.fileLocationToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.fileLocationToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.fileLocationToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.fileLocationToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.fileLocationToolbarButton, "Open file folder");
|
|
|
|
|
|
this.fileLocationToolbarButton.Click += new System.EventHandler(this.FileLocationToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// cutToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cutToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.cutToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolbarButton.Image")));
|
|
|
|
|
|
this.cutToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.cutToolbarButton.Location = new System.Drawing.Point(123, 3);
|
|
|
|
|
|
this.cutToolbarButton.Name = "cutToolbarButton";
|
|
|
|
|
|
this.cutToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.cutToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.cutToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.cutToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.cutToolbarButton, "Cut");
|
|
|
|
|
|
this.cutToolbarButton.Click += new System.EventHandler(this.CutToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// deleteFileToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.deleteFileToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.deleteFileToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteFileToolbarButton.Image")));
|
|
|
|
|
|
this.deleteFileToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.deleteFileToolbarButton.Location = new System.Drawing.Point(99, 3);
|
|
|
|
|
|
this.deleteFileToolbarButton.Name = "deleteFileToolbarButton";
|
|
|
|
|
|
this.deleteFileToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.deleteFileToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.deleteFileToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.deleteFileToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.deleteFileToolbarButton, "Delete file");
|
|
|
|
|
|
this.deleteFileToolbarButton.Click += new System.EventHandler(this.DeleteFileToolbarButton_Click);
|
|
|
|
|
|
//
|
2020-08-23 21:07:27 +00:00
|
|
|
|
// tryToDecryptToolbarButton
|
2019-10-21 11:27:02 +00:00
|
|
|
|
//
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.tryToDecryptToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.tryToDecryptToolbarButton.Image = global::Crypto_Notepad.Properties.Resources.lock_pencil;
|
|
|
|
|
|
this.tryToDecryptToolbarButton.Location = new System.Drawing.Point(195, 3);
|
|
|
|
|
|
this.tryToDecryptToolbarButton.Name = "tryToDecryptToolbarButton";
|
|
|
|
|
|
this.tryToDecryptToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.tryToDecryptToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.tryToDecryptToolbarButton.TabIndex = 18;
|
|
|
|
|
|
this.tryToDecryptToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.tryToDecryptToolbarButton, "Try to decrypt");
|
|
|
|
|
|
this.tryToDecryptToolbarButton.Click += new System.EventHandler(this.TryToDecryptToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// changePasswordToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.changePasswordToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.changePasswordToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("changePasswordToolbarButton.Image")));
|
|
|
|
|
|
this.changePasswordToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.changePasswordToolbarButton.Location = new System.Drawing.Point(219, 3);
|
|
|
|
|
|
this.changePasswordToolbarButton.Name = "changePasswordToolbarButton";
|
|
|
|
|
|
this.changePasswordToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.changePasswordToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.changePasswordToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.changePasswordToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.changePasswordToolbarButton, "Change password");
|
|
|
|
|
|
this.changePasswordToolbarButton.Click += new System.EventHandler(this.ChangePasswordToolbarButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// lockToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lockToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.lockToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("lockToolbarButton.Image")));
|
|
|
|
|
|
this.lockToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.lockToolbarButton.Location = new System.Drawing.Point(243, 3);
|
|
|
|
|
|
this.lockToolbarButton.Name = "lockToolbarButton";
|
|
|
|
|
|
this.lockToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.lockToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.lockToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.lockToolbarButton.TabStop = false;
|
|
|
|
|
|
this.toolTip.SetToolTip(this.lockToolbarButton, "Lock");
|
|
|
|
|
|
this.lockToolbarButton.Click += new System.EventHandler(this.LockToolbarButton_Click);
|
2019-10-21 11:27:02 +00:00
|
|
|
|
//
|
|
|
|
|
|
// alwaysOnTopToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.Image = global::Crypto_Notepad.Properties.Resources.applications_blue;
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.alwaysOnTopToolbarButton.Location = new System.Drawing.Point(267, 3);
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.alwaysOnTopToolbarButton.Name = "alwaysOnTopToolbarButton";
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.TabIndex = 15;
|
|
|
|
|
|
this.alwaysOnTopToolbarButton.TabStop = false;
|
2019-11-27 09:59:42 +00:00
|
|
|
|
this.toolTip.SetToolTip(this.alwaysOnTopToolbarButton, "Always on top");
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.alwaysOnTopToolbarButton.Click += new System.EventHandler(this.AlwaysOnTopToolbarButton_Click);
|
|
|
|
|
|
//
|
2020-08-23 21:07:27 +00:00
|
|
|
|
// settingsToolbarButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.settingsToolbarButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.settingsToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolbarButton.Image")));
|
|
|
|
|
|
this.settingsToolbarButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
|
this.settingsToolbarButton.Location = new System.Drawing.Point(291, 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.toolTip.SetToolTip(this.settingsToolbarButton, "Settings");
|
|
|
|
|
|
this.settingsToolbarButton.Click += new System.EventHandler(this.SettingsToolbarButton_Click);
|
|
|
|
|
|
//
|
2019-09-28 19:37:04 +00:00
|
|
|
|
// statusPanel
|
|
|
|
|
|
//
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.statusPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
2019-09-28 19:37:04 +00:00
|
|
|
|
this.statusPanel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.statusPanel.ForeColor = System.Drawing.Color.Black;
|
2019-09-28 19:37:04 +00:00
|
|
|
|
this.statusPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.statusPanelLabel,
|
|
|
|
|
|
this.statusPanelLengthLabel,
|
2019-10-25 21:11:24 +00:00
|
|
|
|
this.statusPanelLinesLabel,
|
|
|
|
|
|
this.statusPanelModifiedLabel,
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.statusPanelSizeLabel,
|
|
|
|
|
|
this.statusPanelReadonlyLabel,
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.statusPanelWordwrapLabel,
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.statusPanelPasteboardLabel,
|
2020-01-17 21:43:15 +00:00
|
|
|
|
this.statusPanelClipboardProgressBar});
|
|
|
|
|
|
this.statusPanel.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
|
2021-04-07 11:28:22 +00:00
|
|
|
|
this.statusPanel.Location = new System.Drawing.Point(0, 343);
|
2019-09-28 19:37:04 +00:00
|
|
|
|
this.statusPanel.Name = "statusPanel";
|
2019-10-25 21:11:24 +00:00
|
|
|
|
this.statusPanel.ShowItemToolTips = true;
|
2021-04-07 11:19:36 +00:00
|
|
|
|
this.statusPanel.Size = new System.Drawing.Size(593, 22);
|
2019-10-25 21:11:24 +00:00
|
|
|
|
this.statusPanel.SizingGrip = false;
|
2019-09-28 19:37:04 +00:00
|
|
|
|
this.statusPanel.TabIndex = 18;
|
2019-10-21 12:20:40 +00:00
|
|
|
|
this.statusPanel.VisibleChanged += new System.EventHandler(this.StatusPanel_VisibleChanged);
|
2019-09-28 19:37:04 +00:00
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
// statusPanelLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelLabel.ActiveLinkColor = System.Drawing.Color.SteelBlue;
|
|
|
|
|
|
this.statusPanelLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.statusPanelLabel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
|
|
|
this.statusPanelLabel.ImageTransparentColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
this.statusPanelLabel.LinkColor = System.Drawing.Color.SteelBlue;
|
|
|
|
|
|
this.statusPanelLabel.Name = "statusPanelLabel";
|
|
|
|
|
|
this.statusPanelLabel.Size = new System.Drawing.Size(43, 17);
|
|
|
|
|
|
this.statusPanelLabel.Text = "Ready";
|
|
|
|
|
|
this.statusPanelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
|
this.statusPanelLabel.VisitedLinkColor = System.Drawing.Color.SteelBlue;
|
|
|
|
|
|
this.statusPanelLabel.Click += new System.EventHandler(this.StatusPanelLabel_Click);
|
|
|
|
|
|
this.statusPanelLabel.TextChanged += new System.EventHandler(this.StatusPanelLabel_TextChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// statusPanelLengthLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelLengthLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelLengthLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelLengthLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
2019-10-25 21:11:24 +00:00
|
|
|
|
this.statusPanelLengthLabel.Margin = new System.Windows.Forms.Padding(-2, 3, 0, 2);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.statusPanelLengthLabel.Name = "statusPanelLengthLabel";
|
2019-10-25 21:11:24 +00:00
|
|
|
|
this.statusPanelLengthLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelLengthLabel.Size = new System.Drawing.Size(64, 17);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.statusPanelLengthLabel.Text = "Length: 0";
|
|
|
|
|
|
//
|
2019-10-25 21:11:24 +00:00
|
|
|
|
// statusPanelLinesLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelLinesLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelLinesLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelLinesLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.statusPanelLinesLabel.Margin = new System.Windows.Forms.Padding(-2, 3, 0, 2);
|
|
|
|
|
|
this.statusPanelLinesLabel.Name = "statusPanelLinesLabel";
|
|
|
|
|
|
this.statusPanelLinesLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelLinesLabel.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
|
this.statusPanelLinesLabel.Text = "Lines: 1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// statusPanelModifiedLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelModifiedLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelModifiedLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelModifiedLabel.Margin = new System.Windows.Forms.Padding(-2, 3, 0, 2);
|
|
|
|
|
|
this.statusPanelModifiedLabel.Name = "statusPanelModifiedLabel";
|
|
|
|
|
|
this.statusPanelModifiedLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelModifiedLabel.Size = new System.Drawing.Size(63, 17);
|
|
|
|
|
|
this.statusPanelModifiedLabel.Text = "Modified";
|
|
|
|
|
|
//
|
|
|
|
|
|
// statusPanelSizeLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelSizeLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelSizeLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelSizeLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.statusPanelSizeLabel.Margin = new System.Windows.Forms.Padding(-2, 3, 0, 2);
|
|
|
|
|
|
this.statusPanelSizeLabel.Name = "statusPanelSizeLabel";
|
|
|
|
|
|
this.statusPanelSizeLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelSizeLabel.Size = new System.Drawing.Size(36, 17);
|
|
|
|
|
|
this.statusPanelSizeLabel.Text = "Size";
|
|
|
|
|
|
this.statusPanelSizeLabel.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
2019-09-28 19:57:03 +00:00
|
|
|
|
//
|
2020-01-13 10:46:31 +00:00
|
|
|
|
// statusPanelReadonlyLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelReadonlyLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelReadonlyLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelReadonlyLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.statusPanelReadonlyLabel.Name = "statusPanelReadonlyLabel";
|
|
|
|
|
|
this.statusPanelReadonlyLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelReadonlyLabel.Size = new System.Drawing.Size(64, 17);
|
|
|
|
|
|
this.statusPanelReadonlyLabel.Text = "Readonly";
|
|
|
|
|
|
//
|
2020-01-17 21:43:15 +00:00
|
|
|
|
// statusPanelWordwrapLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelWordwrapLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelWordwrapLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelWordwrapLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.statusPanelWordwrapLabel.Name = "statusPanelWordwrapLabel";
|
|
|
|
|
|
this.statusPanelWordwrapLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelWordwrapLabel.Size = new System.Drawing.Size(76, 17);
|
|
|
|
|
|
this.statusPanelWordwrapLabel.Text = "Word Wrap";
|
|
|
|
|
|
//
|
2021-04-07 11:19:36 +00:00
|
|
|
|
// statusPanelPasteboardLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelPasteboardLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
|
|
this.statusPanelPasteboardLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
|
|
|
|
|
|
this.statusPanelPasteboardLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
|
this.statusPanelPasteboardLabel.Name = "statusPanelPasteboardLabel";
|
|
|
|
|
|
this.statusPanelPasteboardLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
|
|
|
|
this.statusPanelPasteboardLabel.Size = new System.Drawing.Size(76, 17);
|
|
|
|
|
|
this.statusPanelPasteboardLabel.Text = "Paste Board";
|
|
|
|
|
|
this.statusPanelPasteboardLabel.Visible = false;
|
|
|
|
|
|
//
|
2020-01-17 21:43:15 +00:00
|
|
|
|
// statusPanelClipboardProgressBar
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelClipboardProgressBar.Name = "statusPanelClipboardProgressBar";
|
|
|
|
|
|
this.statusPanelClipboardProgressBar.Size = new System.Drawing.Size(100, 16);
|
|
|
|
|
|
this.statusPanelClipboardProgressBar.Value = 100;
|
|
|
|
|
|
this.statusPanelClipboardProgressBar.Visible = false;
|
|
|
|
|
|
//
|
2019-10-11 10:38:15 +00:00
|
|
|
|
// trayIcon
|
|
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.trayIcon.ContextMenuStrip = this.trayMenu;
|
2019-10-11 10:38:15 +00:00
|
|
|
|
this.trayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("trayIcon.Icon")));
|
|
|
|
|
|
this.trayIcon.Text = "Crypto Notepad";
|
|
|
|
|
|
this.trayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TrayIcon_MouseDoubleClick);
|
|
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
// trayMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.trayMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2021-03-28 17:46:45 +00:00
|
|
|
|
this.settingsToolStripMenuItem,
|
|
|
|
|
|
this.resetWindowLocationTrayMenu,
|
|
|
|
|
|
this.showWindowTrayMenu,
|
|
|
|
|
|
this.hideWindowTrayMenu,
|
|
|
|
|
|
this.toolStripSeparator1,
|
2019-10-13 12:55:13 +00:00
|
|
|
|
this.exitTrayMenu});
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.trayMenu.Name = "mnuTray";
|
2021-03-28 17:46:45 +00:00
|
|
|
|
this.trayMenu.Size = new System.Drawing.Size(199, 120);
|
|
|
|
|
|
this.trayMenu.Opening += new System.ComponentModel.CancelEventHandler(this.TrayMenu_Opening);
|
|
|
|
|
|
//
|
|
|
|
|
|
// settingsToolStripMenuItem
|
|
|
|
|
|
//
|
|
|
|
|
|
this.settingsToolStripMenuItem.Image = global::Crypto_Notepad.Properties.Resources.gear;
|
|
|
|
|
|
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
|
|
|
|
|
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
|
this.settingsToolStripMenuItem.Text = "Settings";
|
|
|
|
|
|
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// resetWindowLocationTrayMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.resetWindowLocationTrayMenu.Image = global::Crypto_Notepad.Properties.Resources.application_dock_180;
|
|
|
|
|
|
this.resetWindowLocationTrayMenu.Name = "resetWindowLocationTrayMenu";
|
|
|
|
|
|
this.resetWindowLocationTrayMenu.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
|
this.resetWindowLocationTrayMenu.Text = "Reset Window Location";
|
|
|
|
|
|
this.resetWindowLocationTrayMenu.Click += new System.EventHandler(this.ResetWindowLocationTrayMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// showWindowTrayMenu
|
2019-10-13 11:54:45 +00:00
|
|
|
|
//
|
2021-03-28 17:46:45 +00:00
|
|
|
|
this.showWindowTrayMenu.Image = global::Crypto_Notepad.Properties.Resources.application_blue;
|
|
|
|
|
|
this.showWindowTrayMenu.Name = "showWindowTrayMenu";
|
|
|
|
|
|
this.showWindowTrayMenu.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
|
this.showWindowTrayMenu.Text = "Show Window";
|
|
|
|
|
|
this.showWindowTrayMenu.Click += new System.EventHandler(this.ShowWindowTrayMenu_Click);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
//
|
2021-03-28 17:46:45 +00:00
|
|
|
|
// hideWindowTrayMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.hideWindowTrayMenu.Image = global::Crypto_Notepad.Properties.Resources.application;
|
|
|
|
|
|
this.hideWindowTrayMenu.Name = "hideWindowTrayMenu";
|
|
|
|
|
|
this.hideWindowTrayMenu.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
|
this.hideWindowTrayMenu.Text = "Hide Window";
|
|
|
|
|
|
this.hideWindowTrayMenu.Click += new System.EventHandler(this.HideWindowTrayMenu_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
//
|
2019-10-21 11:27:02 +00:00
|
|
|
|
// exitTrayMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.exitTrayMenu.Image = global::Crypto_Notepad.Properties.Resources.cross_button;
|
|
|
|
|
|
this.exitTrayMenu.Name = "exitTrayMenu";
|
2021-03-28 17:46:45 +00:00
|
|
|
|
this.exitTrayMenu.Size = new System.Drawing.Size(198, 22);
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.exitTrayMenu.Text = "Exit";
|
|
|
|
|
|
this.exitTrayMenu.Click += new System.EventHandler(this.ExitTrayMenu_Click);
|
|
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
// fileLockedPanel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLockedPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
|
|
this.fileLockedPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
|
|
|
|
|
|
this.fileLockedPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
|
this.fileLockedPanel.Controls.Add(this.fileLockedCloseButton);
|
|
|
|
|
|
this.fileLockedPanel.Controls.Add(this.fileLockedOkButton);
|
|
|
|
|
|
this.fileLockedPanel.Controls.Add(this.fileLockedKeyTextBox);
|
|
|
|
|
|
this.fileLockedPanel.Controls.Add(this.fileLockedShowKey);
|
|
|
|
|
|
this.fileLockedPanel.Controls.Add(this.fileLockedLabel);
|
|
|
|
|
|
this.fileLockedPanel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
|
|
|
this.fileLockedPanel.ForeColor = System.Drawing.Color.Azure;
|
2021-04-07 11:28:22 +00:00
|
|
|
|
this.fileLockedPanel.Location = new System.Drawing.Point(160, 71);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedPanel.Name = "fileLockedPanel";
|
|
|
|
|
|
this.fileLockedPanel.Size = new System.Drawing.Size(261, 91);
|
|
|
|
|
|
this.fileLockedPanel.TabIndex = 20;
|
|
|
|
|
|
this.fileLockedPanel.Visible = false;
|
|
|
|
|
|
this.fileLockedPanel.VisibleChanged += new System.EventHandler(this.FileLockedPanel_VisibleChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// fileLockedCloseButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLockedCloseButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.fileLockedCloseButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
|
|
|
|
|
|
this.fileLockedCloseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
|
|
|
|
|
|
this.fileLockedCloseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
|
|
|
|
|
|
this.fileLockedCloseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
2019-10-18 14:30:36 +00:00
|
|
|
|
this.fileLockedCloseButton.Font = new System.Drawing.Font("Segoe UI Black", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedCloseButton.ForeColor = System.Drawing.Color.DimGray;
|
|
|
|
|
|
this.fileLockedCloseButton.Location = new System.Drawing.Point(239, -2);
|
|
|
|
|
|
this.fileLockedCloseButton.Name = "fileLockedCloseButton";
|
|
|
|
|
|
this.fileLockedCloseButton.Size = new System.Drawing.Size(23, 23);
|
|
|
|
|
|
this.fileLockedCloseButton.TabIndex = 11;
|
2019-10-15 18:00:19 +00:00
|
|
|
|
this.fileLockedCloseButton.TabStop = false;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedCloseButton.Text = "X";
|
|
|
|
|
|
this.fileLockedCloseButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.fileLockedCloseButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FileLockedCloseButton_MouseClick);
|
|
|
|
|
|
this.fileLockedCloseButton.MouseEnter += new System.EventHandler(this.FileLockedCloseButton_MouseEnter);
|
|
|
|
|
|
this.fileLockedCloseButton.MouseLeave += new System.EventHandler(this.FileLockedCloseButton_MouseLeave);
|
|
|
|
|
|
//
|
|
|
|
|
|
// fileLockedOkButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLockedOkButton.Enabled = false;
|
|
|
|
|
|
this.fileLockedOkButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
|
|
|
this.fileLockedOkButton.Location = new System.Drawing.Point(6, 60);
|
|
|
|
|
|
this.fileLockedOkButton.Name = "fileLockedOkButton";
|
2019-10-13 12:08:11 +00:00
|
|
|
|
this.fileLockedOkButton.Size = new System.Drawing.Size(57, 23);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedOkButton.TabIndex = 10;
|
|
|
|
|
|
this.fileLockedOkButton.Text = "OK";
|
|
|
|
|
|
this.fileLockedOkButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.fileLockedOkButton.Click += new System.EventHandler(this.FileLockedOkButton_Click);
|
|
|
|
|
|
//
|
2021-04-07 21:02:40 +00:00
|
|
|
|
// fileLockedKeyTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLockedKeyTextBox.Location = new System.Drawing.Point(6, 34);
|
|
|
|
|
|
this.fileLockedKeyTextBox.Name = "fileLockedKeyTextBox";
|
|
|
|
|
|
this.fileLockedKeyTextBox.Placeholder = "Password";
|
|
|
|
|
|
this.fileLockedKeyTextBox.PlaceholderActiveForeColor = System.Drawing.Color.DarkGray;
|
|
|
|
|
|
this.fileLockedKeyTextBox.PlaceholderFont = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
|
|
|
|
this.fileLockedKeyTextBox.PlaceholderForeColor = System.Drawing.Color.DarkGray;
|
|
|
|
|
|
this.fileLockedKeyTextBox.Size = new System.Drawing.Size(231, 22);
|
|
|
|
|
|
this.fileLockedKeyTextBox.TabIndex = 8;
|
|
|
|
|
|
this.fileLockedKeyTextBox.UseSystemPasswordChar = true;
|
|
|
|
|
|
this.fileLockedKeyTextBox.TextChanged += new System.EventHandler(this.FileLockedKeyTextBox_TextChanged);
|
|
|
|
|
|
this.fileLockedKeyTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FileLockedKeyTextBox_KeyDown);
|
|
|
|
|
|
//
|
2019-10-21 11:27:02 +00:00
|
|
|
|
// fileLockedShowKey
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLockedShowKey.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
|
this.fileLockedShowKey.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
|
this.fileLockedShowKey.Image = global::Crypto_Notepad.Properties.Resources.eye_half;
|
|
|
|
|
|
this.fileLockedShowKey.InitialImage = global::Crypto_Notepad.Properties.Resources.eye_half;
|
|
|
|
|
|
this.fileLockedShowKey.Location = new System.Drawing.Point(239, 34);
|
|
|
|
|
|
this.fileLockedShowKey.Name = "fileLockedShowKey";
|
|
|
|
|
|
this.fileLockedShowKey.Size = new System.Drawing.Size(18, 22);
|
|
|
|
|
|
this.fileLockedShowKey.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
|
|
|
|
this.fileLockedShowKey.TabIndex = 9;
|
|
|
|
|
|
this.fileLockedShowKey.TabStop = false;
|
|
|
|
|
|
this.fileLockedShowKey.Click += new System.EventHandler(this.FileLockedShowKey_Click);
|
|
|
|
|
|
//
|
2019-10-13 11:54:45 +00:00
|
|
|
|
// fileLockedLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fileLockedLabel.AutoEllipsis = true;
|
|
|
|
|
|
this.fileLockedLabel.AutoSize = true;
|
|
|
|
|
|
this.fileLockedLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2019-10-18 10:36:25 +00:00
|
|
|
|
this.fileLockedLabel.Location = new System.Drawing.Point(95, 3);
|
2019-10-13 11:54:45 +00:00
|
|
|
|
this.fileLockedLabel.Name = "fileLockedLabel";
|
|
|
|
|
|
this.fileLockedLabel.Size = new System.Drawing.Size(71, 17);
|
|
|
|
|
|
this.fileLockedLabel.TabIndex = 7;
|
|
|
|
|
|
this.fileLockedLabel.Text = "File locked";
|
2019-10-11 10:38:15 +00:00
|
|
|
|
//
|
2019-11-11 17:19:29 +00:00
|
|
|
|
// toolTip
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolTip.AutoPopDelay = 5000;
|
|
|
|
|
|
this.toolTip.InitialDelay = 500;
|
2020-08-23 21:07:27 +00:00
|
|
|
|
this.toolTip.ReshowDelay = 500;
|
|
|
|
|
|
this.toolTip.ShowAlways = true;
|
2019-11-11 17:19:29 +00:00
|
|
|
|
//
|
2019-10-16 19:26:22 +00:00
|
|
|
|
// richTextBoxPanel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.richTextBoxPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
|
this.richTextBoxPanel.Controls.Add(this.fileLockedPanel);
|
|
|
|
|
|
this.richTextBoxPanel.Controls.Add(this.richTextBox);
|
|
|
|
|
|
this.richTextBoxPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
2019-10-20 18:08:27 +00:00
|
|
|
|
this.richTextBoxPanel.Location = new System.Drawing.Point(0, 48);
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.richTextBoxPanel.Name = "richTextBoxPanel";
|
2021-04-07 11:28:22 +00:00
|
|
|
|
this.richTextBoxPanel.Size = new System.Drawing.Size(593, 270);
|
2019-10-16 19:26:22 +00:00
|
|
|
|
this.richTextBoxPanel.TabIndex = 21;
|
|
|
|
|
|
//
|
2019-09-28 19:57:03 +00:00
|
|
|
|
// richTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.richTextBox.AcceptsTab = true;
|
2019-10-15 18:00:19 +00:00
|
|
|
|
this.richTextBox.BackColor = System.Drawing.Color.Gainsboro;
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
|
this.richTextBox.ContextMenuStrip = this.contextMenu;
|
|
|
|
|
|
this.richTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.richTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
|
|
|
|
|
this.richTextBox.ForeColor = System.Drawing.Color.Black;
|
2019-10-25 21:23:36 +00:00
|
|
|
|
this.richTextBox.Location = new System.Drawing.Point(0, 0);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.richTextBox.Name = "richTextBox";
|
2021-04-07 11:28:22 +00:00
|
|
|
|
this.richTextBox.Size = new System.Drawing.Size(591, 268);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.richTextBox.TabIndex = 16;
|
|
|
|
|
|
this.richTextBox.Text = "";
|
|
|
|
|
|
this.richTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox_LinkClicked);
|
|
|
|
|
|
this.richTextBox.SelectionChanged += new System.EventHandler(this.RichTextBox_SelectionChanged);
|
2019-11-05 20:30:49 +00:00
|
|
|
|
this.richTextBox.ModifiedChanged += new System.EventHandler(this.RichTextBox_ModifiedChanged);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.richTextBox.TextChanged += new System.EventHandler(this.RichTextBox_TextChanged);
|
|
|
|
|
|
this.richTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RichTextBox_KeyDown);
|
|
|
|
|
|
//
|
2021-04-07 21:02:40 +00:00
|
|
|
|
// statusPanelTimer
|
|
|
|
|
|
//
|
|
|
|
|
|
this.statusPanelTimer.Interval = 1;
|
|
|
|
|
|
this.statusPanelTimer.Tick += new System.EventHandler(this.StatusPanelTimer_Tick);
|
|
|
|
|
|
//
|
|
|
|
|
|
// lockTimer
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lockTimer.Tick += new System.EventHandler(this.LockTimer_Tick);
|
|
|
|
|
|
//
|
|
|
|
|
|
// clipboardTimer
|
|
|
|
|
|
//
|
|
|
|
|
|
this.clipboardTimer.Interval = 50;
|
|
|
|
|
|
this.clipboardTimer.Tick += new System.EventHandler(this.ClipboardTimer_Tick);
|
|
|
|
|
|
//
|
|
|
|
|
|
// pasteBoardTimer
|
|
|
|
|
|
//
|
|
|
|
|
|
this.pasteBoardTimer.Tick += new System.EventHandler(this.PasteBoardTimer_Tick);
|
|
|
|
|
|
//
|
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;
|
2019-10-04 18:48:55 +00:00
|
|
|
|
this.BackColor = System.Drawing.Color.White;
|
2021-04-07 11:28:22 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(593, 365);
|
2019-10-15 18:00:19 +00:00
|
|
|
|
this.Controls.Add(this.richTextBoxPanel);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.Controls.Add(this.searchPanel);
|
|
|
|
|
|
this.Controls.Add(this.toolbarPanel);
|
|
|
|
|
|
this.Controls.Add(this.mainMenu);
|
2019-09-28 19:37:04 +00:00
|
|
|
|
this.Controls.Add(this.statusPanel);
|
2019-08-20 08:17:02 +00:00
|
|
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.ForeColor = System.Drawing.Color.Black;
|
2016-01-06 14:47:38 +00:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.MainMenuStrip = this.mainMenu;
|
2016-01-06 14:47:38 +00:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(500, 300);
|
2018-12-17 11:14:38 +00:00
|
|
|
|
this.Name = "MainForm";
|
2016-01-10 12:32:08 +00:00
|
|
|
|
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);
|
2020-01-13 10:46:31 +00:00
|
|
|
|
this.Deactivate += new System.EventHandler(this.MainForm_Deactivate);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
|
2020-01-19 12:54:49 +00:00
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.MainWindow_Load);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
2019-10-11 10:38:15 +00:00
|
|
|
|
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
2019-09-28 19:57:03 +00:00
|
|
|
|
this.mainMenu.ResumeLayout(false);
|
|
|
|
|
|
this.mainMenu.PerformLayout();
|
|
|
|
|
|
this.contextMenu.ResumeLayout(false);
|
|
|
|
|
|
this.searchPanel.ResumeLayout(false);
|
|
|
|
|
|
this.searchPanel.PerformLayout();
|
|
|
|
|
|
this.toolbarPanel.ResumeLayout(false);
|
|
|
|
|
|
this.toolbarPanel.PerformLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.newToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.openToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pasteToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.saveToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.copyToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.fileLocationToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cutToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.deleteFileToolbarButton)).EndInit();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tryToDecryptToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.changePasswordToolbarButton)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lockToolbarButton)).EndInit();
|
2019-10-11 10:38:15 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.alwaysOnTopToolbarButton)).EndInit();
|
2020-08-23 21:07:27 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.settingsToolbarButton)).EndInit();
|
2019-10-21 11:27:02 +00:00
|
|
|
|
this.statusPanel.ResumeLayout(false);
|
|
|
|
|
|
this.statusPanel.PerformLayout();
|
|
|
|
|
|
this.trayMenu.ResumeLayout(false);
|
|
|
|
|
|
this.fileLockedPanel.ResumeLayout(false);
|
|
|
|
|
|
this.fileLockedPanel.PerformLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.fileLockedShowKey)).EndInit();
|
|
|
|
|
|
this.richTextBoxPanel.ResumeLayout(false);
|
2016-01-06 14:47:38 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem editMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem helpMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem saveAsMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem exitMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem aboutMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.OpenFileDialog openFileDialog;
|
|
|
|
|
|
protected internal System.Windows.Forms.SaveFileDialog saveFileDialog;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem toolsMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem clearMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem openMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator3;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem saveMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem selectAllMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator4;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem cutMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem copyMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem pasteMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator6;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem deleteFileMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator2;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem openFileLocationMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem wordWrapMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ContextMenuStrip contextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem undoContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem undoMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator7;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator contextMenuSeparator2;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem cutContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem copyContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem pasteContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem deleteMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem deleteContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator contextMenuSeparator1;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem selectAllContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem rightToLeftContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem clearContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator1;
|
2019-11-28 20:36:43 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem changePasswordMainMenu;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem checkForUpdatesMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem documentationMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem settingsMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator5;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem findMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox openToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox saveToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox fileLocationToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox deleteFileToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox cutToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox copyToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox pasteToolbarButton;
|
2019-11-28 20:36:43 +00:00
|
|
|
|
protected internal System.Windows.Forms.PictureBox changePasswordToolbarButton;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.PictureBox settingsToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox lockToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem lockMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripSeparator mainMenuSeparator8;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem redoMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem redoContextMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem debugMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem variablesMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.TableLayoutPanel toolbarPanel;
|
|
|
|
|
|
protected internal ExRichTextBox richTextBox;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem insertMainMenu;
|
2019-09-28 19:37:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.StatusStrip statusPanel;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelLabel;
|
2019-09-28 19:57:03 +00:00
|
|
|
|
protected internal System.Windows.Forms.TextBox searchTextBox;
|
2019-10-13 11:54:45 +00:00
|
|
|
|
protected internal System.Windows.Forms.CheckBox searchCaseSensitiveCheckBox;
|
|
|
|
|
|
protected internal System.Windows.Forms.CheckBox searchWholeWordCheckBox;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.TableLayoutPanel searchPanel;
|
|
|
|
|
|
protected internal System.Windows.Forms.MenuStrip mainMenu;
|
2019-10-11 10:38:15 +00:00
|
|
|
|
protected internal System.Windows.Forms.NotifyIcon trayIcon;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.Panel fileLockedPanel;
|
|
|
|
|
|
protected internal System.Windows.Forms.Label fileLockedLabel;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox fileLockedShowKey;
|
|
|
|
|
|
protected internal System.Windows.Forms.Button fileLockedOkButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.Button fileLockedCloseButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem alwaysOnTopMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox alwaysOnTopToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolTip toolTip;
|
|
|
|
|
|
protected internal System.Windows.Forms.ContextMenuStrip trayMenu;
|
2021-03-28 17:46:45 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem showWindowTrayMenu;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem exitTrayMenu;
|
2019-10-28 18:32:13 +00:00
|
|
|
|
protected internal System.Windows.Forms.PlaceholderTextBox fileLockedKeyTextBox;
|
2019-10-15 18:00:19 +00:00
|
|
|
|
protected internal System.Windows.Forms.Panel richTextBoxPanel;
|
2019-10-17 21:00:03 +00:00
|
|
|
|
protected internal System.Windows.Forms.Label searchFindNextButton;
|
2019-10-17 21:11:47 +00:00
|
|
|
|
protected internal System.Windows.Forms.Label searchCloseButton;
|
2019-10-17 21:37:08 +00:00
|
|
|
|
protected internal System.Windows.Forms.Label closeToolbarButton;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.Timer statusPanelTimer;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem saveCloseFileMainMenu;
|
2019-11-07 18:15:53 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelLengthLabel;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelLinesLabel;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelModifiedLabel;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelSizeLabel;
|
2019-11-24 07:34:04 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem passwordGeneratorMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.PictureBox newToolbarButton;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem newMainMenu;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripMenuItem fileMainMenu;
|
2020-01-13 10:46:31 +00:00
|
|
|
|
protected internal System.Windows.Forms.Timer lockTimer;
|
2020-01-13 10:40:14 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem readOnlyMainMenu;
|
2020-01-13 10:46:31 +00:00
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelReadonlyLabel;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelWordwrapLabel;
|
2020-01-17 21:43:15 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripProgressBar statusPanelClipboardProgressBar;
|
|
|
|
|
|
private System.Windows.Forms.Timer clipboardTimer;
|
2020-01-17 20:23:02 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem clearClipboardMainMenu;
|
2020-08-23 21:07:27 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tryToDecryptMainMenu;
|
|
|
|
|
|
private System.Windows.Forms.PictureBox tryToDecryptToolbarButton;
|
2021-03-28 17:46:45 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem resetWindowLocationTrayMenu;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem hideWindowTrayMenu;
|
2021-04-07 11:19:36 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem pasteBoardMainMenu;
|
|
|
|
|
|
private System.Windows.Forms.Timer pasteBoardTimer;
|
|
|
|
|
|
protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelPasteboardLabel;
|
2022-05-22 08:07:48 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem insertDateTimeMainMenu;
|
2016-01-06 14:47:38 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|