157 lines
8.7 KiB
VB.net
157 lines
8.7 KiB
VB.net
Partial Class Technologies_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.aTechnologies_AddCustomers = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aTechnologies_AddProducts = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aTechnologies_AddServices = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aTechnologies_RemoveServices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aTechnologies_RemoveCustomers = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aTechnologies_RemoveProducts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aTechnologies_AddContacts = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aTechnologies_AddCustomers
|
|
'
|
|
Me.aTechnologies_AddCustomers.AcceptButtonCaption = Nothing
|
|
Me.aTechnologies_AddCustomers.CancelButtonCaption = Nothing
|
|
Me.aTechnologies_AddCustomers.Caption = "aTechnologies_AddCustomers"
|
|
Me.aTechnologies_AddCustomers.Category = "ObjectsCreation"
|
|
Me.aTechnologies_AddCustomers.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_AddCustomers.Id = "aTechnologies_AddCustomers"
|
|
Me.aTechnologies_AddCustomers.ImageName = Nothing
|
|
Me.aTechnologies_AddCustomers.Shortcut = Nothing
|
|
Me.aTechnologies_AddCustomers.Tag = Nothing
|
|
Me.aTechnologies_AddCustomers.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_AddCustomers.TargetViewId = "Technologies_Customers_ListView"
|
|
Me.aTechnologies_AddCustomers.ToolTip = Nothing
|
|
Me.aTechnologies_AddCustomers.TypeOfView = Nothing
|
|
'
|
|
'aTechnologies_AddProducts
|
|
'
|
|
Me.aTechnologies_AddProducts.AcceptButtonCaption = Nothing
|
|
Me.aTechnologies_AddProducts.CancelButtonCaption = Nothing
|
|
Me.aTechnologies_AddProducts.Caption = "aTechnologies_AddProducts"
|
|
Me.aTechnologies_AddProducts.Category = "ObjectsCreation"
|
|
Me.aTechnologies_AddProducts.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_AddProducts.Id = "aTechnologies_AddProducts"
|
|
Me.aTechnologies_AddProducts.ImageName = Nothing
|
|
Me.aTechnologies_AddProducts.Shortcut = Nothing
|
|
Me.aTechnologies_AddProducts.Tag = Nothing
|
|
Me.aTechnologies_AddProducts.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_AddProducts.TargetViewId = "Technologies_Products_ListView"
|
|
Me.aTechnologies_AddProducts.ToolTip = Nothing
|
|
Me.aTechnologies_AddProducts.TypeOfView = Nothing
|
|
'
|
|
'aTechnologies_AddServices
|
|
'
|
|
Me.aTechnologies_AddServices.AcceptButtonCaption = Nothing
|
|
Me.aTechnologies_AddServices.CancelButtonCaption = Nothing
|
|
Me.aTechnologies_AddServices.Caption = "aTechnologies_AddServices"
|
|
Me.aTechnologies_AddServices.Category = "ObjectsCreation"
|
|
Me.aTechnologies_AddServices.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_AddServices.Id = "aTechnologies_AddServices"
|
|
Me.aTechnologies_AddServices.ImageName = Nothing
|
|
Me.aTechnologies_AddServices.Shortcut = Nothing
|
|
Me.aTechnologies_AddServices.Tag = Nothing
|
|
Me.aTechnologies_AddServices.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_AddServices.TargetViewId = "Technologies_Services_ListView"
|
|
Me.aTechnologies_AddServices.ToolTip = Nothing
|
|
Me.aTechnologies_AddServices.TypeOfView = Nothing
|
|
'
|
|
'aTechnologies_RemoveServices
|
|
'
|
|
Me.aTechnologies_RemoveServices.Caption = "aTechnologies_RemoveServices"
|
|
Me.aTechnologies_RemoveServices.Category = "RecordEdit"
|
|
Me.aTechnologies_RemoveServices.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_RemoveServices.Id = "aTechnologies_RemoveServices"
|
|
Me.aTechnologies_RemoveServices.ImageName = Nothing
|
|
Me.aTechnologies_RemoveServices.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aTechnologies_RemoveServices.Shortcut = Nothing
|
|
Me.aTechnologies_RemoveServices.Tag = Nothing
|
|
Me.aTechnologies_RemoveServices.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_RemoveServices.TargetViewId = "Technologies_Services_ListView"
|
|
Me.aTechnologies_RemoveServices.ToolTip = Nothing
|
|
Me.aTechnologies_RemoveServices.TypeOfView = Nothing
|
|
'
|
|
'aTechnologies_RemoveCustomers
|
|
'
|
|
Me.aTechnologies_RemoveCustomers.Caption = "aTechnologies_RemoveCustomers"
|
|
Me.aTechnologies_RemoveCustomers.Category = "RecordEdit"
|
|
Me.aTechnologies_RemoveCustomers.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_RemoveCustomers.Id = "aTechnologies_RemoveCustomers"
|
|
Me.aTechnologies_RemoveCustomers.ImageName = Nothing
|
|
Me.aTechnologies_RemoveCustomers.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aTechnologies_RemoveCustomers.Shortcut = Nothing
|
|
Me.aTechnologies_RemoveCustomers.Tag = Nothing
|
|
Me.aTechnologies_RemoveCustomers.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_RemoveCustomers.TargetViewId = "Technologies_Customers_ListView"
|
|
Me.aTechnologies_RemoveCustomers.ToolTip = Nothing
|
|
Me.aTechnologies_RemoveCustomers.TypeOfView = Nothing
|
|
'
|
|
'aTechnologies_RemoveProducts
|
|
'
|
|
Me.aTechnologies_RemoveProducts.Caption = "aTechnologies_RemoveProducts"
|
|
Me.aTechnologies_RemoveProducts.Category = "RecordEdit"
|
|
Me.aTechnologies_RemoveProducts.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_RemoveProducts.Id = "aTechnologies_RemoveProducts"
|
|
Me.aTechnologies_RemoveProducts.ImageName = Nothing
|
|
Me.aTechnologies_RemoveProducts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aTechnologies_RemoveProducts.Shortcut = Nothing
|
|
Me.aTechnologies_RemoveProducts.Tag = Nothing
|
|
Me.aTechnologies_RemoveProducts.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_RemoveProducts.TargetViewId = "Technologies_Products_ListView"
|
|
Me.aTechnologies_RemoveProducts.ToolTip = Nothing
|
|
Me.aTechnologies_RemoveProducts.TypeOfView = Nothing
|
|
'
|
|
'aTechnologies_AddContacts
|
|
'
|
|
Me.aTechnologies_AddContacts.AcceptButtonCaption = Nothing
|
|
Me.aTechnologies_AddContacts.CancelButtonCaption = Nothing
|
|
Me.aTechnologies_AddContacts.Caption = "aTechnologies_AddContacts"
|
|
Me.aTechnologies_AddContacts.Category = "ObjectsCreation"
|
|
Me.aTechnologies_AddContacts.ConfirmationMessage = Nothing
|
|
Me.aTechnologies_AddContacts.Id = "aTechnologies_AddContacts"
|
|
Me.aTechnologies_AddContacts.ImageName = Nothing
|
|
Me.aTechnologies_AddContacts.Shortcut = Nothing
|
|
Me.aTechnologies_AddContacts.Tag = Nothing
|
|
Me.aTechnologies_AddContacts.TargetObjectsCriteria = Nothing
|
|
Me.aTechnologies_AddContacts.TargetViewId = "Technologies_Contacts_ListView"
|
|
Me.aTechnologies_AddContacts.ToolTip = Nothing
|
|
Me.aTechnologies_AddContacts.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aTechnologies_AddCustomers As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aTechnologies_AddProducts As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aTechnologies_AddServices As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aTechnologies_RemoveServices As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aTechnologies_RemoveCustomers As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aTechnologies_RemoveProducts As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aTechnologies_AddContacts As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|