Files
Nuvolar/Nuvolar.Module/BusinessObjects/Business/Agricultural/APCSheetReviewHeader_VC.Designer.vb
T
2017-03-08 11:21:27 +01:00

70 lines
3.7 KiB
VB.net

Partial Class APCSheetReviewHeader_VC
<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.aAPCSheetReviewHeaderPhotos_AddPhotos = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aAPCSheetReviewHeaderPhotos_AddPhotos
'
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.Caption = "aAPCSheetReviewHeaderPhotos_AddPhotos"
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.Category = "ObjectsCreation"
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.ConfirmationMessage = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.Id = "aAPCSheetReviewHeaderPhotos_AddPhotos"
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.ImageName = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.Shortcut = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.Tag = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.TargetObjectsCriteria = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.TargetObjectType = GetType(Nuvolar.[Module].APCSheetReviewHeaderPhotos)
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.TargetViewId = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.ToolTip = Nothing
Me.aAPCSheetReviewHeaderPhotos_AddPhotos.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aAPCSheetReviewHeaderPhotos_OpenPhoto
'
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.Caption = "aAPCSheetReviewHeaderPhotos_OpenPhoto"
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.ConfirmationMessage = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.Id = "aAPCSheetReviewHeaderPhotos_OpenPhoto"
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.ImageName = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.Shortcut = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.Tag = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.TargetObjectsCriteria = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.TargetObjectType = GetType(Nuvolar.[Module].APCSheetReviewHeaderPhotos)
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.TargetViewId = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.ToolTip = Nothing
Me.aAPCSheetReviewHeaderPhotos_OpenPhoto.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
End Sub
Friend WithEvents aAPCSheetReviewHeaderPhotos_AddPhotos As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aAPCSheetReviewHeaderPhotos_OpenPhoto As DevExpress.ExpressApp.Actions.SimpleAction
End Class