From 4b0ffcc98c52b7b1159f06f0458c622fd3c4a7c0 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 8 Nov 2022 08:29:06 +0100 Subject: [PATCH] Revert "Common frmNotification class names" This reverts commit f24354addfd569235d1b7307881c0006b7b78dea. --- GUIs.Common/frmNotification_Startup.Designer.vb | 10 +++++----- GUIs.Common/frmNotification_Startup.vb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GUIs.Common/frmNotification_Startup.Designer.vb b/GUIs.Common/frmNotification_Startup.Designer.vb index 69f69045..ac0bb647 100644 --- a/GUIs.Common/frmNotification_Startup.Designer.vb +++ b/GUIs.Common/frmNotification_Startup.Designer.vb @@ -1,9 +1,9 @@ - -Partial Class frmNotification_Startup + _ +Partial Class frmNotification_Startup2 Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Form overrides dispose to clean up the component list. - + _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() @@ -17,9 +17,9 @@ Partial Class frmNotification_Startup 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. - + _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNotification_Startup)) + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNotification_Startup2)) Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl() Me.ListBoxControl1 = New DevExpress.XtraEditors.ListBoxControl() Me.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl() diff --git a/GUIs.Common/frmNotification_Startup.vb b/GUIs.Common/frmNotification_Startup.vb index 5a0f866f..c180df2d 100644 --- a/GUIs.Common/frmNotification_Startup.vb +++ b/GUIs.Common/frmNotification_Startup.vb @@ -223,4 +223,4 @@ Public Class frmNotification_Startup Return oOperationMode End Function -End Class \ No newline at end of file +End Class