132 lines
6.5 KiB
VB.net
132 lines
6.5 KiB
VB.net
Partial Class GLRowsVC
|
|
|
|
<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.aGenerateGLReport = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewAttachments_DTR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewRegistry_DTR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLDTRChangeParam = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aSelectCustomersFrom_DTR = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aSelectChartOfAccounts_DTR = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aGenerateGLReport
|
|
'
|
|
Me.aGenerateGLReport.Caption = "Generate GL report"
|
|
Me.aGenerateGLReport.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aGenerateGLReport.Id = "aGenerateGLReport"
|
|
Me.aGenerateGLReport.ImageName = "stopwatch_run"
|
|
Me.aGenerateGLReport.Shortcut = Nothing
|
|
Me.aGenerateGLReport.Tag = Nothing
|
|
Me.aGenerateGLReport.TargetObjectsCriteria = Nothing
|
|
Me.aGenerateGLReport.TargetViewId = ""
|
|
Me.aGenerateGLReport.ToolTip = Nothing
|
|
Me.aGenerateGLReport.TypeOfView = Nothing
|
|
'
|
|
'aViewAttachments_DTR
|
|
'
|
|
Me.aViewAttachments_DTR.Caption = "View attachments"
|
|
Me.aViewAttachments_DTR.ConfirmationMessage = Nothing
|
|
Me.aViewAttachments_DTR.Id = "aViewAttachments_DTR"
|
|
Me.aViewAttachments_DTR.ImageName = "printer_view"
|
|
Me.aViewAttachments_DTR.Shortcut = Nothing
|
|
Me.aViewAttachments_DTR.Tag = Nothing
|
|
Me.aViewAttachments_DTR.TargetObjectsCriteria = Nothing
|
|
Me.aViewAttachments_DTR.TargetViewId = "GLReport_GLReportRows_ListView"
|
|
Me.aViewAttachments_DTR.ToolTip = Nothing
|
|
Me.aViewAttachments_DTR.TypeOfView = Nothing
|
|
'
|
|
'aViewRegistry_DTR
|
|
'
|
|
Me.aViewRegistry_DTR.Caption = "View registry"
|
|
Me.aViewRegistry_DTR.ConfirmationMessage = Nothing
|
|
Me.aViewRegistry_DTR.Id = "aViewRegistry_DTR"
|
|
Me.aViewRegistry_DTR.ImageName = "document_pinned"
|
|
Me.aViewRegistry_DTR.Shortcut = Nothing
|
|
Me.aViewRegistry_DTR.Tag = Nothing
|
|
Me.aViewRegistry_DTR.TargetObjectsCriteria = Nothing
|
|
Me.aViewRegistry_DTR.TargetViewId = "GLReport_GLReportRows_ListView"
|
|
Me.aViewRegistry_DTR.ToolTip = Nothing
|
|
Me.aViewRegistry_DTR.TypeOfView = Nothing
|
|
'
|
|
'aGLDTRChangeParam
|
|
'
|
|
Me.aGLDTRChangeParam.AcceptButtonCaption = Nothing
|
|
Me.aGLDTRChangeParam.CancelButtonCaption = Nothing
|
|
Me.aGLDTRChangeParam.Caption = "Change parameters"
|
|
Me.aGLDTRChangeParam.ConfirmationMessage = Nothing
|
|
Me.aGLDTRChangeParam.Id = "aGLDTRChangeParam"
|
|
Me.aGLDTRChangeParam.ImageName = "index_preferences"
|
|
Me.aGLDTRChangeParam.Shortcut = Nothing
|
|
Me.aGLDTRChangeParam.Tag = Nothing
|
|
Me.aGLDTRChangeParam.TargetObjectsCriteria = Nothing
|
|
Me.aGLDTRChangeParam.TargetViewId = "GLReport_GLReportRows_ListView"
|
|
Me.aGLDTRChangeParam.ToolTip = Nothing
|
|
Me.aGLDTRChangeParam.TypeOfView = Nothing
|
|
'
|
|
'aSelectCustomersFrom_DTR
|
|
'
|
|
Me.aSelectCustomersFrom_DTR.AcceptButtonCaption = Nothing
|
|
Me.aSelectCustomersFrom_DTR.CancelButtonCaption = Nothing
|
|
Me.aSelectCustomersFrom_DTR.Caption = "aSelectCustomersFrom_DTR"
|
|
Me.aSelectCustomersFrom_DTR.ConfirmationMessage = Nothing
|
|
Me.aSelectCustomersFrom_DTR.Id = "aSelectCustomersFrom_DTR"
|
|
Me.aSelectCustomersFrom_DTR.ImageName = Nothing
|
|
Me.aSelectCustomersFrom_DTR.Shortcut = Nothing
|
|
Me.aSelectCustomersFrom_DTR.Tag = Nothing
|
|
Me.aSelectCustomersFrom_DTR.TargetObjectsCriteria = Nothing
|
|
Me.aSelectCustomersFrom_DTR.TargetObjectType = GetType(Nuvolar.[Module].GLReportCustomersFrom)
|
|
Me.aSelectCustomersFrom_DTR.TargetViewId = Nothing
|
|
Me.aSelectCustomersFrom_DTR.ToolTip = Nothing
|
|
Me.aSelectCustomersFrom_DTR.TypeOfView = Nothing
|
|
'
|
|
'aSelectChartOfAccounts_DTR
|
|
'
|
|
Me.aSelectChartOfAccounts_DTR.AcceptButtonCaption = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.CancelButtonCaption = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.Caption = "aSelectChartOfAccounts_DTR"
|
|
Me.aSelectChartOfAccounts_DTR.ConfirmationMessage = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.Id = "aSelectChartOfAccounts_DTR"
|
|
Me.aSelectChartOfAccounts_DTR.ImageName = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.Shortcut = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.Tag = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.TargetObjectsCriteria = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.TargetObjectType = GetType(Nuvolar.[Module].GLReportChartOfAccounts)
|
|
Me.aSelectChartOfAccounts_DTR.TargetViewId = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.ToolTip = Nothing
|
|
Me.aSelectChartOfAccounts_DTR.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aGenerateGLReport As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewAttachments_DTR As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewRegistry_DTR As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLDTRChangeParam As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aSelectCustomersFrom_DTR As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aSelectChartOfAccounts_DTR As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|