153 lines
8.3 KiB
VB.net
153 lines
8.3 KiB
VB.net
Partial Class GLOpenCloseVC
|
|
|
|
<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.aGenerateOpenCloseRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCloseAccountYearBallance = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aReopenAccountYear = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCloseAccountYearSheetProfit = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aOpenNewAccountYear = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGenerateTrialBalanceDividend = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aRepairBadGLRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aGenerateOpenCloseRows
|
|
'
|
|
Me.aGenerateOpenCloseRows.Caption = "aGenerate Open Close Rows"
|
|
Me.aGenerateOpenCloseRows.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aGenerateOpenCloseRows.Id = "aGenerateOpenCloseRows"
|
|
Me.aGenerateOpenCloseRows.ImageName = Nothing
|
|
Me.aGenerateOpenCloseRows.Shortcut = Nothing
|
|
Me.aGenerateOpenCloseRows.Tag = Nothing
|
|
Me.aGenerateOpenCloseRows.TargetObjectsCriteria = Nothing
|
|
Me.aGenerateOpenCloseRows.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aGenerateOpenCloseRows.TargetViewId = Nothing
|
|
Me.aGenerateOpenCloseRows.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aGenerateOpenCloseRows.ToolTip = Nothing
|
|
Me.aGenerateOpenCloseRows.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aCloseAccountYearBallance
|
|
'
|
|
Me.aCloseAccountYearBallance.Caption = "aClose Account Year"
|
|
Me.aCloseAccountYearBallance.ConfirmationMessage = "Are you sure ?"
|
|
Me.aCloseAccountYearBallance.Id = "aCloseAccountYearBallance"
|
|
Me.aCloseAccountYearBallance.ImageName = Nothing
|
|
Me.aCloseAccountYearBallance.Shortcut = Nothing
|
|
Me.aCloseAccountYearBallance.Tag = Nothing
|
|
Me.aCloseAccountYearBallance.TargetObjectsCriteria = Nothing
|
|
Me.aCloseAccountYearBallance.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aCloseAccountYearBallance.TargetViewId = Nothing
|
|
Me.aCloseAccountYearBallance.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aCloseAccountYearBallance.ToolTip = Nothing
|
|
Me.aCloseAccountYearBallance.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aReopenAccountYear
|
|
'
|
|
Me.aReopenAccountYear.Caption = "aReopen Account Year"
|
|
Me.aReopenAccountYear.ConfirmationMessage = "Are you sure ?"
|
|
Me.aReopenAccountYear.Id = "aReopenAccountYear"
|
|
Me.aReopenAccountYear.ImageName = Nothing
|
|
Me.aReopenAccountYear.Shortcut = Nothing
|
|
Me.aReopenAccountYear.Tag = Nothing
|
|
Me.aReopenAccountYear.TargetObjectsCriteria = Nothing
|
|
Me.aReopenAccountYear.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aReopenAccountYear.TargetViewId = Nothing
|
|
Me.aReopenAccountYear.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aReopenAccountYear.ToolTip = Nothing
|
|
Me.aReopenAccountYear.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aCloseAccountYearSheetProfit
|
|
'
|
|
Me.aCloseAccountYearSheetProfit.Caption = "aClose Account Year Sheet Profit"
|
|
Me.aCloseAccountYearSheetProfit.ConfirmationMessage = "Are you sure ?"
|
|
Me.aCloseAccountYearSheetProfit.Id = "aCloseAccountYearSheetProfit"
|
|
Me.aCloseAccountYearSheetProfit.ImageName = Nothing
|
|
Me.aCloseAccountYearSheetProfit.Shortcut = Nothing
|
|
Me.aCloseAccountYearSheetProfit.Tag = Nothing
|
|
Me.aCloseAccountYearSheetProfit.TargetObjectsCriteria = Nothing
|
|
Me.aCloseAccountYearSheetProfit.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aCloseAccountYearSheetProfit.TargetViewId = Nothing
|
|
Me.aCloseAccountYearSheetProfit.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aCloseAccountYearSheetProfit.ToolTip = Nothing
|
|
Me.aCloseAccountYearSheetProfit.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aOpenNewAccountYear
|
|
'
|
|
Me.aOpenNewAccountYear.Caption = "aOpen New Account Year"
|
|
Me.aOpenNewAccountYear.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aOpenNewAccountYear.Id = "aOpenNewAccountYear"
|
|
Me.aOpenNewAccountYear.ImageName = Nothing
|
|
Me.aOpenNewAccountYear.Shortcut = Nothing
|
|
Me.aOpenNewAccountYear.Tag = Nothing
|
|
Me.aOpenNewAccountYear.TargetObjectsCriteria = Nothing
|
|
Me.aOpenNewAccountYear.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aOpenNewAccountYear.TargetViewId = Nothing
|
|
Me.aOpenNewAccountYear.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aOpenNewAccountYear.ToolTip = Nothing
|
|
Me.aOpenNewAccountYear.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aGenerateTrialBalanceDividend
|
|
'
|
|
Me.aGenerateTrialBalanceDividend.Caption = "aGenerate Trial Balance Dividend"
|
|
Me.aGenerateTrialBalanceDividend.ConfirmationMessage = "Are you sure ?"
|
|
Me.aGenerateTrialBalanceDividend.Id = "aGenerateTrialBalanceDividend"
|
|
Me.aGenerateTrialBalanceDividend.ImageName = Nothing
|
|
Me.aGenerateTrialBalanceDividend.Shortcut = Nothing
|
|
Me.aGenerateTrialBalanceDividend.Tag = Nothing
|
|
Me.aGenerateTrialBalanceDividend.TargetObjectsCriteria = Nothing
|
|
Me.aGenerateTrialBalanceDividend.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aGenerateTrialBalanceDividend.TargetViewId = Nothing
|
|
Me.aGenerateTrialBalanceDividend.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aGenerateTrialBalanceDividend.ToolTip = Nothing
|
|
Me.aGenerateTrialBalanceDividend.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aRepairBadGLRows
|
|
'
|
|
Me.aRepairBadGLRows.Caption = "aRepair Bad GLRows"
|
|
Me.aRepairBadGLRows.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aRepairBadGLRows.Id = "aRepairBadGLRows"
|
|
Me.aRepairBadGLRows.ImageName = Nothing
|
|
Me.aRepairBadGLRows.Shortcut = Nothing
|
|
Me.aRepairBadGLRows.Tag = Nothing
|
|
Me.aRepairBadGLRows.TargetObjectsCriteria = Nothing
|
|
Me.aRepairBadGLRows.TargetObjectType = GetType(Nuvolar.[Module].GLOpenCloseHeader)
|
|
Me.aRepairBadGLRows.TargetViewId = Nothing
|
|
Me.aRepairBadGLRows.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aRepairBadGLRows.ToolTip = Nothing
|
|
Me.aRepairBadGLRows.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
|
|
End Sub
|
|
Friend WithEvents aGenerateOpenCloseRows As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCloseAccountYearBallance As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aReopenAccountYear As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCloseAccountYearSheetProfit As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aOpenNewAccountYear As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGenerateTrialBalanceDividend As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aRepairBadGLRows As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|