From c22e575db03f690f0caf2fc7f5a0f8e3e1b474d4 Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sat, 23 Jan 2016 21:25:24 +0200 Subject: [PATCH] Auto generated code --- Crypto Notepad/Form1.Designer.cs | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Crypto Notepad/Form1.Designer.cs b/Crypto Notepad/Form1.Designer.cs index 16beb4e..ccb9e03 100644 --- a/Crypto Notepad/Form1.Designer.cs +++ b/Crypto Notepad/Form1.Designer.cs @@ -58,6 +58,7 @@ public void InitializeComponent() this.очиститьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сервисToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.changeKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.lockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.documentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -102,7 +103,6 @@ public void InitializeComponent() this.chkMatchWholeWord = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); - this.lockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customRTB = new Crypto_Notepad.CustomRichTextBox(); this.MainMenu.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); @@ -361,14 +361,21 @@ public void InitializeComponent() // changeKeyToolStripMenuItem // this.changeKeyToolStripMenuItem.Name = "changeKeyToolStripMenuItem"; - this.changeKeyToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.changeKeyToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.changeKeyToolStripMenuItem.Text = "Change Key"; this.changeKeyToolStripMenuItem.Click += new System.EventHandler(this.changeKeyToolStripMenuItem_Click); // + // lockToolStripMenuItem + // + this.lockToolStripMenuItem.Name = "lockToolStripMenuItem"; + this.lockToolStripMenuItem.Size = new System.Drawing.Size(139, 22); + this.lockToolStripMenuItem.Text = "Lock"; + this.lockToolStripMenuItem.Click += new System.EventHandler(this.lockToolStripMenuItem_Click); + // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.settingsToolStripMenuItem.Text = "Settings"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // @@ -810,13 +817,6 @@ public void InitializeComponent() this.panel2.Size = new System.Drawing.Size(691, 23); this.panel2.TabIndex = 14; // - // lockToolStripMenuItem - // - this.lockToolStripMenuItem.Name = "lockToolStripMenuItem"; - this.lockToolStripMenuItem.Size = new System.Drawing.Size(152, 22); - this.lockToolStripMenuItem.Text = "Lock"; - this.lockToolStripMenuItem.Click += new System.EventHandler(this.lockToolStripMenuItem_Click); - // // customRTB // this.customRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) @@ -834,7 +834,9 @@ public void InitializeComponent() this.customRTB.TabIndex = 10; this.customRTB.Text = ""; this.customRTB.SelectionChanged += new System.EventHandler(this.customRTB_SelectionChanged_1); + this.customRTB.Click += new System.EventHandler(this.customRTB_Click); this.customRTB.TextChanged += new System.EventHandler(this.customRTB_TextChanged); + this.customRTB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.customRTB_KeyDown); // // MainWindow //