Reconfigure for GIT
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
Partial Class VivaldiVC
|
||||
|
||||
<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.aCreateGLAccounts_Vivaldi = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aCheckName_Vivaldi = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aRemoveGLAccounts_Vivaldi = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
'
|
||||
'aCreateGLAccounts_Vivaldi
|
||||
'
|
||||
Me.aCreateGLAccounts_Vivaldi.Caption = "Create GL Accounts"
|
||||
Me.aCreateGLAccounts_Vivaldi.ConfirmationMessage = "Do you want to execute ?"
|
||||
Me.aCreateGLAccounts_Vivaldi.Id = "aCreateGLAccounts_Vivaldi"
|
||||
Me.aCreateGLAccounts_Vivaldi.ImageName = Nothing
|
||||
Me.aCreateGLAccounts_Vivaldi.Shortcut = Nothing
|
||||
Me.aCreateGLAccounts_Vivaldi.Tag = Nothing
|
||||
Me.aCreateGLAccounts_Vivaldi.TargetObjectsCriteria = Nothing
|
||||
Me.aCreateGLAccounts_Vivaldi.TargetViewId = "Vivaldi_DetailView"
|
||||
Me.aCreateGLAccounts_Vivaldi.ToolTip = Nothing
|
||||
Me.aCreateGLAccounts_Vivaldi.TypeOfView = Nothing
|
||||
'
|
||||
'aCheckName_Vivaldi
|
||||
'
|
||||
Me.aCheckName_Vivaldi.Caption = "Check names"
|
||||
Me.aCheckName_Vivaldi.ConfirmationMessage = "Do you want to execute ?"
|
||||
Me.aCheckName_Vivaldi.Id = "aCheckName_Vivaldi"
|
||||
Me.aCheckName_Vivaldi.ImageName = Nothing
|
||||
Me.aCheckName_Vivaldi.Shortcut = Nothing
|
||||
Me.aCheckName_Vivaldi.Tag = Nothing
|
||||
Me.aCheckName_Vivaldi.TargetObjectsCriteria = Nothing
|
||||
Me.aCheckName_Vivaldi.TargetViewId = "Vivaldi_DetailView"
|
||||
Me.aCheckName_Vivaldi.ToolTip = Nothing
|
||||
Me.aCheckName_Vivaldi.TypeOfView = Nothing
|
||||
'
|
||||
'aRemoveGLAccounts_Vivaldi
|
||||
'
|
||||
Me.aRemoveGLAccounts_Vivaldi.Caption = "Remove GL Accounts"
|
||||
Me.aRemoveGLAccounts_Vivaldi.ConfirmationMessage = "Do you want to execute command ?"
|
||||
Me.aRemoveGLAccounts_Vivaldi.Id = "aRemoveGLAccounts_Vivaldi"
|
||||
Me.aRemoveGLAccounts_Vivaldi.ImageName = Nothing
|
||||
Me.aRemoveGLAccounts_Vivaldi.Shortcut = Nothing
|
||||
Me.aRemoveGLAccounts_Vivaldi.Tag = Nothing
|
||||
Me.aRemoveGLAccounts_Vivaldi.TargetObjectsCriteria = Nothing
|
||||
Me.aRemoveGLAccounts_Vivaldi.TargetViewId = "Vivaldi_DetailView"
|
||||
Me.aRemoveGLAccounts_Vivaldi.ToolTip = Nothing
|
||||
Me.aRemoveGLAccounts_Vivaldi.TypeOfView = Nothing
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aCreateGLAccounts_Vivaldi As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aCheckName_Vivaldi As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aRemoveGLAccounts_Vivaldi As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user