Partial Class OrderInRowsOtherVC _ 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.aToTable_OrderInOther = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aToTableD_OrderInOther = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aDown_OrderInOther = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aUp_OrderInOther = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aInsertServicesToOrderIn = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aToTable_OrderInOther ' Me.aToTable_OrderInOther.Caption = "Add row" Me.aToTable_OrderInOther.Category = "aToTable_OrderInOther" Me.aToTable_OrderInOther.ConfirmationMessage = Nothing Me.aToTable_OrderInOther.Id = "aToTable_OrderInOther" Me.aToTable_OrderInOther.ImageName = "table_add" Me.aToTable_OrderInOther.Shortcut = Nothing Me.aToTable_OrderInOther.Tag = Nothing Me.aToTable_OrderInOther.TargetObjectsCriteria = Nothing Me.aToTable_OrderInOther.TargetViewId = "OrderInHeader_DetailView" Me.aToTable_OrderInOther.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aToTable_OrderInOther.ToolTip = Nothing Me.aToTable_OrderInOther.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aToTableD_OrderInOther ' Me.aToTableD_OrderInOther.Caption = "Delete row" Me.aToTableD_OrderInOther.Category = "aToTableD_OrderInOther" Me.aToTableD_OrderInOther.ConfirmationMessage = Nothing Me.aToTableD_OrderInOther.Id = "aToTableD_OrderInOther" Me.aToTableD_OrderInOther.ImageName = "table_delete" Me.aToTableD_OrderInOther.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aToTableD_OrderInOther.Shortcut = Nothing Me.aToTableD_OrderInOther.Tag = Nothing Me.aToTableD_OrderInOther.TargetObjectsCriteria = Nothing Me.aToTableD_OrderInOther.TargetViewId = "OrderInHeader_DetailView" Me.aToTableD_OrderInOther.ToolTip = Nothing Me.aToTableD_OrderInOther.TypeOfView = Nothing ' 'aDown_OrderInOther ' Me.aDown_OrderInOther.Caption = "Down" Me.aDown_OrderInOther.Category = "RecordsNavigation" Me.aDown_OrderInOther.ConfirmationMessage = Nothing Me.aDown_OrderInOther.Id = "aDown_OrderInOther" Me.aDown_OrderInOther.ImageName = "arrow_down_green" Me.aDown_OrderInOther.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aDown_OrderInOther.Shortcut = Nothing Me.aDown_OrderInOther.Tag = Nothing Me.aDown_OrderInOther.TargetObjectsCriteria = Nothing Me.aDown_OrderInOther.TargetViewId = "OrderInHeader_OrderInRowsOther_ListView" Me.aDown_OrderInOther.ToolTip = Nothing Me.aDown_OrderInOther.TypeOfView = Nothing ' 'aUp_OrderInOther ' Me.aUp_OrderInOther.Caption = "Up" Me.aUp_OrderInOther.Category = "RecordsNavigation" Me.aUp_OrderInOther.ConfirmationMessage = Nothing Me.aUp_OrderInOther.Id = "aUp_OrderInOther" Me.aUp_OrderInOther.ImageName = "arrow_up_green" Me.aUp_OrderInOther.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aUp_OrderInOther.Shortcut = Nothing Me.aUp_OrderInOther.Tag = Nothing Me.aUp_OrderInOther.TargetObjectsCriteria = Nothing Me.aUp_OrderInOther.TargetViewId = "OrderInHeader_OrderInRowsOther_ListView" Me.aUp_OrderInOther.ToolTip = Nothing Me.aUp_OrderInOther.TypeOfView = Nothing ' 'aInsertServicesToOrderIn ' Me.aInsertServicesToOrderIn.AcceptButtonCaption = Nothing Me.aInsertServicesToOrderIn.CancelButtonCaption = Nothing Me.aInsertServicesToOrderIn.Caption = "aInsert Services To Order In" Me.aInsertServicesToOrderIn.ConfirmationMessage = Nothing Me.aInsertServicesToOrderIn.Id = "aInsertServicesToOrderIn" Me.aInsertServicesToOrderIn.ImageName = Nothing Me.aInsertServicesToOrderIn.Shortcut = Nothing Me.aInsertServicesToOrderIn.Tag = Nothing Me.aInsertServicesToOrderIn.TargetObjectsCriteria = Nothing Me.aInsertServicesToOrderIn.TargetObjectType = GetType(Nuvolar.[Module].OrderInRowsOther) Me.aInsertServicesToOrderIn.TargetViewId = "" Me.aInsertServicesToOrderIn.ToolTip = Nothing Me.aInsertServicesToOrderIn.TypeOfView = GetType(DevExpress.ExpressApp.View) End Sub Friend WithEvents aToTable_OrderInOther As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aToTableD_OrderInOther As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aDown_OrderInOther As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aUp_OrderInOther As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aInsertServicesToOrderIn As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class