C2025-031 - Added Tool Tip text for button on V button. Code fix for DotNetBar Visual UI rendering
This commit is contained in:
@@ -1099,7 +1099,7 @@ namespace VEPROMS
|
||||
this.btnReset.Location = new System.Drawing.Point(194, 492);
|
||||
this.btnReset.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnReset.Name = "btnReset";
|
||||
this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||||
this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnReset.Size = new System.Drawing.Size(79, 19);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnReset, new DevComponents.DotNetBar.SuperTooltipInfo("Default Settings", "", "This will reset saved user settings back to the Proms system default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(140, 95)));
|
||||
this.btnReset.TabIndex = 3;
|
||||
|
Reference in New Issue
Block a user