From 44c86e5d80f15a88f56b1f306fdcd6b47c0e5aac Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Fri, 11 Sep 2026 12:13:16 -0400 Subject: [PATCH] C2026-054-Text-change-for-Open-Tabs-from-Previous-Session --- .../dlgCheckOpenTabs.Designer.cs | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/PROMS/VEPROMS User Interface/dlgCheckOpenTabs.Designer.cs b/PROMS/VEPROMS User Interface/dlgCheckOpenTabs.Designer.cs index 607e309a..40e4b643 100644 --- a/PROMS/VEPROMS User Interface/dlgCheckOpenTabs.Designer.cs +++ b/PROMS/VEPROMS User Interface/dlgCheckOpenTabs.Designer.cs @@ -1,4 +1,6 @@  +using System; + namespace VEPROMS { partial class dlgCheckOpenTabs @@ -42,12 +44,12 @@ namespace VEPROMS // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelX1.Location = new System.Drawing.Point(23, 2); + this.labelX1.Location = new System.Drawing.Point(23, 5); this.labelX1.Name = "labelX1"; - this.labelX1.Size = new System.Drawing.Size(363, 78); + this.labelX1.Size = new System.Drawing.Size(363, 90); this.labelX1.TabIndex = 0; this.labelX1.Text = "Would you like for PROMS to reopen the tabs that you had open during your last se" + - "ssion?"; + "ssion?" + Environment.NewLine + Environment.NewLine + "NOTE: This will not apply to Word section tabs that were previously open."; this.labelX1.WordWrap = true; // // cbRemember @@ -56,20 +58,20 @@ namespace VEPROMS // // this.cbRemember.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.cbRemember.Location = new System.Drawing.Point(23, 75); + this.cbRemember.Location = new System.Drawing.Point(23, 100); this.cbRemember.Name = "cbRemember"; - this.cbRemember.Size = new System.Drawing.Size(376, 47); + this.cbRemember.Size = new System.Drawing.Size(376, 55); this.cbRemember.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbRemember.TabIndex = 1; this.cbRemember.Text = "Check this box to not be prompted in the future when opening PROMS. \nNote that th" + - "ese settings can be adjusted at any time from the \nOPTIONS menu for PROMS. NOTE: This will not apply to Word section tabs that were previously open."; + "ese settings can be adjusted at any time from the \nOPTIONS menu for PROMS."; // // btnOpenTabs // this.btnOpenTabs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOpenTabs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOpenTabs.DialogResult = System.Windows.Forms.DialogResult.Yes; - this.btnOpenTabs.Location = new System.Drawing.Point(23, 139); + this.btnOpenTabs.Location = new System.Drawing.Point(23, 165); this.btnOpenTabs.Name = "btnOpenTabs"; this.btnOpenTabs.Size = new System.Drawing.Size(150, 42); this.btnOpenTabs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; @@ -82,7 +84,7 @@ namespace VEPROMS this.btnNoTabs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnNoTabs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnNoTabs.DialogResult = System.Windows.Forms.DialogResult.No; - this.btnNoTabs.Location = new System.Drawing.Point(216, 139); + this.btnNoTabs.Location = new System.Drawing.Point(216, 165); this.btnNoTabs.Name = "btnNoTabs"; this.btnNoTabs.Size = new System.Drawing.Size(150, 42); this.btnNoTabs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; @@ -94,7 +96,7 @@ namespace VEPROMS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(411, 193); + this.ClientSize = new System.Drawing.Size(411, 220); this.ControlBox = false; this.Controls.Add(this.btnNoTabs); this.Controls.Add(this.btnOpenTabs);