Partial Class OrderInVC _ Public Sub New(ByVal Container As System.ComponentModel.IContainer) MyClass.New() 'Required for Windows.Forms Class Composition Designer support Container.Add(Me) End Sub 'Component overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Component Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Component Designer 'It can be modified using the Component Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.aFinalizeOrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aStornoOrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aToTable_OrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aToTableD_OrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aUp_OrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aDown_OrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aGenerateStorageOutFromOrderIn = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aGenerateInvoicefromOrderIn = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aReCalculatePricing_OrderInRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aRecalculateOrder = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aGenerateOrderOutTempFromOrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aGenerateStorageOutFromOrderInFIFO = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aBackToEdit_OrderInHeader = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aProductFinder = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Storno_Invoice = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Storno_DeliveryNoteOut = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Storno_StorageOut = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aORI_Create_DeliveryInvoice = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Create_Delivery = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Create_Invoice = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aGenerateStorageOutFromOrderInBack = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderIn_InvoiceRowFinalize = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Invoice_Popup_Description = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_Invoice_Popup_DescriptionHeader = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_OrderToSetCustomerOrder = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_OrderToIncoming = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderIn_ChangeRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderInOther_ChangeRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderInStorageOutDeliveryNoteOut = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderInStorageOutDeliveryNoteOutInvoice = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderIn_RecalculateDEV = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderInInvoiceAdvanceAsk = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderInInvoiceAdvance = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_DeleteInvoiceProforma = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aGenerateInvoiceFromOrderInFinal = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_RegenerateValues = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aORI_RecalculateTotalBrutto = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aFinalizeOrderIn ' Me.aFinalizeOrderIn.Caption = "aFinalize Order In" Me.aFinalizeOrderIn.Category = "ObjectsCreation" Me.aFinalizeOrderIn.ConfirmationMessage = "Do you want to execute?" Me.aFinalizeOrderIn.Id = "aFinalizeOrderIn" Me.aFinalizeOrderIn.TargetViewId = "" Me.aFinalizeOrderIn.ToolTip = Nothing ' 'aStornoOrderIn ' Me.aStornoOrderIn.Caption = "aStorno Order In" Me.aStornoOrderIn.Category = "Edit" Me.aStornoOrderIn.ConfirmationMessage = "Do you want to execute?" Me.aStornoOrderIn.Id = "aStornoOrderIn" Me.aStornoOrderIn.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aStornoOrderIn.TargetViewId = "" Me.aStornoOrderIn.ToolTip = Nothing ' 'aToTable_OrderIn ' Me.aToTable_OrderIn.Caption = "Add row" Me.aToTable_OrderIn.Category = "aToTable_OrderIn" Me.aToTable_OrderIn.ConfirmationMessage = Nothing Me.aToTable_OrderIn.Id = "aToTable_OrderIn" Me.aToTable_OrderIn.TargetViewId = "" Me.aToTable_OrderIn.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aToTable_OrderIn.ToolTip = Nothing Me.aToTable_OrderIn.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aToTableD_OrderIn ' Me.aToTableD_OrderIn.Caption = "Delete row" Me.aToTableD_OrderIn.Category = "aToTableD_OrderIn" Me.aToTableD_OrderIn.ConfirmationMessage = "Do you want to execute?" Me.aToTableD_OrderIn.Id = "aToTableD_OrderIn" Me.aToTableD_OrderIn.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aToTableD_OrderIn.TargetViewId = "" Me.aToTableD_OrderIn.ToolTip = Nothing ' 'aUp_OrderIn ' Me.aUp_OrderIn.Caption = "Up" Me.aUp_OrderIn.Category = "RecordsNavigation" Me.aUp_OrderIn.ConfirmationMessage = "Do you want to execute?" Me.aUp_OrderIn.Id = "aUp_OrderIn" Me.aUp_OrderIn.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aUp_OrderIn.ToolTip = Nothing ' 'aDown_OrderIn ' Me.aDown_OrderIn.Caption = "Down" Me.aDown_OrderIn.Category = "RecordsNavigation" Me.aDown_OrderIn.ConfirmationMessage = "Do you want to execute?" Me.aDown_OrderIn.Id = "aDown_OrderIn" Me.aDown_OrderIn.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aDown_OrderIn.ToolTip = Nothing ' 'aGenerateStorageOutFromOrderIn ' Me.aGenerateStorageOutFromOrderIn.AcceptButtonCaption = Nothing Me.aGenerateStorageOutFromOrderIn.CancelButtonCaption = Nothing Me.aGenerateStorageOutFromOrderIn.Caption = "Create Storage Out Header From Selected Rows" Me.aGenerateStorageOutFromOrderIn.Category = "aGenerateStorageOutFromOrderIn" Me.aGenerateStorageOutFromOrderIn.ConfirmationMessage = Nothing Me.aGenerateStorageOutFromOrderIn.Id = "aGenerateStorageOutFromOrderIn" Me.aGenerateStorageOutFromOrderIn.TargetViewId = "" Me.aGenerateStorageOutFromOrderIn.ToolTip = Nothing ' 'aGenerateInvoicefromOrderIn ' Me.aGenerateInvoicefromOrderIn.AcceptButtonCaption = Nothing Me.aGenerateInvoicefromOrderIn.CancelButtonCaption = Nothing Me.aGenerateInvoicefromOrderIn.Caption = "Create invoices" Me.aGenerateInvoicefromOrderIn.Category = "ObjectsCreation" Me.aGenerateInvoicefromOrderIn.ConfirmationMessage = Nothing Me.aGenerateInvoicefromOrderIn.Id = "aGenerateInvoicefromOrderIn" Me.aGenerateInvoicefromOrderIn.ImageName = "document_lock" Me.aGenerateInvoicefromOrderIn.TargetViewId = "OrderInHeader_DetailView" Me.aGenerateInvoicefromOrderIn.ToolTip = Nothing ' 'aReCalculatePricing_OrderInRows ' Me.aReCalculatePricing_OrderInRows.Caption = "Recalculate pricing" Me.aReCalculatePricing_OrderInRows.Category = "" Me.aReCalculatePricing_OrderInRows.ConfirmationMessage = "Do you want to execute?" Me.aReCalculatePricing_OrderInRows.Id = "aReCalculatePricing_OrderInRows" Me.aReCalculatePricing_OrderInRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aReCalculatePricing_OrderInRows.TargetViewId = "OrderInHeader_OrderInRows_ListView" Me.aReCalculatePricing_OrderInRows.ToolTip = Nothing ' 'aRecalculateOrder ' Me.aRecalculateOrder.Caption = "Recalculate Order" Me.aRecalculateOrder.Category = "aRecalculateOrder" Me.aRecalculateOrder.ConfirmationMessage = "Do you want to execute?" Me.aRecalculateOrder.Id = "aRecalculateOrder" Me.aRecalculateOrder.ImageName = "Action_refresh" Me.aRecalculateOrder.TargetViewId = "OrderInHeader_DetailView" Me.aRecalculateOrder.ToolTip = Nothing ' 'aGenerateOrderOutTempFromOrderIn ' Me.aGenerateOrderOutTempFromOrderIn.Caption = "Generate order out" Me.aGenerateOrderOutTempFromOrderIn.Category = "aGenerateOrderOutTempFromOrderIn" Me.aGenerateOrderOutTempFromOrderIn.ConfirmationMessage = "Do you want to execute?" Me.aGenerateOrderOutTempFromOrderIn.Id = "aGenerateOrderOutTempFromOrderIn" Me.aGenerateOrderOutTempFromOrderIn.TargetViewId = "OrderInHeader_DetailView" Me.aGenerateOrderOutTempFromOrderIn.ToolTip = Nothing ' 'aGenerateStorageOutFromOrderInFIFO ' Me.aGenerateStorageOutFromOrderInFIFO.AcceptButtonCaption = Nothing Me.aGenerateStorageOutFromOrderInFIFO.CancelButtonCaption = Nothing Me.aGenerateStorageOutFromOrderInFIFO.Caption = "Create Storage Out" Me.aGenerateStorageOutFromOrderInFIFO.Category = "aGenerateStorageOutFromOrderInFIFO" Me.aGenerateStorageOutFromOrderInFIFO.ConfirmationMessage = Nothing Me.aGenerateStorageOutFromOrderInFIFO.Id = "aGenerateStorageOutFromOrderInFIFO" Me.aGenerateStorageOutFromOrderInFIFO.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aGenerateStorageOutFromOrderInFIFO.TargetViewId = "" Me.aGenerateStorageOutFromOrderInFIFO.ToolTip = Nothing ' 'aBackToEdit_OrderInHeader ' Me.aBackToEdit_OrderInHeader.Caption = "Back to edit OrderInHeader" Me.aBackToEdit_OrderInHeader.Category = "Edit" Me.aBackToEdit_OrderInHeader.ConfirmationMessage = "Do you want to execute?" Me.aBackToEdit_OrderInHeader.Id = "aBackToEdit_OrderInHeader" Me.aBackToEdit_OrderInHeader.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aBackToEdit_OrderInHeader.TargetViewId = "" Me.aBackToEdit_OrderInHeader.ToolTip = Nothing ' 'aProductFinder ' Me.aProductFinder.AcceptButtonCaption = Nothing Me.aProductFinder.CancelButtonCaption = Nothing Me.aProductFinder.Caption = "aProduct Finder" Me.aProductFinder.Category = "aProductFinder" Me.aProductFinder.ConfirmationMessage = Nothing Me.aProductFinder.Id = "aProductFinder" Me.aProductFinder.ToolTip = Nothing ' 'aORI_Storno_Invoice ' Me.aORI_Storno_Invoice.AcceptButtonCaption = Nothing Me.aORI_Storno_Invoice.CancelButtonCaption = Nothing Me.aORI_Storno_Invoice.Caption = "aORI_Storno_Invoice" Me.aORI_Storno_Invoice.Category = "aORI_Storno_Invoice" Me.aORI_Storno_Invoice.ConfirmationMessage = Nothing Me.aORI_Storno_Invoice.Id = "aORI_Storno_Invoice" Me.aORI_Storno_Invoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aORI_Storno_Invoice.ToolTip = Nothing ' 'aORI_Storno_DeliveryNoteOut ' Me.aORI_Storno_DeliveryNoteOut.AcceptButtonCaption = Nothing Me.aORI_Storno_DeliveryNoteOut.CancelButtonCaption = Nothing Me.aORI_Storno_DeliveryNoteOut.Caption = "aORI_Storno_DeliveryNoteOut" Me.aORI_Storno_DeliveryNoteOut.Category = "aORI_Storno_DeliveryNoteOut" Me.aORI_Storno_DeliveryNoteOut.ConfirmationMessage = Nothing Me.aORI_Storno_DeliveryNoteOut.Id = "aORI_Storno_DeliveryNoteOut" Me.aORI_Storno_DeliveryNoteOut.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aORI_Storno_DeliveryNoteOut.ToolTip = Nothing ' 'aORI_Storno_StorageOut ' Me.aORI_Storno_StorageOut.Caption = "aORI_Storno_StorageOut" Me.aORI_Storno_StorageOut.Category = "aORI_Storno_StorageOut" Me.aORI_Storno_StorageOut.ConfirmationMessage = Nothing Me.aORI_Storno_StorageOut.Id = "aORI_Storno_StorageOut" Me.aORI_Storno_StorageOut.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aORI_Storno_StorageOut.ToolTip = Nothing ' 'aORI_Create_DeliveryInvoice ' Me.aORI_Create_DeliveryInvoice.AcceptButtonCaption = Nothing Me.aORI_Create_DeliveryInvoice.CancelButtonCaption = Nothing Me.aORI_Create_DeliveryInvoice.Caption = "aORI_Create_DeliveryInvoice" Me.aORI_Create_DeliveryInvoice.Category = "aORI_Create_DeliveryInvoice" Me.aORI_Create_DeliveryInvoice.ConfirmationMessage = Nothing Me.aORI_Create_DeliveryInvoice.Id = "aORI_Create_DeliveryInvoice" Me.aORI_Create_DeliveryInvoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aORI_Create_DeliveryInvoice.ToolTip = Nothing ' 'aORI_Create_Delivery ' Me.aORI_Create_Delivery.AcceptButtonCaption = Nothing Me.aORI_Create_Delivery.CancelButtonCaption = Nothing Me.aORI_Create_Delivery.Caption = "aORI_Create_Delivery" Me.aORI_Create_Delivery.Category = "aORI_Create_Delivery" Me.aORI_Create_Delivery.ConfirmationMessage = Nothing Me.aORI_Create_Delivery.Id = "aORI_Create_Delivery" Me.aORI_Create_Delivery.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aORI_Create_Delivery.ToolTip = Nothing ' 'aORI_Create_Invoice ' Me.aORI_Create_Invoice.AcceptButtonCaption = Nothing Me.aORI_Create_Invoice.CancelButtonCaption = Nothing Me.aORI_Create_Invoice.Caption = "aORI_Create_Invoice" Me.aORI_Create_Invoice.Category = "aORI_Create_Invoice" Me.aORI_Create_Invoice.ConfirmationMessage = Nothing Me.aORI_Create_Invoice.Id = "aORI_Create_Invoice" Me.aORI_Create_Invoice.ToolTip = Nothing ' 'aGenerateStorageOutFromOrderInBack ' Me.aGenerateStorageOutFromOrderInBack.AcceptButtonCaption = Nothing Me.aGenerateStorageOutFromOrderInBack.CancelButtonCaption = Nothing Me.aGenerateStorageOutFromOrderInBack.Caption = "aGenerate Storage Out From Order In Back" Me.aGenerateStorageOutFromOrderInBack.Category = "aGenerateStorageOutFromOrderInBack" Me.aGenerateStorageOutFromOrderInBack.ConfirmationMessage = Nothing Me.aGenerateStorageOutFromOrderInBack.Id = "aGenerateStorageOutFromOrderInBack" Me.aGenerateStorageOutFromOrderInBack.ToolTip = Nothing ' 'aOrderIn_InvoiceRowFinalize ' Me.aOrderIn_InvoiceRowFinalize.AcceptButtonCaption = Nothing Me.aOrderIn_InvoiceRowFinalize.CancelButtonCaption = Nothing Me.aOrderIn_InvoiceRowFinalize.Caption = "aOrderIn_InvoiceRowFinalize" Me.aOrderIn_InvoiceRowFinalize.Category = "aOrderIn_InvoiceRowFinalize" Me.aOrderIn_InvoiceRowFinalize.ConfirmationMessage = Nothing Me.aOrderIn_InvoiceRowFinalize.Id = "aOrderIn_InvoiceRowFinalize" Me.aOrderIn_InvoiceRowFinalize.ToolTip = Nothing ' 'aORI_Invoice_Popup_Description ' Me.aORI_Invoice_Popup_Description.AcceptButtonCaption = Nothing Me.aORI_Invoice_Popup_Description.CancelButtonCaption = Nothing Me.aORI_Invoice_Popup_Description.Caption = "aORI_Invoice_Popup_Description" Me.aORI_Invoice_Popup_Description.Category = "aORI_Invoice_Popup_Description" Me.aORI_Invoice_Popup_Description.ConfirmationMessage = Nothing Me.aORI_Invoice_Popup_Description.Id = "aORI_Invoice_Popup_Description" Me.aORI_Invoice_Popup_Description.ToolTip = Nothing ' 'aORI_Invoice_Popup_DescriptionHeader ' Me.aORI_Invoice_Popup_DescriptionHeader.AcceptButtonCaption = Nothing Me.aORI_Invoice_Popup_DescriptionHeader.CancelButtonCaption = Nothing Me.aORI_Invoice_Popup_DescriptionHeader.Caption = "aORI_Invoice_Popup_DescriptionHeader" Me.aORI_Invoice_Popup_DescriptionHeader.Category = "aORI_Invoice_Popup_DescriptionHeader" Me.aORI_Invoice_Popup_DescriptionHeader.ConfirmationMessage = Nothing Me.aORI_Invoice_Popup_DescriptionHeader.Id = "aORI_Invoice_Popup_DescriptionHeader" Me.aORI_Invoice_Popup_DescriptionHeader.ToolTip = Nothing ' 'aORI_OrderToSetCustomerOrder ' Me.aORI_OrderToSetCustomerOrder.AcceptButtonCaption = Nothing Me.aORI_OrderToSetCustomerOrder.CancelButtonCaption = Nothing Me.aORI_OrderToSetCustomerOrder.Caption = "aORI_OrderToSetCustomerOrder" Me.aORI_OrderToSetCustomerOrder.Category = "aORI_OrderToSetCustomerOrder" Me.aORI_OrderToSetCustomerOrder.ConfirmationMessage = Nothing Me.aORI_OrderToSetCustomerOrder.Id = "aORI_OrderToSetCustomerOrder" Me.aORI_OrderToSetCustomerOrder.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aORI_OrderToSetCustomerOrder.TargetViewId = "" Me.aORI_OrderToSetCustomerOrder.ToolTip = Nothing ' 'aORI_OrderToIncoming ' Me.aORI_OrderToIncoming.AcceptButtonCaption = Nothing Me.aORI_OrderToIncoming.CancelButtonCaption = Nothing Me.aORI_OrderToIncoming.Caption = "aORI_OrderToIncoming" Me.aORI_OrderToIncoming.Category = "aORI_OrderToIncoming" Me.aORI_OrderToIncoming.ConfirmationMessage = Nothing Me.aORI_OrderToIncoming.Id = "aORI_OrderToIncoming" Me.aORI_OrderToIncoming.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aORI_OrderToIncoming.TargetViewId = "" Me.aORI_OrderToIncoming.ToolTip = Nothing ' 'aOrderIn_ChangeRows ' Me.aOrderIn_ChangeRows.AcceptButtonCaption = Nothing Me.aOrderIn_ChangeRows.CancelButtonCaption = Nothing Me.aOrderIn_ChangeRows.Caption = "Change data in selected rows" Me.aOrderIn_ChangeRows.ConfirmationMessage = Nothing Me.aOrderIn_ChangeRows.Id = "aOrderIn_ChangeRows" Me.aOrderIn_ChangeRows.ImageName = "Action_EditModel" Me.aOrderIn_ChangeRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aOrderIn_ChangeRows.TargetObjectType = GetType(Nuvolar.[Module].OrderInRows) Me.aOrderIn_ChangeRows.ToolTip = Nothing ' 'aOrderInOther_ChangeRows ' Me.aOrderInOther_ChangeRows.AcceptButtonCaption = Nothing Me.aOrderInOther_ChangeRows.CancelButtonCaption = Nothing Me.aOrderInOther_ChangeRows.Caption = "Change data in selected rows" Me.aOrderInOther_ChangeRows.ConfirmationMessage = Nothing Me.aOrderInOther_ChangeRows.Id = "aOrderInOther_ChangeRows" Me.aOrderInOther_ChangeRows.ImageName = "Action_EditModel" Me.aOrderInOther_ChangeRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aOrderInOther_ChangeRows.TargetObjectType = GetType(Nuvolar.[Module].OrderInRowsOther) Me.aOrderInOther_ChangeRows.ToolTip = Nothing ' 'aOrderInStorageOutDeliveryNoteOut ' Me.aOrderInStorageOutDeliveryNoteOut.AcceptButtonCaption = Nothing Me.aOrderInStorageOutDeliveryNoteOut.CancelButtonCaption = Nothing Me.aOrderInStorageOutDeliveryNoteOut.Caption = "aOrderInStorageOutDeliveryNoteOut" Me.aOrderInStorageOutDeliveryNoteOut.Category = "aOrderInStorageOutDeliveryNoteOut" Me.aOrderInStorageOutDeliveryNoteOut.ConfirmationMessage = Nothing Me.aOrderInStorageOutDeliveryNoteOut.Id = "aOrderInStorageOutDeliveryNoteOut" Me.aOrderInStorageOutDeliveryNoteOut.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aOrderInStorageOutDeliveryNoteOut.TargetViewId = "" Me.aOrderInStorageOutDeliveryNoteOut.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOrderInStorageOutDeliveryNoteOut.ToolTip = Nothing Me.aOrderInStorageOutDeliveryNoteOut.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOrderInStorageOutDeliveryNoteOutInvoice ' Me.aOrderInStorageOutDeliveryNoteOutInvoice.AcceptButtonCaption = Nothing Me.aOrderInStorageOutDeliveryNoteOutInvoice.CancelButtonCaption = Nothing Me.aOrderInStorageOutDeliveryNoteOutInvoice.Caption = "aOrderInStorageOutDeliveryNoteOutInvoice" Me.aOrderInStorageOutDeliveryNoteOutInvoice.Category = "aOrderInStorageOutDeliveryNoteOutInvoice" Me.aOrderInStorageOutDeliveryNoteOutInvoice.ConfirmationMessage = Nothing Me.aOrderInStorageOutDeliveryNoteOutInvoice.Id = "aOrderInStorageOutDeliveryNoteOutInvoice" Me.aOrderInStorageOutDeliveryNoteOutInvoice.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aOrderInStorageOutDeliveryNoteOutInvoice.TargetViewId = "" Me.aOrderInStorageOutDeliveryNoteOutInvoice.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOrderInStorageOutDeliveryNoteOutInvoice.ToolTip = Nothing Me.aOrderInStorageOutDeliveryNoteOutInvoice.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOrderIn_RecalculateDEV ' Me.aOrderIn_RecalculateDEV.AcceptButtonCaption = Nothing Me.aOrderIn_RecalculateDEV.CancelButtonCaption = Nothing Me.aOrderIn_RecalculateDEV.Caption = "aOrderIn_RecalculateDEV" Me.aOrderIn_RecalculateDEV.ConfirmationMessage = Nothing Me.aOrderIn_RecalculateDEV.Id = "aOrderIn_RecalculateDEV" Me.aOrderIn_RecalculateDEV.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aOrderIn_RecalculateDEV.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOrderIn_RecalculateDEV.ToolTip = Nothing Me.aOrderIn_RecalculateDEV.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOrderInInvoiceAdvanceAsk ' Me.aOrderInInvoiceAdvanceAsk.AcceptButtonCaption = Nothing Me.aOrderInInvoiceAdvanceAsk.CancelButtonCaption = Nothing Me.aOrderInInvoiceAdvanceAsk.Caption = "aOrder In Invoice Advance Ask" Me.aOrderInInvoiceAdvanceAsk.Category = "ObjectsCreation" Me.aOrderInInvoiceAdvanceAsk.ConfirmationMessage = Nothing Me.aOrderInInvoiceAdvanceAsk.Id = "aOrderInInvoiceAdvanceAsk" Me.aOrderInInvoiceAdvanceAsk.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aOrderInInvoiceAdvanceAsk.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOrderInInvoiceAdvanceAsk.ToolTip = Nothing Me.aOrderInInvoiceAdvanceAsk.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aOrderInInvoiceAdvance ' Me.aOrderInInvoiceAdvance.AcceptButtonCaption = Nothing Me.aOrderInInvoiceAdvance.CancelButtonCaption = Nothing Me.aOrderInInvoiceAdvance.Caption = "aOrder In Invoice Advance" Me.aOrderInInvoiceAdvance.Category = "aOrderInInvoiceAdvance" Me.aOrderInInvoiceAdvance.ConfirmationMessage = Nothing Me.aOrderInInvoiceAdvance.Id = "aOrderInInvoiceAdvance" Me.aOrderInInvoiceAdvance.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aOrderInInvoiceAdvance.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aOrderInInvoiceAdvance.ToolTip = Nothing Me.aOrderInInvoiceAdvance.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aORI_DeleteInvoiceProforma ' Me.aORI_DeleteInvoiceProforma.Caption = "aORI_DeleteInvoiceProforma" Me.aORI_DeleteInvoiceProforma.Category = "aORI_DeleteInvoiceProforma" Me.aORI_DeleteInvoiceProforma.ConfirmationMessage = "Do you want to execute ?" Me.aORI_DeleteInvoiceProforma.Id = "aORI_DeleteInvoiceProforma" Me.aORI_DeleteInvoiceProforma.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aORI_DeleteInvoiceProforma.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aORI_DeleteInvoiceProforma.ToolTip = Nothing Me.aORI_DeleteInvoiceProforma.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aGenerateInvoiceFromOrderInFinal ' Me.aGenerateInvoiceFromOrderInFinal.AcceptButtonCaption = Nothing Me.aGenerateInvoiceFromOrderInFinal.CancelButtonCaption = Nothing Me.aGenerateInvoiceFromOrderInFinal.Caption = "Create final invoice" Me.aGenerateInvoiceFromOrderInFinal.Category = "aGenerateInvoiceFromOrderInFinal" Me.aGenerateInvoiceFromOrderInFinal.ConfirmationMessage = Nothing Me.aGenerateInvoiceFromOrderInFinal.Id = "aGenerateInvoiceFromOrderInFinal" Me.aGenerateInvoiceFromOrderInFinal.ImageName = "document_lock" Me.aGenerateInvoiceFromOrderInFinal.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aGenerateInvoiceFromOrderInFinal.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aGenerateInvoiceFromOrderInFinal.ToolTip = Nothing Me.aGenerateInvoiceFromOrderInFinal.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aORI_RegenerateValues ' Me.aORI_RegenerateValues.AcceptButtonCaption = Nothing Me.aORI_RegenerateValues.CancelButtonCaption = Nothing Me.aORI_RegenerateValues.Caption = "aORI_RegenerateValues" Me.aORI_RegenerateValues.Category = "RecordEdit" Me.aORI_RegenerateValues.ConfirmationMessage = Nothing Me.aORI_RegenerateValues.Id = "aORI_RegenerateValues" Me.aORI_RegenerateValues.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aORI_RegenerateValues.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aORI_RegenerateValues.ToolTip = Nothing Me.aORI_RegenerateValues.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aORI_RecalculateTotalBrutto ' Me.aORI_RecalculateTotalBrutto.Caption = "aORI_RecalculateTotalBrutto" Me.aORI_RecalculateTotalBrutto.Category = "aORI_RecalculateTotalBrutto" Me.aORI_RecalculateTotalBrutto.ConfirmationMessage = Nothing Me.aORI_RecalculateTotalBrutto.Id = "aORI_RecalculateTotalBrutto" Me.aORI_RecalculateTotalBrutto.TargetObjectType = GetType(Nuvolar.[Module].OrderInHeader) Me.aORI_RecalculateTotalBrutto.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aORI_RecalculateTotalBrutto.ToolTip = Nothing Me.aORI_RecalculateTotalBrutto.TypeOfView = GetType(DevExpress.ExpressApp.ListView) ' 'OrderInVC ' Me.Actions.Add(Me.aFinalizeOrderIn) Me.Actions.Add(Me.aStornoOrderIn) Me.Actions.Add(Me.aToTable_OrderIn) Me.Actions.Add(Me.aToTableD_OrderIn) Me.Actions.Add(Me.aUp_OrderIn) Me.Actions.Add(Me.aDown_OrderIn) Me.Actions.Add(Me.aGenerateStorageOutFromOrderIn) Me.Actions.Add(Me.aGenerateInvoicefromOrderIn) Me.Actions.Add(Me.aReCalculatePricing_OrderInRows) Me.Actions.Add(Me.aRecalculateOrder) Me.Actions.Add(Me.aGenerateOrderOutTempFromOrderIn) Me.Actions.Add(Me.aGenerateStorageOutFromOrderInFIFO) Me.Actions.Add(Me.aBackToEdit_OrderInHeader) Me.Actions.Add(Me.aProductFinder) Me.Actions.Add(Me.aORI_Storno_Invoice) Me.Actions.Add(Me.aORI_Storno_DeliveryNoteOut) Me.Actions.Add(Me.aORI_Storno_StorageOut) Me.Actions.Add(Me.aORI_Create_DeliveryInvoice) Me.Actions.Add(Me.aORI_Create_Delivery) Me.Actions.Add(Me.aORI_Create_Invoice) Me.Actions.Add(Me.aGenerateStorageOutFromOrderInBack) Me.Actions.Add(Me.aOrderIn_InvoiceRowFinalize) Me.Actions.Add(Me.aORI_Invoice_Popup_Description) Me.Actions.Add(Me.aORI_Invoice_Popup_DescriptionHeader) Me.Actions.Add(Me.aORI_OrderToSetCustomerOrder) Me.Actions.Add(Me.aORI_OrderToIncoming) Me.Actions.Add(Me.aOrderIn_ChangeRows) Me.Actions.Add(Me.aOrderInOther_ChangeRows) Me.Actions.Add(Me.aOrderInStorageOutDeliveryNoteOut) Me.Actions.Add(Me.aOrderInStorageOutDeliveryNoteOutInvoice) Me.Actions.Add(Me.aOrderIn_RecalculateDEV) Me.Actions.Add(Me.aOrderInInvoiceAdvanceAsk) Me.Actions.Add(Me.aOrderInInvoiceAdvance) Me.Actions.Add(Me.aORI_DeleteInvoiceProforma) Me.Actions.Add(Me.aGenerateInvoiceFromOrderInFinal) Me.Actions.Add(Me.aORI_RegenerateValues) Me.Actions.Add(Me.aORI_RecalculateTotalBrutto) End Sub Friend WithEvents aFinalizeOrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aStornoOrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aToTable_OrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aToTableD_OrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aUp_OrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aDown_OrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aGenerateStorageOutFromOrderIn As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aGenerateInvoicefromOrderIn As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aReCalculatePricing_OrderInRows As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aRecalculateOrder As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aGenerateOrderOutTempFromOrderIn As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aGenerateStorageOutFromOrderInFIFO As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aBackToEdit_OrderInHeader As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aProductFinder As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderIn_ChangeRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderInOther_ChangeRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderInStorageOutDeliveryNoteOut As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderInStorageOutDeliveryNoteOutInvoice As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Storno_Invoice As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Storno_DeliveryNoteOut As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Storno_StorageOut As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aORI_Create_DeliveryInvoice As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Create_Delivery As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Create_Invoice As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aGenerateStorageOutFromOrderInBack As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderIn_RecalculateDEV As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderIn_InvoiceRowFinalize As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Invoice_Popup_Description As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_Invoice_Popup_DescriptionHeader As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_OrderToSetCustomerOrder As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_OrderToIncoming As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderInInvoiceAdvanceAsk As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderInInvoiceAdvance As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_DeleteInvoiceProforma As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aGenerateInvoiceFromOrderInFinal As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_RegenerateValues As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aORI_RecalculateTotalBrutto As DevExpress.ExpressApp.Actions.SimpleAction End Class