Files
SISBusiness/SISBusiness.Module.Win/BusinessObjects/Business/Project/ProjectVC.Designer.vb
T
2017-03-26 20:00:03 +02:00

98 lines
4.4 KiB
VB.net

Partial Class ProjectVC
<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.aProjectG2anttPrint = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aProject_GenerateProjectQuestions = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aProject_GenerateNewEvents = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aProjectAddRow
'
'
'aProjectEditRow
'
'
'aProjectDeleteRow
'
'
'aProjectRefreshG2antt
'
'
'aProjectG2anttPrint
'
Me.aProjectG2anttPrint.Caption = "aProject G2antt Print"
Me.aProjectG2anttPrint.ConfirmationMessage = Nothing
Me.aProjectG2anttPrint.Id = "aProjectG2anttPrint"
Me.aProjectG2anttPrint.ImageName = Nothing
Me.aProjectG2anttPrint.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aProjectG2anttPrint.Shortcut = Nothing
Me.aProjectG2anttPrint.Tag = Nothing
Me.aProjectG2anttPrint.TargetObjectsCriteria = Nothing
Me.aProjectG2anttPrint.TargetObjectType = GetType(SISBusiness.[Module].ProjectHeader)
Me.aProjectG2anttPrint.TargetViewId = Nothing
Me.aProjectG2anttPrint.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
Me.aProjectG2anttPrint.ToolTip = Nothing
Me.aProjectG2anttPrint.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
'
'aProject_GenerateProjectQuestions
'
Me.aProject_GenerateProjectQuestions.Caption = "aProject_GenerateProjectQuestions"
Me.aProject_GenerateProjectQuestions.ConfirmationMessage = Nothing
Me.aProject_GenerateProjectQuestions.Id = "aProject_GenerateProjectQuestions"
Me.aProject_GenerateProjectQuestions.ImageName = Nothing
Me.aProject_GenerateProjectQuestions.Shortcut = Nothing
Me.aProject_GenerateProjectQuestions.Tag = Nothing
Me.aProject_GenerateProjectQuestions.TargetObjectsCriteria = Nothing
Me.aProject_GenerateProjectQuestions.TargetObjectType = GetType(SISBusiness.[Module].ProjectHeader)
Me.aProject_GenerateProjectQuestions.TargetViewId = Nothing
Me.aProject_GenerateProjectQuestions.ToolTip = Nothing
Me.aProject_GenerateProjectQuestions.TypeOfView = Nothing
'
'aProject_GenerateNewEvents
'
Me.aProject_GenerateNewEvents.AcceptButtonCaption = Nothing
Me.aProject_GenerateNewEvents.CancelButtonCaption = Nothing
Me.aProject_GenerateNewEvents.Caption = "aProject_GenerateNewEvents"
Me.aProject_GenerateNewEvents.ConfirmationMessage = Nothing
Me.aProject_GenerateNewEvents.Id = "aProject_GenerateNewEvents"
Me.aProject_GenerateNewEvents.ImageName = Nothing
Me.aProject_GenerateNewEvents.Shortcut = Nothing
Me.aProject_GenerateNewEvents.Tag = Nothing
Me.aProject_GenerateNewEvents.TargetObjectsCriteria = Nothing
Me.aProject_GenerateNewEvents.TargetObjectType = GetType(SISBusiness.[Module].ProjectHeader)
Me.aProject_GenerateNewEvents.TargetViewId = Nothing
Me.aProject_GenerateNewEvents.ToolTip = Nothing
Me.aProject_GenerateNewEvents.TypeOfView = Nothing
End Sub
Friend WithEvents aProjectG2anttPrint As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aProject_GenerateProjectQuestions As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aProject_GenerateNewEvents As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class