simple placeholders for sql boxes

This commit is contained in:
Jonathan Jenne 2020-06-09 14:42:08 +02:00
parent e676d57730
commit f790d19bcd
3 changed files with 410 additions and 281 deletions

View File

@ -166,6 +166,10 @@ Partial Class frmAdministration
Me.MemoEdit4 = New DevExpress.XtraEditors.MemoEdit() Me.MemoEdit4 = New DevExpress.XtraEditors.MemoEdit()
Me.txtDATAGUID = New DevExpress.XtraEditors.TextEdit() Me.txtDATAGUID = New DevExpress.XtraEditors.TextEdit()
Me.TextEdit10 = New DevExpress.XtraEditors.LookUpEdit() Me.TextEdit10 = New DevExpress.XtraEditors.LookUpEdit()
Me.ComboBoxEdit5 = New DevExpress.XtraEditors.ComboBoxEdit()
Me.SimpleButton4 = New DevExpress.XtraEditors.SimpleButton()
Me.ComboBoxEdit6 = New DevExpress.XtraEditors.ComboBoxEdit()
Me.SimpleButton5 = New DevExpress.XtraEditors.SimpleButton()
Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem14 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem14 = New DevExpress.XtraLayout.LayoutControlItem()
@ -179,6 +183,10 @@ Partial Class frmAdministration
Me.LayoutControlItem22 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem22 = New DevExpress.XtraLayout.LayoutControlItem()
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem() Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.LayoutControlItem23 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem23 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem41 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem42 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem43 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem44 = New DevExpress.XtraLayout.LayoutControlItem()
Me.GridControl2 = New DevExpress.XtraGrid.GridControl() Me.GridControl2 = New DevExpress.XtraGrid.GridControl()
Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colTAB_TITLE1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colTAB_TITLE1 = New DevExpress.XtraGrid.Columns.GridColumn()
@ -186,6 +194,20 @@ Partial Class frmAdministration
Me.CtrlApplicationAssignment1 = New DD_Clipboard_Watcher.ctrlApplicationAssignment() Me.CtrlApplicationAssignment1 = New DD_Clipboard_Watcher.ctrlApplicationAssignment()
Me.TabPageProfileAssignment = New DevExpress.XtraTab.XtraTabPage() Me.TabPageProfileAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.TabPageGroupAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.GridControlGroupInProfile = New DevExpress.XtraGrid.GridControl()
Me.VWCW_GROUP_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridViewGroupInProfile = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID3 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colNAME2 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.Label9 = New System.Windows.Forms.Label()
Me.GridControlGroupNotInProfile = New DevExpress.XtraGrid.GridControl()
Me.TBWH_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridViewGroupNotInProfile = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colID1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colNAME3 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.Label10 = New System.Windows.Forms.Label()
Me.TabPageUserAssignment = New DevExpress.XtraTab.XtraTabPage() Me.TabPageUserAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.GridControlUserInProfile = New DevExpress.XtraGrid.GridControl() Me.GridControlUserInProfile = New DevExpress.XtraGrid.GridControl()
@ -202,20 +224,6 @@ Partial Class frmAdministration
Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.Label2 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label()
Me.TabPageGroupAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.GridControlGroupInProfile = New DevExpress.XtraGrid.GridControl()
Me.VWCW_GROUP_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridViewGroupInProfile = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID3 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colNAME2 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.Label9 = New System.Windows.Forms.Label()
Me.GridControlGroupNotInProfile = New DevExpress.XtraGrid.GridControl()
Me.TBWH_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridViewGroupNotInProfile = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colID1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colNAME3 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.Label10 = New System.Windows.Forms.Label()
Me.TBCW_PROF_DATA_SEARCHTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_DATA_SEARCHTableAdapter() Me.TBCW_PROF_DATA_SEARCHTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_DATA_SEARCHTableAdapter()
Me.TBCW_PROF_DOC_SEARCHTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_DOC_SEARCHTableAdapter() Me.TBCW_PROF_DOC_SEARCHTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_DOC_SEARCHTableAdapter()
Me.VWCW_GROUP_PROFILETableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.VWCW_GROUP_PROFILETableAdapter() Me.VWCW_GROUP_PROFILETableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.VWCW_GROUP_PROFILETableAdapter()
@ -324,6 +332,8 @@ Partial Class frmAdministration
CType(Me.MemoEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MemoEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtDATAGUID.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtDATAGUID.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TextEdit10.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextEdit10.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ComboBoxEdit5.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ComboBoxEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).BeginInit()
@ -337,21 +347,16 @@ Partial Class frmAdministration
CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem23, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem23, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem41, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem42, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem43, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem44, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPageProcessAssignment.SuspendLayout() Me.TabPageProcessAssignment.SuspendLayout()
Me.TabPageProfileAssignment.SuspendLayout() Me.TabPageProfileAssignment.SuspendLayout()
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl2.SuspendLayout() Me.XtraTabControl2.SuspendLayout()
Me.TabPageUserAssignment.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
CType(Me.GridControlUserInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewUserInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControlUserNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewUserNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPageGroupAssignment.SuspendLayout() Me.TabPageGroupAssignment.SuspendLayout()
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel1.SuspendLayout()
@ -363,6 +368,15 @@ Partial Class frmAdministration
CType(Me.GridControlGroupNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlGroupNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBWH_GROUPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBWH_GROUPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewGroupNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewGroupNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPageUserAssignment.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
CType(Me.GridControlUserInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewUserInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControlUserNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewUserNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControl1.SuspendLayout() Me.SplitContainerControl1.SuspendLayout()
CType(Me.MemoEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MemoEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
@ -1185,7 +1199,7 @@ Partial Class frmAdministration
'TextEdit17 'TextEdit17
' '
Me.TextEdit17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHO", True)) Me.TextEdit17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHO", True))
Me.TextEdit17.Location = New System.Drawing.Point(12, 174) Me.TextEdit17.Location = New System.Drawing.Point(12, 148)
Me.TextEdit17.Name = "TextEdit17" Me.TextEdit17.Name = "TextEdit17"
Me.TextEdit17.Properties.ReadOnly = True Me.TextEdit17.Properties.ReadOnly = True
Me.TextEdit17.Size = New System.Drawing.Size(125, 20) Me.TextEdit17.Size = New System.Drawing.Size(125, 20)
@ -1195,7 +1209,7 @@ Partial Class frmAdministration
'TextEdit15 'TextEdit15
' '
Me.TextEdit15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True)) Me.TextEdit15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True))
Me.TextEdit15.Location = New System.Drawing.Point(141, 174) Me.TextEdit15.Location = New System.Drawing.Point(141, 148)
Me.TextEdit15.Name = "TextEdit15" Me.TextEdit15.Name = "TextEdit15"
Me.TextEdit15.Properties.ReadOnly = True Me.TextEdit15.Properties.ReadOnly = True
Me.TextEdit15.Size = New System.Drawing.Size(170, 20) Me.TextEdit15.Size = New System.Drawing.Size(170, 20)
@ -1205,7 +1219,7 @@ Partial Class frmAdministration
'TextEdit18 'TextEdit18
' '
Me.TextEdit18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True)) Me.TextEdit18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True))
Me.TextEdit18.Location = New System.Drawing.Point(141, 214) Me.TextEdit18.Location = New System.Drawing.Point(141, 188)
Me.TextEdit18.Name = "TextEdit18" Me.TextEdit18.Name = "TextEdit18"
Me.TextEdit18.Properties.ReadOnly = True Me.TextEdit18.Properties.ReadOnly = True
Me.TextEdit18.Size = New System.Drawing.Size(170, 20) Me.TextEdit18.Size = New System.Drawing.Size(170, 20)
@ -1215,7 +1229,7 @@ Partial Class frmAdministration
'CHANGED_WHOTextBox2 'CHANGED_WHOTextBox2
' '
Me.CHANGED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(12, 214) Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(12, 188)
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2" Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.Properties.ReadOnly = True Me.CHANGED_WHOTextBox2.Properties.ReadOnly = True
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(125, 20) Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(125, 20)
@ -1235,7 +1249,7 @@ Partial Class frmAdministration
'LookUpEdit1 'LookUpEdit1
' '
Me.LookUpEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CONN_ID", True)) Me.LookUpEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CONN_ID", True))
Me.LookUpEdit1.Location = New System.Drawing.Point(140, 134) Me.LookUpEdit1.Location = New System.Drawing.Point(140, 108)
Me.LookUpEdit1.Name = "LookUpEdit1" Me.LookUpEdit1.Name = "LookUpEdit1"
Me.LookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.LookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.LookUpEdit1.Properties.Columns.AddRange(New DevExpress.XtraEditors.Controls.LookUpColumnInfo() {New DevExpress.XtraEditors.Controls.LookUpColumnInfo("BEZEICHNUNG", "Verbindung", 80, DevExpress.Utils.FormatType.None, "", True, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.[Default])}) Me.LookUpEdit1.Properties.Columns.AddRange(New DevExpress.XtraEditors.Controls.LookUpColumnInfo() {New DevExpress.XtraEditors.Controls.LookUpColumnInfo("BEZEICHNUNG", "Verbindung", 80, DevExpress.Utils.FormatType.None, "", True, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.[Default])})
@ -1261,18 +1275,18 @@ Partial Class frmAdministration
Me.MemoEdit5.Name = "MemoEdit5" Me.MemoEdit5.Name = "MemoEdit5"
Me.MemoEdit5.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MemoEdit5.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit5.Properties.Appearance.Options.UseFont = True Me.MemoEdit5.Properties.Appearance.Options.UseFont = True
Me.MemoEdit5.Size = New System.Drawing.Size(587, 181) Me.MemoEdit5.Size = New System.Drawing.Size(587, 216)
Me.MemoEdit5.StyleController = Me.LayoutControlDocs Me.MemoEdit5.StyleController = Me.LayoutControlDocs
Me.MemoEdit5.TabIndex = 12 Me.MemoEdit5.TabIndex = 12
' '
'MemoEdit6 'MemoEdit6
' '
Me.MemoEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "COUNT_COMMAND", True)) Me.MemoEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "COUNT_COMMAND", True))
Me.MemoEdit6.Location = New System.Drawing.Point(315, 281) Me.MemoEdit6.Location = New System.Drawing.Point(315, 316)
Me.MemoEdit6.Name = "MemoEdit6" Me.MemoEdit6.Name = "MemoEdit6"
Me.MemoEdit6.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MemoEdit6.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit6.Properties.Appearance.Options.UseFont = True Me.MemoEdit6.Properties.Appearance.Options.UseFont = True
Me.MemoEdit6.Size = New System.Drawing.Size(587, 247) Me.MemoEdit6.Size = New System.Drawing.Size(587, 212)
Me.MemoEdit6.StyleController = Me.LayoutControlDocs Me.MemoEdit6.StyleController = Me.LayoutControlDocs
Me.MemoEdit6.TabIndex = 13 Me.MemoEdit6.TabIndex = 13
' '
@ -1300,7 +1314,7 @@ Partial Class frmAdministration
Me.TextEdit19.Properties.PopupSizeable = False Me.TextEdit19.Properties.PopupSizeable = False
Me.TextEdit19.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard Me.TextEdit19.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard
Me.TextEdit19.Properties.ValueMember = "POSITION_INDEX" Me.TextEdit19.Properties.ValueMember = "POSITION_INDEX"
Me.TextEdit19.Size = New System.Drawing.Size(171, 46) Me.TextEdit19.Size = New System.Drawing.Size(171, 20)
Me.TextEdit19.StyleController = Me.LayoutControlDocs Me.TextEdit19.StyleController = Me.LayoutControlDocs
Me.TextEdit19.TabIndex = 10 Me.TextEdit19.TabIndex = 10
' '
@ -1330,7 +1344,7 @@ Partial Class frmAdministration
' '
'ComboBoxEdit4 'ComboBoxEdit4
' '
Me.ComboBoxEdit4.Location = New System.Drawing.Point(443, 239) Me.ComboBoxEdit4.Location = New System.Drawing.Point(443, 274)
Me.ComboBoxEdit4.MenuManager = Me.RibbonControl2 Me.ComboBoxEdit4.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit4.Name = "ComboBoxEdit4" Me.ComboBoxEdit4.Name = "ComboBoxEdit4"
Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@ -1340,7 +1354,7 @@ Partial Class frmAdministration
' '
'SimpleButton3 'SimpleButton3
' '
Me.SimpleButton3.Location = New System.Drawing.Point(804, 239) Me.SimpleButton3.Location = New System.Drawing.Point(804, 274)
Me.SimpleButton3.Name = "SimpleButton3" Me.SimpleButton3.Name = "SimpleButton3"
Me.SimpleButton3.Size = New System.Drawing.Size(98, 22) Me.SimpleButton3.Size = New System.Drawing.Size(98, 22)
Me.SimpleButton3.StyleController = Me.LayoutControlDocs Me.SimpleButton3.StyleController = Me.LayoutControlDocs
@ -1372,7 +1386,7 @@ Partial Class frmAdministration
Me.LayoutControlItem30.CustomizationFormText = "Position:" Me.LayoutControlItem30.CustomizationFormText = "Position:"
Me.LayoutControlItem30.Location = New System.Drawing.Point(0, 72) Me.LayoutControlItem30.Location = New System.Drawing.Point(0, 72)
Me.LayoutControlItem30.Name = "LayoutControlItem30" Me.LayoutControlItem30.Name = "LayoutControlItem30"
Me.LayoutControlItem30.Size = New System.Drawing.Size(303, 50) Me.LayoutControlItem30.Size = New System.Drawing.Size(303, 24)
Me.LayoutControlItem30.Text = "Position/Reihenfolge:" Me.LayoutControlItem30.Text = "Position/Reihenfolge:"
Me.LayoutControlItem30.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem30.TextSize = New System.Drawing.Size(125, 13)
' '
@ -1380,7 +1394,7 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem31.Control = Me.LookUpEdit1 Me.LayoutControlItem31.Control = Me.LookUpEdit1
Me.LayoutControlItem31.CustomizationFormText = "Verbindung:" Me.LayoutControlItem31.CustomizationFormText = "Verbindung:"
Me.LayoutControlItem31.Location = New System.Drawing.Point(0, 122) Me.LayoutControlItem31.Location = New System.Drawing.Point(0, 96)
Me.LayoutControlItem31.Name = "LayoutControlItem31" Me.LayoutControlItem31.Name = "LayoutControlItem31"
Me.LayoutControlItem31.Size = New System.Drawing.Size(303, 24) Me.LayoutControlItem31.Size = New System.Drawing.Size(303, 24)
Me.LayoutControlItem31.Text = "Datenbank-Verbindung:" Me.LayoutControlItem31.Text = "Datenbank-Verbindung:"
@ -1390,7 +1404,7 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem25.Control = Me.TextEdit17 Me.LayoutControlItem25.Control = Me.TextEdit17
Me.LayoutControlItem25.CustomizationFormText = "layoutControlItem1" Me.LayoutControlItem25.CustomizationFormText = "layoutControlItem1"
Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 146) Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 120)
Me.LayoutControlItem25.Name = "LayoutControlItem25" Me.LayoutControlItem25.Name = "LayoutControlItem25"
Me.LayoutControlItem25.Size = New System.Drawing.Size(129, 40) Me.LayoutControlItem25.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem25.Text = "Erstellt wer:" Me.LayoutControlItem25.Text = "Erstellt wer:"
@ -1401,7 +1415,7 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem27.Control = Me.TextEdit18 Me.LayoutControlItem27.Control = Me.TextEdit18
Me.LayoutControlItem27.CustomizationFormText = "layoutControlItem4" Me.LayoutControlItem27.CustomizationFormText = "layoutControlItem4"
Me.LayoutControlItem27.Location = New System.Drawing.Point(129, 186) Me.LayoutControlItem27.Location = New System.Drawing.Point(129, 160)
Me.LayoutControlItem27.Name = "LayoutControlItem27" Me.LayoutControlItem27.Name = "LayoutControlItem27"
Me.LayoutControlItem27.Size = New System.Drawing.Size(174, 40) Me.LayoutControlItem27.Size = New System.Drawing.Size(174, 40)
Me.LayoutControlItem27.Text = "Geändert wann:" Me.LayoutControlItem27.Text = "Geändert wann:"
@ -1412,7 +1426,7 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem26.Control = Me.TextEdit15 Me.LayoutControlItem26.Control = Me.TextEdit15
Me.LayoutControlItem26.CustomizationFormText = "layoutControlItem2" Me.LayoutControlItem26.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem26.Location = New System.Drawing.Point(129, 146) Me.LayoutControlItem26.Location = New System.Drawing.Point(129, 120)
Me.LayoutControlItem26.Name = "LayoutControlItem26" Me.LayoutControlItem26.Name = "LayoutControlItem26"
Me.LayoutControlItem26.Size = New System.Drawing.Size(174, 40) Me.LayoutControlItem26.Size = New System.Drawing.Size(174, 40)
Me.LayoutControlItem26.Text = "Erstellt wann:" Me.LayoutControlItem26.Text = "Erstellt wann:"
@ -1422,18 +1436,18 @@ Partial Class frmAdministration
'EmptySpaceItem2 'EmptySpaceItem2
' '
Me.EmptySpaceItem2.AllowHotTrack = False Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 226) Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 200)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2" Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
Me.EmptySpaceItem2.Size = New System.Drawing.Size(303, 294) Me.EmptySpaceItem2.Size = New System.Drawing.Size(303, 320)
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0) Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
' '
'LayoutControlItem33 'LayoutControlItem33
' '
Me.LayoutControlItem33.Control = Me.MemoEdit6 Me.LayoutControlItem33.Control = Me.MemoEdit6
Me.LayoutControlItem33.CustomizationFormText = "SQL für Ergebnis Zählung:" Me.LayoutControlItem33.CustomizationFormText = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.Location = New System.Drawing.Point(303, 253) Me.LayoutControlItem33.Location = New System.Drawing.Point(303, 288)
Me.LayoutControlItem33.Name = "LayoutControlItem33" Me.LayoutControlItem33.Name = "LayoutControlItem33"
Me.LayoutControlItem33.Size = New System.Drawing.Size(591, 267) Me.LayoutControlItem33.Size = New System.Drawing.Size(591, 232)
Me.LayoutControlItem33.Text = "SQL für Ergebnis Zählung:" Me.LayoutControlItem33.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem33.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem33.TextSize = New System.Drawing.Size(125, 13)
@ -1444,7 +1458,7 @@ Partial Class frmAdministration
Me.LayoutControlItem32.CustomizationFormText = "SQL für Suche:" Me.LayoutControlItem32.CustomizationFormText = "SQL für Suche:"
Me.LayoutControlItem32.Location = New System.Drawing.Point(303, 26) Me.LayoutControlItem32.Location = New System.Drawing.Point(303, 26)
Me.LayoutControlItem32.Name = "LayoutControlItem32" Me.LayoutControlItem32.Name = "LayoutControlItem32"
Me.LayoutControlItem32.Size = New System.Drawing.Size(591, 201) Me.LayoutControlItem32.Size = New System.Drawing.Size(591, 236)
Me.LayoutControlItem32.Text = "SQL für Suche:" Me.LayoutControlItem32.Text = "SQL für Suche:"
Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem32.TextSize = New System.Drawing.Size(125, 13)
@ -1474,7 +1488,7 @@ Partial Class frmAdministration
' '
Me.LayoutControlItem28.Control = Me.CHANGED_WHOTextBox2 Me.LayoutControlItem28.Control = Me.CHANGED_WHOTextBox2
Me.LayoutControlItem28.CustomizationFormText = "layoutControlItem3" Me.LayoutControlItem28.CustomizationFormText = "layoutControlItem3"
Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 186) Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 160)
Me.LayoutControlItem28.Name = "LayoutControlItem28" Me.LayoutControlItem28.Name = "LayoutControlItem28"
Me.LayoutControlItem28.Size = New System.Drawing.Size(129, 40) Me.LayoutControlItem28.Size = New System.Drawing.Size(129, 40)
Me.LayoutControlItem28.Text = "Geändert wer:" Me.LayoutControlItem28.Text = "Geändert wer:"
@ -1502,7 +1516,7 @@ Partial Class frmAdministration
'LayoutControlItem39 'LayoutControlItem39
' '
Me.LayoutControlItem39.Control = Me.ComboBoxEdit4 Me.LayoutControlItem39.Control = Me.ComboBoxEdit4
Me.LayoutControlItem39.Location = New System.Drawing.Point(303, 227) Me.LayoutControlItem39.Location = New System.Drawing.Point(303, 262)
Me.LayoutControlItem39.Name = "LayoutControlItem39" Me.LayoutControlItem39.Name = "LayoutControlItem39"
Me.LayoutControlItem39.Size = New System.Drawing.Size(489, 26) Me.LayoutControlItem39.Size = New System.Drawing.Size(489, 26)
Me.LayoutControlItem39.Text = "Platzhalter" Me.LayoutControlItem39.Text = "Platzhalter"
@ -1511,7 +1525,7 @@ Partial Class frmAdministration
'LayoutControlItem40 'LayoutControlItem40
' '
Me.LayoutControlItem40.Control = Me.SimpleButton3 Me.LayoutControlItem40.Control = Me.SimpleButton3
Me.LayoutControlItem40.Location = New System.Drawing.Point(792, 227) Me.LayoutControlItem40.Location = New System.Drawing.Point(792, 262)
Me.LayoutControlItem40.Name = "LayoutControlItem40" Me.LayoutControlItem40.Name = "LayoutControlItem40"
Me.LayoutControlItem40.Size = New System.Drawing.Size(102, 26) Me.LayoutControlItem40.Size = New System.Drawing.Size(102, 26)
Me.LayoutControlItem40.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem40.TextSize = New System.Drawing.Size(0, 0)
@ -1573,6 +1587,10 @@ Partial Class frmAdministration
Me.LayoutControlData.Controls.Add(Me.MemoEdit4) Me.LayoutControlData.Controls.Add(Me.MemoEdit4)
Me.LayoutControlData.Controls.Add(Me.txtDATAGUID) Me.LayoutControlData.Controls.Add(Me.txtDATAGUID)
Me.LayoutControlData.Controls.Add(Me.TextEdit10) Me.LayoutControlData.Controls.Add(Me.TextEdit10)
Me.LayoutControlData.Controls.Add(Me.ComboBoxEdit5)
Me.LayoutControlData.Controls.Add(Me.SimpleButton4)
Me.LayoutControlData.Controls.Add(Me.ComboBoxEdit6)
Me.LayoutControlData.Controls.Add(Me.SimpleButton5)
Me.LayoutControlData.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControlData.Dock = System.Windows.Forms.DockStyle.Fill
Me.LayoutControlData.Location = New System.Drawing.Point(200, 0) Me.LayoutControlData.Location = New System.Drawing.Point(200, 0)
Me.LayoutControlData.Name = "LayoutControlData" Me.LayoutControlData.Name = "LayoutControlData"
@ -1665,24 +1683,24 @@ Partial Class frmAdministration
'MemoEdit3 'MemoEdit3
' '
Me.MemoEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "SQL_COMMAND", True)) 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(317, 28) Me.MemoEdit3.Location = New System.Drawing.Point(317, 54)
Me.MemoEdit3.MenuManager = Me.RibbonControl2 Me.MemoEdit3.MenuManager = Me.RibbonControl2
Me.MemoEdit3.Name = "MemoEdit3" Me.MemoEdit3.Name = "MemoEdit3"
Me.MemoEdit3.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MemoEdit3.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit3.Properties.Appearance.Options.UseFont = True Me.MemoEdit3.Properties.Appearance.Options.UseFont = True
Me.MemoEdit3.Size = New System.Drawing.Size(585, 212) Me.MemoEdit3.Size = New System.Drawing.Size(585, 216)
Me.MemoEdit3.StyleController = Me.LayoutControlData Me.MemoEdit3.StyleController = Me.LayoutControlData
Me.MemoEdit3.TabIndex = 12 Me.MemoEdit3.TabIndex = 12
' '
'MemoEdit4 'MemoEdit4
' '
Me.MemoEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "COUNT_COMMAND", True)) Me.MemoEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "COUNT_COMMAND", True))
Me.MemoEdit4.Location = New System.Drawing.Point(317, 260) Me.MemoEdit4.Location = New System.Drawing.Point(317, 316)
Me.MemoEdit4.MenuManager = Me.RibbonControl2 Me.MemoEdit4.MenuManager = Me.RibbonControl2
Me.MemoEdit4.Name = "MemoEdit4" Me.MemoEdit4.Name = "MemoEdit4"
Me.MemoEdit4.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MemoEdit4.Properties.Appearance.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MemoEdit4.Properties.Appearance.Options.UseFont = True Me.MemoEdit4.Properties.Appearance.Options.UseFont = True
Me.MemoEdit4.Size = New System.Drawing.Size(585, 268) Me.MemoEdit4.Size = New System.Drawing.Size(585, 212)
Me.MemoEdit4.StyleController = Me.LayoutControlData Me.MemoEdit4.StyleController = Me.LayoutControlData
Me.MemoEdit4.TabIndex = 13 Me.MemoEdit4.TabIndex = 13
' '
@ -1716,11 +1734,49 @@ Partial Class frmAdministration
Me.TextEdit10.StyleController = Me.LayoutControlData Me.TextEdit10.StyleController = Me.LayoutControlData
Me.TextEdit10.TabIndex = 10 Me.TextEdit10.TabIndex = 10
' '
'ComboBoxEdit5
'
Me.ComboBoxEdit5.Location = New System.Drawing.Point(445, 12)
Me.ComboBoxEdit5.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit5.Name = "ComboBoxEdit5"
Me.ComboBoxEdit5.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.ComboBoxEdit5.Size = New System.Drawing.Size(351, 20)
Me.ComboBoxEdit5.StyleController = Me.LayoutControlData
Me.ComboBoxEdit5.TabIndex = 15
'
'SimpleButton4
'
Me.SimpleButton4.Location = New System.Drawing.Point(800, 12)
Me.SimpleButton4.Name = "SimpleButton4"
Me.SimpleButton4.Size = New System.Drawing.Size(102, 22)
Me.SimpleButton4.StyleController = Me.LayoutControlData
Me.SimpleButton4.TabIndex = 16
Me.SimpleButton4.Text = "Einfügen"
'
'ComboBoxEdit6
'
Me.ComboBoxEdit6.Location = New System.Drawing.Point(445, 274)
Me.ComboBoxEdit6.MenuManager = Me.RibbonControl2
Me.ComboBoxEdit6.Name = "ComboBoxEdit6"
Me.ComboBoxEdit6.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.ComboBoxEdit6.Size = New System.Drawing.Size(351, 20)
Me.ComboBoxEdit6.StyleController = Me.LayoutControlData
Me.ComboBoxEdit6.TabIndex = 17
'
'SimpleButton5
'
Me.SimpleButton5.Location = New System.Drawing.Point(800, 274)
Me.SimpleButton5.Name = "SimpleButton5"
Me.SimpleButton5.Size = New System.Drawing.Size(102, 22)
Me.SimpleButton5.StyleController = Me.LayoutControlData
Me.SimpleButton5.TabIndex = 18
Me.SimpleButton5.Text = "Einfügen"
'
'LayoutControlGroup3 'LayoutControlGroup3
' '
Me.LayoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.LayoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
Me.LayoutControlGroup3.GroupBordersVisible = False Me.LayoutControlGroup3.GroupBordersVisible = False
Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem10, Me.LayoutControlItem14, Me.LayoutControlItem15, Me.LayoutControlItem17, Me.LayoutControlItem16, Me.LayoutControlItem11, Me.LayoutControlItem12, Me.LayoutControlItem13, Me.LayoutControlItem21, Me.LayoutControlItem22, Me.EmptySpaceItem1, Me.LayoutControlItem23}) Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem10, Me.LayoutControlItem14, Me.LayoutControlItem15, Me.LayoutControlItem17, Me.LayoutControlItem16, Me.LayoutControlItem11, Me.LayoutControlItem12, Me.LayoutControlItem13, Me.LayoutControlItem21, Me.LayoutControlItem22, Me.EmptySpaceItem1, Me.LayoutControlItem23, Me.LayoutControlItem41, Me.LayoutControlItem42, Me.LayoutControlItem43, Me.LayoutControlItem44})
Me.LayoutControlGroup3.Name = "Root" Me.LayoutControlGroup3.Name = "Root"
Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 540) Me.LayoutControlGroup3.Size = New System.Drawing.Size(914, 540)
Me.LayoutControlGroup3.TextVisible = False Me.LayoutControlGroup3.TextVisible = False
@ -1808,9 +1864,9 @@ Partial Class frmAdministration
'LayoutControlItem21 'LayoutControlItem21
' '
Me.LayoutControlItem21.Control = Me.MemoEdit3 Me.LayoutControlItem21.Control = Me.MemoEdit3
Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 0) Me.LayoutControlItem21.Location = New System.Drawing.Point(305, 26)
Me.LayoutControlItem21.Name = "LayoutControlItem21" Me.LayoutControlItem21.Name = "LayoutControlItem21"
Me.LayoutControlItem21.Size = New System.Drawing.Size(589, 232) Me.LayoutControlItem21.Size = New System.Drawing.Size(589, 236)
Me.LayoutControlItem21.Text = "SQL für Suche:" Me.LayoutControlItem21.Text = "SQL für Suche:"
Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem21.TextSize = New System.Drawing.Size(125, 13)
@ -1818,9 +1874,9 @@ Partial Class frmAdministration
'LayoutControlItem22 'LayoutControlItem22
' '
Me.LayoutControlItem22.Control = Me.MemoEdit4 Me.LayoutControlItem22.Control = Me.MemoEdit4
Me.LayoutControlItem22.Location = New System.Drawing.Point(305, 232) Me.LayoutControlItem22.Location = New System.Drawing.Point(305, 288)
Me.LayoutControlItem22.Name = "LayoutControlItem22" Me.LayoutControlItem22.Name = "LayoutControlItem22"
Me.LayoutControlItem22.Size = New System.Drawing.Size(589, 288) Me.LayoutControlItem22.Size = New System.Drawing.Size(589, 232)
Me.LayoutControlItem22.Text = "SQL für Ergebnis Zählung:" Me.LayoutControlItem22.Text = "SQL für Ergebnis Zählung:"
Me.LayoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top Me.LayoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem22.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem22.TextSize = New System.Drawing.Size(125, 13)
@ -1842,6 +1898,42 @@ Partial Class frmAdministration
Me.LayoutControlItem23.Text = "ID:" Me.LayoutControlItem23.Text = "ID:"
Me.LayoutControlItem23.TextSize = New System.Drawing.Size(125, 13) Me.LayoutControlItem23.TextSize = New System.Drawing.Size(125, 13)
' '
'LayoutControlItem41
'
Me.LayoutControlItem41.Control = Me.ComboBoxEdit5
Me.LayoutControlItem41.Location = New System.Drawing.Point(305, 0)
Me.LayoutControlItem41.Name = "LayoutControlItem41"
Me.LayoutControlItem41.Size = New System.Drawing.Size(483, 26)
Me.LayoutControlItem41.Text = "Platzhalter"
Me.LayoutControlItem41.TextSize = New System.Drawing.Size(125, 13)
'
'LayoutControlItem42
'
Me.LayoutControlItem42.Control = Me.SimpleButton4
Me.LayoutControlItem42.Location = New System.Drawing.Point(788, 0)
Me.LayoutControlItem42.Name = "LayoutControlItem42"
Me.LayoutControlItem42.Size = New System.Drawing.Size(106, 26)
Me.LayoutControlItem42.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem42.TextVisible = False
'
'LayoutControlItem43
'
Me.LayoutControlItem43.Control = Me.ComboBoxEdit6
Me.LayoutControlItem43.Location = New System.Drawing.Point(305, 262)
Me.LayoutControlItem43.Name = "LayoutControlItem43"
Me.LayoutControlItem43.Size = New System.Drawing.Size(483, 26)
Me.LayoutControlItem43.Text = "Platzhalter"
Me.LayoutControlItem43.TextSize = New System.Drawing.Size(125, 13)
'
'LayoutControlItem44
'
Me.LayoutControlItem44.Control = Me.SimpleButton5
Me.LayoutControlItem44.Location = New System.Drawing.Point(788, 262)
Me.LayoutControlItem44.Name = "LayoutControlItem44"
Me.LayoutControlItem44.Size = New System.Drawing.Size(106, 26)
Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem44.TextVisible = False
'
'GridControl2 'GridControl2
' '
Me.GridControl2.DataSource = Me.TBCW_PROF_DATA_SEARCHBindingSource Me.GridControl2.DataSource = Me.TBCW_PROF_DATA_SEARCHBindingSource
@ -1915,6 +2007,158 @@ Partial Class frmAdministration
Me.XtraTabControl2.TabIndex = 0 Me.XtraTabControl2.TabIndex = 0
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageUserAssignment, Me.TabPageGroupAssignment}) Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageUserAssignment, Me.TabPageGroupAssignment})
' '
'TabPageGroupAssignment
'
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(16, 16)
Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment"
Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1114, 540)
Me.TabPageGroupAssignment.Text = "Gruppen-Zuordnung"
'
'SplitContainer2
'
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer2.Name = "SplitContainer2"
Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer2.Panel1
'
Me.SplitContainer2.Panel1.Controls.Add(Me.GridControlGroupInProfile)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label9)
'
'SplitContainer2.Panel2
'
Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile)
Me.SplitContainer2.Panel2.Controls.Add(Me.Label10)
Me.SplitContainer2.Size = New System.Drawing.Size(1114, 540)
Me.SplitContainer2.SplitterDistance = 260
Me.SplitContainer2.TabIndex = 1
'
'GridControlGroupInProfile
'
Me.GridControlGroupInProfile.AllowDrop = True
Me.GridControlGroupInProfile.DataSource = Me.VWCW_GROUP_PROFILEBindingSource
Me.GridControlGroupInProfile.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlGroupInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupInProfile.MainView = Me.GridViewGroupInProfile
Me.GridControlGroupInProfile.Name = "GridControlGroupInProfile"
Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1114, 235)
Me.GridControlGroupInProfile.TabIndex = 1
Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile})
'
'VWCW_GROUP_PROFILEBindingSource
'
Me.VWCW_GROUP_PROFILEBindingSource.DataMember = "VWCW_GROUP_PROFILE"
Me.VWCW_GROUP_PROFILEBindingSource.DataSource = Me.MyDataset
'
'GridViewGroupInProfile
'
Me.GridViewGroupInProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.GridViewGroupInProfile.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewGroupInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID3, Me.colNAME2})
Me.GridViewGroupInProfile.GridControl = Me.GridControlGroupInProfile
Me.GridViewGroupInProfile.Name = "GridViewGroupInProfile"
Me.GridViewGroupInProfile.OptionsBehavior.Editable = False
Me.GridViewGroupInProfile.OptionsBehavior.ReadOnly = True
Me.GridViewGroupInProfile.OptionsSelection.MultiSelect = True
Me.GridViewGroupInProfile.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewGroupInProfile.OptionsView.ShowAutoFilterRow = True
Me.GridViewGroupInProfile.OptionsView.ShowGroupPanel = False
'
'colGUID3
'
Me.colGUID3.Caption = "ID"
Me.colGUID3.FieldName = "GUID"
Me.colGUID3.MaxWidth = 40
Me.colGUID3.MinWidth = 40
Me.colGUID3.Name = "colGUID3"
Me.colGUID3.Visible = True
Me.colGUID3.VisibleIndex = 0
Me.colGUID3.Width = 40
'
'colNAME2
'
Me.colNAME2.Caption = "Gruppe"
Me.colNAME2.FieldName = "NAME"
Me.colNAME2.Name = "colNAME2"
Me.colNAME2.Visible = True
Me.colNAME2.VisibleIndex = 1
Me.colNAME2.Width = 40
'
'Label9
'
Me.Label9.Dock = System.Windows.Forms.DockStyle.Top
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(1114, 25)
Me.Label9.TabIndex = 0
Me.Label9.Text = "Zugeordnete Gruppen"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'GridControlGroupNotInProfile
'
Me.GridControlGroupNotInProfile.AllowDrop = True
Me.GridControlGroupNotInProfile.DataSource = Me.TBWH_GROUPBindingSource
Me.GridControlGroupNotInProfile.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlGroupNotInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupNotInProfile.MainView = Me.GridViewGroupNotInProfile
Me.GridControlGroupNotInProfile.Name = "GridControlGroupNotInProfile"
Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1114, 251)
Me.GridControlGroupNotInProfile.TabIndex = 1
Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile})
'
'TBWH_GROUPBindingSource
'
Me.TBWH_GROUPBindingSource.DataMember = "TBWH_GROUP"
Me.TBWH_GROUPBindingSource.DataSource = Me.MyDataset
'
'GridViewGroupNotInProfile
'
Me.GridViewGroupNotInProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.GridViewGroupNotInProfile.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewGroupNotInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colID1, Me.colNAME3})
Me.GridViewGroupNotInProfile.GridControl = Me.GridControlGroupNotInProfile
Me.GridViewGroupNotInProfile.Name = "GridViewGroupNotInProfile"
Me.GridViewGroupNotInProfile.OptionsBehavior.Editable = False
Me.GridViewGroupNotInProfile.OptionsBehavior.ReadOnly = True
Me.GridViewGroupNotInProfile.OptionsSelection.MultiSelect = True
Me.GridViewGroupNotInProfile.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewGroupNotInProfile.OptionsView.ShowAutoFilterRow = True
Me.GridViewGroupNotInProfile.OptionsView.ShowGroupPanel = False
'
'colID1
'
Me.colID1.Caption = "ID"
Me.colID1.FieldName = "ID"
Me.colID1.MaxWidth = 40
Me.colID1.MinWidth = 40
Me.colID1.Name = "colID1"
Me.colID1.Visible = True
Me.colID1.VisibleIndex = 0
Me.colID1.Width = 40
'
'colNAME3
'
Me.colNAME3.Caption = "Gruppe"
Me.colNAME3.FieldName = "NAME"
Me.colNAME3.Name = "colNAME3"
Me.colNAME3.Visible = True
Me.colNAME3.VisibleIndex = 1
'
'Label10
'
Me.Label10.Dock = System.Windows.Forms.DockStyle.Top
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(1114, 25)
Me.Label10.TabIndex = 1
Me.Label10.Text = "Nicht zugeordnete Gruppen:"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TabPageUserAssignment 'TabPageUserAssignment
' '
Me.TabPageUserAssignment.Controls.Add(Me.SplitContainer1) Me.TabPageUserAssignment.Controls.Add(Me.SplitContainer1)
@ -2100,158 +2344,6 @@ Partial Class frmAdministration
Me.Label2.Text = "Nicht zugeordnete Benutzer:" Me.Label2.Text = "Nicht zugeordnete Benutzer:"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
' '
'TabPageGroupAssignment
'
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(16, 16)
Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment"
Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1114, 540)
Me.TabPageGroupAssignment.Text = "Gruppen-Zuordnung"
'
'SplitContainer2
'
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer2.Name = "SplitContainer2"
Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer2.Panel1
'
Me.SplitContainer2.Panel1.Controls.Add(Me.GridControlGroupInProfile)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label9)
'
'SplitContainer2.Panel2
'
Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile)
Me.SplitContainer2.Panel2.Controls.Add(Me.Label10)
Me.SplitContainer2.Size = New System.Drawing.Size(1114, 540)
Me.SplitContainer2.SplitterDistance = 260
Me.SplitContainer2.TabIndex = 1
'
'GridControlGroupInProfile
'
Me.GridControlGroupInProfile.AllowDrop = True
Me.GridControlGroupInProfile.DataSource = Me.VWCW_GROUP_PROFILEBindingSource
Me.GridControlGroupInProfile.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlGroupInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupInProfile.MainView = Me.GridViewGroupInProfile
Me.GridControlGroupInProfile.Name = "GridControlGroupInProfile"
Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1114, 235)
Me.GridControlGroupInProfile.TabIndex = 1
Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile})
'
'VWCW_GROUP_PROFILEBindingSource
'
Me.VWCW_GROUP_PROFILEBindingSource.DataMember = "VWCW_GROUP_PROFILE"
Me.VWCW_GROUP_PROFILEBindingSource.DataSource = Me.MyDataset
'
'GridViewGroupInProfile
'
Me.GridViewGroupInProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.GridViewGroupInProfile.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewGroupInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID3, Me.colNAME2})
Me.GridViewGroupInProfile.GridControl = Me.GridControlGroupInProfile
Me.GridViewGroupInProfile.Name = "GridViewGroupInProfile"
Me.GridViewGroupInProfile.OptionsBehavior.Editable = False
Me.GridViewGroupInProfile.OptionsBehavior.ReadOnly = True
Me.GridViewGroupInProfile.OptionsSelection.MultiSelect = True
Me.GridViewGroupInProfile.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewGroupInProfile.OptionsView.ShowAutoFilterRow = True
Me.GridViewGroupInProfile.OptionsView.ShowGroupPanel = False
'
'colGUID3
'
Me.colGUID3.Caption = "ID"
Me.colGUID3.FieldName = "GUID"
Me.colGUID3.MaxWidth = 40
Me.colGUID3.MinWidth = 40
Me.colGUID3.Name = "colGUID3"
Me.colGUID3.Visible = True
Me.colGUID3.VisibleIndex = 0
Me.colGUID3.Width = 40
'
'colNAME2
'
Me.colNAME2.Caption = "Gruppe"
Me.colNAME2.FieldName = "NAME"
Me.colNAME2.Name = "colNAME2"
Me.colNAME2.Visible = True
Me.colNAME2.VisibleIndex = 1
Me.colNAME2.Width = 40
'
'Label9
'
Me.Label9.Dock = System.Windows.Forms.DockStyle.Top
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(1114, 25)
Me.Label9.TabIndex = 0
Me.Label9.Text = "Zugeordnete Gruppen"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'GridControlGroupNotInProfile
'
Me.GridControlGroupNotInProfile.AllowDrop = True
Me.GridControlGroupNotInProfile.DataSource = Me.TBWH_GROUPBindingSource
Me.GridControlGroupNotInProfile.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlGroupNotInProfile.Location = New System.Drawing.Point(0, 25)
Me.GridControlGroupNotInProfile.MainView = Me.GridViewGroupNotInProfile
Me.GridControlGroupNotInProfile.Name = "GridControlGroupNotInProfile"
Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1114, 251)
Me.GridControlGroupNotInProfile.TabIndex = 1
Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile})
'
'TBWH_GROUPBindingSource
'
Me.TBWH_GROUPBindingSource.DataMember = "TBWH_GROUP"
Me.TBWH_GROUPBindingSource.DataSource = Me.MyDataset
'
'GridViewGroupNotInProfile
'
Me.GridViewGroupNotInProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.GridViewGroupNotInProfile.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewGroupNotInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colID1, Me.colNAME3})
Me.GridViewGroupNotInProfile.GridControl = Me.GridControlGroupNotInProfile
Me.GridViewGroupNotInProfile.Name = "GridViewGroupNotInProfile"
Me.GridViewGroupNotInProfile.OptionsBehavior.Editable = False
Me.GridViewGroupNotInProfile.OptionsBehavior.ReadOnly = True
Me.GridViewGroupNotInProfile.OptionsSelection.MultiSelect = True
Me.GridViewGroupNotInProfile.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewGroupNotInProfile.OptionsView.ShowAutoFilterRow = True
Me.GridViewGroupNotInProfile.OptionsView.ShowGroupPanel = False
'
'colID1
'
Me.colID1.Caption = "ID"
Me.colID1.FieldName = "ID"
Me.colID1.MaxWidth = 40
Me.colID1.MinWidth = 40
Me.colID1.Name = "colID1"
Me.colID1.Visible = True
Me.colID1.VisibleIndex = 0
Me.colID1.Width = 40
'
'colNAME3
'
Me.colNAME3.Caption = "Gruppe"
Me.colNAME3.FieldName = "NAME"
Me.colNAME3.Name = "colNAME3"
Me.colNAME3.Visible = True
Me.colNAME3.VisibleIndex = 1
'
'Label10
'
Me.Label10.Dock = System.Windows.Forms.DockStyle.Top
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(1114, 25)
Me.Label10.TabIndex = 1
Me.Label10.Text = "Nicht zugeordnete Gruppen:"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TBCW_PROF_DATA_SEARCHTableAdapter 'TBCW_PROF_DATA_SEARCHTableAdapter
' '
Me.TBCW_PROF_DATA_SEARCHTableAdapter.ClearBeforeFill = True Me.TBCW_PROF_DATA_SEARCHTableAdapter.ClearBeforeFill = True
@ -2451,6 +2543,8 @@ Partial Class frmAdministration
CType(Me.MemoEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MemoEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtDATAGUID.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtDATAGUID.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TextEdit10.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextEdit10.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ComboBoxEdit5.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ComboBoxEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).EndInit()
@ -2464,21 +2558,16 @@ Partial Class frmAdministration
CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem23, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem23, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem41, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem42, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem43, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem44, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPageProcessAssignment.ResumeLayout(False) Me.TabPageProcessAssignment.ResumeLayout(False)
Me.TabPageProfileAssignment.ResumeLayout(False) Me.TabPageProfileAssignment.ResumeLayout(False)
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl2.ResumeLayout(False) Me.XtraTabControl2.ResumeLayout(False)
Me.TabPageUserAssignment.ResumeLayout(False)
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
CType(Me.GridControlUserInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewUserInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControlUserNotInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewUserNotInProfile, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPageGroupAssignment.ResumeLayout(False) Me.TabPageGroupAssignment.ResumeLayout(False)
Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False)
Me.SplitContainer2.Panel2.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False)
@ -2490,6 +2579,15 @@ Partial Class frmAdministration
CType(Me.GridControlGroupNotInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlGroupNotInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBWH_GROUPBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBWH_GROUPBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewGroupNotInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewGroupNotInProfile, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPageUserAssignment.ResumeLayout(False)
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
CType(Me.GridControlUserInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewUserInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControlUserNotInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewUserNotInProfile, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControl1.ResumeLayout(False) Me.SplitContainerControl1.ResumeLayout(False)
CType(Me.MemoEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MemoEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
@ -2709,4 +2807,12 @@ Partial Class frmAdministration
Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents LayoutControlItem39 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem39 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem40 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem40 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents ComboBoxEdit5 As DevExpress.XtraEditors.ComboBoxEdit
Friend WithEvents SimpleButton4 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents ComboBoxEdit6 As DevExpress.XtraEditors.ComboBoxEdit
Friend WithEvents SimpleButton5 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents LayoutControlItem41 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem42 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem43 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem44 As DevExpress.XtraLayout.LayoutControlItem
End Class End Class

View File

@ -123,6 +123,9 @@
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>245, 17</value> <value>245, 17</value>
</metadata> </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"> <metadata name="TBWH_UserBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 56</value> <value>122, 56</value>
</metadata> </metadata>
@ -157,6 +160,43 @@
<value>578, 56</value> <value>578, 56</value>
</metadata> </metadata>
<assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<data name="TabPageGeneralSettings.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkhvbWUiPg0KICAgIDxwb2x5Z29uIHBvaW50cz0iOCwy
OCA4LDE4IDIsMTggMTYsNCAzMCwxOCAyNCwxOCAyNCwyOCAxOCwyOCAxOCwxOCAxNCwxOCAxNCwyOCAg
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value>
</data>
<data name="TabPageDocuments.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAN4CAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iSW5zZXJ0TGlz
dEJveCI+DQogICAgPHBhdGggZD0iTTI3LDMwSDNjLTAuNSwwLTEtMC41LTEtMVYxYzAtMC42LDAuNS0x
LDEtMWgyNGMwLjUsMCwxLDAuNCwxLDF2MjhDMjgsMjkuNSwyNy41LDMwLDI3LDMweiBNMjYsMkg0djI2
aDIyVjIgICB6IE0yMiw2SDh2MmgxNFY2eiBNMjIsMTBIOHYyaDE0VjEweiBNMjIsMTRIOHYyaDE0VjE0
eiBNMjIsMThIOHYyaDE0VjE4eiBNMjIsMjJIOHYyaDE0VjIyeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8
L2c+DQo8L3N2Zz4L
</value>
</data>
<data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="BarButtonItem1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
@ -731,26 +771,6 @@
LjUtMi41YzAuOCwwLjMsMS42LDAuNSwyLjUsMC41ICBjMy45LDAsNy0zLjEsNy03QzMwLDE1LjEsMjYu LjUtMi41YzAuOCwwLjMsMS42LDAuNSwyLjUsMC41ICBjMy45LDAsNy0zLjEsNy03QzMwLDE1LjEsMjYu
OSwxMiwyMywxMnogTTI0LDIwYy0xLjEsMC0yLTAuOS0yLTJjMC0xLjEsMC45LTIsMi0yYzEuMSwwLDIs OSwxMiwyMywxMnogTTI0LDIwYy0xLjEsMC0yLTAuOS0yLTJjMC0xLjEsMC45LTIsMi0yYzEuMSwwLDIs
MC45LDIsMkMyNiwxOS4xLDI1LjEsMjAsMjQsMjB6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L MC45LDIsMkMyNiwxOS4xLDI1LjEsMjAsMjQsMjB6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L
</value>
</data>
<metadata name="TBWH_PROFILE_TYPEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1024, 95</value>
</metadata>
<data name="TabPageGeneralSettings.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkhvbWUiPg0KICAgIDxwb2x5Z29uIHBvaW50cz0iOCwy
OCA4LDE4IDIsMTggMTYsNCAzMCwxOCAyNCwxOCAyNCwyOCAxOCwyOCAxOCwxOCAxNCwxOCAxNCwyOCAg
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </data>
<metadata name="TBDD_CONNECTIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_CONNECTIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@ -759,26 +779,6 @@
<metadata name="TBWHSEARCHPOSITIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBWHSEARCHPOSITIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>499, 134</value> <value>499, 134</value>
</metadata> </metadata>
<data name="TabPageDocuments.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAN4CAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iSW5zZXJ0TGlz
dEJveCI+DQogICAgPHBhdGggZD0iTTI3LDMwSDNjLTAuNSwwLTEtMC41LTEtMVYxYzAtMC42LDAuNS0x
LDEtMWgyNGMwLjUsMCwxLDAuNCwxLDF2MjhDMjgsMjkuNSwyNy41LDMwLDI3LDMweiBNMjYsMkg0djI2
aDIyVjIgICB6IE0yMiw2SDh2MmgxNFY2eiBNMjIsMTBIOHYyaDE0VjEweiBNMjIsMTRIOHYyaDE0VjE0
eiBNMjIsMThIOHYyaDE0VjE4eiBNMjIsMjJIOHYyaDE0VjIyeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8
L2c+DQo8L3N2Zz4L
</value>
</data>
<data name="TabPageData.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="TabPageData.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
@ -842,11 +842,27 @@
LDE0LjMsMjZ6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L LDE0LjMsMjZ6IiBjbGFzcz0iQmxhY2siIC8+DQo8L3N2Zz4L
</value> </value>
</data> </data>
<metadata name="VWCW_GROUP_PROFILEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <data name="TabPageProfileAssignment.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>500, 95</value> <value>
</metadata> AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
<metadata name="TBWH_GROUPBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
<value>290, 95</value> dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJkCAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMiI+DQogIDxz
dHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQo8L3N0eWxlPg0KICA8ZyBp
ZD0iTGF5ZXJfMSI+DQogICAgPHBhdGggZD0iTTIzLjcsMTQuNGMwLjUsMC4zLDAuNSwwLjgsMCwxLjFs
LTExLjgsNy4zdjIuNmMwLDAuNiwwLjQsMC44LDAuOSwwLjVsMTYuOC0xMC40YzAuNS0wLjMsMC41LTAu
OCwwLTEuMSAgIEwxMi44LDQuMWMtMC41LTAuMy0wLjktMC4xLTAuOSwwLjV2Mi42TDIzLjcsMTQuNHoi
IGNsYXNzPSJCbHVlIiAvPg0KICAgIDxwYXRoIGQ9Ik0xOS43LDE1LjVjMC41LTAuMywwLjUtMC44LDAt
MS4xTDIuOSw0LjFDMi40LDMuOCwyLDQsMiw0LjZ2MjAuNmMwLDAuNiwwLjQsMC44LDAuOSwwLjVMMTku
NywxNS41eiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCiAgPGcgaWQ9IkxheWVyXzIiIC8+DQo8L3N2
Zz4L
</value>
</data>
<metadata name="TBWH_PROFILE_TYPEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1024, 95</value>
</metadata> </metadata>
<data name="TabPageGroupAssignment.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="TabPageGroupAssignment.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
@ -896,25 +912,12 @@
MjAsMTh6IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== MjAsMTh6IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </data>
<data name="TabPageProfileAssignment.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <metadata name="VWCW_GROUP_PROFILEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value> <value>500, 95</value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z </metadata>
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl <metadata name="TBWH_GROUPBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJkCAAAC77u/ <value>290, 95</value>
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi </metadata>
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMiI+DQogIDxz
dHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQo8L3N0eWxlPg0KICA8ZyBp
ZD0iTGF5ZXJfMSI+DQogICAgPHBhdGggZD0iTTIzLjcsMTQuNGMwLjUsMC4zLDAuNSwwLjgsMCwxLjFs
LTExLjgsNy4zdjIuNmMwLDAuNiwwLjQsMC44LDAuOSwwLjVsMTYuOC0xMC40YzAuNS0wLjMsMC41LTAu
OCwwLTEuMSAgIEwxMi44LDQuMWMtMC41LTAuMy0wLjktMC4xLTAuOSwwLjV2Mi42TDIzLjcsMTQuNHoi
IGNsYXNzPSJCbHVlIiAvPg0KICAgIDxwYXRoIGQ9Ik0xOS43LDE1LjVjMC41LTAuMywwLjUtMC44LDAt
MS4xTDIuOSw0LjFDMi40LDMuOCwyLDQsMiw0LjZ2MjAuNmMwLDAuNiwwLjQsMC44LDAuOSwwLjVMMTku
NywxNS41eiIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCiAgPGcgaWQ9IkxheWVyXzIiIC8+DQo8L3N2
Zz4L
</value>
</data>
<metadata name="TBCW_PROF_DATA_SEARCHTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBCW_PROF_DATA_SEARCHTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>862, 56</value> <value>862, 56</value>
</metadata> </metadata>

View File

@ -55,8 +55,14 @@ Public Class frmAdministration
' Select first tab to prevent profile textbox from being empty ' Select first tab to prevent profile textbox from being empty
XtraTabControl3.SelectedTabPageIndex = 0 XtraTabControl3.SelectedTabPageIndex = 0
ComboBoxEdit3.Properties.Items.Clear()
ComboBoxEdit4.Properties.Items.Clear()
ComboBoxEdit5.Properties.Items.Clear()
ComboBoxEdit6.Properties.Items.Clear()
ComboBoxEdit3.Properties.Items.AddRange(GetPlaceholders()) ComboBoxEdit3.Properties.Items.AddRange(GetPlaceholders())
ComboBoxEdit4.Properties.Items.AddRange(GetPlaceholders()) ComboBoxEdit4.Properties.Items.AddRange(GetPlaceholders())
ComboBoxEdit5.Properties.Items.AddRange(GetPlaceholders())
ComboBoxEdit6.Properties.Items.AddRange(GetPlaceholders())
_DragDrop = New ClassDragDrop() _DragDrop = New ClassDragDrop()
_DragDrop.AddGridView(GridViewGroupInProfile) _DragDrop.AddGridView(GridViewGroupInProfile)
@ -812,4 +818,18 @@ Public Class frmAdministration
MemoEdit6.Text &= oItem.Value MemoEdit6.Text &= oItem.Value
End If End If
End Sub End Sub
Private Sub SimpleButton4_Click(sender As Object, e As EventArgs) Handles SimpleButton4.Click
If ComboBoxEdit5.SelectedIndex > -1 Then
Dim oItem As SQLPlaceholder = ComboBoxEdit5.SelectedItem
MemoEdit3.Text &= oItem.Value
End If
End Sub
Private Sub SimpleButton5_Click(sender As Object, e As EventArgs) Handles SimpleButton5.Click
If ComboBoxEdit6.SelectedIndex > -1 Then
Dim oItem As SQLPlaceholder = ComboBoxEdit6.SelectedItem
MemoEdit4.Text &= oItem.Value
End If
End Sub
End Class End Class