namespace SISBusiness.Module.Controllers { partial class NAV_Online_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.aNAV_queryInvoiceStatus = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); this.aNAV_manageInvoice = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); this.aNAV_queryTaxpayer = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); this.aNAV_queryInvoiceData = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); // // aNAV_queryInvoiceStatus // this.aNAV_queryInvoiceStatus.Caption = "aNAV_queryInvoiceStatus"; this.aNAV_queryInvoiceStatus.ConfirmationMessage = null; this.aNAV_queryInvoiceStatus.Id = "aNAV_queryInvoiceStatus"; this.aNAV_queryInvoiceStatus.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject; this.aNAV_queryInvoiceStatus.TargetObjectType = typeof(SISBusiness.Module.InvoiceHeader); this.aNAV_queryInvoiceStatus.ToolTip = null; this.aNAV_queryInvoiceStatus.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aNAV_queryInvoiceStatus_Execute); // // aNAV_manageInvoice // this.aNAV_manageInvoice.Caption = "aNAV_manageInvoice"; this.aNAV_manageInvoice.ConfirmationMessage = null; this.aNAV_manageInvoice.Id = "aNAV_manageInvoice"; this.aNAV_manageInvoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject; this.aNAV_manageInvoice.TargetObjectType = typeof(SISBusiness.Module.InvoiceHeader); this.aNAV_manageInvoice.ToolTip = null; this.aNAV_manageInvoice.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aNAV_manageInvoice_Execute); // // aNAV_queryTaxpayer // this.aNAV_queryTaxpayer.Caption = "aNAV_queryTaxpayer"; this.aNAV_queryTaxpayer.ConfirmationMessage = null; this.aNAV_queryTaxpayer.Id = "aNAV_queryTaxpayer"; this.aNAV_queryTaxpayer.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject; this.aNAV_queryTaxpayer.TargetObjectType = typeof(SISBusiness.Module.Customers); this.aNAV_queryTaxpayer.ToolTip = null; this.aNAV_queryTaxpayer.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aNAV_queryTaxpayer_Execute); // // aNAV_queryInvoiceData // this.aNAV_queryInvoiceData.Caption = "aNAV_queryInvoiceData"; this.aNAV_queryInvoiceData.ConfirmationMessage = null; this.aNAV_queryInvoiceData.Id = "aNAV_queryInvoiceData"; this.aNAV_queryInvoiceData.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject; this.aNAV_queryInvoiceData.TargetObjectType = typeof(SISBusiness.Module.InvoiceHeader); this.aNAV_queryInvoiceData.ToolTip = null; this.aNAV_queryInvoiceData.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aNAV_queryInvoiceData_Execute); // // NAV_Online_VC // this.Actions.Add(this.aNAV_queryInvoiceStatus); this.Actions.Add(this.aNAV_manageInvoice); this.Actions.Add(this.aNAV_queryTaxpayer); this.Actions.Add(this.aNAV_queryInvoiceData); } #endregion private DevExpress.ExpressApp.Actions.SimpleAction aNAV_queryInvoiceStatus; private DevExpress.ExpressApp.Actions.SimpleAction aNAV_manageInvoice; private DevExpress.ExpressApp.Actions.SimpleAction aNAV_queryTaxpayer; private DevExpress.ExpressApp.Actions.SimpleAction aNAV_queryInvoiceData; } }