This commit is contained in:
2018-10-14 23:26:09 +02:00
parent 8956813183
commit 4ceb9fcd09
40 changed files with 10331 additions and 64 deletions
+23 -8
View File
@@ -56,23 +56,22 @@ Partial Public Class SISBusinessWindowsFormsApplication
Me.ChartWindowsFormsModule1 = New DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule()
Me.PivotGridModule1 = New DevExpress.ExpressApp.PivotGrid.PivotGridModule()
Me.PivotGridWindowsFormsModule1 = New DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule()
Me.NotificationsModule1 = New DevExpress.ExpressApp.Notifications.NotificationsModule()
Me.NotificationsWindowsFormsModule1 = New DevExpress.ExpressApp.Notifications.Win.NotificationsWindowsFormsModule()
Me.CSharpModule1 = New SISBusiness.[Module].CSharp.CSharpModule()
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'module5
'
Me.module5.AllowValidationDetailsAccess = True
Me.module5.IgnoreWarningAndInformationRules = False
'
'sqlConnection1
'
Me.sqlConnection1.ConnectionString = "Data Source=(local);Initial Catalog=SISBusiness;Integrated Security=SSPI;Pooling=" & _
Me.sqlConnection1.ConnectionString = "Data Source=(local);Initial Catalog=SISBusiness;Integrated Security=SSPI;Pooling=" &
"false"
Me.sqlConnection1.FireInfoMessageEventOnUserErrors = False
'
'ViewVariantsModule1
'
Me.ViewVariantsModule1.GenerateVariantsNode = True
Me.ViewVariantsModule1.ShowAdditionalNavigation = False
'
'SecurityComplex1
'
Me.SecurityComplex1.Authentication = Me.AuthenticationStandard1
@@ -85,6 +84,7 @@ Partial Public Class SISBusinessWindowsFormsApplication
'
'PivotChartModuleBase1
'
Me.PivotChartModuleBase1.DataAccessMode = DevExpress.ExpressApp.CollectionSourceDataAccessMode.Client
Me.PivotChartModuleBase1.ShowAdditionalNavigation = False
'
'AuditTrailModule2
@@ -96,6 +96,15 @@ Partial Public Class SISBusinessWindowsFormsApplication
Me.ReportsModule1.EnableInplaceReports = True
Me.ReportsModule1.ReportDataType = GetType(DevExpress.Persistent.BaseImpl.ReportData)
'
'NotificationsModule1
'
Me.NotificationsModule1.CanAccessPostponedItems = False
Me.NotificationsModule1.NotificationsRefreshInterval = System.TimeSpan.Parse("00:05:00")
Me.NotificationsModule1.NotificationsStartDelay = System.TimeSpan.Parse("00:00:05")
Me.NotificationsModule1.ShowDismissAllAction = False
Me.NotificationsModule1.ShowNotificationsWindow = True
Me.NotificationsModule1.ShowRefreshAction = False
'
'SISBusinessWindowsFormsApplication
'
Me.ApplicationName = "SISBusiness"
@@ -109,6 +118,8 @@ Partial Public Class SISBusinessWindowsFormsApplication
Me.Modules.Add(Me.ViewVariantsModule1)
Me.Modules.Add(Me.securityModule1)
Me.Modules.Add(Me.AuditTrailModule2)
Me.Modules.Add(Me.KpiModule1)
Me.Modules.Add(Me.NotificationsModule1)
Me.Modules.Add(Me.module3)
Me.Modules.Add(Me.FileAttachmentsWindowsFormsModule1)
Me.Modules.Add(Me.HtmlPropertyEditorWindowsFormsModule1)
@@ -121,18 +132,19 @@ Partial Public Class SISBusinessWindowsFormsApplication
Me.Modules.Add(Me.TreeListEditorsWindowsFormsModule1)
Me.Modules.Add(Me.ChartModule1)
Me.Modules.Add(Me.ChartWindowsFormsModule1)
Me.Modules.Add(Me.KpiModule1)
Me.Modules.Add(Me.PivotGridModule1)
Me.Modules.Add(Me.PivotGridWindowsFormsModule1)
Me.Modules.Add(Me.SchedulerModuleBase1)
Me.Modules.Add(Me.SchedulerWindowsFormsModule1)
Me.Modules.Add(Me.NotificationsWindowsFormsModule1)
Me.Modules.Add(Me.module4)
Me.Modules.Add(Me.CSharpModule1)
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.NavBarControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.LayoutControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.GridControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Localization.PreviewControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.BarControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(ServerDataLogLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Security.ServerDataLogLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.RichEditControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.TreeListControlLocalizer))
Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.VerticalGridControlLocalizer))
@@ -188,4 +200,7 @@ Partial Public Class SISBusinessWindowsFormsApplication
Friend WithEvents ChartWindowsFormsModule1 As DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule
Friend WithEvents PivotGridModule1 As DevExpress.ExpressApp.PivotGrid.PivotGridModule
Friend WithEvents PivotGridWindowsFormsModule1 As DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule
Friend WithEvents NotificationsModule1 As DevExpress.ExpressApp.Notifications.NotificationsModule
Friend WithEvents NotificationsWindowsFormsModule1 As DevExpress.ExpressApp.Notifications.Win.NotificationsWindowsFormsModule
Friend WithEvents CSharpModule1 As [Module].CSharp.CSharpModule
End Class