C2020-017 – Re-worded the “This is a Foldout Section” checkbox tooltip

This commit is contained in:
John Jenko 2020-06-18 14:17:30 +00:00
parent cc86b46d2f
commit 59a88c4a89
2 changed files with 8 additions and 7 deletions

View File

@ -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;

View File

@ -143,15 +143,16 @@ Pressing the "Default" button will revert back to using the inherited format for
</value>
</data>
<data name="cbIsFoldoutSection.SuperTooltip" xml:space="preserve">
<value>If the PROMS format allows one or more of the following apply:
<value>If the format supports duplex Foldouts:
- This section will be printed between each procedure page,
so that it will be on the back when printing in duplex mode
- This can be used to turn On duplexing of the Foldout instead
of using "FOLDOUT" as the section number
- This section will be printed on the back of the procedure pages
as defined in the format
- This section is accounted for in transitions with page numbers
(when this is printed on back pages)
- Dont count this page when generating an automatic table
of conents if this is printed on the back of the procedure pages</value>
- This section is not included on Automatic Table of Contents</value>
</data>
</root>