Partial Class ProjectPlanVC _ 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.aBindPlan = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aProjectPlanViewFactPivot = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aProjectPlanViewContractsPivot = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aProjectPlanEditPlan ' ' 'aBindPlan ' Me.aBindPlan.Caption = "aBind Plan" Me.aBindPlan.ConfirmationMessage = Nothing Me.aBindPlan.Id = "aBindPlan" Me.aBindPlan.ImageName = Nothing Me.aBindPlan.Shortcut = Nothing Me.aBindPlan.Tag = Nothing Me.aBindPlan.TargetObjectsCriteria = Nothing Me.aBindPlan.TargetViewId = "ProjectPlan_DetailView" Me.aBindPlan.ToolTip = Nothing Me.aBindPlan.TypeOfView = Nothing ' 'aProjectPlanViewFactPivot ' Me.aProjectPlanViewFactPivot.Caption = "aProject Plan View Fact Pivot" Me.aProjectPlanViewFactPivot.ConfirmationMessage = Nothing Me.aProjectPlanViewFactPivot.Id = "aProjectPlanViewFactPivot" Me.aProjectPlanViewFactPivot.ImageName = Nothing Me.aProjectPlanViewFactPivot.Shortcut = Nothing Me.aProjectPlanViewFactPivot.Tag = Nothing Me.aProjectPlanViewFactPivot.TargetObjectsCriteria = Nothing Me.aProjectPlanViewFactPivot.TargetObjectType = GetType(SISBusiness.[Module].ProjectPlanRows) Me.aProjectPlanViewFactPivot.TargetViewId = Nothing Me.aProjectPlanViewFactPivot.ToolTip = Nothing Me.aProjectPlanViewFactPivot.TypeOfView = Nothing ' 'aProjectPlanViewContractsPivot ' Me.aProjectPlanViewContractsPivot.Caption = "aProject Plan View Contracts Pivot" Me.aProjectPlanViewContractsPivot.ConfirmationMessage = Nothing Me.aProjectPlanViewContractsPivot.Id = "aProjectPlanViewContractsPivot" Me.aProjectPlanViewContractsPivot.ImageName = Nothing Me.aProjectPlanViewContractsPivot.Shortcut = Nothing Me.aProjectPlanViewContractsPivot.Tag = Nothing Me.aProjectPlanViewContractsPivot.TargetObjectsCriteria = Nothing Me.aProjectPlanViewContractsPivot.TargetObjectType = GetType(SISBusiness.[Module].ProjectPlanRows) Me.aProjectPlanViewContractsPivot.TargetViewId = Nothing Me.aProjectPlanViewContractsPivot.ToolTip = Nothing Me.aProjectPlanViewContractsPivot.TypeOfView = Nothing End Sub Friend WithEvents aBindPlan As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aProjectPlanViewFactPivot As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aProjectPlanViewContractsPivot As DevExpress.ExpressApp.Actions.SimpleAction End Class