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

115 lines
5.3 KiB
VB.net

Partial Class BankImportVC
<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.aBankImport = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCreateGLBankRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aGLBankImportsDivideRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aCreateGLRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aFinalGLBank_Import = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aBankImport
'
Me.aBankImport.Caption = "Bank import"
Me.aBankImport.ConfirmationMessage = "Do you want to execute command ?"
Me.aBankImport.Id = "aBankImport"
Me.aBankImport.ImageName = Nothing
Me.aBankImport.Shortcut = Nothing
Me.aBankImport.Tag = Nothing
Me.aBankImport.TargetObjectsCriteria = Nothing
Me.aBankImport.TargetViewId = "BankImportHeader_DetailView"
Me.aBankImport.ToolTip = Nothing
Me.aBankImport.TypeOfView = Nothing
'
'aCreateGLBankRows
'
Me.aCreateGLBankRows.AcceptButtonCaption = Nothing
Me.aCreateGLBankRows.CancelButtonCaption = Nothing
Me.aCreateGLBankRows.Caption = "aCreate GLBank Rows"
Me.aCreateGLBankRows.ConfirmationMessage = Nothing
Me.aCreateGLBankRows.Id = "aCreateGLBankRows"
Me.aCreateGLBankRows.ImageName = Nothing
Me.aCreateGLBankRows.Shortcut = Nothing
Me.aCreateGLBankRows.Tag = Nothing
Me.aCreateGLBankRows.TargetObjectsCriteria = Nothing
Me.aCreateGLBankRows.TargetViewId = "BankImportHeaderSum_BankImportHeaderSumDetail_ListView"
Me.aCreateGLBankRows.ToolTip = Nothing
Me.aCreateGLBankRows.TypeOfView = Nothing
'
'aGLBankImportsDivideRows
'
Me.aGLBankImportsDivideRows.AcceptButtonCaption = Nothing
Me.aGLBankImportsDivideRows.CancelButtonCaption = Nothing
Me.aGLBankImportsDivideRows.Caption = "Divide rows"
Me.aGLBankImportsDivideRows.ConfirmationMessage = Nothing
Me.aGLBankImportsDivideRows.Id = "aGLBankImportsDivideRows"
Me.aGLBankImportsDivideRows.ImageName = "index_preferences"
Me.aGLBankImportsDivideRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGLBankImportsDivideRows.Shortcut = Nothing
Me.aGLBankImportsDivideRows.Tag = Nothing
Me.aGLBankImportsDivideRows.TargetObjectsCriteria = Nothing
Me.aGLBankImportsDivideRows.TargetViewId = "BankImportHeaderSum_GLRows_ListView"
Me.aGLBankImportsDivideRows.ToolTip = Nothing
Me.aGLBankImportsDivideRows.TypeOfView = Nothing
'
'aCreateGLRows
'
Me.aCreateGLRows.Caption = "Create GLRows"
Me.aCreateGLRows.ConfirmationMessage = "Do you want to execute command ?"
Me.aCreateGLRows.Id = "aCreateGLRows"
Me.aCreateGLRows.ImageName = Nothing
Me.aCreateGLRows.Shortcut = Nothing
Me.aCreateGLRows.Tag = Nothing
Me.aCreateGLRows.TargetObjectsCriteria = Nothing
Me.aCreateGLRows.TargetViewId = "BankImportHeaderSum_DetailView"
Me.aCreateGLRows.ToolTip = Nothing
Me.aCreateGLRows.TypeOfView = Nothing
'
'aFinalGLBank_Import
'
Me.aFinalGLBank_Import.Caption = "FinalGLBank_Import"
Me.aFinalGLBank_Import.ConfirmationMessage = Nothing
Me.aFinalGLBank_Import.Id = "aFinalGLBank_Import"
Me.aFinalGLBank_Import.ImageName = Nothing
Me.aFinalGLBank_Import.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aFinalGLBank_Import.Shortcut = Nothing
Me.aFinalGLBank_Import.Tag = Nothing
Me.aFinalGLBank_Import.TargetObjectsCriteria = Nothing
Me.aFinalGLBank_Import.TargetViewId = "BankImportHeaderSum_GLRows_ListView"
Me.aFinalGLBank_Import.ToolTip = Nothing
Me.aFinalGLBank_Import.TypeOfView = Nothing
End Sub
Friend WithEvents aBankImport As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCreateGLBankRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aGLBankImportsDivideRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aCreateGLRows As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aFinalGLBank_Import As DevExpress.ExpressApp.Actions.SimpleAction
End Class