Partial Class RRFCQueryVC _ 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. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.aViewRegistry_RRFC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aViewAttachments_RRFC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aQueryRRFC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aViewRegistry_RRFC ' Me.aViewRegistry_RRFC.Caption = "View registry" Me.aViewRegistry_RRFC.ConfirmationMessage = Nothing Me.aViewRegistry_RRFC.Id = "aViewRegistry_RRFC" Me.aViewRegistry_RRFC.ImageName = "document_pinned" Me.aViewRegistry_RRFC.Shortcut = Nothing Me.aViewRegistry_RRFC.Tag = Nothing Me.aViewRegistry_RRFC.TargetObjectsCriteria = Nothing Me.aViewRegistry_RRFC.TargetViewId = "RRFCQueryHeader_RRFCQueryRows_ListView" Me.aViewRegistry_RRFC.ToolTip = Nothing Me.aViewRegistry_RRFC.TypeOfView = Nothing ' 'aViewAttachments_RRFC ' Me.aViewAttachments_RRFC.Caption = "View attachments" Me.aViewAttachments_RRFC.ConfirmationMessage = Nothing Me.aViewAttachments_RRFC.Id = "aViewAttachments_RRFC" Me.aViewAttachments_RRFC.ImageName = "printer_view" Me.aViewAttachments_RRFC.Shortcut = Nothing Me.aViewAttachments_RRFC.Tag = Nothing Me.aViewAttachments_RRFC.TargetObjectsCriteria = Nothing Me.aViewAttachments_RRFC.TargetViewId = "RRFCQueryHeader_RRFCQueryRows_ListView" Me.aViewAttachments_RRFC.ToolTip = Nothing Me.aViewAttachments_RRFC.TypeOfView = Nothing ' 'aQueryRRFC ' Me.aQueryRRFC.Caption = "Run query" Me.aQueryRRFC.ConfirmationMessage = Nothing Me.aQueryRRFC.Id = "aQueryRRFC" Me.aQueryRRFC.ImageName = "stopwatch_run" Me.aQueryRRFC.Shortcut = Nothing Me.aQueryRRFC.Tag = Nothing Me.aQueryRRFC.TargetObjectsCriteria = Nothing Me.aQueryRRFC.TargetViewId = "RRFCQueryHeader_DetailView" Me.aQueryRRFC.ToolTip = Nothing Me.aQueryRRFC.TypeOfView = Nothing End Sub Friend WithEvents aViewRegistry_RRFC As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aViewAttachments_RRFC As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aQueryRRFC As DevExpress.ExpressApp.Actions.SimpleAction End Class