From 59a88c4a89207fdff004948c221df1f83818716a Mon Sep 17 00:00:00 2001 From: John Date: Thu, 18 Jun 2020 14:17:30 +0000 Subject: [PATCH] =?UTF-8?q?C2020-017=20=E2=80=93=20Re-worded=20the=20?= =?UTF-8?q?=E2=80=9CThis=20is=20a=20Foldout=20Section=E2=80=9D=20checkbox?= =?UTF-8?q?=20tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frmSectionProperties.Designer.cs | 2 +- .../frmSectionProperties.resx | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs index 93e2a2cd..05b9b99a 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs @@ -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; diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.resx b/PROMS/VEPROMS User Interface/frmSectionProperties.resx index 56d54fb7..29543463 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.resx +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.resx @@ -143,15 +143,16 @@ Pressing the "Default" button will revert back to using the inherited format for - If the PROMS format allows one or more of the following apply: + 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 +- This section is not included on Automatic Table of Contents \ No newline at end of file