191 lines
8.0 KiB
VB.net
191 lines
8.0 KiB
VB.net
Partial Class GeneralLedgerVC
|
|
|
|
<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.aToTable = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aFinalizeAll = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aStorno = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLFinal = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLToTable = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLStorno = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLFinalAndNew = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aFinalizeAllAndNew = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.MakeEditable = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGeneralLedgerFinal = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aToTable
|
|
'
|
|
Me.aToTable.Caption = "aToTable"
|
|
Me.aToTable.ConfirmationMessage = Nothing
|
|
Me.aToTable.Id = "aToTable"
|
|
Me.aToTable.ImageName = Nothing
|
|
Me.aToTable.Shortcut = Nothing
|
|
Me.aToTable.Tag = Nothing
|
|
Me.aToTable.TargetObjectsCriteria = Nothing
|
|
Me.aToTable.TargetViewId = Nothing
|
|
Me.aToTable.ToolTip = Nothing
|
|
Me.aToTable.TypeOfView = Nothing
|
|
'
|
|
'aFinalizeAll
|
|
'
|
|
Me.aFinalizeAll.Caption = "aFinalize All"
|
|
Me.aFinalizeAll.ConfirmationMessage = Nothing
|
|
Me.aFinalizeAll.Id = "aFinalizeAll"
|
|
Me.aFinalizeAll.ImageName = Nothing
|
|
Me.aFinalizeAll.Shortcut = Nothing
|
|
Me.aFinalizeAll.Tag = Nothing
|
|
Me.aFinalizeAll.TargetObjectsCriteria = Nothing
|
|
Me.aFinalizeAll.TargetViewId = Nothing
|
|
Me.aFinalizeAll.ToolTip = Nothing
|
|
Me.aFinalizeAll.TypeOfView = Nothing
|
|
'
|
|
'aStorno
|
|
'
|
|
Me.aStorno.Caption = "aStorno"
|
|
Me.aStorno.ConfirmationMessage = Nothing
|
|
Me.aStorno.Id = "aStorno"
|
|
Me.aStorno.ImageName = Nothing
|
|
Me.aStorno.Shortcut = Nothing
|
|
Me.aStorno.Tag = Nothing
|
|
Me.aStorno.TargetObjectsCriteria = Nothing
|
|
Me.aStorno.TargetViewId = Nothing
|
|
Me.aStorno.ToolTip = Nothing
|
|
Me.aStorno.TypeOfView = Nothing
|
|
'
|
|
'aGLFinal
|
|
'
|
|
Me.aGLFinal.Caption = "aGLFinal"
|
|
Me.aGLFinal.Category = "RecordEdit"
|
|
Me.aGLFinal.ConfirmationMessage = Nothing
|
|
Me.aGLFinal.Id = "aGLFinal"
|
|
Me.aGLFinal.ImageName = Nothing
|
|
Me.aGLFinal.Shortcut = Nothing
|
|
Me.aGLFinal.Tag = Nothing
|
|
Me.aGLFinal.TargetObjectsCriteria = Nothing
|
|
Me.aGLFinal.TargetViewId = Nothing
|
|
Me.aGLFinal.ToolTip = Nothing
|
|
Me.aGLFinal.TypeOfView = Nothing
|
|
'
|
|
'aGLToTable
|
|
'
|
|
Me.aGLToTable.Caption = "aGLTo Table"
|
|
Me.aGLToTable.ConfirmationMessage = Nothing
|
|
Me.aGLToTable.Id = "aGLToTable"
|
|
Me.aGLToTable.ImageName = Nothing
|
|
Me.aGLToTable.Shortcut = Nothing
|
|
Me.aGLToTable.Tag = Nothing
|
|
Me.aGLToTable.TargetObjectsCriteria = Nothing
|
|
Me.aGLToTable.TargetViewId = Nothing
|
|
Me.aGLToTable.ToolTip = Nothing
|
|
Me.aGLToTable.TypeOfView = Nothing
|
|
'
|
|
'aGLStorno
|
|
'
|
|
Me.aGLStorno.Caption = "aGLStorno"
|
|
Me.aGLStorno.ConfirmationMessage = Nothing
|
|
Me.aGLStorno.Id = "aGLStorno"
|
|
Me.aGLStorno.ImageName = Nothing
|
|
Me.aGLStorno.Shortcut = Nothing
|
|
Me.aGLStorno.Tag = Nothing
|
|
Me.aGLStorno.TargetObjectsCriteria = Nothing
|
|
Me.aGLStorno.TargetViewId = Nothing
|
|
Me.aGLStorno.ToolTip = Nothing
|
|
Me.aGLStorno.TypeOfView = Nothing
|
|
'
|
|
'aGLFinalAndNew
|
|
'
|
|
Me.aGLFinalAndNew.Caption = "aGLFinal And New"
|
|
Me.aGLFinalAndNew.Category = "RecordEdit"
|
|
Me.aGLFinalAndNew.ConfirmationMessage = Nothing
|
|
Me.aGLFinalAndNew.Id = "aGLFinalAndNew"
|
|
Me.aGLFinalAndNew.ImageName = "MenuBar_SaveAndNew"
|
|
Me.aGLFinalAndNew.Shortcut = Nothing
|
|
Me.aGLFinalAndNew.Tag = Nothing
|
|
Me.aGLFinalAndNew.TargetObjectsCriteria = Nothing
|
|
Me.aGLFinalAndNew.TargetViewId = Nothing
|
|
Me.aGLFinalAndNew.ToolTip = Nothing
|
|
Me.aGLFinalAndNew.TypeOfView = Nothing
|
|
'
|
|
'aFinalizeAllAndNew
|
|
'
|
|
Me.aFinalizeAllAndNew.Caption = "aFinalize All And New"
|
|
Me.aFinalizeAllAndNew.ConfirmationMessage = Nothing
|
|
Me.aFinalizeAllAndNew.Id = "aFinalizeAllAndNew"
|
|
Me.aFinalizeAllAndNew.ImageName = Nothing
|
|
Me.aFinalizeAllAndNew.Shortcut = Nothing
|
|
Me.aFinalizeAllAndNew.Tag = Nothing
|
|
Me.aFinalizeAllAndNew.TargetObjectsCriteria = Nothing
|
|
Me.aFinalizeAllAndNew.TargetViewId = Nothing
|
|
Me.aFinalizeAllAndNew.ToolTip = Nothing
|
|
Me.aFinalizeAllAndNew.TypeOfView = Nothing
|
|
'
|
|
'MakeEditable
|
|
'
|
|
Me.MakeEditable.Caption = "Make Editable"
|
|
Me.MakeEditable.Category = "RecordEdit"
|
|
Me.MakeEditable.ConfirmationMessage = Nothing
|
|
Me.MakeEditable.Id = "MakeEditable"
|
|
Me.MakeEditable.ImageName = Nothing
|
|
Me.MakeEditable.Shortcut = Nothing
|
|
Me.MakeEditable.Tag = Nothing
|
|
Me.MakeEditable.TargetObjectsCriteria = Nothing
|
|
Me.MakeEditable.TargetViewId = Nothing
|
|
Me.MakeEditable.ToolTip = Nothing
|
|
Me.MakeEditable.TypeOfView = Nothing
|
|
'
|
|
'aGeneralLedgerFinal
|
|
'
|
|
Me.aGeneralLedgerFinal.Caption = "aGeneral Ledger Final"
|
|
Me.aGeneralLedgerFinal.Category = "Menu"
|
|
Me.aGeneralLedgerFinal.ConfirmationMessage = Nothing
|
|
Me.aGeneralLedgerFinal.Id = "aGeneralLedgerFinal"
|
|
Me.aGeneralLedgerFinal.ImageName = Nothing
|
|
Me.aGeneralLedgerFinal.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aGeneralLedgerFinal.Shortcut = Nothing
|
|
Me.aGeneralLedgerFinal.Tag = Nothing
|
|
Me.aGeneralLedgerFinal.TargetObjectsCriteria = Nothing
|
|
Me.aGeneralLedgerFinal.TargetObjectType = GetType(Nuvolar.[Module].GLHeader)
|
|
Me.aGeneralLedgerFinal.TargetViewId = ""
|
|
Me.aGeneralLedgerFinal.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aGeneralLedgerFinal.ToolTip = Nothing
|
|
Me.aGeneralLedgerFinal.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
|
|
End Sub
|
|
Friend WithEvents aGeneralLedgerFinal As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTable As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinalizeAll As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aStorno As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLFinal As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLToTable As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLStorno As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLFinalAndNew As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinalizeAllAndNew As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents MakeEditable As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|