Partial Class TakeOverProtocolVC _ 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_TPR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aToTableD_TPR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aFinalize_TPR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aStorno_TPR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aPrint_TPR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aBakToEdit_TPR = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aToTable_TPR ' Me.aToTable_TPR.Caption = "aToTable_TPR" Me.aToTable_TPR.Category = "aToTable_TPR" Me.aToTable_TPR.ConfirmationMessage = Nothing Me.aToTable_TPR.Id = "aToTable_TPR" Me.aToTable_TPR.ImageName = Nothing Me.aToTable_TPR.Shortcut = Nothing Me.aToTable_TPR.Tag = Nothing Me.aToTable_TPR.TargetObjectsCriteria = Nothing Me.aToTable_TPR.TargetObjectType = GetType(Nuvolar.[Module].TakeoverProtocolHeader) Me.aToTable_TPR.TargetViewId = "" Me.aToTable_TPR.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aToTable_TPR.ToolTip = Nothing Me.aToTable_TPR.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aToTableD_TPR ' Me.aToTableD_TPR.Caption = "aToTableD_TPR" Me.aToTableD_TPR.Category = "aToTableD_TPR" Me.aToTableD_TPR.ConfirmationMessage = Nothing Me.aToTableD_TPR.Id = "aToTableD_TPR" Me.aToTableD_TPR.ImageName = Nothing Me.aToTableD_TPR.Shortcut = Nothing Me.aToTableD_TPR.Tag = Nothing Me.aToTableD_TPR.TargetObjectsCriteria = Nothing Me.aToTableD_TPR.TargetObjectType = GetType(Nuvolar.[Module].TakeoverProtocolHeader) Me.aToTableD_TPR.TargetViewId = "" Me.aToTableD_TPR.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aToTableD_TPR.ToolTip = Nothing Me.aToTableD_TPR.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aFinalize_TPR ' Me.aFinalize_TPR.Caption = "aFinalize_TPR" Me.aFinalize_TPR.Category = "ObjectsCreation" Me.aFinalize_TPR.ConfirmationMessage = "Do you want to execute command?" Me.aFinalize_TPR.Id = "aFinalize_TPR" Me.aFinalize_TPR.ImageName = Nothing Me.aFinalize_TPR.Shortcut = Nothing Me.aFinalize_TPR.Tag = Nothing Me.aFinalize_TPR.TargetObjectsCriteria = Nothing Me.aFinalize_TPR.TargetObjectType = GetType(Nuvolar.[Module].TakeoverProtocolHeader) Me.aFinalize_TPR.TargetViewId = "" Me.aFinalize_TPR.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aFinalize_TPR.ToolTip = Nothing Me.aFinalize_TPR.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aStorno_TPR ' Me.aStorno_TPR.Caption = "aStorno_TPR" Me.aStorno_TPR.Category = "" Me.aStorno_TPR.ConfirmationMessage = "Do you want to execute command?" Me.aStorno_TPR.Id = "aStorno_TPR" Me.aStorno_TPR.ImageName = Nothing Me.aStorno_TPR.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aStorno_TPR.Shortcut = Nothing Me.aStorno_TPR.Tag = Nothing Me.aStorno_TPR.TargetObjectsCriteria = "IsEditable=False AND IsStorno=False" Me.aStorno_TPR.TargetObjectType = GetType(Nuvolar.[Module].TakeoverProtocolHeader) Me.aStorno_TPR.TargetViewId = "" Me.aStorno_TPR.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aStorno_TPR.ToolTip = Nothing Me.aStorno_TPR.TypeOfView = GetType(DevExpress.ExpressApp.ListView) ' 'aPrint_TPR ' Me.aPrint_TPR.Caption = "aPrint_TPR" Me.aPrint_TPR.Category = "" Me.aPrint_TPR.ConfirmationMessage = Nothing Me.aPrint_TPR.Id = "aPrint_TPR" Me.aPrint_TPR.ImageName = Nothing Me.aPrint_TPR.Shortcut = Nothing Me.aPrint_TPR.Tag = Nothing Me.aPrint_TPR.TargetObjectsCriteria = Nothing Me.aPrint_TPR.TargetObjectType = GetType(Nuvolar.[Module].TakeoverProtocolHeader) Me.aPrint_TPR.TargetViewId = Nothing Me.aPrint_TPR.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aPrint_TPR.ToolTip = Nothing Me.aPrint_TPR.TypeOfView = GetType(DevExpress.ExpressApp.ListView) ' 'aBakToEdit_TPR ' Me.aBakToEdit_TPR.Caption = "aBakToEdit_TPR" Me.aBakToEdit_TPR.Category = "ObjectsCreation" Me.aBakToEdit_TPR.ConfirmationMessage = "Do you want to execute command?" Me.aBakToEdit_TPR.Id = "aBakToEdit_TPR" Me.aBakToEdit_TPR.ImageName = Nothing Me.aBakToEdit_TPR.Shortcut = Nothing Me.aBakToEdit_TPR.Tag = Nothing Me.aBakToEdit_TPR.TargetObjectsCriteria = Nothing Me.aBakToEdit_TPR.TargetObjectType = GetType(Nuvolar.[Module].TakeoverProtocolHeader) Me.aBakToEdit_TPR.TargetViewId = Nothing Me.aBakToEdit_TPR.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aBakToEdit_TPR.ToolTip = Nothing Me.aBakToEdit_TPR.TypeOfView = GetType(DevExpress.ExpressApp.ListView) End Sub Friend WithEvents aToTable_TPR As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aToTableD_TPR As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aFinalize_TPR As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aStorno_TPR As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aPrint_TPR As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aBakToEdit_TPR As DevExpress.ExpressApp.Actions.SimpleAction End Class