72 lines
3.3 KiB
C#
72 lines
3.3 KiB
C#
namespace Nuvolar.Module.CSharp
|
|
{
|
|
partial class OrderIn_VC
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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;
|
|
}
|
|
}
|