529 lines
26 KiB
VB.net
529 lines
26 KiB
VB.net
Partial Class SQLImportsVC
|
|
|
|
<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.Import_Customers = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Country = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Controlling = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Procucts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Storage = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_ChartsOfAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_CustomersGLParameters = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_LiquidAssets = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_VAT = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_GL = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_ProcuctsGroups = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Invoices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_UniqueObject = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Invoices_Business = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_GLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_CostHolder = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_CostPlace = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.JobNumberObject = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_GLBank = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_GCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_SpecTran = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Contacts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_GCompensation = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_HRPerson = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_OrderOut = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Circulation = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Operations = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Offers = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aScriptUpdate = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_OrderIn = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.Import_Pricing = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'Import_Customers
|
|
'
|
|
Me.Import_Customers.Caption = "Import_Customers"
|
|
Me.Import_Customers.Category = "Import_Customers"
|
|
Me.Import_Customers.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Customers.Id = "Import_Customers"
|
|
Me.Import_Customers.ImageName = Nothing
|
|
Me.Import_Customers.Shortcut = Nothing
|
|
Me.Import_Customers.Tag = Nothing
|
|
Me.Import_Customers.TargetObjectsCriteria = Nothing
|
|
Me.Import_Customers.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Customers.ToolTip = Nothing
|
|
Me.Import_Customers.TypeOfView = Nothing
|
|
'
|
|
'Import_Country
|
|
'
|
|
Me.Import_Country.Caption = "Import_Country"
|
|
Me.Import_Country.Category = "Import_Country"
|
|
Me.Import_Country.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Country.Id = "Import_Country"
|
|
Me.Import_Country.ImageName = Nothing
|
|
Me.Import_Country.Shortcut = Nothing
|
|
Me.Import_Country.Tag = Nothing
|
|
Me.Import_Country.TargetObjectsCriteria = Nothing
|
|
Me.Import_Country.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Country.ToolTip = Nothing
|
|
Me.Import_Country.TypeOfView = Nothing
|
|
'
|
|
'Import_Controlling
|
|
'
|
|
Me.Import_Controlling.Caption = "Import_Controlling"
|
|
Me.Import_Controlling.Category = "Import_Controlling"
|
|
Me.Import_Controlling.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Controlling.Id = "Import_Controlling"
|
|
Me.Import_Controlling.ImageName = Nothing
|
|
Me.Import_Controlling.Shortcut = Nothing
|
|
Me.Import_Controlling.Tag = Nothing
|
|
Me.Import_Controlling.TargetObjectsCriteria = Nothing
|
|
Me.Import_Controlling.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Controlling.ToolTip = Nothing
|
|
Me.Import_Controlling.TypeOfView = Nothing
|
|
'
|
|
'Import_Procucts
|
|
'
|
|
Me.Import_Procucts.Caption = "Import_Procucts"
|
|
Me.Import_Procucts.Category = "Import_Procucts"
|
|
Me.Import_Procucts.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Procucts.Id = "Import_Procucts"
|
|
Me.Import_Procucts.ImageName = Nothing
|
|
Me.Import_Procucts.Shortcut = Nothing
|
|
Me.Import_Procucts.Tag = Nothing
|
|
Me.Import_Procucts.TargetObjectsCriteria = Nothing
|
|
Me.Import_Procucts.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Procucts.ToolTip = Nothing
|
|
Me.Import_Procucts.TypeOfView = Nothing
|
|
'
|
|
'Import_Storage
|
|
'
|
|
Me.Import_Storage.Caption = "Import_Storage"
|
|
Me.Import_Storage.Category = "Import_Storage"
|
|
Me.Import_Storage.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Storage.Id = "Import_Storage"
|
|
Me.Import_Storage.ImageName = Nothing
|
|
Me.Import_Storage.Shortcut = Nothing
|
|
Me.Import_Storage.Tag = Nothing
|
|
Me.Import_Storage.TargetObjectsCriteria = Nothing
|
|
Me.Import_Storage.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Storage.ToolTip = Nothing
|
|
Me.Import_Storage.TypeOfView = Nothing
|
|
'
|
|
'Import_ChartsOfAccounts
|
|
'
|
|
Me.Import_ChartsOfAccounts.Caption = "Import_ChartsOfAccounts"
|
|
Me.Import_ChartsOfAccounts.Category = "Import_ChartsOfAccounts"
|
|
Me.Import_ChartsOfAccounts.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_ChartsOfAccounts.Id = "Import_ChartsOfAccounts"
|
|
Me.Import_ChartsOfAccounts.ImageName = Nothing
|
|
Me.Import_ChartsOfAccounts.Shortcut = Nothing
|
|
Me.Import_ChartsOfAccounts.Tag = Nothing
|
|
Me.Import_ChartsOfAccounts.TargetObjectsCriteria = Nothing
|
|
Me.Import_ChartsOfAccounts.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_ChartsOfAccounts.ToolTip = Nothing
|
|
Me.Import_ChartsOfAccounts.TypeOfView = Nothing
|
|
'
|
|
'Import_CustomersGLParameters
|
|
'
|
|
Me.Import_CustomersGLParameters.Caption = "Import_CustomersGLParameters"
|
|
Me.Import_CustomersGLParameters.Category = "Import_CustomersGLParameters"
|
|
Me.Import_CustomersGLParameters.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_CustomersGLParameters.Id = "Import_CustomersGLParameters"
|
|
Me.Import_CustomersGLParameters.ImageName = Nothing
|
|
Me.Import_CustomersGLParameters.Shortcut = Nothing
|
|
Me.Import_CustomersGLParameters.Tag = Nothing
|
|
Me.Import_CustomersGLParameters.TargetObjectsCriteria = Nothing
|
|
Me.Import_CustomersGLParameters.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_CustomersGLParameters.ToolTip = Nothing
|
|
Me.Import_CustomersGLParameters.TypeOfView = Nothing
|
|
'
|
|
'Import_LiquidAssets
|
|
'
|
|
Me.Import_LiquidAssets.Caption = "Import_LiquidAssets"
|
|
Me.Import_LiquidAssets.Category = "Import_LiquidAssets"
|
|
Me.Import_LiquidAssets.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_LiquidAssets.Id = "Import_LiquidAssets"
|
|
Me.Import_LiquidAssets.ImageName = Nothing
|
|
Me.Import_LiquidAssets.Shortcut = Nothing
|
|
Me.Import_LiquidAssets.Tag = Nothing
|
|
Me.Import_LiquidAssets.TargetObjectsCriteria = Nothing
|
|
Me.Import_LiquidAssets.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_LiquidAssets.ToolTip = Nothing
|
|
Me.Import_LiquidAssets.TypeOfView = Nothing
|
|
'
|
|
'Import_VAT
|
|
'
|
|
Me.Import_VAT.Caption = "Import_VAT"
|
|
Me.Import_VAT.Category = "Import_VAT"
|
|
Me.Import_VAT.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_VAT.Id = "Import_VAT"
|
|
Me.Import_VAT.ImageName = Nothing
|
|
Me.Import_VAT.Shortcut = Nothing
|
|
Me.Import_VAT.Tag = Nothing
|
|
Me.Import_VAT.TargetObjectsCriteria = Nothing
|
|
Me.Import_VAT.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_VAT.ToolTip = Nothing
|
|
Me.Import_VAT.TypeOfView = Nothing
|
|
'
|
|
'Import_GL
|
|
'
|
|
Me.Import_GL.Caption = "Import_GL"
|
|
Me.Import_GL.Category = "Import_GL"
|
|
Me.Import_GL.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_GL.Id = "Import_GL"
|
|
Me.Import_GL.ImageName = Nothing
|
|
Me.Import_GL.Shortcut = Nothing
|
|
Me.Import_GL.Tag = Nothing
|
|
Me.Import_GL.TargetObjectsCriteria = Nothing
|
|
Me.Import_GL.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_GL.ToolTip = Nothing
|
|
Me.Import_GL.TypeOfView = Nothing
|
|
'
|
|
'Import_ProcuctsGroups
|
|
'
|
|
Me.Import_ProcuctsGroups.Caption = "Import Procucts Groups"
|
|
Me.Import_ProcuctsGroups.Category = "Import_ProcuctsGroups"
|
|
Me.Import_ProcuctsGroups.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_ProcuctsGroups.Id = "Import_ProcuctsGroups"
|
|
Me.Import_ProcuctsGroups.ImageName = Nothing
|
|
Me.Import_ProcuctsGroups.Shortcut = Nothing
|
|
Me.Import_ProcuctsGroups.Tag = Nothing
|
|
Me.Import_ProcuctsGroups.TargetObjectsCriteria = Nothing
|
|
Me.Import_ProcuctsGroups.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_ProcuctsGroups.ToolTip = Nothing
|
|
Me.Import_ProcuctsGroups.TypeOfView = Nothing
|
|
'
|
|
'Import_Invoices
|
|
'
|
|
Me.Import_Invoices.Caption = "Import invoices"
|
|
Me.Import_Invoices.Category = "Import_Invoices"
|
|
Me.Import_Invoices.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Invoices.Id = "Import_Invoices"
|
|
Me.Import_Invoices.ImageName = "document_lock"
|
|
Me.Import_Invoices.Shortcut = Nothing
|
|
Me.Import_Invoices.Tag = Nothing
|
|
Me.Import_Invoices.TargetObjectsCriteria = Nothing
|
|
Me.Import_Invoices.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Invoices.ToolTip = Nothing
|
|
Me.Import_Invoices.TypeOfView = Nothing
|
|
'
|
|
'Import_UniqueObject
|
|
'
|
|
Me.Import_UniqueObject.Caption = "Import_UniqueObject"
|
|
Me.Import_UniqueObject.Category = "Import_UniqueObject"
|
|
Me.Import_UniqueObject.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_UniqueObject.Id = "Import_UniqueObject"
|
|
Me.Import_UniqueObject.ImageName = Nothing
|
|
Me.Import_UniqueObject.Shortcut = Nothing
|
|
Me.Import_UniqueObject.Tag = Nothing
|
|
Me.Import_UniqueObject.TargetObjectsCriteria = Nothing
|
|
Me.Import_UniqueObject.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_UniqueObject.ToolTip = Nothing
|
|
Me.Import_UniqueObject.TypeOfView = Nothing
|
|
'
|
|
'Import_Invoices_Business
|
|
'
|
|
Me.Import_Invoices_Business.Caption = "Import invoices"
|
|
Me.Import_Invoices_Business.Category = "Import_Invoices"
|
|
Me.Import_Invoices_Business.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Invoices_Business.Id = "Import_Invoices_Business"
|
|
Me.Import_Invoices_Business.ImageName = "document_lock"
|
|
Me.Import_Invoices_Business.Shortcut = Nothing
|
|
Me.Import_Invoices_Business.Tag = Nothing
|
|
Me.Import_Invoices_Business.TargetObjectsCriteria = Nothing
|
|
Me.Import_Invoices_Business.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Invoices_Business.ToolTip = Nothing
|
|
Me.Import_Invoices_Business.TypeOfView = Nothing
|
|
'
|
|
'Import_GLAccounts
|
|
'
|
|
Me.Import_GLAccounts.Caption = "Import_GLAccounts"
|
|
Me.Import_GLAccounts.Category = "Import_GL"
|
|
Me.Import_GLAccounts.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_GLAccounts.Id = "Import_GLAccounts"
|
|
Me.Import_GLAccounts.ImageName = Nothing
|
|
Me.Import_GLAccounts.Shortcut = Nothing
|
|
Me.Import_GLAccounts.Tag = Nothing
|
|
Me.Import_GLAccounts.TargetObjectsCriteria = Nothing
|
|
Me.Import_GLAccounts.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_GLAccounts.ToolTip = Nothing
|
|
Me.Import_GLAccounts.TypeOfView = Nothing
|
|
'
|
|
'Import_CostHolder
|
|
'
|
|
Me.Import_CostHolder.Caption = "Import_CostHolder"
|
|
Me.Import_CostHolder.Category = "Import_CostHolder"
|
|
Me.Import_CostHolder.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_CostHolder.Id = "Import_CostHolder"
|
|
Me.Import_CostHolder.ImageName = Nothing
|
|
Me.Import_CostHolder.Shortcut = Nothing
|
|
Me.Import_CostHolder.Tag = Nothing
|
|
Me.Import_CostHolder.TargetObjectsCriteria = Nothing
|
|
Me.Import_CostHolder.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_CostHolder.ToolTip = Nothing
|
|
Me.Import_CostHolder.TypeOfView = Nothing
|
|
'
|
|
'Import_CostPlace
|
|
'
|
|
Me.Import_CostPlace.Caption = "Import_CostPlace"
|
|
Me.Import_CostPlace.Category = "Import_CostPlace"
|
|
Me.Import_CostPlace.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_CostPlace.Id = "Import_CostPlace"
|
|
Me.Import_CostPlace.ImageName = Nothing
|
|
Me.Import_CostPlace.Shortcut = Nothing
|
|
Me.Import_CostPlace.Tag = Nothing
|
|
Me.Import_CostPlace.TargetObjectsCriteria = Nothing
|
|
Me.Import_CostPlace.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_CostPlace.ToolTip = Nothing
|
|
Me.Import_CostPlace.TypeOfView = Nothing
|
|
'
|
|
'JobNumberObject
|
|
'
|
|
Me.JobNumberObject.Caption = "Import_JobNumberObject"
|
|
Me.JobNumberObject.Category = "Import_JobNumberObject"
|
|
Me.JobNumberObject.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.JobNumberObject.Id = "Import_JobNumberObject"
|
|
Me.JobNumberObject.ImageName = Nothing
|
|
Me.JobNumberObject.Shortcut = Nothing
|
|
Me.JobNumberObject.Tag = Nothing
|
|
Me.JobNumberObject.TargetObjectsCriteria = Nothing
|
|
Me.JobNumberObject.TargetViewId = "SQLImports_DetailView"
|
|
Me.JobNumberObject.ToolTip = Nothing
|
|
Me.JobNumberObject.TypeOfView = Nothing
|
|
'
|
|
'Import_GLBank
|
|
'
|
|
Me.Import_GLBank.Caption = "Import Bank"
|
|
Me.Import_GLBank.Category = "Import_GLBank"
|
|
Me.Import_GLBank.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_GLBank.Id = "Import_GLBank"
|
|
Me.Import_GLBank.ImageName = Nothing
|
|
Me.Import_GLBank.Shortcut = Nothing
|
|
Me.Import_GLBank.Tag = Nothing
|
|
Me.Import_GLBank.TargetObjectsCriteria = Nothing
|
|
Me.Import_GLBank.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_GLBank.ToolTip = Nothing
|
|
Me.Import_GLBank.TypeOfView = Nothing
|
|
'
|
|
'Import_GCassa
|
|
'
|
|
Me.Import_GCassa.Caption = "Import cassa"
|
|
Me.Import_GCassa.Category = "Import_GCassa"
|
|
Me.Import_GCassa.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_GCassa.Id = "Import_GCassa"
|
|
Me.Import_GCassa.ImageName = Nothing
|
|
Me.Import_GCassa.Shortcut = Nothing
|
|
Me.Import_GCassa.Tag = Nothing
|
|
Me.Import_GCassa.TargetObjectsCriteria = Nothing
|
|
Me.Import_GCassa.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_GCassa.ToolTip = Nothing
|
|
Me.Import_GCassa.TypeOfView = Nothing
|
|
'
|
|
'Import_SpecTran
|
|
'
|
|
Me.Import_SpecTran.Caption = "Import spec tran."
|
|
Me.Import_SpecTran.Category = "Import_GCassa"
|
|
Me.Import_SpecTran.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_SpecTran.Id = "Import_SpecTran"
|
|
Me.Import_SpecTran.ImageName = Nothing
|
|
Me.Import_SpecTran.Shortcut = Nothing
|
|
Me.Import_SpecTran.Tag = Nothing
|
|
Me.Import_SpecTran.TargetObjectsCriteria = Nothing
|
|
Me.Import_SpecTran.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_SpecTran.ToolTip = Nothing
|
|
Me.Import_SpecTran.TypeOfView = Nothing
|
|
'
|
|
'Import_Contacts
|
|
'
|
|
Me.Import_Contacts.Caption = "Import_Contacts"
|
|
Me.Import_Contacts.Category = "Import_Contacts"
|
|
Me.Import_Contacts.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Contacts.Id = "Import_Contacts"
|
|
Me.Import_Contacts.ImageName = Nothing
|
|
Me.Import_Contacts.Shortcut = Nothing
|
|
Me.Import_Contacts.Tag = Nothing
|
|
Me.Import_Contacts.TargetObjectsCriteria = Nothing
|
|
Me.Import_Contacts.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Contacts.ToolTip = Nothing
|
|
Me.Import_Contacts.TypeOfView = Nothing
|
|
'
|
|
'Import_GCompensation
|
|
'
|
|
Me.Import_GCompensation.Caption = "Import cassa"
|
|
Me.Import_GCompensation.Category = "Import_GCompensation"
|
|
Me.Import_GCompensation.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_GCompensation.Id = "Import_GCompensation"
|
|
Me.Import_GCompensation.ImageName = Nothing
|
|
Me.Import_GCompensation.Shortcut = Nothing
|
|
Me.Import_GCompensation.Tag = Nothing
|
|
Me.Import_GCompensation.TargetObjectsCriteria = Nothing
|
|
Me.Import_GCompensation.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_GCompensation.ToolTip = Nothing
|
|
Me.Import_GCompensation.TypeOfView = Nothing
|
|
'
|
|
'Import_HRPerson
|
|
'
|
|
Me.Import_HRPerson.Caption = "Import_HRPerson"
|
|
Me.Import_HRPerson.Category = "Import_HRPerson"
|
|
Me.Import_HRPerson.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_HRPerson.Id = "Import_HRPerson"
|
|
Me.Import_HRPerson.ImageName = Nothing
|
|
Me.Import_HRPerson.Shortcut = Nothing
|
|
Me.Import_HRPerson.Tag = Nothing
|
|
Me.Import_HRPerson.TargetObjectsCriteria = Nothing
|
|
Me.Import_HRPerson.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_HRPerson.ToolTip = Nothing
|
|
Me.Import_HRPerson.TypeOfView = Nothing
|
|
'
|
|
'Import_OrderOut
|
|
'
|
|
Me.Import_OrderOut.Caption = "Import_OrderOut"
|
|
Me.Import_OrderOut.Category = "Import_OrderOut"
|
|
Me.Import_OrderOut.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_OrderOut.Id = "Import_OrderOut"
|
|
Me.Import_OrderOut.ImageName = Nothing
|
|
Me.Import_OrderOut.Shortcut = Nothing
|
|
Me.Import_OrderOut.Tag = Nothing
|
|
Me.Import_OrderOut.TargetObjectsCriteria = Nothing
|
|
Me.Import_OrderOut.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_OrderOut.ToolTip = Nothing
|
|
Me.Import_OrderOut.TypeOfView = Nothing
|
|
'
|
|
'Import_Circulation
|
|
'
|
|
Me.Import_Circulation.Caption = "Import_Circulation"
|
|
Me.Import_Circulation.Category = "Import_Circulation"
|
|
Me.Import_Circulation.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Circulation.Id = "Import_Circulation"
|
|
Me.Import_Circulation.ImageName = Nothing
|
|
Me.Import_Circulation.Shortcut = Nothing
|
|
Me.Import_Circulation.Tag = Nothing
|
|
Me.Import_Circulation.TargetObjectsCriteria = Nothing
|
|
Me.Import_Circulation.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Circulation.ToolTip = Nothing
|
|
Me.Import_Circulation.TypeOfView = Nothing
|
|
'
|
|
'Import_Operations
|
|
'
|
|
Me.Import_Operations.Caption = "Import_Operations"
|
|
Me.Import_Operations.Category = ""
|
|
Me.Import_Operations.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Operations.Id = "Import_Operations"
|
|
Me.Import_Operations.ImageName = Nothing
|
|
Me.Import_Operations.Shortcut = Nothing
|
|
Me.Import_Operations.Tag = Nothing
|
|
Me.Import_Operations.TargetObjectsCriteria = Nothing
|
|
Me.Import_Operations.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Operations.ToolTip = Nothing
|
|
Me.Import_Operations.TypeOfView = Nothing
|
|
'
|
|
'Import_Offers
|
|
'
|
|
Me.Import_Offers.Caption = "Import_Offers"
|
|
Me.Import_Offers.Category = "Import_Offers"
|
|
Me.Import_Offers.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Offers.Id = "Import_Offers"
|
|
Me.Import_Offers.ImageName = Nothing
|
|
Me.Import_Offers.Shortcut = Nothing
|
|
Me.Import_Offers.Tag = Nothing
|
|
Me.Import_Offers.TargetObjectsCriteria = Nothing
|
|
Me.Import_Offers.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Offers.ToolTip = Nothing
|
|
Me.Import_Offers.TypeOfView = Nothing
|
|
'
|
|
'aScriptUpdate
|
|
'
|
|
Me.aScriptUpdate.Caption = "aScript Update"
|
|
Me.aScriptUpdate.ConfirmationMessage = Nothing
|
|
Me.aScriptUpdate.Id = "aScriptUpdate"
|
|
Me.aScriptUpdate.ImageName = Nothing
|
|
Me.aScriptUpdate.Shortcut = Nothing
|
|
Me.aScriptUpdate.Tag = Nothing
|
|
Me.aScriptUpdate.TargetObjectsCriteria = Nothing
|
|
Me.aScriptUpdate.TargetViewId = "SQLImports_DetailView"
|
|
Me.aScriptUpdate.ToolTip = Nothing
|
|
Me.aScriptUpdate.TypeOfView = Nothing
|
|
'
|
|
'Import_OrderIn
|
|
'
|
|
Me.Import_OrderIn.Caption = "Import_OrderIn"
|
|
Me.Import_OrderIn.Category = "Import_OrderIn"
|
|
Me.Import_OrderIn.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_OrderIn.Id = "Import_OrderIn"
|
|
Me.Import_OrderIn.ImageName = Nothing
|
|
Me.Import_OrderIn.Shortcut = Nothing
|
|
Me.Import_OrderIn.Tag = Nothing
|
|
Me.Import_OrderIn.TargetObjectsCriteria = Nothing
|
|
Me.Import_OrderIn.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_OrderIn.ToolTip = Nothing
|
|
Me.Import_OrderIn.TypeOfView = Nothing
|
|
'
|
|
'Import_Pricing
|
|
'
|
|
Me.Import_Pricing.Caption = "Import_Pricing"
|
|
Me.Import_Pricing.Category = "Import_Pricing"
|
|
Me.Import_Pricing.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.Import_Pricing.Id = "Import_Pricing"
|
|
Me.Import_Pricing.ImageName = Nothing
|
|
Me.Import_Pricing.Shortcut = Nothing
|
|
Me.Import_Pricing.Tag = Nothing
|
|
Me.Import_Pricing.TargetObjectsCriteria = Nothing
|
|
Me.Import_Pricing.TargetViewId = "SQLImports_DetailView"
|
|
Me.Import_Pricing.ToolTip = Nothing
|
|
Me.Import_Pricing.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents Import_Customers As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Country As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Controlling As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Procucts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Storage As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_ChartsOfAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_CustomersGLParameters As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_LiquidAssets As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_VAT As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_GL As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_ProcuctsGroups As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Invoices As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_UniqueObject As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Invoices_Business As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_GLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_CostHolder As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_CostPlace As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents JobNumberObject As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_GLBank As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_GCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_SpecTran As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Contacts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_GCompensation As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_HRPerson As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_OrderOut As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Circulation As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Operations As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Offers As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aScriptUpdate As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_OrderIn As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents Import_Pricing As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|