First create solution
This commit is contained in:
+71
@@ -0,0 +1,71 @@
|
||||
Partial Class SubcontractorVC
|
||||
|
||||
<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.aSubcontractorNavigationEnable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aSubcontractorNavigationDisable = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
'
|
||||
'aSubcontractorNavigationEnable
|
||||
'
|
||||
Me.aSubcontractorNavigationEnable.AcceptButtonCaption = Nothing
|
||||
Me.aSubcontractorNavigationEnable.CancelButtonCaption = Nothing
|
||||
Me.aSubcontractorNavigationEnable.Caption = "aSubcontractor Navigation Enable"
|
||||
Me.aSubcontractorNavigationEnable.ConfirmationMessage = Nothing
|
||||
Me.aSubcontractorNavigationEnable.Id = "aSubcontractorNavigationEnable"
|
||||
Me.aSubcontractorNavigationEnable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aSubcontractorNavigationEnable.TargetObjectType = GetType(Nuvolar.[Module].SubcontractorRoles)
|
||||
Me.aSubcontractorNavigationEnable.ToolTip = Nothing
|
||||
'
|
||||
'aSubcontractorNavigationDisable
|
||||
'
|
||||
Me.aSubcontractorNavigationDisable.AcceptButtonCaption = Nothing
|
||||
Me.aSubcontractorNavigationDisable.CancelButtonCaption = Nothing
|
||||
Me.aSubcontractorNavigationDisable.Caption = "aSubcontractor Navigation Disable"
|
||||
Me.aSubcontractorNavigationDisable.ConfirmationMessage = Nothing
|
||||
Me.aSubcontractorNavigationDisable.Id = "aSubcontractorNavigationDisable"
|
||||
Me.aSubcontractorNavigationDisable.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aSubcontractorNavigationDisable.TargetObjectType = GetType(Nuvolar.[Module].SubcontractorRoles)
|
||||
Me.aSubcontractorNavigationDisable.ToolTip = Nothing
|
||||
'
|
||||
'aSubcontractorDocuments_OpenDashboardWithViewer
|
||||
'
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.Caption = "aSubcontractorDocuments_OpenDashboardWithViewer"
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.ConfirmationMessage = Nothing
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.Id = "aSubcontractorDocuments_OpenDashboardWithViewer"
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.TargetObjectsCriteria = "IsDashboard = True"
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.TargetViewId = "SubcontractorDocuments_ListView"
|
||||
Me.aSubcontractorDocuments_OpenDashboardWithViewer.ToolTip = Nothing
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aSubcontractorNavigationEnable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aSubcontractorNavigationDisable As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aSubcontractorDocuments_OpenDashboardWithViewer As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user