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
d5499ae724
commit
773943f826
1 changed files with 14 additions and 14 deletions
28
Crypto Notepad/MainForm.Designer.cs
generated
28
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -263,7 +263,7 @@ public void InitializeComponent()
|
|||
//
|
||||
this.undoMainMenu.Name = "undoMainMenu";
|
||||
this.undoMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
||||
this.undoMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.undoMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.undoMainMenu.Text = "Undo";
|
||||
this.undoMainMenu.Click += new System.EventHandler(this.UndoMainMenu_Click);
|
||||
//
|
||||
|
|
@ -271,21 +271,21 @@ public void InitializeComponent()
|
|||
//
|
||||
this.redoMainMenu.Name = "redoMainMenu";
|
||||
this.redoMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
|
||||
this.redoMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.redoMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.redoMainMenu.Text = "Redo";
|
||||
this.redoMainMenu.Click += new System.EventHandler(this.RedoMainMenu_Click);
|
||||
//
|
||||
// mainMenuSeparator4
|
||||
//
|
||||
this.mainMenuSeparator4.Name = "mainMenuSeparator4";
|
||||
this.mainMenuSeparator4.Size = new System.Drawing.Size(177, 6);
|
||||
this.mainMenuSeparator4.Size = new System.Drawing.Size(162, 6);
|
||||
//
|
||||
// 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)));
|
||||
this.cutMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.cutMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.cutMainMenu.Text = "Cut";
|
||||
this.cutMainMenu.Click += new System.EventHandler(this.CutMainMenu_Click);
|
||||
//
|
||||
|
|
@ -294,7 +294,7 @@ public void InitializeComponent()
|
|||
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)));
|
||||
this.copyMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.copyMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.copyMainMenu.Text = "Copy";
|
||||
this.copyMainMenu.Click += new System.EventHandler(this.CopyMainMenu_Click);
|
||||
//
|
||||
|
|
@ -302,7 +302,7 @@ public void InitializeComponent()
|
|||
//
|
||||
this.pasteMainMenu.Name = "pasteMainMenu";
|
||||
this.pasteMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
|
||||
this.pasteMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.pasteMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.pasteMainMenu.Text = "Paste";
|
||||
this.pasteMainMenu.Click += new System.EventHandler(this.PasteMainMenu_Click);
|
||||
//
|
||||
|
|
@ -311,34 +311,34 @@ public void InitializeComponent()
|
|||
this.deleteMainMenu.Enabled = false;
|
||||
this.deleteMainMenu.Name = "deleteMainMenu";
|
||||
this.deleteMainMenu.ShortcutKeys = System.Windows.Forms.Keys.Delete;
|
||||
this.deleteMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.deleteMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.deleteMainMenu.Text = "Delete";
|
||||
this.deleteMainMenu.Click += new System.EventHandler(this.DeleteMainMenu_Click);
|
||||
//
|
||||
// mainMenuSeparator5
|
||||
//
|
||||
this.mainMenuSeparator5.Name = "mainMenuSeparator5";
|
||||
this.mainMenuSeparator5.Size = new System.Drawing.Size(177, 6);
|
||||
this.mainMenuSeparator5.Size = new System.Drawing.Size(162, 6);
|
||||
//
|
||||
// findMainMenu
|
||||
//
|
||||
this.findMainMenu.Name = "findMainMenu";
|
||||
this.findMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
||||
this.findMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.findMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.findMainMenu.Text = "Find";
|
||||
this.findMainMenu.Click += new System.EventHandler(this.FindMainMenu_Click);
|
||||
//
|
||||
// mainMenuSeparator6
|
||||
//
|
||||
this.mainMenuSeparator6.Name = "mainMenuSeparator6";
|
||||
this.mainMenuSeparator6.Size = new System.Drawing.Size(177, 6);
|
||||
this.mainMenuSeparator6.Size = new System.Drawing.Size(162, 6);
|
||||
//
|
||||
// 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)));
|
||||
this.selectAllMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.selectAllMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.selectAllMainMenu.Text = "Select All";
|
||||
this.selectAllMainMenu.Click += new System.EventHandler(this.SelectAllMainMenu_Click);
|
||||
//
|
||||
|
|
@ -348,20 +348,20 @@ public void InitializeComponent()
|
|||
this.wordWrapMainMenu.CheckOnClick = true;
|
||||
this.wordWrapMainMenu.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.wordWrapMainMenu.Name = "wordWrapMainMenu";
|
||||
this.wordWrapMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.wordWrapMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.wordWrapMainMenu.Text = "Word Wrap";
|
||||
this.wordWrapMainMenu.Click += new System.EventHandler(this.WordWrapMainMenu_Click);
|
||||
//
|
||||
// mainMenuSeparator7
|
||||
//
|
||||
this.mainMenuSeparator7.Name = "mainMenuSeparator7";
|
||||
this.mainMenuSeparator7.Size = new System.Drawing.Size(177, 6);
|
||||
this.mainMenuSeparator7.Size = new System.Drawing.Size(162, 6);
|
||||
//
|
||||
// clearMainMenu
|
||||
//
|
||||
this.clearMainMenu.Name = "clearMainMenu";
|
||||
this.clearMainMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
|
||||
this.clearMainMenu.Size = new System.Drawing.Size(180, 22);
|
||||
this.clearMainMenu.Size = new System.Drawing.Size(165, 22);
|
||||
this.clearMainMenu.Text = "Clear";
|
||||
this.clearMainMenu.Click += new System.EventHandler(this.ClearMainMenu_Click);
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue