void InitializeComponent() { module1 = new SystemModule(); module2 = new SystemAspNetModule(); module3 = new ModelDifferenceTesterModule(); module4 = new ModelDifferenceTesterAspNetModule(); sqlConnection1 = new SqlConnection(); cloneObjectModule1 = new CloneObjectModule(); securityModule1 = new SecurityModule(); _securityStrategyComplex = new SecurityStrategyComplex(); _authenticationStandard = new AuthenticationStandard(); xpandSecurityModule1 = new XpandSecurityModule(); modelDifferenceModule1 = new ModelDifferenceModule(); modelDifferenceAspNetModule1 = new ModelDifferenceAspNetModule(); ((ISupportInitialize) (this)).BeginInit(); // // sqlConnection1 // sqlConnection1.ConnectionString = "Integrated Security=SSPI;Pooling=false;Data Source=.\\SQLEXPRESS;Initial Catalog=M" + "odelDifferenceTester"; sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // _securityStrategyComplex // _securityStrategyComplex.Authentication = _authenticationStandard; _securityStrategyComplex.UserType = typeof (SecuritySystemUser); _securityStrategyComplex.RoleType = typeof (SecuritySystemRole); // // _authenticationStandard // _authenticationStandard.LogonParametersType = typeof (AuthenticationStandardLogonParameters); // // ModelDifferenceTesterAspNetApplication // ApplicationName = "ModelDifferenceTester"; Connection = sqlConnection1; Modules.Add(module1); Modules.Add(module2); Modules.Add(module3); Modules.Add(cloneObjectModule1); Modules.Add(securityModule1); Modules.Add(xpandSecurityModule1); Modules.Add(modelDifferenceModule1); Modules.Add(modelDifferenceAspNetModule1); Modules.Add(module4); Security = _securityStrategyComplex; ((ISupportInitialize) (this)).EndInit(); }
void InitializeComponent() { module1 = new SystemModule(); module2 = new SystemAspNetModule(); module3 = new ModelDifferenceTesterModule(); module4 = new ModelDifferenceTesterAspNetModule(); sqlConnection1 = new SqlConnection(); cloneObjectModule1 = new CloneObjectModule(); securityModule1 = new SecurityModule(); securitySimple1 = new SecuritySimple(); authenticationActiveDirectory1 = new AuthenticationActiveDirectory(); ((ISupportInitialize)(this)).BeginInit(); // // sqlConnection1 // sqlConnection1.ConnectionString = "Integrated Security=SSPI;Pooling=false;Data Source=.\\SQLEXPRESS;Initial Catalog=M" + "odelDifferenceTester"; sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // securitySimple1 // securitySimple1.Authentication = authenticationActiveDirectory1; securitySimple1.UserType = typeof(SimpleUser); // // authenticationActiveDirectory1 // authenticationActiveDirectory1.CreateUserAutomatically = true; authenticationActiveDirectory1.LogonParametersType = null; // // ModelDifferenceTesterAspNetApplication // ApplicationName = "ModelDifferenceTester"; Connection = sqlConnection1; Modules.Add(module1); Modules.Add(module2); Modules.Add(module3); Modules.Add(cloneObjectModule1); Modules.Add(securityModule1); Modules.Add(module4); Security = securitySimple1; DatabaseVersionMismatch += ModelDifferenceTesterAspNetApplication_DatabaseVersionMismatch; ((ISupportInitialize)(this)).EndInit(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EFDemoWebApplication)); 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.fileAttachmentsWebModule1 = new DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule(); this.validationModule1 = new DevExpress.ExpressApp.Validation.ValidationModule(); this.viewVariantsModule1 = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule(); this.conditionalAppearanceModule1 = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule(); this.objectsModule1 = new DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule(); this.efDemoModule1 = new EFDemo.Module.EFDemoModule(); this.efDemoWebModule1 = new EFDemo.Module.Web.EFDemoWebModule(); this.schedulerAspNetModule1 = new DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule(); this.reportsModule1 = new DevExpress.ExpressApp.Reports.ReportsModule(); this.reportsWebModule1 = new DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule(); 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(); // // securityComplex1 // this.securityStrategyComplex1.Authentication = this.authenticationStandard1; this.securityStrategyComplex1.RoleType = typeof(DevExpress.Persistent.BaseImpl.EF.Role); this.securityStrategyComplex1.UserType = typeof(DevExpress.Persistent.BaseImpl.EF.User); // // authenticationStandard1 // this.authenticationStandard1.LogonParametersType = typeof(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters); this.authenticationStandard1.UserType = typeof(DevExpress.Persistent.BaseImpl.EF.User); // // reportsModule1 // this.reportsModule1.EnableInplaceReports = true; this.reportsModule1.ReportDataType = typeof(DevExpress.Persistent.BaseImpl.EF.ReportData); this.reportsModule1.ShowAdditionalNavigation = false; // // validationModule1 // this.validationModule1.AllowValidationDetailsAccess = true; // // viewVariantsModule1 // this.viewVariantsModule1.GenerateVariantsNode = false; this.viewVariantsModule1.ShowAdditionalNavigation = false; // // pivotChartModuleBase1 // this.pivotChartModuleBase1.ShowAdditionalNavigation = false; // // EFDemoWebApplication // this.ApplicationName = "EFDemo"; this.Modules.Add(this.systemModule1); this.Modules.Add(this.webSystemModule1); this.Modules.Add(this.securityModule1); this.Modules.Add(this.fileAttachmentsWebModule1); this.Modules.Add(this.validationModule1); this.Modules.Add(this.viewVariantsModule1); this.Modules.Add(this.conditionalAppearanceModule1); this.Modules.Add(this.objectsModule1); this.Modules.Add(this.efDemoModule1); this.Modules.Add(this.efDemoWebModule1); this.Modules.Add(this.schedulerModuleBase1); this.Modules.Add(this.schedulerAspNetModule1); this.Modules.Add(this.reportsModule1); this.Modules.Add(this.reportsWebModule1); 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.DatabaseVersionMismatch += new System.EventHandler<DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.EFDemoWebApplication_DatabaseVersionMismatch); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
void InitializeComponent() { _module1 = new SystemModule(); _module2 = new SystemAspNetModule(); _module3 = new ModelDifferenceTesterModule(); _module4 = new ModelDifferenceTesterAspNetModule(); _sqlConnection1 = new SqlConnection(); _cloneObjectModule1 = new CloneObjectModule(); _securityModule1 = new SecurityModule(); _xpandSecurityModule1 = new XpandSecurityModule(); _modelDifferenceModule1 = new ModelDifferenceModule(); _modelDifferenceAspNetModule1 = new ModelDifferenceAspNetModule(); ((ISupportInitialize) (this)).BeginInit(); // // sqlConnection1 // _sqlConnection1.ConnectionString = "Integrated Security=SSPI;Pooling=false;Data Source=.\\SQLEXPRESS;Initial Catalog=M" + "odelDifferenceTester"; _sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // _securityStrategyComplex // // // _authenticationStandard // // // ModelDifferenceTesterAspNetApplication // ApplicationName = "ModelDifferenceTester"; Connection = _sqlConnection1; Modules.Add(_module1); Modules.Add(_module2); Modules.Add(_module3); Modules.Add(_cloneObjectModule1); Modules.Add(_securityModule1); Modules.Add(_xpandSecurityModule1); Modules.Add(_modelDifferenceModule1); Modules.Add(_modelDifferenceAspNetModule1); Modules.Add(_module4); ((ISupportInitialize) (this)).EndInit(); }
void InitializeComponent() { module1 = new SystemModule(); module2 = new SystemAspNetModule(); module3 = new AuditTrailTesterModule(); module4 = new AuditTrailTesterAspNetModule(); sqlConnection1 = new SqlConnection(); auditTrailModule1 = new AuditTrailModule(); securityModule1 = new SecurityModule(); validationModule1 = new ValidationModule(); conditionalAppearanceModule1 = new ConditionalAppearanceModule(); logicModule1 = new LogicModule(); xpandAuditTrailModule1 = new XpandAuditTrailModule(); securityStrategyComplex1 = new SecurityStrategyComplex(); authenticationStandard1 = new AuthenticationStandard(); ((ISupportInitialize) (this)).BeginInit(); // // sqlConnection1 // sqlConnection1.ConnectionString = "Integrated Security=SSPI;Pooling=false;Data Source=.\\SQLEXPRESS;Initial Catalog=A" + "uditTrailTester"; sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // auditTrailModule1 // auditTrailModule1.AuditDataItemPersistentType = typeof (AuditDataItemPersistent); // // validationModule1 // validationModule1.AllowValidationDetailsAccess = true; // // securityStrategyComplex1 // securityStrategyComplex1.Authentication = authenticationStandard1; securityStrategyComplex1.RoleType = typeof (XpandRole); securityStrategyComplex1.UserType = typeof (SecuritySystemUser); // // authenticationStandard1 // authenticationStandard1.LogonParametersType = typeof (AuthenticationStandardLogonParameters); // // AuditTrailTesterAspNetApplication // ApplicationName = "AuditTrailTester"; Connection = sqlConnection1; Modules.Add(module1); Modules.Add(module2); Modules.Add(auditTrailModule1); Modules.Add(securityModule1); Modules.Add(validationModule1); Modules.Add(conditionalAppearanceModule1); Modules.Add(logicModule1); Modules.Add(xpandAuditTrailModule1); Modules.Add(module3); Modules.Add(module4); Security = securityStrategyComplex1; DatabaseVersionMismatch += AuditTrailTesterAspNetApplication_DatabaseVersionMismatch; ((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(); }
private void InitializeComponent() { this._module1 = new DevExpress.ExpressApp.SystemModule.SystemModule(); this._module2 = new DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule(); this.module5 = new DevExpress.ExpressApp.Validation.ValidationModule(); this._module6 = new DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule(); this._securityModule1 = new DevExpress.ExpressApp.Security.SecurityModule(); this._sqlConnection1 = new System.Data.SqlClient.SqlConnection(); this._securityComplex1 = new DevExpress.ExpressApp.Security.SecurityStrategyComplex(); this._authenticationStandard1 = new Xpand.ExpressApp.Security.AuthenticationProviders.XpandAuthenticationStandard(); this._featureCenterModule1 = new FeatureCenter.Module.FeatureCenterModule(); this._cloneObjectModule1 = new DevExpress.ExpressApp.CloneObject.CloneObjectModule(); this._viewVariantsModule1 = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule(); this.pivotChartModuleBase1 = new DevExpress.ExpressApp.PivotChart.PivotChartModuleBase(); this.scriptRecorderModuleBase1 = new DevExpress.ExpressApp.ScriptRecorder.ScriptRecorderModuleBase(); this.featureCenterAspNetModule1 = new FeatureCenter.Module.Web.FeatureCenterAspNetModule(); this.pivotChartAspNetModule1 = new DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule(); this.fileAttachmentsAspNetModule1 = new DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule(); this.conditionalAppearanceModule1 = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule(); this.kpiModule1 = new DevExpress.ExpressApp.Kpi.KpiModule(); this.workflowModule1 = new DevExpress.ExpressApp.Workflow.WorkflowModule(); this.htmlPropertyEditorAspNetModule1 = new DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule(); this.reportsModule1 = new DevExpress.ExpressApp.Reports.ReportsModule(); this.reportsAspNetModule1 = new DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule(); this.treeListEditorsAspNetModule1 = new DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule(); this.schedulerModuleBase1 = new DevExpress.ExpressApp.Scheduler.SchedulerModuleBase(); this.schedulerAspNetModule1 = new DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule(); this.stateMachineModule1 = new DevExpress.ExpressApp.StateMachine.StateMachineModule(); this.treeListEditorsModuleBase2 = new DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // module5 // this.module5.AllowValidationDetailsAccess = true; this.module5.IgnoreWarningAndInformationRules = false; // // securityModule1 // this._securityModule1.UserType = typeof(DevExpress.ExpressApp.Security.Strategy.SecuritySystemUser); // // sqlConnection1 // this._sqlConnection1.ConnectionString = "Data Source=(local);Initial Catalog=XpandFeatureCenter;Integrated Security=SSPI;P" + "ooling=false"; this._sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // securityComplex1 // this._securityComplex1.Authentication = this._authenticationStandard1; this._securityComplex1.RoleType = typeof(Xpand.ExpressApp.Security.Core.XpandRole); this._securityComplex1.UserType = typeof(DevExpress.ExpressApp.Security.Strategy.SecuritySystemUser); // // authenticationStandard1 // this._authenticationStandard1.LogonParametersType = typeof(XpandLogonParameters); // // viewVariantsModule1 // this._viewVariantsModule1.FrameVariantsEngine = null; this._viewVariantsModule1.VariantsProvider = null; // // pivotChartModuleBase1 // this.pivotChartModuleBase1.ShowAdditionalNavigation = false; // // workflowModule1 // this.workflowModule1.RunningWorkflowInstanceInfoType = typeof(DevExpress.ExpressApp.Workflow.Xpo.XpoRunningWorkflowInstanceInfo); this.workflowModule1.StartWorkflowRequestType = typeof(DevExpress.ExpressApp.Workflow.Xpo.XpoStartWorkflowRequest); this.workflowModule1.UserActivityVersionType = typeof(DevExpress.ExpressApp.Workflow.Versioning.XpoUserActivityVersion); this.workflowModule1.WorkflowControlCommandRequestType = typeof(DevExpress.ExpressApp.Workflow.Xpo.XpoWorkflowInstanceControlCommandRequest); this.workflowModule1.WorkflowDefinitionType = typeof(DevExpress.ExpressApp.Workflow.Xpo.XpoWorkflowDefinition); this.workflowModule1.WorkflowInstanceKeyType = typeof(DevExpress.Workflow.Xpo.XpoInstanceKey); this.workflowModule1.WorkflowInstanceType = typeof(DevExpress.Workflow.Xpo.XpoWorkflowInstance); // // reportsModule1 // this.reportsModule1.EnableInplaceReports = true; this.reportsModule1.ReportDataType = typeof(DevExpress.Persistent.BaseImpl.ReportData); // // stateMachineModule1 // this.stateMachineModule1.StateMachineStorageType = typeof(DevExpress.ExpressApp.StateMachine.Xpo.XpoStateMachine); // // FeatureCenterAspNetApplication // this.ApplicationName = "FeatureCenter"; this.Connection = this._sqlConnection1; this.Modules.Add(this._module1); this.Modules.Add(this._module2); this.Modules.Add(this.module5); this.Modules.Add(this._module6); this.Modules.Add(this._securityModule1); this.Modules.Add(this._cloneObjectModule1); this.Modules.Add(this._viewVariantsModule1); this.Modules.Add(this.conditionalAppearanceModule1); this.Modules.Add(this.pivotChartModuleBase1); this.Modules.Add(this.scriptRecorderModuleBase1); this.Modules.Add(this.kpiModule1); this.Modules.Add(this.workflowModule1); this.Modules.Add(this.stateMachineModule1); this.Modules.Add(this._featureCenterModule1); this.Modules.Add(this.pivotChartAspNetModule1); this.Modules.Add(this.fileAttachmentsAspNetModule1); this.Modules.Add(this.htmlPropertyEditorAspNetModule1); this.Modules.Add(this.reportsModule1); this.Modules.Add(this.reportsAspNetModule1); this.Modules.Add(this.treeListEditorsModuleBase2); this.Modules.Add(this.treeListEditorsAspNetModule1); this.Modules.Add(this.schedulerModuleBase1); this.Modules.Add(this.schedulerAspNetModule1); this.Modules.Add(this.featureCenterAspNetModule1); this.Security = this._securityComplex1; this.DatabaseVersionMismatch += new System.EventHandler<DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.AspNetApplicationDatabaseVersionMismatch); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EFDemoWebApplication)); 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.fileAttachmentsWebModule1 = new DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule(); this.validationModule1 = new DevExpress.ExpressApp.Validation.ValidationModule(); this.viewVariantsModule1 = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule(); this.conditionalAppearanceModule1 = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule(); this.efDemoModule1 = new EFDemo.Module.EFDemoModule(); this.efDemoWebModule1 = new EFDemo.Module.Web.EFDemoWebModule(); this.schedulerAspNetModule1 = new DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule(); this.reportsModule1 = new DevExpress.ExpressApp.Reports.ReportsModule(); this.reportsWebModule1 = new DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule(); 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=True;Pooling=false;MultipleActiveResultSets=True;Data Source=.\SQLExpress;Initial Catalog=EFDemo_v12.2"; this.sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // securityComplex1 // this.securityStrategyComplex1.Authentication = this.authenticationStandard1; this.securityStrategyComplex1.RoleType = typeof(EFDemo.Module.Data.Role); this.securityStrategyComplex1.UserType = typeof(EFDemo.Module.Data.User); // // authenticationStandard1 // this.authenticationStandard1.LogonParametersType = typeof(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters); this.authenticationStandard1.UserType = typeof(EFDemo.Module.Data.User); // // reportsModule1 // this.reportsModule1.EnableInplaceReports = true; this.reportsModule1.ReportDataType = typeof(EFDemo.Module.Data.ReportData_EF); this.reportsModule1.ShowAdditionalNavigation = false; // // validationModule1 // this.validationModule1.AllowValidationDetailsAccess = true; // // viewVariantsModule1 // this.viewVariantsModule1.GenerateVariantsNode = false; this.viewVariantsModule1.ShowAdditionalNavigation = false; // // pivotChartModuleBase1 // this.pivotChartModuleBase1.ShowAdditionalNavigation = false; // // EFDemoWebApplication // this.ApplicationName = "EFDemo"; this.Connection = this.sqlConnection1; this.Modules.Add(this.systemModule1); this.Modules.Add(this.webSystemModule1); this.Modules.Add(this.securityModule1); this.Modules.Add(this.fileAttachmentsWebModule1); this.Modules.Add(this.validationModule1); this.Modules.Add(this.viewVariantsModule1); this.Modules.Add(this.conditionalAppearanceModule1); this.Modules.Add(this.efDemoModule1); this.Modules.Add(this.efDemoWebModule1); this.Modules.Add(this.schedulerModuleBase1); this.Modules.Add(this.schedulerAspNetModule1); this.Modules.Add(this.reportsModule1); this.Modules.Add(this.reportsWebModule1); 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.DatabaseVersionMismatch += new System.EventHandler<DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.EFDemoWebApplication_DatabaseVersionMismatch); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.module1 = new DevExpress.ExpressApp.SystemModule.SystemModule(); this.module2 = new DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule(); this.module4 = new FDIT.Core.Module.Win.WinModule(); this.sqlConnection1 = new System.Data.SqlClient.SqlConnection(); this.cloneObjectModule1 = new DevExpress.ExpressApp.CloneObject.CloneObjectModule(); this.reportsModule1 = new DevExpress.ExpressApp.Reports.ReportsModule(); this.validationModule1 = new DevExpress.ExpressApp.Validation.ValidationModule(); this.conditionalAppearanceModule1 = new DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule(); this.stateMachineModule1 = new DevExpress.ExpressApp.StateMachine.StateMachineModule(); this.securityStrategyComplex1 = new DevExpress.ExpressApp.Security.SecurityStrategyComplex(); this.CoreAuthenticationApp1 = new FDIT.Core.Seguridad.CoreAuthentication(); this.securityModule1 = new DevExpress.ExpressApp.Security.SecurityModule(); this.coreModule1 = new FDIT.Core.CoreModule(); this.afipModule1 = new FDIT.Core.AFIP.AFIPModule(); this.afipWsMtxcaModule = new FDIT.Core.AFIP.AFIPWsMtxcaModule(); this.segurosModule1 = new FDIT.Core.Seguros.SegurosModule(); this.segurosWinModule1 = new FDIT.Core.Seguros.Win.SegurosWinModule(); this.fileAttachmentsWindowsFormsModule1 = new DevExpress.ExpressApp.FileAttachments.Win.FileAttachmentsWindowsFormsModule(); this.reportsWindowsFormsModule1 = new DevExpress.ExpressApp.Reports.Win.ReportsWindowsFormsModule(); this.viewVariantsModule1 = new DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule(); this.auditTrailModule1 = new DevExpress.ExpressApp.AuditTrail.AuditTrailModule(); this.pivotGridModule1 = new DevExpress.ExpressApp.PivotGrid.PivotGridModule(); this.treeListEditorsModuleBase1 = new DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase(); this.chartModule1 = new DevExpress.ExpressApp.Chart.ChartModule(); this.kpiModule1 = new DevExpress.ExpressApp.Kpi.KpiModule(); this.validationWindowsFormsModule1 = new DevExpress.ExpressApp.Validation.Win.ValidationWindowsFormsModule(); this.htmlPropertyEditorWindowsFormsModule1 = new DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule(); this.treeListEditorsWindowsFormsModule1 = new DevExpress.ExpressApp.TreeListEditors.Win.TreeListEditorsWindowsFormsModule(); this.chartWindowsFormsModule1 = new DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlConnection1 // this.sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // reportsModule1 // this.reportsModule1.EnableInplaceReports = true; this.reportsModule1.ReportDataType = typeof(DevExpress.Persistent.BaseImpl.ReportData); // // validationModule1 // this.validationModule1.AllowValidationDetailsAccess = true; // // stateMachineModule1 // this.stateMachineModule1.StateMachineStorageType = typeof(DevExpress.ExpressApp.StateMachine.Xpo.XpoStateMachine); // // securityStrategyComplex1 // this.securityStrategyComplex1.Authentication = this.CoreAuthenticationApp1; this.securityStrategyComplex1.RoleType = typeof(FDIT.Core.Seguridad.Rol); this.securityStrategyComplex1.UserType = typeof(FDIT.Core.Seguridad.Usuario); // // coreModule1 // this.coreModule1.FileAttachmentsBasePath = ""; // // viewVariantsModule1 // this.viewVariantsModule1.GenerateVariantsNode = true; this.viewVariantsModule1.ShowAdditionalNavigation = false; // // auditTrailModule1 // this.auditTrailModule1.AuditDataItemPersistentType = typeof(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent); // // WinApplication // this.ApplicationName = "CORE"; this.Connection = this.sqlConnection1; this.Modules.Add(this.module1); this.Modules.Add(this.module2); this.Modules.Add(this.cloneObjectModule1); this.Modules.Add(this.reportsModule1); this.Modules.Add(this.validationModule1); this.Modules.Add(this.conditionalAppearanceModule1); this.Modules.Add(this.stateMachineModule1); this.Modules.Add(this.viewVariantsModule1); this.Modules.Add(this.auditTrailModule1); this.Modules.Add(this.pivotGridModule1); this.Modules.Add(this.treeListEditorsModuleBase1); this.Modules.Add(this.chartModule1); this.Modules.Add(this.kpiModule1); this.Modules.Add(this.coreModule1); this.Modules.Add(this.fileAttachmentsWindowsFormsModule1); this.Modules.Add(this.reportsWindowsFormsModule1); this.Modules.Add(this.validationWindowsFormsModule1); this.Modules.Add(this.securityModule1); this.Modules.Add(this.htmlPropertyEditorWindowsFormsModule1); this.Modules.Add(this.treeListEditorsWindowsFormsModule1); this.Modules.Add(this.chartWindowsFormsModule1); this.Modules.Add(this.module4); this.Modules.Add(this.afipModule1); this.Modules.Add(this.afipWsMtxcaModule); this.Modules.Add(this.segurosModule1); this.Modules.Add(this.segurosWinModule1); this.Security = this.securityStrategyComplex1; this.DatabaseVersionMismatch += new System.EventHandler <DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>( this.CoreWindowsFormsApplication_DatabaseVersionMismatch); this.CustomizeLanguagesList += new System.EventHandler <DevExpress.ExpressApp.CustomizeLanguagesListEventArgs>( this.CoreWindowsFormsApplication_CustomizeLanguagesList); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
private void InitializeComponent() { _module1 = new SystemModule(); _module2 = new SystemAspNetModule(); _module3 = new ModelArtifactStateTesterModule(); _sqlConnection1 = new SqlConnection(); _validationModule1 = new ValidationModule(); _xpandValidationModule1 = new XpandValidationModule(); _securityModule1 = new SecurityModule(); _conditionalAppearanceModule1 = new ConditionalAppearanceModule(); _logicModule1 = new LogicModule(); _modelArtifactStateModule1 = new ModelArtifactStateModule(); ((ISupportInitialize) (this)).BeginInit(); // // _sqlConnection1 // _sqlConnection1.ConnectionString = "Integrated Security=SSPI;Pooling=false;Data Source=.\\SQLEXPRESS;Initial Catalog=M" + "odelArtifactStateTester"; _sqlConnection1.FireInfoMessageEventOnUserErrors = false; // // validationModule1 // _validationModule1.AllowValidationDetailsAccess = true; _validationModule1.IgnoreWarningAndInformationRules = false; // // ModelArtifactStateTesterAspNetApplication // ApplicationName = "ModelArtifactStateTester"; Connection = _sqlConnection1; Modules.Add(_module1); Modules.Add(_module2); Modules.Add(_validationModule1); Modules.Add(_xpandValidationModule1); Modules.Add(_securityModule1); Modules.Add(_conditionalAppearanceModule1); Modules.Add(_logicModule1); Modules.Add(_modelArtifactStateModule1); Modules.Add(_module3); ((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.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.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(); }