namespace Nuvolar.Module.CSharp { partial class OrderIn_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.aPrintLastInvoice = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); this.aPrintLastDeliveryNoteOut = new DevExpress.ExpressApp.Actions.SimpleAction(this.components); // // aPrintLastInvoice // this.aPrintLastInvoice.Caption = "aPrint Last Invoice"; this.aPrintLastInvoice.ConfirmationMessage = null; this.aPrintLastInvoice.Id = "aPrintLastInvoice"; this.aPrintLastInvoice.TargetObjectType = typeof(Nuvolar.Module.OrderInHeader); this.aPrintLastInvoice.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root; this.aPrintLastInvoice.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView; this.aPrintLastInvoice.ToolTip = null; this.aPrintLastInvoice.TypeOfView = typeof(DevExpress.ExpressApp.DetailView); this.aPrintLastInvoice.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aPrintLastInvoice_Execute); // // aPrintLastDeliveryNoteOut // this.aPrintLastDeliveryNoteOut.Caption = "aPrint Last Delivery Note Out"; this.aPrintLastDeliveryNoteOut.ConfirmationMessage = null; this.aPrintLastDeliveryNoteOut.Id = "aPrintLastDeliveryNoteOut"; this.aPrintLastDeliveryNoteOut.TargetObjectType = typeof(Nuvolar.Module.OrderInHeader); this.aPrintLastDeliveryNoteOut.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root; this.aPrintLastDeliveryNoteOut.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView; this.aPrintLastDeliveryNoteOut.ToolTip = null; this.aPrintLastDeliveryNoteOut.TypeOfView = typeof(DevExpress.ExpressApp.DetailView); this.aPrintLastDeliveryNoteOut.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aPrintLastDeliveryNoteOut_Execute); // // OrderIn_VC // this.Actions.Add(this.aPrintLastInvoice); this.Actions.Add(this.aPrintLastDeliveryNoteOut); } #endregion private DevExpress.ExpressApp.Actions.SimpleAction aPrintLastInvoice; private DevExpress.ExpressApp.Actions.SimpleAction aPrintLastDeliveryNoteOut; } }