736 lines
40 KiB
VB.net
736 lines
40 KiB
VB.net
Imports DigitalData.GUIs.Common.Base
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmMonitor
|
|
'Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMonitor))
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.ApplicationMenu1 = New DevExpress.XtraBars.Ribbon.ApplicationMenu(Me.components)
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.buttonSearch = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnExportGrid = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnExportTreeview = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit()
|
|
Me.cmbSearchKeys = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.DateEdit1 = New DevExpress.XtraEditors.DateEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutItemSearchValue_Text = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutItemSearchValue_Date = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.XtraTabPageFile1 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.DocumentViewer1 = New DigitalData.Controls.DocumentViewer.DocumentViewer()
|
|
Me.XtraTabPageFile2 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.DocumentViewer2 = New DigitalData.Controls.DocumentViewer.DocumentViewer()
|
|
Me.XtraTabPageHtml1 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl()
|
|
Me.XtraTabPageHtml2 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.RichEditControl2 = New DevExpress.XtraRichEdit.RichEditControl()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.TreeListResults = New DevExpress.XtraTreeList.TreeList()
|
|
Me.SvgImageCollection1 = New DevExpress.Utils.SvgImageCollection(Me.components)
|
|
Me.SplitContainerContent = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.SplitContainerControl3 = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.XtraTabControl3 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.XtraTabPageSQL1 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.GridControl2 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.XtraTabPageSQL2 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.GridControl3 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.XtraTabPageSQL3 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.GridControl4 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView4 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.XtraTabPageSQL4 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.tabPageSearch = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.tabPageDashboard = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.XtraSaveFileDialog1 = New DevExpress.XtraEditors.XtraSaveFileDialog(Me.components)
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ApplicationMenu1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.cmbSearchKeys.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DateEdit1.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DateEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutItemSearchValue_Text, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutItemSearchValue_Date, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl1.SuspendLayout()
|
|
Me.XtraTabPageFile1.SuspendLayout()
|
|
Me.XtraTabPageFile2.SuspendLayout()
|
|
Me.XtraTabPageHtml1.SuspendLayout()
|
|
Me.XtraTabPageHtml2.SuspendLayout()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TreeListResults, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerContent, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerContent.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerContent.Panel1.SuspendLayout()
|
|
CType(Me.SplitContainerContent.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerContent.Panel2.SuspendLayout()
|
|
Me.SplitContainerContent.SuspendLayout()
|
|
CType(Me.SplitContainerControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerControl3.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControl3.Panel1.SuspendLayout()
|
|
CType(Me.SplitContainerControl3.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControl3.Panel2.SuspendLayout()
|
|
Me.SplitContainerControl3.SuspendLayout()
|
|
CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl3.SuspendLayout()
|
|
Me.XtraTabPageSQL1.SuspendLayout()
|
|
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabPageSQL2.SuspendLayout()
|
|
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabPageSQL3.SuspendLayout()
|
|
CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabPageSQL4.SuspendLayout()
|
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerMain.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerMain.Panel1.SuspendLayout()
|
|
CType(Me.SplitContainerMain.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerMain.Panel2.SuspendLayout()
|
|
Me.SplitContainerMain.SuspendLayout()
|
|
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl2.SuspendLayout()
|
|
Me.tabPageSearch.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ApplicationButtonDropDownControl = Me.ApplicationMenu1
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.buttonSearch, Me.BarButtonItem1, Me.btnExportGrid, Me.btnExportTreeview, Me.BarStaticItem1})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 7
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.ShowToolbarCustomizeItem = False
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(1379, 158)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
|
|
'
|
|
'ApplicationMenu1
|
|
'
|
|
Me.ApplicationMenu1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.ApplicationMenu1.Name = "ApplicationMenu1"
|
|
Me.ApplicationMenu1.Ribbon = Me.RibbonControl1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "SQL Konfiguration"
|
|
Me.BarButtonItem1.Id = 2
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.managedatasource
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'buttonSearch
|
|
'
|
|
Me.buttonSearch.Caption = "Suche starten (F5)"
|
|
Me.buttonSearch.Id = 1
|
|
Me.buttonSearch.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.gettingstarted
|
|
Me.buttonSearch.Name = "buttonSearch"
|
|
Me.buttonSearch.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
|
|
'
|
|
'btnExportGrid
|
|
'
|
|
Me.btnExportGrid.Caption = "Export Grid als XLSX"
|
|
Me.btnExportGrid.Enabled = False
|
|
Me.btnExportGrid.Id = 4
|
|
Me.btnExportGrid.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.export
|
|
Me.btnExportGrid.Name = "btnExportGrid"
|
|
'
|
|
'btnExportTreeview
|
|
'
|
|
Me.btnExportTreeview.Caption = "Export Treeview als XLSX"
|
|
Me.btnExportTreeview.Id = 5
|
|
Me.btnExportTreeview.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.inserttreeview
|
|
Me.btnExportTreeview.Name = "btnExportTreeview"
|
|
'
|
|
'BarStaticItem1
|
|
'
|
|
Me.BarStaticItem1.Id = 6
|
|
Me.BarStaticItem1.ImageOptions.Image = CType(resources.GetObject("BarStaticItem1.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.BarStaticItem1.ImageOptions.LargeImage = CType(resources.GetObject("BarStaticItem1.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.BarStaticItem1.Name = "BarStaticItem1"
|
|
Me.BarStaticItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "Start"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.buttonSearch)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "Daten"
|
|
'
|
|
'RibbonPageGroup2
|
|
'
|
|
Me.RibbonPageGroup2.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnExportTreeview)
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnExportGrid)
|
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
|
Me.RibbonPageGroup2.Text = "Export"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItem1)
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 747)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1379, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.TextEdit1)
|
|
Me.LayoutControl1.Controls.Add(Me.cmbSearchKeys)
|
|
Me.LayoutControl1.Controls.Add(Me.DateEdit1)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.Root = Me.Root
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(235, 561)
|
|
Me.LayoutControl1.TabIndex = 0
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'TextEdit1
|
|
'
|
|
Me.TextEdit1.Location = New System.Drawing.Point(15, 77)
|
|
Me.TextEdit1.MenuManager = Me.RibbonControl1
|
|
Me.TextEdit1.Name = "TextEdit1"
|
|
Me.TextEdit1.Size = New System.Drawing.Size(205, 20)
|
|
Me.TextEdit1.StyleController = Me.LayoutControl1
|
|
Me.TextEdit1.TabIndex = 4
|
|
'
|
|
'cmbSearchKeys
|
|
'
|
|
Me.cmbSearchKeys.Location = New System.Drawing.Point(15, 31)
|
|
Me.cmbSearchKeys.MenuManager = Me.RibbonControl1
|
|
Me.cmbSearchKeys.Name = "cmbSearchKeys"
|
|
Me.cmbSearchKeys.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.cmbSearchKeys.Size = New System.Drawing.Size(205, 20)
|
|
Me.cmbSearchKeys.StyleController = Me.LayoutControl1
|
|
Me.cmbSearchKeys.TabIndex = 5
|
|
'
|
|
'DateEdit1
|
|
'
|
|
Me.DateEdit1.EditValue = Nothing
|
|
Me.DateEdit1.Location = New System.Drawing.Point(15, 123)
|
|
Me.DateEdit1.MenuManager = Me.RibbonControl1
|
|
Me.DateEdit1.Name = "DateEdit1"
|
|
Me.DateEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.DateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.DateEdit1.Size = New System.Drawing.Size(205, 20)
|
|
Me.DateEdit1.StyleController = Me.LayoutControl1
|
|
Me.DateEdit1.TabIndex = 7
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutItemSearchValue_Text, Me.LayoutControlItem2, Me.LayoutItemSearchValue_Date})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(235, 561)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutItemSearchValue_Text
|
|
'
|
|
Me.LayoutItemSearchValue_Text.Control = Me.TextEdit1
|
|
Me.LayoutItemSearchValue_Text.Location = New System.Drawing.Point(0, 46)
|
|
Me.LayoutItemSearchValue_Text.Name = "LayoutItemSearchValue_Text"
|
|
Me.LayoutItemSearchValue_Text.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutItemSearchValue_Text.Size = New System.Drawing.Size(215, 46)
|
|
Me.LayoutItemSearchValue_Text.Text = "Text Parameter"
|
|
Me.LayoutItemSearchValue_Text.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutItemSearchValue_Text.TextSize = New System.Drawing.Size(88, 13)
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.cmbSearchKeys
|
|
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
|
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(215, 46)
|
|
Me.LayoutControlItem2.Text = "Suche nach"
|
|
Me.LayoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(88, 13)
|
|
'
|
|
'LayoutItemSearchValue_Date
|
|
'
|
|
Me.LayoutItemSearchValue_Date.Control = Me.DateEdit1
|
|
Me.LayoutItemSearchValue_Date.Location = New System.Drawing.Point(0, 92)
|
|
Me.LayoutItemSearchValue_Date.Name = "LayoutItemSearchValue_Date"
|
|
Me.LayoutItemSearchValue_Date.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutItemSearchValue_Date.Size = New System.Drawing.Size(215, 449)
|
|
Me.LayoutItemSearchValue_Date.Text = "Datum Parameter"
|
|
Me.LayoutItemSearchValue_Date.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutItemSearchValue_Date.TextSize = New System.Drawing.Size(88, 13)
|
|
Me.LayoutItemSearchValue_Date.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
|
|
'
|
|
'XtraTabControl1
|
|
'
|
|
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.XtraTabControl1.Name = "XtraTabControl1"
|
|
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageFile1
|
|
Me.XtraTabControl1.Size = New System.Drawing.Size(409, 561)
|
|
Me.XtraTabControl1.TabIndex = 1
|
|
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageFile1, Me.XtraTabPageFile2, Me.XtraTabPageHtml1, Me.XtraTabPageHtml2})
|
|
'
|
|
'XtraTabPageFile1
|
|
'
|
|
Me.XtraTabPageFile1.Controls.Add(Me.DocumentViewer1)
|
|
Me.XtraTabPageFile1.Name = "XtraTabPageFile1"
|
|
Me.XtraTabPageFile1.Size = New System.Drawing.Size(407, 536)
|
|
Me.XtraTabPageFile1.Text = "File 1"
|
|
'
|
|
'DocumentViewer1
|
|
'
|
|
Me.DocumentViewer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DocumentViewer1.FileLoaded = False
|
|
Me.DocumentViewer1.Location = New System.Drawing.Point(0, 0)
|
|
Me.DocumentViewer1.Name = "DocumentViewer1"
|
|
Me.DocumentViewer1.Size = New System.Drawing.Size(407, 536)
|
|
Me.DocumentViewer1.TabIndex = 0
|
|
'
|
|
'XtraTabPageFile2
|
|
'
|
|
Me.XtraTabPageFile2.Controls.Add(Me.DocumentViewer2)
|
|
Me.XtraTabPageFile2.Name = "XtraTabPageFile2"
|
|
Me.XtraTabPageFile2.Size = New System.Drawing.Size(407, 539)
|
|
Me.XtraTabPageFile2.Text = "File 2"
|
|
'
|
|
'DocumentViewer2
|
|
'
|
|
Me.DocumentViewer2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DocumentViewer2.FileLoaded = False
|
|
Me.DocumentViewer2.Location = New System.Drawing.Point(0, 0)
|
|
Me.DocumentViewer2.Name = "DocumentViewer2"
|
|
Me.DocumentViewer2.Size = New System.Drawing.Size(407, 539)
|
|
Me.DocumentViewer2.TabIndex = 1
|
|
'
|
|
'XtraTabPageHtml1
|
|
'
|
|
Me.XtraTabPageHtml1.Controls.Add(Me.RichEditControl1)
|
|
Me.XtraTabPageHtml1.Name = "XtraTabPageHtml1"
|
|
Me.XtraTabPageHtml1.Size = New System.Drawing.Size(407, 539)
|
|
Me.XtraTabPageHtml1.Text = "HTML 1"
|
|
'
|
|
'RichEditControl1
|
|
'
|
|
Me.RichEditControl1.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple
|
|
Me.RichEditControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.RichEditControl1.LayoutUnit = DevExpress.XtraRichEdit.DocumentLayoutUnit.Pixel
|
|
Me.RichEditControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RichEditControl1.MenuManager = Me.RibbonControl1
|
|
Me.RichEditControl1.Name = "RichEditControl1"
|
|
Me.RichEditControl1.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
|
Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
|
Me.RichEditControl1.Size = New System.Drawing.Size(407, 539)
|
|
Me.RichEditControl1.TabIndex = 0
|
|
'
|
|
'XtraTabPageHtml2
|
|
'
|
|
Me.XtraTabPageHtml2.Controls.Add(Me.RichEditControl2)
|
|
Me.XtraTabPageHtml2.Name = "XtraTabPageHtml2"
|
|
Me.XtraTabPageHtml2.Size = New System.Drawing.Size(407, 539)
|
|
Me.XtraTabPageHtml2.Text = "HTML 2"
|
|
'
|
|
'RichEditControl2
|
|
'
|
|
Me.RichEditControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.RichEditControl2.Location = New System.Drawing.Point(0, 0)
|
|
Me.RichEditControl2.MenuManager = Me.RibbonControl1
|
|
Me.RichEditControl2.Name = "RichEditControl2"
|
|
Me.RichEditControl2.Size = New System.Drawing.Size(407, 539)
|
|
Me.RichEditControl2.TabIndex = 1
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.MenuManager = Me.RibbonControl1
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.Size = New System.Drawing.Size(711, 348)
|
|
Me.GridControl1.TabIndex = 0
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.Name = "GridView1"
|
|
'
|
|
'TreeListResults
|
|
'
|
|
Me.TreeListResults.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TreeListResults.Location = New System.Drawing.Point(0, 0)
|
|
Me.TreeListResults.MenuManager = Me.RibbonControl1
|
|
Me.TreeListResults.Name = "TreeListResults"
|
|
Me.TreeListResults.Size = New System.Drawing.Size(713, 181)
|
|
Me.TreeListResults.TabIndex = 4
|
|
'
|
|
'SvgImageCollection1
|
|
'
|
|
Me.SvgImageCollection1.Add("default", "image://svgimages/outlook inspired/about.svg")
|
|
Me.SvgImageCollection1.Add("sql", "image://svgimages/icon builder/actions_database.svg")
|
|
Me.SvgImageCollection1.Add("file", "image://svgimages/pdf viewer/documentpdf.svg")
|
|
Me.SvgImageCollection1.Add("mail", "image://svgimages/icon builder/actions_envelopeclose.svg")
|
|
Me.SvgImageCollection1.Add("success", "image://svgimages/icon builder/actions_checkcircled.svg")
|
|
Me.SvgImageCollection1.Add("failure", "image://svgimages/icon builder/actions_deletecircled.svg")
|
|
Me.SvgImageCollection1.Add("warning", "image://svgimages/business objects/bo_attention.svg")
|
|
Me.SvgImageCollection1.Add("waiting", "image://svgimages/business objects/bo_audit_changehistory.svg")
|
|
Me.SvgImageCollection1.Add("actions_user", "image://svgimages/icon builder/actions_user.svg")
|
|
Me.SvgImageCollection1.Add("highimportance", "image://svgimages/outlook inspired/highimportance.svg")
|
|
'
|
|
'SplitContainerContent
|
|
'
|
|
Me.SplitContainerContent.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1
|
|
Me.SplitContainerContent.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerContent.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainerContent.Name = "SplitContainerContent"
|
|
'
|
|
'SplitContainerContent.Panel1
|
|
'
|
|
Me.SplitContainerContent.Panel1.Controls.Add(Me.LayoutControl1)
|
|
Me.SplitContainerContent.Panel1.Text = "Panel1"
|
|
'
|
|
'SplitContainerContent.Panel2
|
|
'
|
|
Me.SplitContainerContent.Panel2.Controls.Add(Me.SplitContainerControl3)
|
|
Me.SplitContainerContent.Panel2.Text = "Panel2"
|
|
Me.SplitContainerContent.Size = New System.Drawing.Size(958, 561)
|
|
Me.SplitContainerContent.SplitterPosition = 235
|
|
Me.SplitContainerContent.TabIndex = 9
|
|
'
|
|
'SplitContainerControl3
|
|
'
|
|
Me.SplitContainerControl3.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2
|
|
Me.SplitContainerControl3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerControl3.Horizontal = False
|
|
Me.SplitContainerControl3.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainerControl3.Name = "SplitContainerControl3"
|
|
'
|
|
'SplitContainerControl3.Panel1
|
|
'
|
|
Me.SplitContainerControl3.Panel1.Controls.Add(Me.TreeListResults)
|
|
Me.SplitContainerControl3.Panel1.Text = "Panel1"
|
|
'
|
|
'SplitContainerControl3.Panel2
|
|
'
|
|
Me.SplitContainerControl3.Panel2.Controls.Add(Me.XtraTabControl3)
|
|
Me.SplitContainerControl3.Panel2.Text = "Panel2"
|
|
Me.SplitContainerControl3.Size = New System.Drawing.Size(713, 561)
|
|
Me.SplitContainerControl3.SplitterPosition = 181
|
|
Me.SplitContainerControl3.TabIndex = 5
|
|
'
|
|
'XtraTabControl3
|
|
'
|
|
Me.XtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
|
|
Me.XtraTabControl3.Name = "XtraTabControl3"
|
|
Me.XtraTabControl3.SelectedTabPage = Me.XtraTabPageSQL1
|
|
Me.XtraTabControl3.Size = New System.Drawing.Size(713, 370)
|
|
Me.XtraTabControl3.TabIndex = 0
|
|
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageSQL1, Me.XtraTabPageSQL2, Me.XtraTabPageSQL3, Me.XtraTabPageSQL4})
|
|
'
|
|
'XtraTabPageSQL1
|
|
'
|
|
Me.XtraTabPageSQL1.Controls.Add(Me.GridControl2)
|
|
Me.XtraTabPageSQL1.Name = "XtraTabPageSQL1"
|
|
Me.XtraTabPageSQL1.Size = New System.Drawing.Size(711, 345)
|
|
Me.XtraTabPageSQL1.Text = "SQL 1"
|
|
'
|
|
'GridControl2
|
|
'
|
|
Me.GridControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl2.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridControl2.MainView = Me.GridView2
|
|
Me.GridControl2.MenuManager = Me.RibbonControl1
|
|
Me.GridControl2.Name = "GridControl2"
|
|
Me.GridControl2.Size = New System.Drawing.Size(711, 345)
|
|
Me.GridControl2.TabIndex = 1
|
|
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
|
|
'
|
|
'GridView2
|
|
'
|
|
Me.GridView2.GridControl = Me.GridControl2
|
|
Me.GridView2.Name = "GridView2"
|
|
'
|
|
'XtraTabPageSQL2
|
|
'
|
|
Me.XtraTabPageSQL2.Controls.Add(Me.GridControl3)
|
|
Me.XtraTabPageSQL2.Name = "XtraTabPageSQL2"
|
|
Me.XtraTabPageSQL2.Size = New System.Drawing.Size(711, 348)
|
|
Me.XtraTabPageSQL2.Text = "SQL 2"
|
|
'
|
|
'GridControl3
|
|
'
|
|
Me.GridControl3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl3.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridControl3.MainView = Me.GridView3
|
|
Me.GridControl3.MenuManager = Me.RibbonControl1
|
|
Me.GridControl3.Name = "GridControl3"
|
|
Me.GridControl3.Size = New System.Drawing.Size(711, 348)
|
|
Me.GridControl3.TabIndex = 1
|
|
Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3})
|
|
'
|
|
'GridView3
|
|
'
|
|
Me.GridView3.GridControl = Me.GridControl3
|
|
Me.GridView3.Name = "GridView3"
|
|
'
|
|
'XtraTabPageSQL3
|
|
'
|
|
Me.XtraTabPageSQL3.Controls.Add(Me.GridControl4)
|
|
Me.XtraTabPageSQL3.Name = "XtraTabPageSQL3"
|
|
Me.XtraTabPageSQL3.Size = New System.Drawing.Size(711, 348)
|
|
Me.XtraTabPageSQL3.Text = "SQL 3"
|
|
'
|
|
'GridControl4
|
|
'
|
|
Me.GridControl4.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl4.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridControl4.MainView = Me.GridView4
|
|
Me.GridControl4.MenuManager = Me.RibbonControl1
|
|
Me.GridControl4.Name = "GridControl4"
|
|
Me.GridControl4.Size = New System.Drawing.Size(711, 348)
|
|
Me.GridControl4.TabIndex = 1
|
|
Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4})
|
|
'
|
|
'GridView4
|
|
'
|
|
Me.GridView4.GridControl = Me.GridControl4
|
|
Me.GridView4.Name = "GridView4"
|
|
'
|
|
'XtraTabPageSQL4
|
|
'
|
|
Me.XtraTabPageSQL4.Controls.Add(Me.GridControl1)
|
|
Me.XtraTabPageSQL4.Name = "XtraTabPageSQL4"
|
|
Me.XtraTabPageSQL4.Size = New System.Drawing.Size(711, 348)
|
|
Me.XtraTabPageSQL4.Text = "SQL 4"
|
|
'
|
|
'SplitContainerMain
|
|
'
|
|
Me.SplitContainerMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2
|
|
Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainerMain.Name = "SplitContainerMain"
|
|
'
|
|
'SplitContainerMain.Panel1
|
|
'
|
|
Me.SplitContainerMain.Panel1.Controls.Add(Me.SplitContainerContent)
|
|
Me.SplitContainerMain.Panel1.Text = "Panel1"
|
|
'
|
|
'SplitContainerMain.Panel2
|
|
'
|
|
Me.SplitContainerMain.Panel2.Controls.Add(Me.XtraTabControl1)
|
|
Me.SplitContainerMain.Panel2.Text = "Panel2"
|
|
Me.SplitContainerMain.Size = New System.Drawing.Size(1377, 561)
|
|
Me.SplitContainerMain.SplitterPosition = 958
|
|
Me.SplitContainerMain.TabIndex = 10
|
|
'
|
|
'XtraTabControl2
|
|
'
|
|
Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl2.Location = New System.Drawing.Point(0, 158)
|
|
Me.XtraTabControl2.Name = "XtraTabControl2"
|
|
Me.XtraTabControl2.SelectedTabPage = Me.tabPageSearch
|
|
Me.XtraTabControl2.Size = New System.Drawing.Size(1379, 589)
|
|
Me.XtraTabControl2.TabIndex = 11
|
|
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.tabPageSearch, Me.tabPageDashboard})
|
|
'
|
|
'tabPageSearch
|
|
'
|
|
Me.tabPageSearch.Controls.Add(Me.SplitContainerMain)
|
|
Me.tabPageSearch.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.enablesearch
|
|
Me.tabPageSearch.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
|
|
Me.tabPageSearch.Name = "tabPageSearch"
|
|
Me.tabPageSearch.Size = New System.Drawing.Size(1377, 561)
|
|
Me.tabPageSearch.Text = "Suche"
|
|
'
|
|
'tabPageDashboard
|
|
'
|
|
Me.tabPageDashboard.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.bo_dashboard
|
|
Me.tabPageDashboard.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
|
|
Me.tabPageDashboard.Name = "tabPageDashboard"
|
|
Me.tabPageDashboard.Size = New System.Drawing.Size(1377, 562)
|
|
Me.tabPageDashboard.Text = "Dashboard"
|
|
'
|
|
'XtraSaveFileDialog1
|
|
'
|
|
Me.XtraSaveFileDialog1.FileName = "XtraSaveFileDialog1"
|
|
'
|
|
'frmMonitor
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1379, 771)
|
|
Me.Controls.Add(Me.XtraTabControl2)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.IconOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.charttype_line
|
|
Me.Name = "frmMonitor"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Monitor"
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ApplicationMenu1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.cmbSearchKeys.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DateEdit1.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DateEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutItemSearchValue_Text, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutItemSearchValue_Date, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl1.ResumeLayout(False)
|
|
Me.XtraTabPageFile1.ResumeLayout(False)
|
|
Me.XtraTabPageFile2.ResumeLayout(False)
|
|
Me.XtraTabPageHtml1.ResumeLayout(False)
|
|
Me.XtraTabPageHtml2.ResumeLayout(False)
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TreeListResults, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.SplitContainerContent.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerContent.Panel1.ResumeLayout(False)
|
|
CType(Me.SplitContainerContent.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerContent.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainerContent, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerContent.ResumeLayout(False)
|
|
CType(Me.SplitContainerControl3.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl3.Panel1.ResumeLayout(False)
|
|
CType(Me.SplitContainerControl3.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl3.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainerControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl3.ResumeLayout(False)
|
|
CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl3.ResumeLayout(False)
|
|
Me.XtraTabPageSQL1.ResumeLayout(False)
|
|
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabPageSQL2.ResumeLayout(False)
|
|
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabPageSQL3.ResumeLayout(False)
|
|
CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabPageSQL4.ResumeLayout(False)
|
|
CType(Me.SplitContainerMain.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerMain.Panel1.ResumeLayout(False)
|
|
CType(Me.SplitContainerMain.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerMain.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerMain.ResumeLayout(False)
|
|
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl2.ResumeLayout(False)
|
|
Me.tabPageSearch.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit
|
|
Friend WithEvents cmbSearchKeys As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents LayoutItemSearchValue_Text As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents buttonSearch As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents TreeListResults As DevExpress.XtraTreeList.TreeList
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents XtraTabPageFile1 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents XtraTabPageFile2 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents XtraTabPageHtml1 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents XtraTabPageHtml2 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents SplitContainerContent As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents SplitContainerControl3 As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents XtraTabControl3 As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents XtraTabPageSQL1 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents XtraTabPageSQL2 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents GridControl3 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents XtraTabPageSQL3 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents GridControl4 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView4 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents XtraTabPageSQL4 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents SplitContainerMain As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents tabPageSearch As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents tabPageDashboard As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents DocumentViewer1 As Controls.DocumentViewer.DocumentViewer
|
|
Friend WithEvents DocumentViewer2 As Controls.DocumentViewer.DocumentViewer
|
|
Friend WithEvents RichEditControl1 As DevExpress.XtraRichEdit.RichEditControl
|
|
Friend WithEvents RichEditControl2 As DevExpress.XtraRichEdit.RichEditControl
|
|
Friend WithEvents DateEdit1 As DevExpress.XtraEditors.DateEdit
|
|
Friend WithEvents LayoutItemSearchValue_Date As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents SvgImageCollection1 As DevExpress.Utils.SvgImageCollection
|
|
Friend WithEvents ApplicationMenu1 As DevExpress.XtraBars.Ribbon.ApplicationMenu
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents btnExportGrid As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents XtraSaveFileDialog1 As DevExpress.XtraEditors.XtraSaveFileDialog
|
|
Friend WithEvents btnExportTreeview As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem
|
|
End Class
|