179 lines
11 KiB
VB.net
179 lines
11 KiB
VB.net
Partial Class ChartOfAccountsVC
|
|
|
|
<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.aReCreateChartOfAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateChartOfAccountsYear = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aReCreateChartOfAccountsParent = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aReCreateChartOfAccountsCount = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewGLRowsfromChartOfAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCloseChartOfAccountsYear = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateCartOfAccountsYearAny = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aCloseChartOfAccountsYearBack = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aReCreateChartOfAccounts
|
|
'
|
|
Me.aReCreateChartOfAccounts.Caption = "aRe Create Chart Of Accounts"
|
|
Me.aReCreateChartOfAccounts.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aReCreateChartOfAccounts.Id = "aReCreateChartOfAccounts"
|
|
Me.aReCreateChartOfAccounts.ImageName = Nothing
|
|
Me.aReCreateChartOfAccounts.Shortcut = Nothing
|
|
Me.aReCreateChartOfAccounts.Tag = Nothing
|
|
Me.aReCreateChartOfAccounts.TargetObjectsCriteria = Nothing
|
|
Me.aReCreateChartOfAccounts.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccounts)
|
|
Me.aReCreateChartOfAccounts.TargetViewId = ""
|
|
Me.aReCreateChartOfAccounts.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aReCreateChartOfAccounts.ToolTip = Nothing
|
|
Me.aReCreateChartOfAccounts.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aCreateChartOfAccountsYear
|
|
'
|
|
Me.aCreateChartOfAccountsYear.Caption = "aCreate Chart Of Accounts Year"
|
|
Me.aCreateChartOfAccountsYear.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aCreateChartOfAccountsYear.Id = "aCreateChartOfAccountsYear"
|
|
Me.aCreateChartOfAccountsYear.ImageName = Nothing
|
|
Me.aCreateChartOfAccountsYear.Shortcut = Nothing
|
|
Me.aCreateChartOfAccountsYear.Tag = Nothing
|
|
Me.aCreateChartOfAccountsYear.TargetObjectsCriteria = Nothing
|
|
Me.aCreateChartOfAccountsYear.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccountsYear)
|
|
Me.aCreateChartOfAccountsYear.TargetViewId = Nothing
|
|
Me.aCreateChartOfAccountsYear.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aCreateChartOfAccountsYear.ToolTip = Nothing
|
|
Me.aCreateChartOfAccountsYear.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aReCreateChartOfAccountsParent
|
|
'
|
|
Me.aReCreateChartOfAccountsParent.Caption = "aRe Create Chart Of Accounts Parent"
|
|
Me.aReCreateChartOfAccountsParent.ConfirmationMessage = Nothing
|
|
Me.aReCreateChartOfAccountsParent.Id = "aReCreateChartOfAccountsParent"
|
|
Me.aReCreateChartOfAccountsParent.ImageName = Nothing
|
|
Me.aReCreateChartOfAccountsParent.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aReCreateChartOfAccountsParent.Shortcut = Nothing
|
|
Me.aReCreateChartOfAccountsParent.Tag = Nothing
|
|
Me.aReCreateChartOfAccountsParent.TargetObjectsCriteria = Nothing
|
|
Me.aReCreateChartOfAccountsParent.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccounts)
|
|
Me.aReCreateChartOfAccountsParent.TargetViewId = Nothing
|
|
Me.aReCreateChartOfAccountsParent.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aReCreateChartOfAccountsParent.ToolTip = Nothing
|
|
Me.aReCreateChartOfAccountsParent.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aReCreateChartOfAccountsCount
|
|
'
|
|
Me.aReCreateChartOfAccountsCount.Caption = "aRe Create Chart Of Accounts Count"
|
|
Me.aReCreateChartOfAccountsCount.ConfirmationMessage = Nothing
|
|
Me.aReCreateChartOfAccountsCount.Id = "aReCreateChartOfAccountsCount"
|
|
Me.aReCreateChartOfAccountsCount.ImageName = Nothing
|
|
Me.aReCreateChartOfAccountsCount.Shortcut = Nothing
|
|
Me.aReCreateChartOfAccountsCount.Tag = Nothing
|
|
Me.aReCreateChartOfAccountsCount.TargetObjectsCriteria = Nothing
|
|
Me.aReCreateChartOfAccountsCount.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccounts)
|
|
Me.aReCreateChartOfAccountsCount.TargetViewId = Nothing
|
|
Me.aReCreateChartOfAccountsCount.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aReCreateChartOfAccountsCount.ToolTip = Nothing
|
|
Me.aReCreateChartOfAccountsCount.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aViewGLRowsfromChartOfAccounts
|
|
'
|
|
Me.aViewGLRowsfromChartOfAccounts.Caption = "aView GLRowsfrom Chart Of Accounts"
|
|
Me.aViewGLRowsfromChartOfAccounts.ConfirmationMessage = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.Id = "aViewGLRowsfromChartOfAccounts"
|
|
Me.aViewGLRowsfromChartOfAccounts.ImageName = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewGLRowsfromChartOfAccounts.Shortcut = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.Tag = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.TargetObjectsCriteria = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccounts)
|
|
Me.aViewGLRowsfromChartOfAccounts.TargetViewId = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aViewGLRowsfromChartOfAccounts.ToolTip = Nothing
|
|
Me.aViewGLRowsfromChartOfAccounts.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aCloseChartOfAccountsYear
|
|
'
|
|
Me.aCloseChartOfAccountsYear.Caption = "aClose Chart Of Accounts Year"
|
|
Me.aCloseChartOfAccountsYear.ConfirmationMessage = "Are you sure ?"
|
|
Me.aCloseChartOfAccountsYear.Id = "aCloseChartOfAccountsYear"
|
|
Me.aCloseChartOfAccountsYear.ImageName = Nothing
|
|
Me.aCloseChartOfAccountsYear.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCloseChartOfAccountsYear.Shortcut = Nothing
|
|
Me.aCloseChartOfAccountsYear.Tag = Nothing
|
|
Me.aCloseChartOfAccountsYear.TargetObjectsCriteria = Nothing
|
|
Me.aCloseChartOfAccountsYear.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccountsYear)
|
|
Me.aCloseChartOfAccountsYear.TargetViewId = Nothing
|
|
Me.aCloseChartOfAccountsYear.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
|
|
Me.aCloseChartOfAccountsYear.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aCloseChartOfAccountsYear.ToolTip = Nothing
|
|
Me.aCloseChartOfAccountsYear.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aCreateCartOfAccountsYearAny
|
|
'
|
|
Me.aCreateCartOfAccountsYearAny.AcceptButtonCaption = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.CancelButtonCaption = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.Caption = "aCreate Cart Of Accounts Year Any"
|
|
Me.aCreateCartOfAccountsYearAny.ConfirmationMessage = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.Id = "aCreateCartOfAccountsYearAny"
|
|
Me.aCreateCartOfAccountsYearAny.ImageName = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.Shortcut = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.Tag = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.TargetObjectsCriteria = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccountsYear)
|
|
Me.aCreateCartOfAccountsYearAny.TargetViewId = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
|
|
Me.aCreateCartOfAccountsYearAny.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aCreateCartOfAccountsYearAny.ToolTip = Nothing
|
|
Me.aCreateCartOfAccountsYearAny.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aCloseChartOfAccountsYearBack
|
|
'
|
|
Me.aCloseChartOfAccountsYearBack.Caption = "aClose Chart Of Accounts Year Back"
|
|
Me.aCloseChartOfAccountsYearBack.ConfirmationMessage = "Are you sure ?"
|
|
Me.aCloseChartOfAccountsYearBack.Id = "aCloseChartOfAccountsYearBack"
|
|
Me.aCloseChartOfAccountsYearBack.ImageName = Nothing
|
|
Me.aCloseChartOfAccountsYearBack.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCloseChartOfAccountsYearBack.Shortcut = Nothing
|
|
Me.aCloseChartOfAccountsYearBack.Tag = Nothing
|
|
Me.aCloseChartOfAccountsYearBack.TargetObjectsCriteria = Nothing
|
|
Me.aCloseChartOfAccountsYearBack.TargetObjectType = GetType(Nuvolar.[Module].ChartOfAccountsYear)
|
|
Me.aCloseChartOfAccountsYearBack.TargetViewId = Nothing
|
|
Me.aCloseChartOfAccountsYearBack.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
|
|
Me.aCloseChartOfAccountsYearBack.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aCloseChartOfAccountsYearBack.ToolTip = Nothing
|
|
Me.aCloseChartOfAccountsYearBack.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
|
|
End Sub
|
|
Friend WithEvents aReCreateChartOfAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateChartOfAccountsYear As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aReCreateChartOfAccountsParent As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aReCreateChartOfAccountsCount As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewGLRowsfromChartOfAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCloseChartOfAccountsYear As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateCartOfAccountsYearAny As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aCloseChartOfAccountsYearBack As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|