mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Auto generated code
This commit is contained in:
parent
f4bc5b860b
commit
c22e575db0
1 changed files with 12 additions and 10 deletions
22
Crypto Notepad/Form1.Designer.cs
generated
22
Crypto Notepad/Form1.Designer.cs
generated
|
|
@ -58,6 +58,7 @@ public void InitializeComponent()
|
||||||
this.очиститьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.очиститьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.сервисToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.сервисToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.changeKeyToolStripMenuItem = 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.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.documentationToolStripMenuItem = 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.chkMatchWholeWord = new System.Windows.Forms.CheckBox();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
this.panel2 = 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.customRTB = new Crypto_Notepad.CustomRichTextBox();
|
||||||
this.MainMenu.SuspendLayout();
|
this.MainMenu.SuspendLayout();
|
||||||
this.contextMenuStrip1.SuspendLayout();
|
this.contextMenuStrip1.SuspendLayout();
|
||||||
|
|
@ -361,14 +361,21 @@ public void InitializeComponent()
|
||||||
// changeKeyToolStripMenuItem
|
// changeKeyToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.changeKeyToolStripMenuItem.Name = "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.Text = "Change Key";
|
||||||
this.changeKeyToolStripMenuItem.Click += new System.EventHandler(this.changeKeyToolStripMenuItem_Click);
|
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
|
// settingsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.settingsToolStripMenuItem.Name = "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.Text = "Settings";
|
||||||
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
|
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.Size = new System.Drawing.Size(691, 23);
|
||||||
this.panel2.TabIndex = 14;
|
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
|
// customRTB
|
||||||
//
|
//
|
||||||
this.customRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
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.TabIndex = 10;
|
||||||
this.customRTB.Text = "";
|
this.customRTB.Text = "";
|
||||||
this.customRTB.SelectionChanged += new System.EventHandler(this.customRTB_SelectionChanged_1);
|
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.TextChanged += new System.EventHandler(this.customRTB_TextChanged);
|
||||||
|
this.customRTB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.customRTB_KeyDown);
|
||||||
//
|
//
|
||||||
// MainWindow
|
// MainWindow
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue