Files
Nuvolar/Nuvolar.Module/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/Fixed Assets/FixedAssetsVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

93 lines
4.8 KiB
VB.net

Partial Class FixedAssetsVC
<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.aToDocuments_FixAssets = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aToDocumentsD_FixAssets = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aPrintFixedAssets = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aToDocuments_FixAssets
'
Me.aToDocuments_FixAssets.AcceptButtonCaption = Nothing
Me.aToDocuments_FixAssets.CancelButtonCaption = Nothing
Me.aToDocuments_FixAssets.Caption = "aToDocuments_FixAssets"
Me.aToDocuments_FixAssets.ConfirmationMessage = Nothing
Me.aToDocuments_FixAssets.Id = "aToDocuments_FixAssets"
Me.aToDocuments_FixAssets.ImageName = Nothing
Me.aToDocuments_FixAssets.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aToDocuments_FixAssets.Shortcut = Nothing
Me.aToDocuments_FixAssets.Tag = Nothing
Me.aToDocuments_FixAssets.TargetObjectsCriteria = Nothing
Me.aToDocuments_FixAssets.TargetObjectsCriteriaMode = DevExpress.ExpressApp.Actions.TargetObjectsCriteriaMode.TrueForAll
Me.aToDocuments_FixAssets.TargetObjectType = GetType(Nuvolar.[Module].FixedAssets)
Me.aToDocuments_FixAssets.TargetViewId = Nothing
Me.aToDocuments_FixAssets.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aToDocuments_FixAssets.ToolTip = Nothing
Me.aToDocuments_FixAssets.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aToDocumentsD_FixAssets
'
Me.aToDocumentsD_FixAssets.AcceptButtonCaption = Nothing
Me.aToDocumentsD_FixAssets.CancelButtonCaption = Nothing
Me.aToDocumentsD_FixAssets.Caption = "aToDocumentsD_FixAssets"
Me.aToDocumentsD_FixAssets.ConfirmationMessage = Nothing
Me.aToDocumentsD_FixAssets.Id = "aToDocumentsD_FixAssets"
Me.aToDocumentsD_FixAssets.ImageName = Nothing
Me.aToDocumentsD_FixAssets.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aToDocumentsD_FixAssets.Shortcut = Nothing
Me.aToDocumentsD_FixAssets.Tag = Nothing
Me.aToDocumentsD_FixAssets.TargetObjectsCriteria = Nothing
Me.aToDocumentsD_FixAssets.TargetObjectsCriteriaMode = DevExpress.ExpressApp.Actions.TargetObjectsCriteriaMode.TrueForAll
Me.aToDocumentsD_FixAssets.TargetObjectType = GetType(Nuvolar.[Module].FixedAssets)
Me.aToDocumentsD_FixAssets.TargetViewId = Nothing
Me.aToDocumentsD_FixAssets.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aToDocumentsD_FixAssets.ToolTip = Nothing
Me.aToDocumentsD_FixAssets.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aPrintFixedAssets
'
Me.aPrintFixedAssets.Caption = "aPrintFixedAssets"
Me.aPrintFixedAssets.ConfirmationMessage = Nothing
Me.aPrintFixedAssets.Id = "aPrintFixedAssets"
Me.aPrintFixedAssets.ImageName = Nothing
Me.aPrintFixedAssets.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aPrintFixedAssets.Shortcut = Nothing
Me.aPrintFixedAssets.Tag = Nothing
Me.aPrintFixedAssets.TargetObjectsCriteria = Nothing
Me.aPrintFixedAssets.TargetObjectType = GetType(Nuvolar.[Module].FixedAssetsUsingHeader)
Me.aPrintFixedAssets.TargetViewId = Nothing
Me.aPrintFixedAssets.ToolTip = Nothing
Me.aPrintFixedAssets.TypeOfView = GetType(DevExpress.ExpressApp.View)
End Sub
Friend WithEvents aToDocuments_FixAssets As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aToDocumentsD_FixAssets As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aPrintFixedAssets As DevExpress.ExpressApp.Actions.SimpleAction
End Class