namespace Nuvolar.Module.Controllers { partial class ReportV2_VC { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.aConvertToReportV2 = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); // // aConvertToReportV2 // this.aConvertToReportV2.Caption = "aConvert To Report V2"; this.aConvertToReportV2.ConfirmationMessage = null; this.aConvertToReportV2.Id = "aConvertToReportV2"; this.aConvertToReportV2.TargetObjectType = typeof(DevExpress.Persistent.BaseImpl.ReportData); this.aConvertToReportV2.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root; this.aConvertToReportV2.TargetViewType = DevExpress.ExpressApp.ViewType.ListView; this.aConvertToReportV2.ToolTip = null; this.aConvertToReportV2.TypeOfView = typeof(DevExpress.ExpressApp.ListView); this.aConvertToReportV2.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aConvertToReportV2_Execute); // // ReportV2_VC // this.Actions.Add(this.aConvertToReportV2); } #endregion private DevExpress.ExpressApp.Actions.SimpleAction aConvertToReportV2; } }