MS Config

This commit is contained in:
2022-02-22 15:30:04 +01:00
parent ed505ec71f
commit bd05410f4a
4 changed files with 210 additions and 220 deletions

View File

@@ -83,6 +83,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPageManIndexe = New DevExpress.XtraTab.XtraTabPage() Me.XtraTabPageManIndexe = New DevExpress.XtraTab.XtraTabPage()
Me.LayoutControlManIndexe = New DevExpress.XtraLayout.LayoutControl() Me.LayoutControlManIndexe = New DevExpress.XtraLayout.LayoutControl()
Me.OPTIONALCheckBox = New System.Windows.Forms.CheckBox()
Me.TextEdit4 = New DevExpress.XtraEditors.TextEdit() Me.TextEdit4 = New DevExpress.XtraEditors.TextEdit()
Me.CONNECTION_IDTextBox = New System.Windows.Forms.TextBox() Me.CONNECTION_IDTextBox = New System.Windows.Forms.TextBox()
Me.SQL_RESULTTextBox = New System.Windows.Forms.TextBox() Me.SQL_RESULTTextBox = New System.Windows.Forms.TextBox()
@@ -121,6 +122,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem18 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem18 = New DevExpress.XtraLayout.LayoutControlItem()
Me.EmptySpaceItem6 = New DevExpress.XtraLayout.EmptySpaceItem() Me.EmptySpaceItem6 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.LayoutControlItem46 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem46 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem62 = New DevExpress.XtraLayout.LayoutControlItem()
Me.ListBoxAutoIndexe = New System.Windows.Forms.ListBox() Me.ListBoxAutoIndexe = New System.Windows.Forms.ListBox()
Me.XtraTabPageRework = New DevExpress.XtraTab.XtraTabPage() Me.XtraTabPageRework = New DevExpress.XtraTab.XtraTabPage()
Me.LayoutControlRework = New DevExpress.XtraLayout.LayoutControl() Me.LayoutControlRework = New DevExpress.XtraLayout.LayoutControl()
@@ -241,8 +243,6 @@ Partial Class frmAdmin_Globix
Me.RadioGroup1 = New DevExpress.XtraEditors.RadioGroup() Me.RadioGroup1 = New DevExpress.XtraEditors.RadioGroup()
Me.LayoutControlItem38 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem38 = New DevExpress.XtraLayout.LayoutControlItem()
Me.TBGI_REGEX_DOCTYPETableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBGI_REGEX_DOCTYPETableAdapter() Me.TBGI_REGEX_DOCTYPETableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBGI_REGEX_DOCTYPETableAdapter()
Me.OPTIONALCheckBox = New System.Windows.Forms.CheckBox()
Me.LayoutControlItem62 = New DevExpress.XtraLayout.LayoutControlItem()
SEQUENCELabel = New System.Windows.Forms.Label() SEQUENCELabel = New System.Windows.Forms.Label()
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -318,6 +318,7 @@ Partial Class frmAdmin_Globix
CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EmptySpaceItem6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EmptySpaceItem6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem46, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem46, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem62, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabPageRework.SuspendLayout() Me.XtraTabPageRework.SuspendLayout()
CType(Me.LayoutControlRework, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlRework, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -411,7 +412,6 @@ Partial Class frmAdmin_Globix
CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RadioGroup1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RadioGroup1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem38, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem38, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem62, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout() Me.SuspendLayout()
' '
'SEQUENCELabel 'SEQUENCELabel
@@ -488,10 +488,10 @@ Partial Class frmAdmin_Globix
'RibbonStatusBar1 'RibbonStatusBar1
' '
Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus) Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus)
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 754) Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 752)
Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1140, 22) Me.RibbonStatusBar1.Size = New System.Drawing.Size(1140, 24)
' '
'RibbonPage2 'RibbonPage2
' '
@@ -547,7 +547,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 132) Me.XtraTabControl1.Location = New System.Drawing.Point(0, 132)
Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageProfile Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageProfile
Me.XtraTabControl1.Size = New System.Drawing.Size(1140, 622) Me.XtraTabControl1.Size = New System.Drawing.Size(1140, 620)
Me.XtraTabControl1.TabIndex = 5 Me.XtraTabControl1.TabIndex = 5
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageProfile, Me.XtraTabPage1}) Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageProfile, Me.XtraTabPage1})
' '
@@ -559,7 +559,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPageProfile.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageProfile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPageProfile.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageProfile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageProfile.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPageProfile.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageProfile.Name = "XtraTabPageProfile" Me.XtraTabPageProfile.Name = "XtraTabPageProfile"
Me.XtraTabPageProfile.Size = New System.Drawing.Size(1138, 596) Me.XtraTabPageProfile.Size = New System.Drawing.Size(1138, 592)
Me.XtraTabPageProfile.Text = "Profil" Me.XtraTabPageProfile.Text = "Profil"
' '
'LayoutControlProfile 'LayoutControlProfile
@@ -937,7 +937,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabControl2.Location = New System.Drawing.Point(3, 279) Me.XtraTabControl2.Location = New System.Drawing.Point(3, 279)
Me.XtraTabControl2.Name = "XtraTabControl2" Me.XtraTabControl2.Name = "XtraTabControl2"
Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPageManIndexe Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPageManIndexe
Me.XtraTabControl2.Size = New System.Drawing.Size(1113, 297) Me.XtraTabControl2.Size = New System.Drawing.Size(1113, 295)
Me.XtraTabControl2.TabIndex = 1 Me.XtraTabControl2.TabIndex = 1
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageManIndexe, Me.XtraTabPageRework, Me.XtraTabPageAutoIndexe, Me.XtraTabPageDynamicFolder, Me.XtraTabPageAutoSelect}) Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageManIndexe, Me.XtraTabPageRework, Me.XtraTabPageAutoIndexe, Me.XtraTabPageDynamicFolder, Me.XtraTabPageAutoSelect})
' '
@@ -949,7 +949,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPageManIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageManIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPageManIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageManIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageManIndexe.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPageManIndexe.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageManIndexe.Name = "XtraTabPageManIndexe" Me.XtraTabPageManIndexe.Name = "XtraTabPageManIndexe"
Me.XtraTabPageManIndexe.Size = New System.Drawing.Size(1111, 271) Me.XtraTabPageManIndexe.Size = New System.Drawing.Size(1111, 267)
Me.XtraTabPageManIndexe.Text = "manuelle Attribute" Me.XtraTabPageManIndexe.Text = "manuelle Attribute"
' '
'LayoutControlManIndexe 'LayoutControlManIndexe
@@ -976,17 +976,27 @@ Partial Class frmAdmin_Globix
Me.LayoutControlManIndexe.Location = New System.Drawing.Point(191, 0) Me.LayoutControlManIndexe.Location = New System.Drawing.Point(191, 0)
Me.LayoutControlManIndexe.Name = "LayoutControlManIndexe" Me.LayoutControlManIndexe.Name = "LayoutControlManIndexe"
Me.LayoutControlManIndexe.Root = Me.LayoutControlGroupDoctype Me.LayoutControlManIndexe.Root = Me.LayoutControlGroupDoctype
Me.LayoutControlManIndexe.Size = New System.Drawing.Size(920, 271) Me.LayoutControlManIndexe.Size = New System.Drawing.Size(920, 267)
Me.LayoutControlManIndexe.TabIndex = 1 Me.LayoutControlManIndexe.TabIndex = 1
Me.LayoutControlManIndexe.Text = "LayoutControl1" Me.LayoutControlManIndexe.Text = "LayoutControl1"
' '
'OPTIONALCheckBox
'
Me.OPTIONALCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "OPTIONAL", True))
Me.OPTIONALCheckBox.Location = New System.Drawing.Point(442, 12)
Me.OPTIONALCheckBox.Name = "OPTIONALCheckBox"
Me.OPTIONALCheckBox.Size = New System.Drawing.Size(100, 20)
Me.OPTIONALCheckBox.TabIndex = 32
Me.OPTIONALCheckBox.Text = "Optional"
Me.OPTIONALCheckBox.UseVisualStyleBackColor = True
'
'TextEdit4 'TextEdit4
' '
Me.TextEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHEN", True)) Me.TextEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHEN", True))
Me.TextEdit4.Location = New System.Drawing.Point(504, 236) Me.TextEdit4.Location = New System.Drawing.Point(496, 235)
Me.TextEdit4.MenuManager = Me.RibbonControl1 Me.TextEdit4.MenuManager = Me.RibbonControl1
Me.TextEdit4.Name = "TextEdit4" Me.TextEdit4.Name = "TextEdit4"
Me.TextEdit4.Size = New System.Drawing.Size(401, 20) Me.TextEdit4.Size = New System.Drawing.Size(392, 20)
Me.TextEdit4.StyleController = Me.LayoutControlManIndexe Me.TextEdit4.StyleController = Me.LayoutControlManIndexe
Me.TextEdit4.TabIndex = 31 Me.TextEdit4.TabIndex = 31
' '
@@ -995,15 +1005,15 @@ Partial Class frmAdmin_Globix
Me.CONNECTION_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CONNECTION_ID", True)) Me.CONNECTION_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CONNECTION_ID", True))
Me.CONNECTION_IDTextBox.Location = New System.Drawing.Point(97, 168) Me.CONNECTION_IDTextBox.Location = New System.Drawing.Point(97, 168)
Me.CONNECTION_IDTextBox.Name = "CONNECTION_IDTextBox" Me.CONNECTION_IDTextBox.Name = "CONNECTION_IDTextBox"
Me.CONNECTION_IDTextBox.Size = New System.Drawing.Size(22, 20) Me.CONNECTION_IDTextBox.Size = New System.Drawing.Size(20, 20)
Me.CONNECTION_IDTextBox.TabIndex = 30 Me.CONNECTION_IDTextBox.TabIndex = 30
' '
'SQL_RESULTTextBox 'SQL_RESULTTextBox
' '
Me.SQL_RESULTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "SQL_RESULT", True)) Me.SQL_RESULTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "SQL_RESULT", True))
Me.SQL_RESULTTextBox.Location = New System.Drawing.Point(208, 168) Me.SQL_RESULTTextBox.Location = New System.Drawing.Point(206, 168)
Me.SQL_RESULTTextBox.Name = "SQL_RESULTTextBox" Me.SQL_RESULTTextBox.Name = "SQL_RESULTTextBox"
Me.SQL_RESULTTextBox.Size = New System.Drawing.Size(700, 20) Me.SQL_RESULTTextBox.Size = New System.Drawing.Size(685, 20)
Me.SQL_RESULTTextBox.TabIndex = 29 Me.SQL_RESULTTextBox.TabIndex = 29
' '
'WD_INDEXComboBox 'WD_INDEXComboBox
@@ -1012,9 +1022,9 @@ Partial Class frmAdmin_Globix
Me.WD_INDEXComboBox.DataSource = Me.VWIDB_BE_ATTRIBUTEBindingSource Me.WD_INDEXComboBox.DataSource = Me.VWIDB_BE_ATTRIBUTEBindingSource
Me.WD_INDEXComboBox.DisplayMember = "ATTR_TITLE" Me.WD_INDEXComboBox.DisplayMember = "ATTR_TITLE"
Me.WD_INDEXComboBox.FormattingEnabled = True Me.WD_INDEXComboBox.FormattingEnabled = True
Me.WD_INDEXComboBox.Location = New System.Drawing.Point(536, 42) Me.WD_INDEXComboBox.Location = New System.Drawing.Point(528, 42)
Me.WD_INDEXComboBox.Name = "WD_INDEXComboBox" Me.WD_INDEXComboBox.Name = "WD_INDEXComboBox"
Me.WD_INDEXComboBox.Size = New System.Drawing.Size(372, 21) Me.WD_INDEXComboBox.Size = New System.Drawing.Size(363, 21)
Me.WD_INDEXComboBox.TabIndex = 28 Me.WD_INDEXComboBox.TabIndex = 28
Me.WD_INDEXComboBox.ValueMember = "ATTR_TITLE" Me.WD_INDEXComboBox.ValueMember = "ATTR_TITLE"
' '
@@ -1026,9 +1036,9 @@ Partial Class frmAdmin_Globix
'VKT_ADD_ITEMCheckBox 'VKT_ADD_ITEMCheckBox
' '
Me.VKT_ADD_ITEMCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_ADD_ITEM", True)) Me.VKT_ADD_ITEMCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_ADD_ITEM", True))
Me.VKT_ADD_ITEMCheckBox.Location = New System.Drawing.Point(644, 102) Me.VKT_ADD_ITEMCheckBox.Location = New System.Drawing.Point(632, 102)
Me.VKT_ADD_ITEMCheckBox.Name = "VKT_ADD_ITEMCheckBox" Me.VKT_ADD_ITEMCheckBox.Name = "VKT_ADD_ITEMCheckBox"
Me.VKT_ADD_ITEMCheckBox.Size = New System.Drawing.Size(264, 20) Me.VKT_ADD_ITEMCheckBox.Size = New System.Drawing.Size(259, 20)
Me.VKT_ADD_ITEMCheckBox.TabIndex = 14 Me.VKT_ADD_ITEMCheckBox.TabIndex = 14
Me.VKT_ADD_ITEMCheckBox.Text = "Neueingabe erlauben" Me.VKT_ADD_ITEMCheckBox.Text = "Neueingabe erlauben"
Me.VKT_ADD_ITEMCheckBox.UseVisualStyleBackColor = True Me.VKT_ADD_ITEMCheckBox.UseVisualStyleBackColor = True
@@ -1036,9 +1046,9 @@ Partial Class frmAdmin_Globix
'VKT_PREVENT_MULTIPLE_VALUESCheckBox 'VKT_PREVENT_MULTIPLE_VALUESCheckBox
' '
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_PREVENT_MULTIPLE_VALUES", True)) Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_PREVENT_MULTIPLE_VALUES", True))
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Location = New System.Drawing.Point(452, 102) Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Location = New System.Drawing.Point(444, 102)
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Name = "VKT_PREVENT_MULTIPLE_VALUESCheckBox" Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Name = "VKT_PREVENT_MULTIPLE_VALUESCheckBox"
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Size = New System.Drawing.Size(188, 20) Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Size = New System.Drawing.Size(184, 20)
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.TabIndex = 13 Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.TabIndex = 13
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Text = "Doppelte Einträge verhindern" Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Text = "Doppelte Einträge verhindern"
Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.UseVisualStyleBackColor = True Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.UseVisualStyleBackColor = True
@@ -1046,9 +1056,9 @@ Partial Class frmAdmin_Globix
'MULTISELECTCheckBox 'MULTISELECTCheckBox
' '
Me.MULTISELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "MULTISELECT", True)) Me.MULTISELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "MULTISELECT", True))
Me.MULTISELECTCheckBox.Location = New System.Drawing.Point(235, 102) Me.MULTISELECTCheckBox.Location = New System.Drawing.Point(231, 102)
Me.MULTISELECTCheckBox.Name = "MULTISELECTCheckBox" Me.MULTISELECTCheckBox.Name = "MULTISELECTCheckBox"
Me.MULTISELECTCheckBox.Size = New System.Drawing.Size(213, 20) Me.MULTISELECTCheckBox.Size = New System.Drawing.Size(209, 20)
Me.MULTISELECTCheckBox.TabIndex = 12 Me.MULTISELECTCheckBox.TabIndex = 12
Me.MULTISELECTCheckBox.Text = "Mehrfachauswahl" Me.MULTISELECTCheckBox.Text = "Mehrfachauswahl"
Me.MULTISELECTCheckBox.UseVisualStyleBackColor = True Me.MULTISELECTCheckBox.UseVisualStyleBackColor = True
@@ -1056,9 +1066,9 @@ Partial Class frmAdmin_Globix
'ACTIVECheckBox 'ACTIVECheckBox
' '
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "ACTIVE", True))
Me.ACTIVECheckBox.Location = New System.Drawing.Point(308, 12) Me.ACTIVECheckBox.Location = New System.Drawing.Point(302, 12)
Me.ACTIVECheckBox.Name = "ACTIVECheckBox" Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
Me.ACTIVECheckBox.Size = New System.Drawing.Size(139, 20) Me.ACTIVECheckBox.Size = New System.Drawing.Size(136, 20)
Me.ACTIVECheckBox.TabIndex = 5 Me.ACTIVECheckBox.TabIndex = 5
Me.ACTIVECheckBox.Text = "Aktiv" Me.ACTIVECheckBox.Text = "Aktiv"
Me.ACTIVECheckBox.UseVisualStyleBackColor = True Me.ACTIVECheckBox.UseVisualStyleBackColor = True
@@ -1070,7 +1080,7 @@ Partial Class frmAdmin_Globix
Me.btneditSQLmanIndex.Location = New System.Drawing.Point(12, 132) Me.btneditSQLmanIndex.Location = New System.Drawing.Point(12, 132)
Me.btneditSQLmanIndex.Name = "btneditSQLmanIndex" Me.btneditSQLmanIndex.Name = "btneditSQLmanIndex"
Me.btneditSQLmanIndex.Padding = New System.Windows.Forms.Padding(5) Me.btneditSQLmanIndex.Padding = New System.Windows.Forms.Padding(5)
Me.btneditSQLmanIndex.Size = New System.Drawing.Size(896, 32) Me.btneditSQLmanIndex.Size = New System.Drawing.Size(879, 32)
Me.btneditSQLmanIndex.StyleController = Me.LayoutControlManIndexe Me.btneditSQLmanIndex.StyleController = Me.LayoutControlManIndexe
Me.btneditSQLmanIndex.TabIndex = 16 Me.btneditSQLmanIndex.TabIndex = 16
Me.btneditSQLmanIndex.Text = "SQL Auswahlliste bearbeiten" Me.btneditSQLmanIndex.Text = "SQL Auswahlliste bearbeiten"
@@ -1079,30 +1089,30 @@ Partial Class frmAdmin_Globix
' '
Me.TextEditAddedWho_ManIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHO", True)) Me.TextEditAddedWho_ManIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHO", True))
Me.TextEditAddedWho_ManIndex.Enabled = False Me.TextEditAddedWho_ManIndex.Enabled = False
Me.TextEditAddedWho_ManIndex.Location = New System.Drawing.Point(100, 206) Me.TextEditAddedWho_ManIndex.Location = New System.Drawing.Point(100, 205)
Me.TextEditAddedWho_ManIndex.MenuManager = Me.RibbonControl1 Me.TextEditAddedWho_ManIndex.MenuManager = Me.RibbonControl1
Me.TextEditAddedWho_ManIndex.Name = "TextEditAddedWho_ManIndex" Me.TextEditAddedWho_ManIndex.Name = "TextEditAddedWho_ManIndex"
Me.TextEditAddedWho_ManIndex.Size = New System.Drawing.Size(309, 20) Me.TextEditAddedWho_ManIndex.Size = New System.Drawing.Size(301, 20)
Me.TextEditAddedWho_ManIndex.StyleController = Me.LayoutControlManIndexe Me.TextEditAddedWho_ManIndex.StyleController = Me.LayoutControlManIndexe
Me.TextEditAddedWho_ManIndex.TabIndex = 18 Me.TextEditAddedWho_ManIndex.TabIndex = 18
' '
'TextEdit2 'TextEdit2
' '
Me.TextEdit2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHEN", True)) Me.TextEdit2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHEN", True))
Me.TextEdit2.Location = New System.Drawing.Point(100, 236) Me.TextEdit2.Location = New System.Drawing.Point(100, 235)
Me.TextEdit2.MenuManager = Me.RibbonControl1 Me.TextEdit2.MenuManager = Me.RibbonControl1
Me.TextEdit2.Name = "TextEdit2" Me.TextEdit2.Name = "TextEdit2"
Me.TextEdit2.Size = New System.Drawing.Size(309, 20) Me.TextEdit2.Size = New System.Drawing.Size(301, 20)
Me.TextEdit2.StyleController = Me.LayoutControlManIndexe Me.TextEdit2.StyleController = Me.LayoutControlManIndexe
Me.TextEdit2.TabIndex = 19 Me.TextEdit2.TabIndex = 19
' '
'TextEditChangedWho_ManIndex 'TextEditChangedWho_ManIndex
' '
Me.TextEditChangedWho_ManIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHO", True)) Me.TextEditChangedWho_ManIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHO", True))
Me.TextEditChangedWho_ManIndex.Location = New System.Drawing.Point(504, 206) Me.TextEditChangedWho_ManIndex.Location = New System.Drawing.Point(496, 205)
Me.TextEditChangedWho_ManIndex.MenuManager = Me.RibbonControl1 Me.TextEditChangedWho_ManIndex.MenuManager = Me.RibbonControl1
Me.TextEditChangedWho_ManIndex.Name = "TextEditChangedWho_ManIndex" Me.TextEditChangedWho_ManIndex.Name = "TextEditChangedWho_ManIndex"
Me.TextEditChangedWho_ManIndex.Size = New System.Drawing.Size(401, 20) Me.TextEditChangedWho_ManIndex.Size = New System.Drawing.Size(392, 20)
Me.TextEditChangedWho_ManIndex.StyleController = Me.LayoutControlManIndexe Me.TextEditChangedWho_ManIndex.StyleController = Me.LayoutControlManIndexe
Me.TextEditChangedWho_ManIndex.TabIndex = 20 Me.TextEditChangedWho_ManIndex.TabIndex = 20
' '
@@ -1112,7 +1122,7 @@ Partial Class frmAdmin_Globix
Me.GUIDTextBoxMANINDEX.Location = New System.Drawing.Point(100, 15) Me.GUIDTextBoxMANINDEX.Location = New System.Drawing.Point(100, 15)
Me.GUIDTextBoxMANINDEX.MenuManager = Me.RibbonControl1 Me.GUIDTextBoxMANINDEX.MenuManager = Me.RibbonControl1
Me.GUIDTextBoxMANINDEX.Name = "GUIDTextBoxMANINDEX" Me.GUIDTextBoxMANINDEX.Name = "GUIDTextBoxMANINDEX"
Me.GUIDTextBoxMANINDEX.Size = New System.Drawing.Size(53, 20) Me.GUIDTextBoxMANINDEX.Size = New System.Drawing.Size(50, 20)
Me.GUIDTextBoxMANINDEX.StyleController = Me.LayoutControlManIndexe Me.GUIDTextBoxMANINDEX.StyleController = Me.LayoutControlManIndexe
Me.GUIDTextBoxMANINDEX.TabIndex = 21 Me.GUIDTextBoxMANINDEX.TabIndex = 21
' '
@@ -1122,7 +1132,7 @@ Partial Class frmAdmin_Globix
Me.TextEdit10.Location = New System.Drawing.Point(100, 45) Me.TextEdit10.Location = New System.Drawing.Point(100, 45)
Me.TextEdit10.MenuManager = Me.RibbonControl1 Me.TextEdit10.MenuManager = Me.RibbonControl1
Me.TextEdit10.Name = "TextEdit10" Me.TextEdit10.Name = "TextEdit10"
Me.TextEdit10.Size = New System.Drawing.Size(344, 20) Me.TextEdit10.Size = New System.Drawing.Size(336, 20)
Me.TextEdit10.StyleController = Me.LayoutControlManIndexe Me.TextEdit10.StyleController = Me.LayoutControlManIndexe
Me.TextEdit10.TabIndex = 22 Me.TextEdit10.TabIndex = 22
' '
@@ -1132,7 +1142,7 @@ Partial Class frmAdmin_Globix
Me.TextEdit11.Location = New System.Drawing.Point(100, 75) Me.TextEdit11.Location = New System.Drawing.Point(100, 75)
Me.TextEdit11.MenuManager = Me.RibbonControl1 Me.TextEdit11.MenuManager = Me.RibbonControl1
Me.TextEdit11.Name = "TextEdit11" Me.TextEdit11.Name = "TextEdit11"
Me.TextEdit11.Size = New System.Drawing.Size(805, 20) Me.TextEdit11.Size = New System.Drawing.Size(788, 20)
Me.TextEdit11.StyleController = Me.LayoutControlManIndexe Me.TextEdit11.StyleController = Me.LayoutControlManIndexe
Me.TextEdit11.TabIndex = 23 Me.TextEdit11.TabIndex = 23
' '
@@ -1140,11 +1150,11 @@ Partial Class frmAdmin_Globix
' '
Me.SpinEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True)) Me.SpinEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True))
Me.SpinEdit1.EditValue = New Decimal(New Integer() {0, 0, 0, 0}) Me.SpinEdit1.EditValue = New Decimal(New Integer() {0, 0, 0, 0})
Me.SpinEdit1.Location = New System.Drawing.Point(248, 15) Me.SpinEdit1.Location = New System.Drawing.Point(245, 15)
Me.SpinEdit1.MenuManager = Me.RibbonControl1 Me.SpinEdit1.MenuManager = Me.RibbonControl1
Me.SpinEdit1.Name = "SpinEdit1" Me.SpinEdit1.Name = "SpinEdit1"
Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.SpinEdit1.Size = New System.Drawing.Size(53, 20) Me.SpinEdit1.Size = New System.Drawing.Size(50, 20)
Me.SpinEdit1.StyleController = Me.LayoutControlManIndexe Me.SpinEdit1.StyleController = Me.LayoutControlManIndexe
Me.SpinEdit1.TabIndex = 25 Me.SpinEdit1.TabIndex = 25
' '
@@ -1156,7 +1166,7 @@ Partial Class frmAdmin_Globix
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)})
Me.ComboBoxEdit4.Properties.Items.AddRange(New Object() {"VARCHAR", "INTEGER", "DATE", "BOOLEAN"}) Me.ComboBoxEdit4.Properties.Items.AddRange(New Object() {"VARCHAR", "INTEGER", "DATE", "BOOLEAN"})
Me.ComboBoxEdit4.Size = New System.Drawing.Size(128, 20) Me.ComboBoxEdit4.Size = New System.Drawing.Size(124, 20)
Me.ComboBoxEdit4.StyleController = Me.LayoutControlManIndexe Me.ComboBoxEdit4.StyleController = Me.LayoutControlManIndexe
Me.ComboBoxEdit4.TabIndex = 27 Me.ComboBoxEdit4.TabIndex = 27
' '
@@ -1166,15 +1176,15 @@ Partial Class frmAdmin_Globix
Me.LayoutControlGroupDoctype.GroupBordersVisible = False Me.LayoutControlGroupDoctype.GroupBordersVisible = False
Me.LayoutControlGroupDoctype.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem17, Me.LayoutControlItem19, Me.LayoutControlItem21, Me.LayoutControlItem6, Me.LayoutControlItem24, Me.LayoutControlItem2, Me.LayoutControlItem8, Me.LayoutControlItem11, Me.LayoutControlItem13, Me.LayoutControlItem9, Me.LayoutControlItem27, Me.LayoutControlItem29, Me.EmptySpaceItem2, Me.LayoutControlItem16, Me.LayoutControlItem7, Me.LayoutControlItem31, Me.LayoutControlItem18, Me.EmptySpaceItem6, Me.LayoutControlItem46, Me.LayoutControlItem62}) Me.LayoutControlGroupDoctype.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem17, Me.LayoutControlItem19, Me.LayoutControlItem21, Me.LayoutControlItem6, Me.LayoutControlItem24, Me.LayoutControlItem2, Me.LayoutControlItem8, Me.LayoutControlItem11, Me.LayoutControlItem13, Me.LayoutControlItem9, Me.LayoutControlItem27, Me.LayoutControlItem29, Me.EmptySpaceItem2, Me.LayoutControlItem16, Me.LayoutControlItem7, Me.LayoutControlItem31, Me.LayoutControlItem18, Me.EmptySpaceItem6, Me.LayoutControlItem46, Me.LayoutControlItem62})
Me.LayoutControlGroupDoctype.Name = "LayoutControlGroupDoctype" Me.LayoutControlGroupDoctype.Name = "LayoutControlGroupDoctype"
Me.LayoutControlGroupDoctype.Size = New System.Drawing.Size(920, 271) Me.LayoutControlGroupDoctype.Size = New System.Drawing.Size(903, 270)
Me.LayoutControlGroupDoctype.TextVisible = False Me.LayoutControlGroupDoctype.TextVisible = False
' '
'LayoutControlItem17 'LayoutControlItem17
' '
Me.LayoutControlItem17.Control = Me.MULTISELECTCheckBox Me.LayoutControlItem17.Control = Me.MULTISELECTCheckBox
Me.LayoutControlItem17.Location = New System.Drawing.Point(223, 90) Me.LayoutControlItem17.Location = New System.Drawing.Point(219, 90)
Me.LayoutControlItem17.Name = "LayoutControlItem17" Me.LayoutControlItem17.Name = "LayoutControlItem17"
Me.LayoutControlItem17.Size = New System.Drawing.Size(217, 30) Me.LayoutControlItem17.Size = New System.Drawing.Size(213, 30)
Me.LayoutControlItem17.Text = "MULTISELECT:" Me.LayoutControlItem17.Text = "MULTISELECT:"
Me.LayoutControlItem17.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem17.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem17.TextVisible = False Me.LayoutControlItem17.TextVisible = False
@@ -1182,9 +1192,9 @@ Partial Class frmAdmin_Globix
'LayoutControlItem19 'LayoutControlItem19
' '
Me.LayoutControlItem19.Control = Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox Me.LayoutControlItem19.Control = Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox
Me.LayoutControlItem19.Location = New System.Drawing.Point(440, 90) Me.LayoutControlItem19.Location = New System.Drawing.Point(432, 90)
Me.LayoutControlItem19.Name = "LayoutControlItem19" Me.LayoutControlItem19.Name = "LayoutControlItem19"
Me.LayoutControlItem19.Size = New System.Drawing.Size(192, 30) Me.LayoutControlItem19.Size = New System.Drawing.Size(188, 30)
Me.LayoutControlItem19.Text = "VKT PREVENT MULTIPLE VALUES:" Me.LayoutControlItem19.Text = "VKT PREVENT MULTIPLE VALUES:"
Me.LayoutControlItem19.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem19.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem19.TextVisible = False Me.LayoutControlItem19.TextVisible = False
@@ -1192,9 +1202,9 @@ Partial Class frmAdmin_Globix
'LayoutControlItem21 'LayoutControlItem21
' '
Me.LayoutControlItem21.Control = Me.VKT_ADD_ITEMCheckBox Me.LayoutControlItem21.Control = Me.VKT_ADD_ITEMCheckBox
Me.LayoutControlItem21.Location = New System.Drawing.Point(632, 90) Me.LayoutControlItem21.Location = New System.Drawing.Point(620, 90)
Me.LayoutControlItem21.Name = "LayoutControlItem21" Me.LayoutControlItem21.Name = "LayoutControlItem21"
Me.LayoutControlItem21.Size = New System.Drawing.Size(268, 30) Me.LayoutControlItem21.Size = New System.Drawing.Size(263, 30)
Me.LayoutControlItem21.Text = "VKT ADD ITEM:" Me.LayoutControlItem21.Text = "VKT ADD ITEM:"
Me.LayoutControlItem21.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem21.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem21.TextVisible = False Me.LayoutControlItem21.TextVisible = False
@@ -1204,7 +1214,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem6.Control = Me.btneditSQLmanIndex Me.LayoutControlItem6.Control = Me.btneditSQLmanIndex
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 120) Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 120)
Me.LayoutControlItem6.Name = "LayoutControlItem6" Me.LayoutControlItem6.Name = "LayoutControlItem6"
Me.LayoutControlItem6.Size = New System.Drawing.Size(900, 36) Me.LayoutControlItem6.Size = New System.Drawing.Size(883, 36)
Me.LayoutControlItem6.Text = "SQL Abfrage bearbeiten" Me.LayoutControlItem6.Text = "SQL Abfrage bearbeiten"
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem6.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem6.TextVisible = False Me.LayoutControlItem6.TextVisible = False
@@ -1214,10 +1224,10 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem24.AppearanceItemCaption.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LayoutControlItem24.AppearanceItemCaption.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LayoutControlItem24.AppearanceItemCaption.Options.UseFont = True Me.LayoutControlItem24.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem24.Control = Me.TextEditAddedWho_ManIndex Me.LayoutControlItem24.Control = Me.TextEditAddedWho_ManIndex
Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 191) Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 190)
Me.LayoutControlItem24.Name = "LayoutControlItem24" Me.LayoutControlItem24.Name = "LayoutControlItem24"
Me.LayoutControlItem24.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem24.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem24.Size = New System.Drawing.Size(404, 30) Me.LayoutControlItem24.Size = New System.Drawing.Size(396, 30)
Me.LayoutControlItem24.Text = "ErstelltWer" Me.LayoutControlItem24.Text = "ErstelltWer"
Me.LayoutControlItem24.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem24.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1229,7 +1239,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Name = "LayoutControlItem2"
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem2.Size = New System.Drawing.Size(148, 30) Me.LayoutControlItem2.Size = New System.Drawing.Size(145, 30)
Me.LayoutControlItem2.Text = "ID" Me.LayoutControlItem2.Text = "ID"
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem2.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1239,7 +1249,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 30) Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 30)
Me.LayoutControlItem8.Name = "LayoutControlItem8" Me.LayoutControlItem8.Name = "LayoutControlItem8"
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem8.Size = New System.Drawing.Size(439, 30) Me.LayoutControlItem8.Size = New System.Drawing.Size(431, 30)
Me.LayoutControlItem8.Text = "Bezeichnung" Me.LayoutControlItem8.Text = "Bezeichnung"
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem8.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1249,7 +1259,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 60) Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 60)
Me.LayoutControlItem11.Name = "LayoutControlItem11" Me.LayoutControlItem11.Name = "LayoutControlItem11"
Me.LayoutControlItem11.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem11.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem11.Size = New System.Drawing.Size(900, 30) Me.LayoutControlItem11.Size = New System.Drawing.Size(883, 30)
Me.LayoutControlItem11.Text = "Hinweis" Me.LayoutControlItem11.Text = "Hinweis"
Me.LayoutControlItem11.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem11.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1259,17 +1269,17 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem13.Location = New System.Drawing.Point(0, 90) Me.LayoutControlItem13.Location = New System.Drawing.Point(0, 90)
Me.LayoutControlItem13.Name = "LayoutControlItem13" Me.LayoutControlItem13.Name = "LayoutControlItem13"
Me.LayoutControlItem13.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem13.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem13.Size = New System.Drawing.Size(223, 30) Me.LayoutControlItem13.Size = New System.Drawing.Size(219, 30)
Me.LayoutControlItem13.Text = "Datentyp" Me.LayoutControlItem13.Text = "Datentyp"
Me.LayoutControlItem13.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem13.TextSize = New System.Drawing.Size(73, 13)
' '
'LayoutControlItem9 'LayoutControlItem9
' '
Me.LayoutControlItem9.Control = Me.SpinEdit1 Me.LayoutControlItem9.Control = Me.SpinEdit1
Me.LayoutControlItem9.Location = New System.Drawing.Point(148, 0) Me.LayoutControlItem9.Location = New System.Drawing.Point(145, 0)
Me.LayoutControlItem9.Name = "LayoutControlItem9" Me.LayoutControlItem9.Name = "LayoutControlItem9"
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem9.Size = New System.Drawing.Size(148, 30) Me.LayoutControlItem9.Size = New System.Drawing.Size(145, 30)
Me.LayoutControlItem9.Text = "Reihenfolge" Me.LayoutControlItem9.Text = "Reihenfolge"
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem9.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1279,10 +1289,10 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem27.AppearanceItemCaption.Options.UseFont = True Me.LayoutControlItem27.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem27.Control = Me.TextEdit2 Me.LayoutControlItem27.Control = Me.TextEdit2
Me.LayoutControlItem27.Enabled = False Me.LayoutControlItem27.Enabled = False
Me.LayoutControlItem27.Location = New System.Drawing.Point(0, 221) Me.LayoutControlItem27.Location = New System.Drawing.Point(0, 220)
Me.LayoutControlItem27.Name = "LayoutControlItem27" Me.LayoutControlItem27.Name = "LayoutControlItem27"
Me.LayoutControlItem27.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem27.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem27.Size = New System.Drawing.Size(404, 30) Me.LayoutControlItem27.Size = New System.Drawing.Size(396, 30)
Me.LayoutControlItem27.Text = "Erstellt wann" Me.LayoutControlItem27.Text = "Erstellt wann"
Me.LayoutControlItem27.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem27.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1292,36 +1302,36 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem29.AppearanceItemCaption.Options.UseFont = True Me.LayoutControlItem29.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem29.Control = Me.TextEditChangedWho_ManIndex Me.LayoutControlItem29.Control = Me.TextEditChangedWho_ManIndex
Me.LayoutControlItem29.Enabled = False Me.LayoutControlItem29.Enabled = False
Me.LayoutControlItem29.Location = New System.Drawing.Point(404, 191) Me.LayoutControlItem29.Location = New System.Drawing.Point(396, 190)
Me.LayoutControlItem29.Name = "LayoutControlItem29" Me.LayoutControlItem29.Name = "LayoutControlItem29"
Me.LayoutControlItem29.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem29.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem29.Size = New System.Drawing.Size(496, 30) Me.LayoutControlItem29.Size = New System.Drawing.Size(487, 30)
Me.LayoutControlItem29.Text = "Geändert wer" Me.LayoutControlItem29.Text = "Geändert wer"
Me.LayoutControlItem29.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem29.TextSize = New System.Drawing.Size(73, 13)
' '
'EmptySpaceItem2 'EmptySpaceItem2
' '
Me.EmptySpaceItem2.AllowHotTrack = False Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(545, 0) Me.EmptySpaceItem2.Location = New System.Drawing.Point(534, 0)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2" Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
Me.EmptySpaceItem2.Size = New System.Drawing.Size(355, 30) Me.EmptySpaceItem2.Size = New System.Drawing.Size(349, 30)
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0) Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
' '
'LayoutControlItem16 'LayoutControlItem16
' '
Me.LayoutControlItem16.Control = Me.WD_INDEXComboBox Me.LayoutControlItem16.Control = Me.WD_INDEXComboBox
Me.LayoutControlItem16.Location = New System.Drawing.Point(439, 30) Me.LayoutControlItem16.Location = New System.Drawing.Point(431, 30)
Me.LayoutControlItem16.Name = "LayoutControlItem16" Me.LayoutControlItem16.Name = "LayoutControlItem16"
Me.LayoutControlItem16.Size = New System.Drawing.Size(461, 30) Me.LayoutControlItem16.Size = New System.Drawing.Size(452, 30)
Me.LayoutControlItem16.Text = "Attribut" Me.LayoutControlItem16.Text = "Attribut"
Me.LayoutControlItem16.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem16.TextSize = New System.Drawing.Size(73, 13)
' '
'LayoutControlItem7 'LayoutControlItem7
' '
Me.LayoutControlItem7.Control = Me.ACTIVECheckBox Me.LayoutControlItem7.Control = Me.ACTIVECheckBox
Me.LayoutControlItem7.Location = New System.Drawing.Point(296, 0) Me.LayoutControlItem7.Location = New System.Drawing.Point(290, 0)
Me.LayoutControlItem7.Name = "LayoutControlItem7" Me.LayoutControlItem7.Name = "LayoutControlItem7"
Me.LayoutControlItem7.Size = New System.Drawing.Size(143, 30) Me.LayoutControlItem7.Size = New System.Drawing.Size(140, 30)
Me.LayoutControlItem7.Text = "ACTIVE:" Me.LayoutControlItem7.Text = "ACTIVE:"
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem7.TextVisible = False Me.LayoutControlItem7.TextVisible = False
@@ -1333,7 +1343,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem31.Control = Me.CONNECTION_IDTextBox Me.LayoutControlItem31.Control = Me.CONNECTION_IDTextBox
Me.LayoutControlItem31.Location = New System.Drawing.Point(0, 156) Me.LayoutControlItem31.Location = New System.Drawing.Point(0, 156)
Me.LayoutControlItem31.Name = "LayoutControlItem31" Me.LayoutControlItem31.Name = "LayoutControlItem31"
Me.LayoutControlItem31.Size = New System.Drawing.Size(111, 24) Me.LayoutControlItem31.Size = New System.Drawing.Size(109, 24)
Me.LayoutControlItem31.Text = "ConnId:" Me.LayoutControlItem31.Text = "ConnId:"
Me.LayoutControlItem31.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem31.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1342,9 +1352,9 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem18.AppearanceItemCaption.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LayoutControlItem18.AppearanceItemCaption.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LayoutControlItem18.AppearanceItemCaption.Options.UseFont = True Me.LayoutControlItem18.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem18.Control = Me.SQL_RESULTTextBox Me.LayoutControlItem18.Control = Me.SQL_RESULTTextBox
Me.LayoutControlItem18.Location = New System.Drawing.Point(111, 156) Me.LayoutControlItem18.Location = New System.Drawing.Point(109, 156)
Me.LayoutControlItem18.Name = "LayoutControlItem18" Me.LayoutControlItem18.Name = "LayoutControlItem18"
Me.LayoutControlItem18.Size = New System.Drawing.Size(789, 24) Me.LayoutControlItem18.Size = New System.Drawing.Size(774, 24)
Me.LayoutControlItem18.Text = "SQL:" Me.LayoutControlItem18.Text = "SQL:"
Me.LayoutControlItem18.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem18.TextSize = New System.Drawing.Size(73, 13)
' '
@@ -1353,7 +1363,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem6.AllowHotTrack = False Me.EmptySpaceItem6.AllowHotTrack = False
Me.EmptySpaceItem6.Location = New System.Drawing.Point(0, 180) Me.EmptySpaceItem6.Location = New System.Drawing.Point(0, 180)
Me.EmptySpaceItem6.Name = "EmptySpaceItem6" Me.EmptySpaceItem6.Name = "EmptySpaceItem6"
Me.EmptySpaceItem6.Size = New System.Drawing.Size(900, 11) Me.EmptySpaceItem6.Size = New System.Drawing.Size(883, 10)
Me.EmptySpaceItem6.TextSize = New System.Drawing.Size(0, 0) Me.EmptySpaceItem6.TextSize = New System.Drawing.Size(0, 0)
' '
'LayoutControlItem46 'LayoutControlItem46
@@ -1362,13 +1372,23 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem46.AppearanceItemCaption.Options.UseFont = True Me.LayoutControlItem46.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem46.Control = Me.TextEdit4 Me.LayoutControlItem46.Control = Me.TextEdit4
Me.LayoutControlItem46.Enabled = False Me.LayoutControlItem46.Enabled = False
Me.LayoutControlItem46.Location = New System.Drawing.Point(404, 221) Me.LayoutControlItem46.Location = New System.Drawing.Point(396, 220)
Me.LayoutControlItem46.Name = "LayoutControlItem46" Me.LayoutControlItem46.Name = "LayoutControlItem46"
Me.LayoutControlItem46.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem46.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem46.Size = New System.Drawing.Size(496, 30) Me.LayoutControlItem46.Size = New System.Drawing.Size(487, 30)
Me.LayoutControlItem46.Text = "Geändert wann" Me.LayoutControlItem46.Text = "Geändert wann"
Me.LayoutControlItem46.TextSize = New System.Drawing.Size(73, 13) Me.LayoutControlItem46.TextSize = New System.Drawing.Size(73, 13)
' '
'LayoutControlItem62
'
Me.LayoutControlItem62.Control = Me.OPTIONALCheckBox
Me.LayoutControlItem62.Location = New System.Drawing.Point(430, 0)
Me.LayoutControlItem62.Name = "LayoutControlItem62"
Me.LayoutControlItem62.Size = New System.Drawing.Size(104, 30)
Me.LayoutControlItem62.Text = "OPTIONAL:"
Me.LayoutControlItem62.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem62.TextVisible = False
'
'ListBoxAutoIndexe 'ListBoxAutoIndexe
' '
Me.ListBoxAutoIndexe.DataSource = Me.TBDD_INDEX_MANBindingSource Me.ListBoxAutoIndexe.DataSource = Me.TBDD_INDEX_MANBindingSource
@@ -1377,7 +1397,7 @@ Partial Class frmAdmin_Globix
Me.ListBoxAutoIndexe.FormattingEnabled = True Me.ListBoxAutoIndexe.FormattingEnabled = True
Me.ListBoxAutoIndexe.Location = New System.Drawing.Point(0, 0) Me.ListBoxAutoIndexe.Location = New System.Drawing.Point(0, 0)
Me.ListBoxAutoIndexe.Name = "ListBoxAutoIndexe" Me.ListBoxAutoIndexe.Name = "ListBoxAutoIndexe"
Me.ListBoxAutoIndexe.Size = New System.Drawing.Size(191, 271) Me.ListBoxAutoIndexe.Size = New System.Drawing.Size(191, 267)
Me.ListBoxAutoIndexe.TabIndex = 0 Me.ListBoxAutoIndexe.TabIndex = 0
Me.ListBoxAutoIndexe.ValueMember = "GUID" Me.ListBoxAutoIndexe.ValueMember = "GUID"
' '
@@ -1387,7 +1407,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPageRework.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageRework.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPageRework.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageRework.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageRework.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPageRework.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageRework.Name = "XtraTabPageRework" Me.XtraTabPageRework.Name = "XtraTabPageRework"
Me.XtraTabPageRework.Size = New System.Drawing.Size(1111, 271) Me.XtraTabPageRework.Size = New System.Drawing.Size(1111, 269)
Me.XtraTabPageRework.Text = "Nachbearbeitungsfunktionen manueller Index" Me.XtraTabPageRework.Text = "Nachbearbeitungsfunktionen manueller Index"
' '
'LayoutControlRework 'LayoutControlRework
@@ -1413,7 +1433,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPageAutoIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPageAutoIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageAutoIndexe.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPageAutoIndexe.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageAutoIndexe.Name = "XtraTabPageAutoIndexe" Me.XtraTabPageAutoIndexe.Name = "XtraTabPageAutoIndexe"
Me.XtraTabPageAutoIndexe.Size = New System.Drawing.Size(1111, 271) Me.XtraTabPageAutoIndexe.Size = New System.Drawing.Size(1111, 269)
Me.XtraTabPageAutoIndexe.Text = "automatische/Feste Attribute" Me.XtraTabPageAutoIndexe.Text = "automatische/Feste Attribute"
' '
'LayoutControlAutoIndexe 'LayoutControlAutoIndexe
@@ -1438,7 +1458,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlAutoIndexe.Location = New System.Drawing.Point(0, 0) Me.LayoutControlAutoIndexe.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlAutoIndexe.Name = "LayoutControlAutoIndexe" Me.LayoutControlAutoIndexe.Name = "LayoutControlAutoIndexe"
Me.LayoutControlAutoIndexe.Root = Me.LayoutControlGroup2 Me.LayoutControlAutoIndexe.Root = Me.LayoutControlGroup2
Me.LayoutControlAutoIndexe.Size = New System.Drawing.Size(1111, 271) Me.LayoutControlAutoIndexe.Size = New System.Drawing.Size(1111, 269)
Me.LayoutControlAutoIndexe.TabIndex = 0 Me.LayoutControlAutoIndexe.TabIndex = 0
Me.LayoutControlAutoIndexe.Text = "LayoutControl1" Me.LayoutControlAutoIndexe.Text = "LayoutControl1"
' '
@@ -1572,7 +1592,7 @@ Partial Class frmAdmin_Globix
' '
Me.ADDED_WHOTextBoxAutoAttribut.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBoxAutoAttribut.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBoxAutoAttribut.Enabled = False Me.ADDED_WHOTextBoxAutoAttribut.Enabled = False
Me.ADDED_WHOTextBoxAutoAttribut.Location = New System.Drawing.Point(369, 206) Me.ADDED_WHOTextBoxAutoAttribut.Location = New System.Drawing.Point(369, 204)
Me.ADDED_WHOTextBoxAutoAttribut.MenuManager = Me.RibbonControl1 Me.ADDED_WHOTextBoxAutoAttribut.MenuManager = Me.RibbonControl1
Me.ADDED_WHOTextBoxAutoAttribut.Name = "ADDED_WHOTextBoxAutoAttribut" Me.ADDED_WHOTextBoxAutoAttribut.Name = "ADDED_WHOTextBoxAutoAttribut"
Me.ADDED_WHOTextBoxAutoAttribut.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHOTextBoxAutoAttribut.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -1585,7 +1605,7 @@ Partial Class frmAdmin_Globix
' '
Me.TextEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHEN", True)) Me.TextEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHEN", True))
Me.TextEdit3.Enabled = False Me.TextEdit3.Enabled = False
Me.TextEdit3.Location = New System.Drawing.Point(369, 236) Me.TextEdit3.Location = New System.Drawing.Point(369, 234)
Me.TextEdit3.MenuManager = Me.RibbonControl1 Me.TextEdit3.MenuManager = Me.RibbonControl1
Me.TextEdit3.Name = "TextEdit3" Me.TextEdit3.Name = "TextEdit3"
Me.TextEdit3.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextEdit3.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -1598,7 +1618,7 @@ Partial Class frmAdmin_Globix
' '
Me.CHANGED_WHOTextEditAutoAttribut.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextEditAutoAttribut.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextEditAutoAttribut.EditValue = "" Me.CHANGED_WHOTextEditAutoAttribut.EditValue = ""
Me.CHANGED_WHOTextEditAutoAttribut.Location = New System.Drawing.Point(825, 206) Me.CHANGED_WHOTextEditAutoAttribut.Location = New System.Drawing.Point(825, 204)
Me.CHANGED_WHOTextEditAutoAttribut.MenuManager = Me.RibbonControl1 Me.CHANGED_WHOTextEditAutoAttribut.MenuManager = Me.RibbonControl1
Me.CHANGED_WHOTextEditAutoAttribut.Name = "CHANGED_WHOTextEditAutoAttribut" Me.CHANGED_WHOTextEditAutoAttribut.Name = "CHANGED_WHOTextEditAutoAttribut"
Me.CHANGED_WHOTextEditAutoAttribut.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHOTextEditAutoAttribut.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -1610,7 +1630,7 @@ Partial Class frmAdmin_Globix
'TextEdit5 'TextEdit5
' '
Me.TextEdit5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHEN", True)) Me.TextEdit5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHEN", True))
Me.TextEdit5.Location = New System.Drawing.Point(825, 236) Me.TextEdit5.Location = New System.Drawing.Point(825, 234)
Me.TextEdit5.MenuManager = Me.RibbonControl1 Me.TextEdit5.MenuManager = Me.RibbonControl1
Me.TextEdit5.Name = "TextEdit5" Me.TextEdit5.Name = "TextEdit5"
Me.TextEdit5.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextEdit5.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -1625,7 +1645,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlGroup2.GroupBordersVisible = False Me.LayoutControlGroup2.GroupBordersVisible = False
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem15, Me.LayoutControlItem23, Me.LayoutControlItem33, Me.LayoutControlItem34, Me.LayoutControlItem35, Me.LayoutControlItem14, Me.LayoutControlItem40, Me.LayoutControlItem37, Me.LayoutControlItem39, Me.LayoutControlItem42, Me.EmptySpaceItem4, Me.ADDED_WHOAutoAttribut, Me.LayoutControlItem41, Me.CHANGED_WHOItemAutoAttribut, Me.LayoutControlItem43, Me.LayoutControlItem45, Me.LayoutControlItem44, Me.EmptySpaceItem5}) Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem15, Me.LayoutControlItem23, Me.LayoutControlItem33, Me.LayoutControlItem34, Me.LayoutControlItem35, Me.LayoutControlItem14, Me.LayoutControlItem40, Me.LayoutControlItem37, Me.LayoutControlItem39, Me.LayoutControlItem42, Me.EmptySpaceItem4, Me.ADDED_WHOAutoAttribut, Me.LayoutControlItem41, Me.CHANGED_WHOItemAutoAttribut, Me.LayoutControlItem43, Me.LayoutControlItem45, Me.LayoutControlItem44, Me.EmptySpaceItem5})
Me.LayoutControlGroup2.Name = "LayoutControlGroup2" Me.LayoutControlGroup2.Name = "LayoutControlGroup2"
Me.LayoutControlGroup2.Size = New System.Drawing.Size(1111, 271) Me.LayoutControlGroup2.Size = New System.Drawing.Size(1111, 269)
Me.LayoutControlGroup2.TextVisible = False Me.LayoutControlGroup2.TextVisible = False
' '
'LayoutControlItem15 'LayoutControlItem15
@@ -1746,7 +1766,7 @@ Partial Class frmAdmin_Globix
'ADDED_WHOAutoAttribut 'ADDED_WHOAutoAttribut
' '
Me.ADDED_WHOAutoAttribut.Control = Me.ADDED_WHOTextBoxAutoAttribut Me.ADDED_WHOAutoAttribut.Control = Me.ADDED_WHOTextBoxAutoAttribut
Me.ADDED_WHOAutoAttribut.Location = New System.Drawing.Point(179, 191) Me.ADDED_WHOAutoAttribut.Location = New System.Drawing.Point(179, 189)
Me.ADDED_WHOAutoAttribut.Name = "ADDED_WHOAutoAttribut" Me.ADDED_WHOAutoAttribut.Name = "ADDED_WHOAutoAttribut"
Me.ADDED_WHOAutoAttribut.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.ADDED_WHOAutoAttribut.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.ADDED_WHOAutoAttribut.Size = New System.Drawing.Size(456, 30) Me.ADDED_WHOAutoAttribut.Size = New System.Drawing.Size(456, 30)
@@ -1756,7 +1776,7 @@ Partial Class frmAdmin_Globix
'LayoutControlItem41 'LayoutControlItem41
' '
Me.LayoutControlItem41.Control = Me.TextEdit3 Me.LayoutControlItem41.Control = Me.TextEdit3
Me.LayoutControlItem41.Location = New System.Drawing.Point(179, 221) Me.LayoutControlItem41.Location = New System.Drawing.Point(179, 219)
Me.LayoutControlItem41.Name = "LayoutControlItem41" Me.LayoutControlItem41.Name = "LayoutControlItem41"
Me.LayoutControlItem41.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem41.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem41.Size = New System.Drawing.Size(456, 30) Me.LayoutControlItem41.Size = New System.Drawing.Size(456, 30)
@@ -1766,7 +1786,7 @@ Partial Class frmAdmin_Globix
'CHANGED_WHOItemAutoAttribut 'CHANGED_WHOItemAutoAttribut
' '
Me.CHANGED_WHOItemAutoAttribut.Control = Me.CHANGED_WHOTextEditAutoAttribut Me.CHANGED_WHOItemAutoAttribut.Control = Me.CHANGED_WHOTextEditAutoAttribut
Me.CHANGED_WHOItemAutoAttribut.Location = New System.Drawing.Point(635, 191) Me.CHANGED_WHOItemAutoAttribut.Location = New System.Drawing.Point(635, 189)
Me.CHANGED_WHOItemAutoAttribut.Name = "CHANGED_WHOItemAutoAttribut" Me.CHANGED_WHOItemAutoAttribut.Name = "CHANGED_WHOItemAutoAttribut"
Me.CHANGED_WHOItemAutoAttribut.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.CHANGED_WHOItemAutoAttribut.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.CHANGED_WHOItemAutoAttribut.Size = New System.Drawing.Size(456, 30) Me.CHANGED_WHOItemAutoAttribut.Size = New System.Drawing.Size(456, 30)
@@ -1776,7 +1796,7 @@ Partial Class frmAdmin_Globix
'LayoutControlItem43 'LayoutControlItem43
' '
Me.LayoutControlItem43.Control = Me.TextEdit5 Me.LayoutControlItem43.Control = Me.TextEdit5
Me.LayoutControlItem43.Location = New System.Drawing.Point(635, 221) Me.LayoutControlItem43.Location = New System.Drawing.Point(635, 219)
Me.LayoutControlItem43.Name = "LayoutControlItem43" Me.LayoutControlItem43.Name = "LayoutControlItem43"
Me.LayoutControlItem43.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem43.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem43.Size = New System.Drawing.Size(456, 30) Me.LayoutControlItem43.Size = New System.Drawing.Size(456, 30)
@@ -1800,7 +1820,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem44.Control = Me.ListBox1 Me.LayoutControlItem44.Control = Me.ListBox1
Me.LayoutControlItem44.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem44.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem44.Name = "LayoutControlItem44" Me.LayoutControlItem44.Name = "LayoutControlItem44"
Me.LayoutControlItem44.Size = New System.Drawing.Size(179, 251) Me.LayoutControlItem44.Size = New System.Drawing.Size(179, 249)
Me.LayoutControlItem44.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize Me.LayoutControlItem44.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize
Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem44.TextToControlDistance = 0 Me.LayoutControlItem44.TextToControlDistance = 0
@@ -1811,7 +1831,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem5.AllowHotTrack = False Me.EmptySpaceItem5.AllowHotTrack = False
Me.EmptySpaceItem5.Location = New System.Drawing.Point(179, 157) Me.EmptySpaceItem5.Location = New System.Drawing.Point(179, 157)
Me.EmptySpaceItem5.Name = "EmptySpaceItem5" Me.EmptySpaceItem5.Name = "EmptySpaceItem5"
Me.EmptySpaceItem5.Size = New System.Drawing.Size(912, 34) Me.EmptySpaceItem5.Size = New System.Drawing.Size(912, 32)
Me.EmptySpaceItem5.TextSize = New System.Drawing.Size(0, 0) Me.EmptySpaceItem5.TextSize = New System.Drawing.Size(0, 0)
' '
'XtraTabPageDynamicFolder 'XtraTabPageDynamicFolder
@@ -1820,7 +1840,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPageDynamicFolder.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageDynamicFolder.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPageDynamicFolder.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageDynamicFolder.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageDynamicFolder.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPageDynamicFolder.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageDynamicFolder.Name = "XtraTabPageDynamicFolder" Me.XtraTabPageDynamicFolder.Name = "XtraTabPageDynamicFolder"
Me.XtraTabPageDynamicFolder.Size = New System.Drawing.Size(1111, 271) Me.XtraTabPageDynamicFolder.Size = New System.Drawing.Size(1111, 269)
Me.XtraTabPageDynamicFolder.Text = "Dynamischer Ordnerpfad" Me.XtraTabPageDynamicFolder.Text = "Dynamischer Ordnerpfad"
' '
'LayoutControl1 'LayoutControl1
@@ -1835,7 +1855,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0) Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControl1.Name = "LayoutControl1" Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.Root = Me.LayoutControlGroup4 Me.LayoutControl1.Root = Me.LayoutControlGroup4
Me.LayoutControl1.Size = New System.Drawing.Size(1111, 271) Me.LayoutControl1.Size = New System.Drawing.Size(1111, 269)
Me.LayoutControl1.TabIndex = 15 Me.LayoutControl1.TabIndex = 15
Me.LayoutControl1.Text = "LayoutControl1" Me.LayoutControl1.Text = "LayoutControl1"
' '
@@ -1901,7 +1921,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlGroup4.GroupBordersVisible = False Me.LayoutControlGroup4.GroupBordersVisible = False
Me.LayoutControlGroup4.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem47, Me.EmptySpaceItem7, Me.LayoutControlItem48, Me.LayoutControlItem50, Me.LayoutControlItem51, Me.EmptySpaceItem8, Me.LayoutControlItem52, Me.LayoutControlItem49}) Me.LayoutControlGroup4.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem47, Me.EmptySpaceItem7, Me.LayoutControlItem48, Me.LayoutControlItem50, Me.LayoutControlItem51, Me.EmptySpaceItem8, Me.LayoutControlItem52, Me.LayoutControlItem49})
Me.LayoutControlGroup4.Name = "LayoutControlGroup4" Me.LayoutControlGroup4.Name = "LayoutControlGroup4"
Me.LayoutControlGroup4.Size = New System.Drawing.Size(1111, 271) Me.LayoutControlGroup4.Size = New System.Drawing.Size(1111, 269)
Me.LayoutControlGroup4.TextVisible = False Me.LayoutControlGroup4.TextVisible = False
' '
'LayoutControlItem47 'LayoutControlItem47
@@ -1921,7 +1941,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem7.AllowHotTrack = False Me.EmptySpaceItem7.AllowHotTrack = False
Me.EmptySpaceItem7.Location = New System.Drawing.Point(0, 172) Me.EmptySpaceItem7.Location = New System.Drawing.Point(0, 172)
Me.EmptySpaceItem7.Name = "EmptySpaceItem7" Me.EmptySpaceItem7.Name = "EmptySpaceItem7"
Me.EmptySpaceItem7.Size = New System.Drawing.Size(1091, 79) Me.EmptySpaceItem7.Size = New System.Drawing.Size(1091, 77)
Me.EmptySpaceItem7.TextSize = New System.Drawing.Size(0, 0) Me.EmptySpaceItem7.TextSize = New System.Drawing.Size(0, 0)
' '
'LayoutControlItem48 'LayoutControlItem48
@@ -1993,7 +2013,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPageAutoSelect.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoSelect.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPageAutoSelect.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoSelect.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageAutoSelect.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPageAutoSelect.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPageAutoSelect.Name = "XtraTabPageAutoSelect" Me.XtraTabPageAutoSelect.Name = "XtraTabPageAutoSelect"
Me.XtraTabPageAutoSelect.Size = New System.Drawing.Size(1111, 271) Me.XtraTabPageAutoSelect.Size = New System.Drawing.Size(1111, 269)
Me.XtraTabPageAutoSelect.Text = "Automatische Profilauswahl" Me.XtraTabPageAutoSelect.Text = "Automatische Profilauswahl"
' '
'LayoutControl2 'LayoutControl2
@@ -2010,7 +2030,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControl2.Location = New System.Drawing.Point(193, 0) Me.LayoutControl2.Location = New System.Drawing.Point(193, 0)
Me.LayoutControl2.Name = "LayoutControl2" Me.LayoutControl2.Name = "LayoutControl2"
Me.LayoutControl2.Root = Me.LayoutControlGroup5 Me.LayoutControl2.Root = Me.LayoutControlGroup5
Me.LayoutControl2.Size = New System.Drawing.Size(918, 271) Me.LayoutControl2.Size = New System.Drawing.Size(918, 269)
Me.LayoutControl2.TabIndex = 1 Me.LayoutControl2.TabIndex = 1
Me.LayoutControl2.Text = "LayoutControl2" Me.LayoutControl2.Text = "LayoutControl2"
' '
@@ -2104,7 +2124,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlGroup5.GroupBordersVisible = False Me.LayoutControlGroup5.GroupBordersVisible = False
Me.LayoutControlGroup5.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem55, Me.EmptySpaceItem9, Me.EmptySpaceItem10, Me.LayoutControlItem54, Me.LayoutControlItem53, Me.EmptySpaceItem11, Me.LayoutControlItem57, Me.LayoutControlItem59, Me.LayoutControlItem58, Me.LayoutControlItem56, Me.LayoutControlItem60}) Me.LayoutControlGroup5.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem55, Me.EmptySpaceItem9, Me.EmptySpaceItem10, Me.LayoutControlItem54, Me.LayoutControlItem53, Me.EmptySpaceItem11, Me.LayoutControlItem57, Me.LayoutControlItem59, Me.LayoutControlItem58, Me.LayoutControlItem56, Me.LayoutControlItem60})
Me.LayoutControlGroup5.Name = "LayoutControlGroup5" Me.LayoutControlGroup5.Name = "LayoutControlGroup5"
Me.LayoutControlGroup5.Size = New System.Drawing.Size(918, 271) Me.LayoutControlGroup5.Size = New System.Drawing.Size(918, 269)
Me.LayoutControlGroup5.TextVisible = False Me.LayoutControlGroup5.TextVisible = False
' '
'LayoutControlItem55 'LayoutControlItem55
@@ -2121,7 +2141,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem9.AllowHotTrack = False Me.EmptySpaceItem9.AllowHotTrack = False
Me.EmptySpaceItem9.Location = New System.Drawing.Point(772, 64) Me.EmptySpaceItem9.Location = New System.Drawing.Point(772, 64)
Me.EmptySpaceItem9.Name = "EmptySpaceItem9" Me.EmptySpaceItem9.Name = "EmptySpaceItem9"
Me.EmptySpaceItem9.Size = New System.Drawing.Size(126, 187) Me.EmptySpaceItem9.Size = New System.Drawing.Size(126, 185)
Me.EmptySpaceItem9.TextSize = New System.Drawing.Size(0, 0) Me.EmptySpaceItem9.TextSize = New System.Drawing.Size(0, 0)
' '
'EmptySpaceItem10 'EmptySpaceItem10
@@ -2181,7 +2201,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem59.Location = New System.Drawing.Point(386, 102) Me.LayoutControlItem59.Location = New System.Drawing.Point(386, 102)
Me.LayoutControlItem59.Name = "LayoutControlItem59" Me.LayoutControlItem59.Name = "LayoutControlItem59"
Me.LayoutControlItem59.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem59.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem59.Size = New System.Drawing.Size(386, 149) Me.LayoutControlItem59.Size = New System.Drawing.Size(386, 147)
Me.LayoutControlItem59.Text = "Geändert wann" Me.LayoutControlItem59.Text = "Geändert wann"
Me.LayoutControlItem59.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem59.TextSize = New System.Drawing.Size(98, 13)
' '
@@ -2193,7 +2213,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem58.Location = New System.Drawing.Point(0, 102) Me.LayoutControlItem58.Location = New System.Drawing.Point(0, 102)
Me.LayoutControlItem58.Name = "LayoutControlItem58" Me.LayoutControlItem58.Name = "LayoutControlItem58"
Me.LayoutControlItem58.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem58.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem58.Size = New System.Drawing.Size(386, 149) Me.LayoutControlItem58.Size = New System.Drawing.Size(386, 147)
Me.LayoutControlItem58.Text = "Erstellt wann" Me.LayoutControlItem58.Text = "Erstellt wann"
Me.LayoutControlItem58.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem58.TextSize = New System.Drawing.Size(98, 13)
' '
@@ -2224,7 +2244,7 @@ Partial Class frmAdmin_Globix
Me.ListBox2.FormattingEnabled = True Me.ListBox2.FormattingEnabled = True
Me.ListBox2.Location = New System.Drawing.Point(0, 0) Me.ListBox2.Location = New System.Drawing.Point(0, 0)
Me.ListBox2.Name = "ListBox2" Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(193, 271) Me.ListBox2.Size = New System.Drawing.Size(193, 269)
Me.ListBox2.TabIndex = 0 Me.ListBox2.TabIndex = 0
' '
'XtraTabPage1 'XtraTabPage1
@@ -2233,7 +2253,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage1.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPage1.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Name = "XtraTabPage1"
Me.XtraTabPage1.Size = New System.Drawing.Size(1138, 596) Me.XtraTabPage1.Size = New System.Drawing.Size(1138, 594)
Me.XtraTabPage1.Text = "Profil-Zuordnung" Me.XtraTabPage1.Text = "Profil-Zuordnung"
' '
'XtraTabControl3 'XtraTabControl3
@@ -2243,7 +2263,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0) Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3" Me.XtraTabControl3.Name = "XtraTabControl3"
Me.XtraTabControl3.SelectedTabPage = Me.XtraTabPage2 Me.XtraTabControl3.SelectedTabPage = Me.XtraTabPage2
Me.XtraTabControl3.Size = New System.Drawing.Size(1138, 596) Me.XtraTabControl3.Size = New System.Drawing.Size(1138, 594)
Me.XtraTabControl3.TabIndex = 0 Me.XtraTabControl3.TabIndex = 0
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage2, Me.XtraTabPage3}) Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage2, Me.XtraTabPage3})
' '
@@ -2253,7 +2273,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPage2.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage2.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage2.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPage2.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Name = "XtraTabPage2"
Me.XtraTabPage2.Size = New System.Drawing.Size(1136, 570) Me.XtraTabPage2.Size = New System.Drawing.Size(1136, 566)
Me.XtraTabPage2.Text = "User" Me.XtraTabPage2.Text = "User"
' '
'SplitContainerControl1 'SplitContainerControl1
@@ -2274,7 +2294,7 @@ Partial Class frmAdmin_Globix
Me.SplitContainerControl1.Panel2.Controls.Add(Me.gridAvailableUsers) Me.SplitContainerControl1.Panel2.Controls.Add(Me.gridAvailableUsers)
Me.SplitContainerControl1.Panel2.Controls.Add(Me.Label35) Me.SplitContainerControl1.Panel2.Controls.Add(Me.Label35)
Me.SplitContainerControl1.Panel2.Text = "Panel2" Me.SplitContainerControl1.Panel2.Text = "Panel2"
Me.SplitContainerControl1.Size = New System.Drawing.Size(1136, 570) Me.SplitContainerControl1.Size = New System.Drawing.Size(1136, 566)
Me.SplitContainerControl1.SplitterPosition = 308 Me.SplitContainerControl1.SplitterPosition = 308
Me.SplitContainerControl1.TabIndex = 0 Me.SplitContainerControl1.TabIndex = 0
' '
@@ -2362,7 +2382,7 @@ Partial Class frmAdmin_Globix
Me.gridAvailableUsers.MainView = Me.viewAvailableUsers Me.gridAvailableUsers.MainView = Me.viewAvailableUsers
Me.gridAvailableUsers.MenuManager = Me.RibbonControl1 Me.gridAvailableUsers.MenuManager = Me.RibbonControl1
Me.gridAvailableUsers.Name = "gridAvailableUsers" Me.gridAvailableUsers.Name = "gridAvailableUsers"
Me.gridAvailableUsers.Size = New System.Drawing.Size(1136, 222) Me.gridAvailableUsers.Size = New System.Drawing.Size(1136, 218)
Me.gridAvailableUsers.TabIndex = 2 Me.gridAvailableUsers.TabIndex = 2
Me.gridAvailableUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableUsers}) Me.gridAvailableUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableUsers})
' '
@@ -2438,7 +2458,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabPage3.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.XtraTabPage3.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage3.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) Me.XtraTabPage3.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
Me.XtraTabPage3.Name = "XtraTabPage3" Me.XtraTabPage3.Name = "XtraTabPage3"
Me.XtraTabPage3.Size = New System.Drawing.Size(1136, 570) Me.XtraTabPage3.Size = New System.Drawing.Size(1136, 566)
Me.XtraTabPage3.Text = "Gruppen" Me.XtraTabPage3.Text = "Gruppen"
' '
'SplitContainerControlGroup 'SplitContainerControlGroup
@@ -2459,7 +2479,7 @@ Partial Class frmAdmin_Globix
Me.SplitContainerControlGroup.Panel2.Controls.Add(Me.gridAvailableGroups) Me.SplitContainerControlGroup.Panel2.Controls.Add(Me.gridAvailableGroups)
Me.SplitContainerControlGroup.Panel2.Controls.Add(Me.Label14) Me.SplitContainerControlGroup.Panel2.Controls.Add(Me.Label14)
Me.SplitContainerControlGroup.Panel2.Text = "Panel2" Me.SplitContainerControlGroup.Panel2.Text = "Panel2"
Me.SplitContainerControlGroup.Size = New System.Drawing.Size(1136, 570) Me.SplitContainerControlGroup.Size = New System.Drawing.Size(1136, 566)
Me.SplitContainerControlGroup.SplitterPosition = 315 Me.SplitContainerControlGroup.SplitterPosition = 315
Me.SplitContainerControlGroup.TabIndex = 0 Me.SplitContainerControlGroup.TabIndex = 0
' '
@@ -2542,7 +2562,7 @@ Partial Class frmAdmin_Globix
Me.gridAvailableGroups.MainView = Me.viewAvailableGroups Me.gridAvailableGroups.MainView = Me.viewAvailableGroups
Me.gridAvailableGroups.Name = "gridAvailableGroups" Me.gridAvailableGroups.Name = "gridAvailableGroups"
Me.gridAvailableGroups.ShowOnlyPredefinedDetails = True Me.gridAvailableGroups.ShowOnlyPredefinedDetails = True
Me.gridAvailableGroups.Size = New System.Drawing.Size(1136, 215) Me.gridAvailableGroups.Size = New System.Drawing.Size(1136, 211)
Me.gridAvailableGroups.TabIndex = 89 Me.gridAvailableGroups.TabIndex = 89
Me.gridAvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableGroups}) Me.gridAvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableGroups})
' '
@@ -2630,26 +2650,6 @@ Partial Class frmAdmin_Globix
' '
Me.TBGI_REGEX_DOCTYPETableAdapter.ClearBeforeFill = True Me.TBGI_REGEX_DOCTYPETableAdapter.ClearBeforeFill = True
' '
'OPTIONALCheckBox
'
Me.OPTIONALCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "OPTIONAL", True))
Me.OPTIONALCheckBox.Location = New System.Drawing.Point(451, 12)
Me.OPTIONALCheckBox.Name = "OPTIONALCheckBox"
Me.OPTIONALCheckBox.Size = New System.Drawing.Size(102, 20)
Me.OPTIONALCheckBox.TabIndex = 32
Me.OPTIONALCheckBox.Text = "Optional"
Me.OPTIONALCheckBox.UseVisualStyleBackColor = True
'
'LayoutControlItem62
'
Me.LayoutControlItem62.Control = Me.OPTIONALCheckBox
Me.LayoutControlItem62.Location = New System.Drawing.Point(439, 0)
Me.LayoutControlItem62.Name = "LayoutControlItem62"
Me.LayoutControlItem62.Size = New System.Drawing.Size(106, 30)
Me.LayoutControlItem62.Text = "OPTIONAL:"
Me.LayoutControlItem62.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem62.TextVisible = False
'
'frmAdmin_Globix 'frmAdmin_Globix
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -2737,6 +2737,7 @@ Partial Class frmAdmin_Globix
CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EmptySpaceItem6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EmptySpaceItem6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem46, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem46, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem62, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabPageRework.ResumeLayout(False) Me.XtraTabPageRework.ResumeLayout(False)
CType(Me.LayoutControlRework, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlRework, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit()
@@ -2830,7 +2831,6 @@ Partial Class frmAdmin_Globix
CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RadioGroup1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RadioGroup1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem38, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem38, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem62, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False) Me.ResumeLayout(False)
Me.PerformLayout() Me.PerformLayout()

