C2020-017 – Re-worded the “This is a Foldout Section” checkbox tooltip
This commit is contained in:
@@ -777,7 +777,7 @@ namespace VEPROMS
|
||||
this.cbIsFoldoutSection.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbIsFoldoutSection.Name = "cbIsFoldoutSection";
|
||||
this.cbIsFoldoutSection.Size = new System.Drawing.Size(140, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbIsFoldoutSection, new DevComponents.DotNetBar.SuperTooltipInfo("This is a Foldout Section", "", resources.GetString("cbIsFoldoutSection.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 166)));
|
||||
this.superTooltip1.SetSuperTooltip(this.cbIsFoldoutSection, new DevComponents.DotNetBar.SuperTooltipInfo("This is a Foldout Section", "", resources.GetString("cbIsFoldoutSection.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(370, 166)));
|
||||
this.cbIsFoldoutSection.TabIndex = 61;
|
||||
this.cbIsFoldoutSection.Text = "This is a Foldout section";
|
||||
this.cbIsFoldoutSection.UseVisualStyleBackColor = false;
|
||||
|
Reference in New Issue
Block a user