change skin to default, use new logger

This commit is contained in:
Jonathan Jenne 2020-05-20 14:39:10 +02:00
parent 2c2329a7db
commit 36720bfe77
5 changed files with 111 additions and 98 deletions

View File

@ -8,7 +8,7 @@
<applicationSettings>
<DevExpress.LookAndFeel.Design.AppSettings>
<setting name="DefaultAppSkin" serializeAs="String">
<value>Skin/Office 2016 Colorful</value>
<value></value>
</setting>
<setting name="DefaultPalette" serializeAs="String">
<value></value>
@ -34,12 +34,19 @@
<setting name="DPIAwarenessMode" serializeAs="String">
<value></value>
</setting>
<setting name="CompactUI" serializeAs="String">
<value></value>
</setting>
<setting name="RegisterBonusSkins" serializeAs="String">
<value></value>
</setting>
<setting name="CustomPaletteCollection" serializeAs="Xml">
<value />
</setting>
</DevExpress.LookAndFeel.Design.AppSettings>
</applicationSettings>
<connectionStrings>
<add name="DD_Clipboard_Watcher.My.MySettings.DD_ECMConnectionString"
connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
providerName="System.Data.SqlClient" />
<add name="DD_Clipboard_Watcher.My.MySettings.DD_ECMConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />

View File

@ -9,7 +9,7 @@ Public Class ClassInit
Public _database As MSSQLServer
Public Sub InitLogger()
LogConfig = New LogConfig(LogConfig.PathType.AppData)
LogConfig = New LogConfig(LogConfig.PathType.AppData, Nothing, Nothing, Application.CompanyName, Application.ProductName)
Logger = LogConfig.GetLogger()
End Sub
Public Function InitDatabase()

View File

