First create solution
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
namespace Nuvolar.Module.Controllers
|
||||
{
|
||||
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.aMoveOrderIn = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
|
||||
this.aOrderInStorageOut = new DevExpress.ExpressApp.Actions.PopupWindowShowAction(this.components);
|
||||
this.aMoveOrderInBack = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
|
||||
this.aDeliveryNoteOutPrint_Divided = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
|
||||
//
|
||||
// aMoveOrderIn
|
||||
//
|
||||
this.aMoveOrderIn.AcceptButtonCaption = null;
|
||||
this.aMoveOrderIn.CancelButtonCaption = null;
|
||||
this.aMoveOrderIn.Caption = "aMove Order In";
|
||||
this.aMoveOrderIn.Category = "";
|
||||
this.aMoveOrderIn.ConfirmationMessage = null;
|
||||
this.aMoveOrderIn.Id = "aMoveOrderIn";
|
||||
this.aMoveOrderIn.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject;
|
||||
this.aMoveOrderIn.TargetObjectType = typeof(Nuvolar.Module.OrderInHeader);
|
||||
this.aMoveOrderIn.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
|
||||
this.aMoveOrderIn.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView;
|
||||
this.aMoveOrderIn.ToolTip = null;
|
||||
this.aMoveOrderIn.TypeOfView = typeof(DevExpress.ExpressApp.DetailView);
|
||||
this.aMoveOrderIn.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.aMoveOrderIn_CustomizePopupWindowParams);
|
||||
this.aMoveOrderIn.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.aMoveOrderIn_Execute);
|
||||
//
|
||||
// aOrderInStorageOut
|
||||
//
|
||||
this.aOrderInStorageOut.AcceptButtonCaption = null;
|
||||
this.aOrderInStorageOut.CancelButtonCaption = null;
|
||||
this.aOrderInStorageOut.Caption = "aOrder In Storage Out";
|
||||
this.aOrderInStorageOut.Category = "aOrderInStorageOut";
|
||||
this.aOrderInStorageOut.ConfirmationMessage = null;
|
||||
this.aOrderInStorageOut.Id = "aOrderInStorageOut";
|
||||
this.aOrderInStorageOut.TargetObjectType = typeof(Nuvolar.Module.OrderInHeader);
|
||||
this.aOrderInStorageOut.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
|
||||
this.aOrderInStorageOut.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView;
|
||||
this.aOrderInStorageOut.ToolTip = null;
|
||||
this.aOrderInStorageOut.TypeOfView = typeof(DevExpress.ExpressApp.DetailView);
|
||||
this.aOrderInStorageOut.CustomizePopupWindowParams += new DevExpress.ExpressApp.Actions.CustomizePopupWindowParamsEventHandler(this.aOrderInStorageOut_CustomizePopupWindowParams);
|
||||
this.aOrderInStorageOut.Execute += new DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventHandler(this.aOrderInStorageOut_Execute);
|
||||
//
|
||||
// aMoveOrderInBack
|
||||
//
|
||||
this.aMoveOrderInBack.Caption = "aMove Order In Back";
|
||||
this.aMoveOrderInBack.ConfirmationMessage = "Are you sure ?";
|
||||
this.aMoveOrderInBack.Id = "aMoveOrderInBack";
|
||||
this.aMoveOrderInBack.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject;
|
||||
this.aMoveOrderInBack.TargetObjectType = typeof(Nuvolar.Module.OrderInRows);
|
||||
this.aMoveOrderInBack.ToolTip = null;
|
||||
this.aMoveOrderInBack.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aMoveOrderInBack_Execute);
|
||||
//
|
||||
// aDeliveryNoteOutPrint_Divided
|
||||
//
|
||||
this.aDeliveryNoteOutPrint_Divided.Caption = "aDeliveryNoteOutPrint_Divided";
|
||||
this.aDeliveryNoteOutPrint_Divided.Category = "View";
|
||||
this.aDeliveryNoteOutPrint_Divided.ConfirmationMessage = null;
|
||||
this.aDeliveryNoteOutPrint_Divided.Id = "aDeliveryNoteOutPrint_Divided";
|
||||
this.aDeliveryNoteOutPrint_Divided.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject;
|
||||
this.aDeliveryNoteOutPrint_Divided.TargetObjectType = typeof(Nuvolar.Module.DeliveryNoteOutRows);
|
||||
this.aDeliveryNoteOutPrint_Divided.ToolTip = null;
|
||||
this.aDeliveryNoteOutPrint_Divided.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aDeliveryNoteOutPrint_Divided_Execute);
|
||||
//
|
||||
// OrderIn_VC
|
||||
//
|
||||
this.Actions.Add(this.aMoveOrderIn);
|
||||
this.Actions.Add(this.aOrderInStorageOut);
|
||||
this.Actions.Add(this.aMoveOrderInBack);
|
||||
this.Actions.Add(this.aDeliveryNoteOutPrint_Divided);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.ExpressApp.Actions.PopupWindowShowAction aMoveOrderIn;
|
||||
private DevExpress.ExpressApp.Actions.PopupWindowShowAction aOrderInStorageOut;
|
||||
private DevExpress.ExpressApp.Actions.SimpleAction aMoveOrderInBack;
|
||||
internal DevExpress.ExpressApp.Actions.SimpleAction aDeliveryNoteOutPrint_Divided;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user