From 7b649c4a629c7eae41d9f810b26e322f3c3e4dc8 Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Tue, 10 Mar 2026 08:24:28 -0400 Subject: [PATCH 1/3] B2026-018_The_Disable_Initial_Line_check_box --- PROMS/Volian.Controls.Library/DisplayTags.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs index f9b2a032..c738e4c6 100644 --- a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs @@ -215,7 +215,8 @@ namespace Volian.Controls.Library this.groupPanelCheckoff.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanelCheckoff.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanelCheckoff.Controls.Add(this.cmbCheckoff); - this.groupPanelCheckoff.DisabledBackColor = System.Drawing.Color.Empty; + this.groupPanelCheckoff.Controls.Add(this.cbInitialLine); + this.groupPanelCheckoff.DisabledBackColor = System.Drawing.Color.Empty; this.groupPanelCheckoff.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanelCheckoff.Location = new System.Drawing.Point(0, 231); this.groupPanelCheckoff.Margin = new System.Windows.Forms.Padding(2); @@ -276,7 +277,7 @@ namespace Volian.Controls.Library // this.groupPanelcmbShwRplWds.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanelcmbShwRplWds.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; - this.groupPanelcmbShwRplWds.Controls.Add(this.cbInitialLine); + //this.groupPanelcmbShwRplWds.Controls.Add(this.cbInitialLine); this.groupPanelcmbShwRplWds.Controls.Add(this.cmbShwRplWds); this.groupPanelcmbShwRplWds.DisabledBackColor = System.Drawing.Color.Empty; this.groupPanelcmbShwRplWds.Dock = System.Windows.Forms.DockStyle.Top; -- 2.49.1 From 3f662ab19d86a1e377cd99e1481992ab02d43be7 Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Wed, 25 Mar 2026 22:55:52 -0400 Subject: [PATCH 2/3] B2026-018_The_Disable_Initial_Line_check_box --- PROMS/Volian.Controls.Library/DisplayTags.Designer.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs index c738e4c6..a74db97d 100644 --- a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs @@ -266,8 +266,7 @@ namespace Volian.Controls.Library this.cbInitialLine.Margin = new System.Windows.Forms.Padding(2); this.cbInitialLine.Name = "cbInitialLine"; this.cbInitialLine.Size = new System.Drawing.Size(112, 15); - this.superTooltipTags.SetSuperTooltip(this.cbInitialLine, new DevComponents.DotNetBar.SuperTooltipInfo("Manual Page Break", "", "When set, starts this step at the top of a page.\r\n\r\nkeyboard command: ", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); + this.superTooltipTags.SetSuperTooltip(this.cbInitialLine, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Initial Line", "", "When set, The initial line will be removed from this step.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.cbInitialLine.TabIndex = 1; this.cbInitialLine.Text = "Disable Initial Line"; this.cbInitialLine.Visible = false; @@ -277,7 +276,6 @@ namespace Volian.Controls.Library // this.groupPanelcmbShwRplWds.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanelcmbShwRplWds.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; - //this.groupPanelcmbShwRplWds.Controls.Add(this.cbInitialLine); this.groupPanelcmbShwRplWds.Controls.Add(this.cmbShwRplWds); this.groupPanelcmbShwRplWds.DisabledBackColor = System.Drawing.Color.Empty; this.groupPanelcmbShwRplWds.Dock = System.Windows.Forms.DockStyle.Top; -- 2.49.1 From ea048e6d82ebb46b06f8eb165f53060505aa4cb9 Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Thu, 26 Mar 2026 07:55:27 -0400 Subject: [PATCH 3/3] B2026-018_The_Disable_Initial_Line_check_box --- PROMS/Volian.Controls.Library/DisplayTags.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs index a74db97d..6ff9ced5 100644 --- a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs @@ -879,3 +879,4 @@ namespace Volian.Controls.Library private System.Windows.Forms.Button btnSaveChangeID; } } + -- 2.49.1