diff --git a/app/DD_Clipboard_Searcher/frmAdministration.Designer.vb b/app/DD_Clipboard_Searcher/frmAdministration.Designer.vb
index 7806cb1..aad4b26 100644
--- a/app/DD_Clipboard_Searcher/frmAdministration.Designer.vb
+++ b/app/DD_Clipboard_Searcher/frmAdministration.Designer.vb
@@ -42,6 +42,8 @@ Partial Class frmAdministration
Me.TBCW_PROF_DOC_SEARCHBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBCW_PROF_DATA_SEARCHBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.XtraTabControl3 = New DevExpress.XtraTab.XtraTabControl()
+ Me.TabPageProfileManagement = New DevExpress.XtraTab.XtraTabPage()
+ Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.TabPageGeneralSettings = New DevExpress.XtraTab.XtraTabPage()
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
Me.textEdit3 = New DevExpress.XtraEditors.TextEdit()
@@ -98,6 +100,8 @@ Partial Class frmAdministration
Me.TextEdit6 = New DevExpress.XtraEditors.TextEdit()
Me.PROFILE_IDTextBox = New DevExpress.XtraEditors.TextEdit()
Me.textEdit5 = New DevExpress.XtraEditors.MemoEdit()
+ Me.txtRegexTestString = New DevExpress.XtraEditors.TextEdit()
+ Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.layoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
Me.layoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
@@ -110,6 +114,8 @@ Partial Class frmAdministration
Me.LayoutControlItem20 = New DevExpress.XtraLayout.LayoutControlItem()
Me.EmptySpaceItem3 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.layoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
+ Me.LayoutControlItem35 = New DevExpress.XtraLayout.LayoutControlItem()
+ Me.LayoutControlItem36 = New DevExpress.XtraLayout.LayoutControlItem()
Me.TabPageDocuments = New DevExpress.XtraTab.XtraTabPage()
Me.LayoutControlDocs = New DevExpress.XtraLayout.LayoutControl()
Me.CheckEdit3 = New DevExpress.XtraEditors.CheckEdit()
@@ -172,6 +178,8 @@ Partial Class frmAdministration
Me.colTAB_TITLE1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.TabPageProcessAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.CtrlApplicationAssignment1 = New DD_Clipboard_Watcher.ctrlApplicationAssignment()
+ Me.TabPageProfileAssignment = New DevExpress.XtraTab.XtraTabPage()
+ Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.TabPageUserAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.GridControlUserInProfile = New DevExpress.XtraGrid.GridControl()
@@ -215,6 +223,7 @@ Partial Class frmAdministration
Me.LayoutControlItem19 = New DevExpress.XtraLayout.LayoutControlItem()
Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit()
Me.SimpleSeparator1 = New DevExpress.XtraLayout.SimpleSeparator()
+ Me.BehaviorManager1 = New DevExpress.Utils.Behaviors.BehaviorManager(Me.components)
CType(Me.TBCW_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControlProfiles, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -225,6 +234,9 @@ Partial Class frmAdministration
CType(Me.TBCW_PROF_DATA_SEARCHBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl3.SuspendLayout()
+ Me.TabPageProfileManagement.SuspendLayout()
+ CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.XtraTabControl1.SuspendLayout()
Me.TabPageGeneralSettings.SuspendLayout()
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.LayoutControl1.SuspendLayout()
@@ -240,6 +252,7 @@ Partial Class frmAdministration
CType(Me.TextEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PROFILE_IDTextBox.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.textEdit5.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.txtRegexTestString.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -252,6 +265,8 @@ Partial Class frmAdministration
CType(Me.LayoutControlItem20, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EmptySpaceItem3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.LayoutControlItem35, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.LayoutControlItem36, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPageDocuments.SuspendLayout()
CType(Me.LayoutControlDocs, System.ComponentModel.ISupportInitialize).BeginInit()
Me.LayoutControlDocs.SuspendLayout()
@@ -313,6 +328,9 @@ Partial Class frmAdministration
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPageProcessAssignment.SuspendLayout()
+ Me.TabPageProfileAssignment.SuspendLayout()
+ CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.XtraTabControl2.SuspendLayout()
Me.TabPageUserAssignment.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
@@ -341,6 +359,7 @@ Partial Class frmAdministration
CType(Me.LayoutControlItem19, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BehaviorManager1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TBCW_PROFILESBindingSource
@@ -377,7 +396,6 @@ Partial Class frmAdministration
Me.GridViewProfiles.Name = "GridViewProfiles"
Me.GridViewProfiles.OptionsBehavior.Editable = False
Me.GridViewProfiles.OptionsSelection.EnableAppearanceHideSelection = False
- Me.GridViewProfiles.OptionsView.ColumnAutoWidth = False
Me.GridViewProfiles.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewProfiles.OptionsView.ShowAutoFilterRow = True
Me.GridViewProfiles.OptionsView.ShowDetailButtons = False
@@ -399,7 +417,7 @@ Partial Class frmAdministration
Me.colNAME.Name = "colNAME"
Me.colNAME.Visible = True
Me.colNAME.VisibleIndex = 0
- Me.colNAME.Width = 100
+ Me.colNAME.Width = 277
'
'TBWH_UserBindingSource
'
@@ -458,19 +476,37 @@ Partial Class frmAdministration
Me.XtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3"
- Me.XtraTabControl3.SelectedTabPage = Me.TabPageGeneralSettings
+ Me.XtraTabControl3.SelectedTabPage = Me.TabPageProfileManagement
Me.XtraTabControl3.Size = New System.Drawing.Size(1118, 600)
Me.XtraTabControl3.TabIndex = 21
- Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageGeneralSettings, Me.TabPageDocuments, Me.TabPageData, Me.TabPageProcessAssignment, Me.TabPageUserAssignment, Me.TabPageGroupAssignment})
+ Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageProfileManagement, Me.TabPageProfileAssignment})
+ '
+ 'TabPageProfileManagement
+ '
+ Me.TabPageProfileManagement.Controls.Add(Me.XtraTabControl1)
+ 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, 568)
+ Me.TabPageProfileManagement.Text = "Profil-Verwaltung"
+ '
+ 'XtraTabControl1
+ '
+ Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
+ Me.XtraTabControl1.Name = "XtraTabControl1"
+ Me.XtraTabControl1.SelectedTabPage = Me.TabPageGeneralSettings
+ Me.XtraTabControl1.Size = New System.Drawing.Size(1116, 568)
+ Me.XtraTabControl1.TabIndex = 0
+ Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageGeneralSettings, Me.TabPageDocuments, Me.TabPageData, Me.TabPageProcessAssignment})
'
'TabPageGeneralSettings
'
- Me.TabPageGeneralSettings.AutoScroll = True
Me.TabPageGeneralSettings.Controls.Add(Me.LayoutControl1)
Me.TabPageGeneralSettings.ImageOptions.SvgImage = CType(resources.GetObject("TabPageGeneralSettings.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
- Me.TabPageGeneralSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
+ Me.TabPageGeneralSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageGeneralSettings.Name = "TabPageGeneralSettings"
- Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1116, 568)
+ Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1114, 540)
Me.TabPageGeneralSettings.Text = "Allgemein"
'
'LayoutControl1
@@ -485,29 +521,31 @@ Partial Class frmAdministration
Me.LayoutControl1.Controls.Add(Me.TextEdit6)
Me.LayoutControl1.Controls.Add(Me.PROFILE_IDTextBox)
Me.LayoutControl1.Controls.Add(Me.textEdit5)
+ Me.LayoutControl1.Controls.Add(Me.txtRegexTestString)
+ Me.LayoutControl1.Controls.Add(Me.SimpleButton1)
Me.LayoutControl1.Location = New System.Drawing.Point(3, 3)
Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(1243, 199, 650, 400)
Me.LayoutControl1.Root = Me.LayoutControlGroup1
- Me.LayoutControl1.Size = New System.Drawing.Size(388, 318)
- Me.LayoutControl1.TabIndex = 21
+ Me.LayoutControl1.Size = New System.Drawing.Size(388, 358)
+ Me.LayoutControl1.TabIndex = 22
Me.LayoutControl1.Text = "LayoutControl1"
'
'textEdit3
'
Me.textEdit3.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROFILESBindingSource, "NAME", True))
- Me.textEdit3.Location = New System.Drawing.Point(107, 60)
+ Me.textEdit3.Location = New System.Drawing.Point(131, 60)
Me.textEdit3.Name = "textEdit3"
- Me.textEdit3.Size = New System.Drawing.Size(269, 20)
+ Me.textEdit3.Size = New System.Drawing.Size(245, 20)
Me.textEdit3.StyleController = Me.LayoutControl1
Me.textEdit3.TabIndex = 6
'
'textEdit4
'
Me.textEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROFILESBindingSource, "COMMENT", True))
- Me.textEdit4.Location = New System.Drawing.Point(107, 110)
+ Me.textEdit4.Location = New System.Drawing.Point(131, 116)
Me.textEdit4.Name = "textEdit4"
- Me.textEdit4.Size = New System.Drawing.Size(269, 20)
+ Me.textEdit4.Size = New System.Drawing.Size(245, 20)
Me.textEdit4.StyleController = Me.LayoutControl1
Me.textEdit4.TabIndex = 7
'
@@ -855,7 +893,7 @@ Partial Class frmAdministration
'textEdit2
'
Me.textEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROFILESBindingSource, "PROFILE_TYPE", True))
- Me.textEdit2.Location = New System.Drawing.Point(107, 86)
+ Me.textEdit2.Location = New System.Drawing.Point(131, 88)
Me.textEdit2.Name = "textEdit2"
Me.textEdit2.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.textEdit2.Properties.Columns.AddRange(New DevExpress.XtraEditors.Controls.LookUpColumnInfo() {New DevExpress.XtraEditors.Controls.LookUpColumnInfo("TYPE_NAME", "Profil Typ", 68, DevExpress.Utils.FormatType.None, "", True, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.[Default])})
@@ -865,7 +903,7 @@ Partial Class frmAdministration
Me.textEdit2.Properties.PopupSizeable = False
Me.textEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard
Me.textEdit2.Properties.ValueMember = "TYPE_ID"
- Me.textEdit2.Size = New System.Drawing.Size(269, 20)
+ Me.textEdit2.Size = New System.Drawing.Size(245, 20)
Me.textEdit2.StyleController = Me.LayoutControl1
Me.textEdit2.TabIndex = 5
'
@@ -877,7 +915,7 @@ Partial Class frmAdministration
'TextEdit8
'
Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "ADDED_WHO", True))
- Me.TextEdit8.Location = New System.Drawing.Point(12, 225)
+ Me.TextEdit8.Location = New System.Drawing.Point(12, 263)
Me.TextEdit8.Name = "TextEdit8"
Me.TextEdit8.Properties.ReadOnly = True
Me.TextEdit8.Size = New System.Drawing.Size(180, 20)
@@ -887,7 +925,7 @@ Partial Class frmAdministration
'TextEdit7
'
Me.TextEdit7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "ADDED_WHEN", True))
- Me.TextEdit7.Location = New System.Drawing.Point(196, 225)
+ Me.TextEdit7.Location = New System.Drawing.Point(196, 263)
Me.TextEdit7.Name = "TextEdit7"
Me.TextEdit7.Properties.ReadOnly = True
Me.TextEdit7.Size = New System.Drawing.Size(180, 20)
@@ -897,7 +935,7 @@ Partial Class frmAdministration
'CHANGEDWHOTextBox
'
Me.CHANGEDWHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "CHANGED_WHO", True))
- Me.CHANGEDWHOTextBox.Location = New System.Drawing.Point(12, 265)
+ Me.CHANGEDWHOTextBox.Location = New System.Drawing.Point(12, 303)
Me.CHANGEDWHOTextBox.Name = "CHANGEDWHOTextBox"
Me.CHANGEDWHOTextBox.Properties.ReadOnly = True
Me.CHANGEDWHOTextBox.Size = New System.Drawing.Size(180, 20)
@@ -907,7 +945,7 @@ Partial Class frmAdministration
'TextEdit6
'
Me.TextEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "CHANGED_WHEN", True))
- Me.TextEdit6.Location = New System.Drawing.Point(196, 265)
+ Me.TextEdit6.Location = New System.Drawing.Point(196, 303)
Me.TextEdit6.Name = "TextEdit6"
Me.TextEdit6.Properties.ReadOnly = True
Me.TextEdit6.Size = New System.Drawing.Size(180, 20)
@@ -917,71 +955,89 @@ Partial Class frmAdministration
'PROFILE_IDTextBox
'
Me.PROFILE_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "GUID", True))
- Me.PROFILE_IDTextBox.Location = New System.Drawing.Point(107, 36)
+ Me.PROFILE_IDTextBox.Location = New System.Drawing.Point(131, 36)
Me.PROFILE_IDTextBox.MenuManager = Me.RibbonControl2
Me.PROFILE_IDTextBox.Name = "PROFILE_IDTextBox"
Me.PROFILE_IDTextBox.Properties.ReadOnly = True
- Me.PROFILE_IDTextBox.Size = New System.Drawing.Size(269, 20)
+ Me.PROFILE_IDTextBox.Size = New System.Drawing.Size(245, 20)
Me.PROFILE_IDTextBox.StyleController = Me.LayoutControl1
Me.PROFILE_IDTextBox.TabIndex = 11
'
'textEdit5
'
Me.textEdit5.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROFILESBindingSource, "REGEX_EXPRESSION", True))
- Me.textEdit5.Location = New System.Drawing.Point(107, 134)
+ Me.textEdit5.Location = New System.Drawing.Point(131, 144)
Me.textEdit5.Name = "textEdit5"
- Me.textEdit5.Size = New System.Drawing.Size(269, 71)
+ Me.textEdit5.Size = New System.Drawing.Size(245, 49)
Me.textEdit5.StyleController = Me.LayoutControl1
Me.textEdit5.TabIndex = 8
'
+ 'txtRegexTestString
+ '
+ Me.txtRegexTestString.Location = New System.Drawing.Point(131, 197)
+ Me.txtRegexTestString.MenuManager = Me.RibbonControl2
+ Me.txtRegexTestString.Name = "txtRegexTestString"
+ Me.txtRegexTestString.Size = New System.Drawing.Size(245, 20)
+ Me.txtRegexTestString.StyleController = Me.LayoutControl1
+ Me.txtRegexTestString.TabIndex = 12
+ '
+ 'SimpleButton1
+ '
+ Me.SimpleButton1.Location = New System.Drawing.Point(12, 221)
+ Me.SimpleButton1.Name = "SimpleButton1"
+ Me.SimpleButton1.Size = New System.Drawing.Size(364, 22)
+ Me.SimpleButton1.StyleController = Me.LayoutControl1
+ Me.SimpleButton1.TabIndex = 13
+ Me.SimpleButton1.Text = "Regular Expression prüfen"
+ '
'LayoutControlGroup1
'
Me.LayoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
Me.LayoutControlGroup1.GroupBordersVisible = False
- Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.layoutControlItem2, Me.layoutControlItem4, Me.layoutControlItem5, Me.LayoutControlItem7, Me.layoutControlItem1, Me.layoutControlItem6, Me.LayoutControlItem8, Me.LayoutControlItem9, Me.LayoutControlItem20, Me.EmptySpaceItem3, Me.layoutControlItem3})
+ Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.layoutControlItem2, Me.layoutControlItem4, Me.layoutControlItem5, Me.LayoutControlItem7, Me.layoutControlItem1, Me.layoutControlItem6, Me.LayoutControlItem8, Me.LayoutControlItem9, Me.LayoutControlItem20, Me.EmptySpaceItem3, Me.layoutControlItem3, Me.LayoutControlItem35, Me.LayoutControlItem36})
Me.LayoutControlGroup1.Name = "Root"
- Me.LayoutControlGroup1.Size = New System.Drawing.Size(388, 318)
+ Me.LayoutControlGroup1.Size = New System.Drawing.Size(388, 358)
Me.LayoutControlGroup1.TextVisible = False
'
'layoutControlItem2
'
Me.layoutControlItem2.Control = Me.textEdit2
Me.layoutControlItem2.CustomizationFormText = "Profil Typ"
- Me.layoutControlItem2.Location = New System.Drawing.Point(0, 74)
+ Me.layoutControlItem2.Location = New System.Drawing.Point(0, 76)
Me.layoutControlItem2.MinSize = New System.Drawing.Size(149, 24)
Me.layoutControlItem2.Name = "layoutControlItem2"
- Me.layoutControlItem2.Size = New System.Drawing.Size(368, 24)
+ Me.layoutControlItem2.Size = New System.Drawing.Size(368, 28)
Me.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem2.Text = "Profil Typ"
Me.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left
- Me.layoutControlItem2.TextSize = New System.Drawing.Size(92, 13)
+ Me.layoutControlItem2.TextSize = New System.Drawing.Size(116, 13)
'
'layoutControlItem4
'
Me.layoutControlItem4.Control = Me.textEdit4
Me.layoutControlItem4.CustomizationFormText = "Kommentar"
- Me.layoutControlItem4.Location = New System.Drawing.Point(0, 98)
+ Me.layoutControlItem4.Location = New System.Drawing.Point(0, 104)
Me.layoutControlItem4.MaxSize = New System.Drawing.Size(404, 0)
Me.layoutControlItem4.MinSize = New System.Drawing.Size(149, 24)
Me.layoutControlItem4.Name = "layoutControlItem4"
- Me.layoutControlItem4.Size = New System.Drawing.Size(368, 24)
+ Me.layoutControlItem4.Size = New System.Drawing.Size(368, 28)
Me.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem4.Text = "Kommentar"
Me.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left
- Me.layoutControlItem4.TextSize = New System.Drawing.Size(92, 13)
+ Me.layoutControlItem4.TextSize = New System.Drawing.Size(116, 13)
'
'layoutControlItem5
'
Me.layoutControlItem5.Control = Me.textEdit5
Me.layoutControlItem5.CustomizationFormText = "Regular Expression"
- Me.layoutControlItem5.Location = New System.Drawing.Point(0, 122)
+ Me.layoutControlItem5.Location = New System.Drawing.Point(0, 132)
Me.layoutControlItem5.MinSize = New System.Drawing.Size(50, 25)
Me.layoutControlItem5.Name = "layoutControlItem5"
- Me.layoutControlItem5.Size = New System.Drawing.Size(368, 75)
+ Me.layoutControlItem5.Size = New System.Drawing.Size(368, 53)
Me.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem5.Text = "Regular Expression"
Me.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left
- Me.layoutControlItem5.TextSize = New System.Drawing.Size(92, 13)
+ Me.layoutControlItem5.TextSize = New System.Drawing.Size(116, 13)
'
'LayoutControlItem7
'
@@ -996,45 +1052,45 @@ Partial Class frmAdministration
'
Me.layoutControlItem1.Control = Me.TextEdit8
Me.layoutControlItem1.CustomizationFormText = "layoutControlItem1"
- Me.layoutControlItem1.Location = New System.Drawing.Point(0, 197)
+ Me.layoutControlItem1.Location = New System.Drawing.Point(0, 235)
Me.layoutControlItem1.Name = "layoutControlItem1"
Me.layoutControlItem1.Size = New System.Drawing.Size(184, 40)
Me.layoutControlItem1.Text = "Erstellt Wer"
Me.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
- Me.layoutControlItem1.TextSize = New System.Drawing.Size(92, 13)
+ Me.layoutControlItem1.TextSize = New System.Drawing.Size(116, 13)
'
'layoutControlItem6
'
Me.layoutControlItem6.Control = Me.TextEdit7
Me.layoutControlItem6.CustomizationFormText = "layoutControlItem2"
- Me.layoutControlItem6.Location = New System.Drawing.Point(184, 197)
+ Me.layoutControlItem6.Location = New System.Drawing.Point(184, 235)
Me.layoutControlItem6.Name = "layoutControlItem6"
Me.layoutControlItem6.Size = New System.Drawing.Size(184, 40)
Me.layoutControlItem6.Text = "Erstellt wann"
Me.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top
- Me.layoutControlItem6.TextSize = New System.Drawing.Size(92, 13)
+ Me.layoutControlItem6.TextSize = New System.Drawing.Size(116, 13)
'
'LayoutControlItem8
'
Me.LayoutControlItem8.Control = Me.CHANGEDWHOTextBox
Me.LayoutControlItem8.CustomizationFormText = "layoutControlItem3"
- Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 237)
+ Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 275)
Me.LayoutControlItem8.Name = "LayoutControlItem8"
Me.LayoutControlItem8.Size = New System.Drawing.Size(184, 40)
Me.LayoutControlItem8.Text = "Geändert wer"
Me.LayoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top
- Me.LayoutControlItem8.TextSize = New System.Drawing.Size(92, 13)
+ Me.LayoutControlItem8.TextSize = New System.Drawing.Size(116, 13)
'
'LayoutControlItem9
'
Me.LayoutControlItem9.Control = Me.TextEdit6
Me.LayoutControlItem9.CustomizationFormText = "layoutControlItem4"
- Me.LayoutControlItem9.Location = New System.Drawing.Point(184, 237)
+ Me.LayoutControlItem9.Location = New System.Drawing.Point(184, 275)
Me.LayoutControlItem9.Name = "LayoutControlItem9"
Me.LayoutControlItem9.Size = New System.Drawing.Size(184, 40)
Me.LayoutControlItem9.Text = "Geändert wann"
Me.LayoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top
- Me.LayoutControlItem9.TextSize = New System.Drawing.Size(92, 13)
+ Me.LayoutControlItem9.TextSize = New System.Drawing.Size(116, 13)
'
'LayoutControlItem20
'
@@ -1043,14 +1099,14 @@ Partial Class frmAdministration
Me.LayoutControlItem20.Name = "LayoutControlItem20"
Me.LayoutControlItem20.Size = New System.Drawing.Size(368, 24)
Me.LayoutControlItem20.Text = "ID"
- Me.LayoutControlItem20.TextSize = New System.Drawing.Size(92, 13)
+ Me.LayoutControlItem20.TextSize = New System.Drawing.Size(116, 13)
'
'EmptySpaceItem3
'
Me.EmptySpaceItem3.AllowHotTrack = False
- Me.EmptySpaceItem3.Location = New System.Drawing.Point(0, 277)
+ Me.EmptySpaceItem3.Location = New System.Drawing.Point(0, 315)
Me.EmptySpaceItem3.Name = "EmptySpaceItem3"
- Me.EmptySpaceItem3.Size = New System.Drawing.Size(368, 21)
+ Me.EmptySpaceItem3.Size = New System.Drawing.Size(368, 23)
Me.EmptySpaceItem3.TextSize = New System.Drawing.Size(0, 0)
'
'layoutControlItem3
@@ -1060,21 +1116,38 @@ Partial Class frmAdministration
Me.layoutControlItem3.Location = New System.Drawing.Point(0, 48)
Me.layoutControlItem3.MinSize = New System.Drawing.Size(149, 24)
Me.layoutControlItem3.Name = "layoutControlItem3"
- Me.layoutControlItem3.Size = New System.Drawing.Size(368, 26)
+ Me.layoutControlItem3.Size = New System.Drawing.Size(368, 28)
Me.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem3.Text = "Name"
Me.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left
- Me.layoutControlItem3.TextSize = New System.Drawing.Size(92, 13)
+ Me.layoutControlItem3.TextSize = New System.Drawing.Size(116, 13)
+ '
+ 'LayoutControlItem35
+ '
+ Me.LayoutControlItem35.Control = Me.txtRegexTestString
+ Me.LayoutControlItem35.Location = New System.Drawing.Point(0, 185)
+ Me.LayoutControlItem35.Name = "LayoutControlItem35"
+ Me.LayoutControlItem35.Size = New System.Drawing.Size(368, 24)
+ Me.LayoutControlItem35.Text = "Regular Expression Test"
+ Me.LayoutControlItem35.TextSize = New System.Drawing.Size(116, 13)
+ '
+ 'LayoutControlItem36
+ '
+ Me.LayoutControlItem36.Control = Me.SimpleButton1
+ Me.LayoutControlItem36.Location = New System.Drawing.Point(0, 209)
+ Me.LayoutControlItem36.Name = "LayoutControlItem36"
+ Me.LayoutControlItem36.Size = New System.Drawing.Size(368, 26)
+ Me.LayoutControlItem36.TextSize = New System.Drawing.Size(0, 0)
+ Me.LayoutControlItem36.TextVisible = False
'
'TabPageDocuments
'
Me.TabPageDocuments.Controls.Add(Me.LayoutControlDocs)
Me.TabPageDocuments.Controls.Add(Me.GridControl1)
- Me.TabPageDocuments.ImageOptions.Image = CType(resources.GetObject("TabPageDocuments.ImageOptions.Image"), System.Drawing.Image)
Me.TabPageDocuments.ImageOptions.SvgImage = CType(resources.GetObject("TabPageDocuments.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
- Me.TabPageDocuments.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
+ Me.TabPageDocuments.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageDocuments.Name = "TabPageDocuments"
- Me.TabPageDocuments.Size = New System.Drawing.Size(1116, 568)
+ Me.TabPageDocuments.Size = New System.Drawing.Size(1114, 540)
Me.TabPageDocuments.Text = "Dokument-Suchen"
'
'LayoutControlDocs
@@ -1095,8 +1168,8 @@ 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(916, 568)
- Me.LayoutControlDocs.TabIndex = 24
+ Me.LayoutControlDocs.Size = New System.Drawing.Size(914, 540)
+ Me.LayoutControlDocs.TabIndex = 25
Me.LayoutControlDocs.Text = "LayoutControl2"
'
'CheckEdit3
@@ -1105,7 +1178,7 @@ Partial Class frmAdministration
Me.CheckEdit3.Location = New System.Drawing.Point(12, 12)
Me.CheckEdit3.Name = "CheckEdit3"
Me.CheckEdit3.Properties.Caption = "Suche Aktiv"
- Me.CheckEdit3.Size = New System.Drawing.Size(302, 20)
+ Me.CheckEdit3.Size = New System.Drawing.Size(301, 20)
Me.CheckEdit3.StyleController = Me.LayoutControlDocs
Me.CheckEdit3.TabIndex = 8
'
@@ -1125,7 +1198,7 @@ Partial Class frmAdministration
Me.TextEdit15.Location = New System.Drawing.Point(141, 148)
Me.TextEdit15.Name = "TextEdit15"
Me.TextEdit15.Properties.ReadOnly = True
- Me.TextEdit15.Size = New System.Drawing.Size(173, 20)
+ Me.TextEdit15.Size = New System.Drawing.Size(172, 20)
Me.TextEdit15.StyleController = Me.LayoutControlDocs
Me.TextEdit15.TabIndex = 5
'
@@ -1135,7 +1208,7 @@ Partial Class frmAdministration
Me.TextEdit18.Location = New System.Drawing.Point(141, 188)
Me.TextEdit18.Name = "TextEdit18"
Me.TextEdit18.Properties.ReadOnly = True
- Me.TextEdit18.Size = New System.Drawing.Size(173, 20)
+ Me.TextEdit18.Size = New System.Drawing.Size(172, 20)
Me.TextEdit18.StyleController = Me.LayoutControlDocs
Me.TextEdit18.TabIndex = 7
'
@@ -1155,7 +1228,7 @@ Partial Class frmAdministration
Me.TextEdit16.EditValue = ""
Me.TextEdit16.Location = New System.Drawing.Point(140, 60)
Me.TextEdit16.Name = "TextEdit16"
- Me.TextEdit16.Size = New System.Drawing.Size(174, 20)
+ Me.TextEdit16.Size = New System.Drawing.Size(173, 20)
Me.TextEdit16.StyleController = Me.LayoutControlDocs
Me.TextEdit16.TabIndex = 9
'
@@ -1172,7 +1245,7 @@ Partial Class frmAdministration
Me.LookUpEdit1.Properties.PopupSizeable = False
Me.LookUpEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard
Me.LookUpEdit1.Properties.ValueMember = "GUID"
- Me.LookUpEdit1.Size = New System.Drawing.Size(174, 20)
+ Me.LookUpEdit1.Size = New System.Drawing.Size(173, 20)
Me.LookUpEdit1.StyleController = Me.LayoutControlDocs
Me.LookUpEdit1.TabIndex = 11
'
@@ -1184,22 +1257,22 @@ Partial Class frmAdministration
'MemoEdit5
'
Me.MemoEdit5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "SQL_COMMAND", True))
- Me.MemoEdit5.Location = New System.Drawing.Point(318, 28)
+ Me.MemoEdit5.Location = New System.Drawing.Point(317, 28)
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(586, 224)
+ Me.MemoEdit5.Size = New System.Drawing.Size(585, 212)
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(318, 272)
+ Me.MemoEdit6.Location = New System.Drawing.Point(317, 260)
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(586, 284)
+ Me.MemoEdit6.Size = New System.Drawing.Size(585, 268)
Me.MemoEdit6.StyleController = Me.LayoutControlDocs
Me.MemoEdit6.TabIndex = 13
'
@@ -1209,7 +1282,7 @@ Partial Class frmAdministration
Me.txtDOC_GUID.Location = New System.Drawing.Point(140, 36)
Me.txtDOC_GUID.Name = "txtDOC_GUID"
Me.txtDOC_GUID.Properties.ReadOnly = True
- Me.txtDOC_GUID.Size = New System.Drawing.Size(174, 20)
+ Me.txtDOC_GUID.Size = New System.Drawing.Size(173, 20)
Me.txtDOC_GUID.StyleController = Me.LayoutControlDocs
Me.txtDOC_GUID.TabIndex = 14
'
@@ -1227,7 +1300,7 @@ Partial Class frmAdministration
Me.TextEdit19.Properties.PopupSizeable = False
Me.TextEdit19.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard
Me.TextEdit19.Properties.ValueMember = "POSITION_INDEX"
- Me.TextEdit19.Size = New System.Drawing.Size(174, 20)
+ Me.TextEdit19.Size = New System.Drawing.Size(173, 20)
Me.TextEdit19.StyleController = Me.LayoutControlDocs
Me.TextEdit19.TabIndex = 10
'
@@ -1242,7 +1315,7 @@ Partial Class frmAdministration
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.LayoutControlGroup2.Name = "Root"
- Me.LayoutControlGroup2.Size = New System.Drawing.Size(916, 568)
+ Me.LayoutControlGroup2.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlGroup2.TextVisible = False
'
'LayoutControlItem29
@@ -1251,7 +1324,7 @@ Partial Class frmAdministration
Me.LayoutControlItem29.CustomizationFormText = "Titel:"
Me.LayoutControlItem29.Location = New System.Drawing.Point(0, 48)
Me.LayoutControlItem29.Name = "LayoutControlItem29"
- Me.LayoutControlItem29.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem29.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem29.Text = "Titel:"
Me.LayoutControlItem29.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1261,7 +1334,7 @@ Partial Class frmAdministration
Me.LayoutControlItem30.CustomizationFormText = "Position:"
Me.LayoutControlItem30.Location = New System.Drawing.Point(0, 72)
Me.LayoutControlItem30.Name = "LayoutControlItem30"
- Me.LayoutControlItem30.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem30.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem30.Text = "Position/Reihenfolge:"
Me.LayoutControlItem30.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1271,7 +1344,7 @@ Partial Class frmAdministration
Me.LayoutControlItem31.CustomizationFormText = "Verbindung:"
Me.LayoutControlItem31.Location = New System.Drawing.Point(0, 96)
Me.LayoutControlItem31.Name = "LayoutControlItem31"
- Me.LayoutControlItem31.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem31.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem31.Text = "Datenbank-Verbindung:"
Me.LayoutControlItem31.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1292,7 +1365,7 @@ Partial Class frmAdministration
Me.LayoutControlItem27.CustomizationFormText = "layoutControlItem4"
Me.LayoutControlItem27.Location = New System.Drawing.Point(129, 160)
Me.LayoutControlItem27.Name = "LayoutControlItem27"
- Me.LayoutControlItem27.Size = New System.Drawing.Size(177, 40)
+ Me.LayoutControlItem27.Size = New System.Drawing.Size(176, 40)
Me.LayoutControlItem27.Text = "Geändert wann:"
Me.LayoutControlItem27.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem27.TextSize = New System.Drawing.Size(125, 13)
@@ -1303,7 +1376,7 @@ Partial Class frmAdministration
Me.LayoutControlItem26.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem26.Location = New System.Drawing.Point(129, 120)
Me.LayoutControlItem26.Name = "LayoutControlItem26"
- Me.LayoutControlItem26.Size = New System.Drawing.Size(177, 40)
+ Me.LayoutControlItem26.Size = New System.Drawing.Size(176, 40)
Me.LayoutControlItem26.Text = "Erstellt wann:"
Me.LayoutControlItem26.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem26.TextSize = New System.Drawing.Size(125, 13)
@@ -1313,16 +1386,16 @@ Partial Class frmAdministration
Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 200)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
- Me.EmptySpaceItem2.Size = New System.Drawing.Size(306, 348)
+ Me.EmptySpaceItem2.Size = New System.Drawing.Size(305, 320)
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(306, 244)
+ Me.LayoutControlItem33.Location = New System.Drawing.Point(305, 232)
Me.LayoutControlItem33.Name = "LayoutControlItem33"
- Me.LayoutControlItem33.Size = New System.Drawing.Size(590, 304)
+ Me.LayoutControlItem33.Size = New System.Drawing.Size(589, 288)
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)
@@ -1331,9 +1404,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem32.Control = Me.MemoEdit5
Me.LayoutControlItem32.CustomizationFormText = "SQL für Suche:"
- Me.LayoutControlItem32.Location = New System.Drawing.Point(306, 0)
+ Me.LayoutControlItem32.Location = New System.Drawing.Point(305, 0)
Me.LayoutControlItem32.Name = "LayoutControlItem32"
- Me.LayoutControlItem32.Size = New System.Drawing.Size(590, 244)
+ Me.LayoutControlItem32.Size = New System.Drawing.Size(589, 232)
Me.LayoutControlItem32.Text = "SQL für Suche:"
Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13)
@@ -1344,7 +1417,7 @@ Partial Class frmAdministration
Me.LayoutControlItem34.CustomizationFormText = "ID:"
Me.LayoutControlItem34.Location = New System.Drawing.Point(0, 24)
Me.LayoutControlItem34.Name = "LayoutControlItem34"
- Me.LayoutControlItem34.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem34.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem34.Text = "ID:"
Me.LayoutControlItem34.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1354,7 +1427,7 @@ Partial Class frmAdministration
Me.LayoutControlItem24.CustomizationFormText = "LayoutControlItem10"
Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem24.Name = "LayoutControlItem24"
- Me.LayoutControlItem24.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem24.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem24.Text = "LayoutControlItem10"
Me.LayoutControlItem24.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem24.TextVisible = False
@@ -1378,8 +1451,8 @@ 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, 568)
- Me.GridControl1.TabIndex = 10
+ Me.GridControl1.Size = New System.Drawing.Size(200, 540)
+ Me.GridControl1.TabIndex = 26
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
'GridView2
@@ -1407,11 +1480,10 @@ Partial Class frmAdministration
'
Me.TabPageData.Controls.Add(Me.LayoutControlData)
Me.TabPageData.Controls.Add(Me.GridControl2)
- Me.TabPageData.ImageOptions.Image = CType(resources.GetObject("TabPageData.ImageOptions.Image"), System.Drawing.Image)
Me.TabPageData.ImageOptions.SvgImage = CType(resources.GetObject("TabPageData.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
- Me.TabPageData.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
+ Me.TabPageData.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageData.Name = "TabPageData"
- Me.TabPageData.Size = New System.Drawing.Size(1116, 568)
+ Me.TabPageData.Size = New System.Drawing.Size(1114, 540)
Me.TabPageData.Text = "Daten-Suchen"
'
'LayoutControlData
@@ -1432,8 +1504,8 @@ 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(916, 568)
- Me.LayoutControlData.TabIndex = 26
+ Me.LayoutControlData.Size = New System.Drawing.Size(914, 540)
+ Me.LayoutControlData.TabIndex = 27
Me.LayoutControlData.Text = "LayoutControl3"
'
'TextEdit12
@@ -1452,7 +1524,7 @@ Partial Class frmAdministration
Me.TextEdit13.Location = New System.Drawing.Point(141, 148)
Me.TextEdit13.Name = "TextEdit13"
Me.TextEdit13.Properties.ReadOnly = True
- Me.TextEdit13.Size = New System.Drawing.Size(173, 20)
+ Me.TextEdit13.Size = New System.Drawing.Size(172, 20)
Me.TextEdit13.StyleController = Me.LayoutControlData
Me.TextEdit13.TabIndex = 5
'
@@ -1472,7 +1544,7 @@ Partial Class frmAdministration
Me.TextEdit11.Location = New System.Drawing.Point(141, 188)
Me.TextEdit11.Name = "TextEdit11"
Me.TextEdit11.Properties.ReadOnly = True
- Me.TextEdit11.Size = New System.Drawing.Size(173, 20)
+ Me.TextEdit11.Size = New System.Drawing.Size(172, 20)
Me.TextEdit11.StyleController = Me.LayoutControlData
Me.TextEdit11.TabIndex = 7
'
@@ -1483,7 +1555,7 @@ Partial Class frmAdministration
Me.CheckEdit2.MenuManager = Me.RibbonControl2
Me.CheckEdit2.Name = "CheckEdit2"
Me.CheckEdit2.Properties.Caption = "Suche Aktiv"
- Me.CheckEdit2.Size = New System.Drawing.Size(302, 20)
+ Me.CheckEdit2.Size = New System.Drawing.Size(301, 20)
Me.CheckEdit2.StyleController = Me.LayoutControlData
Me.CheckEdit2.TabIndex = 8
'
@@ -1494,7 +1566,7 @@ Partial Class frmAdministration
Me.TextEdit9.Location = New System.Drawing.Point(140, 60)
Me.TextEdit9.MenuManager = Me.RibbonControl2
Me.TextEdit9.Name = "TextEdit9"
- Me.TextEdit9.Size = New System.Drawing.Size(174, 20)
+ Me.TextEdit9.Size = New System.Drawing.Size(173, 20)
Me.TextEdit9.StyleController = Me.LayoutControlData
Me.TextEdit9.TabIndex = 9
'
@@ -1512,31 +1584,31 @@ Partial Class frmAdministration
Me.ComboBoxEdit2.Properties.PopupSizeable = False
Me.ComboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard
Me.ComboBoxEdit2.Properties.ValueMember = "GUID"
- Me.ComboBoxEdit2.Size = New System.Drawing.Size(174, 20)
+ Me.ComboBoxEdit2.Size = New System.Drawing.Size(173, 20)
Me.ComboBoxEdit2.StyleController = Me.LayoutControlData
Me.ComboBoxEdit2.TabIndex = 11
'
'MemoEdit3
'
Me.MemoEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "SQL_COMMAND", True))
- Me.MemoEdit3.Location = New System.Drawing.Point(318, 28)
+ Me.MemoEdit3.Location = New System.Drawing.Point(317, 28)
Me.MemoEdit3.MenuManager = Me.RibbonControl2
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(586, 225)
+ Me.MemoEdit3.Size = New System.Drawing.Size(585, 212)
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(318, 273)
+ Me.MemoEdit4.Location = New System.Drawing.Point(317, 260)
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(586, 283)
+ Me.MemoEdit4.Size = New System.Drawing.Size(585, 268)
Me.MemoEdit4.StyleController = Me.LayoutControlData
Me.MemoEdit4.TabIndex = 13
'
@@ -1547,7 +1619,7 @@ Partial Class frmAdministration
Me.txtDATAGUID.MenuManager = Me.RibbonControl2
Me.txtDATAGUID.Name = "txtDATAGUID"
Me.txtDATAGUID.Properties.ReadOnly = True
- Me.txtDATAGUID.Size = New System.Drawing.Size(174, 20)
+ Me.txtDATAGUID.Size = New System.Drawing.Size(173, 20)
Me.txtDATAGUID.StyleController = Me.LayoutControlData
Me.txtDATAGUID.TabIndex = 14
'
@@ -1566,7 +1638,7 @@ Partial Class frmAdministration
Me.TextEdit10.Properties.PopupSizeable = False
Me.TextEdit10.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard
Me.TextEdit10.Properties.ValueMember = "POSITION_INDEX"
- Me.TextEdit10.Size = New System.Drawing.Size(174, 20)
+ Me.TextEdit10.Size = New System.Drawing.Size(173, 20)
Me.TextEdit10.StyleController = Me.LayoutControlData
Me.TextEdit10.TabIndex = 10
'
@@ -1576,7 +1648,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.LayoutControlGroup3.Name = "Root"
- Me.LayoutControlGroup3.Size = New System.Drawing.Size(916, 568)
+ Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlGroup3.TextVisible = False
'
'LayoutControlItem10
@@ -1584,7 +1656,7 @@ Partial Class frmAdministration
Me.LayoutControlItem10.Control = Me.CheckEdit2
Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem10.Name = "LayoutControlItem10"
- Me.LayoutControlItem10.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem10.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem10.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem10.TextVisible = False
'
@@ -1605,7 +1677,7 @@ Partial Class frmAdministration
Me.LayoutControlItem15.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem15.Location = New System.Drawing.Point(129, 120)
Me.LayoutControlItem15.Name = "LayoutControlItem15"
- Me.LayoutControlItem15.Size = New System.Drawing.Size(177, 40)
+ Me.LayoutControlItem15.Size = New System.Drawing.Size(176, 40)
Me.LayoutControlItem15.Text = "Erstellt wann:"
Me.LayoutControlItem15.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem15.TextSize = New System.Drawing.Size(125, 13)
@@ -1616,7 +1688,7 @@ Partial Class frmAdministration
Me.LayoutControlItem17.CustomizationFormText = "layoutControlItem4"
Me.LayoutControlItem17.Location = New System.Drawing.Point(129, 160)
Me.LayoutControlItem17.Name = "LayoutControlItem17"
- Me.LayoutControlItem17.Size = New System.Drawing.Size(177, 40)
+ Me.LayoutControlItem17.Size = New System.Drawing.Size(176, 40)
Me.LayoutControlItem17.Text = "Geändert wann:"
Me.LayoutControlItem17.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem17.TextSize = New System.Drawing.Size(125, 13)
@@ -1637,7 +1709,7 @@ Partial Class frmAdministration
Me.LayoutControlItem11.Control = Me.TextEdit9
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 48)
Me.LayoutControlItem11.Name = "LayoutControlItem11"
- Me.LayoutControlItem11.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem11.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem11.Text = "Titel:"
Me.LayoutControlItem11.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1646,7 +1718,7 @@ Partial Class frmAdministration
Me.LayoutControlItem12.Control = Me.TextEdit10
Me.LayoutControlItem12.Location = New System.Drawing.Point(0, 72)
Me.LayoutControlItem12.Name = "LayoutControlItem12"
- Me.LayoutControlItem12.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem12.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem12.Text = "Position/Reihenfolge:"
Me.LayoutControlItem12.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1655,16 +1727,16 @@ Partial Class frmAdministration
Me.LayoutControlItem13.Control = Me.ComboBoxEdit2
Me.LayoutControlItem13.Location = New System.Drawing.Point(0, 96)
Me.LayoutControlItem13.Name = "LayoutControlItem13"
- Me.LayoutControlItem13.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem13.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem13.Text = "Datenbank-Verbindung:"
Me.LayoutControlItem13.TextSize = New System.Drawing.Size(125, 13)
'
'LayoutControlItem21
'
Me.LayoutControlItem21.Control = Me.MemoEdit3
- Me.LayoutControlItem21.Location = New System.Drawing.Point(306, 0)
+ Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 0)
Me.LayoutControlItem21.Name = "LayoutControlItem21"
- Me.LayoutControlItem21.Size = New System.Drawing.Size(590, 245)
+ Me.LayoutControlItem21.Size = New System.Drawing.Size(589, 232)
Me.LayoutControlItem21.Text = "SQL für Suche:"
Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13)
@@ -1672,9 +1744,9 @@ Partial Class frmAdministration
'LayoutControlItem22
'
Me.LayoutControlItem22.Control = Me.MemoEdit4
- Me.LayoutControlItem22.Location = New System.Drawing.Point(306, 245)
+ Me.LayoutControlItem22.Location = New System.Drawing.Point(305, 232)
Me.LayoutControlItem22.Name = "LayoutControlItem22"
- Me.LayoutControlItem22.Size = New System.Drawing.Size(590, 303)
+ Me.LayoutControlItem22.Size = New System.Drawing.Size(589, 288)
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)
@@ -1684,7 +1756,7 @@ Partial Class frmAdministration
Me.EmptySpaceItem1.AllowHotTrack = False
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 200)
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
- Me.EmptySpaceItem1.Size = New System.Drawing.Size(306, 348)
+ Me.EmptySpaceItem1.Size = New System.Drawing.Size(305, 320)
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem23
@@ -1692,7 +1764,7 @@ Partial Class frmAdministration
Me.LayoutControlItem23.Control = Me.txtDATAGUID
Me.LayoutControlItem23.Location = New System.Drawing.Point(0, 24)
Me.LayoutControlItem23.Name = "LayoutControlItem23"
- Me.LayoutControlItem23.Size = New System.Drawing.Size(306, 24)
+ Me.LayoutControlItem23.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem23.Text = "ID:"
Me.LayoutControlItem23.TextSize = New System.Drawing.Size(125, 13)
'
@@ -1704,8 +1776,8 @@ 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, 568)
- Me.GridControl2.TabIndex = 10
+ Me.GridControl2.Size = New System.Drawing.Size(200, 540)
+ Me.GridControl2.TabIndex = 11
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3})
'
'GridView3
@@ -1732,12 +1804,11 @@ Partial Class frmAdministration
'TabPageProcessAssignment
'
Me.TabPageProcessAssignment.Controls.Add(Me.CtrlApplicationAssignment1)
- Me.TabPageProcessAssignment.ImageOptions.Image = CType(resources.GetObject("TabPageProcessAssignment.ImageOptions.Image"), System.Drawing.Image)
Me.TabPageProcessAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageProcessAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
- Me.TabPageProcessAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
+ Me.TabPageProcessAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageProcessAssignment.Name = "TabPageProcessAssignment"
- Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1116, 568)
- Me.TabPageProcessAssignment.Text = "Anwendungs Zuordnung"
+ Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1114, 540)
+ Me.TabPageProcessAssignment.Text = "Anwendungs-Zuordnung"
'
'CtrlApplicationAssignment1
'
@@ -1748,17 +1819,36 @@ Partial Class frmAdministration
Me.CtrlApplicationAssignment1.SelectedProcessId = 0
Me.CtrlApplicationAssignment1.SelectedProfileId = 0
Me.CtrlApplicationAssignment1.SelectedWindowId = 0
- Me.CtrlApplicationAssignment1.Size = New System.Drawing.Size(1116, 568)
- Me.CtrlApplicationAssignment1.TabIndex = 2
+ Me.CtrlApplicationAssignment1.Size = New System.Drawing.Size(1114, 540)
+ Me.CtrlApplicationAssignment1.TabIndex = 3
+ '
+ 'TabPageProfileAssignment
+ '
+ Me.TabPageProfileAssignment.Controls.Add(Me.XtraTabControl2)
+ 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.Text = "Profil-Zuordnung"
+ '
+ 'XtraTabControl2
+ '
+ Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0)
+ Me.XtraTabControl2.Name = "XtraTabControl2"
+ Me.XtraTabControl2.SelectedTabPage = Me.TabPageUserAssignment
+ Me.XtraTabControl2.Size = New System.Drawing.Size(1116, 568)
+ Me.XtraTabControl2.TabIndex = 0
+ Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageUserAssignment, Me.TabPageGroupAssignment})
'
'TabPageUserAssignment
'
Me.TabPageUserAssignment.Controls.Add(Me.SplitContainer1)
Me.TabPageUserAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageUserAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
- Me.TabPageUserAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
+ Me.TabPageUserAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageUserAssignment.Name = "TabPageUserAssignment"
- Me.TabPageUserAssignment.Size = New System.Drawing.Size(1116, 568)
- Me.TabPageUserAssignment.Text = "Benutzer Zuordnung"
+ Me.TabPageUserAssignment.Size = New System.Drawing.Size(1114, 540)
+ Me.TabPageUserAssignment.Text = "Benutzer-Zuordnung"
'
'SplitContainer1
'
@@ -1776,9 +1866,9 @@ Partial Class frmAdministration
'
Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUserNotInProfile)
Me.SplitContainer1.Panel2.Controls.Add(Me.Label2)
- Me.SplitContainer1.Size = New System.Drawing.Size(1116, 568)
- Me.SplitContainer1.SplitterDistance = 277
- Me.SplitContainer1.TabIndex = 98
+ Me.SplitContainer1.Size = New System.Drawing.Size(1114, 540)
+ Me.SplitContainer1.SplitterDistance = 263
+ Me.SplitContainer1.TabIndex = 99
'
'GridControlUserInProfile
'
@@ -1788,7 +1878,7 @@ Partial Class frmAdministration
Me.GridControlUserInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlUserInProfile.MainView = Me.GridViewUserInProfile
Me.GridControlUserInProfile.Name = "GridControlUserInProfile"
- Me.GridControlUserInProfile.Size = New System.Drawing.Size(1116, 252)
+ Me.GridControlUserInProfile.Size = New System.Drawing.Size(1114, 238)
Me.GridControlUserInProfile.TabIndex = 93
Me.GridControlUserInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserInProfile})
'
@@ -1858,7 +1948,7 @@ Partial Class frmAdministration
Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(0, 0)
Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(1116, 25)
+ Me.Label1.Size = New System.Drawing.Size(1114, 25)
Me.Label1.TabIndex = 94
Me.Label1.Text = "Zugeordnete Benutzer:"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -1871,7 +1961,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(1116, 262)
+ Me.GridControlUserNotInProfile.Size = New System.Drawing.Size(1114, 248)
Me.GridControlUserNotInProfile.TabIndex = 96
Me.GridControlUserNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserNotInProfile})
'
@@ -1929,20 +2019,19 @@ Partial Class frmAdministration
Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(0, 0)
Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(1116, 25)
+ Me.Label2.Size = New System.Drawing.Size(1114, 25)
Me.Label2.TabIndex = 97
Me.Label2.Text = "Nicht zugeordnete Benutzer:"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TabPageGroupAssignment
'
- Me.TabPageGroupAssignment.AutoScroll = True
Me.TabPageGroupAssignment.Controls.Add(Me.SplitContainer2)
Me.TabPageGroupAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageGroupAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
- Me.TabPageGroupAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
+ Me.TabPageGroupAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment"
- Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1116, 568)
- Me.TabPageGroupAssignment.Text = "Gruppen Zuordnung"
+ Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1114, 540)
+ Me.TabPageGroupAssignment.Text = "Gruppen-Zuordnung"
'
'SplitContainer2
'
@@ -1960,9 +2049,9 @@ Partial Class frmAdministration
'
Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile)
Me.SplitContainer2.Panel2.Controls.Add(Me.Label10)
- Me.SplitContainer2.Size = New System.Drawing.Size(1116, 568)
- Me.SplitContainer2.SplitterDistance = 274
- Me.SplitContainer2.TabIndex = 0
+ Me.SplitContainer2.Size = New System.Drawing.Size(1114, 540)
+ Me.SplitContainer2.SplitterDistance = 260
+ Me.SplitContainer2.TabIndex = 1
'
'GridControlGroupInProfile
'
@@ -1971,7 +2060,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(1116, 249)
+ Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1114, 235)
Me.GridControlGroupInProfile.TabIndex = 1
Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile})
'
@@ -2021,7 +2110,7 @@ Partial Class frmAdministration
Me.Label9.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(0, 0)
Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(1116, 25)
+ Me.Label9.Size = New System.Drawing.Size(1114, 25)
Me.Label9.TabIndex = 0
Me.Label9.Text = "Zugeordnete Gruppen"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -2033,7 +2122,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(1116, 265)
+ Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1114, 251)
Me.GridControlGroupNotInProfile.TabIndex = 1
Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile})
'
@@ -2082,7 +2171,7 @@ Partial Class frmAdministration
Me.Label10.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(0, 0)
Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(1116, 25)
+ Me.Label10.Size = New System.Drawing.Size(1114, 25)
Me.Label10.TabIndex = 1
Me.Label10.Text = "Nicht zugeordnete Gruppen:"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -2202,6 +2291,9 @@ Partial Class frmAdministration
CType(Me.TBCW_PROF_DATA_SEARCHBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl3.ResumeLayout(False)
+ Me.TabPageProfileManagement.ResumeLayout(False)
+ CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.XtraTabControl1.ResumeLayout(False)
Me.TabPageGeneralSettings.ResumeLayout(False)
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.LayoutControl1.ResumeLayout(False)
@@ -2217,6 +2309,7 @@ Partial Class frmAdministration
CType(Me.TextEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PROFILE_IDTextBox.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.textEdit5.Properties, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.txtRegexTestString.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
@@ -2229,6 +2322,8 @@ Partial Class frmAdministration
CType(Me.LayoutControlItem20, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EmptySpaceItem3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.LayoutControlItem35, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.LayoutControlItem36, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPageDocuments.ResumeLayout(False)
CType(Me.LayoutControlDocs, System.ComponentModel.ISupportInitialize).EndInit()
Me.LayoutControlDocs.ResumeLayout(False)
@@ -2290,6 +2385,9 @@ Partial Class frmAdministration
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPageProcessAssignment.ResumeLayout(False)
+ Me.TabPageProfileAssignment.ResumeLayout(False)
+ CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.XtraTabControl2.ResumeLayout(False)
Me.TabPageUserAssignment.ResumeLayout(False)
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
@@ -2318,6 +2416,7 @@ Partial Class frmAdministration
CType(Me.LayoutControlItem19, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BehaviorManager1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -2338,47 +2437,14 @@ Partial Class frmAdministration
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents ToolTip1 As ToolTip
Friend WithEvents XtraTabControl3 As DevExpress.XtraTab.XtraTabControl
- Friend WithEvents TabPageGeneralSettings As DevExpress.XtraTab.XtraTabPage
- Friend WithEvents TabPageProcessAssignment As DevExpress.XtraTab.XtraTabPage
- Friend WithEvents TabPageUserAssignment As DevExpress.XtraTab.XtraTabPage
- Friend WithEvents SplitContainer1 As SplitContainer
- Friend WithEvents GridControlUserInProfile As DevExpress.XtraGrid.GridControl
- Friend WithEvents GridViewUserInProfile As DevExpress.XtraGrid.Views.Grid.GridView
- Friend WithEvents colGUID1 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colNAME1 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents Label1 As Label
- Friend WithEvents GridControlUserNotInProfile As DevExpress.XtraGrid.GridControl
- Friend WithEvents GridViewUserNotInProfile As DevExpress.XtraGrid.Views.Grid.GridView
- Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colID As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents Label2 As Label
- Friend WithEvents TabPageData As DevExpress.XtraTab.XtraTabPage
Friend WithEvents TBCW_PROF_DATA_SEARCHBindingSource As BindingSource
Friend WithEvents TBCW_PROF_DATA_SEARCHTableAdapter As MyDatasetTableAdapters.TBCW_PROF_DATA_SEARCHTableAdapter
- Friend WithEvents TabPageDocuments As DevExpress.XtraTab.XtraTabPage
Friend WithEvents TBCW_PROF_DOC_SEARCHBindingSource As BindingSource
Friend WithEvents TBCW_PROF_DOC_SEARCHTableAdapter As MyDatasetTableAdapters.TBCW_PROF_DOC_SEARCHTableAdapter
- Friend WithEvents TabPageGroupAssignment As DevExpress.XtraTab.XtraTabPage
- Friend WithEvents SplitContainer2 As SplitContainer
- Friend WithEvents GridControlGroupInProfile As DevExpress.XtraGrid.GridControl
- Friend WithEvents GridViewGroupInProfile As DevExpress.XtraGrid.Views.Grid.GridView
- Friend WithEvents Label9 As Label
- Friend WithEvents GridControlGroupNotInProfile As DevExpress.XtraGrid.GridControl
- Friend WithEvents GridViewGroupNotInProfile As DevExpress.XtraGrid.Views.Grid.GridView
- Friend WithEvents Label10 As Label
Friend WithEvents TBWH_GROUPBindingSource As BindingSource
Friend WithEvents VWCW_GROUP_PROFILEBindingSource As BindingSource
Friend WithEvents VWCW_GROUP_PROFILETableAdapter As MyDatasetTableAdapters.VWCW_GROUP_PROFILETableAdapter
- Friend WithEvents colGUID3 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colNAME2 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colID1 As DevExpress.XtraGrid.Columns.GridColumn
- Friend WithEvents colNAME3 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents TBWH_PROFILE_TYPEBindingSource As BindingSource
- Friend WithEvents CtrlApplicationAssignment1 As ctrlApplicationAssignment
Friend WithEvents RibbonControl2 As DevExpress.XtraBars.Ribbon.RibbonControl
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
@@ -2407,9 +2473,6 @@ Partial Class frmAdministration
Friend WithEvents TBDD_CONNECTIONTableAdapter As MyDatasetTableAdapters.TBDD_CONNECTIONTableAdapter
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents BarButtonItem17 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
- Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView
- Friend WithEvents colTAB_TITLE As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents BarButtonItem15 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem18 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem19 As DevExpress.XtraBars.BarButtonItem
@@ -2417,65 +2480,54 @@ Partial Class frmAdministration
Friend WithEvents BarButtonItem21 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem22 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents RibbonGroup_DocSearch As DevExpress.XtraBars.Ribbon.RibbonPageGroup
- Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
- Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView
- Friend WithEvents colTAB_TITLE1 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents RibbonGroup_DataSearch As DevExpress.XtraBars.Ribbon.RibbonPageGroup
- Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
- Friend WithEvents textEdit3 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents textEdit4 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents CheckEdit1 As DevExpress.XtraEditors.CheckEdit
- Friend WithEvents textEdit2 As DevExpress.XtraEditors.LookUpEdit
- Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
- Friend WithEvents layoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents layoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents layoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents layoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents TextEdit8 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents TextEdit7 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents CHANGEDWHOTextBox As DevExpress.XtraEditors.TextEdit
- Friend WithEvents TextEdit6 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents layoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents layoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents labelStatus As DevExpress.XtraBars.BarStaticItem
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
- Friend WithEvents LayoutControlDocs As DevExpress.XtraLayout.LayoutControl
- Friend WithEvents LayoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup
- Friend WithEvents LayoutControlData As DevExpress.XtraLayout.LayoutControl
- Friend WithEvents TextEdit12 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents TextEdit13 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents CHANGED_WHOTextBox1 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents TextEdit11 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup
- Friend WithEvents LayoutControlItem14 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem15 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem16 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem17 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents MemoEdit1 As DevExpress.XtraEditors.MemoEdit
Friend WithEvents MemoEdit2 As DevExpress.XtraEditors.MemoEdit
Friend WithEvents ComboBoxEdit1 As DevExpress.XtraEditors.ComboBoxEdit
Friend WithEvents LayoutControlItem18 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem19 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents SimpleSeparator1 As DevExpress.XtraLayout.SimpleSeparator
- Friend WithEvents CheckEdit2 As DevExpress.XtraEditors.CheckEdit
- Friend WithEvents TextEdit9 As DevExpress.XtraEditors.TextEdit
- Friend WithEvents ComboBoxEdit2 As DevExpress.XtraEditors.LookUpEdit
- Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem11 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem12 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem13 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents BarButtonItem23 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents RibbonGroup_Control As DevExpress.XtraBars.Ribbon.RibbonPageGroup
+ Friend WithEvents BarButtonItem24 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents BarButtonItem25 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents BarButtonItem26 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents BarButtonItem27 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents TBWHSEARCHPOSITIONBindingSource As BindingSource
+ Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
+ Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
+ Friend WithEvents BarButtonItem28 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents BarButtonItem29 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents TabPageProfileManagement As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
+ Friend WithEvents TabPageGeneralSettings As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
+ Friend WithEvents textEdit3 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents textEdit4 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents CheckEdit1 As DevExpress.XtraEditors.CheckEdit
+ Friend WithEvents textEdit2 As DevExpress.XtraEditors.LookUpEdit
+ Friend WithEvents TextEdit8 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents TextEdit7 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents CHANGEDWHOTextBox As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents TextEdit6 As DevExpress.XtraEditors.TextEdit
Friend WithEvents PROFILE_IDTextBox As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents textEdit5 As DevExpress.XtraEditors.MemoEdit
+ Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
+ Friend WithEvents layoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents layoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents layoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents layoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents layoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem20 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents MemoEdit3 As DevExpress.XtraEditors.MemoEdit
- Friend WithEvents MemoEdit4 As DevExpress.XtraEditors.MemoEdit
- Friend WithEvents txtDATAGUID As DevExpress.XtraEditors.TextEdit
- Friend WithEvents LayoutControlItem21 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem22 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem23 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
+ Friend WithEvents EmptySpaceItem3 As DevExpress.XtraLayout.EmptySpaceItem
+ Friend WithEvents layoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents TabPageDocuments As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents LayoutControlDocs As DevExpress.XtraLayout.LayoutControl
Friend WithEvents CheckEdit3 As DevExpress.XtraEditors.CheckEdit
Friend WithEvents TextEdit17 As DevExpress.XtraEditors.TextEdit
Friend WithEvents TextEdit15 As DevExpress.XtraEditors.TextEdit
@@ -2486,31 +2538,87 @@ Partial Class frmAdministration
Friend WithEvents MemoEdit5 As DevExpress.XtraEditors.MemoEdit
Friend WithEvents MemoEdit6 As DevExpress.XtraEditors.MemoEdit
Friend WithEvents txtDOC_GUID As DevExpress.XtraEditors.TextEdit
- Friend WithEvents LayoutControlItem24 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem25 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem26 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem27 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem28 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents TextEdit19 As DevExpress.XtraEditors.LookUpEdit
+ Friend WithEvents LayoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup
Friend WithEvents LayoutControlItem29 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem30 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem31 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem32 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem33 As DevExpress.XtraLayout.LayoutControlItem
- Friend WithEvents LayoutControlItem34 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem25 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem27 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem26 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents EmptySpaceItem2 As DevExpress.XtraLayout.EmptySpaceItem
- Friend WithEvents EmptySpaceItem3 As DevExpress.XtraLayout.EmptySpaceItem
- Friend WithEvents BarButtonItem23 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents RibbonGroup_Control As DevExpress.XtraBars.Ribbon.RibbonPageGroup
- Friend WithEvents BarButtonItem24 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents BarButtonItem25 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents BarButtonItem26 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents BarButtonItem27 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents TextEdit19 As DevExpress.XtraEditors.LookUpEdit
- Friend WithEvents TBWHSEARCHPOSITIONBindingSource As BindingSource
+ Friend WithEvents LayoutControlItem33 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem32 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem34 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem24 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem28 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
+ Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView
+ Friend WithEvents colTAB_TITLE As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents TabPageData As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents LayoutControlData As DevExpress.XtraLayout.LayoutControl
+ Friend WithEvents TextEdit12 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents TextEdit13 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents CHANGED_WHOTextBox1 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents TextEdit11 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents CheckEdit2 As DevExpress.XtraEditors.CheckEdit
+ Friend WithEvents TextEdit9 As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents ComboBoxEdit2 As DevExpress.XtraEditors.LookUpEdit
+ Friend WithEvents MemoEdit3 As DevExpress.XtraEditors.MemoEdit
+ Friend WithEvents MemoEdit4 As DevExpress.XtraEditors.MemoEdit
+ Friend WithEvents txtDATAGUID As DevExpress.XtraEditors.TextEdit
Friend WithEvents TextEdit10 As DevExpress.XtraEditors.LookUpEdit
- Friend WithEvents textEdit5 As DevExpress.XtraEditors.MemoEdit
- Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
- Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
- Friend WithEvents BarButtonItem28 As DevExpress.XtraBars.BarButtonItem
- Friend WithEvents BarButtonItem29 As DevExpress.XtraBars.BarButtonItem
+ Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup
+ Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem14 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem15 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem17 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem16 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem11 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem12 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem13 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem21 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem22 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
+ Friend WithEvents LayoutControlItem23 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
+ Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView
+ Friend WithEvents colTAB_TITLE1 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents TabPageProcessAssignment As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents CtrlApplicationAssignment1 As ctrlApplicationAssignment
+ Friend WithEvents TabPageProfileAssignment As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl
+ Friend WithEvents TabPageUserAssignment As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents SplitContainer1 As SplitContainer
+ Friend WithEvents GridControlUserInProfile As DevExpress.XtraGrid.GridControl
+ Friend WithEvents GridViewUserInProfile As DevExpress.XtraGrid.Views.Grid.GridView
+ Friend WithEvents colGUID1 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents colNAME1 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents Label1 As Label
+ Friend WithEvents GridControlUserNotInProfile As DevExpress.XtraGrid.GridControl
+ Friend WithEvents GridViewUserNotInProfile As DevExpress.XtraGrid.Views.Grid.GridView
+ Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents colID As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents Label2 As Label
+ Friend WithEvents TabPageGroupAssignment As DevExpress.XtraTab.XtraTabPage
+ Friend WithEvents SplitContainer2 As SplitContainer
+ Friend WithEvents GridControlGroupInProfile As DevExpress.XtraGrid.GridControl
+ Friend WithEvents GridViewGroupInProfile As DevExpress.XtraGrid.Views.Grid.GridView
+ Friend WithEvents colGUID3 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents colNAME2 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents Label9 As Label
+ Friend WithEvents GridControlGroupNotInProfile As DevExpress.XtraGrid.GridControl
+ Friend WithEvents GridViewGroupNotInProfile As DevExpress.XtraGrid.Views.Grid.GridView
+ Friend WithEvents colID1 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents colNAME3 As DevExpress.XtraGrid.Columns.GridColumn
+ Friend WithEvents Label10 As Label
+ Friend WithEvents BehaviorManager1 As DevExpress.Utils.Behaviors.BehaviorManager
+ Friend WithEvents txtRegexTestString As DevExpress.XtraEditors.TextEdit
+ Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
+ Friend WithEvents LayoutControlItem35 As DevExpress.XtraLayout.LayoutControlItem
+ Friend WithEvents LayoutControlItem36 As DevExpress.XtraLayout.LayoutControlItem
End Class
diff --git a/app/DD_Clipboard_Searcher/frmAdministration.resx b/app/DD_Clipboard_Searcher/frmAdministration.resx
index 8fcdb23..6d84775 100644
--- a/app/DD_Clipboard_Searcher/frmAdministration.resx
+++ b/app/DD_Clipboard_Searcher/frmAdministration.resx
@@ -123,9 +123,6 @@
245, 17
-
- 245, 17
-
122, 56
@@ -762,47 +759,24 @@
499, 134
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
- dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAWdEVYdFRpdGxlAFRleHQ7UGFnZTtSZXBvcnR2YWEA
- AAAAVUlEQVQ4T2P4//8/RRjOaGlp+Y8H/4PSxsiaQRjFAHwAJN/X13cX3RCSDACCX+iGkGQAMgYC0gxA
- BngN8G3agReDwKgLaO0CYgDtDCAFYxhAHv7PAAC6Jy+iz67OxwAAAABJRU5ErkJggg==
-
-
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
- dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGcEAAAC77u/
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAN4CAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
- MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
- ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5HcmVlbntmaWxsOiMwMzlD
- MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
- Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tk
- aXNwbGF5OmlubGluZTtmaWxsOiNGRkIxMTU7fQoJLnN0NHtkaXNwbGF5OmlubGluZTt9Cgkuc3Q1e2Rp
- c3BsYXk6aW5saW5lO29wYWNpdHk6MC43NTt9Cgkuc3Q2e2Rpc3BsYXk6aW5saW5lO29wYWNpdHk6MC41
- O30KCS5zdDd7ZGlzcGxheTppbmxpbmU7ZmlsbDojMDM5QzIzO30KCS5zdDh7ZGlzcGxheTppbmxpbmU7
- ZmlsbDojRDExQzFDO30KCS5zdDl7ZGlzcGxheTppbmxpbmU7ZmlsbDojMTE3N0Q3O30KCS5zdDEwe2Rp
- c3BsYXk6aW5saW5lO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+DQogIDxnIGlkPSJDb250cmFjdCI+DQog
- ICAgPGcgY2xhc3M9InN0MSI+DQogICAgICA8cGF0aCBkPSJNMjIsMTRIMTB2LTJoMTJWMTR6IE0yMiw4
- SDEwdjJoMTJWOHogTTIyLDE2SDEwdjJoMTJWMTZ6IiBjbGFzcz0iQmxhY2siIC8+DQogICAgPC9nPg0K
- ICAgIDxwYXRoIGQ9Ik0yNywySDVDNC41LDIsNCwyLjUsNCwzdjI2YzAsMC41LDAuNSwxLDEsMWgyMmMw
- LjUsMCwxLTAuNSwxLTFWM0MyOCwyLjUsMjcuNSwyLDI3LDJ6IE0yNiwyOEg2VjRoMjBWMjh6IiBjbGFz
- cz0iQmxhY2siIC8+DQogICAgPHJlY3QgeD0iMTYiIHk9IjIyIiB3aWR0aD0iNiIgaGVpZ2h0PSIyIiBy
- eD0iMCIgcnk9IjAiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQo8L3N2Zz4L
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
- dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAddEVYdFRpdGxlAERhdGFiYXNlO0RCO1NvdXJjZTtT
- dG9yrLHqcgAAAIhJREFUOE9j+P//P8O7I0UgLADEUUA8C4jPAfEnJAzig8RB8iB1YH0gDDPACIiXAvF/
- IjBInRG6AXOQFBCD56Ab8A5NASH8juoGUOwFMyAmJRDN0A1IA2JPICYmGkHq0tANAIXBAyAGKYoDYl0g
- 5kHCID5IHCQPUjcaBrQIA4ozEwiTkZ3/MwAAShbqQY39CKgAAAAASUVORK5CYII=
+ MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
+ QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
+ MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
+ Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iSW5zZXJ0TGlz
+ dEJveCI+DQogICAgPHBhdGggZD0iTTI3LDMwSDNjLTAuNSwwLTEtMC41LTEtMVYxYzAtMC42LDAuNS0x
+ LDEtMWgyNGMwLjUsMCwxLDAuNCwxLDF2MjhDMjgsMjkuNSwyNy41LDMwLDI3LDMweiBNMjYsMkg0djI2
+ aDIyVjIgICB6IE0yMiw2SDh2MmgxNFY2eiBNMjIsMTBIOHYyaDE0VjEweiBNMjIsMTRIOHYyaDE0VjE0
+ eiBNMjIsMThIOHYyaDE0VjE4eiBNMjIsMjJIOHYyaDE0VjIyeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8
+ L2c+DQo8L3N2Zz4L
@@ -824,16 +798,6 @@
NSwxOCwxNiwxOHoiIGNsYXNzPSJZZWxsb3ciIC8+DQogICAgPHBhdGggZD0iTTE2LDRDMTAuNSw0LDYs
NS44LDYsOHY0YzAsMi4yLDQuNSw0LDEwLDRzMTAtMS44LDEwLTRWOEMyNiw1LjgsMjEuNSw0LDE2LDR6
IiBjbGFzcz0iWWVsbG93IiAvPg0KICA8L2c+DQo8L3N2Zz4L
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
- dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAArdEVYdFRpdGxlAFNldHVwO0N1c3RvbWl6O0Rlc2ln
- bjtTZXR0aW5nO1Byb3BlcnQ4H7UhAAAAvklEQVQ4T62TMQ7DIAxFc4woysqSJcpBeqZIHXuUnqAX6p45
- C/0P4ciDhwg6PAnbny9jYMg5hzyenySOSoo0cC0kGsXk4lXkyurykxgt9psRvsUmZvESZ4U1OWpo0BYT
- 72qFO6At3RaDaoJ7JI7YbJ83oEUTfMUulgprclafLwMFTJuBcU4T7CYwyLk6WvYkClwTSYZlgiUwoBOr
- m/b4i0HfEZygbYjOoP0aleh7SAr6nrIzaftMERLd+M55+AHESXAXw39ssQAAAABJRU5ErkJggg==
@@ -852,60 +816,47 @@
MC0wLjUtMC41LTEtMS0xSDNDMi41LDQsMiw0LjUsMiw1djVIMzB6IiBjbGFzcz0iQmx1ZSIgLz4NCiAg
ICA8cGF0aCBkPSJNMjgsMTB2MTZINFYxMEgydjE3YzAsMC41LDAuNSwxLDEsMWgyNmMwLjUsMCwxLTAu
NSwxLTFWMTBIMjh6IiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs=
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
+ LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/
+ PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
+ IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
+ MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
+ Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
+ MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
+ ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
+ OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
+ dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkhvbWUiPg0KICAgIDxwb2x5Z29uIHBvaW50cz0iOCwy
+ OCA4LDE4IDIsMTggMTYsNCAzMCwxOCAyNCwxOCAyNCwyOCAxOCwyOCAxOCwxOCAxNCwxOCAxNCwyOCAg
+ IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
- dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAKgEAAAC77u/
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOoDAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
- MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
- ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5HcmVlbntmaWxsOiMwMzlD
+ MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlllbGxvd3tmaWxsOiNGRkIxMTU7fQoJ
+ LlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5HcmVlbntmaWxsOiMwMzlD
MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
- Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tk
- aXNwbGF5OmlubGluZTtmaWxsOiNGRkIxMTU7fQoJLnN0NHtkaXNwbGF5OmlubGluZTt9Cgkuc3Q1e2Rp
- c3BsYXk6aW5saW5lO29wYWNpdHk6MC43NTt9Cgkuc3Q2e2Rpc3BsYXk6aW5saW5lO29wYWNpdHk6MC41
- O30KCS5zdDd7ZGlzcGxheTppbmxpbmU7ZmlsbDojMDM5QzIzO30KCS5zdDh7ZGlzcGxheTppbmxpbmU7
- ZmlsbDojRDExQzFDO30KCS5zdDl7ZGlzcGxheTppbmxpbmU7ZmlsbDojMTE3N0Q3O30KCS5zdDEwe2Rp
- c3BsYXk6aW5saW5lO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+DQogIDxnIGlkPSJDdXN0b21lcl8xXyI+
- DQogICAgPHBhdGggZD0iTTEwLDkuOWMtMC4xLDAuNSwwLjIsMC45LDAuNCwxLjRzLTAuMSwxLjcsMC45
- LDEuNmMwLDAsMCwwLjEsMCwwLjJjMC42LDIuMywyLDQuOSw0LjcsNC45czQuMi0yLjYsNC43LTQuOSAg
- IFYxM2MxLDAuMSwwLjYtMS4xLDAuOS0xLjZjMC4yLTAuNSwwLjQtMC45LDAuMy0xLjRjLTAuMS0wLjQt
- MC40LTAuNC0wLjUtMC4zQzIzLjIsNC44LDIwLjMsNSwyMC4zLDVTMjAsMiwxNC44LDIgICBDMTAsMiw5
- LjQsNiwxMC41LDkuNkMxMC40LDkuNiwxMC4xLDkuNywxMCw5Ljl6IE0yMCwxOGMtMC44LDEuNS0yLjEs
- NC00LDRzLTMuMi0yLjUtNC00Yy0yLjMsMy41LTgsMS04LDguNVYzMGgyNHYtMy41ICAgQzI4LDE5LjEs
- MjIuMywyMS40LDIwLDE4eiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs=
-
-
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
- LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
- dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAKQEAAAC77u/
- PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
- IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
- MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
- Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
- MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
- ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5HcmVlbntmaWxsOiMwMzlD
- MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
- Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tk
- aXNwbGF5OmlubGluZTtmaWxsOiNGRkIxMTU7fQoJLnN0NHtkaXNwbGF5OmlubGluZTt9Cgkuc3Q1e2Rp
- c3BsYXk6aW5saW5lO29wYWNpdHk6MC43NTt9Cgkuc3Q2e2Rpc3BsYXk6aW5saW5lO29wYWNpdHk6MC41
- O30KCS5zdDd7ZGlzcGxheTppbmxpbmU7ZmlsbDojMDM5QzIzO30KCS5zdDh7ZGlzcGxheTppbmxpbmU7
- ZmlsbDojRDExQzFDO30KCS5zdDl7ZGlzcGxheTppbmxpbmU7ZmlsbDojMTE3N0Q3O30KCS5zdDEwe2Rp
- c3BsYXk6aW5saW5lO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+DQogIDxnIGlkPSJQZXJzb24iPg0KICAg
- IDxwYXRoIGQ9Ik0xMCw5LjljLTAuMSwwLjUsMC4yLDAuOSwwLjQsMS40cy0wLjEsMS43LDAuOSwxLjZj
- MCwwLDAsMC4xLDAsMC4yYzAuNiwyLjMsMiw0LjksNC43LDQuOXM0LjItMi42LDQuNy00LjkgICBWMTNj
- MSwwLjEsMC42LTEuMSwwLjktMS42YzAuMi0wLjUsMC40LTAuOSwwLjMtMS40Yy0wLjEtMC40LTAuNC0w
- LjQtMC41LTAuM0MyMy4yLDQuOCwyMC4zLDUsMjAuMyw1UzIwLDIsMTQuOCwyICAgQzEwLDIsOS40LDYs
- MTAuNSw5LjZDMTAuNCw5LjYsMTAuMSw5LjcsMTAsOS45eiBNMjAsMThjLTAuOCwxLjUtMi4xLDQtNCw0
- cy0zLjItMi41LTQtNGMtMi4zLDMuNS04LDEtOCw4LjVWMzBoMjR2LTMuNSAgIEMyOCwxOS4xLDIyLjMs
- MjEuNCwyMCwxOHoiIGNsYXNzPSJHcmVlbiIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
+ Y2l0eTowLjU7fQoJLnN0MXtkaXNwbGF5Om5vbmU7fQoJLnN0MntkaXNwbGF5OmlubGluZTtmaWxsOiMw
+ MzlDMjM7fQoJLnN0M3tkaXNwbGF5OmlubGluZTtmaWxsOiNEMTFDMUM7fQoJLnN0NHtkaXNwbGF5Omlu
+ bGluZTtmaWxsOiM3MjcyNzI7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRW1wbG95ZWVzIj4NCiAgICA8cGF0
+ aCBkPSJNMTAsOS45Yy0wLjEsMC41LDAuMiwwLjksMC40LDEuNHMtMC4xLDEuNywwLjksMS42YzAsMCww
+ LDAuMSwwLDAuMmMwLjYsMi4zLDIsNC45LDQuNyw0LjlzNC4yLTIuNiw0LjctNC45ICAgVjEzYzEsMC4x
+ LDAuNi0xLjEsMC45LTEuNmMwLjItMC41LDAuNC0wLjksMC4zLTEuNGMtMC4xLTAuNC0wLjQtMC40LTAu
+ NS0wLjNDMjMuMiw0LjgsMjAuMyw1LDIwLjMsNVMyMCwyLDE0LjgsMiAgIEMxMCwyLDkuNCw2LDEwLjUs
+ OS42QzEwLjQsOS42LDEwLjEsOS43LDEwLDkuOXogTTIwLDE4Yy0wLjgsMS41LTIuMSw0LTQsNHMtMy4y
+ LTIuNS00LTRjLTIuMywzLjUtOCwxLTgsOC41VjMwaDI0di0zLjUgICBDMjgsMTkuMSwyMi4zLDIxLjQs
+ MjAsMTh6IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
@@ -914,6 +865,49 @@
290, 95
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
+ LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOsDAAAC77u/
+ PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
+ IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
+ MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
+ Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
+ MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlllbGxvd3tmaWxsOiNGRkIxMTU7fQoJ
+ LlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5HcmVlbntmaWxsOiMwMzlD
+ MjM7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
+ Y2l0eTowLjU7fQoJLnN0MXtkaXNwbGF5Om5vbmU7fQoJLnN0MntkaXNwbGF5OmlubGluZTtmaWxsOiMw
+ MzlDMjM7fQoJLnN0M3tkaXNwbGF5OmlubGluZTtmaWxsOiNEMTFDMUM7fQoJLnN0NHtkaXNwbGF5Omlu
+ bGluZTtmaWxsOiM3MjcyNzI7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQ3VzdG9tZXJzIj4NCiAgICA8cGF0
+ aCBkPSJNMTAsOS45Yy0wLjEsMC41LDAuMiwwLjksMC40LDEuNHMtMC4xLDEuNywwLjksMS42YzAsMCww
+ LDAuMSwwLDAuMmMwLjYsMi4zLDIsNC45LDQuNyw0LjlzNC4yLTIuNiw0LjctNC45ICAgVjEzYzEsMC4x
+ LDAuNi0xLjEsMC45LTEuNmMwLjItMC41LDAuNC0wLjksMC4zLTEuNGMtMC4xLTAuNC0wLjQtMC40LTAu
+ NS0wLjNDMjMuMiw0LjgsMjAuMyw1LDIwLjMsNVMyMCwyLDE0LjgsMiAgIEMxMCwyLDkuNCw2LDEwLjUs
+ OS42QzEwLjQsOS42LDEwLjEsOS43LDEwLDkuOXogTTIwLDE4Yy0wLjgsMS41LTIuMSw0LTQsNHMtMy4y
+ LTIuNS00LTRjLTIuMywzLjUtOCwxLTgsOC41VjMwaDI0di0zLjUgICBDMjgsMTkuMSwyMi4zLDIxLjQs
+ MjAsMTh6IiBjbGFzcz0iR3JlZW4iIC8+DQogIDwvZz4NCjwvc3ZnPgs=
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
+ LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
+ dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJkCAAAC77u/
+ PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
+ IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
+ MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
+ Y2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMiI+DQogIDxz
+ dHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQo8L3N0eWxlPg0KICA8ZyBp
+ ZD0iTGF5ZXJfMSI+DQogICAgPHBhdGggZD0iTTIzLjcsMTQuNGMwLjUsMC4zLDAuNSwwLjgsMCwxLjFs
+ LTExLjgsNy4zdjIuNmMwLDAuNiwwLjQsMC44LDAuOSwwLjVsMTYuOC0xMC40YzAuNS0wLjMsMC41LTAu
+ OCwwLTEuMSAgIEwxMi44LDQuMWMtMC41LTAuMy0wLjktMC4xLTAuOSwwLjV2Mi42TDIzLjcsMTQuNHoi
+ IGNsYXNzPSJCbHVlIiAvPg0KICAgIDxwYXRoIGQ9Ik0xOS43LDE1LjVjMC41LTAuMywwLjUtMC44LDAt
+ MS4xTDIuOSw0LjFDMi40LDMuOCwyLDQsMiw0LjZ2MjAuNmMwLDAuNiwwLjQsMC44LDAuOSwwLjVMMTku
+ NywxNS41eiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCiAgPGcgaWQ9IkxheWVyXzIiIC8+DQo8L3N2
+ Zz4L
+
+
862, 56
@@ -926,6 +920,9 @@
261, 134
+
+ 762, 134
+
159
diff --git a/app/DD_Clipboard_Searcher/frmAdministration.vb b/app/DD_Clipboard_Searcher/frmAdministration.vb
index ace0c84..0ffe958 100644
--- a/app/DD_Clipboard_Searcher/frmAdministration.vb
+++ b/app/DD_Clipboard_Searcher/frmAdministration.vb
@@ -1,4 +1,5 @@
-Imports DigitalData.Modules.Database
+Imports System.Text.RegularExpressions
+Imports DigitalData.Modules.Database
Public Class frmAdministration
Private _SelectedProcessName As String
Private _DragDrop As ClassDragDrop
@@ -499,7 +500,7 @@ Public Class frmAdministration
End Try
End Sub
- Private Sub XtraTabControl3_SelectedPageChanged(sender As Object, e As DevExpress.XtraTab.TabPageChangedEventArgs) Handles XtraTabControl3.SelectedPageChanged
+ Private Sub XtraTabControl1_SelectedPageChanged(sender As Object, e As DevExpress.XtraTab.TabPageChangedEventArgs) Handles XtraTabControl1.SelectedPageChanged, XtraTabControl2.SelectedPageChanged
Dim oTabName As String = e.Page.Name
Try
@@ -751,7 +752,7 @@ Public Class frmAdministration
End If
End Sub
- Private Sub GridControlUserInProfile_DragDrop(sender As Object, e As DragEventArgs) Handles GridControlUserInProfile.DragDrop
+ Private Sub GridControlUserInProfile_DragDrop(sender As Object, e As DragEventArgs)
'Try
' If PROFILE_IDTextBox.Text = String.Empty Then
' Exit Sub
@@ -780,7 +781,29 @@ Public Class frmAdministration
'End Try
End Sub
- Private Sub GridControlUserNotInProfile_DragDrop(sender As Object, e As DragEventArgs) Handles GridControlUserNotInProfile.DragDrop
+ Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles SimpleButton1.Click
+ If txtRegexTestString.Text.Count = 0 Then
+ MsgBox("Bitte füllen Sie den Regular Expression Test aus!", MsgBoxStyle.Exclamation, Text)
+ Exit Sub
+ End If
+
+ If textEdit5.Text.Count = 0 Then
+ MsgBox("Bitte füllen Sie die Regular Expression aus!", MsgBoxStyle.Exclamation, Text)
+ Exit Sub
+ End If
+
+ Dim oRegex As String = textEdit5.Text
+ Dim oTestString As String = txtRegexTestString.Text
+
+ If Regex.IsMatch(oTestString, oRegex) Then
+ MsgBox("Der Test war erfolgreich!", MsgBoxStyle.Information, Text)
+ Else
+ MsgBox("Der Test war NICHT erfolgreich!", MsgBoxStyle.Information, Text)
+ End If
+
+ End Sub
+
+ Private Sub XtraTabControl3_Click(sender As Object, e As EventArgs) Handles XtraTabControl3.Click
End Sub
End Class
\ No newline at end of file