179 lines
10 KiB
VB.net
179 lines
10 KiB
VB.net
Partial Class RegistryTaskVC
|
|
|
|
<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.aRegistryTaskStateReset = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aRegistryEmailToResponsible = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTable_RRFC_RegistryTask = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTableD_RRFC_RegistryTask = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aImport_RRFC = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aPaymentCertificates = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aRegistryTaskStateReset
|
|
'
|
|
Me.aRegistryTaskStateReset.Caption = "Reset task state"
|
|
Me.aRegistryTaskStateReset.ConfirmationMessage = Nothing
|
|
Me.aRegistryTaskStateReset.Id = "aRegistryTaskStateReset"
|
|
Me.aRegistryTaskStateReset.ImageName = Nothing
|
|
Me.aRegistryTaskStateReset.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aRegistryTaskStateReset.Shortcut = Nothing
|
|
Me.aRegistryTaskStateReset.Tag = Nothing
|
|
Me.aRegistryTaskStateReset.TargetObjectsCriteria = Nothing
|
|
Me.aRegistryTaskStateReset.TargetViewId = Nothing
|
|
Me.aRegistryTaskStateReset.ToolTip = Nothing
|
|
Me.aRegistryTaskStateReset.TypeOfView = Nothing
|
|
'
|
|
'aRegistryEmailToResponsible
|
|
'
|
|
Me.aRegistryEmailToResponsible.Caption = "aRegistry Email To Responsible"
|
|
Me.aRegistryEmailToResponsible.ConfirmationMessage = Nothing
|
|
Me.aRegistryEmailToResponsible.Id = "aRegistryEmailToResponsible"
|
|
Me.aRegistryEmailToResponsible.ImageName = Nothing
|
|
Me.aRegistryEmailToResponsible.Shortcut = Nothing
|
|
Me.aRegistryEmailToResponsible.Tag = Nothing
|
|
Me.aRegistryEmailToResponsible.TargetObjectsCriteria = Nothing
|
|
Me.aRegistryEmailToResponsible.TargetViewId = Nothing
|
|
Me.aRegistryEmailToResponsible.ToolTip = Nothing
|
|
Me.aRegistryEmailToResponsible.TypeOfView = Nothing
|
|
'
|
|
'aToTable_RRFC_With_TContract_RegistryTask
|
|
'
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.Caption = "aToTable_RRFC_With_TContract_RegistryTask"
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.Category = "aToTable_RRFC_With_TContract_RegistryTask"
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.ConfirmationMessage = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.Id = "aToTable_RRFC_With_TContract_RegistryTask"
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.ImageName = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.Shortcut = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.Tag = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.TargetObjectsCriteria = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.TargetObjectType = GetType(Nuvolar.[Module].RegistryTasks)
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.TargetViewId = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.ToolTip = Nothing
|
|
Me.aToTable_RRFC_With_TContract_RegistryTask.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aToTable_RRFC_RegistryTask
|
|
'
|
|
Me.aToTable_RRFC_RegistryTask.Caption = "aToTable_RRFC_RegistryTask"
|
|
Me.aToTable_RRFC_RegistryTask.Category = "aToTable_RRFC_RegistryTask"
|
|
Me.aToTable_RRFC_RegistryTask.ConfirmationMessage = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.Id = "aToTable_RRFC_RegistryTask"
|
|
Me.aToTable_RRFC_RegistryTask.ImageName = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.Shortcut = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.Tag = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.TargetObjectsCriteria = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.TargetObjectType = GetType(Nuvolar.[Module].RegistryTasks)
|
|
Me.aToTable_RRFC_RegistryTask.TargetViewId = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aToTable_RRFC_RegistryTask.ToolTip = Nothing
|
|
Me.aToTable_RRFC_RegistryTask.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aToTableD_RRFC_RegistryTask
|
|
'
|
|
Me.aToTableD_RRFC_RegistryTask.Caption = "aToTableD_RRFC_RegistryTask"
|
|
Me.aToTableD_RRFC_RegistryTask.Category = "aToTableD_RRFC_RegistryTask"
|
|
Me.aToTableD_RRFC_RegistryTask.ConfirmationMessage = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.Id = "aToTableD_RRFC_RegistryTask"
|
|
Me.aToTableD_RRFC_RegistryTask.ImageName = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.Shortcut = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.Tag = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.TargetObjectsCriteria = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.TargetObjectType = GetType(Nuvolar.[Module].RegistryTasks)
|
|
Me.aToTableD_RRFC_RegistryTask.TargetViewId = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aToTableD_RRFC_RegistryTask.ToolTip = Nothing
|
|
Me.aToTableD_RRFC_RegistryTask.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aToTable_RRFC_With_RContract_RegistryTask
|
|
'
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.AcceptButtonCaption = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.CancelButtonCaption = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.Caption = "aToTable_RRFC_With_RContract_RegistryTask"
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.Category = "aToTable_RRFC_With_RContract_RegistryTask"
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.ConfirmationMessage = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.Id = "aToTable_RRFC_With_RContract_RegistryTask"
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.ImageName = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.Shortcut = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.Tag = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.TargetObjectsCriteria = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.TargetObjectType = GetType(Nuvolar.[Module].RegistryTasks)
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.TargetViewId = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.ToolTip = Nothing
|
|
Me.aToTable_RRFC_With_RContract_RegistryTask.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aImport_RRFC
|
|
'
|
|
Me.aImport_RRFC.AcceptButtonCaption = Nothing
|
|
Me.aImport_RRFC.CancelButtonCaption = Nothing
|
|
Me.aImport_RRFC.Caption = "aImport_RRFC"
|
|
Me.aImport_RRFC.Category = "aImport_RRFC"
|
|
Me.aImport_RRFC.ConfirmationMessage = Nothing
|
|
Me.aImport_RRFC.Id = "aImport_RRFC"
|
|
Me.aImport_RRFC.ImageName = Nothing
|
|
Me.aImport_RRFC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aImport_RRFC.Shortcut = Nothing
|
|
Me.aImport_RRFC.Tag = Nothing
|
|
Me.aImport_RRFC.TargetObjectsCriteria = Nothing
|
|
Me.aImport_RRFC.TargetObjectType = GetType(Nuvolar.[Module].RegistryTasks)
|
|
Me.aImport_RRFC.TargetViewId = ""
|
|
Me.aImport_RRFC.ToolTip = Nothing
|
|
Me.aImport_RRFC.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
|
'
|
|
'aPaymentCertificates
|
|
'
|
|
Me.aPaymentCertificates.AcceptButtonCaption = Nothing
|
|
Me.aPaymentCertificates.CancelButtonCaption = Nothing
|
|
Me.aPaymentCertificates.Caption = "aPayment Certificates"
|
|
Me.aPaymentCertificates.Category = "aPaymentCertificates"
|
|
Me.aPaymentCertificates.ConfirmationMessage = Nothing
|
|
Me.aPaymentCertificates.Id = "aPaymentCertificates"
|
|
Me.aPaymentCertificates.ImageName = Nothing
|
|
Me.aPaymentCertificates.Shortcut = Nothing
|
|
Me.aPaymentCertificates.Tag = Nothing
|
|
Me.aPaymentCertificates.TargetObjectsCriteria = Nothing
|
|
Me.aPaymentCertificates.TargetObjectType = GetType(Nuvolar.[Module].RegistryTasks)
|
|
Me.aPaymentCertificates.TargetViewId = Nothing
|
|
Me.aPaymentCertificates.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aPaymentCertificates.ToolTip = Nothing
|
|
Me.aPaymentCertificates.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
|
|
End Sub
|
|
Friend WithEvents aRegistryTaskStateReset As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTable_RRFC_With_TContract_RegistryTask As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTable_RRFC_RegistryTask As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTableD_RRFC_RegistryTask As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTable_RRFC_With_RContract_RegistryTask As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aImport_RRFC As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aRegistryEmailToResponsible As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aPaymentCertificates As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|