Files
Nuvolar/Nuvolar.Module/BusinessObjects/Business/BusinessTransactions/Orders/OrdersIn/OrderInRowsVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

92 lines
5.1 KiB
VB.net

Partial Class OrderInRowsVC
<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.aMoveOrderInRowsToOtherOrderInHeader = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aMoveOrderInRowsOtherToOtherOrderInHeader = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aORI_ChangeQTT = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aMoveOrderInRowsToOtherOrderInHeader
'
Me.aMoveOrderInRowsToOtherOrderInHeader.AcceptButtonCaption = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.CancelButtonCaption = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.Caption = "aMove Order In Rows To Other Order In Header"
Me.aMoveOrderInRowsToOtherOrderInHeader.ConfirmationMessage = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.Id = "aMoveOrderInRowsToOtherOrderInHeader"
Me.aMoveOrderInRowsToOtherOrderInHeader.ImageName = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aMoveOrderInRowsToOtherOrderInHeader.Shortcut = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.Tag = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.TargetObjectsCriteria = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.TargetObjectType = GetType(Nuvolar.[Module].OrderInRows)
Me.aMoveOrderInRowsToOtherOrderInHeader.TargetViewId = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.ToolTip = Nothing
Me.aMoveOrderInRowsToOtherOrderInHeader.TypeOfView = Nothing
'
'aMoveOrderInRowsOtherToOtherOrderInHeader
'
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.AcceptButtonCaption = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.CancelButtonCaption = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.Caption = "aMove Order In Rows Other To Other Order In Header"
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.ConfirmationMessage = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.Id = "aMoveOrderInRowsOtherToOtherOrderInHeader"
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.ImageName = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.Shortcut = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.Tag = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.TargetObjectsCriteria = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.TargetObjectType = GetType(Nuvolar.[Module].OrderInRowsOther)
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.TargetViewId = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.ToolTip = Nothing
Me.aMoveOrderInRowsOtherToOtherOrderInHeader.TypeOfView = Nothing
'
'aORI_ChangeQTT
'
Me.aORI_ChangeQTT.AcceptButtonCaption = Nothing
Me.aORI_ChangeQTT.CancelButtonCaption = Nothing
Me.aORI_ChangeQTT.Caption = "aORI_ChangeQTT"
Me.aORI_ChangeQTT.ConfirmationMessage = Nothing
Me.aORI_ChangeQTT.Id = "aORI_ChangeQTT"
Me.aORI_ChangeQTT.ImageName = Nothing
Me.aORI_ChangeQTT.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aORI_ChangeQTT.Shortcut = Nothing
Me.aORI_ChangeQTT.Tag = Nothing
Me.aORI_ChangeQTT.TargetObjectsCriteria = "QTT_Storaged_Will=0"
Me.aORI_ChangeQTT.TargetObjectType = GetType(Nuvolar.[Module].OrderInRows)
Me.aORI_ChangeQTT.TargetViewId = "OrderInHeader_OrderInRows_ListView"
Me.aORI_ChangeQTT.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aORI_ChangeQTT.ToolTip = Nothing
Me.aORI_ChangeQTT.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
End Sub
Friend WithEvents aMoveOrderInRowsToOtherOrderInHeader As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aMoveOrderInRowsOtherToOtherOrderInHeader As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aORI_ChangeQTT As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class