mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Update AboutFrom.Designer.cs
This commit is contained in:
parent
e31188da69
commit
6c5cdbe6b0
1 changed files with 2 additions and 1 deletions
3
Crypto Notepad/AboutFrom.Designer.cs
generated
3
Crypto Notepad/AboutFrom.Designer.cs
generated
|
|
@ -33,8 +33,8 @@ private void InitializeComponent()
|
|||
this.appVersionLabel = new System.Windows.Forms.Label();
|
||||
this.randomColorTimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.copyToClipboardLabel = new System.Windows.Forms.Label();
|
||||
this.appInfoRichTextBox = new Crypto_Notepad.HideCaretRichTextBox();
|
||||
this.aboutToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.appInfoRichTextBox = new Crypto_Notepad.HideCaretRichTextBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// appVersionLabel
|
||||
|
|
@ -50,6 +50,7 @@ private void InitializeComponent()
|
|||
this.appVersionLabel.Text = "Crypto Notepad 1.0.0";
|
||||
this.aboutToolTip.SetToolTip(this.appVersionLabel, "Left click to copy debug info to the clipboard");
|
||||
this.appVersionLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AppVersionLabel_MouseClick);
|
||||
this.appVersionLabel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AppVersionLabel_MouseDoubleClick);
|
||||
//
|
||||
// randomColorTimer
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue