namespace Nuvolar.Module.Win.CSharp.Controllers { partial class VATReport_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.aVATReport_Create60XML = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); // // aVATReport_Create60XML // this.aVATReport_Create60XML.Caption = "aVATReport_Create60XML"; this.aVATReport_Create60XML.ConfirmationMessage = null; this.aVATReport_Create60XML.Id = "aVATReport_Create60XML"; this.aVATReport_Create60XML.TargetObjectType = typeof(Nuvolar.Module.VATReport); this.aVATReport_Create60XML.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView; this.aVATReport_Create60XML.ToolTip = null; this.aVATReport_Create60XML.TypeOfView = typeof(DevExpress.ExpressApp.DetailView); this.aVATReport_Create60XML.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aVATReport_Create60XML_Execute); // // VATReport_VC // this.Actions.Add(this.aVATReport_Create60XML); } #endregion internal DevExpress.ExpressApp.Actions.SimpleAction aVATReport_Create60XML; } }