private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDemoWebApplication));
     this.systemModule1                   = new DevExpress.ExpressApp.SystemModule.SystemModule();
     this.webSystemModule1                = new DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule();
     this.securityModule1                 = new DevExpress.ExpressApp.Security.SecurityModule();
     this.securityStrategyComplex1        = new DevExpress.ExpressApp.Security.SecurityStrategyComplex();
     this.authenticationStandard1         = new DevExpress.ExpressApp.Security.AuthenticationStandard();
     this.objectsModule1                  = new DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule();
     this.auditTrailModule1               = new DevExpress.ExpressApp.AuditTrail.AuditTrailModule();
     this.fileAttachmentsWebModule1       = new DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule();
     this.reportsModuleV21                = new DevExpress.ExpressApp.ReportsV2.ReportsModuleV2();
     this.reportsAspNetModuleV21          = new DevExpress.ExpressApp.ReportsV2.Web.ReportsAspNetModuleV2();
     this.validationModule1               = new DevExpress.ExpressApp.Validation.ValidationModule();
     this.validationAspNetModule1         = new DevExpress.ExpressApp.Validation.Web.ValidationAspNetModule();
     this.viewVariantsModule1             = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule();
     this.conditionalAppearanceModule1    = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule();
     this.mainDemoModule1                 = new MainDemo.Module.MainDemoModule();
     this.mainDemoWebModule1              = new MainDemo.Module.Web.MainDemoWebModule();
     this.schedulerAspNetModule1          = new DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule();
     this.schedulerModuleBase1            = new DevExpress.ExpressApp.Scheduler.SchedulerModuleBase();
     this.pivotChartAspNetModule1         = new DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule();
     this.pivotChartModuleBase1           = new DevExpress.ExpressApp.PivotChart.PivotChartModuleBase();
     this.htmlPropertyEditorAspNetModule1 = new DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule();
     this.scriptRecorderModuleBase1       = new DevExpress.ExpressApp.ScriptRecorder.ScriptRecorderModuleBase();
     this.scriptRecorderAspNetModule1     = new DevExpress.ExpressApp.ScriptRecorder.Web.ScriptRecorderAspNetModule();
     this.notificationsModule             = new DevExpress.ExpressApp.Notifications.NotificationsModule();
     this.notificationsModuleWeb          = new DevExpress.ExpressApp.Notifications.Web.NotificationsAspNetModule();
     this.elasticSearchModule1            = new BYteWare.XAF.ElasticSearch.ElasticSearchModule();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // securityStrategyComplex1
     //
     this.securityStrategyComplex1.Authentication = this.authenticationStandard1;
     this.securityStrategyComplex1.RoleType       = typeof(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyRole);
     this.securityStrategyComplex1.UserType       = typeof(DevExpress.Persistent.BaseImpl.PermissionPolicy.PermissionPolicyUser);
     //
     // authenticationStandard1
     //
     this.authenticationStandard1.LogonParametersType = typeof(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters);
     //
     // auditTrailModule1
     //
     this.auditTrailModule1.AuditDataItemPersistentType = typeof(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent);
     //
     // reportsModuleV21
     //
     this.reportsModuleV21.EnableInplaceReports = true;
     this.reportsModuleV21.ReportDataType       = typeof(DevExpress.Persistent.BaseImpl.ReportDataV2);
     this.reportsModuleV21.ReportStoreMode      = DevExpress.ExpressApp.ReportsV2.ReportStoreModes.XML;
     //
     // validationModule1
     //
     this.validationModule1.AllowValidationDetailsAccess     = true;
     this.validationModule1.IgnoreWarningAndInformationRules = false;
     //
     // pivotChartModuleBase1
     //
     this.pivotChartModuleBase1.DataAccessMode           = DevExpress.ExpressApp.CollectionSourceDataAccessMode.Client;
     this.pivotChartModuleBase1.ShowAdditionalNavigation = false;
     //
     // notificationsModule
     //
     this.notificationsModule.CanAccessPostponedItems      = false;
     this.notificationsModule.NotificationsRefreshInterval = System.TimeSpan.Parse("00:05:00");
     this.notificationsModule.NotificationsStartDelay      = System.TimeSpan.Parse("00:00:05");
     this.notificationsModule.ShowDismissAllAction         = false;
     this.notificationsModule.ShowNotificationsWindow      = true;
     this.notificationsModule.ShowRefreshAction            = false;
     //
     // elasticSearchModule1
     //
     this.elasticSearchModule1.ElasticSearchIndexPersistentType        = null;
     this.elasticSearchModule1.ElasticSearchIndexRefreshPersistentType = null;
     //
     // MainDemoWebApplication
     //
     this.ApplicationName        = "MainDemo";
     this.CheckCompatibilityType = DevExpress.ExpressApp.CheckCompatibilityType.DatabaseSchema;
     this.Modules.Add(this.systemModule1);
     this.Modules.Add(this.webSystemModule1);
     this.Modules.Add(this.securityModule1);
     this.Modules.Add(this.objectsModule1);
     this.Modules.Add(this.auditTrailModule1);
     this.Modules.Add(this.fileAttachmentsWebModule1);
     this.Modules.Add(this.reportsModuleV21);
     this.Modules.Add(this.reportsAspNetModuleV21);
     this.Modules.Add(this.validationModule1);
     this.Modules.Add(this.validationAspNetModule1);
     this.Modules.Add(this.viewVariantsModule1);
     this.Modules.Add(this.conditionalAppearanceModule1);
     this.Modules.Add(this.pivotChartModuleBase1);
     this.Modules.Add(this.elasticSearchModule1);
     this.Modules.Add(this.mainDemoModule1);
     this.Modules.Add(this.htmlPropertyEditorAspNetModule1);
     this.Modules.Add(this.schedulerModuleBase1);
     this.Modules.Add(this.schedulerAspNetModule1);
     this.Modules.Add(this.mainDemoWebModule1);
     this.Modules.Add(this.pivotChartAspNetModule1);
     this.Modules.Add(this.scriptRecorderModuleBase1);
     this.Modules.Add(this.scriptRecorderAspNetModule1);
     this.Modules.Add(this.notificationsModule);
     this.Modules.Add(this.notificationsModuleWeb);
     this.Security = this.securityStrategyComplex1;
     this.DatabaseVersionMismatch += new System.EventHandler <DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.MainDemoWebApplication_DatabaseVersionMismatch);
     this.LastLogonParametersRead += new System.EventHandler <DevExpress.ExpressApp.LastLogonParametersReadEventArgs>(this.MainDemoWebApplication_LastLogonParametersRead);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDemoWebApplication));
     this.systemModule1 = new DevExpress.ExpressApp.SystemModule.SystemModule();
     this.webSystemModule1 = new DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule();
     this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
     this.securityModule1 = new DevExpress.ExpressApp.Security.SecurityModule();
     this.securityStrategyComplex1 = new DevExpress.ExpressApp.Security.SecurityStrategyComplex();
     this.authenticationStandard1 = new DevExpress.ExpressApp.Security.AuthenticationStandard();
     this.objectsModule1 = new DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule();
     this.auditTrailModule1 = new DevExpress.ExpressApp.AuditTrail.AuditTrailModule();
     this.fileAttachmentsWebModule1 = new DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule();
     this.reportsModule1 = new DevExpress.ExpressApp.Reports.ReportsModule();
     this.reportsWebModule1 = new DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule();
     this.validationModule1 = new DevExpress.ExpressApp.Validation.ValidationModule();
     this.viewVariantsModule1 = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule();
     this.conditionalAppearanceModule1 = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule();
     this.mainDemoModule1 = new MainDemo.Module.MainDemoModule();
     this.mainDemoWebModule1 = new MainDemo.Module.Web.MainDemoWebModule();
     this.schedulerAspNetModule1 = new DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule();
     this.schedulerModuleBase1 = new DevExpress.ExpressApp.Scheduler.SchedulerModuleBase();
     this.pivotChartAspNetModule1 = new DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule();
     this.pivotChartModuleBase1 = new DevExpress.ExpressApp.PivotChart.PivotChartModuleBase();
     this.htmlPropertyEditorAspNetModule1 = new DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule();
     this.scriptRecorderModuleBase1 = new DevExpress.ExpressApp.ScriptRecorder.ScriptRecorderModuleBase();
     this.scriptRecorderAspNetModule1 = new DevExpress.ExpressApp.ScriptRecorder.Web.ScriptRecorderAspNetModule();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Integrated Security=SSPI;Pooling=false;Data Source=(local);Initial Catalog=MainDe" +
         "mo_v13.1";
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // securityComplex1
     //
     this.securityStrategyComplex1.Authentication = this.authenticationStandard1;
     this.securityStrategyComplex1.RoleType = typeof(SecuritySystemRole);
     this.securityStrategyComplex1.UserType = typeof(SecuritySystemUser);
     //
     // authenticationStandard1
     //
     this.authenticationStandard1.LogonParametersType = typeof(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters);
     //
     // auditTrailModule1
     //
     this.auditTrailModule1.AuditDataItemPersistentType = typeof(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent);
     //
     // reportsModule1
     //
     this.reportsModule1.EnableInplaceReports = true;
     this.reportsModule1.ReportDataType = typeof(DevExpress.Persistent.BaseImpl.ReportData);
     this.reportsModule1.ShowAdditionalNavigation = false;
     //
     // validationModule1
     //
     this.validationModule1.AllowValidationDetailsAccess = true;
     //
     // viewVariantsModule1
     //
     this.viewVariantsModule1.GenerateVariantsNode = false;
     this.viewVariantsModule1.ShowAdditionalNavigation = false;
     //
     // pivotChartModuleBase1
     //
     this.pivotChartModuleBase1.ShowAdditionalNavigation = false;
     //
     // MainDemoWebApplication
     //
     this.ApplicationName = "MainDemo";
     this.Connection = this.sqlConnection1;
     this.Modules.Add(this.systemModule1);
     this.Modules.Add(this.webSystemModule1);
     this.Modules.Add(this.securityModule1);
     this.Modules.Add(this.objectsModule1);
     this.Modules.Add(this.auditTrailModule1);
     this.Modules.Add(this.fileAttachmentsWebModule1);
     this.Modules.Add(this.reportsModule1);
     this.Modules.Add(this.reportsWebModule1);
     this.Modules.Add(this.validationModule1);
     this.Modules.Add(this.viewVariantsModule1);
     this.Modules.Add(this.conditionalAppearanceModule1);
     this.Modules.Add(this.mainDemoModule1);
     this.Modules.Add(this.mainDemoWebModule1);
     this.Modules.Add(this.schedulerModuleBase1);
     this.Modules.Add(this.schedulerAspNetModule1);
     this.Modules.Add(this.pivotChartModuleBase1);
     this.Modules.Add(this.pivotChartAspNetModule1);
     this.Modules.Add(this.htmlPropertyEditorAspNetModule1);
     this.Modules.Add(this.scriptRecorderModuleBase1);
     this.Modules.Add(this.scriptRecorderAspNetModule1);
     this.Security = this.securityStrategyComplex1;
     this.LastLogonParametersRead += new System.EventHandler<DevExpress.ExpressApp.LastLogonParametersReadEventArgs>(this.MainDemoWebApplication_LastLogonParametersRead);
     this.DatabaseVersionMismatch += new System.EventHandler<DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.MainDemoWebApplication_DatabaseVersionMismatch);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Example #3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDemoWebApplication));
     this.systemModule1            = new DevExpress.ExpressApp.SystemModule.SystemModule();
     this.webSystemModule1         = new DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule();
     this.securityModule1          = new DevExpress.ExpressApp.Security.SecurityModule();
     this.securityStrategyComplex1 = new DevExpress.ExpressApp.Security.SecurityStrategyComplex();
     this.securityStrategyComplex1.SupportNavigationPermissionsForTypes = false;
     this.authenticationStandard1      = new DevExpress.ExpressApp.Security.AuthenticationStandard();
     this.objectsModule1               = new DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule();
     this.auditTrailModule1            = new DevExpress.ExpressApp.AuditTrail.AuditTrailModule();
     this.fileAttachmentsWebModule1    = new DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule();
     this.reportsModuleV21             = new DevExpress.ExpressApp.ReportsV2.ReportsModuleV2();
     this.reportsAspNetModuleV21       = new DevExpress.ExpressApp.ReportsV2.Web.ReportsAspNetModuleV2();
     this.validationModule1            = new DevExpress.ExpressApp.Validation.ValidationModule();
     this.validationAspNetModule1      = new DevExpress.ExpressApp.Validation.Web.ValidationAspNetModule();
     this.viewVariantsModule1          = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule();
     this.conditionalAppearanceModule1 = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule();
     this.mainDemoModule1              = new MainDemo.Module.MainDemoModule();
     this.mainDemoWebModule1           = new MainDemo.Module.Web.MainDemoWebModule();
     this.schedulerAspNetModule1       = new DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule();
     this.schedulerModuleBase1         = new DevExpress.ExpressApp.Scheduler.SchedulerModuleBase();
     this.pivotChartAspNetModule1      = new DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule();
     this.pivotChartModuleBase1        = new DevExpress.ExpressApp.PivotChart.PivotChartModuleBase();
     this.scriptRecorderModuleBase1    = new DevExpress.ExpressApp.ScriptRecorder.ScriptRecorderModuleBase();
     this.scriptRecorderAspNetModule1  = new DevExpress.ExpressApp.ScriptRecorder.Web.ScriptRecorderAspNetModule();
     this.notificationsModule          = new DevExpress.ExpressApp.Notifications.NotificationsModule();
     this.notificationsModuleWeb       = new DevExpress.ExpressApp.Notifications.Web.NotificationsAspNetModule();
     this.officeAspNetModule           = new DevExpress.ExpressApp.Office.Web.OfficeAspNetModule();
     this.mapsModuleWeb = new DevExpress.ExpressApp.Maps.Web.MapsAspNetModule();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // securityComplex1
     //
     this.securityStrategyComplex1.Authentication = this.authenticationStandard1;
     this.securityStrategyComplex1.RoleType       = typeof(PermissionPolicyRole);
     this.securityStrategyComplex1.UserType       = typeof(PermissionPolicyUser);
     //
     // authenticationStandard1
     //
     this.authenticationStandard1.LogonParametersType = typeof(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters);
     //
     // auditTrailModule1
     //
     this.auditTrailModule1.AuditDataItemPersistentType = typeof(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent);
     //
     // reportsModuleV21
     //
     this.reportsModuleV21.EnableInplaceReports   = true;
     this.reportsModuleV21.ReportDataType         = typeof(DevExpress.Persistent.BaseImpl.ReportDataV2);
     this.reportsModuleV21.ReportStoreMode        = DevExpress.ExpressApp.ReportsV2.ReportStoreModes.XML;
     this.reportsAspNetModuleV21.ReportViewerType = DevExpress.ExpressApp.ReportsV2.Web.ReportViewerTypes.HTML5;
     //
     // validationModule1
     //
     this.validationModule1.AllowValidationDetailsAccess = true;
     //
     // viewVariantsModule1
     //
     this.viewVariantsModule1.ShowAdditionalNavigation = false;
     //
     // pivotChartModuleBase1
     //
     this.pivotChartModuleBase1.ShowAdditionalNavigation = false;
     //
     // mapsModule
     //
     this.mapsModuleWeb.SetMapsEditorsAsDefault = false;
     //
     // MainDemoWebApplication
     //
     this.ApplicationName = "MainDemo";
     this.Modules.Add(this.systemModule1);
     this.Modules.Add(this.webSystemModule1);
     this.Modules.Add(this.securityModule1);
     this.Modules.Add(this.objectsModule1);
     this.Modules.Add(this.auditTrailModule1);
     this.Modules.Add(this.fileAttachmentsWebModule1);
     this.Modules.Add(this.reportsModuleV21);
     this.Modules.Add(this.reportsAspNetModuleV21);
     this.Modules.Add(this.validationModule1);
     this.Modules.Add(this.validationAspNetModule1);
     this.Modules.Add(this.viewVariantsModule1);
     this.Modules.Add(this.conditionalAppearanceModule1);
     this.Modules.Add(this.mainDemoModule1);
     this.Modules.Add(this.mainDemoWebModule1);
     this.Modules.Add(this.schedulerModuleBase1);
     this.Modules.Add(this.schedulerAspNetModule1);
     this.Modules.Add(this.pivotChartModuleBase1);
     this.Modules.Add(this.pivotChartAspNetModule1);
     this.Modules.Add(this.scriptRecorderModuleBase1);
     this.Modules.Add(this.scriptRecorderAspNetModule1);
     this.Modules.Add(this.notificationsModule);
     this.Modules.Add(this.notificationsModuleWeb);
     this.Modules.Add(this.officeAspNetModule);
     this.Modules.Add(this.mapsModuleWeb);
     this.Security = this.securityStrategyComplex1;
     this.CheckCompatibilityType   = DevExpress.ExpressApp.CheckCompatibilityType.DatabaseSchema;
     this.LastLogonParametersRead += new System.EventHandler <DevExpress.ExpressApp.LastLogonParametersReadEventArgs>(this.MainDemoWebApplication_LastLogonParametersRead);
     this.DatabaseVersionMismatch += new System.EventHandler <DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.MainDemoWebApplication_DatabaseVersionMismatch);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }