Files
Nuvolar/Nuvolar.Module/BusinessObjects/Business/BusinessTransactions/Offers/Operation/OfferAskIn_VC.Designer.vb
T
2017-03-08 11:21:27 +01:00

71 lines
3.7 KiB
VB.net

Partial Class OfferAskIn_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.aOfferAskInRowsAddOperations = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aOfferAskInCreateOfferAskOutFromCustomers = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aOfferAskInRowsAddOperations
'
Me.aOfferAskInRowsAddOperations.AcceptButtonCaption = Nothing
Me.aOfferAskInRowsAddOperations.CancelButtonCaption = Nothing
Me.aOfferAskInRowsAddOperations.Caption = "aOfferAskInRowsAddOperations"
Me.aOfferAskInRowsAddOperations.ConfirmationMessage = Nothing
Me.aOfferAskInRowsAddOperations.Id = "aOfferAskInRowsAddOperations"
Me.aOfferAskInRowsAddOperations.ImageName = Nothing
Me.aOfferAskInRowsAddOperations.Shortcut = Nothing
Me.aOfferAskInRowsAddOperations.Tag = Nothing
Me.aOfferAskInRowsAddOperations.TargetObjectsCriteria = Nothing
Me.aOfferAskInRowsAddOperations.TargetObjectType = GetType(Nuvolar.[Module].OfferAskInRows)
Me.aOfferAskInRowsAddOperations.TargetViewId = ""
Me.aOfferAskInRowsAddOperations.ToolTip = Nothing
Me.aOfferAskInRowsAddOperations.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aOfferAskInCreateOfferAskOutFromCustomers
'
Me.aOfferAskInCreateOfferAskOutFromCustomers.AcceptButtonCaption = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.CancelButtonCaption = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.Caption = "aOfferAskInCreateOfferAskOutFromCustomers"
Me.aOfferAskInCreateOfferAskOutFromCustomers.ConfirmationMessage = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.Id = "aOfferAskInCreateOfferAskOutFromCustomers"
Me.aOfferAskInCreateOfferAskOutFromCustomers.ImageName = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aOfferAskInCreateOfferAskOutFromCustomers.Shortcut = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.Tag = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.TargetObjectsCriteria = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.TargetObjectType = GetType(Nuvolar.[Module].OfferAskInRows)
Me.aOfferAskInCreateOfferAskOutFromCustomers.TargetViewId = "OfferAskIn_OfferAskInRows_ListView"
Me.aOfferAskInCreateOfferAskOutFromCustomers.ToolTip = Nothing
Me.aOfferAskInCreateOfferAskOutFromCustomers.TypeOfView = GetType(DevExpress.ExpressApp.View)
End Sub
Friend WithEvents aOfferAskInRowsAddOperations As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aOfferAskInCreateOfferAskOutFromCustomers As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class