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.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit()
Me.SimpleSeparator1 = New DevExpress.XtraLayout.SimpleSeparator() Me.SimpleSeparator1 = New DevExpress.XtraLayout.SimpleSeparator()
Me.BehaviorManager1 = New DevExpress.Utils.Behaviors.BehaviorManager(Me.components) 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.TBCW_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControlProfiles, 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.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BehaviorManager1, 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() Me.SuspendLayout()
' '
'TBCW_PROFILESBindingSource 'TBCW_PROFILESBindingSource
@ -405,7 +411,7 @@ Partial Class frmAdministration
Me.GridControlProfiles.Location = New System.Drawing.Point(0, 0) Me.GridControlProfiles.Location = New System.Drawing.Point(0, 0)
Me.GridControlProfiles.MainView = Me.GridViewProfiles Me.GridControlProfiles.MainView = Me.GridViewProfiles
Me.GridControlProfiles.Name = "GridControlProfiles" 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.TabIndex = 18
Me.GridControlProfiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfiles}) 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.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3" Me.XtraTabControl3.Name = "XtraTabControl3"
Me.XtraTabControl3.SelectedTabPage = Me.TabPageProfileManagement 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.TabIndex = 21
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageProfileManagement, Me.TabPageProfileAssignment}) 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.SvgImage = CType(resources.GetObject("TabPageProfileManagement.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProfileManagement.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20) Me.TabPageProfileManagement.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageProfileManagement.Name = "TabPageProfileManagement" 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" Me.TabPageProfileManagement.Text = "Profil-Verwaltung"
' '
'XtraTabControl1 'XtraTabControl1
@ -522,7 +528,7 @@ Partial Class frmAdministration
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0) Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.TabPageGeneralSettings 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.TabIndex = 0
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageGeneralSettings, Me.TabPageDocuments, Me.TabPageData, Me.TabPageProcessAssignment}) 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.SvgImage = CType(resources.GetObject("TabPageGeneralSettings.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageGeneralSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.TabPageGeneralSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageGeneralSettings.Name = "TabPageGeneralSettings" 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" Me.TabPageGeneralSettings.Text = "Allgemein"
' '
'LayoutControl1 'LayoutControl1
@ -895,10 +901,10 @@ Partial Class frmAdministration
'RibbonStatusBar1 'RibbonStatusBar1
' '
Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus) 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.Name = "RibbonStatusBar1"
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl2 Me.RibbonStatusBar1.Ribbon = Me.RibbonControl2
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1365, 24) Me.RibbonStatusBar1.Size = New System.Drawing.Size(1365, 22)
' '
'textEdit2 '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.SvgImage = CType(resources.GetObject("TabPageDocuments.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageDocuments.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.TabPageDocuments.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageDocuments.Name = "TabPageDocuments" 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" Me.TabPageDocuments.Text = "Dokument-Suchen"
' '
'LayoutControlDocs 'LayoutControlDocs
@ -1182,7 +1188,7 @@ Partial Class frmAdministration
Me.LayoutControlDocs.Name = "LayoutControlDocs" Me.LayoutControlDocs.Name = "LayoutControlDocs"
Me.LayoutControlDocs.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-854, 328, 650, 400) Me.LayoutControlDocs.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-854, 328, 650, 400)
Me.LayoutControlDocs.Root = Me.LayoutControlGroup2 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.TabIndex = 25
Me.LayoutControlDocs.Text = "LayoutControl2" Me.LayoutControlDocs.Text = "LayoutControl2"
' '
@ -1202,27 +1208,27 @@ Partial Class frmAdministration
Me.TextEdit17.Location = New System.Drawing.Point(12, 146) Me.TextEdit17.Location = New System.Drawing.Point(12, 146)
Me.TextEdit17.Name = "TextEdit17" Me.TextEdit17.Name = "TextEdit17"
Me.TextEdit17.Properties.ReadOnly = True 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.StyleController = Me.LayoutControlDocs
Me.TextEdit17.TabIndex = 4 Me.TextEdit17.TabIndex = 4
' '
'TextEdit15 'TextEdit15
' '
Me.TextEdit15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True)) 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.Name = "TextEdit15"
Me.TextEdit15.Properties.ReadOnly = True 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.StyleController = Me.LayoutControlDocs
Me.TextEdit15.TabIndex = 5 Me.TextEdit15.TabIndex = 5
' '
'TextEdit18 'TextEdit18
' '
Me.TextEdit18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True)) 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.Name = "TextEdit18"
Me.TextEdit18.Properties.ReadOnly = True 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.StyleController = Me.LayoutControlDocs
Me.TextEdit18.TabIndex = 7 Me.TextEdit18.TabIndex = 7
' '
@ -1232,7 +1238,7 @@ Partial Class frmAdministration
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(12, 186) Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(12, 186)
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2" Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.Properties.ReadOnly = True 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.StyleController = Me.LayoutControlDocs
Me.CHANGED_WHOTextBox2.TabIndex = 6 Me.CHANGED_WHOTextBox2.TabIndex = 6
' '
@ -1275,18 +1281,18 @@ Partial Class frmAdministration
Me.MemoEdit5.Name = "MemoEdit5" 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.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.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.StyleController = Me.LayoutControlDocs
Me.MemoEdit5.TabIndex = 12 Me.MemoEdit5.TabIndex = 12
' '
'MemoEdit6 'MemoEdit6
' '
Me.MemoEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "COUNT_COMMAND", True)) 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.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.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.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.StyleController = Me.LayoutControlDocs
Me.MemoEdit6.TabIndex = 13 Me.MemoEdit6.TabIndex = 13
' '
@ -1344,7 +1350,7 @@ Partial Class frmAdministration
' '
'ComboBoxEdit4 '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.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit4.Name = "ComboBoxEdit4" Me.ComboBoxEdit4.Name = "ComboBoxEdit4"
Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) 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 '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.Name = "SimpleButton3"
Me.SimpleButton3.Size = New System.Drawing.Size(98, 22) Me.SimpleButton3.Size = New System.Drawing.Size(98, 22)
Me.SimpleButton3.StyleController = Me.LayoutControlDocs Me.SimpleButton3.StyleController = Me.LayoutControlDocs
@ -1365,9 +1371,9 @@ Partial Class frmAdministration
' '
Me.LayoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.LayoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
Me.LayoutControlGroup2.GroupBordersVisible = False 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.Name = "Root"
Me.LayoutControlGroup2.Size = New System.Drawing.Size(914, 540) Me.LayoutControlGroup2.Size = New System.Drawing.Size(914, 547)
Me.LayoutControlGroup2.TextVisible = False Me.LayoutControlGroup2.TextVisible = False
' '
'LayoutControlItem29 'LayoutControlItem29
@ -1406,7 +1412,7 @@ Partial Class frmAdministration
Me.LayoutControlItem25.CustomizationFormText = "layoutControlItem1" Me.LayoutControlItem25.CustomizationFormText = "layoutControlItem1"
Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 118) Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 118)
Me.LayoutControlItem25.Name = "LayoutControlItem25" 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.Text = "Erstellt wer:"
Me.LayoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem25.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem25.TextSize = New System.Drawing.Size(125, 13)
@ -1415,9 +1421,9 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem27.Control = Me.TextEdit18 Me.LayoutControlItem27.Control = Me.TextEdit18
Me.LayoutControlItem27.CustomizationFormText = "layoutControlItem4" 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.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.Text = "Geändert wann:"
Me.LayoutControlItem27.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem27.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem27.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem27.TextSize = New System.Drawing.Size(125, 13)
@ -1426,9 +1432,9 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem26.Control = Me.TextEdit15 Me.LayoutControlItem26.Control = Me.TextEdit15
Me.LayoutControlItem26.CustomizationFormText = "layoutControlItem2" 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.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.Text = "Erstellt wann:"
Me.LayoutControlItem26.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem26.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem26.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem26.TextSize = New System.Drawing.Size(125, 13)
@ -1438,16 +1444,16 @@ Partial Class frmAdministration
Me.EmptySpaceItem2.AllowHotTrack = False Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 198) Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 198)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2" 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) Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
' '
'LayoutControlItem33 'LayoutControlItem33
' '
Me.LayoutControlItem33.Control = Me.MemoEdit6 Me.LayoutControlItem33.Control = Me.MemoEdit6
Me.LayoutControlItem33.CustomizationFormText = "SQL für Ergebnis Zählung:" 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.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.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem33.TextSize = New System.Drawing.Size(125, 13) 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.CustomizationFormText = "SQL für Suche:"
Me.LayoutControlItem32.Location = New System.Drawing.Point(303, 26) Me.LayoutControlItem32.Location = New System.Drawing.Point(303, 26)
Me.LayoutControlItem32.Name = "LayoutControlItem32" 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.Text = "SQL für Suche:"
Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13)
@ -1490,7 +1496,7 @@ Partial Class frmAdministration
Me.LayoutControlItem28.CustomizationFormText = "layoutControlItem3" Me.LayoutControlItem28.CustomizationFormText = "layoutControlItem3"
Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 158) Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 158)
Me.LayoutControlItem28.Name = "LayoutControlItem28" 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.Text = "Geändert wer:"
Me.LayoutControlItem28.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem28.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem28.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem28.TextSize = New System.Drawing.Size(125, 13)
@ -1516,7 +1522,7 @@ Partial Class frmAdministration
'LayoutControlItem39 'LayoutControlItem39
' '
Me.LayoutControlItem39.Control = Me.ComboBoxEdit4 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.Name = "LayoutControlItem39"
Me.LayoutControlItem39.Size = New System.Drawing.Size(489, 26) Me.LayoutControlItem39.Size = New System.Drawing.Size(489, 26)
Me.LayoutControlItem39.Text = "Platzhalter" Me.LayoutControlItem39.Text = "Platzhalter"
@ -1525,7 +1531,7 @@ Partial Class frmAdministration
'LayoutControlItem40 'LayoutControlItem40
' '
Me.LayoutControlItem40.Control = Me.SimpleButton3 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.Name = "LayoutControlItem40"
Me.LayoutControlItem40.Size = New System.Drawing.Size(102, 26) Me.LayoutControlItem40.Size = New System.Drawing.Size(102, 26)
Me.LayoutControlItem40.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem40.TextSize = New System.Drawing.Size(0, 0)
@ -1539,7 +1545,7 @@ Partial Class frmAdministration
Me.GridControl1.MainView = Me.GridView2 Me.GridControl1.MainView = Me.GridView2
Me.GridControl1.MenuManager = Me.RibbonControl2 Me.GridControl1.MenuManager = Me.RibbonControl2
Me.GridControl1.Name = "GridControl1" 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.TabIndex = 26
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) 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.SvgImage = CType(resources.GetObject("TabPageData.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageData.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.TabPageData.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageData.Name = "TabPageData" 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" Me.TabPageData.Text = "Daten-Suchen"
' '
'LayoutControlData 'LayoutControlData
@ -1596,7 +1602,7 @@ Partial Class frmAdministration
Me.LayoutControlData.Name = "LayoutControlData" Me.LayoutControlData.Name = "LayoutControlData"
Me.LayoutControlData.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-714, 293, 650, 400) Me.LayoutControlData.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-714, 293, 650, 400)
Me.LayoutControlData.Root = Me.LayoutControlGroup3 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.TabIndex = 27
Me.LayoutControlData.Text = "LayoutControl3" Me.LayoutControlData.Text = "LayoutControl3"
' '
@ -1688,19 +1694,19 @@ Partial Class frmAdministration
Me.MemoEdit3.Name = "MemoEdit3" 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.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.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.StyleController = Me.LayoutControlData
Me.MemoEdit3.TabIndex = 12 Me.MemoEdit3.TabIndex = 12
' '
'MemoEdit4 'MemoEdit4
' '
Me.MemoEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "COUNT_COMMAND", True)) 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.MenuManager = Me.RibbonControl2
Me.MemoEdit4.Name = "MemoEdit4" 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.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.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.StyleController = Me.LayoutControlData
Me.MemoEdit4.TabIndex = 13 Me.MemoEdit4.TabIndex = 13
' '
@ -1755,7 +1761,7 @@ Partial Class frmAdministration
' '
'ComboBoxEdit6 '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.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit6.Name = "ComboBoxEdit6" Me.ComboBoxEdit6.Name = "ComboBoxEdit6"
Me.ComboBoxEdit6.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) 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 '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.Name = "SimpleButton5"
Me.SimpleButton5.Size = New System.Drawing.Size(102, 22) Me.SimpleButton5.Size = New System.Drawing.Size(102, 22)
Me.SimpleButton5.StyleController = Me.LayoutControlData Me.SimpleButton5.StyleController = Me.LayoutControlData
@ -1778,7 +1784,7 @@ Partial Class frmAdministration
Me.LayoutControlGroup3.GroupBordersVisible = False 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.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.Name = "Root"
Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 540) Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 545)
Me.LayoutControlGroup3.TextVisible = False Me.LayoutControlGroup3.TextVisible = False
' '
'LayoutControlItem10 'LayoutControlItem10
@ -1866,7 +1872,7 @@ Partial Class frmAdministration
Me.LayoutControlItem21.Control = Me.MemoEdit3 Me.LayoutControlItem21.Control = Me.MemoEdit3
Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 26) Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 26)
Me.LayoutControlItem21.Name = "LayoutControlItem21" 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.Text = "SQL für Suche:"
Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13)
@ -1874,9 +1880,9 @@ Partial Class frmAdministration
'LayoutControlItem22 'LayoutControlItem22
' '
Me.LayoutControlItem22.Control = Me.MemoEdit4 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.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.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem22.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem22.TextSize = New System.Drawing.Size(125, 13)
@ -1886,7 +1892,7 @@ Partial Class frmAdministration
Me.EmptySpaceItem1.AllowHotTrack = False Me.EmptySpaceItem1.AllowHotTrack = False
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 198) Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 198)
Me.EmptySpaceItem1.Name = "EmptySpaceItem1" 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) Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
' '
'LayoutControlItem23 'LayoutControlItem23
@ -1919,7 +1925,7 @@ Partial Class frmAdministration
'LayoutControlItem43 'LayoutControlItem43
' '
Me.LayoutControlItem43.Control = Me.ComboBoxEdit6 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.Name = "LayoutControlItem43"
Me.LayoutControlItem43.Size = New System.Drawing.Size(483, 26) Me.LayoutControlItem43.Size = New System.Drawing.Size(483, 26)
Me.LayoutControlItem43.Text = "Platzhalter" Me.LayoutControlItem43.Text = "Platzhalter"
@ -1928,7 +1934,7 @@ Partial Class frmAdministration
'LayoutControlItem44 'LayoutControlItem44
' '
Me.LayoutControlItem44.Control = Me.SimpleButton5 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.Name = "LayoutControlItem44"
Me.LayoutControlItem44.Size = New System.Drawing.Size(106, 26) Me.LayoutControlItem44.Size = New System.Drawing.Size(106, 26)
Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0)
@ -1942,7 +1948,7 @@ Partial Class frmAdministration
Me.GridControl2.MainView = Me.GridView3 Me.GridControl2.MainView = Me.GridView3
Me.GridControl2.MenuManager = Me.RibbonControl2 Me.GridControl2.MenuManager = Me.RibbonControl2
Me.GridControl2.Name = "GridControl2" 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.TabIndex = 11
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3}) 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.SvgImage = CType(resources.GetObject("TabPageProcessAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProcessAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.TabPageProcessAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageProcessAssignment.Name = "TabPageProcessAssignment" 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" Me.TabPageProcessAssignment.Text = "Anwendungs-Zuordnung"
' '
'CtrlApplicationAssignment1 'CtrlApplicationAssignment1
@ -1985,7 +1991,7 @@ Partial Class frmAdministration
Me.CtrlApplicationAssignment1.SelectedProcessId = 0 Me.CtrlApplicationAssignment1.SelectedProcessId = 0
Me.CtrlApplicationAssignment1.SelectedProfileId = 0 Me.CtrlApplicationAssignment1.SelectedProfileId = 0
Me.CtrlApplicationAssignment1.SelectedWindowId = 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 Me.CtrlApplicationAssignment1.TabIndex = 3
' '
'TabPageProfileAssignment '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.SvgImage = CType(resources.GetObject("TabPageProfileAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProfileAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20) Me.TabPageProfileAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageProfileAssignment.Name = "TabPageProfileAssignment" 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" Me.TabPageProfileAssignment.Text = "Profil-Zuordnung"
' '
'XtraTabControl2 'XtraTabControl2
@ -2003,7 +2009,7 @@ Partial Class frmAdministration
Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0) Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl2.Name = "XtraTabControl2" Me.XtraTabControl2.Name = "XtraTabControl2"
Me.XtraTabControl2.SelectedTabPage = Me.TabPageGroupAssignment 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.TabIndex = 0
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageUserAssignment, Me.TabPageGroupAssignment}) 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.SvgImage = CType(resources.GetObject("TabPageGroupAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageGroupAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.TabPageGroupAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment" 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" Me.TabPageGroupAssignment.Text = "Gruppen-Zuordnung"
' '
'SplitContainer2 'SplitContainer2
@ -2032,8 +2038,8 @@ Partial Class frmAdministration
' '
Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile) Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile)
Me.SplitContainer2.Panel2.Controls.Add(Me.Label10) Me.SplitContainer2.Panel2.Controls.Add(Me.Label10)
Me.SplitContainer2.Size = New System.Drawing.Size(1114, 542) Me.SplitContainer2.Size = New System.Drawing.Size(1114, 545)
Me.SplitContainer2.SplitterDistance = 260 Me.SplitContainer2.SplitterDistance = 261
Me.SplitContainer2.TabIndex = 1 Me.SplitContainer2.TabIndex = 1
' '
'GridControlGroupInProfile 'GridControlGroupInProfile
@ -2044,7 +2050,7 @@ Partial Class frmAdministration
Me.GridControlGroupInProfile.Location = New System.Drawing.Point(0, 25) Me.GridControlGroupInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupInProfile.MainView = Me.GridViewGroupInProfile Me.GridControlGroupInProfile.MainView = Me.GridViewGroupInProfile
Me.GridControlGroupInProfile.Name = "GridControlGroupInProfile" 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.TabIndex = 1
Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile}) 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.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupNotInProfile.MainView = Me.GridViewGroupNotInProfile Me.GridControlGroupNotInProfile.MainView = Me.GridViewGroupNotInProfile
Me.GridControlGroupNotInProfile.Name = "GridControlGroupNotInProfile" 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.TabIndex = 1
Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile}) 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.SvgImage = CType(resources.GetObject("TabPageUserAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageUserAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.TabPageUserAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageUserAssignment.Name = "TabPageUserAssignment" 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" Me.TabPageUserAssignment.Text = "Benutzer-Zuordnung"
' '
'SplitContainer1 'SplitContainer1
@ -2184,7 +2190,7 @@ Partial Class frmAdministration
' '
Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUserNotInProfile) Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUserNotInProfile)
Me.SplitContainer1.Panel2.Controls.Add(Me.Label2) 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.SplitterDistance = 263
Me.SplitContainer1.TabIndex = 99 Me.SplitContainer1.TabIndex = 99
' '
@ -2279,7 +2285,7 @@ Partial Class frmAdministration
Me.GridControlUserNotInProfile.Location = New System.Drawing.Point(0, 25) Me.GridControlUserNotInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlUserNotInProfile.MainView = Me.GridViewUserNotInProfile Me.GridControlUserNotInProfile.MainView = Me.GridViewUserNotInProfile
Me.GridControlUserNotInProfile.Name = "GridControlUserNotInProfile" 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.TabIndex = 96
Me.GridControlUserNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserNotInProfile}) 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.Panel1.Text = "Panel1"
Me.SplitContainerControl1.Panel2.Controls.Add(Me.XtraTabControl3) Me.SplitContainerControl1.Panel2.Controls.Add(Me.XtraTabControl3)
Me.SplitContainerControl1.Panel2.Text = "Panel2" 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.SplitterPosition = 237
Me.SplitContainerControl1.TabIndex = 27 Me.SplitContainerControl1.TabIndex = 27
Me.SplitContainerControl1.Text = "SplitContainerControl1" Me.SplitContainerControl1.Text = "SplitContainerControl1"
@ -2432,6 +2438,32 @@ Partial Class frmAdministration
Me.SimpleSeparator1.Name = "SimpleSeparator1" Me.SimpleSeparator1.Name = "SimpleSeparator1"
Me.SimpleSeparator1.Size = New System.Drawing.Size(280, 2) 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 'frmAdministration
' '
Me.Appearance.Options.UseFont = True Me.Appearance.Options.UseFont = True
@ -2597,6 +2629,9 @@ Partial Class frmAdministration
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BehaviorManager1, 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.ResumeLayout(False)
Me.PerformLayout() Me.PerformLayout()
@ -2815,4 +2850,7 @@ Partial Class frmAdministration
Friend WithEvents LayoutControlItem42 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem42 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem43 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem43 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem44 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 End Class

View File

@ -160,6 +160,29 @@
<value>578, 56</value> <value>578, 56</value>
</metadata> </metadata>
<assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<data name="TabPageGeneralSettings.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkhvbWUiPg0KICAgIDxwb2x5Z29uIHBvaW50cz0iOCwy
OCA4LDE4IDIsMTggMTYsNCAzMCwxOCAyNCwxOCAyNCwyOCAxOCwyOCAxOCwxOCAxNCwxOCAxNCwyOCAg
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value>
</data>
<metadata name="TBDD_CONNECTIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 134</value>
</metadata>
<metadata name="TBWHSEARCHPOSITIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>499, 134</value>
</metadata>
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
@ -736,32 +759,27 @@
MC45LDIsMkMyNiwxOS4xLDI1LjEsMjAsMjQsMjB6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L MC45LDIsMkMyNiwxOS4xLDI1LjEsMjAsMjQsMjB6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L
</value> </value>
</data> </data>
<metadata name="TBWH_PROFILE_TYPEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <data name="SimpleLabelItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>1024, 95</value>
</metadata>
<data name="TabPageGeneralSettings.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAABsDAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlllbGxvd3tmaWxsOiNGRkIxMTU7fQoJ
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz LlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5HcmVlbntmaWxsOiMwMzlD
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkhvbWUiPg0KICAgIDxwb2x5Z29uIHBvaW50cz0iOCwy Y2l0eTowLjU7fQoJLnN0MXtkaXNwbGF5Om5vbmU7fQoJLnN0MntkaXNwbGF5OmlubGluZTtmaWxsOiMw
OCA4LDE4IDIsMTggMTYsNCAzMCwxOCAyNCwxOCAyNCwyOCAxOCwyOCAxOCwxOCAxNCwxOCAxNCwyOCAg MzlDMjM7fQoJLnN0M3tkaXNwbGF5OmlubGluZTtmaWxsOiNEMTFDMUM7fQoJLnN0NHtkaXNwbGF5Omlu
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== bGluZTtmaWxsOiM3MjcyNzI7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQWJvdXQiPg0KICAgIDxwYXRoIGQ9
Ik0xNiwyQzguMywyLDIsOC4zLDIsMTZzNi4zLDE0LDE0LDE0czE0LTYuMywxNC0xNFMyMy43LDIsMTYs
MnogTTE2LDZjMS4xLDAsMiwwLjksMiwycy0wLjksMi0yLDJzLTItMC45LTItMiAgIFMxNC45LDYsMTYs
NnogTTIwLDI0aC04di0yaDJ2LThoLTJ2LTJoMmg0djEwaDJWMjR6IiBjbGFzcz0iQmx1ZSIgLz4NCiAg
PC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </data>
<metadata name="TBDD_CONNECTIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 134</value>
</metadata>
<metadata name="TBWHSEARCHPOSITIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>499, 134</value>
</metadata>
<data name="TabPageDocuments.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="TabPageDocuments.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
@ -864,6 +882,9 @@
Zz4L Zz4L
</value> </value>
</data> </data>
<metadata name="TBWH_PROFILE_TYPEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1024, 95</value>
</metadata>
<data name="TabPageGroupAssignment.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="TabPageGroupAssignment.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z