199 lines
12 KiB
VB.net
199 lines
12 KiB
VB.net
Partial Class SystemTool_VC
|
|
|
|
<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.aSystemTool_CopyVAT = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSystemTool_CopyCostHolder = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSystemTool_CopyControlling = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSystemTool_ExportOids = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aSystemTool_CopyCustomersGLParameters = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSystemTool_ConnectionValidator = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSystemTool_CopyChartOfAccounts = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aSystemTool_CopyUnits = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSystemTool_CopyWorkflowSystem = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aSystemTool_CopyVAT
|
|
'
|
|
Me.aSystemTool_CopyVAT.Caption = "aSystemTool_CopyVAT"
|
|
Me.aSystemTool_CopyVAT.Category = "aSystemTool_CopyVAT"
|
|
Me.aSystemTool_CopyVAT.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyVAT.Id = "aSystemTool_CopyVAT"
|
|
Me.aSystemTool_CopyVAT.ImageName = Nothing
|
|
Me.aSystemTool_CopyVAT.Shortcut = Nothing
|
|
Me.aSystemTool_CopyVAT.Tag = Nothing
|
|
Me.aSystemTool_CopyVAT.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyVAT.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyVAT.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyVAT.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_CopyVAT.ToolTip = Nothing
|
|
Me.aSystemTool_CopyVAT.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_CopyCostHolder
|
|
'
|
|
Me.aSystemTool_CopyCostHolder.Caption = "aSystemTool_CopyCostHolder"
|
|
Me.aSystemTool_CopyCostHolder.Category = "aSystemTool_CopyCostHolder"
|
|
Me.aSystemTool_CopyCostHolder.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyCostHolder.Id = "aSystemTool_CopyCostHolder"
|
|
Me.aSystemTool_CopyCostHolder.ImageName = Nothing
|
|
Me.aSystemTool_CopyCostHolder.Shortcut = Nothing
|
|
Me.aSystemTool_CopyCostHolder.Tag = Nothing
|
|
Me.aSystemTool_CopyCostHolder.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyCostHolder.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyCostHolder.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyCostHolder.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_CopyCostHolder.ToolTip = Nothing
|
|
Me.aSystemTool_CopyCostHolder.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_CopyControlling
|
|
'
|
|
Me.aSystemTool_CopyControlling.Caption = "aSystemTool_CopyControlling"
|
|
Me.aSystemTool_CopyControlling.Category = "aSystemTool_CopyControlling"
|
|
Me.aSystemTool_CopyControlling.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyControlling.Id = "aSystemTool_CopyControlling"
|
|
Me.aSystemTool_CopyControlling.ImageName = Nothing
|
|
Me.aSystemTool_CopyControlling.Shortcut = Nothing
|
|
Me.aSystemTool_CopyControlling.Tag = Nothing
|
|
Me.aSystemTool_CopyControlling.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyControlling.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyControlling.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyControlling.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_CopyControlling.ToolTip = Nothing
|
|
Me.aSystemTool_CopyControlling.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_ExportOids
|
|
'
|
|
Me.aSystemTool_ExportOids.AcceptButtonCaption = Nothing
|
|
Me.aSystemTool_ExportOids.CancelButtonCaption = Nothing
|
|
Me.aSystemTool_ExportOids.Caption = "aSystemTool_ExportOids"
|
|
Me.aSystemTool_ExportOids.Category = "aSystemTool_ExportOids"
|
|
Me.aSystemTool_ExportOids.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_ExportOids.Id = "aSystemTool_ExportOids"
|
|
Me.aSystemTool_ExportOids.ImageName = Nothing
|
|
Me.aSystemTool_ExportOids.Shortcut = Nothing
|
|
Me.aSystemTool_ExportOids.Tag = Nothing
|
|
Me.aSystemTool_ExportOids.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_ExportOids.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_ExportOids.TargetViewId = Nothing
|
|
Me.aSystemTool_ExportOids.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_ExportOids.ToolTip = Nothing
|
|
Me.aSystemTool_ExportOids.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_CopyCustomersGLParameters
|
|
'
|
|
Me.aSystemTool_CopyCustomersGLParameters.Caption = "aSystemTool_CopyCustomersGLParameters"
|
|
Me.aSystemTool_CopyCustomersGLParameters.Category = "aSystemTool_CopyCustomersGLParameters"
|
|
Me.aSystemTool_CopyCustomersGLParameters.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.Id = "aSystemTool_CopyCustomersGLParameters"
|
|
Me.aSystemTool_CopyCustomersGLParameters.ImageName = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.Shortcut = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.Tag = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyCustomersGLParameters.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_CopyCustomersGLParameters.ToolTip = Nothing
|
|
Me.aSystemTool_CopyCustomersGLParameters.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_ConnectionValidator
|
|
'
|
|
Me.aSystemTool_ConnectionValidator.Caption = "aSystemTool_ConnectionValidator"
|
|
Me.aSystemTool_ConnectionValidator.Category = "aSystemTool_ConnectionValidator"
|
|
Me.aSystemTool_ConnectionValidator.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_ConnectionValidator.Id = "aSystemTool_ConnectionValidator"
|
|
Me.aSystemTool_ConnectionValidator.ImageName = Nothing
|
|
Me.aSystemTool_ConnectionValidator.Shortcut = Nothing
|
|
Me.aSystemTool_ConnectionValidator.Tag = Nothing
|
|
Me.aSystemTool_ConnectionValidator.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_ConnectionValidator.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_ConnectionValidator.TargetViewId = Nothing
|
|
Me.aSystemTool_ConnectionValidator.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_ConnectionValidator.ToolTip = Nothing
|
|
Me.aSystemTool_ConnectionValidator.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_CopyChartOfAccounts
|
|
'
|
|
Me.aSystemTool_CopyChartOfAccounts.AcceptButtonCaption = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.CancelButtonCaption = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.Caption = "aSystemTool_CopyChartOfAccounts"
|
|
Me.aSystemTool_CopyChartOfAccounts.Category = "aSystemTool_CopyChartOfAccounts"
|
|
Me.aSystemTool_CopyChartOfAccounts.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.Id = "aSystemTool_CopyChartOfAccounts"
|
|
Me.aSystemTool_CopyChartOfAccounts.ImageName = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.Shortcut = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.Tag = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyChartOfAccounts.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aSystemTool_CopyChartOfAccounts.ToolTip = Nothing
|
|
Me.aSystemTool_CopyChartOfAccounts.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSystemTool_CopyUnits
|
|
'
|
|
Me.aSystemTool_CopyUnits.Caption = "aSystemTool_CopyUnits"
|
|
Me.aSystemTool_CopyUnits.Category = "aSystemTool_CopyUnits"
|
|
Me.aSystemTool_CopyUnits.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyUnits.Id = "aSystemTool_CopyUnits"
|
|
Me.aSystemTool_CopyUnits.ImageName = Nothing
|
|
Me.aSystemTool_CopyUnits.Shortcut = Nothing
|
|
Me.aSystemTool_CopyUnits.Tag = Nothing
|
|
Me.aSystemTool_CopyUnits.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyUnits.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyUnits.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyUnits.ToolTip = Nothing
|
|
Me.aSystemTool_CopyUnits.TypeOfView = Nothing
|
|
'
|
|
'aSystemTool_CopyWorkflowSystem
|
|
'
|
|
Me.aSystemTool_CopyWorkflowSystem.AcceptButtonCaption = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.CancelButtonCaption = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.Caption = "aSystemTool_CopyWorkflowSystem"
|
|
Me.aSystemTool_CopyWorkflowSystem.ConfirmationMessage = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.Id = "aSystemTool_CopyWorkflowSystem"
|
|
Me.aSystemTool_CopyWorkflowSystem.ImageName = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.Shortcut = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.Tag = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.TargetObjectsCriteria = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.TargetObjectType = GetType(SISBusiness.[Module].SystemTool)
|
|
Me.aSystemTool_CopyWorkflowSystem.TargetViewId = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.ToolTip = Nothing
|
|
Me.aSystemTool_CopyWorkflowSystem.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aSystemTool_ConnectionValidator As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSystemTool_CopyChartOfAccounts As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aSystemTool_CopyVAT As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSystemTool_CopyCostHolder As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSystemTool_CopyControlling As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSystemTool_ExportOids As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aSystemTool_CopyCustomersGLParameters As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSystemTool_CopyUnits As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSystemTool_CopyWorkflowSystem As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|