Files
Nuvolar/Nuvolar.Module.Win/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Reports/Ballance/BallanceVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

90 lines
4.3 KiB
VB.net

Partial Class BallanceVC
<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.aSpreadPrintPreview = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aSpreadExportXML = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aSpreadImportXML = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aSpreadRecalculate = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aSpreadPrintPreview
'
Me.aSpreadPrintPreview.Caption = "aSpread Print Preview"
Me.aSpreadPrintPreview.Category = "aSpreadPrintPreview"
Me.aSpreadPrintPreview.ConfirmationMessage = Nothing
Me.aSpreadPrintPreview.Id = "aSpreadPrintPreview"
Me.aSpreadPrintPreview.TargetObjectType = GetType(Nuvolar.[Module].BallanceHeader)
Me.aSpreadPrintPreview.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aSpreadPrintPreview.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aSpreadPrintPreview.ToolTip = Nothing
Me.aSpreadPrintPreview.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aSpreadExportXML
'
Me.aSpreadExportXML.Caption = "aSpread Export XML"
Me.aSpreadExportXML.Category = "aSpreadExportXML"
Me.aSpreadExportXML.ConfirmationMessage = Nothing
Me.aSpreadExportXML.Id = "aSpreadExportXML"
Me.aSpreadExportXML.TargetObjectType = GetType(Nuvolar.[Module].BallanceHeader)
Me.aSpreadExportXML.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aSpreadExportXML.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aSpreadExportXML.ToolTip = Nothing
Me.aSpreadExportXML.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aSpreadImportXML
'
Me.aSpreadImportXML.Caption = "aSpread Import XML"
Me.aSpreadImportXML.Category = "aSpreadImportXML"
Me.aSpreadImportXML.ConfirmationMessage = Nothing
Me.aSpreadImportXML.Id = "aSpreadImportXML"
Me.aSpreadImportXML.TargetObjectType = GetType(Nuvolar.[Module].BallanceHeader)
Me.aSpreadImportXML.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aSpreadImportXML.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aSpreadImportXML.ToolTip = Nothing
Me.aSpreadImportXML.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aSpreadRecalculate
'
Me.aSpreadRecalculate.Caption = "aSpread Recalculate"
Me.aSpreadRecalculate.Category = "aSpreadRecalculate"
Me.aSpreadRecalculate.ConfirmationMessage = Nothing
Me.aSpreadRecalculate.Id = "aSpreadRecalculate"
Me.aSpreadRecalculate.TargetObjectType = GetType(Nuvolar.[Module].BallanceHeader)
Me.aSpreadRecalculate.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root
Me.aSpreadRecalculate.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aSpreadRecalculate.ToolTip = Nothing
Me.aSpreadRecalculate.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
End Sub
Friend WithEvents aSpreadPrintPreview As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aSpreadExportXML As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aSpreadImportXML As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aSpreadRecalculate As DevExpress.ExpressApp.Actions.SimpleAction
End Class