mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2024-12-27 23:25:31 +03:00
tooltip edit
This commit is contained in:
parent
54bd89684a
commit
05f1719d86
@ -172,6 +172,7 @@
|
|||||||
this.toolStripStatusLabelRefresh.IsLink = true;
|
this.toolStripStatusLabelRefresh.IsLink = true;
|
||||||
this.toolStripStatusLabelRefresh.Name = "toolStripStatusLabelRefresh";
|
this.toolStripStatusLabelRefresh.Name = "toolStripStatusLabelRefresh";
|
||||||
this.toolStripStatusLabelRefresh.Size = new System.Drawing.Size(20, 20);
|
this.toolStripStatusLabelRefresh.Size = new System.Drawing.Size(20, 20);
|
||||||
|
this.toolStripStatusLabelRefresh.ToolTipText = "Refresh";
|
||||||
this.toolStripStatusLabelRefresh.Click += new System.EventHandler(this.toolStripStatusLabelRefresh_Click);
|
this.toolStripStatusLabelRefresh.Click += new System.EventHandler(this.toolStripStatusLabelRefresh_Click);
|
||||||
//
|
//
|
||||||
// FormMain
|
// FormMain
|
||||||
|
Loading…
Reference in New Issue
Block a user