@ -0,0 +1,7 @@
DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@ -358,7 +358,7 @@ Partial Class frmAdministration
Me.GridControlProfiles.Location = New System.Drawing.Point(0, 0)
Me.GridControlProfiles.MainView = Me.GridViewProfiles
Me.GridControlProfiles.Name = "GridControlProfiles"
Me.GridControlProfiles.Size = New System.Drawing.Size(149, 600)
Me.GridControlProfiles.Size = New System.Drawing.Size(237, 602)
Me.GridControlProfiles.TabIndex = 18
Me.GridControlProfiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfiles})
'
@ -457,7 +457,7 @@ Partial Class frmAdministration
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3"
Me.XtraTabControl3.SelectedTabPage = Me.TabPageGeneralSettings
Me.XtraTabControl3.Size = New System.Drawing.Size(1206, 600)
Me.XtraTabControl3.Size = New System.Drawing.Size(1118, 602)
Me.XtraTabControl3.TabIndex = 21
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageGeneralSettings, Me.TabPageDocuments, Me.TabPageData, Me.TabPageProcessAssignment, Me.TabPageUserAssignment, Me.TabPageGroupAssignment})
'
@ -468,7 +468,7 @@ Partial Class frmAdministration
Me.TabPageGeneralSettings.ImageOptions.SvgImage = CType(resources.GetObject("TabPageGeneralSettings.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageGeneralSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageGeneralSettings.Name = "TabPageGeneralSettings"
Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1204, 568)
Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1116, 570)
Me.TabPageGeneralSettings.Text = "Allgemein"
'
'LayoutControl1
@ -524,15 +524,17 @@ Partial Class frmAdministration
'
Me.RibbonControl2.ApplicationButtonDropDownControl = Me.ApplicationMenu1
Me.RibbonControl2.ExpandCollapseItem.Id = 0
Me.RibbonControl2.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl2.ExpandCollapseItem, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.BarButtonItem10, Me.BarButtonItem11, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem16, Me.BarButtonItem17, Me.BarButtonItem15, Me.BarButtonItem18, Me.BarButtonItem19, Me.BarButtonItem20, Me.BarButtonItem21, Me.BarButtonItem22, Me.labelStatus, Me.BarButtonItem23, Me.BarButtonItem24, Me.BarButtonItem25, Me.BarButtonItem26, Me.BarButtonItem27, Me.RibbonControl2.SearchEditItem})
Me.RibbonControl2.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl2.ExpandCollapseItem, Me.RibbonControl2.SearchEditItem, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.BarButtonItem10, Me.BarButtonItem11, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem16, Me.BarButtonItem17, Me.BarButtonItem15, Me.BarButtonItem18, Me.BarButtonItem19, Me.BarButtonItem20, Me.BarButtonItem21, Me.BarButtonItem22, Me.labelStatus, Me.BarButtonItem23, Me.BarButtonItem24, Me.BarButtonItem25, Me.BarButtonItem26, Me.BarButtonItem27})
Me.RibbonControl2.Location = New System.Drawing.Point(0, 0)
Me.RibbonControl2.MaxItemId = 14
Me.RibbonControl2.Name = "RibbonControl2"
Me.RibbonControl2.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage2})
Me.RibbonControl2.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.[False]
Me.RibbonControl2.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
Me.RibbonControl2.ShowToolbarCustomizeItem = False
Me.RibbonControl2.Size = New System.Drawing.Size(1365, 158)
Me.RibbonControl2.StatusBar = Me.RibbonStatusBar1
Me.RibbonControl2.Toolbar.ShowCustomizeItem = False
Me.RibbonControl2.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden
'
'ApplicationMenu1
@ -821,10 +823,10 @@ Partial Class frmAdministration
'RibbonStatusBar1
'
Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus)
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 758)
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 760)
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl2
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1365, 24)
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1365, 22)
'
'textEdit2
'
@ -1048,7 +1050,7 @@ Partial Class frmAdministration
Me.TabPageDocuments.ImageOptions.SvgImage = CType(resources.GetObject("TabPageDocuments.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageDocuments.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageDocuments.Name = "TabPageDocuments"
Me.TabPageDocuments.Size = New System.Drawing.Size(1204, 568)
Me.TabPageDocuments.Size = New System.Drawing.Size(1114, 568)
Me.TabPageDocuments.Text = "Dokument-Suchen"
'
'LayoutControlDocs
@ -1069,7 +1071,7 @@ Partial Class frmAdministration
Me.LayoutControlDocs.Name = "LayoutControlDocs"
Me.LayoutControlDocs.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-854, 328, 650, 400)
Me.LayoutControlDocs.Root = Me.LayoutControlGroup2
Me.LayoutControlDocs.Size = New System.Drawing.Size(1004, 568)
Me.LayoutControlDocs.Size = New System.Drawing.Size(914, 568)
Me.LayoutControlDocs.TabIndex = 24
Me.LayoutControlDocs.Text = "LayoutControl2"
'
@ -1079,7 +1081,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(332, 20)
Me.CheckEdit3.Size = New System.Drawing.Size(301, 20)
Me.CheckEdit3.StyleController = Me.LayoutControlDocs
Me.CheckEdit3.TabIndex = 8
'
@ -1089,27 +1091,27 @@ Partial Class frmAdministration
Me.TextEdit17.Location = New System.Drawing.Point(12, 148)
Me.TextEdit17.Name = "TextEdit17"
Me.TextEdit17.Properties.ReadOnly = True
Me.TextEdit17.Size = New System.Drawing.Size(128, 20)
Me.TextEdit17.Size = New System.Drawing.Size(125, 20)
Me.TextEdit17.StyleController = Me.LayoutControlDocs
Me.TextEdit17.TabIndex = 4
'
'TextEdit15
'
Me.TextEdit15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True))
Me.TextEdit15.Location = New System.Drawing.Point(144, 148)
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(200, 20)
Me.TextEdit15.Size = New System.Drawing.Size(172, 20)
Me.TextEdit15.StyleController = Me.LayoutControlDocs
Me.TextEdit15.TabIndex = 5
'
'TextEdit18
'
Me.TextEdit18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True))
Me.TextEdit18.Location = New System.Drawing.Point(144, 188)
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(200, 20)
Me.TextEdit18.Size = New System.Drawing.Size(172, 20)
Me.TextEdit18.StyleController = Me.LayoutControlDocs
Me.TextEdit18.TabIndex = 7
'
@ -1119,7 +1121,7 @@ Partial Class frmAdministration
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(12, 188)
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.Properties.ReadOnly = True
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(128, 20)
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(125, 20)
Me.CHANGED_WHOTextBox2.StyleController = Me.LayoutControlDocs
Me.CHANGED_WHOTextBox2.TabIndex = 6
'
@ -1129,7 +1131,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(204, 20)
Me.TextEdit16.Size = New System.Drawing.Size(173, 20)
Me.TextEdit16.StyleController = Me.LayoutControlDocs
Me.TextEdit16.TabIndex = 9
'
@ -1146,7 +1148,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(204, 20)
Me.LookUpEdit1.Size = New System.Drawing.Size(173, 20)
Me.LookUpEdit1.StyleController = Me.LayoutControlDocs
Me.LookUpEdit1.TabIndex = 11
'
@ -1158,22 +1160,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(348, 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(644, 224)
Me.MemoEdit5.Size = New System.Drawing.Size(585, 224)
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(348, 272)
Me.MemoEdit6.Location = New System.Drawing.Point(317, 272)
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(644, 284)
Me.MemoEdit6.Size = New System.Drawing.Size(585, 284)
Me.MemoEdit6.StyleController = Me.LayoutControlDocs
Me.MemoEdit6.TabIndex = 13
'
@ -1183,7 +1185,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(204, 20)
Me.txtDOC_GUID.Size = New System.Drawing.Size(173, 20)
Me.txtDOC_GUID.StyleController = Me.LayoutControlDocs
Me.txtDOC_GUID.TabIndex = 14
'
@ -1201,7 +1203,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(204, 20)
Me.TextEdit19.Size = New System.Drawing.Size(173, 20)
Me.TextEdit19.StyleController = Me.LayoutControlDocs
Me.TextEdit19.TabIndex = 10
'
@ -1216,7 +1218,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(1004, 568)
Me.LayoutControlGroup2.Size = New System.Drawing.Size(914, 568)
Me.LayoutControlGroup2.TextVisible = False
'
'LayoutControlItem29
@ -1225,7 +1227,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(336, 24)
Me.LayoutControlItem29.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem29.Text = "Titel:"
Me.LayoutControlItem29.TextSize = New System.Drawing.Size(125, 13)
'
@ -1235,7 +1237,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(336, 24)
Me.LayoutControlItem30.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem30.Text = "Position/Reihenfolge:"
Me.LayoutControlItem30.TextSize = New System.Drawing.Size(125, 13)
'
@ -1245,7 +1247,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(336, 24)
Me.LayoutControlItem31.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem31.Text = "Datenbank-Verbindung:"
Me.LayoutControlItem31.TextSize = New System.Drawing.Size(125, 13)
'
@ -1255,7 +1257,7 @@ Partial Class frmAdministration
Me.LayoutControlItem25.CustomizationFormText = "layoutControlItem1"
Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 120)
Me.LayoutControlItem25.Name = "LayoutControlItem25"
Me.LayoutControlItem25.Size = New System.Drawing.Size(132, 40)
Me.LayoutControlItem25.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem25.Text = "Erstellt wer:"
Me.LayoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem25.TextSize = New System.Drawing.Size(125, 13)
@ -1264,9 +1266,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem27.Control = Me.TextEdit18
Me.LayoutControlItem27.CustomizationFormText = "layoutControlItem4"
Me.LayoutControlItem27.Location = New System.Drawing.Point(132, 160)
Me.LayoutControlItem27.Location = New System.Drawing.Point(129, 160)
Me.LayoutControlItem27.Name = "LayoutControlItem27"
Me.LayoutControlItem27.Size = New System.Drawing.Size(204, 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)
@ -1275,9 +1277,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem26.Control = Me.TextEdit15
Me.LayoutControlItem26.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem26.Location = New System.Drawing.Point(132, 120)
Me.LayoutControlItem26.Location = New System.Drawing.Point(129, 120)
Me.LayoutControlItem26.Name = "LayoutControlItem26"
Me.LayoutControlItem26.Size = New System.Drawing.Size(204, 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)
@ -1287,16 +1289,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(336, 348)
Me.EmptySpaceItem2.Size = New System.Drawing.Size(305, 348)
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(336, 244)
Me.LayoutControlItem33.Location = New System.Drawing.Point(305, 244)
Me.LayoutControlItem33.Name = "LayoutControlItem33"
Me.LayoutControlItem33.Size = New System.Drawing.Size(648, 304)
Me.LayoutControlItem33.Size = New System.Drawing.Size(589, 304)
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)
@ -1305,9 +1307,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem32.Control = Me.MemoEdit5
Me.LayoutControlItem32.CustomizationFormText = "SQL für Suche:"
Me.LayoutControlItem32.Location = New System.Drawing.Point(336, 0)
Me.LayoutControlItem32.Location = New System.Drawing.Point(305, 0)
Me.LayoutControlItem32.Name = "LayoutControlItem32"
Me.LayoutControlItem32.Size = New System.Drawing.Size(648, 244)
Me.LayoutControlItem32.Size = New System.Drawing.Size(589, 244)
Me.LayoutControlItem32.Text = "SQL für Suche:"
Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13)
@ -1318,7 +1320,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(336, 24)
Me.LayoutControlItem34.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem34.Text = "ID:"
Me.LayoutControlItem34.TextSize = New System.Drawing.Size(125, 13)
'
@ -1328,7 +1330,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(336, 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
@ -1339,7 +1341,7 @@ Partial Class frmAdministration
Me.LayoutControlItem28.CustomizationFormText = "layoutControlItem3"
Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 160)
Me.LayoutControlItem28.Name = "LayoutControlItem28"
Me.LayoutControlItem28.Size = New System.Drawing.Size(132, 40)
Me.LayoutControlItem28.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem28.Text = "Geändert wer:"
Me.LayoutControlItem28.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem28.TextSize = New System.Drawing.Size(125, 13)
@ -1385,7 +1387,7 @@ Partial Class frmAdministration
Me.TabPageData.ImageOptions.SvgImage = CType(resources.GetObject("TabPageData.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageData.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageData.Name = "TabPageData"
Me.TabPageData.Size = New System.Drawing.Size(1204, 568)
Me.TabPageData.Size = New System.Drawing.Size(1114, 568)
Me.TabPageData.Text = "Daten-Suchen"
'
'LayoutControlData
@ -1406,7 +1408,7 @@ Partial Class frmAdministration
Me.LayoutControlData.Name = "LayoutControlData"
Me.LayoutControlData.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-714, 293, 650, 400)
Me.LayoutControlData.Root = Me.LayoutControlGroup3
Me.LayoutControlData.Size = New System.Drawing.Size(1004, 568)
Me.LayoutControlData.Size = New System.Drawing.Size(914, 568)
Me.LayoutControlData.TabIndex = 26
Me.LayoutControlData.Text = "LayoutControl3"
'
@ -1416,17 +1418,17 @@ Partial Class frmAdministration
Me.TextEdit12.Location = New System.Drawing.Point(12, 148)
Me.TextEdit12.Name = "TextEdit12"
Me.TextEdit12.Properties.ReadOnly = True
Me.TextEdit12.Size = New System.Drawing.Size(128, 20)
Me.TextEdit12.Size = New System.Drawing.Size(125, 20)
Me.TextEdit12.StyleController = Me.LayoutControlData
Me.TextEdit12.TabIndex = 4
'
'TextEdit13
'
Me.TextEdit13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "ADDED_WHEN", True))
Me.TextEdit13.Location = New System.Drawing.Point(144, 148)
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(200, 20)
Me.TextEdit13.Size = New System.Drawing.Size(172, 20)
Me.TextEdit13.StyleController = Me.LayoutControlData
Me.TextEdit13.TabIndex = 5
'
@ -1436,17 +1438,17 @@ Partial Class frmAdministration
Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(12, 188)
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
Me.CHANGED_WHOTextBox1.Properties.ReadOnly = True
Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(128, 20)
Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(125, 20)
Me.CHANGED_WHOTextBox1.StyleController = Me.LayoutControlData
Me.CHANGED_WHOTextBox1.TabIndex = 6
'
'TextEdit11
'
Me.TextEdit11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "CHANGED_WHEN", True))
Me.TextEdit11.Location = New System.Drawing.Point(144, 188)
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(200, 20)
Me.TextEdit11.Size = New System.Drawing.Size(172, 20)
Me.TextEdit11.StyleController = Me.LayoutControlData
Me.TextEdit11.TabIndex = 7
'
@ -1457,7 +1459,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(332, 20)
Me.CheckEdit2.Size = New System.Drawing.Size(301, 20)
Me.CheckEdit2.StyleController = Me.LayoutControlData
Me.CheckEdit2.TabIndex = 8
'
@ -1468,7 +1470,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(204, 20)
Me.TextEdit9.Size = New System.Drawing.Size(173, 20)
Me.TextEdit9.StyleController = Me.LayoutControlData
Me.TextEdit9.TabIndex = 9
'
@ -1486,31 +1488,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(204, 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(348, 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(644, 225)
Me.MemoEdit3.Size = New System.Drawing.Size(585, 225)
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(348, 273)
Me.MemoEdit4.Location = New System.Drawing.Point(317, 273)
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(644, 283)
Me.MemoEdit4.Size = New System.Drawing.Size(585, 283)
Me.MemoEdit4.StyleController = Me.LayoutControlData
Me.MemoEdit4.TabIndex = 13
'
@ -1521,7 +1523,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(204, 20)
Me.txtDATAGUID.Size = New System.Drawing.Size(173, 20)
Me.txtDATAGUID.StyleController = Me.LayoutControlData
Me.txtDATAGUID.TabIndex = 14
'
@ -1540,7 +1542,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(204, 20)
Me.TextEdit10.Size = New System.Drawing.Size(173, 20)
Me.TextEdit10.StyleController = Me.LayoutControlData
Me.TextEdit10.TabIndex = 10
'
@ -1550,7 +1552,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(1004, 568)
Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 568)
Me.LayoutControlGroup3.TextVisible = False
'
'LayoutControlItem10
@ -1558,7 +1560,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(336, 24)
Me.LayoutControlItem10.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem10.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem10.TextVisible = False
'
@ -1568,7 +1570,7 @@ Partial Class frmAdministration
Me.LayoutControlItem14.CustomizationFormText = "layoutControlItem1"
Me.LayoutControlItem14.Location = New System.Drawing.Point(0, 120)
Me.LayoutControlItem14.Name = "LayoutControlItem14"
Me.LayoutControlItem14.Size = New System.Drawing.Size(132, 40)
Me.LayoutControlItem14.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem14.Text = "Erstellt wer:"
Me.LayoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem14.TextSize = New System.Drawing.Size(125, 13)
@ -1577,9 +1579,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem15.Control = Me.TextEdit13
Me.LayoutControlItem15.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem15.Location = New System.Drawing.Point(132, 120)
Me.LayoutControlItem15.Location = New System.Drawing.Point(129, 120)
Me.LayoutControlItem15.Name = "LayoutControlItem15"
Me.LayoutControlItem15.Size = New System.Drawing.Size(204, 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)
@ -1588,9 +1590,9 @@ Partial Class frmAdministration
'
Me.LayoutControlItem17.Control = Me.TextEdit11
Me.LayoutControlItem17.CustomizationFormText = "layoutControlItem4"
Me.LayoutControlItem17.Location = New System.Drawing.Point(132, 160)
Me.LayoutControlItem17.Location = New System.Drawing.Point(129, 160)
Me.LayoutControlItem17.Name = "LayoutControlItem17"
Me.LayoutControlItem17.Size = New System.Drawing.Size(204, 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)
@ -1601,7 +1603,7 @@ Partial Class frmAdministration
Me.LayoutControlItem16.CustomizationFormText = "layoutControlItem3"
Me.LayoutControlItem16.Location = New System.Drawing.Point(0, 160)
Me.LayoutControlItem16.Name = "LayoutControlItem16"
Me.LayoutControlItem16.Size = New System.Drawing.Size(132, 40)
Me.LayoutControlItem16.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem16.Text = "Geändert wer:"
Me.LayoutControlItem16.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem16.TextSize = New System.Drawing.Size(125, 13)
@ -1611,7 +1613,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(336, 24)
Me.LayoutControlItem11.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem11.Text = "Titel:"
Me.LayoutControlItem11.TextSize = New System.Drawing.Size(125, 13)
'
@ -1620,7 +1622,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(336, 24)
Me.LayoutControlItem12.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem12.Text = "Position/Reihenfolge:"
Me.LayoutControlItem12.TextSize = New System.Drawing.Size(125, 13)
'
@ -1629,16 +1631,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(336, 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(336, 0)
Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 0)
Me.LayoutControlItem21.Name = "LayoutControlItem21"
Me.LayoutControlItem21.Size = New System.Drawing.Size(648, 245)
Me.LayoutControlItem21.Size = New System.Drawing.Size(589, 245)
Me.LayoutControlItem21.Text = "SQL für Suche:"
Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13)
@ -1646,9 +1648,9 @@ Partial Class frmAdministration
'LayoutControlItem22
'
Me.LayoutControlItem22.Control = Me.MemoEdit4
Me.LayoutControlItem22.Location = New System.Drawing.Point(336, 245)
Me.LayoutControlItem22.Location = New System.Drawing.Point(305, 245)
Me.LayoutControlItem22.Name = "LayoutControlItem22"
Me.LayoutControlItem22.Size = New System.Drawing.Size(648, 303)
Me.LayoutControlItem22.Size = New System.Drawing.Size(589, 303)
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)
@ -1658,7 +1660,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(336, 348)
Me.EmptySpaceItem1.Size = New System.Drawing.Size(305, 348)
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem23
@ -1666,7 +1668,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(336, 24)
Me.LayoutControlItem23.Size = New System.Drawing.Size(305, 24)
Me.LayoutControlItem23.Text = "ID:"
Me.LayoutControlItem23.TextSize = New System.Drawing.Size(125, 13)
'
@ -1710,7 +1712,7 @@ Partial Class frmAdministration
Me.TabPageProcessAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageProcessAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageProcessAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageProcessAssignment.Name = "TabPageProcessAssignment"
Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1204, 568)
Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1114, 568)
Me.TabPageProcessAssignment.Text = "Anwendungs Zuordnung"
'
'CtrlApplicationAssignment1
@ -1722,7 +1724,7 @@ Partial Class frmAdministration
Me.CtrlApplicationAssignment1.SelectedProcessId = 0
Me.CtrlApplicationAssignment1.SelectedProfileId = 0
Me.CtrlApplicationAssignment1.SelectedWindowId = 0
Me.CtrlApplicationAssignment1.Size = New System.Drawing.Size(1204, 568)
Me.CtrlApplicationAssignment1.Size = New System.Drawing.Size(1114, 568)
Me.CtrlApplicationAssignment1.TabIndex = 2
'
'TabPageUserAssignment
@ -1731,7 +1733,7 @@ Partial Class frmAdministration
Me.TabPageUserAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageUserAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageUserAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageUserAssignment.Name = "TabPageUserAssignment"
Me.TabPageUserAssignment.Size = New System.Drawing.Size(1204, 568)
Me.TabPageUserAssignment.Size = New System.Drawing.Size(1114, 568)
Me.TabPageUserAssignment.Text = "Benutzer Zuordnung"
'
'SplitContainer1
@ -1750,7 +1752,7 @@ Partial Class frmAdministration
'
Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUserNotInProfile)
Me.SplitContainer1.Panel2.Controls.Add(Me.Label2)
Me.SplitContainer1.Size = New System.Drawing.Size(1204, 568)
Me.SplitContainer1.Size = New System.Drawing.Size(1114, 568)
Me.SplitContainer1.SplitterDistance = 277
Me.SplitContainer1.TabIndex = 98
'
@ -1761,7 +1763,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(1204, 252)
Me.GridControlUserInProfile.Size = New System.Drawing.Size(1114, 252)
Me.GridControlUserInProfile.TabIndex = 93
Me.GridControlUserInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserInProfile})
'
@ -1830,7 +1832,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(1204, 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
@ -1843,7 +1845,7 @@ Partial Class frmAdministration
Me.GridControlUserNotInProfile.MainView = Me.GridViewUserNotInProfile
Me.GridControlUserNotInProfile.Name = "GridControlUserNotInProfile"
Me.GridControlUserNotInProfile.ShowOnlyPredefinedDetails = True
Me.GridControlUserNotInProfile.Size = New System.Drawing.Size(1204, 262)
Me.GridControlUserNotInProfile.Size = New System.Drawing.Size(1114, 262)
Me.GridControlUserNotInProfile.TabIndex = 96
Me.GridControlUserNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserNotInProfile})
'
@ -1904,7 +1906,7 @@ 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(1204, 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
@ -1916,7 +1918,7 @@ Partial Class frmAdministration
Me.TabPageGroupAssignment.ImageOptions.SvgImage = CType(resources.GetObject("TabPageGroupAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.TabPageGroupAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20)
Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment"
Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1204, 568)
Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1114, 568)
Me.TabPageGroupAssignment.Text = "Gruppen Zuordnung"
'
'SplitContainer2
@ -1935,7 +1937,7 @@ Partial Class frmAdministration
'
Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile)
Me.SplitContainer2.Panel2.Controls.Add(Me.Label10)
Me.SplitContainer2.Size = New System.Drawing.Size(1204, 568)
Me.SplitContainer2.Size = New System.Drawing.Size(1114, 568)
Me.SplitContainer2.SplitterDistance = 274
Me.SplitContainer2.TabIndex = 0
'
@ -1946,7 +1948,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(1204, 249)
Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1114, 249)
Me.GridControlGroupInProfile.TabIndex = 1
Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile})
'
@ -1996,7 +1998,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(1204, 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
@ -2008,7 +2010,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(1204, 265)
Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1114, 265)
Me.GridControlGroupNotInProfile.TabIndex = 1
Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile})
'
@ -2057,7 +2059,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(1204, 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
@ -2097,8 +2099,8 @@ Partial Class frmAdministration
Me.SplitContainerControl1.Panel1.Text = "Panel1"
Me.SplitContainerControl1.Panel2.Controls.Add(Me.XtraTabControl3)
Me.SplitContainerControl1.Panel2.Text = "Panel2"
Me.SplitContainerControl1.Size = New System.Drawing.Size(1365, 600)
Me.SplitContainerControl1.SplitterPosition = 149
Me.SplitContainerControl1.Size = New System.Drawing.Size(1365, 602)
Me.SplitContainerControl1.SplitterPosition = 237
Me.SplitContainerControl1.TabIndex = 27
Me.SplitContainerControl1.Text = "SplitContainerControl1"
'

View File

@ -123,9 +123,6 @@
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>245, 17</value>
</metadata>
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>245, 17</value>
</metadata>
<metadata name="TBWH_UserBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 56</value>
</metadata>