667 lines
40 KiB
VB.net
667 lines
40 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSearchFlow
|
|
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 ItemTemplate1 As DevExpress.XtraGrid.Views.Tile.ItemTemplate = New DevExpress.XtraGrid.Views.Tile.ItemTemplate()
|
|
Dim TableColumnDefinition1 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition()
|
|
Dim TableColumnDefinition2 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition()
|
|
Dim TileViewItemElement1 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
|
Dim TileViewItemElement2 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
|
Dim TableRowDefinition1 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
Dim TableColumnDefinition3 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition()
|
|
Dim TableColumnDefinition4 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition()
|
|
Dim TableRowDefinition2 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
Dim TableRowDefinition3 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
Dim TileViewItemElement3 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
|
Dim TileViewItemElement4 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
|
Dim TileViewItemElement5 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
|
Me.colName = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
|
Me.colImage = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
|
Me.colDescription = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.lblResults = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.chkOperatorAnd = New DevExpress.XtraBars.BarCheckItem()
|
|
Me.chkOperatorOr = New DevExpress.XtraBars.BarCheckItem()
|
|
Me.chkDatefilter2 = New DevExpress.XtraBars.BarCheckItem()
|
|
Me.BarCheckItem4 = New DevExpress.XtraBars.BarCheckItem()
|
|
Me.chkSearchEverywhere = New DevExpress.XtraBars.BarCheckItem()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnSaveSearch = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup5 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RepositoryItemMarqueeProgressBar1 = New DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
|
|
Me.PanelControl2 = New DevExpress.XtraEditors.PanelControl()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.txtSearchInput = New DigitalData.GUIs.ZooFlow.TokenEditEx()
|
|
Me.GridSearches = New DevExpress.XtraGrid.GridControl()
|
|
Me.ViewSearches = New DevExpress.XtraGrid.Views.Tile.TileView()
|
|
Me.colGroupText = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
|
Me.DateEditFrom = New DevExpress.XtraEditors.DateEdit()
|
|
Me.DateEditTo = New DevExpress.XtraEditors.DateEdit()
|
|
Me.CheckEdit1 = New DevExpress.XtraEditors.ToggleSwitch()
|
|
Me.ComboBoxDateAttributes = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlGroupDate2 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
|
Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.SvgImageCollection1 = New DevExpress.Utils.SvgImageCollection(Me.components)
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemMarqueeProgressBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.PanelControl1.SuspendLayout()
|
|
CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.PanelControl2.SuspendLayout()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.txtSearchInput.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridSearches, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ViewSearches, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DateEditFrom.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DateEditFrom.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DateEditTo.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DateEditTo.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ComboBoxDateAttributes.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroupDate2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'colName
|
|
'
|
|
Me.colName.Caption = "Name"
|
|
Me.colName.FieldName = "DisplayName"
|
|
Me.colName.Name = "colName"
|
|
Me.colName.Visible = True
|
|
Me.colName.VisibleIndex = 0
|
|
'
|
|
'colImage
|
|
'
|
|
Me.colImage.Caption = "Image"
|
|
Me.colImage.FieldName = "Image"
|
|
Me.colImage.Name = "colImage"
|
|
Me.colImage.Visible = True
|
|
Me.colImage.VisibleIndex = 2
|
|
'
|
|
'colDescription
|
|
'
|
|
Me.colDescription.Caption = "Beschreibung"
|
|
Me.colDescription.FieldName = "Description"
|
|
Me.colDescription.Name = "colDescription"
|
|
Me.colDescription.Visible = True
|
|
Me.colDescription.VisibleIndex = 1
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Green
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.lblResults, Me.chkOperatorAnd, Me.chkOperatorOr, Me.chkDatefilter2, Me.BarCheckItem4, Me.chkSearchEverywhere, Me.BarButtonItem1, Me.BarButtonItem2, Me.btnSaveSearch})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 24
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemMarqueeProgressBar1})
|
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show
|
|
Me.RibbonControl1.ShowToolbarCustomizeItem = False
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(954, 158)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
|
|
'
|
|
'lblResults
|
|
'
|
|
Me.lblResults.Caption = "Noch keine Ergebnisse"
|
|
Me.lblResults.Id = 2
|
|
Me.lblResults.ItemAppearance.Normal.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblResults.ItemAppearance.Normal.Options.UseFont = True
|
|
Me.lblResults.Name = "lblResults"
|
|
'
|
|
'chkOperatorAnd
|
|
'
|
|
Me.chkOperatorAnd.BindableChecked = True
|
|
Me.chkOperatorAnd.Caption = "UND Verknüpfung"
|
|
Me.chkOperatorAnd.Checked = True
|
|
Me.chkOperatorAnd.GroupIndex = 1
|
|
Me.chkOperatorAnd.Id = 16
|
|
Me.chkOperatorAnd.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.link3
|
|
Me.chkOperatorAnd.Name = "chkOperatorAnd"
|
|
'
|
|
'chkOperatorOr
|
|
'
|
|
Me.chkOperatorOr.Caption = "ODER Verknüpfung"
|
|
Me.chkOperatorOr.GroupIndex = 1
|
|
Me.chkOperatorOr.Id = 17
|
|
Me.chkOperatorOr.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.unlink1
|
|
Me.chkOperatorOr.Name = "chkOperatorOr"
|
|
'
|
|
'chkDatefilter2
|
|
'
|
|
Me.chkDatefilter2.Caption = "Datumsfilter anzeigen"
|
|
Me.chkDatefilter2.Id = 18
|
|
Me.chkDatefilter2.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.actions_calendar1
|
|
Me.chkDatefilter2.Name = "chkDatefilter2"
|
|
'
|
|
'BarCheckItem4
|
|
'
|
|
Me.BarCheckItem4.Caption = "Volltext durchsuchen"
|
|
Me.BarCheckItem4.Enabled = False
|
|
Me.BarCheckItem4.Id = 19
|
|
Me.BarCheckItem4.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.viewmergeddata1
|
|
Me.BarCheckItem4.Name = "BarCheckItem4"
|
|
'
|
|
'chkSearchEverywhere
|
|
'
|
|
Me.chkSearchEverywhere.Caption = "Prozessübergreifend suchen"
|
|
Me.chkSearchEverywhere.Id = 20
|
|
Me.chkSearchEverywhere.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.bo_category1
|
|
Me.chkSearchEverywhere.Name = "chkSearchEverywhere"
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Suchen"
|
|
Me.BarButtonItem1.Id = 21
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.enablesearch
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'BarButtonItem2
|
|
'
|
|
Me.BarButtonItem2.Caption = "Zurücksetzen"
|
|
Me.BarButtonItem2.Id = 22
|
|
Me.BarButtonItem2.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.undo
|
|
Me.BarButtonItem2.Name = "BarButtonItem2"
|
|
'
|
|
'btnSaveSearch
|
|
'
|
|
Me.btnSaveSearch.Caption = "Aktuelle Eingabe als Suche speichern"
|
|
Me.btnSaveSearch.Id = 23
|
|
Me.btnSaveSearch.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.bo_security_permission_action
|
|
Me.btnSaveSearch.Name = "btnSaveSearch"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2, Me.RibbonPageGroup5, Me.RibbonPageGroup3})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "Suche"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "Allgemein"
|
|
'
|
|
'RibbonPageGroup2
|
|
'
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarCheckItem4)
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.chkSearchEverywhere)
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.chkDatefilter2)
|
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
|
Me.RibbonPageGroup2.Text = "Sucheinstellungen"
|
|
'
|
|
'RibbonPageGroup5
|
|
'
|
|
Me.RibbonPageGroup5.Enabled = False
|
|
Me.RibbonPageGroup5.ItemLinks.Add(Me.chkOperatorAnd)
|
|
Me.RibbonPageGroup5.ItemLinks.Add(Me.chkOperatorOr)
|
|
Me.RibbonPageGroup5.Name = "RibbonPageGroup5"
|
|
Me.RibbonPageGroup5.Text = "Begriffsverknüpfung"
|
|
'
|
|
'RibbonPageGroup3
|
|
'
|
|
Me.RibbonPageGroup3.Enabled = False
|
|
Me.RibbonPageGroup3.ItemLinks.Add(Me.btnSaveSearch)
|
|
Me.RibbonPageGroup3.Name = "RibbonPageGroup3"
|
|
Me.RibbonPageGroup3.Text = "Eigene Suchen"
|
|
'
|
|
'RepositoryItemMarqueeProgressBar1
|
|
'
|
|
Me.RepositoryItemMarqueeProgressBar1.Name = "RepositoryItemMarqueeProgressBar1"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.BackColor = System.Drawing.Color.Red
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.lblResults)
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 672)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(954, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'PanelControl1
|
|
'
|
|
Me.PanelControl1.Controls.Add(Me.PanelControl2)
|
|
Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.PanelControl1.Location = New System.Drawing.Point(0, 158)
|
|
Me.PanelControl1.Name = "PanelControl1"
|
|
Me.PanelControl1.Padding = New System.Windows.Forms.Padding(30)
|
|
Me.PanelControl1.Size = New System.Drawing.Size(954, 514)
|
|
Me.PanelControl1.TabIndex = 3
|
|
'
|
|
'PanelControl2
|
|
'
|
|
Me.PanelControl2.Controls.Add(Me.LayoutControl1)
|
|
Me.PanelControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.PanelControl2.Location = New System.Drawing.Point(32, 32)
|
|
Me.PanelControl2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.PanelControl2.Name = "PanelControl2"
|
|
Me.PanelControl2.Size = New System.Drawing.Size(890, 450)
|
|
Me.PanelControl2.TabIndex = 3
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer))
|
|
Me.LayoutControl1.Controls.Add(Me.txtSearchInput)
|
|
Me.LayoutControl1.Controls.Add(Me.GridSearches)
|
|
Me.LayoutControl1.Controls.Add(Me.DateEditFrom)
|
|
Me.LayoutControl1.Controls.Add(Me.DateEditTo)
|
|
Me.LayoutControl1.Controls.Add(Me.CheckEdit1)
|
|
Me.LayoutControl1.Controls.Add(Me.ComboBoxDateAttributes)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(2, 2)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.OptionsView.GroupStyle = DevExpress.Utils.GroupStyle.Title
|
|
Me.LayoutControl1.OptionsView.ItemBorderColor = System.Drawing.Color.Transparent
|
|
Me.LayoutControl1.Root = Me.Root
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(886, 446)
|
|
Me.LayoutControl1.TabIndex = 0
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'txtSearchInput
|
|
'
|
|
Me.txtSearchInput.Location = New System.Drawing.Point(10, 10)
|
|
Me.txtSearchInput.MenuManager = Me.RibbonControl1
|
|
Me.txtSearchInput.Name = "txtSearchInput"
|
|
Me.txtSearchInput.Properties.Appearance.BackColor = System.Drawing.Color.White
|
|
Me.txtSearchInput.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtSearchInput.Properties.Appearance.Options.UseBackColor = True
|
|
Me.txtSearchInput.Properties.Appearance.Options.UseFont = True
|
|
Me.txtSearchInput.Properties.NullText = "Suchbegriff eingeben.."
|
|
Me.txtSearchInput.Properties.PopupFilterMode = DevExpress.XtraEditors.TokenEditPopupFilterMode.Contains
|
|
Me.txtSearchInput.Properties.Separators.AddRange(New String() {","})
|
|
Me.txtSearchInput.Properties.ShowDropDownOnClick = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.txtSearchInput.Size = New System.Drawing.Size(866, 44)
|
|
Me.txtSearchInput.StyleController = Me.LayoutControl1
|
|
Me.txtSearchInput.TabIndex = 4
|
|
'
|
|
'GridSearches
|
|
'
|
|
Me.GridSearches.Location = New System.Drawing.Point(14, 100)
|
|
Me.GridSearches.MainView = Me.ViewSearches
|
|
Me.GridSearches.MenuManager = Me.RibbonControl1
|
|
Me.GridSearches.Name = "GridSearches"
|
|
Me.GridSearches.Size = New System.Drawing.Size(858, 184)
|
|
Me.GridSearches.TabIndex = 1
|
|
Me.GridSearches.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewSearches})
|
|
'
|
|
'ViewSearches
|
|
'
|
|
Me.ViewSearches.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colName, Me.colDescription, Me.colImage, Me.colGroupText})
|
|
Me.ViewSearches.ColumnSet.GroupColumn = Me.colGroupText
|
|
Me.ViewSearches.GridControl = Me.GridSearches
|
|
Me.ViewSearches.Name = "ViewSearches"
|
|
Me.ViewSearches.OptionsTiles.AllowItemHover = True
|
|
Me.ViewSearches.OptionsTiles.IndentBetweenGroups = 20
|
|
Me.ViewSearches.OptionsTiles.ItemPadding = New System.Windows.Forms.Padding(10, 4, 10, 4)
|
|
Me.ViewSearches.OptionsTiles.ItemSize = New System.Drawing.Size(170, 70)
|
|
Me.ViewSearches.OptionsTiles.Orientation = System.Windows.Forms.Orientation.Vertical
|
|
Me.ViewSearches.OptionsTiles.RowCount = 2
|
|
Me.ViewSearches.OptionsTiles.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Center
|
|
Me.ViewSearches.SortInfo.AddRange(New DevExpress.XtraGrid.Columns.GridColumnSortInfo() {New DevExpress.XtraGrid.Columns.GridColumnSortInfo(Me.colGroupText, DevExpress.Data.ColumnSortOrder.Ascending)})
|
|
TableColumnDefinition1.Length.Value = 35.0R
|
|
TableColumnDefinition1.PaddingRight = 5
|
|
TableColumnDefinition2.Length.Value = 129.0R
|
|
ItemTemplate1.Columns.Add(TableColumnDefinition1)
|
|
ItemTemplate1.Columns.Add(TableColumnDefinition2)
|
|
TileViewItemElement1.Column = Me.colName
|
|
TileViewItemElement1.ColumnIndex = 1
|
|
TileViewItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
TileViewItemElement1.Text = "colName"
|
|
TileViewItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement2.Column = Me.colImage
|
|
TileViewItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
TileViewItemElement2.Text = "colImage"
|
|
TileViewItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
ItemTemplate1.Elements.Add(TileViewItemElement1)
|
|
ItemTemplate1.Elements.Add(TileViewItemElement2)
|
|
ItemTemplate1.Name = "DefaultSmall"
|
|
TableRowDefinition1.Length.Value = 43.0R
|
|
ItemTemplate1.Rows.Add(TableRowDefinition1)
|
|
Me.ViewSearches.Templates.Add(ItemTemplate1)
|
|
TableColumnDefinition3.Length.Value = 30.0R
|
|
TableColumnDefinition3.PaddingRight = 5
|
|
TableColumnDefinition4.Length.Value = 129.0R
|
|
Me.ViewSearches.TileColumns.Add(TableColumnDefinition3)
|
|
Me.ViewSearches.TileColumns.Add(TableColumnDefinition4)
|
|
TableRowDefinition2.Length.Value = 17.0R
|
|
TableRowDefinition3.Length.Value = 45.0R
|
|
Me.ViewSearches.TileRows.Add(TableRowDefinition2)
|
|
Me.ViewSearches.TileRows.Add(TableRowDefinition3)
|
|
TileViewItemElement3.Appearance.Normal.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
TileViewItemElement3.Appearance.Normal.Options.UseFont = True
|
|
TileViewItemElement3.Column = Me.colName
|
|
TileViewItemElement3.ColumnIndex = 1
|
|
TileViewItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
TileViewItemElement3.Text = "colName"
|
|
TileViewItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement4.Column = Me.colImage
|
|
TileViewItemElement4.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement4.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
TileViewItemElement4.RowIndex = 1
|
|
TileViewItemElement4.Text = "colImage"
|
|
TileViewItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement5.Column = Me.colDescription
|
|
TileViewItemElement5.ColumnIndex = 1
|
|
TileViewItemElement5.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement5.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
TileViewItemElement5.RowIndex = 1
|
|
TileViewItemElement5.Text = "colDescription"
|
|
TileViewItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
Me.ViewSearches.TileTemplate.Add(TileViewItemElement3)
|
|
Me.ViewSearches.TileTemplate.Add(TileViewItemElement4)
|
|
Me.ViewSearches.TileTemplate.Add(TileViewItemElement5)
|
|
'
|
|
'colGroupText
|
|
'
|
|
Me.colGroupText.Caption = "Gruppe"
|
|
Me.colGroupText.FieldName = "GroupText"
|
|
Me.colGroupText.Name = "colGroupText"
|
|
Me.colGroupText.Visible = True
|
|
Me.colGroupText.VisibleIndex = 3
|
|
'
|
|
'DateEditFrom
|
|
'
|
|
Me.DateEditFrom.EditValue = Nothing
|
|
Me.DateEditFrom.Location = New System.Drawing.Point(95, 327)
|
|
Me.DateEditFrom.MenuManager = Me.RibbonControl1
|
|
Me.DateEditFrom.Name = "DateEditFrom"
|
|
Me.DateEditFrom.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.DateEditFrom.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.DateEditFrom.Size = New System.Drawing.Size(784, 20)
|
|
Me.DateEditFrom.StyleController = Me.LayoutControl1
|
|
Me.DateEditFrom.TabIndex = 5
|
|
'
|
|
'DateEditTo
|
|
'
|
|
Me.DateEditTo.EditValue = Nothing
|
|
Me.DateEditTo.Location = New System.Drawing.Point(95, 379)
|
|
Me.DateEditTo.MenuManager = Me.RibbonControl1
|
|
Me.DateEditTo.Name = "DateEditTo"
|
|
Me.DateEditTo.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.DateEditTo.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.DateEditTo.Size = New System.Drawing.Size(784, 20)
|
|
Me.DateEditTo.StyleController = Me.LayoutControl1
|
|
Me.DateEditTo.TabIndex = 7
|
|
'
|
|
'CheckEdit1
|
|
'
|
|
Me.CheckEdit1.Location = New System.Drawing.Point(4, 354)
|
|
Me.CheckEdit1.MenuManager = Me.RibbonControl1
|
|
Me.CheckEdit1.Name = "CheckEdit1"
|
|
Me.CheckEdit1.Properties.OffText = "Datum bis deaktiviert"
|
|
Me.CheckEdit1.Properties.OnText = "Datum bis aktiviert"
|
|
Me.CheckEdit1.Size = New System.Drawing.Size(878, 18)
|
|
Me.CheckEdit1.StyleController = Me.LayoutControl1
|
|
Me.CheckEdit1.TabIndex = 8
|
|
'
|
|
'ComboBoxDateAttributes
|
|
'
|
|
Me.ComboBoxDateAttributes.Location = New System.Drawing.Point(95, 409)
|
|
Me.ComboBoxDateAttributes.MenuManager = Me.RibbonControl1
|
|
Me.ComboBoxDateAttributes.Name = "ComboBoxDateAttributes"
|
|
Me.ComboBoxDateAttributes.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.ComboBoxDateAttributes.Size = New System.Drawing.Size(784, 20)
|
|
Me.ComboBoxDateAttributes.StyleController = Me.LayoutControl1
|
|
Me.ComboBoxDateAttributes.TabIndex = 9
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroupDate2, Me.LayoutControlGroup3, Me.LayoutControlItem7})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
|
|
Me.Root.Size = New System.Drawing.Size(886, 446)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutControlGroupDate2
|
|
'
|
|
Me.LayoutControlGroupDate2.AppearanceGroup.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer))
|
|
Me.LayoutControlGroupDate2.AppearanceGroup.BorderColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer))
|
|
Me.LayoutControlGroupDate2.AppearanceGroup.Options.UseBackColor = True
|
|
Me.LayoutControlGroupDate2.AppearanceGroup.Options.UseBorderColor = True
|
|
Me.LayoutControlGroupDate2.BestFitWeight = 0
|
|
Me.LayoutControlGroupDate2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem4, Me.EmptySpaceItem1, Me.LayoutControlItem6, Me.LayoutControlItem8})
|
|
Me.LayoutControlGroupDate2.Location = New System.Drawing.Point(0, 298)
|
|
Me.LayoutControlGroupDate2.Name = "LayoutControlGroupDate2"
|
|
Me.LayoutControlGroupDate2.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
|
|
Me.LayoutControlGroupDate2.Size = New System.Drawing.Size(886, 148)
|
|
Me.LayoutControlGroupDate2.Text = "Eigenes Datum"
|
|
Me.LayoutControlGroupDate2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.DateEditFrom
|
|
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(882, 30)
|
|
Me.LayoutControlItem2.Text = "Datum Von"
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(76, 13)
|
|
'
|
|
'LayoutControlItem4
|
|
'
|
|
Me.LayoutControlItem4.Control = Me.DateEditTo
|
|
Me.LayoutControlItem4.Enabled = False
|
|
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 52)
|
|
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
|
Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem4.Size = New System.Drawing.Size(882, 30)
|
|
Me.LayoutControlItem4.Text = "Datum Bis"
|
|
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(76, 13)
|
|
'
|
|
'EmptySpaceItem1
|
|
'
|
|
Me.EmptySpaceItem1.AllowHotTrack = False
|
|
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 112)
|
|
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
|
|
Me.EmptySpaceItem1.Size = New System.Drawing.Size(882, 10)
|
|
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
|
|
'
|
|
'LayoutControlItem6
|
|
'
|
|
Me.LayoutControlItem6.Control = Me.CheckEdit1
|
|
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 30)
|
|
Me.LayoutControlItem6.Name = "LayoutControlItem6"
|
|
Me.LayoutControlItem6.Size = New System.Drawing.Size(882, 22)
|
|
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem6.TextVisible = False
|
|
'
|
|
'LayoutControlItem8
|
|
'
|
|
Me.LayoutControlItem8.Control = Me.ComboBoxDateAttributes
|
|
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 82)
|
|
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
|
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem8.Size = New System.Drawing.Size(882, 30)
|
|
Me.LayoutControlItem8.Text = "Datums Attribut"
|
|
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(76, 13)
|
|
'
|
|
'LayoutControlGroup3
|
|
'
|
|
Me.LayoutControlGroup3.AppearanceGroup.BorderColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer))
|
|
Me.LayoutControlGroup3.AppearanceGroup.Options.UseBorderColor = True
|
|
Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem3})
|
|
Me.LayoutControlGroup3.Location = New System.Drawing.Point(0, 64)
|
|
Me.LayoutControlGroup3.Name = "LayoutControlGroup3"
|
|
Me.LayoutControlGroup3.Size = New System.Drawing.Size(886, 234)
|
|
Me.LayoutControlGroup3.Text = "Meine Suchen"
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.GridSearches
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(862, 188)
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem3.TextVisible = False
|
|
'
|
|
'LayoutControlItem7
|
|
'
|
|
Me.LayoutControlItem7.Control = Me.txtSearchInput
|
|
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
|
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
|
Me.LayoutControlItem7.Size = New System.Drawing.Size(886, 64)
|
|
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem7.TextVisible = False
|
|
'
|
|
'SvgImageCollection1
|
|
'
|
|
Me.SvgImageCollection1.Add("today", "image://svgimages/scheduling/dayview.svg")
|
|
Me.SvgImageCollection1.Add("month", "image://svgimages/scheduling/monthview.svg")
|
|
Me.SvgImageCollection1.Add("week", "image://svgimages/scheduling/next7days.svg")
|
|
Me.SvgImageCollection1.Add("year", "image://svgimages/scheduling/groupbynone.svg")
|
|
Me.SvgImageCollection1.Add("yesterday", "image://svgimages/scheduling/today.svg")
|
|
Me.SvgImageCollection1.Add("invoice", "image://svgimages/business objects/bo_invoice.svg")
|
|
'
|
|
'frmSearchFlow
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(954, 696)
|
|
Me.Controls.Add(Me.PanelControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.IconOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.ZooFlow_CW_DevExpress
|
|
Me.Name = "frmSearchFlow"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Search Flow"
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemMarqueeProgressBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.PanelControl1.ResumeLayout(False)
|
|
CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.PanelControl2.ResumeLayout(False)
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.txtSearchInput.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridSearches, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ViewSearches, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DateEditFrom.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DateEditFrom.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DateEditTo.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DateEditTo.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ComboBoxDateAttributes.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroupDate2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
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 RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl
|
|
Friend WithEvents PanelControl2 As DevExpress.XtraEditors.PanelControl
|
|
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents GridSearches As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents ViewSearches As DevExpress.XtraGrid.Views.Tile.TileView
|
|
Friend WithEvents colName As DevExpress.XtraGrid.Columns.TileViewColumn
|
|
Friend WithEvents colDescription As DevExpress.XtraGrid.Columns.TileViewColumn
|
|
Friend WithEvents DateEditFrom As DevExpress.XtraEditors.DateEdit
|
|
Friend WithEvents LayoutControlGroupDate2 As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents DateEditTo As DevExpress.XtraEditors.DateEdit
|
|
Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
|
|
Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents CheckEdit1 As DevExpress.XtraEditors.ToggleSwitch
|
|
Friend WithEvents LayoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents lblResults As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents RepositoryItemMarqueeProgressBar1 As DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar
|
|
Friend WithEvents SvgImageCollection1 As DevExpress.Utils.SvgImageCollection
|
|
Friend WithEvents colImage As DevExpress.XtraGrid.Columns.TileViewColumn
|
|
Friend WithEvents txtSearchInput As TokenEditEx
|
|
Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents ComboBoxDateAttributes As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents chkOperatorAnd As DevExpress.XtraBars.BarCheckItem
|
|
Friend WithEvents chkOperatorOr As DevExpress.XtraBars.BarCheckItem
|
|
Friend WithEvents chkDatefilter2 As DevExpress.XtraBars.BarCheckItem
|
|
Friend WithEvents BarCheckItem4 As DevExpress.XtraBars.BarCheckItem
|
|
Friend WithEvents chkSearchEverywhere As DevExpress.XtraBars.BarCheckItem
|
|
Friend WithEvents RibbonPageGroup5 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents colGroupText As DevExpress.XtraGrid.Columns.TileViewColumn
|
|
Friend WithEvents btnSaveSearch As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
End Class
|