Files
2017-03-08 11:21:27 +01:00

214 lines
12 KiB
VB.net

Partial Class GLBaseVC
<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.aGLBaseOpenDocument = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLRowsRepairYear = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aRepairNoDetails = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aDown_GLRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLBaseDivideRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aGLBaseOpenAttachments = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aPCICheck_GLRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewGLDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aReconfigureGLDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aDeleteGLRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLRowsNormalToPartner = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aUp_GLRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGLBaseViewPCIDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aGLBaseOpenDocument
'
Me.aGLBaseOpenDocument.Caption = "View document"
Me.aGLBaseOpenDocument.Category = "View"
Me.aGLBaseOpenDocument.ConfirmationMessage = Nothing
Me.aGLBaseOpenDocument.Id = "aGLBaseOpenDocument"
Me.aGLBaseOpenDocument.ImageName = "Action_Open"
Me.aGLBaseOpenDocument.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLBaseOpenDocument.TargetViewId = ""
Me.aGLBaseOpenDocument.ToolTip = Nothing
'
'aGLRowsRepairYear
'
Me.aGLRowsRepairYear.Caption = "aGLRows Repair Year"
Me.aGLRowsRepairYear.ConfirmationMessage = Nothing
Me.aGLRowsRepairYear.Id = "aGLRowsRepairYear"
Me.aGLRowsRepairYear.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aGLRowsRepairYear.TargetViewId = "GLRows_ListView_Error"
Me.aGLRowsRepairYear.ToolTip = Nothing
'
'aRepairNoDetails
'
Me.aRepairNoDetails.Caption = "aRepair No Details"
Me.aRepairNoDetails.ConfirmationMessage = Nothing
Me.aRepairNoDetails.Id = "aRepairNoDetails"
Me.aRepairNoDetails.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aRepairNoDetails.TargetViewId = "GLRows_ListView_Error_NoDetails"
Me.aRepairNoDetails.ToolTip = Nothing
'
'aDown_GLRows
'
Me.aDown_GLRows.Caption = "Down"
Me.aDown_GLRows.Category = "RecordsNavigation"
Me.aDown_GLRows.ConfirmationMessage = Nothing
Me.aDown_GLRows.Id = "aDown_GLRows"
Me.aDown_GLRows.ImageName = "arrow_down_green"
Me.aDown_GLRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aDown_GLRows.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aDown_GLRows.TargetViewId = ""
Me.aDown_GLRows.TargetViewNesting = DevExpress.ExpressApp.Nesting.Nested
Me.aDown_GLRows.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aDown_GLRows.ToolTip = Nothing
Me.aDown_GLRows.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aGLBaseDivideRows
'
Me.aGLBaseDivideRows.AcceptButtonCaption = Nothing
Me.aGLBaseDivideRows.CancelButtonCaption = Nothing
Me.aGLBaseDivideRows.Caption = "Divide rows"
Me.aGLBaseDivideRows.Category = "Edit"
Me.aGLBaseDivideRows.ConfirmationMessage = Nothing
Me.aGLBaseDivideRows.Id = "aGLBaseDivideRows"
Me.aGLBaseDivideRows.ImageName = "row_add_after"
Me.aGLBaseDivideRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLBaseDivideRows.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aGLBaseDivideRows.TargetViewId = ""
Me.aGLBaseDivideRows.ToolTip = Nothing
'
'aGLBaseOpenAttachments
'
Me.aGLBaseOpenAttachments.Caption = "View document"
Me.aGLBaseOpenAttachments.Category = "View"
Me.aGLBaseOpenAttachments.ConfirmationMessage = Nothing
Me.aGLBaseOpenAttachments.Id = "aGLBaseOpenAttachments"
Me.aGLBaseOpenAttachments.ImageName = "Action_Open"
Me.aGLBaseOpenAttachments.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLBaseOpenAttachments.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aGLBaseOpenAttachments.TargetViewId = ""
Me.aGLBaseOpenAttachments.ToolTip = Nothing
'
'aPCICheck_GLRows
'
Me.aPCICheck_GLRows.Caption = "aPCICheck_GLRows"
Me.aPCICheck_GLRows.ConfirmationMessage = "Do you want to execute ?"
Me.aPCICheck_GLRows.Id = "aPCICheck_GLRows"
Me.aPCICheck_GLRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aPCICheck_GLRows.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aPCICheck_GLRows.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aPCICheck_GLRows.ToolTip = Nothing
Me.aPCICheck_GLRows.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aViewGLDetail
'
Me.aViewGLDetail.Caption = "aView GLDetail"
Me.aViewGLDetail.ConfirmationMessage = Nothing
Me.aViewGLDetail.Id = "aViewGLDetail"
Me.aViewGLDetail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewGLDetail.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aViewGLDetail.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aViewGLDetail.ToolTip = Nothing
Me.aViewGLDetail.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aReconfigureGLDetail
'
Me.aReconfigureGLDetail.Caption = "aReconfigure GLDetail"
Me.aReconfigureGLDetail.ConfirmationMessage = "Are you sure ?"
Me.aReconfigureGLDetail.Id = "aReconfigureGLDetail"
Me.aReconfigureGLDetail.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aReconfigureGLDetail.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aReconfigureGLDetail.ToolTip = Nothing
Me.aReconfigureGLDetail.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aDeleteGLRows
'
Me.aDeleteGLRows.Caption = "aDelete GLRows"
Me.aDeleteGLRows.ConfirmationMessage = "Are you sure ?"
Me.aDeleteGLRows.Id = "aDeleteGLRows"
Me.aDeleteGLRows.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aDeleteGLRows.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aDeleteGLRows.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aDeleteGLRows.ToolTip = Nothing
Me.aDeleteGLRows.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aGLRowsNormalToPartner
'
Me.aGLRowsNormalToPartner.AcceptButtonCaption = Nothing
Me.aGLRowsNormalToPartner.CancelButtonCaption = Nothing
Me.aGLRowsNormalToPartner.Caption = "aGLRows Normal To Partner"
Me.aGLRowsNormalToPartner.ConfirmationMessage = Nothing
Me.aGLRowsNormalToPartner.Id = "aGLRowsNormalToPartner"
Me.aGLRowsNormalToPartner.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLRowsNormalToPartner.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aGLRowsNormalToPartner.ToolTip = Nothing
'
'aUp_GLRows
'
Me.aUp_GLRows.Caption = "Up"
Me.aUp_GLRows.Category = "RecordsNavigation"
Me.aUp_GLRows.ConfirmationMessage = Nothing
Me.aUp_GLRows.Id = "aUp_GLRows"
Me.aUp_GLRows.ImageName = "arrow_up_green"
Me.aUp_GLRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aUp_GLRows.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aUp_GLRows.TargetViewId = ""
Me.aUp_GLRows.TargetViewNesting = DevExpress.ExpressApp.Nesting.Nested
Me.aUp_GLRows.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aUp_GLRows.ToolTip = Nothing
Me.aUp_GLRows.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aGLBaseViewPCIDetail
'
Me.aGLBaseViewPCIDetail.Caption = "aGLBaseViewPCIDetail"
Me.aGLBaseViewPCIDetail.Category = "View"
Me.aGLBaseViewPCIDetail.ConfirmationMessage = Nothing
Me.aGLBaseViewPCIDetail.Id = "aGLBaseViewPCIDetail"
Me.aGLBaseViewPCIDetail.ImageName = ""
Me.aGLBaseViewPCIDetail.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLBaseViewPCIDetail.TargetObjectType = GetType(Nuvolar.[Module].GLRows)
Me.aGLBaseViewPCIDetail.TargetViewId = ""
Me.aGLBaseViewPCIDetail.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aGLBaseViewPCIDetail.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aGLBaseViewPCIDetail.ToolTip = Nothing
Me.aGLBaseViewPCIDetail.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
End Sub
Friend WithEvents aGLBaseDivideRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aGLBaseOpenDocument As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGLBaseOpenAttachments As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aPCICheck_GLRows As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewGLDetail As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aReconfigureGLDetail As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aDeleteGLRows As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGLRowsNormalToPartner As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aGLRowsRepairYear As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aRepairNoDetails As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aUp_GLRows As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aDown_GLRows As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGLBaseViewPCIDetail As DevExpress.ExpressApp.Actions.SimpleAction
End Class