Files
Nuvolar/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/BookEntry/BookEntryVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

295 lines
16 KiB
VB.net

Partial Class BookEntryVC
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.aBookEntryPayables = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aBookEntryReceiveables = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLRowsCheck = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aGLRowsDivide = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aBookEntryRemove = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLAccountsforBookEntryCheck = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aGLAccountsforBookEntryRemove = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aBookEntryCheckGotoNextStep = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aViewAttachments = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewAttachments_BEP = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewRegistry_BEP = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewRegistry_BEC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLAccountsReadyforBookEntry = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aVATDivide = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aVATMerge = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aBookEntryPayables
'
Me.aBookEntryPayables.Caption = "Book Entry"
Me.aBookEntryPayables.Category = "ObjectsCreation"
Me.aBookEntryPayables.ConfirmationMessage = "Do you want to execute command ?"
Me.aBookEntryPayables.Id = "aBookEntryPayables"
Me.aBookEntryPayables.ImageName = "import2"
Me.aBookEntryPayables.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aBookEntryPayables.Shortcut = Nothing
Me.aBookEntryPayables.Tag = Nothing
Me.aBookEntryPayables.TargetObjectsCriteria = Nothing
Me.aBookEntryPayables.TargetViewId = "RegistryHeader_ListView_GLAccounts"
Me.aBookEntryPayables.ToolTip = Nothing
Me.aBookEntryPayables.TypeOfView = Nothing
'
'aBookEntryReceiveables
'
Me.aBookEntryReceiveables.Caption = "Book Entry"
Me.aBookEntryReceiveables.Category = "ObjectsCreation"
Me.aBookEntryReceiveables.ConfirmationMessage = "Do you want to execute command ?"
Me.aBookEntryReceiveables.Id = "aBookEntryReceiveables"
Me.aBookEntryReceiveables.ImageName = "import1"
Me.aBookEntryReceiveables.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aBookEntryReceiveables.Shortcut = Nothing
Me.aBookEntryReceiveables.Tag = Nothing
Me.aBookEntryReceiveables.TargetObjectsCriteria = Nothing
Me.aBookEntryReceiveables.TargetViewId = "InvoiceHeader_ListView_GLAccounts"
Me.aBookEntryReceiveables.ToolTip = Nothing
Me.aBookEntryReceiveables.TypeOfView = Nothing
'
'aGLRowsCheck
'
Me.aGLRowsCheck.AcceptButtonCaption = Nothing
Me.aGLRowsCheck.CancelButtonCaption = Nothing
Me.aGLRowsCheck.Caption = "Check rows"
Me.aGLRowsCheck.Category = "RecordEdit"
Me.aGLRowsCheck.ConfirmationMessage = Nothing
Me.aGLRowsCheck.Id = "aGLRowsCheck"
Me.aGLRowsCheck.ImageName = "index_preferences"
Me.aGLRowsCheck.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aGLRowsCheck.Shortcut = Nothing
Me.aGLRowsCheck.Tag = Nothing
Me.aGLRowsCheck.TargetObjectsCriteria = Nothing
Me.aGLRowsCheck.TargetViewId = Nothing
Me.aGLRowsCheck.ToolTip = Nothing
Me.aGLRowsCheck.TypeOfView = Nothing
'
'aGLRowsDivide
'
Me.aGLRowsDivide.AcceptButtonCaption = Nothing
Me.aGLRowsDivide.CancelButtonCaption = Nothing
Me.aGLRowsDivide.Caption = "Divide rows"
Me.aGLRowsDivide.Category = "RecordEdit"
Me.aGLRowsDivide.ConfirmationMessage = Nothing
Me.aGLRowsDivide.Id = "aGLRowsDivide"
Me.aGLRowsDivide.ImageName = "row_add_after"
Me.aGLRowsDivide.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLRowsDivide.Shortcut = Nothing
Me.aGLRowsDivide.Tag = Nothing
Me.aGLRowsDivide.TargetObjectsCriteria = Nothing
Me.aGLRowsDivide.TargetViewId = Nothing
Me.aGLRowsDivide.ToolTip = Nothing
Me.aGLRowsDivide.TypeOfView = Nothing
'
'aBookEntryRemove
'
Me.aBookEntryRemove.Caption = "Remove book entry"
Me.aBookEntryRemove.Category = "ObjectsCreation"
Me.aBookEntryRemove.ConfirmationMessage = "Do you want to execute command ?"
Me.aBookEntryRemove.Id = "aBookEntryRemove"
Me.aBookEntryRemove.ImageName = "row_delete"
Me.aBookEntryRemove.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aBookEntryRemove.Shortcut = Nothing
Me.aBookEntryRemove.Tag = Nothing
Me.aBookEntryRemove.TargetObjectsCriteria = Nothing
Me.aBookEntryRemove.TargetViewId = "GLAccounts_ListView"
Me.aBookEntryRemove.ToolTip = Nothing
Me.aBookEntryRemove.TypeOfView = Nothing
'
'aGLAccountsforBookEntryCheck
'
Me.aGLAccountsforBookEntryCheck.AcceptButtonCaption = Nothing
Me.aGLAccountsforBookEntryCheck.CancelButtonCaption = Nothing
Me.aGLAccountsforBookEntryCheck.Caption = "Check rows"
Me.aGLAccountsforBookEntryCheck.Category = "RecordEdit"
Me.aGLAccountsforBookEntryCheck.ConfirmationMessage = Nothing
Me.aGLAccountsforBookEntryCheck.Id = "aGLAccountsforBookEntryCheck"
Me.aGLAccountsforBookEntryCheck.ImageName = "index_preferences"
Me.aGLAccountsforBookEntryCheck.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aGLAccountsforBookEntryCheck.Shortcut = Nothing
Me.aGLAccountsforBookEntryCheck.Tag = Nothing
Me.aGLAccountsforBookEntryCheck.TargetObjectsCriteria = Nothing
Me.aGLAccountsforBookEntryCheck.TargetViewId = ""
Me.aGLAccountsforBookEntryCheck.ToolTip = Nothing
Me.aGLAccountsforBookEntryCheck.TypeOfView = Nothing
'
'aGLAccountsforBookEntryRemove
'
Me.aGLAccountsforBookEntryRemove.Caption = "Remove book entry check"
Me.aGLAccountsforBookEntryRemove.Category = "ObjectsCreation"
Me.aGLAccountsforBookEntryRemove.ConfirmationMessage = "Do you want to execute command ?"
Me.aGLAccountsforBookEntryRemove.Id = "aGLAccountsforBookEntryRemove"
Me.aGLAccountsforBookEntryRemove.ImageName = "row_delete"
Me.aGLAccountsforBookEntryRemove.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aGLAccountsforBookEntryRemove.Shortcut = Nothing
Me.aGLAccountsforBookEntryRemove.Tag = Nothing
Me.aGLAccountsforBookEntryRemove.TargetObjectsCriteria = Nothing
Me.aGLAccountsforBookEntryRemove.TargetViewId = ""
Me.aGLAccountsforBookEntryRemove.ToolTip = Nothing
Me.aGLAccountsforBookEntryRemove.TypeOfView = Nothing
'
'aBookEntryCheckGotoNextStep
'
Me.aBookEntryCheckGotoNextStep.AcceptButtonCaption = Nothing
Me.aBookEntryCheckGotoNextStep.CancelButtonCaption = Nothing
Me.aBookEntryCheckGotoNextStep.Caption = "Next step"
Me.aBookEntryCheckGotoNextStep.Category = "RecordsNavigation"
Me.aBookEntryCheckGotoNextStep.ConfirmationMessage = Nothing
Me.aBookEntryCheckGotoNextStep.Id = "aBookEntryCheckGotoNextStep"
Me.aBookEntryCheckGotoNextStep.ImageName = "step"
Me.aBookEntryCheckGotoNextStep.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aBookEntryCheckGotoNextStep.Shortcut = Nothing
Me.aBookEntryCheckGotoNextStep.Tag = Nothing
Me.aBookEntryCheckGotoNextStep.TargetObjectsCriteria = Nothing
Me.aBookEntryCheckGotoNextStep.TargetViewId = ""
Me.aBookEntryCheckGotoNextStep.ToolTip = Nothing
Me.aBookEntryCheckGotoNextStep.TypeOfView = Nothing
'
'aViewAttachments
'
Me.aViewAttachments.Caption = "View attachments"
Me.aViewAttachments.ConfirmationMessage = Nothing
Me.aViewAttachments.Id = "aViewAttachments"
Me.aViewAttachments.ImageName = "printer_view"
Me.aViewAttachments.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewAttachments.Shortcut = Nothing
Me.aViewAttachments.Tag = Nothing
Me.aViewAttachments.TargetObjectsCriteria = Nothing
Me.aViewAttachments.TargetViewId = ""
Me.aViewAttachments.ToolTip = Nothing
Me.aViewAttachments.TypeOfView = Nothing
'
'aViewAttachments_BEP
'
Me.aViewAttachments_BEP.Caption = "View attachments"
Me.aViewAttachments_BEP.ConfirmationMessage = Nothing
Me.aViewAttachments_BEP.Id = "aViewAttachments_BEP"
Me.aViewAttachments_BEP.ImageName = "printer_view"
Me.aViewAttachments_BEP.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewAttachments_BEP.Shortcut = Nothing
Me.aViewAttachments_BEP.Tag = Nothing
Me.aViewAttachments_BEP.TargetObjectsCriteria = Nothing
Me.aViewAttachments_BEP.TargetViewId = "RegistryHeader_ListView_GLAccounts"
Me.aViewAttachments_BEP.ToolTip = Nothing
Me.aViewAttachments_BEP.TypeOfView = Nothing
'
'aViewRegistry_BEP
'
Me.aViewRegistry_BEP.Caption = "View registry"
Me.aViewRegistry_BEP.ConfirmationMessage = Nothing
Me.aViewRegistry_BEP.Id = "aViewRegistry_BEP"
Me.aViewRegistry_BEP.ImageName = "document_pinned"
Me.aViewRegistry_BEP.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewRegistry_BEP.Shortcut = Nothing
Me.aViewRegistry_BEP.Tag = Nothing
Me.aViewRegistry_BEP.TargetObjectsCriteria = Nothing
Me.aViewRegistry_BEP.TargetViewId = "RegistryHeader_ListView_GLAccounts"
Me.aViewRegistry_BEP.ToolTip = Nothing
Me.aViewRegistry_BEP.TypeOfView = Nothing
'
'aViewRegistry_BEC
'
Me.aViewRegistry_BEC.Caption = "View registry"
Me.aViewRegistry_BEC.ConfirmationMessage = Nothing
Me.aViewRegistry_BEC.Id = "aViewRegistry_BEC"
Me.aViewRegistry_BEC.ImageName = "document_pinned"
Me.aViewRegistry_BEC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewRegistry_BEC.Shortcut = Nothing
Me.aViewRegistry_BEC.Tag = Nothing
Me.aViewRegistry_BEC.TargetObjectsCriteria = Nothing
Me.aViewRegistry_BEC.TargetViewId = ""
Me.aViewRegistry_BEC.ToolTip = Nothing
Me.aViewRegistry_BEC.TypeOfView = Nothing
'
'aGLAccountsReadyforBookEntry
'
Me.aGLAccountsReadyforBookEntry.Caption = "Readyfor Book Entry"
Me.aGLAccountsReadyforBookEntry.ConfirmationMessage = Nothing
Me.aGLAccountsReadyforBookEntry.Id = "aGLAccountsReadyforBookEntry"
Me.aGLAccountsReadyforBookEntry.ImageName = Nothing
Me.aGLAccountsReadyforBookEntry.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aGLAccountsReadyforBookEntry.Shortcut = Nothing
Me.aGLAccountsReadyforBookEntry.Tag = Nothing
Me.aGLAccountsReadyforBookEntry.TargetObjectsCriteria = Nothing
Me.aGLAccountsReadyforBookEntry.TargetViewId = Nothing
Me.aGLAccountsReadyforBookEntry.ToolTip = Nothing
Me.aGLAccountsReadyforBookEntry.TypeOfView = Nothing
'
'aVATDivide
'
Me.aVATDivide.AcceptButtonCaption = Nothing
Me.aVATDivide.CancelButtonCaption = Nothing
Me.aVATDivide.Caption = "Divide VAT row"
Me.aVATDivide.Category = "RecordEdit"
Me.aVATDivide.ConfirmationMessage = Nothing
Me.aVATDivide.Id = "aVATDivide"
Me.aVATDivide.ImageName = "row_add_after"
Me.aVATDivide.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aVATDivide.Shortcut = Nothing
Me.aVATDivide.Tag = Nothing
Me.aVATDivide.TargetObjectsCriteria = Nothing
Me.aVATDivide.TargetViewId = Nothing
Me.aVATDivide.ToolTip = Nothing
Me.aVATDivide.TypeOfView = Nothing
'
'aVATMerge
'
Me.aVATMerge.Caption = "aVATMerge"
Me.aVATMerge.Category = "RecordEdit"
Me.aVATMerge.ConfirmationMessage = "Do you want to execute command ?"
Me.aVATMerge.Id = "aVATMerge"
Me.aVATMerge.ImageName = Nothing
Me.aVATMerge.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aVATMerge.Shortcut = Nothing
Me.aVATMerge.Tag = Nothing
Me.aVATMerge.TargetObjectsCriteria = Nothing
Me.aVATMerge.TargetObjectsCriteriaMode = DevExpress.ExpressApp.Actions.TargetObjectsCriteriaMode.TrueForAll
Me.aVATMerge.TargetViewId = Nothing
Me.aVATMerge.ToolTip = Nothing
Me.aVATMerge.TypeOfView = Nothing
End Sub
Friend WithEvents aBookEntryPayables As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aBookEntryReceiveables As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGLRowsCheck As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aGLRowsDivide As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aBookEntryRemove As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGLAccountsforBookEntryCheck As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aGLAccountsforBookEntryRemove As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aBookEntryCheckGotoNextStep As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aViewAttachments As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewAttachments_BEP As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewRegistry_BEP As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewRegistry_BEC As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGLAccountsReadyforBookEntry As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aVATDivide As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aVATMerge As DevExpress.ExpressApp.Actions.SimpleAction
End Class