Debranet Accounting release-hez

This commit is contained in:
2020-08-31 14:09:02 +02:00
parent 1599b29e28
commit cfee10542b
9 changed files with 423 additions and 53 deletions
@@ -12,6 +12,7 @@ Imports DevExpress.ExpressApp.Utils
Imports DevExpress.ExpressApp.Xpo
Imports Nuvolar.Module.GeneralFunction
Imports System.Data.SqlClient
Imports DevExpress.ExpressApp.Win.Utils
Partial Public Class NuvolarWindowsFormsDebranetGL
Inherits WinApplication
@@ -22,7 +23,9 @@ Partial Public Class NuvolarWindowsFormsDebranetGL
Private Sub InitializeDefaults()
LinkNewObjectToParentImmediately = True
UseLightStyle = True
SplashScreen = New DXSplashScreen(GetType(XafSplashScreen), New DefaultOverlayFormOptions())
ExecuteStartupLogicBeforeClosingLogonWindow = True
End Sub
Private Sub NuvolarWindowsFormsApplication_DatabaseVersionMismatch(ByVal sender As Object, ByVal e As DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs) Handles MyBase.DatabaseVersionMismatch