C2026-054 Text change for Open Tabs from Previous Session dialog box #815

Merged
mschill merged 3 commits from C2026-054-Text-change-for-Open-Tabs-from-Previous-Session into Development 2026-09-14 05:36:51 -04:00
Showing only changes of commit 2f5affabbe - Show all commits
+1 -2
View File
@@ -1,5 +1,4 @@
using System;
Review

Remove unnecessary usings

Remove unnecessary usings
Review

using System is required for this file.

using System is required for this file.
Review

Environment.NewLine requires System

Environment.NewLine requires System
namespace VEPROMS
{
@@ -49,7 +48,7 @@ namespace VEPROMS
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?" + Environment.NewLine + Environment.NewLine + "NOTE: This will not apply to Word section tabs that were previously open.";
"ssion?" + System.Environment.NewLine + System.Environment.NewLine + "NOTE: This will not apply to Word section tabs that were previously open.";
this.labelX1.WordWrap = true;
//
// cbRemember