Imports Microsoft.VisualBasic Imports System Partial Public Class SISBusinessWindowsFormsApplication ''' ''' Required designer variable. ''' Private components As System.ComponentModel.IContainer = Nothing ''' ''' Clean up any resources being used. ''' ''' true if managed resources should be disposed; otherwise, false. Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso (Not components Is Nothing) Then components.Dispose() End If MyBase.Dispose(disposing) End Sub #Region "Component Designer generated code" ''' ''' Required method for Designer support - do not modify ''' the contents of this method with the code editor. ''' Private Sub InitializeComponent() Me.module1 = New DevExpress.ExpressApp.SystemModule.SystemModule() Me.module2 = New DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule() Me.module3 = New SISBusiness.[Module].SISBusinessModule() Me.module4 = New SISBusiness.[Module].Win.SISBusinessWindowsFormsModule() Me.module5 = New DevExpress.ExpressApp.Validation.ValidationModule() Me.module6 = New DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule() Me.module7 = New DevExpress.ExpressApp.Validation.Win.ValidationWindowsFormsModule() Me.securityModule1 = New DevExpress.ExpressApp.Security.SecurityModule() Me.sqlConnection1 = New System.Data.SqlClient.SqlConnection() Me.CloneObjectModule1 = New DevExpress.ExpressApp.CloneObject.CloneObjectModule() Me.ConditionalAppearanceModule1 = New DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule() Me.ViewVariantsModule1 = New DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule() Me.SecurityComplex1 = New DevExpress.ExpressApp.Security.SecurityComplex() Me.AuthenticationStandard1 = New DevExpress.ExpressApp.Security.AuthenticationStandard() Me.FileAttachmentsWindowsFormsModule1 = New DevExpress.ExpressApp.FileAttachments.Win.FileAttachmentsWindowsFormsModule() Me.HtmlPropertyEditorWindowsFormsModule1 = New DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule() Me.PivotChartModuleBase1 = New DevExpress.ExpressApp.PivotChart.PivotChartModuleBase() Me.PivotChartWindowsFormsModule1 = New DevExpress.ExpressApp.PivotChart.Win.PivotChartWindowsFormsModule() Me.AuditTrailModule2 = New DevExpress.ExpressApp.AuditTrail.AuditTrailModule() Me.TreeListEditorsWindowsFormsModule1 = New DevExpress.ExpressApp.TreeListEditors.Win.TreeListEditorsWindowsFormsModule() Me.TreeListEditorsModuleBase1 = New DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase() Me.ReportsWindowsFormsModule1 = New DevExpress.ExpressApp.Reports.Win.ReportsWindowsFormsModule() Me.ReportsModule1 = New DevExpress.ExpressApp.Reports.ReportsModule() Me.SchedulerWindowsFormsModule1 = New DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule() Me.SchedulerModuleBase1 = New DevExpress.ExpressApp.Scheduler.SchedulerModuleBase() Me.KpiModule1 = New DevExpress.ExpressApp.Kpi.KpiModule() Me.ChartModule1 = New DevExpress.ExpressApp.Chart.ChartModule() Me.ChartWindowsFormsModule1 = New DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule() Me.PivotGridModule1 = New DevExpress.ExpressApp.PivotGrid.PivotGridModule() Me.PivotGridWindowsFormsModule1 = New DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'module5 ' Me.module5.AllowValidationDetailsAccess = True ' 'sqlConnection1 ' 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 Me.SecurityComplex1.RoleType = GetType(DevExpress.Persistent.BaseImpl.Role) Me.SecurityComplex1.UserType = GetType(DevExpress.Persistent.BaseImpl.User) ' 'AuthenticationStandard1 ' Me.AuthenticationStandard1.LogonParametersType = GetType(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters) ' 'PivotChartModuleBase1 ' Me.PivotChartModuleBase1.ShowAdditionalNavigation = False ' 'AuditTrailModule2 ' Me.AuditTrailModule2.AuditDataItemPersistentType = GetType(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent) ' 'ReportsModule1 ' Me.ReportsModule1.EnableInplaceReports = True Me.ReportsModule1.ReportDataType = GetType(DevExpress.Persistent.BaseImpl.ReportData) ' 'SISBusinessWindowsFormsApplication ' Me.ApplicationName = "SISBusiness" Me.Connection = Me.sqlConnection1 Me.Modules.Add(Me.module1) Me.Modules.Add(Me.module2) Me.Modules.Add(Me.module6) Me.Modules.Add(Me.CloneObjectModule1) Me.Modules.Add(Me.ConditionalAppearanceModule1) Me.Modules.Add(Me.module5) Me.Modules.Add(Me.ViewVariantsModule1) Me.Modules.Add(Me.securityModule1) Me.Modules.Add(Me.AuditTrailModule2) Me.Modules.Add(Me.module3) Me.Modules.Add(Me.FileAttachmentsWindowsFormsModule1) Me.Modules.Add(Me.HtmlPropertyEditorWindowsFormsModule1) Me.Modules.Add(Me.PivotChartModuleBase1) Me.Modules.Add(Me.PivotChartWindowsFormsModule1) Me.Modules.Add(Me.module7) Me.Modules.Add(Me.ReportsModule1) Me.Modules.Add(Me.ReportsWindowsFormsModule1) Me.Modules.Add(Me.TreeListEditorsModuleBase1) 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.module4) Me.Security = Me.SecurityComplex1 CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub #End Region Private module1 As DevExpress.ExpressApp.SystemModule.SystemModule Private module2 As DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule Private module3 As Global.SISBusiness.Module.SISBusinessModule Private module4 As Global.SISBusiness.Module.Win.SISBusinessWindowsFormsModule Private module5 As DevExpress.ExpressApp.Validation.ValidationModule Private module6 As DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule Private module7 As DevExpress.ExpressApp.Validation.Win.ValidationWindowsFormsModule Private securityModule1 As DevExpress.ExpressApp.Security.SecurityModule Private sqlConnection1 As System.Data.SqlClient.SqlConnection Friend WithEvents CloneObjectModule1 As DevExpress.ExpressApp.CloneObject.CloneObjectModule Friend WithEvents ConditionalAppearanceModule1 As DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule Friend WithEvents ViewVariantsModule1 As DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule Friend WithEvents SecurityComplex1 As DevExpress.ExpressApp.Security.SecurityComplex Friend WithEvents AuthenticationStandard1 As DevExpress.ExpressApp.Security.AuthenticationStandard Friend WithEvents FileAttachmentsWindowsFormsModule1 As DevExpress.ExpressApp.FileAttachments.Win.FileAttachmentsWindowsFormsModule Friend WithEvents HtmlPropertyEditorWindowsFormsModule1 As DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule Friend WithEvents PivotChartModuleBase1 As DevExpress.ExpressApp.PivotChart.PivotChartModuleBase Friend WithEvents PivotChartWindowsFormsModule1 As DevExpress.ExpressApp.PivotChart.Win.PivotChartWindowsFormsModule Friend WithEvents AuditTrailModule2 As DevExpress.ExpressApp.AuditTrail.AuditTrailModule Friend WithEvents TreeListEditorsWindowsFormsModule1 As DevExpress.ExpressApp.TreeListEditors.Win.TreeListEditorsWindowsFormsModule Friend WithEvents TreeListEditorsModuleBase1 As DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase Friend WithEvents ReportsWindowsFormsModule1 As DevExpress.ExpressApp.Reports.Win.ReportsWindowsFormsModule Friend WithEvents ReportsModule1 As DevExpress.ExpressApp.Reports.ReportsModule Friend WithEvents SchedulerWindowsFormsModule1 As DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule Friend WithEvents SchedulerModuleBase1 As DevExpress.ExpressApp.Scheduler.SchedulerModuleBase Friend WithEvents KpiModule1 As DevExpress.ExpressApp.Kpi.KpiModule Friend WithEvents ChartModule1 As DevExpress.ExpressApp.Chart.ChartModule 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 End Class