Partial Class OrderInToDisposeVC _ 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. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.aOrderToSetCustomerOrder = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aOrderToIncoming = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aOrderToSetCustomerOrder ' Me.aOrderToSetCustomerOrder.AcceptButtonCaption = Nothing Me.aOrderToSetCustomerOrder.CancelButtonCaption = Nothing Me.aOrderToSetCustomerOrder.Caption = "aOrder To Set Customer Order" Me.aOrderToSetCustomerOrder.ConfirmationMessage = Nothing Me.aOrderToSetCustomerOrder.Id = "aOrderToSetCustomerOrder" Me.aOrderToSetCustomerOrder.ImageName = Nothing Me.aOrderToSetCustomerOrder.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aOrderToSetCustomerOrder.Shortcut = Nothing Me.aOrderToSetCustomerOrder.Tag = Nothing Me.aOrderToSetCustomerOrder.TargetObjectsCriteria = Nothing Me.aOrderToSetCustomerOrder.TargetViewId = "OrderInToDispose_DetailView" Me.aOrderToSetCustomerOrder.ToolTip = Nothing Me.aOrderToSetCustomerOrder.TypeOfView = Nothing ' 'aOrderToIncoming ' Me.aOrderToIncoming.AcceptButtonCaption = Nothing Me.aOrderToIncoming.CancelButtonCaption = Nothing Me.aOrderToIncoming.Caption = "aOrder To Incoming" Me.aOrderToIncoming.ConfirmationMessage = Nothing Me.aOrderToIncoming.Id = "aOrderToIncoming" Me.aOrderToIncoming.ImageName = Nothing Me.aOrderToIncoming.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aOrderToIncoming.Shortcut = Nothing Me.aOrderToIncoming.Tag = Nothing Me.aOrderToIncoming.TargetObjectsCriteria = Nothing Me.aOrderToIncoming.TargetViewId = "OrderInToDispose_DetailView" Me.aOrderToIncoming.ToolTip = Nothing Me.aOrderToIncoming.TypeOfView = Nothing End Sub Friend WithEvents aOrderToSetCustomerOrder As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aOrderToIncoming As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class