Partial Class SpecTranRevaluationVC _ 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.aGenerateSpecTranRevaluationQuery = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aViewPCIDSpecTranRevaluation = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aCreateRevaluation = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aRemoveRevaluation = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aGenerateSpecTranRevaluationQuery ' Me.aGenerateSpecTranRevaluationQuery.Caption = "Query" Me.aGenerateSpecTranRevaluationQuery.ConfirmationMessage = "Do You want to execute ?" Me.aGenerateSpecTranRevaluationQuery.Id = "aGenerateSpecTranRevaluationQuery" Me.aGenerateSpecTranRevaluationQuery.ImageName = "stopwatch_run" Me.aGenerateSpecTranRevaluationQuery.Shortcut = Nothing Me.aGenerateSpecTranRevaluationQuery.Tag = Nothing Me.aGenerateSpecTranRevaluationQuery.TargetObjectsCriteria = Nothing Me.aGenerateSpecTranRevaluationQuery.TargetObjectType = GetType(Nuvolar.[Module].SpecTranRevaluation) Me.aGenerateSpecTranRevaluationQuery.TargetViewId = Nothing Me.aGenerateSpecTranRevaluationQuery.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView Me.aGenerateSpecTranRevaluationQuery.ToolTip = Nothing Me.aGenerateSpecTranRevaluationQuery.TypeOfView = GetType(DevExpress.ExpressApp.DetailView) ' 'aViewPCIDSpecTranRevaluation ' Me.aViewPCIDSpecTranRevaluation.Caption = "aViewPCIDSpecTranRevaluation" Me.aViewPCIDSpecTranRevaluation.ConfirmationMessage = Nothing Me.aViewPCIDSpecTranRevaluation.Id = "aViewPCIDSpecTranRevaluation" Me.aViewPCIDSpecTranRevaluation.ImageName = Nothing Me.aViewPCIDSpecTranRevaluation.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aViewPCIDSpecTranRevaluation.Shortcut = Nothing Me.aViewPCIDSpecTranRevaluation.Tag = Nothing Me.aViewPCIDSpecTranRevaluation.TargetObjectsCriteria = Nothing Me.aViewPCIDSpecTranRevaluation.TargetObjectType = GetType(Nuvolar.[Module].SpecTranRevaluationRowsAccounts) Me.aViewPCIDSpecTranRevaluation.TargetViewId = "" Me.aViewPCIDSpecTranRevaluation.ToolTip = Nothing Me.aViewPCIDSpecTranRevaluation.TypeOfView = Nothing ' 'aCreateRevaluation ' Me.aCreateRevaluation.Caption = "aCreate Revaluation" Me.aCreateRevaluation.ConfirmationMessage = "Are you sure ?" Me.aCreateRevaluation.Id = "aCreateRevaluation" Me.aCreateRevaluation.ImageName = Nothing Me.aCreateRevaluation.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aCreateRevaluation.Shortcut = Nothing Me.aCreateRevaluation.Tag = Nothing Me.aCreateRevaluation.TargetObjectsCriteria = Nothing Me.aCreateRevaluation.TargetObjectType = GetType(Nuvolar.[Module].SpecTranRevaluationRowsAccounts) Me.aCreateRevaluation.TargetViewId = Nothing Me.aCreateRevaluation.ToolTip = Nothing Me.aCreateRevaluation.TypeOfView = Nothing ' 'aRemoveRevaluation ' Me.aRemoveRevaluation.Caption = "aRemove Revaluation" Me.aRemoveRevaluation.ConfirmationMessage = "Are you sure ?" Me.aRemoveRevaluation.Id = "aRemoveRevaluation" Me.aRemoveRevaluation.ImageName = Nothing Me.aRemoveRevaluation.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aRemoveRevaluation.Shortcut = Nothing Me.aRemoveRevaluation.Tag = Nothing Me.aRemoveRevaluation.TargetObjectsCriteria = Nothing Me.aRemoveRevaluation.TargetObjectType = GetType(Nuvolar.[Module].GLAccountsRevaluations) Me.aRemoveRevaluation.TargetViewId = Nothing Me.aRemoveRevaluation.TargetViewType = DevExpress.ExpressApp.ViewType.ListView Me.aRemoveRevaluation.ToolTip = Nothing Me.aRemoveRevaluation.TypeOfView = GetType(DevExpress.ExpressApp.ListView) End Sub Friend WithEvents aGenerateSpecTranRevaluationQuery As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aViewPCIDSpecTranRevaluation As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aCreateRevaluation As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aRemoveRevaluation As DevExpress.ExpressApp.Actions.SimpleAction End Class