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