View File

@@ -159,9 +159,6 @@
<metadata name="GlobixDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="GlobixDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>350, 17</value> <value>350, 17</value>
</metadata> </metadata>
<metadata name="GlobixDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>350, 17</value>
</metadata>
<metadata name="DSIDB_Stammdaten.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="DSIDB_Stammdaten.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>
@@ -209,9 +206,6 @@
NHY0aDRMMTQsMjR6IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== NHY0aDRMMTQsMjR6IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </data>
<metadata name="TBDD_INDEX_MANBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1161, 17</value>
</metadata>
<metadata name="VWIDB_BE_ATTRIBUTEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="VWIDB_BE_ATTRIBUTEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>752, 56</value> <value>752, 56</value>
</metadata> </metadata>
@@ -279,6 +273,26 @@
MC41LTAuMSwwLjctMC4yYzAuMi0wLjEsMC40LTAuMiwwLjYtMC41YzAuMi0wLjIsMC41LTAuNywxLTEu MC41LTAuMSwwLjctMC4yYzAuMi0wLjEsMC40LTAuMiwwLjYtMC41YzAuMi0wLjIsMC41LTAuNywxLTEu
NEwyMSwyNC4zaC0xLjFsMC4zLTEuNCAgYzAuNi0wLjEsMS4yLTAuMywxLjctMC42SDIyLjV6IiBjbGFz NEwyMSwyNC4zaC0xLjFsMC4zLTEuNCAgYzAuNi0wLjEsMS4yLTAuMywxLjctMC42SDIyLjV6IiBjbGFz
cz0iQmx1ZSIgLz4NCjwvc3ZnPgs= cz0iQmx1ZSIgLz4NCjwvc3ZnPgs=
</value>
</data>
<metadata name="TBDD_INDEX_AUTOMBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
<data name="SimpleButton1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkFycm93MUxlZnQiPg0KICAgIDxwb2x5Z29uIHBvaW50
cz0iMjgsMTQgMTQsMTQgMTQsMTMuMyAxNCw2IDQsMTYgMTQsMjYgMTQsMTguNyAxNCwxOCAyOCwxOCAg
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </data>
<data name="XtraTabPageAutoIndexe.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="XtraTabPageAutoIndexe.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -302,6 +316,26 @@
MTBoLTR2NGg0VjEweiBNMTQsMTZoLTR2MTJoNFYxNnoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQog MTBoLTR2NGg0VjEweiBNMTQsMTZoLTR2MTJoNFYxNnoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQog
IDxwYXRoIGQ9Ik0yNSwxNmwtNCw0aDNjMCwyLjItMS44LDQtNCw0di0zbC00LDRsNCw0di0zYzMuMyww IDxwYXRoIGQ9Ik0yNSwxNmwtNCw0aDNjMCwyLjItMS44LDQtNCw0di0zbC00LDRsNCw0di0zYzMuMyww
LDYtMi43LDYtNmgzTDI1LDE2eiIgY2xhc3M9IkJsdWUiIC8+DQo8L3N2Zz4L LDYtMi43LDYtNmgzTDI1LDE2eiIgY2xhc3M9IkJsdWUiIC8+DQo8L3N2Zz4L
</value>
</data>
<data name="SimpleButton3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOsCAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
WWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLlJlZHtmaWxsOiNEMTFD
MUM7fQoJLldoaXRle2ZpbGw6I0ZGRkZGRjt9CgkuR3JlZW57ZmlsbDojMDM5QzIzO30KCS5zdDB7Zmls
bDojNzI3MjcyO30KCS5zdDF7b3BhY2l0eTowLjU7fQoJLnN0MntvcGFjaXR5OjAuNzU7fQo8L3N0eWxl
Pg0KICA8ZyBpZD0iQWRkRmlsZSI+DQogICAgPHBhdGggZD0iTTE2LDI2SDZWNGgxOHYxNGgyVjNjMC0w
LjUtMC41LTEtMS0xSDVDNC41LDIsNCwyLjUsNCwzdjI0YzAsMC41LDAuNSwxLDEsMWgxMVYyNnoiIGNs
YXNzPSJCbGFjayIgLz4NCiAgICA8cG9seWdvbiBwb2ludHM9IjMwLDI0IDI2LDI0IDI2LDIwIDIyLDIw
IDIyLDI0IDE4LDI0IDE4LDI4IDIyLDI4IDIyLDMyIDI2LDMyIDI2LDI4IDMwLDI4ICAiIGNsYXNzPSJH
cmVlbiIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </data>
<data name="XtraTabPageDynamicFolder.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="XtraTabPageDynamicFolder.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -320,6 +354,22 @@
MC40QzIuMSwyNS4zLDIuMiwyNS4zLDIuMiwyNS4yeiIgY2xhc3M9IlllbGxvdyIgLz4NCiAgPC9nPg0K MC40QzIuMSwyNS4zLDIuMiwyNS4zLDIuMiwyNS4yeiIgY2xhc3M9IlllbGxvdyIgLz4NCiAgPC9nPg0K
ICA8cGF0aCBkPSJNMzEuMywxNEg5LjZMNCwyNmgyMS44YzAuNSwwLDEuMS0wLjMsMS4zLTAuN0wzMiwx ICA8cGF0aCBkPSJNMzEuMywxNEg5LjZMNCwyNmgyMS44YzAuNSwwLDEuMS0wLjMsMS4zLTAuN0wzMiwx
NC43QzMyLjEsMTQuMywzMS44LDE0LDMxLjMsMTR6IiBjbGFzcz0iWWVsbG93IiAvPg0KPC9zdmc+Cw== NC43QzMyLjEsMTQuMywzMS44LDE0LDMxLjMsMTR6IiBjbGFzcz0iWWVsbG93IiAvPg0KPC9zdmc+Cw==
</value>
</data>
<metadata name="TBGI_REGEX_DOCTYPEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>511, 95</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="SimpleButton4.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAjdEVYdFRpdGxlAEZvcmNlIFRlc3Q7VGVzdDtDaGVj
aztSZXBvcnQ74hwgxgAAAR1JREFUWEfdkrENwjAQRcNmINEzBBtQUFNkB0ago0FswBDMQMEKx32Tiw7r
K0CwD0HxlPjb9/+PlUZEvgoVI6FiJFR8Rtu2G0UyoNHzQ1DxGRaar6sVUOO9C3kVzFA/DxXB5biQ62ml
rw9f+C4NPOBlvjlUBFmB0TdQqsBoPi7QAaMxpPniBdj59W47VQRPdzamgAtPuLNlC6i50X+tezdm5mHz
xQpA1wDgAz0oY+cmNl/0BrDXBdFwYB42X+MG8hJ9ODAPmy9awMNCvW7zxQucl/ODoq/9WjotrSMKIJCR
9iMKsBJJx361AmaM/SxcpXsxPKsXyMMdabZaAUODBn9Cd7ZOgTf4nwIf8bsFSpL7G1SMhIqRUDESKsYh
zQ3o4jAe74EDiAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="XtraTabPageAutoSelect.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="XtraTabPageAutoSelect.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -373,93 +423,6 @@
bDEuOCwxLjNsMS40LTEuNGwtMS4zLTEuOCAgIGMwLjMtMC41LDAuNi0xLjIsMC44LTEuOEwzMCwyNXog bDEuOCwxLjNsMS40LTEuNGwtMS4zLTEuOCAgIGMwLjMtMC41LDAuNi0xLjIsMC44LTEuOEwzMCwyNXog
TTIyLDI2Yy0xLjEsMC0yLTAuOS0yLTJzMC45LTIsMi0yczIsMC45LDIsMlMyMy4xLDI2LDIyLDI2eiIg TTIyLDI2Yy0xLjEsMC0yLTAuOS0yLTJzMC45LTIsMi0yczIsMC45LDIsMlMyMy4xLDI2LDIyLDI2eiIg
Y2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs= Y2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs=
</value>
</data>
<data name="XtraTabPage1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAHcDAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
Qmx1ZXtmaWxsOiMxMTc3RDc7fQoJLnN0MHtvcGFjaXR5OjAuNTt9Cjwvc3R5bGU+DQogIDxnIGlkPSJN
YW5hZ2VfUmVsYXRpb25zIj4NCiAgICA8ZyBjbGFzcz0ic3QwIj4NCiAgICAgIDxwYXRoIGQ9Ik0zMSwz
MmgtOGMtMC41LDAtMS0wLjUtMS0xdi04YzAtMC41LDAuNS0xLDEtMWg4YzAuNSwwLDEsMC41LDEsMXY4
QzMyLDMxLjUsMzEuNSwzMiwzMSwzMnogTTMyLDlWMSAgICBjMC0wLjYtMC41LTEtMS0xaC04Yy0wLjUs
MC0xLDAuNC0xLDF2OGMwLDAuNiwwLjUsMSwxLDFoOEMzMS41LDEwLDMyLDkuNiwzMiw5eiIgY2xhc3M9
IkJsYWNrIiAvPg0KICAgIDwvZz4NCiAgICA8cGF0aCBkPSJNMTEsMjJIMWMtMC42LDAtMS0wLjUtMS0x
VjExYzAtMC42LDAuNC0xLDEtMWgxMGMwLjYsMCwxLDAuNCwxLDF2MTBDMTIsMjEuNSwxMS42LDIyLDEx
LDIyeiIgY2xhc3M9IkJsdWUiIC8+DQogICAgPHBhdGggZD0iTTIwLDJ2NmwtMi4zLTIuM2wtNCw0bC0x
LjQtMS40bDQtNEwxNCwySDIweiBNMTcuNywyNi4zbC00LTRsLTEuNCwxLjRsNCw0TDE0LDMwaDZ2LTZM
MTcuNywyNi4zeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8L2c+DQo8L3N2Zz4L
</value>
</data>
<metadata name="VWIDB_OBJECT_STOREBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>246, 56</value>
</metadata>
<metadata name="VWIDB_BE_ATTRIBUTEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>752, 56</value>
</metadata>
<metadata name="TBDD_INDEX_AUTOMBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
<data name="SimpleButton1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEACAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkFycm93MUxlZnQiPg0KICAgIDxwb2x5Z29uIHBvaW50
cz0iMjgsMTQgMTQsMTQgMTQsMTMuMyAxNCw2IDQsMTYgMTQsMjYgMTQsMTguNyAxNCwxOCAyOCwxOCAg
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value>
</data>
<metadata name="TBDD_INDEX_AUTOMBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
<data name="SimpleButton3.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOsCAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
WWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLlJlZHtmaWxsOiNEMTFD
MUM7fQoJLldoaXRle2ZpbGw6I0ZGRkZGRjt9CgkuR3JlZW57ZmlsbDojMDM5QzIzO30KCS5zdDB7Zmls
bDojNzI3MjcyO30KCS5zdDF7b3BhY2l0eTowLjU7fQoJLnN0MntvcGFjaXR5OjAuNzU7fQo8L3N0eWxl
Pg0KICA8ZyBpZD0iQWRkRmlsZSI+DQogICAgPHBhdGggZD0iTTE2LDI2SDZWNGgxOHYxNGgyVjNjMC0w
LjUtMC41LTEtMS0xSDVDNC41LDIsNCwyLjUsNCwzdjI0YzAsMC41LDAuNSwxLDEsMWgxMVYyNnoiIGNs
YXNzPSJCbGFjayIgLz4NCiAgICA8cG9seWdvbiBwb2ludHM9IjMwLDI0IDI2LDI0IDI2LDIwIDIyLDIw
IDIyLDI0IDE4LDI0IDE4LDI4IDIyLDI4IDIyLDMyIDI2LDMyIDI2LDI4IDMwLDI4ICAiIGNsYXNzPSJH
cmVlbiIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value>
</data>
<metadata name="TBGI_REGEX_DOCTYPEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>511, 95</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="SimpleButton4.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAjdEVYdFRpdGxlAEZvcmNlIFRlc3Q7VGVzdDtDaGVj
aztSZXBvcnQ74hwgxgAAAR1JREFUWEfdkrENwjAQRcNmINEzBBtQUFNkB0ago0FswBDMQMEKx32Tiw7r
K0CwD0HxlPjb9/+PlUZEvgoVI6FiJFR8Rtu2G0UyoNHzQ1DxGRaar6sVUOO9C3kVzFA/DxXB5biQ62ml
rw9f+C4NPOBlvjlUBFmB0TdQqsBoPi7QAaMxpPniBdj59W47VQRPdzamgAtPuLNlC6i50X+tezdm5mHz
xQpA1wDgAz0oY+cmNl/0BrDXBdFwYB42X+MG8hJ9ODAPmy9awMNCvW7zxQucl/ODoq/9WjotrSMKIJCR
9iMKsBJJx361AmaM/SxcpXsxPKsXyMMdabZaAUODBn9Cd7ZOgTf4nwIf8bsFSpL7G1SMhIqRUDESKsYh
zQ3o4jAe74EDiAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="XtraTabPage2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="XtraTabPage2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -511,6 +474,28 @@
NFYyNHoiIGNsYXNzPSJCbGFjayIgLz4NCiAgICA8L2c+DQogICAgPHJlY3QgeD0iMTgiIHk9IjE4IiB3 NFYyNHoiIGNsYXNzPSJCbGFjayIgLz4NCiAgICA8L2c+DQogICAgPHJlY3QgeD0iMTgiIHk9IjE4IiB3
aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMCIgcnk9IjAiIGNsYXNzPSJHcmVlbiIgLz4NCiAgPC9nPg0K aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMCIgcnk9IjAiIGNsYXNzPSJHcmVlbiIgLz4NCiAgPC9nPg0K
PC9zdmc+Cw== PC9zdmc+Cw==
</value>
</data>
<data name="XtraTabPage1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAHcDAAAC77u/
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9Cgku
Qmx1ZXtmaWxsOiMxMTc3RDc7fQoJLnN0MHtvcGFjaXR5OjAuNTt9Cjwvc3R5bGU+DQogIDxnIGlkPSJN
YW5hZ2VfUmVsYXRpb25zIj4NCiAgICA8ZyBjbGFzcz0ic3QwIj4NCiAgICAgIDxwYXRoIGQ9Ik0zMSwz
MmgtOGMtMC41LDAtMS0wLjUtMS0xdi04YzAtMC41LDAuNS0xLDEtMWg4YzAuNSwwLDEsMC41LDEsMXY4
QzMyLDMxLjUsMzEuNSwzMiwzMSwzMnogTTMyLDlWMSAgICBjMC0wLjYtMC41LTEtMS0xaC04Yy0wLjUs
MC0xLDAuNC0xLDF2OGMwLDAuNiwwLjUsMSwxLDFoOEMzMS41LDEwLDMyLDkuNiwzMiw5eiIgY2xhc3M9
IkJsYWNrIiAvPg0KICAgIDwvZz4NCiAgICA8cGF0aCBkPSJNMTEsMjJIMWMtMC42LDAtMS0wLjUtMS0x
VjExYzAtMC42LDAuNC0xLDEtMWgxMGMwLjYsMCwxLDAuNCwxLDF2MTBDMTIsMjEuNSwxMS42LDIyLDEx
LDIyeiIgY2xhc3M9IkJsdWUiIC8+DQogICAgPHBhdGggZD0iTTIwLDJ2NmwtMi4zLTIuM2wtNCw0bC0x
LjQtMS40bDQtNEwxNCwySDIweiBNMTcuNywyNi4zbC00LTRsLTEuNCwxLjRsNCw0TDE0LDMwaDZ2LTZM
MTcuNywyNi4zeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8L2c+DQo8L3N2Zz4L
</value> </value>
</data> </data>
<metadata name="TBDD_INDEX_MANTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_INDEX_MANTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

View File

@@ -620,6 +620,6 @@ Public Class frmAdmin_Globix
End Sub End Sub
Private Sub ListBoxAutoIndexe_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ListBoxAutoIndexe.SelectedIndexChanged Private Sub ListBoxAutoIndexe_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ListBoxAutoIndexe.SelectedIndexChanged
Pages.Current = ClassDetailPages
End Sub End Sub
End Class End Class

View File

@@ -20,7 +20,12 @@ Public Class frmConfigBasic
Dim oItem = SkinPaletteRibbonGalleryBarItem1.Gallery.GetAllItems(). Dim oItem = SkinPaletteRibbonGalleryBarItem1.Gallery.GetAllItems().
Where(Function(item) item.Value = orow.ItemEx("CAT_STRING", String.Empty)). Where(Function(item) item.Value = orow.ItemEx("CAT_STRING", String.Empty)).
FirstOrDefault() FirstOrDefault()
SkinPaletteRibbonGalleryBarItem1.Gallery.SetItemCheck(oItem, True) If Not IsNothing(oItem) Then
SkinPaletteRibbonGalleryBarItem1.Gallery.SetItemCheck(oItem, True)
End If
End Select End Select
Next Next