First create solution
This commit is contained in:
Generated
+99
@@ -0,0 +1,99 @@
|
||||
Partial Class ProjectPlanVC
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
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.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
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.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Me.aProjectPlanGenerateFact = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aProjectPlanEditPlan = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aProjectPlanViewContract = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aProjectPlanViewFact = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
'
|
||||
'aProjectPlanGenerateFact
|
||||
'
|
||||
Me.aProjectPlanGenerateFact.Caption = "aProject Plan Generate Fact"
|
||||
Me.aProjectPlanGenerateFact.ConfirmationMessage = Nothing
|
||||
Me.aProjectPlanGenerateFact.Id = "aProjectPlanGenerateFact"
|
||||
Me.aProjectPlanGenerateFact.ImageName = Nothing
|
||||
Me.aProjectPlanGenerateFact.Shortcut = Nothing
|
||||
Me.aProjectPlanGenerateFact.Tag = Nothing
|
||||
Me.aProjectPlanGenerateFact.TargetObjectsCriteria = Nothing
|
||||
Me.aProjectPlanGenerateFact.TargetObjectType = GetType(Nuvolar.[Module].ProjectPlan)
|
||||
Me.aProjectPlanGenerateFact.TargetViewId = Nothing
|
||||
Me.aProjectPlanGenerateFact.ToolTip = Nothing
|
||||
Me.aProjectPlanGenerateFact.TypeOfView = Nothing
|
||||
'
|
||||
'aProjectPlanEditPlan
|
||||
'
|
||||
Me.aProjectPlanEditPlan.Caption = "aProject Plan Edit Plan"
|
||||
Me.aProjectPlanEditPlan.ConfirmationMessage = Nothing
|
||||
Me.aProjectPlanEditPlan.Id = "aProjectPlanEditPlan"
|
||||
Me.aProjectPlanEditPlan.ImageName = Nothing
|
||||
Me.aProjectPlanEditPlan.Shortcut = Nothing
|
||||
Me.aProjectPlanEditPlan.Tag = Nothing
|
||||
Me.aProjectPlanEditPlan.TargetObjectsCriteria = Nothing
|
||||
Me.aProjectPlanEditPlan.TargetObjectType = GetType(Nuvolar.[Module].ProjectPlanRows)
|
||||
Me.aProjectPlanEditPlan.TargetViewId = Nothing
|
||||
Me.aProjectPlanEditPlan.ToolTip = Nothing
|
||||
Me.aProjectPlanEditPlan.TypeOfView = Nothing
|
||||
'
|
||||
'aProjectPlanViewContract
|
||||
'
|
||||
Me.aProjectPlanViewContract.Caption = "aProject Plan View Contract"
|
||||
Me.aProjectPlanViewContract.ConfirmationMessage = Nothing
|
||||
Me.aProjectPlanViewContract.Id = "aProjectPlanViewContract"
|
||||
Me.aProjectPlanViewContract.ImageName = Nothing
|
||||
Me.aProjectPlanViewContract.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aProjectPlanViewContract.Shortcut = Nothing
|
||||
Me.aProjectPlanViewContract.Tag = Nothing
|
||||
Me.aProjectPlanViewContract.TargetObjectsCriteria = Nothing
|
||||
Me.aProjectPlanViewContract.TargetObjectType = GetType(Nuvolar.[Module].ProjectPlanRows)
|
||||
Me.aProjectPlanViewContract.TargetViewId = Nothing
|
||||
Me.aProjectPlanViewContract.ToolTip = Nothing
|
||||
Me.aProjectPlanViewContract.TypeOfView = Nothing
|
||||
'
|
||||
'aProjectPlanViewFact
|
||||
'
|
||||
Me.aProjectPlanViewFact.Caption = "aProject Plan View Fact"
|
||||
Me.aProjectPlanViewFact.ConfirmationMessage = Nothing
|
||||
Me.aProjectPlanViewFact.Id = "aProjectPlanViewFact"
|
||||
Me.aProjectPlanViewFact.ImageName = Nothing
|
||||
Me.aProjectPlanViewFact.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aProjectPlanViewFact.Shortcut = Nothing
|
||||
Me.aProjectPlanViewFact.Tag = Nothing
|
||||
Me.aProjectPlanViewFact.TargetObjectsCriteria = Nothing
|
||||
Me.aProjectPlanViewFact.TargetObjectType = GetType(Nuvolar.[Module].ProjectPlanRows)
|
||||
Me.aProjectPlanViewFact.TargetViewId = Nothing
|
||||
Me.aProjectPlanViewFact.ToolTip = Nothing
|
||||
Me.aProjectPlanViewFact.TypeOfView = Nothing
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aProjectPlanGenerateFact As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aProjectPlanViewContract As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aProjectPlanViewFact As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Protected WithEvents aProjectPlanEditPlan As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user