First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,78 @@
Partial Class RRFCQueryVC
<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.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