Add Notice to document search about required columns

This commit is contained in:
Jonathan Jenne
2021-01-07 12:13:04 +01:00
parent 2ad498c8f2
commit 88a6341d9c
2 changed files with 139 additions and 80 deletions

View File

@@ -238,6 +238,9 @@ Partial Class frmAdministration
Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit()
Me.SimpleSeparator1 = New DevExpress.XtraLayout.SimpleSeparator()
Me.BehaviorManager1 = New DevExpress.Utils.Behaviors.BehaviorManager(Me.components)
Me.SimpleLabelItem1 = New DevExpress.XtraLayout.SimpleLabelItem()
Me.SimpleSeparator2 = New DevExpress.XtraLayout.SimpleSeparator()
Me.SimpleSeparator3 = New DevExpress.XtraLayout.SimpleSeparator()
CType(Me.TBCW_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControlProfiles, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -386,6 +389,9 @@ Partial Class frmAdministration
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BehaviorManager1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleSeparator2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleSeparator3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TBCW_PROFILESBindingSource
@@ -405,7 +411,7 @@ Partial Class frmAdministration
Me.GridControlProfiles.Location = New System.Drawing.Point(0, 0)
Me.GridControlProfiles.MainView = Me.GridViewProfiles
Me.GridControlProfiles.Name = "GridControlProfiles"
Me.GridControlProfiles.Size = New System.Drawing.Size(237, 601)
Me.GridControlProfiles.Size = New System.Drawing.Size(237, 603)
Me.GridControlProfiles.TabIndex = 18
Me.GridControlProfiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfiles})
'
@@ -503,7 +509,7 @@ Partial Class frmAdministration
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3"
Me.XtraTabControl3.SelectedTabPage = Me.TabPageProfileManagement
Me.XtraTabControl3.Size = New System.Drawing.Size(1118, 601)
Me.XtraTabControl3.Size = New System.Drawing.Size(1118, 603)
Me.XtraTabControl3.TabIndex = 21
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageProfileManagement, Me.TabPageProfileAssignment})
'
@@ -513,7 +519,7 @@ Partial Class frmAdministration
Me.TabPageProfileManagement.ImageOptions.SvgImage = CType(resources.GetObject("TabPageProfileManagement.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProfileManagement.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageProfileManagement.Name = "TabPageProfileManagement"
Me.TabPageProfileManagement.Size = New System.Drawing.Size(1116, 571)
Me.TabPageProfileManagement.Size = New System.Drawing.Size(1116, 573)
Me.TabPageProfileManagement.Text = "Profil-Verwaltung"
'
'XtraTabControl1
@@ -522,7 +528,7 @@ Partial Class frmAdministration
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.TabPageGeneralSettings
Me.XtraTabControl1.Size = New System.Drawing.Size(1116, 571)
Me.XtraTabControl1.Size = New System.Drawing.Size(1116, 573)
Me.XtraTabControl1.TabIndex = 0
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageGeneralSettings, Me.TabPageDocuments, Me.TabPageData, Me.TabPageProcessAssignment})
'
@@ -532,7 +538,7 @@ Partial Class frmAdministration
Me.TabPageGeneralSettings.ImageOptions.SvgImage = CType(resources.GetObject("TabPageGeneralSettings.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageGeneralSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageGeneralSettings.Name = "TabPageGeneralSettings"
Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1114, 545)
Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1114, 547)
Me.TabPageGeneralSettings.Text = "Allgemein"
'
'LayoutControl1
@@ -895,10 +901,10 @@ Partial Class frmAdministration
'RibbonStatusBar1
'
Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus)
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 758)
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 760)
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl2
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1365, 24)
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1365, 22)
'
'textEdit2
'
@@ -1157,7 +1163,7 @@ Partial Class frmAdministration
Me.TabPageDocuments.ImageOptions.SvgImage = CType(resources.GetObject("TabPageDocuments.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageDocuments.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageDocuments.Name = "TabPageDocuments"
Me.TabPageDocuments.Size = New System.Drawing.Size(1114, 540)
Me.TabPageDocuments.Size = New System.Drawing.Size(1114, 547)
Me.TabPageDocuments.Text = "Dokument-Suchen"
'
'LayoutControlDocs
@@ -1182,7 +1188,7 @@ Partial Class frmAdministration
Me.LayoutControlDocs.Name = "LayoutControlDocs"
Me.LayoutControlDocs.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-854, 328, 650, 400)
Me.LayoutControlDocs.Root = Me.LayoutControlGroup2
Me.LayoutControlDocs.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlDocs.Size = New System.Drawing.Size(914, 547)
Me.LayoutControlDocs.TabIndex = 25
Me.LayoutControlDocs.Text = "LayoutControl2"
'
@@ -1202,27 +1208,27 @@ Partial Class frmAdministration
Me.TextEdit17.Location = New System.Drawing.Point(12, 146)
Me.TextEdit17.Name = "TextEdit17"
Me.TextEdit17.Properties.ReadOnly = True
Me.TextEdit17.Size = New System.Drawing.Size(125, 20)
Me.TextEdit17.Size = New System.Drawing.Size(142, 20)
Me.TextEdit17.StyleController = Me.LayoutControlDocs
Me.TextEdit17.TabIndex = 4
'
'TextEdit15
'
Me.TextEdit15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True))
Me.TextEdit15.Location = New System.Drawing.Point(141, 146)
Me.TextEdit15.Location = New System.Drawing.Point(158, 146)
Me.TextEdit15.Name = "TextEdit15"
Me.TextEdit15.Properties.ReadOnly = True
Me.TextEdit15.Size = New System.Drawing.Size(170, 20)
Me.TextEdit15.Size = New System.Drawing.Size(153, 20)
Me.TextEdit15.StyleController = Me.LayoutControlDocs
Me.TextEdit15.TabIndex = 5
'
'TextEdit18
'
Me.TextEdit18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True))
Me.TextEdit18.Location = New System.Drawing.Point(141, 186)
Me.TextEdit18.Location = New System.Drawing.Point(158, 186)
Me.TextEdit18.Name = "TextEdit18"
Me.TextEdit18.Properties.ReadOnly = True
Me.TextEdit18.Size = New System.Drawing.Size(170, 20)
Me.TextEdit18.Size = New System.Drawing.Size(153, 20)
Me.TextEdit18.StyleController = Me.LayoutControlDocs
Me.TextEdit18.TabIndex = 7
'
@@ -1232,7 +1238,7 @@ Partial Class frmAdministration
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(12, 186)
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.Properties.ReadOnly = True
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(125, 20)
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(142, 20)
Me.CHANGED_WHOTextBox2.StyleController = Me.LayoutControlDocs
Me.CHANGED_WHOTextBox2.TabIndex = 6
'
@@ -1275,18 +1281,18 @@ Partial Class frmAdministration
Me.MemoEdit5.Name = "MemoEdit5"
Me.MemoEdit5.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit5.Properties.Appearance.Options.UseFont = True
Me.MemoEdit5.Size = New System.Drawing.Size(587, 216)
Me.MemoEdit5.Size = New System.Drawing.Size(587, 163)
Me.MemoEdit5.StyleController = Me.LayoutControlDocs
Me.MemoEdit5.TabIndex = 12
'
'MemoEdit6
'
Me.MemoEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "COUNT_COMMAND", True))
Me.MemoEdit6.Location = New System.Drawing.Point(315, 316)
Me.MemoEdit6.Location = New System.Drawing.Point(315, 300)
Me.MemoEdit6.Name = "MemoEdit6"
Me.MemoEdit6.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit6.Properties.Appearance.Options.UseFont = True
Me.MemoEdit6.Size = New System.Drawing.Size(587, 212)
Me.MemoEdit6.Size = New System.Drawing.Size(587, 235)
Me.MemoEdit6.StyleController = Me.LayoutControlDocs
Me.MemoEdit6.TabIndex = 13
'
@@ -1344,7 +1350,7 @@ Partial Class frmAdministration
'
'ComboBoxEdit4
'
Me.ComboBoxEdit4.Location = New System.Drawing.Point(443, 274)
Me.ComboBoxEdit4.Location = New System.Drawing.Point(443, 258)
Me.ComboBoxEdit4.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit4.Name = "ComboBoxEdit4"
Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1354,7 +1360,7 @@ Partial Class frmAdministration
'
'SimpleButton3
'
Me.SimpleButton3.Location = New System.Drawing.Point(804, 274)
Me.SimpleButton3.Location = New System.Drawing.Point(804, 258)
Me.SimpleButton3.Name = "SimpleButton3"
Me.SimpleButton3.Size = New System.Drawing.Size(98, 22)
Me.SimpleButton3.StyleController = Me.LayoutControlDocs
@@ -1365,9 +1371,9 @@ Partial Class frmAdministration
'
Me.LayoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
Me.LayoutControlGroup2.GroupBordersVisible = False
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem29, Me.LayoutControlItem30, Me.LayoutControlItem31, Me.LayoutControlItem25, Me.LayoutControlItem27, Me.LayoutControlItem26, Me.EmptySpaceItem2, Me.LayoutControlItem33, Me.LayoutControlItem32, Me.LayoutControlItem34, Me.LayoutControlItem24, Me.LayoutControlItem28, Me.LayoutControlItem37, Me.LayoutControlItem38, Me.LayoutControlItem39, Me.LayoutControlItem40})
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem29, Me.LayoutControlItem30, Me.LayoutControlItem31, Me.LayoutControlItem25, Me.LayoutControlItem27, Me.LayoutControlItem26, Me.EmptySpaceItem2, Me.LayoutControlItem33, Me.LayoutControlItem32, Me.LayoutControlItem34, Me.LayoutControlItem24, Me.LayoutControlItem28, Me.LayoutControlItem37, Me.LayoutControlItem38, Me.LayoutControlItem39, Me.LayoutControlItem40, Me.SimpleLabelItem1, Me.SimpleSeparator2, Me.SimpleSeparator3})
Me.LayoutControlGroup2.Name = "Root"
Me.LayoutControlGroup2.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlGroup2.Size = New System.Drawing.Size(914, 547)
Me.LayoutControlGroup2.TextVisible = False
'
'LayoutControlItem29
@@ -1406,7 +1412,7 @@ Partial Class frmAdministration
Me.LayoutControlItem25.CustomizationFormText = "layoutControlItem1"
Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 118)
Me.LayoutControlItem25.Name = "LayoutControlItem25"
Me.LayoutControlItem25.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem25.Size = New System.Drawing.Size(146, 40)
Me.LayoutControlItem25.Text = "Erstellt wer:"
Me.LayoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem25.TextSize = New System.Drawing.Size(125, 13)
@@ -1415,9 +1421,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem27.Control = Me.TextEdit18
Me.LayoutControlItem27.CustomizationFormText = "layoutControlItem4"
Me.LayoutControlItem27.Location = New System.Drawing.Point(129, 158)
Me.LayoutControlItem27.Location = New System.Drawing.Point(146, 158)
Me.LayoutControlItem27.Name = "LayoutControlItem27"
Me.LayoutControlItem27.Size = New System.Drawing.Size(174, 40)
Me.LayoutControlItem27.Size = New System.Drawing.Size(157, 40)
Me.LayoutControlItem27.Text = "Geändert wann:"
Me.LayoutControlItem27.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem27.TextSize = New System.Drawing.Size(125, 13)
@@ -1426,9 +1432,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem26.Control = Me.TextEdit15
Me.LayoutControlItem26.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem26.Location = New System.Drawing.Point(129, 118)
Me.LayoutControlItem26.Location = New System.Drawing.Point(146, 118)
Me.LayoutControlItem26.Name = "LayoutControlItem26"
Me.LayoutControlItem26.Size = New System.Drawing.Size(174, 40)
Me.LayoutControlItem26.Size = New System.Drawing.Size(157, 40)
Me.LayoutControlItem26.Text = "Erstellt wann:"
Me.LayoutControlItem26.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem26.TextSize = New System.Drawing.Size(125, 13)
@@ -1438,16 +1444,16 @@ Partial Class frmAdministration
Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 198)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
Me.EmptySpaceItem2.Size = New System.Drawing.Size(303, 322)
Me.EmptySpaceItem2.Size = New System.Drawing.Size(303, 328)
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem33
'
Me.LayoutControlItem33.Control = Me.MemoEdit6
Me.LayoutControlItem33.CustomizationFormText = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.Location = New System.Drawing.Point(303, 288)
Me.LayoutControlItem33.Location = New System.Drawing.Point(303, 272)
Me.LayoutControlItem33.Name = "LayoutControlItem33"
Me.LayoutControlItem33.Size = New System.Drawing.Size(591, 232)
Me.LayoutControlItem33.Size = New System.Drawing.Size(591, 255)
Me.LayoutControlItem33.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem33.TextSize = New System.Drawing.Size(125, 13)
@@ -1458,7 +1464,7 @@ Partial Class frmAdministration
Me.LayoutControlItem32.CustomizationFormText = "SQL für Suche:"
Me.LayoutControlItem32.Location = New System.Drawing.Point(303, 26)
Me.LayoutControlItem32.Name = "LayoutControlItem32"
Me.LayoutControlItem32.Size = New System.Drawing.Size(591, 236)
Me.LayoutControlItem32.Size = New System.Drawing.Size(591, 183)
Me.LayoutControlItem32.Text = "SQL für Suche:"
Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13)
@@ -1490,7 +1496,7 @@ Partial Class frmAdministration
Me.LayoutControlItem28.CustomizationFormText = "layoutControlItem3"
Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 158)
Me.LayoutControlItem28.Name = "LayoutControlItem28"
Me.LayoutControlItem28.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem28.Size = New System.Drawing.Size(146, 40)
Me.LayoutControlItem28.Text = "Geändert wer:"
Me.LayoutControlItem28.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem28.TextSize = New System.Drawing.Size(125, 13)
@@ -1516,7 +1522,7 @@ Partial Class frmAdministration
'LayoutControlItem39
'
Me.LayoutControlItem39.Control = Me.ComboBoxEdit4
Me.LayoutControlItem39.Location = New System.Drawing.Point(303, 262)
Me.LayoutControlItem39.Location = New System.Drawing.Point(303, 246)
Me.LayoutControlItem39.Name = "LayoutControlItem39"
Me.LayoutControlItem39.Size = New System.Drawing.Size(489, 26)
Me.LayoutControlItem39.Text = "Platzhalter"
@@ -1525,7 +1531,7 @@ Partial Class frmAdministration
'LayoutControlItem40
'
Me.LayoutControlItem40.Control = Me.SimpleButton3
Me.LayoutControlItem40.Location = New System.Drawing.Point(792, 262)
Me.LayoutControlItem40.Location = New System.Drawing.Point(792, 246)
Me.LayoutControlItem40.Name = "LayoutControlItem40"
Me.LayoutControlItem40.Size = New System.Drawing.Size(102, 26)
Me.LayoutControlItem40.TextSize = New System.Drawing.Size(0, 0)
@@ -1539,7 +1545,7 @@ Partial Class frmAdministration
Me.GridControl1.MainView = Me.GridView2
Me.GridControl1.MenuManager = Me.RibbonControl2
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(200, 540)
Me.GridControl1.Size = New System.Drawing.Size(200, 547)
Me.GridControl1.TabIndex = 26
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
@@ -1571,7 +1577,7 @@ Partial Class frmAdministration
Me.TabPageData.ImageOptions.SvgImage = CType(resources.GetObject("TabPageData.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageData.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageData.Name = "TabPageData"
Me.TabPageData.Size = New System.Drawing.Size(1114, 540)
Me.TabPageData.Size = New System.Drawing.Size(1114, 545)
Me.TabPageData.Text = "Daten-Suchen"
'
'LayoutControlData
@@ -1596,7 +1602,7 @@ Partial Class frmAdministration
Me.LayoutControlData.Name = "LayoutControlData"
Me.LayoutControlData.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-714, 293, 650, 400)
Me.LayoutControlData.Root = Me.LayoutControlGroup3
Me.LayoutControlData.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlData.Size = New System.Drawing.Size(914, 545)
Me.LayoutControlData.TabIndex = 27
Me.LayoutControlData.Text = "LayoutControl3"
'
@@ -1688,19 +1694,19 @@ Partial Class frmAdministration
Me.MemoEdit3.Name = "MemoEdit3"
Me.MemoEdit3.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit3.Properties.Appearance.Options.UseFont = True
Me.MemoEdit3.Size = New System.Drawing.Size(585, 216)
Me.MemoEdit3.Size = New System.Drawing.Size(585, 219)
Me.MemoEdit3.StyleController = Me.LayoutControlData
Me.MemoEdit3.TabIndex = 12
'
'MemoEdit4
'
Me.MemoEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "COUNT_COMMAND", True))
Me.MemoEdit4.Location = New System.Drawing.Point(317, 316)
Me.MemoEdit4.Location = New System.Drawing.Point(317, 319)
Me.MemoEdit4.MenuManager = Me.RibbonControl2
Me.MemoEdit4.Name = "MemoEdit4"
Me.MemoEdit4.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit4.Properties.Appearance.Options.UseFont = True
Me.MemoEdit4.Size = New System.Drawing.Size(585, 212)
Me.MemoEdit4.Size = New System.Drawing.Size(585, 214)
Me.MemoEdit4.StyleController = Me.LayoutControlData
Me.MemoEdit4.TabIndex = 13
'
@@ -1755,7 +1761,7 @@ Partial Class frmAdministration
'
'ComboBoxEdit6
'
Me.ComboBoxEdit6.Location = New System.Drawing.Point(445, 274)
Me.ComboBoxEdit6.Location = New System.Drawing.Point(445, 277)
Me.ComboBoxEdit6.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit6.Name = "ComboBoxEdit6"
Me.ComboBoxEdit6.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1765,7 +1771,7 @@ Partial Class frmAdministration
'
'SimpleButton5
'
Me.SimpleButton5.Location = New System.Drawing.Point(800, 274)
Me.SimpleButton5.Location = New System.Drawing.Point(800, 277)
Me.SimpleButton5.Name = "SimpleButton5"
Me.SimpleButton5.Size = New System.Drawing.Size(102, 22)
Me.SimpleButton5.StyleController = Me.LayoutControlData
@@ -1778,7 +1784,7 @@ Partial Class frmAdministration
Me.LayoutControlGroup3.GroupBordersVisible = False
Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem10, Me.LayoutControlItem14, Me.LayoutControlItem15, Me.LayoutControlItem17, Me.LayoutControlItem16, Me.LayoutControlItem11, Me.LayoutControlItem12, Me.LayoutControlItem13, Me.LayoutControlItem21, Me.LayoutControlItem22, Me.EmptySpaceItem1, Me.LayoutControlItem23, Me.LayoutControlItem41, Me.LayoutControlItem42, Me.LayoutControlItem43, Me.LayoutControlItem44})
Me.LayoutControlGroup3.Name = "Root"
Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 545)
Me.LayoutControlGroup3.TextVisible = False
'
'LayoutControlItem10
@@ -1866,7 +1872,7 @@ Partial Class frmAdministration
Me.LayoutControlItem21.Control = Me.MemoEdit3
Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 26)
Me.LayoutControlItem21.Name = "LayoutControlItem21"
Me.LayoutControlItem21.Size = New System.Drawing.Size(589, 236)
Me.LayoutControlItem21.Size = New System.Drawing.Size(589, 239)
Me.LayoutControlItem21.Text = "SQL für Suche:"
Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13)
@@ -1874,9 +1880,9 @@ Partial Class frmAdministration
'LayoutControlItem22
'
Me.LayoutControlItem22.Control = Me.MemoEdit4
Me.LayoutControlItem22.Location = New System.Drawing.Point(305, 288)
Me.LayoutControlItem22.Location = New System.Drawing.Point(305, 291)
Me.LayoutControlItem22.Name = "LayoutControlItem22"
Me.LayoutControlItem22.Size = New System.Drawing.Size(589, 232)
Me.LayoutControlItem22.Size = New System.Drawing.Size(589, 234)
Me.LayoutControlItem22.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem22.TextSize = New System.Drawing.Size(125, 13)
@@ -1886,7 +1892,7 @@ Partial Class frmAdministration
Me.EmptySpaceItem1.AllowHotTrack = False
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 198)
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
Me.EmptySpaceItem1.Size = New System.Drawing.Size(305, 322)
Me.EmptySpaceItem1.Size = New System.Drawing.Size(305, 327)
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem23
@@ -1919,7 +1925,7 @@ Partial Class frmAdministration
'LayoutControlItem43
'
Me.LayoutControlItem43.Control = Me.ComboBoxEdit6
Me.LayoutControlItem43.Location = New System.Drawing.Point(305, 262)
Me.LayoutControlItem43.Location = New System.Drawing.Point(305, 265)
Me.LayoutControlItem43.Name = "LayoutControlItem43"
Me.LayoutControlItem43.Size = New System.Drawing.Size(483, 26)
Me.LayoutControlItem43.Text = "Platzhalter"
@@ -1928,7 +1934,7 @@ Partial Class frmAdministration
'LayoutControlItem44
'
Me.LayoutControlItem44.Control = Me.SimpleButton5
Me.LayoutControlItem44.Location = New System.Drawing.Point(788, 262)
Me.LayoutControlItem44.Location = New System.Drawing.Point(788, 265)
Me.LayoutControlItem44.Name = "LayoutControlItem44"
Me.LayoutControlItem44.Size = New System.Drawing.Size(106, 26)
Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0)
@@ -1942,7 +1948,7 @@ Partial Class frmAdministration
Me.GridControl2.MainView = Me.GridView3
Me.GridControl2.MenuManager = Me.RibbonControl2
Me.GridControl2.Name = "GridControl2"
Me.GridControl2.Size = New System.Drawing.Size(200, 540)
Me.GridControl2.Size = New System.Drawing.Size(200, 545)
Me.GridControl2.TabIndex = 11
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3})
'
@@ -1973,7 +1979,7 @@ Partial Class frmAdministration
Me.TabPageProcessAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageProcessAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProcessAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageProcessAssignment.Name = "TabPageProcessAssignment"
Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1114, 540)
Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1114, 545)
Me.TabPageProcessAssignment.Text = "Anwendungs-Zuordnung"
'
'CtrlApplicationAssignment1
@@ -1985,7 +1991,7 @@ Partial Class frmAdministration
Me.CtrlApplicationAssignment1.SelectedProcessId = 0
Me.CtrlApplicationAssignment1.SelectedProfileId = 0
Me.CtrlApplicationAssignment1.SelectedWindowId = 0
Me.CtrlApplicationAssignment1.Size = New System.Drawing.Size(1114, 540)
Me.CtrlApplicationAssignment1.Size = New System.Drawing.Size(1114, 545)
Me.CtrlApplicationAssignment1.TabIndex = 3
'
'TabPageProfileAssignment
@@ -1994,7 +2000,7 @@ Partial Class frmAdministration
Me.TabPageProfileAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageProfileAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProfileAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageProfileAssignment.Name = "TabPageProfileAssignment"
Me.TabPageProfileAssignment.Size = New System.Drawing.Size(1116, 568)
Me.TabPageProfileAssignment.Size = New System.Drawing.Size(1116, 571)
Me.TabPageProfileAssignment.Text = "Profil-Zuordnung"
'
'XtraTabControl2
@@ -2003,7 +2009,7 @@ Partial Class frmAdministration
Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl2.Name = "XtraTabControl2"
Me.XtraTabControl2.SelectedTabPage = Me.TabPageGroupAssignment
Me.XtraTabControl2.Size = New System.Drawing.Size(1116, 568)
Me.XtraTabControl2.Size = New System.Drawing.Size(1116, 571)
Me.XtraTabControl2.TabIndex = 0
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageUserAssignment, Me.TabPageGroupAssignment})
'
@@ -2013,7 +2019,7 @@ Partial Class frmAdministration
Me.TabPageGroupAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageGroupAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageGroupAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment"
Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1114, 542)
Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1114, 545)
Me.TabPageGroupAssignment.Text = "Gruppen-Zuordnung"
'
'SplitContainer2
@@ -2032,8 +2038,8 @@ Partial Class frmAdministration
'
Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile)
Me.SplitContainer2.Panel2.Controls.Add(Me.Label10)
Me.SplitContainer2.Size = New System.Drawing.Size(1114, 542)
Me.SplitContainer2.SplitterDistance = 260
Me.SplitContainer2.Size = New System.Drawing.Size(1114, 545)
Me.SplitContainer2.SplitterDistance = 261
Me.SplitContainer2.TabIndex = 1
'
'GridControlGroupInProfile
@@ -2044,7 +2050,7 @@ Partial Class frmAdministration
Me.GridControlGroupInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupInProfile.MainView = Me.GridViewGroupInProfile
Me.GridControlGroupInProfile.Name = "GridControlGroupInProfile"
Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1114, 235)
Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1114, 236)
Me.GridControlGroupInProfile.TabIndex = 1
Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile})
'
@@ -2106,7 +2112,7 @@ Partial Class frmAdministration
Me.GridControlGroupNotInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupNotInProfile.MainView = Me.GridViewGroupNotInProfile
Me.GridControlGroupNotInProfile.Name = "GridControlGroupNotInProfile"
Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1114, 253)
Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1114, 255)
Me.GridControlGroupNotInProfile.TabIndex = 1
Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile})
'
@@ -2165,7 +2171,7 @@ Partial Class frmAdministration
Me.TabPageUserAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageUserAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageUserAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageUserAssignment.Name = "TabPageUserAssignment"
Me.TabPageUserAssignment.Size = New System.Drawing.Size(1114, 540)
Me.TabPageUserAssignment.Size = New System.Drawing.Size(1114, 542)
Me.TabPageUserAssignment.Text = "Benutzer-Zuordnung"
'
'SplitContainer1
@@ -2184,7 +2190,7 @@ Partial Class frmAdministration
'
Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUserNotInProfile)
Me.SplitContainer1.Panel2.Controls.Add(Me.Label2)
Me.SplitContainer1.Size = New System.Drawing.Size(1114, 540)
Me.SplitContainer1.Size = New System.Drawing.Size(1114, 542)
Me.SplitContainer1.SplitterDistance = 263
Me.SplitContainer1.TabIndex = 99
'
@@ -2279,7 +2285,7 @@ Partial Class frmAdministration
Me.GridControlUserNotInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlUserNotInProfile.MainView = Me.GridViewUserNotInProfile
Me.GridControlUserNotInProfile.Name = "GridControlUserNotInProfile"
Me.GridControlUserNotInProfile.Size = New System.Drawing.Size(1114, 248)
Me.GridControlUserNotInProfile.Size = New System.Drawing.Size(1114, 250)
Me.GridControlUserNotInProfile.TabIndex = 96
Me.GridControlUserNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserNotInProfile})
'
@@ -2379,7 +2385,7 @@ Partial Class frmAdministration
Me.SplitContainerControl1.Panel1.Text = "Panel1"
Me.SplitContainerControl1.Panel2.Controls.Add(Me.XtraTabControl3)
Me.SplitContainerControl1.Panel2.Text = "Panel2"
Me.SplitContainerControl1.Size = New System.Drawing.Size(1365, 601)
Me.SplitContainerControl1.Size = New System.Drawing.Size(1365, 603)
Me.SplitContainerControl1.SplitterPosition = 237
Me.SplitContainerControl1.TabIndex = 27
Me.SplitContainerControl1.Text = "SplitContainerControl1"
@@ -2432,6 +2438,32 @@ Partial Class frmAdministration
Me.SimpleSeparator1.Name = "SimpleSeparator1"
Me.SimpleSeparator1.Size = New System.Drawing.Size(280, 2)
'
'SimpleLabelItem1
'
Me.SimpleLabelItem1.AllowHotTrack = False
Me.SimpleLabelItem1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleLabelItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.SimpleLabelItem1.Location = New System.Drawing.Point(303, 209)
Me.SimpleLabelItem1.Name = "SimpleLabelItem1"
Me.SimpleLabelItem1.Size = New System.Drawing.Size(591, 36)
Me.SimpleLabelItem1.Text = "Die folgenden Spalten müssen existieren: DocId (Eindeutige Id) und FULL_FILENAME " &
"(Absoluter Pfad)"
Me.SimpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize
Me.SimpleLabelItem1.TextSize = New System.Drawing.Size(524, 32)
'
'SimpleSeparator2
'
Me.SimpleSeparator2.AllowHotTrack = False
Me.SimpleSeparator2.Location = New System.Drawing.Point(303, 245)
Me.SimpleSeparator2.Name = "SimpleSeparator2"
Me.SimpleSeparator2.Size = New System.Drawing.Size(591, 1)
'
'SimpleSeparator3
'
Me.SimpleSeparator3.AllowHotTrack = False
Me.SimpleSeparator3.Location = New System.Drawing.Point(0, 526)
Me.SimpleSeparator3.Name = "SimpleSeparator3"
Me.SimpleSeparator3.Size = New System.Drawing.Size(303, 1)
'
'frmAdministration
'
Me.Appearance.Options.UseFont = True
@@ -2597,6 +2629,9 @@ Partial Class frmAdministration
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BehaviorManager1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleSeparator2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleSeparator3, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -2815,4 +2850,7 @@ Partial Class frmAdministration
Friend WithEvents LayoutControlItem42 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem43 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem44 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents SimpleLabelItem1 As DevExpress.XtraLayout.SimpleLabelItem
Friend WithEvents SimpleSeparator2 As DevExpress.XtraLayout.SimpleSeparator
Friend WithEvents SimpleSeparator3 As DevExpress.XtraLayout.SimpleSeparator
End Class