MS Doctype Config

This commit is contained in:
2022-02-04 10:12:59 +01:00
parent 66599efcbf
commit e57f3309e4
20 changed files with 2268 additions and 245 deletions

View File

@@ -387,6 +387,10 @@ Partial Class frmAdmin_Globix
Me.XtraTabControl3.SuspendLayout()
Me.XtraTabPage2.SuspendLayout()
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControl1.Panel1.SuspendLayout()
CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControl1.Panel2.SuspendLayout()
Me.SplitContainerControl1.SuspendLayout()
CType(Me.gridAssignedUsers, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.viewAssignedUsers, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -394,6 +398,10 @@ Partial Class frmAdmin_Globix
CType(Me.viewAvailableUsers, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabPage3.SuspendLayout()
CType(Me.SplitContainerControlGroup, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SplitContainerControlGroup.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControlGroup.Panel1.SuspendLayout()
CType(Me.SplitContainerControlGroup.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControlGroup.Panel2.SuspendLayout()
Me.SplitContainerControlGroup.SuspendLayout()
CType(Me.gridAssignedGroups, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.viewAssignedGroups, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -420,7 +428,7 @@ Partial Class frmAdmin_Globix
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
Me.RibbonControl1.Size = New System.Drawing.Size(1140, 131)
Me.RibbonControl1.Size = New System.Drawing.Size(1140, 132)
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
'
'BarButtonSaveExit
@@ -510,6 +518,7 @@ Partial Class frmAdmin_Globix
Me.TableAdapterManager.TBIDB_ATTRIBUTETableAdapter = Nothing
Me.TableAdapterManager.TBIDB_BUSINESS_ENTITYTableAdapter = Nothing
Me.TableAdapterManager.TBIDB_CATALOGTableAdapter = Nothing
Me.TableAdapterManager.TBIDB_DOCTYPE_HANDLINGTableAdapter = Nothing
Me.TableAdapterManager.TBIDB_OBJECT_STORETableAdapter = Nothing
Me.TableAdapterManager.TBZF_ADMIN_SOURCE_SQLTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = DigitalData.GUIs.ZooFlow.DSIDB_StammdatenTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
@@ -531,10 +540,10 @@ Partial Class frmAdmin_Globix
'XtraTabControl1
'
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 131)
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 132)
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageProfile
Me.XtraTabControl1.Size = New System.Drawing.Size(1140, 623)
Me.XtraTabControl1.Size = New System.Drawing.Size(1140, 622)
Me.XtraTabControl1.TabIndex = 5
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageProfile, Me.XtraTabPage1})
'
@@ -546,7 +555,7 @@ Partial Class frmAdmin_Globix
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.Name = "XtraTabPageProfile"
Me.XtraTabPageProfile.Size = New System.Drawing.Size(1138, 597)
Me.XtraTabPageProfile.Size = New System.Drawing.Size(1138, 596)
Me.XtraTabPageProfile.Text = "Profil"
'
'LayoutControlProfile
@@ -576,10 +585,10 @@ Partial Class frmAdmin_Globix
'TextEdit1
'
Me.TextEdit1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True))
Me.TextEdit1.Location = New System.Drawing.Point(157, 226)
Me.TextEdit1.Location = New System.Drawing.Point(166, 226)
Me.TextEdit1.MenuManager = Me.RibbonControl1
Me.TextEdit1.Name = "TextEdit1"
Me.TextEdit1.Size = New System.Drawing.Size(396, 20)
Me.TextEdit1.Size = New System.Drawing.Size(387, 20)
Me.TextEdit1.StyleController = Me.LayoutControlProfile
Me.TextEdit1.TabIndex = 59
'
@@ -590,9 +599,9 @@ Partial Class frmAdmin_Globix
Me.IDB_OBJECT_STORE_IDComboBox.DataSource = Me.VWIDB_OBJECT_STOREBindingSource
Me.IDB_OBJECT_STORE_IDComboBox.DisplayMember = "Objectstore"
Me.IDB_OBJECT_STORE_IDComboBox.FormattingEnabled = True
Me.IDB_OBJECT_STORE_IDComboBox.Location = New System.Drawing.Point(157, 135)
Me.IDB_OBJECT_STORE_IDComboBox.Location = New System.Drawing.Point(166, 135)
Me.IDB_OBJECT_STORE_IDComboBox.Name = "IDB_OBJECT_STORE_IDComboBox"
Me.IDB_OBJECT_STORE_IDComboBox.Size = New System.Drawing.Size(397, 21)
Me.IDB_OBJECT_STORE_IDComboBox.Size = New System.Drawing.Size(388, 21)
Me.IDB_OBJECT_STORE_IDComboBox.TabIndex = 57
Me.IDB_OBJECT_STORE_IDComboBox.ValueMember = "GUID"
'
@@ -604,10 +613,10 @@ Partial Class frmAdmin_Globix
'SEQUENCENumericUpDown
'
Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True))
Me.SEQUENCENumericUpDown.Location = New System.Drawing.Point(390, 15)
Me.SEQUENCENumericUpDown.Location = New System.Drawing.Point(399, 15)
Me.SEQUENCENumericUpDown.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown"
Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(46, 22)
Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(37, 22)
Me.SEQUENCENumericUpDown.TabIndex = 56
Me.SEQUENCENumericUpDown.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
@@ -629,91 +638,91 @@ Partial Class frmAdmin_Globix
'GEAENDERTWANNTextBox
'
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True))
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(705, 226)
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(714, 226)
Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox"
Me.GEAENDERTWANNTextBox.ReadOnly = True
Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(399, 20)
Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(390, 20)
Me.GEAENDERTWANNTextBox.TabIndex = 39
'
'TextEditErstelltWer
'
Me.TextEditErstelltWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True))
Me.TextEditErstelltWer.Location = New System.Drawing.Point(157, 196)
Me.TextEditErstelltWer.Location = New System.Drawing.Point(166, 196)
Me.TextEditErstelltWer.MenuManager = Me.RibbonControl1
Me.TextEditErstelltWer.Name = "TextEditErstelltWer"
Me.TextEditErstelltWer.Size = New System.Drawing.Size(396, 20)
Me.TextEditErstelltWer.Size = New System.Drawing.Size(387, 20)
Me.TextEditErstelltWer.StyleController = Me.LayoutControlProfile
Me.TextEditErstelltWer.TabIndex = 44
'
'TextEditGeandertWer
'
Me.TextEditGeandertWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True))
Me.TextEditGeandertWer.Location = New System.Drawing.Point(705, 196)
Me.TextEditGeandertWer.Location = New System.Drawing.Point(714, 196)
Me.TextEditGeandertWer.MenuManager = Me.RibbonControl1
Me.TextEditGeandertWer.Name = "TextEditGeandertWer"
Me.TextEditGeandertWer.Size = New System.Drawing.Size(399, 20)
Me.TextEditGeandertWer.Size = New System.Drawing.Size(390, 20)
Me.TextEditGeandertWer.StyleController = Me.LayoutControlProfile
Me.TextEditGeandertWer.TabIndex = 45
'
'TextEditNamenkonvention
'
Me.TextEditNamenkonvention.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True))
Me.TextEditNamenkonvention.Location = New System.Drawing.Point(157, 105)
Me.TextEditNamenkonvention.Location = New System.Drawing.Point(166, 105)
Me.TextEditNamenkonvention.MenuManager = Me.RibbonControl1
Me.TextEditNamenkonvention.Name = "TextEditNamenkonvention"
Me.TextEditNamenkonvention.Size = New System.Drawing.Size(684, 20)
Me.TextEditNamenkonvention.Size = New System.Drawing.Size(675, 20)
Me.TextEditNamenkonvention.StyleController = Me.LayoutControlProfile
Me.TextEditNamenkonvention.TabIndex = 46
'
'TextEditBeschreibung
'
Me.TextEditBeschreibung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True))
Me.TextEditBeschreibung.Location = New System.Drawing.Point(157, 166)
Me.TextEditBeschreibung.Location = New System.Drawing.Point(166, 166)
Me.TextEditBeschreibung.MenuManager = Me.RibbonControl1
Me.TextEditBeschreibung.Name = "TextEditBeschreibung"
Me.TextEditBeschreibung.Size = New System.Drawing.Size(947, 20)
Me.TextEditBeschreibung.Size = New System.Drawing.Size(938, 20)
Me.TextEditBeschreibung.StyleController = Me.LayoutControlProfile
Me.TextEditBeschreibung.TabIndex = 48
'
'TextEditKurzname
'
Me.TextEditKurzname.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "KURZNAME", True))
Me.TextEditKurzname.Location = New System.Drawing.Point(844, 45)
Me.TextEditKurzname.Location = New System.Drawing.Point(853, 45)
Me.TextEditKurzname.MenuManager = Me.RibbonControl1
Me.TextEditKurzname.Name = "TextEditKurzname"
Me.TextEditKurzname.Size = New System.Drawing.Size(260, 20)
Me.TextEditKurzname.Size = New System.Drawing.Size(251, 20)
Me.TextEditKurzname.StyleController = Me.LayoutControlProfile
Me.TextEditKurzname.TabIndex = 50
'
'TextEditBezeichnung
'
Me.TextEditBezeichnung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BEZEICHNUNG", True))
Me.TextEditBezeichnung.Location = New System.Drawing.Point(157, 45)
Me.TextEditBezeichnung.Location = New System.Drawing.Point(166, 45)
Me.TextEditBezeichnung.MenuManager = Me.RibbonControl1
Me.TextEditBezeichnung.Name = "TextEditBezeichnung"
Me.TextEditBezeichnung.Size = New System.Drawing.Size(535, 20)
Me.TextEditBezeichnung.Size = New System.Drawing.Size(526, 20)
Me.TextEditBezeichnung.StyleController = Me.LayoutControlProfile
Me.TextEditBezeichnung.TabIndex = 51
'
'TextEditDoctypeID
'
Me.TextEditDoctypeID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True))
Me.TextEditDoctypeID.Location = New System.Drawing.Point(157, 15)
Me.TextEditDoctypeID.Location = New System.Drawing.Point(166, 15)
Me.TextEditDoctypeID.MenuManager = Me.RibbonControl1
Me.TextEditDoctypeID.Name = "TextEditDoctypeID"
Me.TextEditDoctypeID.Size = New System.Drawing.Size(81, 20)
Me.TextEditDoctypeID.Size = New System.Drawing.Size(72, 20)
Me.TextEditDoctypeID.StyleController = Me.LayoutControlProfile
Me.TextEditDoctypeID.TabIndex = 52
'
'ComboBoxEditDupl_handling
'
Me.ComboBoxEditDupl_handling.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True))
Me.ComboBoxEditDupl_handling.Location = New System.Drawing.Point(157, 75)
Me.ComboBoxEditDupl_handling.Location = New System.Drawing.Point(166, 75)
Me.ComboBoxEditDupl_handling.MenuManager = Me.RibbonControl1
Me.ComboBoxEditDupl_handling.Name = "ComboBoxEditDupl_handling"
Me.ComboBoxEditDupl_handling.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.ComboBoxEditDupl_handling.Properties.Items.AddRange(New Object() {"New version", "Default", "Question"})
Me.ComboBoxEditDupl_handling.Size = New System.Drawing.Size(947, 20)
Me.ComboBoxEditDupl_handling.Size = New System.Drawing.Size(938, 20)
Me.ComboBoxEditDupl_handling.StyleController = Me.LayoutControlProfile
Me.ComboBoxEditDupl_handling.TabIndex = 54
'
@@ -924,7 +933,7 @@ Partial Class frmAdmin_Globix
Me.XtraTabControl2.Location = New System.Drawing.Point(3, 279)
Me.XtraTabControl2.Name = "XtraTabControl2"
Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPageManIndexe
Me.XtraTabControl2.Size = New System.Drawing.Size(1113, 298)
Me.XtraTabControl2.Size = New System.Drawing.Size(1113, 297)
Me.XtraTabControl2.TabIndex = 1
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageManIndexe, Me.XtraTabPageRework, Me.XtraTabPageAutoIndexe, Me.XtraTabPageDynamicFolder, Me.XtraTabPageAutoSelect})
'
@@ -936,7 +945,7 @@ Partial Class frmAdmin_Globix
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.Name = "XtraTabPageManIndexe"
Me.XtraTabPageManIndexe.Size = New System.Drawing.Size(1111, 272)
Me.XtraTabPageManIndexe.Size = New System.Drawing.Size(1111, 271)
Me.XtraTabPageManIndexe.Text = "manuelle Attribute"
'
'LayoutControlManIndexe
@@ -962,34 +971,34 @@ Partial Class frmAdmin_Globix
Me.LayoutControlManIndexe.Location = New System.Drawing.Point(191, 0)
Me.LayoutControlManIndexe.Name = "LayoutControlManIndexe"
Me.LayoutControlManIndexe.Root = Me.LayoutControlGroupDoctype
Me.LayoutControlManIndexe.Size = New System.Drawing.Size(920, 272)
Me.LayoutControlManIndexe.Size = New System.Drawing.Size(920, 271)
Me.LayoutControlManIndexe.TabIndex = 1
Me.LayoutControlManIndexe.Text = "LayoutControl1"
'
'TextEdit4
'
Me.TextEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHEN", True))
Me.TextEdit4.Location = New System.Drawing.Point(495, 237)
Me.TextEdit4.Location = New System.Drawing.Point(504, 236)
Me.TextEdit4.MenuManager = Me.RibbonControl1
Me.TextEdit4.Name = "TextEdit4"
Me.TextEdit4.Size = New System.Drawing.Size(410, 20)
Me.TextEdit4.Size = New System.Drawing.Size(401, 20)
Me.TextEdit4.StyleController = Me.LayoutControlManIndexe
Me.TextEdit4.TabIndex = 31
'
'CONNECTION_IDTextBox
'
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(88, 168)
Me.CONNECTION_IDTextBox.Location = New System.Drawing.Point(97, 168)
Me.CONNECTION_IDTextBox.Name = "CONNECTION_IDTextBox"
Me.CONNECTION_IDTextBox.Size = New System.Drawing.Size(21, 20)
Me.CONNECTION_IDTextBox.Size = New System.Drawing.Size(20, 20)
Me.CONNECTION_IDTextBox.TabIndex = 30
'
'SQL_RESULTTextBox
'
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(189, 168)
Me.SQL_RESULTTextBox.Location = New System.Drawing.Point(206, 168)
Me.SQL_RESULTTextBox.Name = "SQL_RESULTTextBox"
Me.SQL_RESULTTextBox.Size = New System.Drawing.Size(719, 20)
Me.SQL_RESULTTextBox.Size = New System.Drawing.Size(702, 20)
Me.SQL_RESULTTextBox.TabIndex = 29
'
'WD_INDEXComboBox
@@ -998,9 +1007,9 @@ Partial Class frmAdmin_Globix
Me.WD_INDEXComboBox.DataSource = Me.VWIDB_BE_ATTRIBUTEBindingSource
Me.WD_INDEXComboBox.DisplayMember = "ATTR_TITLE"
Me.WD_INDEXComboBox.FormattingEnabled = True
Me.WD_INDEXComboBox.Location = New System.Drawing.Point(527, 42)
Me.WD_INDEXComboBox.Location = New System.Drawing.Point(536, 42)
Me.WD_INDEXComboBox.Name = "WD_INDEXComboBox"
Me.WD_INDEXComboBox.Size = New System.Drawing.Size(381, 21)
Me.WD_INDEXComboBox.Size = New System.Drawing.Size(372, 21)
Me.WD_INDEXComboBox.TabIndex = 28
Me.WD_INDEXComboBox.ValueMember = "ATTR_TITLE"
'
@@ -1042,9 +1051,9 @@ Partial Class frmAdmin_Globix
'ACTIVECheckBox
'
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "ACTIVE", True))
Me.ACTIVECheckBox.Location = New System.Drawing.Point(284, 12)
Me.ACTIVECheckBox.Location = New System.Drawing.Point(302, 12)
Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
Me.ACTIVECheckBox.Size = New System.Drawing.Size(90, 20)
Me.ACTIVECheckBox.Size = New System.Drawing.Size(87, 20)
Me.ACTIVECheckBox.TabIndex = 5
Me.ACTIVECheckBox.Text = "Aktiv"
Me.ACTIVECheckBox.UseVisualStyleBackColor = True
@@ -1065,37 +1074,37 @@ 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.Enabled = False
Me.TextEditAddedWho_ManIndex.Location = New System.Drawing.Point(91, 207)
Me.TextEditAddedWho_ManIndex.Location = New System.Drawing.Point(100, 206)
Me.TextEditAddedWho_ManIndex.MenuManager = Me.RibbonControl1
Me.TextEditAddedWho_ManIndex.Name = "TextEditAddedWho_ManIndex"
Me.TextEditAddedWho_ManIndex.Size = New System.Drawing.Size(318, 20)
Me.TextEditAddedWho_ManIndex.Size = New System.Drawing.Size(309, 20)
Me.TextEditAddedWho_ManIndex.StyleController = Me.LayoutControlManIndexe
Me.TextEditAddedWho_ManIndex.TabIndex = 18
'
'TextEdit2
'
Me.TextEdit2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHEN", True))
Me.TextEdit2.Location = New System.Drawing.Point(91, 237)
Me.TextEdit2.Location = New System.Drawing.Point(100, 236)
Me.TextEdit2.MenuManager = Me.RibbonControl1
Me.TextEdit2.Name = "TextEdit2"
Me.TextEdit2.Size = New System.Drawing.Size(318, 20)
Me.TextEdit2.Size = New System.Drawing.Size(309, 20)
Me.TextEdit2.StyleController = Me.LayoutControlManIndexe
Me.TextEdit2.TabIndex = 19
'
'TextEditChangedWho_ManIndex
'
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(495, 207)
Me.TextEditChangedWho_ManIndex.Location = New System.Drawing.Point(504, 206)
Me.TextEditChangedWho_ManIndex.MenuManager = Me.RibbonControl1
Me.TextEditChangedWho_ManIndex.Name = "TextEditChangedWho_ManIndex"
Me.TextEditChangedWho_ManIndex.Size = New System.Drawing.Size(410, 20)
Me.TextEditChangedWho_ManIndex.Size = New System.Drawing.Size(401, 20)
Me.TextEditChangedWho_ManIndex.StyleController = Me.LayoutControlManIndexe
Me.TextEditChangedWho_ManIndex.TabIndex = 20
'
'GUIDTextBoxMANINDEX
'
Me.GUIDTextBoxMANINDEX.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "GUID", True))
Me.GUIDTextBoxMANINDEX.Location = New System.Drawing.Point(91, 15)
Me.GUIDTextBoxMANINDEX.Location = New System.Drawing.Point(100, 15)
Me.GUIDTextBoxMANINDEX.MenuManager = Me.RibbonControl1
Me.GUIDTextBoxMANINDEX.Name = "GUIDTextBoxMANINDEX"
Me.GUIDTextBoxMANINDEX.Size = New System.Drawing.Size(50, 20)
@@ -1105,20 +1114,20 @@ Partial Class frmAdmin_Globix
'TextEdit10
'
Me.TextEdit10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "NAME", True))
Me.TextEdit10.Location = New System.Drawing.Point(91, 45)
Me.TextEdit10.Location = New System.Drawing.Point(100, 45)
Me.TextEdit10.MenuManager = Me.RibbonControl1
Me.TextEdit10.Name = "TextEdit10"
Me.TextEdit10.Size = New System.Drawing.Size(353, 20)
Me.TextEdit10.Size = New System.Drawing.Size(344, 20)
Me.TextEdit10.StyleController = Me.LayoutControlManIndexe
Me.TextEdit10.TabIndex = 22
'
'TextEdit11
'
Me.TextEdit11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "COMMENT", True))
Me.TextEdit11.Location = New System.Drawing.Point(91, 75)
Me.TextEdit11.Location = New System.Drawing.Point(100, 75)
Me.TextEdit11.MenuManager = Me.RibbonControl1
Me.TextEdit11.Name = "TextEdit11"
Me.TextEdit11.Size = New System.Drawing.Size(814, 20)
Me.TextEdit11.Size = New System.Drawing.Size(805, 20)
Me.TextEdit11.StyleController = Me.LayoutControlManIndexe
Me.TextEdit11.TabIndex = 23
'
@@ -1126,7 +1135,7 @@ Partial Class frmAdmin_Globix
'
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.Location = New System.Drawing.Point(227, 15)
Me.SpinEdit1.Location = New System.Drawing.Point(245, 15)
Me.SpinEdit1.MenuManager = Me.RibbonControl1
Me.SpinEdit1.Name = "SpinEdit1"
Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@@ -1137,12 +1146,12 @@ Partial Class frmAdmin_Globix
'ComboBoxEdit4
'
Me.ComboBoxEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_MANBindingSource, "DATATYPE", True))
Me.ComboBoxEdit4.Location = New System.Drawing.Point(91, 105)
Me.ComboBoxEdit4.Location = New System.Drawing.Point(100, 105)
Me.ComboBoxEdit4.MenuManager = Me.RibbonControl1
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.Items.AddRange(New Object() {"VARCHAR", "INTEGER", "DATE", "BOOLEAN"})
Me.ComboBoxEdit4.Size = New System.Drawing.Size(137, 20)
Me.ComboBoxEdit4.Size = New System.Drawing.Size(128, 20)
Me.ComboBoxEdit4.StyleController = Me.LayoutControlManIndexe
Me.ComboBoxEdit4.TabIndex = 27
'
@@ -1152,7 +1161,7 @@ Partial Class frmAdmin_Globix
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.LayoutControlGroupDoctype.Name = "LayoutControlGroupDoctype"
Me.LayoutControlGroupDoctype.Size = New System.Drawing.Size(920, 272)
Me.LayoutControlGroupDoctype.Size = New System.Drawing.Size(920, 271)
Me.LayoutControlGroupDoctype.TextVisible = False
'
'LayoutControlItem17
@@ -1200,7 +1209,7 @@ 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.Options.UseFont = True
Me.LayoutControlItem24.Control = Me.TextEditAddedWho_ManIndex
Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 192)
Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 191)
Me.LayoutControlItem24.Name = "LayoutControlItem24"
Me.LayoutControlItem24.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem24.Size = New System.Drawing.Size(404, 30)
@@ -1215,7 +1224,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem2.Name = "LayoutControlItem2"
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem2.Size = New System.Drawing.Size(136, 30)
Me.LayoutControlItem2.Size = New System.Drawing.Size(145, 30)
Me.LayoutControlItem2.Text = "ID"
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(73, 13)
'
@@ -1252,10 +1261,10 @@ Partial Class frmAdmin_Globix
'LayoutControlItem9
'
Me.LayoutControlItem9.Control = Me.SpinEdit1
Me.LayoutControlItem9.Location = New System.Drawing.Point(136, 0)
Me.LayoutControlItem9.Location = New System.Drawing.Point(145, 0)
Me.LayoutControlItem9.Name = "LayoutControlItem9"
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem9.Size = New System.Drawing.Size(136, 30)
Me.LayoutControlItem9.Size = New System.Drawing.Size(145, 30)
Me.LayoutControlItem9.Text = "Reihenfolge"
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(73, 13)
'
@@ -1265,7 +1274,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem27.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem27.Control = Me.TextEdit2
Me.LayoutControlItem27.Enabled = False
Me.LayoutControlItem27.Location = New System.Drawing.Point(0, 222)
Me.LayoutControlItem27.Location = New System.Drawing.Point(0, 221)
Me.LayoutControlItem27.Name = "LayoutControlItem27"
Me.LayoutControlItem27.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem27.Size = New System.Drawing.Size(404, 30)
@@ -1278,7 +1287,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem29.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem29.Control = Me.TextEditChangedWho_ManIndex
Me.LayoutControlItem29.Enabled = False
Me.LayoutControlItem29.Location = New System.Drawing.Point(404, 192)
Me.LayoutControlItem29.Location = New System.Drawing.Point(404, 191)
Me.LayoutControlItem29.Name = "LayoutControlItem29"
Me.LayoutControlItem29.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem29.Size = New System.Drawing.Size(496, 30)
@@ -1288,9 +1297,9 @@ Partial Class frmAdmin_Globix
'EmptySpaceItem2
'
Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(366, 0)
Me.EmptySpaceItem2.Location = New System.Drawing.Point(381, 0)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
Me.EmptySpaceItem2.Size = New System.Drawing.Size(534, 30)
Me.EmptySpaceItem2.Size = New System.Drawing.Size(519, 30)
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem16
@@ -1305,9 +1314,9 @@ Partial Class frmAdmin_Globix
'LayoutControlItem7
'
Me.LayoutControlItem7.Control = Me.ACTIVECheckBox
Me.LayoutControlItem7.Location = New System.Drawing.Point(272, 0)
Me.LayoutControlItem7.Location = New System.Drawing.Point(290, 0)
Me.LayoutControlItem7.Name = "LayoutControlItem7"
Me.LayoutControlItem7.Size = New System.Drawing.Size(94, 30)
Me.LayoutControlItem7.Size = New System.Drawing.Size(91, 30)
Me.LayoutControlItem7.Text = "ACTIVE:"
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem7.TextVisible = False
@@ -1319,7 +1328,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem31.Control = Me.CONNECTION_IDTextBox
Me.LayoutControlItem31.Location = New System.Drawing.Point(0, 156)
Me.LayoutControlItem31.Name = "LayoutControlItem31"
Me.LayoutControlItem31.Size = New System.Drawing.Size(101, 24)
Me.LayoutControlItem31.Size = New System.Drawing.Size(109, 24)
Me.LayoutControlItem31.Text = "ConnId:"
Me.LayoutControlItem31.TextSize = New System.Drawing.Size(73, 13)
'
@@ -1328,9 +1337,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.Options.UseFont = True
Me.LayoutControlItem18.Control = Me.SQL_RESULTTextBox
Me.LayoutControlItem18.Location = New System.Drawing.Point(101, 156)
Me.LayoutControlItem18.Location = New System.Drawing.Point(109, 156)
Me.LayoutControlItem18.Name = "LayoutControlItem18"
Me.LayoutControlItem18.Size = New System.Drawing.Size(799, 24)
Me.LayoutControlItem18.Size = New System.Drawing.Size(791, 24)
Me.LayoutControlItem18.Text = "SQL:"
Me.LayoutControlItem18.TextSize = New System.Drawing.Size(73, 13)
'
@@ -1339,7 +1348,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem6.AllowHotTrack = False
Me.EmptySpaceItem6.Location = New System.Drawing.Point(0, 180)
Me.EmptySpaceItem6.Name = "EmptySpaceItem6"
Me.EmptySpaceItem6.Size = New System.Drawing.Size(900, 12)
Me.EmptySpaceItem6.Size = New System.Drawing.Size(900, 11)
Me.EmptySpaceItem6.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem46
@@ -1348,7 +1357,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem46.AppearanceItemCaption.Options.UseFont = True
Me.LayoutControlItem46.Control = Me.TextEdit4
Me.LayoutControlItem46.Enabled = False
Me.LayoutControlItem46.Location = New System.Drawing.Point(404, 222)
Me.LayoutControlItem46.Location = New System.Drawing.Point(404, 221)
Me.LayoutControlItem46.Name = "LayoutControlItem46"
Me.LayoutControlItem46.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem46.Size = New System.Drawing.Size(496, 30)
@@ -1363,7 +1372,7 @@ Partial Class frmAdmin_Globix
Me.ListBoxAutoIndexe.FormattingEnabled = True
Me.ListBoxAutoIndexe.Location = New System.Drawing.Point(0, 0)
Me.ListBoxAutoIndexe.Name = "ListBoxAutoIndexe"
Me.ListBoxAutoIndexe.Size = New System.Drawing.Size(191, 272)
Me.ListBoxAutoIndexe.Size = New System.Drawing.Size(191, 271)
Me.ListBoxAutoIndexe.TabIndex = 0
Me.ListBoxAutoIndexe.ValueMember = "GUID"
'
@@ -1399,7 +1408,7 @@ Partial Class frmAdmin_Globix
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.Name = "XtraTabPageAutoIndexe"
Me.XtraTabPageAutoIndexe.Size = New System.Drawing.Size(1111, 272)
Me.XtraTabPageAutoIndexe.Size = New System.Drawing.Size(1111, 271)
Me.XtraTabPageAutoIndexe.Text = "automatische/Feste Attribute"
'
'LayoutControlAutoIndexe
@@ -1424,7 +1433,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlAutoIndexe.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlAutoIndexe.Name = "LayoutControlAutoIndexe"
Me.LayoutControlAutoIndexe.Root = Me.LayoutControlGroup2
Me.LayoutControlAutoIndexe.Size = New System.Drawing.Size(1111, 272)
Me.LayoutControlAutoIndexe.Size = New System.Drawing.Size(1111, 271)
Me.LayoutControlAutoIndexe.TabIndex = 0
Me.LayoutControlAutoIndexe.Text = "LayoutControl1"
'
@@ -1476,9 +1485,9 @@ Partial Class frmAdmin_Globix
'VALUETextBox
'
Me.VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "VALUE", True))
Me.VALUETextBox.Location = New System.Drawing.Point(360, 76)
Me.VALUETextBox.Location = New System.Drawing.Point(369, 76)
Me.VALUETextBox.Name = "VALUETextBox"
Me.VALUETextBox.Size = New System.Drawing.Size(186, 20)
Me.VALUETextBox.Size = New System.Drawing.Size(177, 20)
Me.VALUETextBox.TabIndex = 9
'
'INDEXNAMEComboBox
@@ -1487,9 +1496,9 @@ Partial Class frmAdmin_Globix
Me.INDEXNAMEComboBox.DataSource = Me.VWIDB_BE_ATTRIBUTEBindingSource
Me.INDEXNAMEComboBox.DisplayMember = "ATTR_TITLE"
Me.INDEXNAMEComboBox.FormattingEnabled = True
Me.INDEXNAMEComboBox.Location = New System.Drawing.Point(360, 45)
Me.INDEXNAMEComboBox.Location = New System.Drawing.Point(369, 45)
Me.INDEXNAMEComboBox.Name = "INDEXNAMEComboBox"
Me.INDEXNAMEComboBox.Size = New System.Drawing.Size(385, 21)
Me.INDEXNAMEComboBox.Size = New System.Drawing.Size(376, 21)
Me.INDEXNAMEComboBox.TabIndex = 8
'
'ACTIVECheckBox1
@@ -1514,10 +1523,10 @@ Partial Class frmAdmin_Globix
'
Me.GUIDTextBoxAutoAttribute.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "GUID", True))
Me.GUIDTextBoxAutoAttribute.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GUIDTextBoxAutoAttribute.Location = New System.Drawing.Point(360, 15)
Me.GUIDTextBoxAutoAttribute.Location = New System.Drawing.Point(369, 15)
Me.GUIDTextBoxAutoAttribute.Name = "GUIDTextBoxAutoAttribute"
Me.GUIDTextBoxAutoAttribute.ReadOnly = True
Me.GUIDTextBoxAutoAttribute.Size = New System.Drawing.Size(31, 20)
Me.GUIDTextBoxAutoAttribute.Size = New System.Drawing.Size(22, 20)
Me.GUIDTextBoxAutoAttribute.TabIndex = 5
'
'SimpleButton1
@@ -1534,12 +1543,12 @@ Partial Class frmAdmin_Globix
'
'ComboBoxEditAAttrFileParam
'
Me.ComboBoxEditAAttrFileParam.Location = New System.Drawing.Point(835, 76)
Me.ComboBoxEditAAttrFileParam.Location = New System.Drawing.Point(844, 76)
Me.ComboBoxEditAAttrFileParam.MenuManager = Me.RibbonControl1
Me.ComboBoxEditAAttrFileParam.Name = "ComboBoxEditAAttrFileParam"
Me.ComboBoxEditAAttrFileParam.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.ComboBoxEditAAttrFileParam.Properties.Items.AddRange(New Object() {"FILENAME_EXT", "FILENAME", "EXTENSION", "DATE_CREATED", "DATE_MODIFIED"})
Me.ComboBoxEditAAttrFileParam.Size = New System.Drawing.Size(261, 20)
Me.ComboBoxEditAAttrFileParam.Size = New System.Drawing.Size(252, 20)
Me.ComboBoxEditAAttrFileParam.StyleController = Me.LayoutControlAutoIndexe
Me.ComboBoxEditAAttrFileParam.TabIndex = 11
'
@@ -1558,12 +1567,12 @@ 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.Enabled = False
Me.ADDED_WHOTextBoxAutoAttribut.Location = New System.Drawing.Point(360, 207)
Me.ADDED_WHOTextBoxAutoAttribut.Location = New System.Drawing.Point(369, 206)
Me.ADDED_WHOTextBoxAutoAttribut.MenuManager = Me.RibbonControl1
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.Options.UseFont = True
Me.ADDED_WHOTextBoxAutoAttribut.Size = New System.Drawing.Size(280, 20)
Me.ADDED_WHOTextBoxAutoAttribut.Size = New System.Drawing.Size(271, 20)
Me.ADDED_WHOTextBoxAutoAttribut.StyleController = Me.LayoutControlAutoIndexe
Me.ADDED_WHOTextBoxAutoAttribut.TabIndex = 19
'
@@ -1571,12 +1580,12 @@ Partial Class frmAdmin_Globix
'
Me.TextEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHEN", True))
Me.TextEdit3.Enabled = False
Me.TextEdit3.Location = New System.Drawing.Point(360, 237)
Me.TextEdit3.Location = New System.Drawing.Point(369, 236)
Me.TextEdit3.MenuManager = Me.RibbonControl1
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.Options.UseFont = True
Me.TextEdit3.Size = New System.Drawing.Size(280, 20)
Me.TextEdit3.Size = New System.Drawing.Size(271, 20)
Me.TextEdit3.StyleController = Me.LayoutControlAutoIndexe
Me.TextEdit3.TabIndex = 20
'
@@ -1584,24 +1593,24 @@ 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.EditValue = ""
Me.CHANGED_WHOTextEditAutoAttribut.Location = New System.Drawing.Point(816, 207)
Me.CHANGED_WHOTextEditAutoAttribut.Location = New System.Drawing.Point(825, 206)
Me.CHANGED_WHOTextEditAutoAttribut.MenuManager = Me.RibbonControl1
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.Options.UseFont = True
Me.CHANGED_WHOTextEditAutoAttribut.Size = New System.Drawing.Size(280, 20)
Me.CHANGED_WHOTextEditAutoAttribut.Size = New System.Drawing.Size(271, 20)
Me.CHANGED_WHOTextEditAutoAttribut.StyleController = Me.LayoutControlAutoIndexe
Me.CHANGED_WHOTextEditAutoAttribut.TabIndex = 21
'
'TextEdit5
'
Me.TextEdit5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHEN", True))
Me.TextEdit5.Location = New System.Drawing.Point(816, 237)
Me.TextEdit5.Location = New System.Drawing.Point(825, 236)
Me.TextEdit5.MenuManager = Me.RibbonControl1
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.Options.UseFont = True
Me.TextEdit5.Size = New System.Drawing.Size(280, 20)
Me.TextEdit5.Size = New System.Drawing.Size(271, 20)
Me.TextEdit5.StyleController = Me.LayoutControlAutoIndexe
Me.TextEdit5.TabIndex = 22
'
@@ -1611,7 +1620,7 @@ Partial Class frmAdmin_Globix
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.Name = "LayoutControlGroup2"
Me.LayoutControlGroup2.Size = New System.Drawing.Size(1111, 272)
Me.LayoutControlGroup2.Size = New System.Drawing.Size(1111, 271)
Me.LayoutControlGroup2.TextVisible = False
'
'LayoutControlItem15
@@ -1732,7 +1741,7 @@ Partial Class frmAdmin_Globix
'ADDED_WHOAutoAttribut
'
Me.ADDED_WHOAutoAttribut.Control = Me.ADDED_WHOTextBoxAutoAttribut
Me.ADDED_WHOAutoAttribut.Location = New System.Drawing.Point(179, 192)
Me.ADDED_WHOAutoAttribut.Location = New System.Drawing.Point(179, 191)
Me.ADDED_WHOAutoAttribut.Name = "ADDED_WHOAutoAttribut"
Me.ADDED_WHOAutoAttribut.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.ADDED_WHOAutoAttribut.Size = New System.Drawing.Size(456, 30)
@@ -1742,7 +1751,7 @@ Partial Class frmAdmin_Globix
'LayoutControlItem41
'
Me.LayoutControlItem41.Control = Me.TextEdit3
Me.LayoutControlItem41.Location = New System.Drawing.Point(179, 222)
Me.LayoutControlItem41.Location = New System.Drawing.Point(179, 221)
Me.LayoutControlItem41.Name = "LayoutControlItem41"
Me.LayoutControlItem41.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem41.Size = New System.Drawing.Size(456, 30)
@@ -1752,7 +1761,7 @@ Partial Class frmAdmin_Globix
'CHANGED_WHOItemAutoAttribut
'
Me.CHANGED_WHOItemAutoAttribut.Control = Me.CHANGED_WHOTextEditAutoAttribut
Me.CHANGED_WHOItemAutoAttribut.Location = New System.Drawing.Point(635, 192)
Me.CHANGED_WHOItemAutoAttribut.Location = New System.Drawing.Point(635, 191)
Me.CHANGED_WHOItemAutoAttribut.Name = "CHANGED_WHOItemAutoAttribut"
Me.CHANGED_WHOItemAutoAttribut.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.CHANGED_WHOItemAutoAttribut.Size = New System.Drawing.Size(456, 30)
@@ -1762,7 +1771,7 @@ Partial Class frmAdmin_Globix
'LayoutControlItem43
'
Me.LayoutControlItem43.Control = Me.TextEdit5
Me.LayoutControlItem43.Location = New System.Drawing.Point(635, 222)
Me.LayoutControlItem43.Location = New System.Drawing.Point(635, 221)
Me.LayoutControlItem43.Name = "LayoutControlItem43"
Me.LayoutControlItem43.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem43.Size = New System.Drawing.Size(456, 30)
@@ -1786,7 +1795,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem44.Control = Me.ListBox1
Me.LayoutControlItem44.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem44.Name = "LayoutControlItem44"
Me.LayoutControlItem44.Size = New System.Drawing.Size(179, 252)
Me.LayoutControlItem44.Size = New System.Drawing.Size(179, 251)
Me.LayoutControlItem44.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize
Me.LayoutControlItem44.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem44.TextToControlDistance = 0
@@ -1797,7 +1806,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem5.AllowHotTrack = False
Me.EmptySpaceItem5.Location = New System.Drawing.Point(179, 157)
Me.EmptySpaceItem5.Name = "EmptySpaceItem5"
Me.EmptySpaceItem5.Size = New System.Drawing.Size(912, 35)
Me.EmptySpaceItem5.Size = New System.Drawing.Size(912, 34)
Me.EmptySpaceItem5.TextSize = New System.Drawing.Size(0, 0)
'
'XtraTabPageDynamicFolder
@@ -1806,7 +1815,7 @@ Partial Class frmAdmin_Globix
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.Name = "XtraTabPageDynamicFolder"
Me.XtraTabPageDynamicFolder.Size = New System.Drawing.Size(1111, 272)
Me.XtraTabPageDynamicFolder.Size = New System.Drawing.Size(1111, 271)
Me.XtraTabPageDynamicFolder.Text = "Dynamischer Ordnerpfad"
'
'LayoutControl1
@@ -1821,16 +1830,16 @@ Partial Class frmAdmin_Globix
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.Root = Me.LayoutControlGroup4
Me.LayoutControl1.Size = New System.Drawing.Size(1111, 272)
Me.LayoutControl1.Size = New System.Drawing.Size(1111, 271)
Me.LayoutControl1.TabIndex = 15
Me.LayoutControl1.Text = "LayoutControl1"
'
'cmbAllAttributes
'
Me.cmbAllAttributes.FormattingEnabled = True
Me.cmbAllAttributes.Location = New System.Drawing.Point(260, 95)
Me.cmbAllAttributes.Location = New System.Drawing.Point(269, 95)
Me.cmbAllAttributes.Name = "cmbAllAttributes"
Me.cmbAllAttributes.Size = New System.Drawing.Size(836, 21)
Me.cmbAllAttributes.Size = New System.Drawing.Size(827, 21)
Me.cmbAllAttributes.TabIndex = 10
'
'SimpleButton3
@@ -1845,10 +1854,10 @@ Partial Class frmAdmin_Globix
'
'txtcrFoldermanuell
'
Me.txtcrFoldermanuell.Location = New System.Drawing.Point(260, 157)
Me.txtcrFoldermanuell.Location = New System.Drawing.Point(269, 157)
Me.txtcrFoldermanuell.MenuManager = Me.RibbonControl1
Me.txtcrFoldermanuell.Name = "txtcrFoldermanuell"
Me.txtcrFoldermanuell.Size = New System.Drawing.Size(836, 20)
Me.txtcrFoldermanuell.Size = New System.Drawing.Size(827, 20)
Me.txtcrFoldermanuell.StyleController = Me.LayoutControl1
Me.txtcrFoldermanuell.TabIndex = 8
'
@@ -1857,9 +1866,9 @@ Partial Class frmAdmin_Globix
Me.cmbCrFolderDate.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.cmbCrFolderDate.FormattingEnabled = True
Me.cmbCrFolderDate.Items.AddRange(New Object() {"YYYY/MM/DD", "YYYY/MM", "YYYY", "YYYY-MM", "YY_MM_DD", "YYYY_MM_DD", "DD_MM_YY", "DD_MM_YYYY", "YYMMDD", "YYYYMMDD", "DDMMYY", "DDMMYYYY"})
Me.cmbCrFolderDate.Location = New System.Drawing.Point(260, 126)
Me.cmbCrFolderDate.Location = New System.Drawing.Point(269, 126)
Me.cmbCrFolderDate.Name = "cmbCrFolderDate"
Me.cmbCrFolderDate.Size = New System.Drawing.Size(836, 23)
Me.cmbCrFolderDate.Size = New System.Drawing.Size(827, 23)
Me.cmbCrFolderDate.TabIndex = 7
'
'Label1
@@ -1874,10 +1883,10 @@ Partial Class frmAdmin_Globix
'FOLDER_FOR_INDEXTextEdit
'
Me.FOLDER_FOR_INDEXTextEdit.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "FOLDER_FOR_INDEX", True))
Me.FOLDER_FOR_INDEXTextEdit.Location = New System.Drawing.Point(101, 15)
Me.FOLDER_FOR_INDEXTextEdit.Location = New System.Drawing.Point(110, 15)
Me.FOLDER_FOR_INDEXTextEdit.MenuManager = Me.RibbonControl1
Me.FOLDER_FOR_INDEXTextEdit.Name = "FOLDER_FOR_INDEXTextEdit"
Me.FOLDER_FOR_INDEXTextEdit.Size = New System.Drawing.Size(995, 20)
Me.FOLDER_FOR_INDEXTextEdit.Size = New System.Drawing.Size(986, 20)
Me.FOLDER_FOR_INDEXTextEdit.StyleController = Me.LayoutControl1
Me.FOLDER_FOR_INDEXTextEdit.TabIndex = 4
'
@@ -1887,7 +1896,7 @@ Partial Class frmAdmin_Globix
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.Name = "LayoutControlGroup4"
Me.LayoutControlGroup4.Size = New System.Drawing.Size(1111, 272)
Me.LayoutControlGroup4.Size = New System.Drawing.Size(1111, 271)
Me.LayoutControlGroup4.TextVisible = False
'
'LayoutControlItem47
@@ -1907,7 +1916,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem7.AllowHotTrack = False
Me.EmptySpaceItem7.Location = New System.Drawing.Point(0, 172)
Me.EmptySpaceItem7.Name = "EmptySpaceItem7"
Me.EmptySpaceItem7.Size = New System.Drawing.Size(1091, 80)
Me.EmptySpaceItem7.Size = New System.Drawing.Size(1091, 79)
Me.EmptySpaceItem7.TextSize = New System.Drawing.Size(0, 0)
'
'LayoutControlItem48
@@ -1979,7 +1988,7 @@ Partial Class frmAdmin_Globix
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.Name = "XtraTabPageAutoSelect"
Me.XtraTabPageAutoSelect.Size = New System.Drawing.Size(1111, 272)
Me.XtraTabPageAutoSelect.Size = New System.Drawing.Size(1111, 271)
Me.XtraTabPageAutoSelect.Text = "Automatische Profilauswahl"
'
'LayoutControl2
@@ -1996,7 +2005,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControl2.Location = New System.Drawing.Point(193, 0)
Me.LayoutControl2.Name = "LayoutControl2"
Me.LayoutControl2.Root = Me.LayoutControlGroup5
Me.LayoutControl2.Size = New System.Drawing.Size(918, 272)
Me.LayoutControl2.Size = New System.Drawing.Size(918, 271)
Me.LayoutControl2.TabIndex = 1
Me.LayoutControl2.Text = "LayoutControl2"
'
@@ -2004,10 +2013,10 @@ Partial Class frmAdmin_Globix
'
Me.ChangedWhenAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHEN", True))
Me.ChangedWhenAutoSelect.Enabled = False
Me.ChangedWhenAutoSelect.Location = New System.Drawing.Point(502, 117)
Me.ChangedWhenAutoSelect.Location = New System.Drawing.Point(511, 117)
Me.ChangedWhenAutoSelect.MenuManager = Me.RibbonControl1
Me.ChangedWhenAutoSelect.Name = "ChangedWhenAutoSelect"
Me.ChangedWhenAutoSelect.Size = New System.Drawing.Size(275, 20)
Me.ChangedWhenAutoSelect.Size = New System.Drawing.Size(266, 20)
Me.ChangedWhenAutoSelect.StyleController = Me.LayoutControl2
Me.ChangedWhenAutoSelect.TabIndex = 16
'
@@ -2020,10 +2029,10 @@ Partial Class frmAdmin_Globix
'
Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHEN", True))
Me.TextEdit8.Enabled = False
Me.TextEdit8.Location = New System.Drawing.Point(116, 117)
Me.TextEdit8.Location = New System.Drawing.Point(125, 117)
Me.TextEdit8.MenuManager = Me.RibbonControl1
Me.TextEdit8.Name = "TextEdit8"
Me.TextEdit8.Size = New System.Drawing.Size(275, 20)
Me.TextEdit8.Size = New System.Drawing.Size(266, 20)
Me.TextEdit8.StyleController = Me.LayoutControl2
Me.TextEdit8.TabIndex = 15
'
@@ -2031,10 +2040,10 @@ Partial Class frmAdmin_Globix
'
Me.AddedWhoAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHO", True))
Me.AddedWhoAutoSelect.Enabled = False
Me.AddedWhoAutoSelect.Location = New System.Drawing.Point(116, 87)
Me.AddedWhoAutoSelect.Location = New System.Drawing.Point(125, 87)
Me.AddedWhoAutoSelect.MenuManager = Me.RibbonControl1
Me.AddedWhoAutoSelect.Name = "AddedWhoAutoSelect"
Me.AddedWhoAutoSelect.Size = New System.Drawing.Size(275, 20)
Me.AddedWhoAutoSelect.Size = New System.Drawing.Size(266, 20)
Me.AddedWhoAutoSelect.StyleController = Me.LayoutControl2
Me.AddedWhoAutoSelect.TabIndex = 14
'
@@ -2042,18 +2051,18 @@ Partial Class frmAdmin_Globix
'
Me.ChangedWhoAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHO", True))
Me.ChangedWhoAutoSelect.Enabled = False
Me.ChangedWhoAutoSelect.Location = New System.Drawing.Point(502, 87)
Me.ChangedWhoAutoSelect.Location = New System.Drawing.Point(511, 87)
Me.ChangedWhoAutoSelect.MenuManager = Me.RibbonControl1
Me.ChangedWhoAutoSelect.Name = "ChangedWhoAutoSelect"
Me.ChangedWhoAutoSelect.Size = New System.Drawing.Size(275, 20)
Me.ChangedWhoAutoSelect.Size = New System.Drawing.Size(266, 20)
Me.ChangedWhoAutoSelect.StyleController = Me.LayoutControl2
Me.ChangedWhoAutoSelect.TabIndex = 13
'
'txtDateinameTest
'
Me.txtDateinameTest.Location = New System.Drawing.Point(113, 60)
Me.txtDateinameTest.Location = New System.Drawing.Point(122, 60)
Me.txtDateinameTest.Name = "txtDateinameTest"
Me.txtDateinameTest.Size = New System.Drawing.Size(667, 20)
Me.txtDateinameTest.Size = New System.Drawing.Size(658, 20)
Me.txtDateinameTest.TabIndex = 12
Me.txtDateinameTest.Text = "Example.pdf"
'
@@ -2070,18 +2079,18 @@ Partial Class frmAdmin_Globix
'REGEXTextBox
'
Me.REGEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "REGEX", True))
Me.REGEXTextBox.Location = New System.Drawing.Point(113, 36)
Me.REGEXTextBox.Location = New System.Drawing.Point(122, 36)
Me.REGEXTextBox.Name = "REGEXTextBox"
Me.REGEXTextBox.Size = New System.Drawing.Size(667, 20)
Me.REGEXTextBox.Size = New System.Drawing.Size(658, 20)
Me.REGEXTextBox.TabIndex = 6
'
'GUIDTextBoxAutoSelect
'
Me.GUIDTextBoxAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "GUID", True))
Me.GUIDTextBoxAutoSelect.Location = New System.Drawing.Point(113, 12)
Me.GUIDTextBoxAutoSelect.Location = New System.Drawing.Point(122, 12)
Me.GUIDTextBoxAutoSelect.Name = "GUIDTextBoxAutoSelect"
Me.GUIDTextBoxAutoSelect.ReadOnly = True
Me.GUIDTextBoxAutoSelect.Size = New System.Drawing.Size(51, 20)
Me.GUIDTextBoxAutoSelect.Size = New System.Drawing.Size(42, 20)
Me.GUIDTextBoxAutoSelect.TabIndex = 5
'
'LayoutControlGroup5
@@ -2090,7 +2099,7 @@ Partial Class frmAdmin_Globix
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.Name = "LayoutControlGroup5"
Me.LayoutControlGroup5.Size = New System.Drawing.Size(918, 272)
Me.LayoutControlGroup5.Size = New System.Drawing.Size(918, 271)
Me.LayoutControlGroup5.TextVisible = False
'
'LayoutControlItem55
@@ -2107,7 +2116,7 @@ Partial Class frmAdmin_Globix
Me.EmptySpaceItem9.AllowHotTrack = False
Me.EmptySpaceItem9.Location = New System.Drawing.Point(772, 64)
Me.EmptySpaceItem9.Name = "EmptySpaceItem9"
Me.EmptySpaceItem9.Size = New System.Drawing.Size(126, 188)
Me.EmptySpaceItem9.Size = New System.Drawing.Size(126, 187)
Me.EmptySpaceItem9.TextSize = New System.Drawing.Size(0, 0)
'
'EmptySpaceItem10
@@ -2167,7 +2176,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem59.Location = New System.Drawing.Point(386, 102)
Me.LayoutControlItem59.Name = "LayoutControlItem59"
Me.LayoutControlItem59.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem59.Size = New System.Drawing.Size(386, 150)
Me.LayoutControlItem59.Size = New System.Drawing.Size(386, 149)
Me.LayoutControlItem59.Text = "Geändert wann"
Me.LayoutControlItem59.TextSize = New System.Drawing.Size(98, 13)
'
@@ -2179,7 +2188,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem58.Location = New System.Drawing.Point(0, 102)
Me.LayoutControlItem58.Name = "LayoutControlItem58"
Me.LayoutControlItem58.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem58.Size = New System.Drawing.Size(386, 150)
Me.LayoutControlItem58.Size = New System.Drawing.Size(386, 149)
Me.LayoutControlItem58.Text = "Erstellt wann"
Me.LayoutControlItem58.TextSize = New System.Drawing.Size(98, 13)
'
@@ -2210,7 +2219,7 @@ Partial Class frmAdmin_Globix
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.Location = New System.Drawing.Point(0, 0)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(193, 272)
Me.ListBox2.Size = New System.Drawing.Size(193, 271)
Me.ListBox2.TabIndex = 0
'
'XtraTabPage1
@@ -2248,9 +2257,15 @@ Partial Class frmAdmin_Globix
Me.SplitContainerControl1.Horizontal = False
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainerControl1.Name = "SplitContainerControl1"
'
'SplitContainerControl1.Panel1
'
Me.SplitContainerControl1.Panel1.Controls.Add(Me.gridAssignedUsers)
Me.SplitContainerControl1.Panel1.Controls.Add(Me.Label2)
Me.SplitContainerControl1.Panel1.Text = "Panel1"
'
'SplitContainerControl1.Panel2
'
Me.SplitContainerControl1.Panel2.Controls.Add(Me.gridAvailableUsers)
Me.SplitContainerControl1.Panel2.Controls.Add(Me.Label35)
Me.SplitContainerControl1.Panel2.Text = "Panel2"
@@ -2427,9 +2442,15 @@ Partial Class frmAdmin_Globix
Me.SplitContainerControlGroup.Horizontal = False
Me.SplitContainerControlGroup.Location = New System.Drawing.Point(0, 0)
Me.SplitContainerControlGroup.Name = "SplitContainerControlGroup"
'
'SplitContainerControlGroup.Panel1
'
Me.SplitContainerControlGroup.Panel1.Controls.Add(Me.gridAssignedGroups)
Me.SplitContainerControlGroup.Panel1.Controls.Add(Me.Label13)
Me.SplitContainerControlGroup.Panel1.Text = "Panel1"
'
'SplitContainerControlGroup.Panel2
'
Me.SplitContainerControlGroup.Panel2.Controls.Add(Me.gridAvailableGroups)
Me.SplitContainerControlGroup.Panel2.Controls.Add(Me.Label14)
Me.SplitContainerControlGroup.Panel2.Text = "Panel2"
@@ -2761,6 +2782,10 @@ Partial Class frmAdmin_Globix
CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl3.ResumeLayout(False)
Me.XtraTabPage2.ResumeLayout(False)
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControl1.Panel1.ResumeLayout(False)
CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControl1.Panel2.ResumeLayout(False)
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControl1.ResumeLayout(False)
CType(Me.gridAssignedUsers, System.ComponentModel.ISupportInitialize).EndInit()
@@ -2768,6 +2793,10 @@ Partial Class frmAdmin_Globix
CType(Me.gridAvailableUsers, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.viewAvailableUsers, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabPage3.ResumeLayout(False)
CType(Me.SplitContainerControlGroup.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControlGroup.Panel1.ResumeLayout(False)
CType(Me.SplitContainerControlGroup.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControlGroup.Panel2.ResumeLayout(False)
CType(Me.SplitContainerControlGroup, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControlGroup.ResumeLayout(False)
CType(Me.gridAssignedGroups, System.ComponentModel.ISupportInitialize).EndInit()