mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Added tooltip while hovering app version text
This commit is contained in:
parent
1c1c072a0f
commit
cf376d223a
2 changed files with 7 additions and 1 deletions
5
Crypto Notepad/AboutFrom.Designer.cs
generated
5
Crypto Notepad/AboutFrom.Designer.cs
generated
|
|
@ -34,6 +34,7 @@ private void InitializeComponent()
|
|||
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.SuspendLayout();
|
||||
//
|
||||
// appVersionLabel
|
||||
|
|
@ -47,7 +48,8 @@ private void InitializeComponent()
|
|||
this.appVersionLabel.Size = new System.Drawing.Size(210, 22);
|
||||
this.appVersionLabel.TabIndex = 1;
|
||||
this.appVersionLabel.Text = "Crypto Notepad 1.0.0";
|
||||
this.appVersionLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.appVersionLabel_MouseClick);
|
||||
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);
|
||||
//
|
||||
// randomColorTimer
|
||||
//
|
||||
|
|
@ -117,5 +119,6 @@ private void InitializeComponent()
|
|||
private HideCaretRichTextBox appInfoRichTextBox;
|
||||
private System.Windows.Forms.Timer randomColorTimer;
|
||||
private System.Windows.Forms.Label copyToClipboardLabel;
|
||||
private System.Windows.Forms.ToolTip aboutToolTip;
|
||||
}
|
||||
}
|
||||
|
|
@ -117,6 +117,9 @@
|
|||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="aboutToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>176, 17</value>
|
||||
</metadata>
|
||||
<metadata name="randomColorTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>21, 17</value>
|
||||
</metadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue