From 371d1177467bc8315c3d6eb1c45014f368e8c4e5 Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Fri, 1 Aug 2025 14:44:48 -0400 Subject: [PATCH] C2025-047-cleanup --- .../DlgAnnotationsSelect.cs | 3 - .../VEPROMS User Interface/VEPROMS_UI.csproj | 9 -- .../dlgSaveAnnotationSelections.Designer.cs | 47 ------- .../dlgSaveAnnotationSelections.cs | 20 --- .../dlgSaveAnnotationSelections.resx | 120 ------------------ 5 files changed, 199 deletions(-) delete mode 100644 PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.Designer.cs delete mode 100644 PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.cs delete mode 100644 PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.resx diff --git a/PROMS/VEPROMS User Interface/DlgAnnotationsSelect.cs b/PROMS/VEPROMS User Interface/DlgAnnotationsSelect.cs index e40b8520..c27bba37 100644 --- a/PROMS/VEPROMS User Interface/DlgAnnotationsSelect.cs +++ b/PROMS/VEPROMS User Interface/DlgAnnotationsSelect.cs @@ -98,9 +98,6 @@ namespace VEPROMS private void btnUpdate_Click(object sender, EventArgs e) { saveChanges(); - //DataTable dt2 = coverToTable(); - //VEPROMS.CSLA.Library.AnnotationstypeSelections.Update(dt2, UserID); - //btnUpdate.Enabled = false; } public class AnnotataionItem { diff --git a/PROMS/VEPROMS User Interface/VEPROMS_UI.csproj b/PROMS/VEPROMS User Interface/VEPROMS_UI.csproj index d9859e1a..34aae1a6 100644 --- a/PROMS/VEPROMS User Interface/VEPROMS_UI.csproj +++ b/PROMS/VEPROMS User Interface/VEPROMS_UI.csproj @@ -229,12 +229,6 @@ DlgPrintProcedure.cs - - Form - - - dlgSaveAnnotationSelections.cs - Form @@ -374,9 +368,6 @@ DlgPrintProcedure.cs Designer - - dlgSaveAnnotationSelections.cs - dlgSetChangeBarStartDate.cs diff --git a/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.Designer.cs b/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.Designer.cs deleted file mode 100644 index a6438b26..00000000 --- a/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.Designer.cs +++ /dev/null @@ -1,47 +0,0 @@ - -namespace VEPROMS -{ - partial class dlgSaveAnnotationSelections - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.SuspendLayout(); - // - // dlgSaveAnnotationSelections - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(634, 351); - this.Name = "dlgSaveAnnotationSelections"; - this.Text = "Save Annotation Selections"; - this.ResumeLayout(false); - - } - - #endregion - } -} \ No newline at end of file diff --git a/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.cs b/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.cs deleted file mode 100644 index 1714cf15..00000000 --- a/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace VEPROMS -{ - public partial class dlgSaveAnnotationSelections : Form - { - public dlgSaveAnnotationSelections() - { - InitializeComponent(); - } - } -} diff --git a/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.resx b/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.resx deleted file mode 100644 index 1af7de15..00000000 --- a/PROMS/VEPROMS User Interface/dlgSaveAnnotationSelections.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file