251 lines
15 KiB
VB.net
251 lines
15 KiB
VB.net
Partial Class GLAccountsVC
|
|
|
|
<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.aBackToRowEdit_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aImportReceivables = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGetRegistryNumber_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCloneGLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTable_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aMakeEditable_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aFinal_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aFinalAndNew_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTableD_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewPCIDW_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aOpenAccountsPdf = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aPCICheckGLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aCreateMixedPCI_GLAccount = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aToTable_GLAccounts_Telephone = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aGenerateOpenClosePCIRecord = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aGenerateOpenClosePCIRecord_Storno = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aRestoreDeletedRecord_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aBackToRowEdit_GLAccounts
|
|
'
|
|
Me.aBackToRowEdit_GLAccounts.Caption = "Edit row"
|
|
Me.aBackToRowEdit_GLAccounts.Category = "aBackToRowEdit_GLAccounts"
|
|
Me.aBackToRowEdit_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aBackToRowEdit_GLAccounts.Id = "aBackToRowEdit_GLAccounts"
|
|
Me.aBackToRowEdit_GLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aBackToRowEdit_GLAccounts.Shortcut = "F8"
|
|
Me.aBackToRowEdit_GLAccounts.TargetViewId = "GLAccounts_DetailView"
|
|
Me.aBackToRowEdit_GLAccounts.ToolTip = Nothing
|
|
'
|
|
'aImportReceivables
|
|
'
|
|
Me.aImportReceivables.Caption = "Import Receivables"
|
|
Me.aImportReceivables.Category = "ObjectsCreation"
|
|
Me.aImportReceivables.ConfirmationMessage = "Do you want to execute command"
|
|
Me.aImportReceivables.Id = "aImportReceivables"
|
|
Me.aImportReceivables.TargetViewId = "InvoiceHeader_ListView_GLAccount"
|
|
Me.aImportReceivables.ToolTip = Nothing
|
|
'
|
|
'aGetRegistryNumber_GLAccounts
|
|
'
|
|
Me.aGetRegistryNumber_GLAccounts.Caption = "aGetRegistryNumber_GLAccounts"
|
|
Me.aGetRegistryNumber_GLAccounts.Category = "aGetRegistryNumber_GLAccounts"
|
|
Me.aGetRegistryNumber_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aGetRegistryNumber_GLAccounts.Id = "aGetRegistryNumber_GLAccounts"
|
|
Me.aGetRegistryNumber_GLAccounts.ToolTip = Nothing
|
|
'
|
|
'aCloneGLAccounts
|
|
'
|
|
Me.aCloneGLAccounts.Caption = "Clone GLAccounts"
|
|
Me.aCloneGLAccounts.Category = "ObjectsCreation"
|
|
Me.aCloneGLAccounts.ConfirmationMessage = Nothing
|
|
Me.aCloneGLAccounts.Id = "aCloneGLAccounts"
|
|
Me.aCloneGLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aCloneGLAccounts.ToolTip = Nothing
|
|
'
|
|
'aToTable_GLAccounts
|
|
'
|
|
Me.aToTable_GLAccounts.Caption = "aToTable"
|
|
Me.aToTable_GLAccounts.Category = "aToTable_GLAccounts"
|
|
Me.aToTable_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aToTable_GLAccounts.Id = "aToTable_GLAccounts"
|
|
Me.aToTable_GLAccounts.Shortcut = "F6"
|
|
Me.aToTable_GLAccounts.Tag = "row_AmountHUF"
|
|
Me.aToTable_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aToTable_GLAccounts.TargetViewId = "GLAccounts_DetailView"
|
|
Me.aToTable_GLAccounts.ToolTip = Nothing
|
|
'
|
|
'aMakeEditable_GLAccounts
|
|
'
|
|
Me.aMakeEditable_GLAccounts.Caption = "aMakeEditable_GLAccounts"
|
|
Me.aMakeEditable_GLAccounts.Category = "ObjectsCreation"
|
|
Me.aMakeEditable_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aMakeEditable_GLAccounts.Id = "aMakeEditable_GLAccounts"
|
|
Me.aMakeEditable_GLAccounts.ImageName = "replace2.png"
|
|
Me.aMakeEditable_GLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aMakeEditable_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aMakeEditable_GLAccounts.ToolTip = Nothing
|
|
'
|
|
'aFinal_GLAccounts
|
|
'
|
|
Me.aFinal_GLAccounts.Caption = "aFinal_GLAccounts"
|
|
Me.aFinal_GLAccounts.Category = "ObjectsCreation"
|
|
Me.aFinal_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aFinal_GLAccounts.Id = "aFinal_GLAccounts"
|
|
Me.aFinal_GLAccounts.ImageName = "MenuBar_SaveAndClose"
|
|
Me.aFinal_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aFinal_GLAccounts.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aFinal_GLAccounts.ToolTip = Nothing
|
|
Me.aFinal_GLAccounts.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aFinalAndNew_GLAccounts
|
|
'
|
|
Me.aFinalAndNew_GLAccounts.Caption = "aFinalAndNew_GLAccounts"
|
|
Me.aFinalAndNew_GLAccounts.Category = "ObjectsCreation"
|
|
Me.aFinalAndNew_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aFinalAndNew_GLAccounts.Id = "aFinalAndNew_GLAccounts"
|
|
Me.aFinalAndNew_GLAccounts.ImageName = "MenuBar_SaveAndNew"
|
|
Me.aFinalAndNew_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aFinalAndNew_GLAccounts.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aFinalAndNew_GLAccounts.ToolTip = Nothing
|
|
Me.aFinalAndNew_GLAccounts.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aToTableD_GLAccounts
|
|
'
|
|
Me.aToTableD_GLAccounts.Caption = "Delete row"
|
|
Me.aToTableD_GLAccounts.Category = "aToTableD_GLAccounts"
|
|
Me.aToTableD_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aToTableD_GLAccounts.Id = "aToTableD_GLAccounts"
|
|
Me.aToTableD_GLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aToTableD_GLAccounts.Shortcut = "F7"
|
|
Me.aToTableD_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aToTableD_GLAccounts.TargetViewId = "GLAccounts_DetailView"
|
|
Me.aToTableD_GLAccounts.ToolTip = Nothing
|
|
'
|
|
'aViewPCIDW_GLAccounts
|
|
'
|
|
Me.aViewPCIDW_GLAccounts.Caption = "View detail"
|
|
Me.aViewPCIDW_GLAccounts.ConfirmationMessage = Nothing
|
|
Me.aViewPCIDW_GLAccounts.Id = "aViewPCIDW_GLAccounts"
|
|
Me.aViewPCIDW_GLAccounts.ImageName = "document_pinned"
|
|
Me.aViewPCIDW_GLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewPCIDW_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aViewPCIDW_GLAccounts.TargetViewId = ""
|
|
Me.aViewPCIDW_GLAccounts.ToolTip = Nothing
|
|
'
|
|
'aOpenAccountsPdf
|
|
'
|
|
Me.aOpenAccountsPdf.Caption = "aOpen Accounts Pdf"
|
|
Me.aOpenAccountsPdf.ConfirmationMessage = Nothing
|
|
Me.aOpenAccountsPdf.Id = "aOpenAccountsPdf"
|
|
Me.aOpenAccountsPdf.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aOpenAccountsPdf.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aOpenAccountsPdf.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aOpenAccountsPdf.ToolTip = Nothing
|
|
Me.aOpenAccountsPdf.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
'
|
|
'aPCICheckGLAccounts
|
|
'
|
|
Me.aPCICheckGLAccounts.Caption = "aPCICheck GLAccounts"
|
|
Me.aPCICheckGLAccounts.Category = "RecordEdit"
|
|
Me.aPCICheckGLAccounts.ConfirmationMessage = Nothing
|
|
Me.aPCICheckGLAccounts.Id = "aPCICheckGLAccounts"
|
|
Me.aPCICheckGLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aPCICheckGLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aPCICheckGLAccounts.ToolTip = Nothing
|
|
'
|
|
'aCreateMixedPCI_GLAccount
|
|
'
|
|
Me.aCreateMixedPCI_GLAccount.AcceptButtonCaption = Nothing
|
|
Me.aCreateMixedPCI_GLAccount.CancelButtonCaption = Nothing
|
|
Me.aCreateMixedPCI_GLAccount.Caption = "aCreateMixedPCI_GLAccount"
|
|
Me.aCreateMixedPCI_GLAccount.ConfirmationMessage = Nothing
|
|
Me.aCreateMixedPCI_GLAccount.Id = "aCreateMixedPCI_GLAccount"
|
|
Me.aCreateMixedPCI_GLAccount.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aCreateMixedPCI_GLAccount.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aCreateMixedPCI_GLAccount.ToolTip = Nothing
|
|
'
|
|
'aToTable_GLAccounts_Telephone
|
|
'
|
|
Me.aToTable_GLAccounts_Telephone.AcceptButtonCaption = Nothing
|
|
Me.aToTable_GLAccounts_Telephone.CancelButtonCaption = Nothing
|
|
Me.aToTable_GLAccounts_Telephone.Caption = "aToTable_GLAccounts_Telephone"
|
|
Me.aToTable_GLAccounts_Telephone.ConfirmationMessage = Nothing
|
|
Me.aToTable_GLAccounts_Telephone.Id = "aToTable_GLAccounts_Telephone"
|
|
Me.aToTable_GLAccounts_Telephone.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aToTable_GLAccounts_Telephone.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aToTable_GLAccounts_Telephone.ToolTip = Nothing
|
|
Me.aToTable_GLAccounts_Telephone.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aGenerateOpenClosePCIRecord
|
|
'
|
|
Me.aGenerateOpenClosePCIRecord.AcceptButtonCaption = Nothing
|
|
Me.aGenerateOpenClosePCIRecord.CancelButtonCaption = Nothing
|
|
Me.aGenerateOpenClosePCIRecord.Caption = "aGenerate Open Close PCIRecord"
|
|
Me.aGenerateOpenClosePCIRecord.ConfirmationMessage = Nothing
|
|
Me.aGenerateOpenClosePCIRecord.Id = "aGenerateOpenClosePCIRecord"
|
|
Me.aGenerateOpenClosePCIRecord.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aGenerateOpenClosePCIRecord.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aGenerateOpenClosePCIRecord.ToolTip = Nothing
|
|
'
|
|
'aGenerateOpenClosePCIRecord_Storno
|
|
'
|
|
Me.aGenerateOpenClosePCIRecord_Storno.AcceptButtonCaption = Nothing
|
|
Me.aGenerateOpenClosePCIRecord_Storno.CancelButtonCaption = Nothing
|
|
Me.aGenerateOpenClosePCIRecord_Storno.Caption = "aGenerateOpenClosePCIRecord_Storno"
|
|
Me.aGenerateOpenClosePCIRecord_Storno.ConfirmationMessage = Nothing
|
|
Me.aGenerateOpenClosePCIRecord_Storno.Id = "aGenerateOpenClosePCIRecord_Storno"
|
|
Me.aGenerateOpenClosePCIRecord_Storno.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aGenerateOpenClosePCIRecord_Storno.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aGenerateOpenClosePCIRecord_Storno.ToolTip = Nothing
|
|
'
|
|
'aRestoreDeletedRecord_GLAccounts
|
|
'
|
|
Me.aRestoreDeletedRecord_GLAccounts.Caption = "aRestoreDeletedRecord_GLAccounts"
|
|
Me.aRestoreDeletedRecord_GLAccounts.ConfirmationMessage = "Are you sure ?"
|
|
Me.aRestoreDeletedRecord_GLAccounts.Id = "aRestoreDeletedRecord_GLAccounts"
|
|
Me.aRestoreDeletedRecord_GLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aRestoreDeletedRecord_GLAccounts.TargetObjectType = GetType(Nuvolar.[Module].GLAccounts)
|
|
Me.aRestoreDeletedRecord_GLAccounts.TargetViewId = "GLAccounts_ListView_Deleted"
|
|
Me.aRestoreDeletedRecord_GLAccounts.ToolTip = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aToTable_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinal_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aMakeEditable_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinalAndNew_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTableD_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aBackToRowEdit_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aImportReceivables As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewPCIDW_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGetRegistryNumber_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aOpenAccountsPdf As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aPCICheckGLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCloneGLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aCreateMixedPCI_GLAccount As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aToTable_GLAccounts_Telephone As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aGenerateOpenClosePCIRecord As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aGenerateOpenClosePCIRecord_Storno As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aRestoreDeletedRecord_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|