Zooflow: Fix globix dataset

This commit is contained in:
Jonathan Jenne 2022-04-13 16:17:40 +02:00
parent 160040535d
commit 1c35c891a0
6 changed files with 155 additions and 141 deletions

View File

@ -600,7 +600,7 @@ Partial Class frmAdmin_Globix
'GridLookUpEdit1 'GridLookUpEdit1
' '
Me.GridLookUpEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "IDB_DOCTYPE_ID", True)) Me.GridLookUpEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "IDB_DOCTYPE_ID", True))
Me.GridLookUpEdit1.Location = New System.Drawing.Point(166, 76) Me.GridLookUpEdit1.Location = New System.Drawing.Point(156, 76)
Me.GridLookUpEdit1.MenuManager = Me.RibbonControl1 Me.GridLookUpEdit1.MenuManager = Me.RibbonControl1
Me.GridLookUpEdit1.Name = "GridLookUpEdit1" Me.GridLookUpEdit1.Name = "GridLookUpEdit1"
Me.GridLookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.GridLookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
@ -608,7 +608,7 @@ Partial Class frmAdmin_Globix
Me.GridLookUpEdit1.Properties.DisplayMember = "Doctype" Me.GridLookUpEdit1.Properties.DisplayMember = "Doctype"
Me.GridLookUpEdit1.Properties.PopupView = Me.GridLookUpEdit1View Me.GridLookUpEdit1.Properties.PopupView = Me.GridLookUpEdit1View
Me.GridLookUpEdit1.Properties.ValueMember = "Doctype_ID" Me.GridLookUpEdit1.Properties.ValueMember = "Doctype_ID"
Me.GridLookUpEdit1.Size = New System.Drawing.Size(921, 20) Me.GridLookUpEdit1.Size = New System.Drawing.Size(931, 20)
Me.GridLookUpEdit1.StyleController = Me.LayoutControlProfile Me.GridLookUpEdit1.StyleController = Me.LayoutControlProfile
Me.GridLookUpEdit1.TabIndex = 61 Me.GridLookUpEdit1.TabIndex = 61
' '
@ -630,19 +630,19 @@ Partial Class frmAdmin_Globix
Me.IDB_DOCTYPE_IDComboBox.DataSource = Me.VWIDB_DOCTYPE_LANGUAGEBindingSource Me.IDB_DOCTYPE_IDComboBox.DataSource = Me.VWIDB_DOCTYPE_LANGUAGEBindingSource
Me.IDB_DOCTYPE_IDComboBox.DisplayMember = "Doctype" Me.IDB_DOCTYPE_IDComboBox.DisplayMember = "Doctype"
Me.IDB_DOCTYPE_IDComboBox.FormattingEnabled = True Me.IDB_DOCTYPE_IDComboBox.FormattingEnabled = True
Me.IDB_DOCTYPE_IDComboBox.Location = New System.Drawing.Point(166, 45) Me.IDB_DOCTYPE_IDComboBox.Location = New System.Drawing.Point(156, 45)
Me.IDB_DOCTYPE_IDComboBox.Name = "IDB_DOCTYPE_IDComboBox" Me.IDB_DOCTYPE_IDComboBox.Name = "IDB_DOCTYPE_IDComboBox"
Me.IDB_DOCTYPE_IDComboBox.Size = New System.Drawing.Size(379, 21) Me.IDB_DOCTYPE_IDComboBox.Size = New System.Drawing.Size(389, 21)
Me.IDB_DOCTYPE_IDComboBox.TabIndex = 60 Me.IDB_DOCTYPE_IDComboBox.TabIndex = 60
Me.IDB_DOCTYPE_IDComboBox.ValueMember = "Doctype_ID" Me.IDB_DOCTYPE_IDComboBox.ValueMember = "Doctype_ID"
' '
'TextEdit1 'TextEdit1
' '
Me.TextEdit1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True)) Me.TextEdit1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True))
Me.TextEdit1.Location = New System.Drawing.Point(166, 257) Me.TextEdit1.Location = New System.Drawing.Point(156, 257)
Me.TextEdit1.MenuManager = Me.RibbonControl1 Me.TextEdit1.MenuManager = Me.RibbonControl1
Me.TextEdit1.Name = "TextEdit1" Me.TextEdit1.Name = "TextEdit1"
Me.TextEdit1.Size = New System.Drawing.Size(379, 20) Me.TextEdit1.Size = New System.Drawing.Size(389, 20)
Me.TextEdit1.StyleController = Me.LayoutControlProfile Me.TextEdit1.StyleController = Me.LayoutControlProfile
Me.TextEdit1.TabIndex = 59 Me.TextEdit1.TabIndex = 59
' '
@ -653,9 +653,9 @@ Partial Class frmAdmin_Globix
Me.IDB_OBJECT_STORE_IDComboBox.DataSource = Me.VWIDB_OBJECT_STOREBindingSource Me.IDB_OBJECT_STORE_IDComboBox.DataSource = Me.VWIDB_OBJECT_STOREBindingSource
Me.IDB_OBJECT_STORE_IDComboBox.DisplayMember = "Objectstore" Me.IDB_OBJECT_STORE_IDComboBox.DisplayMember = "Objectstore"
Me.IDB_OBJECT_STORE_IDComboBox.FormattingEnabled = True Me.IDB_OBJECT_STORE_IDComboBox.FormattingEnabled = True
Me.IDB_OBJECT_STORE_IDComboBox.Location = New System.Drawing.Point(166, 166) Me.IDB_OBJECT_STORE_IDComboBox.Location = New System.Drawing.Point(156, 166)
Me.IDB_OBJECT_STORE_IDComboBox.Name = "IDB_OBJECT_STORE_IDComboBox" Me.IDB_OBJECT_STORE_IDComboBox.Name = "IDB_OBJECT_STORE_IDComboBox"
Me.IDB_OBJECT_STORE_IDComboBox.Size = New System.Drawing.Size(379, 21) Me.IDB_OBJECT_STORE_IDComboBox.Size = New System.Drawing.Size(389, 21)
Me.IDB_OBJECT_STORE_IDComboBox.TabIndex = 57 Me.IDB_OBJECT_STORE_IDComboBox.TabIndex = 57
Me.IDB_OBJECT_STORE_IDComboBox.ValueMember = "GUID" Me.IDB_OBJECT_STORE_IDComboBox.ValueMember = "GUID"
' '
@ -667,10 +667,10 @@ Partial Class frmAdmin_Globix
'SEQUENCENumericUpDown 'SEQUENCENumericUpDown
' '
Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True)) Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True))
Me.SEQUENCENumericUpDown.Location = New System.Drawing.Point(395, 15) Me.SEQUENCENumericUpDown.Location = New System.Drawing.Point(385, 15)
Me.SEQUENCENumericUpDown.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.SEQUENCENumericUpDown.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown" Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown"
Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(34, 22) Me.SEQUENCENumericUpDown.Size = New System.Drawing.Size(44, 21)
Me.SEQUENCENumericUpDown.TabIndex = 56 Me.SEQUENCENumericUpDown.TabIndex = 56
Me.SEQUENCENumericUpDown.Value = New Decimal(New Integer() {1, 0, 0, 0}) Me.SEQUENCENumericUpDown.Value = New Decimal(New Integer() {1, 0, 0, 0})
' '
@ -692,81 +692,81 @@ Partial Class frmAdmin_Globix
'GEAENDERTWANNTextBox 'GEAENDERTWANNTextBox
' '
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True)) Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True))
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(706, 257) Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(696, 257)
Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox"
Me.GEAENDERTWANNTextBox.ReadOnly = True Me.GEAENDERTWANNTextBox.ReadOnly = True
Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(381, 20) Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(391, 20)
Me.GEAENDERTWANNTextBox.TabIndex = 39 Me.GEAENDERTWANNTextBox.TabIndex = 39
' '
'TextEditErstelltWer 'TextEditErstelltWer
' '
Me.TextEditErstelltWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True)) Me.TextEditErstelltWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True))
Me.TextEditErstelltWer.Location = New System.Drawing.Point(166, 227) Me.TextEditErstelltWer.Location = New System.Drawing.Point(156, 227)
Me.TextEditErstelltWer.MenuManager = Me.RibbonControl1 Me.TextEditErstelltWer.MenuManager = Me.RibbonControl1
Me.TextEditErstelltWer.Name = "TextEditErstelltWer" Me.TextEditErstelltWer.Name = "TextEditErstelltWer"
Me.TextEditErstelltWer.Size = New System.Drawing.Size(379, 20) Me.TextEditErstelltWer.Size = New System.Drawing.Size(389, 20)
Me.TextEditErstelltWer.StyleController = Me.LayoutControlProfile Me.TextEditErstelltWer.StyleController = Me.LayoutControlProfile
Me.TextEditErstelltWer.TabIndex = 44 Me.TextEditErstelltWer.TabIndex = 44
' '
'TextEditGeandertWer 'TextEditGeandertWer
' '
Me.TextEditGeandertWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True)) Me.TextEditGeandertWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True))
Me.TextEditGeandertWer.Location = New System.Drawing.Point(706, 227) Me.TextEditGeandertWer.Location = New System.Drawing.Point(696, 227)
Me.TextEditGeandertWer.MenuManager = Me.RibbonControl1 Me.TextEditGeandertWer.MenuManager = Me.RibbonControl1
Me.TextEditGeandertWer.Name = "TextEditGeandertWer" Me.TextEditGeandertWer.Name = "TextEditGeandertWer"
Me.TextEditGeandertWer.Size = New System.Drawing.Size(381, 20) Me.TextEditGeandertWer.Size = New System.Drawing.Size(391, 20)
Me.TextEditGeandertWer.StyleController = Me.LayoutControlProfile Me.TextEditGeandertWer.StyleController = Me.LayoutControlProfile
Me.TextEditGeandertWer.TabIndex = 45 Me.TextEditGeandertWer.TabIndex = 45
' '
'TextEditNamenkonvention 'TextEditNamenkonvention
' '
Me.TextEditNamenkonvention.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True)) Me.TextEditNamenkonvention.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True))
Me.TextEditNamenkonvention.Location = New System.Drawing.Point(166, 136) Me.TextEditNamenkonvention.Location = New System.Drawing.Point(156, 136)
Me.TextEditNamenkonvention.MenuManager = Me.RibbonControl1 Me.TextEditNamenkonvention.MenuManager = Me.RibbonControl1
Me.TextEditNamenkonvention.Name = "TextEditNamenkonvention" Me.TextEditNamenkonvention.Name = "TextEditNamenkonvention"
Me.TextEditNamenkonvention.Size = New System.Drawing.Size(662, 20) Me.TextEditNamenkonvention.Size = New System.Drawing.Size(672, 20)
Me.TextEditNamenkonvention.StyleController = Me.LayoutControlProfile Me.TextEditNamenkonvention.StyleController = Me.LayoutControlProfile
Me.TextEditNamenkonvention.TabIndex = 46 Me.TextEditNamenkonvention.TabIndex = 46
' '
'TextEditBeschreibung 'TextEditBeschreibung
' '
Me.TextEditBeschreibung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True)) Me.TextEditBeschreibung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True))
Me.TextEditBeschreibung.Location = New System.Drawing.Point(166, 197) Me.TextEditBeschreibung.Location = New System.Drawing.Point(156, 197)
Me.TextEditBeschreibung.MenuManager = Me.RibbonControl1 Me.TextEditBeschreibung.MenuManager = Me.RibbonControl1
Me.TextEditBeschreibung.Name = "TextEditBeschreibung" Me.TextEditBeschreibung.Name = "TextEditBeschreibung"
Me.TextEditBeschreibung.Size = New System.Drawing.Size(921, 20) Me.TextEditBeschreibung.Size = New System.Drawing.Size(931, 20)
Me.TextEditBeschreibung.StyleController = Me.LayoutControlProfile Me.TextEditBeschreibung.StyleController = Me.LayoutControlProfile
Me.TextEditBeschreibung.TabIndex = 48 Me.TextEditBeschreibung.TabIndex = 48
' '
'TextEditBezeichnung 'TextEditBezeichnung
' '
Me.TextEditBezeichnung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BEZEICHNUNG", True)) Me.TextEditBezeichnung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BEZEICHNUNG", True))
Me.TextEditBezeichnung.Location = New System.Drawing.Point(706, 45) Me.TextEditBezeichnung.Location = New System.Drawing.Point(696, 45)
Me.TextEditBezeichnung.MenuManager = Me.RibbonControl1 Me.TextEditBezeichnung.MenuManager = Me.RibbonControl1
Me.TextEditBezeichnung.Name = "TextEditBezeichnung" Me.TextEditBezeichnung.Name = "TextEditBezeichnung"
Me.TextEditBezeichnung.Size = New System.Drawing.Size(381, 20) Me.TextEditBezeichnung.Size = New System.Drawing.Size(391, 20)
Me.TextEditBezeichnung.StyleController = Me.LayoutControlProfile Me.TextEditBezeichnung.StyleController = Me.LayoutControlProfile
Me.TextEditBezeichnung.TabIndex = 51 Me.TextEditBezeichnung.TabIndex = 51
' '
'TextEditDoctypeID 'TextEditDoctypeID
' '
Me.TextEditDoctypeID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True)) Me.TextEditDoctypeID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True))
Me.TextEditDoctypeID.Location = New System.Drawing.Point(166, 15) Me.TextEditDoctypeID.Location = New System.Drawing.Point(156, 15)
Me.TextEditDoctypeID.MenuManager = Me.RibbonControl1 Me.TextEditDoctypeID.MenuManager = Me.RibbonControl1
Me.TextEditDoctypeID.Name = "TextEditDoctypeID" Me.TextEditDoctypeID.Name = "TextEditDoctypeID"
Me.TextEditDoctypeID.Size = New System.Drawing.Size(68, 20) Me.TextEditDoctypeID.Size = New System.Drawing.Size(78, 20)
Me.TextEditDoctypeID.StyleController = Me.LayoutControlProfile Me.TextEditDoctypeID.StyleController = Me.LayoutControlProfile
Me.TextEditDoctypeID.TabIndex = 52 Me.TextEditDoctypeID.TabIndex = 52
' '
'ComboBoxEditDupl_handling 'ComboBoxEditDupl_handling
' '
Me.ComboBoxEditDupl_handling.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True)) 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(166, 106) Me.ComboBoxEditDupl_handling.Location = New System.Drawing.Point(156, 106)
Me.ComboBoxEditDupl_handling.MenuManager = Me.RibbonControl1 Me.ComboBoxEditDupl_handling.MenuManager = Me.RibbonControl1
Me.ComboBoxEditDupl_handling.Name = "ComboBoxEditDupl_handling" 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.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.Properties.Items.AddRange(New Object() {"New version", "Default", "Question"})
Me.ComboBoxEditDupl_handling.Size = New System.Drawing.Size(921, 20) Me.ComboBoxEditDupl_handling.Size = New System.Drawing.Size(931, 20)
Me.ComboBoxEditDupl_handling.StyleController = Me.LayoutControlProfile Me.ComboBoxEditDupl_handling.StyleController = Me.LayoutControlProfile
Me.ComboBoxEditDupl_handling.TabIndex = 54 Me.ComboBoxEditDupl_handling.TabIndex = 54
' '
@ -798,7 +798,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem10.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem10.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem10.Size = New System.Drawing.Size(542, 31) Me.LayoutControlItem10.Size = New System.Drawing.Size(542, 31)
Me.LayoutControlItem10.Text = "Bezeichnung" Me.LayoutControlItem10.Text = "Bezeichnung"
Me.LayoutControlItem10.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem10.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem3 'LayoutControlItem3
' '
@ -811,7 +811,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem3.Size = New System.Drawing.Size(540, 30) Me.LayoutControlItem3.Size = New System.Drawing.Size(540, 30)
Me.LayoutControlItem3.Text = "Erstellt wer" Me.LayoutControlItem3.Text = "Erstellt wer"
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem3.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem30 'LayoutControlItem30
' '
@ -821,7 +821,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem30.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem30.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem30.Size = New System.Drawing.Size(823, 30) Me.LayoutControlItem30.Size = New System.Drawing.Size(823, 30)
Me.LayoutControlItem30.Text = "Namenkonvention" Me.LayoutControlItem30.Text = "Namenkonvention"
Me.LayoutControlItem30.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem30.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem20 'LayoutControlItem20
' '
@ -832,7 +832,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem20.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem20.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem20.Size = New System.Drawing.Size(195, 30) Me.LayoutControlItem20.Size = New System.Drawing.Size(195, 30)
Me.LayoutControlItem20.Text = "Reihenfolge" Me.LayoutControlItem20.Text = "Reihenfolge"
Me.LayoutControlItem20.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem20.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem4 'LayoutControlItem4
' '
@ -844,7 +844,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem4.Size = New System.Drawing.Size(229, 30) Me.LayoutControlItem4.Size = New System.Drawing.Size(229, 30)
Me.LayoutControlItem4.Text = "ID" Me.LayoutControlItem4.Text = "ID"
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem4.TextSize = New System.Drawing.Size(129, 13)
' '
'EmptySpaceItem1 'EmptySpaceItem1
' '
@ -873,7 +873,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem25.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem25.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem25.Size = New System.Drawing.Size(540, 31) Me.LayoutControlItem25.Size = New System.Drawing.Size(540, 31)
Me.LayoutControlItem25.Text = "File-Store:" Me.LayoutControlItem25.Text = "File-Store:"
Me.LayoutControlItem25.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem25.TextSize = New System.Drawing.Size(129, 13)
' '
'EmptySpaceItem3 'EmptySpaceItem3
' '
@ -891,7 +891,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem26.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem26.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem26.Size = New System.Drawing.Size(1082, 30) Me.LayoutControlItem26.Size = New System.Drawing.Size(1082, 30)
Me.LayoutControlItem26.Text = "Verhalten Datei vorhanden" Me.LayoutControlItem26.Text = "Verhalten Datei vorhanden"
Me.LayoutControlItem26.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem26.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem1 'LayoutControlItem1
' '
@ -913,7 +913,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem32.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem32.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem32.Size = New System.Drawing.Size(540, 30) Me.LayoutControlItem32.Size = New System.Drawing.Size(540, 30)
Me.LayoutControlItem32.Text = "Erstellt wann" Me.LayoutControlItem32.Text = "Erstellt wann"
Me.LayoutControlItem32.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem32.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem5 'LayoutControlItem5
' '
@ -926,7 +926,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem5.Size = New System.Drawing.Size(542, 30) Me.LayoutControlItem5.Size = New System.Drawing.Size(542, 30)
Me.LayoutControlItem5.Text = "Geändert wer" Me.LayoutControlItem5.Text = "Geändert wer"
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem5.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem36 'LayoutControlItem36
' '
@ -939,7 +939,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem36.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem36.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem36.Size = New System.Drawing.Size(542, 30) Me.LayoutControlItem36.Size = New System.Drawing.Size(542, 30)
Me.LayoutControlItem36.Text = "Geändert wann:" Me.LayoutControlItem36.Text = "Geändert wann:"
Me.LayoutControlItem36.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem36.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem28 'LayoutControlItem28
' '
@ -949,7 +949,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem28.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem28.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem28.Size = New System.Drawing.Size(1082, 30) Me.LayoutControlItem28.Size = New System.Drawing.Size(1082, 30)
Me.LayoutControlItem28.Text = "Beschreibung" Me.LayoutControlItem28.Text = "Beschreibung"
Me.LayoutControlItem28.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem28.TextSize = New System.Drawing.Size(129, 13)
' '
'EmptySpaceItem12 'EmptySpaceItem12
' '
@ -967,7 +967,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem61.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem61.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem61.Size = New System.Drawing.Size(540, 31) Me.LayoutControlItem61.Size = New System.Drawing.Size(540, 31)
Me.LayoutControlItem61.Text = "Dokumentart" Me.LayoutControlItem61.Text = "Dokumentart"
Me.LayoutControlItem61.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem61.TextSize = New System.Drawing.Size(129, 13)
' '
'LayoutControlItem12 'LayoutControlItem12
' '
@ -976,7 +976,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem12.Name = "LayoutControlItem12" Me.LayoutControlItem12.Name = "LayoutControlItem12"
Me.LayoutControlItem12.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem12.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem12.Size = New System.Drawing.Size(1082, 30) Me.LayoutControlItem12.Size = New System.Drawing.Size(1082, 30)
Me.LayoutControlItem12.TextSize = New System.Drawing.Size(139, 13) Me.LayoutControlItem12.TextSize = New System.Drawing.Size(129, 13)
' '
'XtraTabControl2 'XtraTabControl2
' '
@ -1531,9 +1531,9 @@ Partial Class frmAdmin_Globix
Me.CONNECTION_IDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CONNECTION_ID", True)) Me.CONNECTION_IDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CONNECTION_ID", True))
Me.CONNECTION_IDTextBox1.Enabled = False Me.CONNECTION_IDTextBox1.Enabled = False
Me.CONNECTION_IDTextBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CONNECTION_IDTextBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CONNECTION_IDTextBox1.Location = New System.Drawing.Point(352, 142) Me.CONNECTION_IDTextBox1.Location = New System.Drawing.Point(350, 142)
Me.CONNECTION_IDTextBox1.Name = "CONNECTION_IDTextBox1" Me.CONNECTION_IDTextBox1.Name = "CONNECTION_IDTextBox1"
Me.CONNECTION_IDTextBox1.Size = New System.Drawing.Size(24, 20) Me.CONNECTION_IDTextBox1.Size = New System.Drawing.Size(26, 20)
Me.CONNECTION_IDTextBox1.TabIndex = 23 Me.CONNECTION_IDTextBox1.TabIndex = 23
' '
'SQL_RESULTTextBox1 'SQL_RESULTTextBox1
@ -1559,9 +1559,9 @@ Partial Class frmAdmin_Globix
'VALUETextBox 'VALUETextBox
' '
Me.VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "VALUE", True)) Me.VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "VALUE", True))
Me.VALUETextBox.Location = New System.Drawing.Point(369, 76) Me.VALUETextBox.Location = New System.Drawing.Point(361, 76)
Me.VALUETextBox.Name = "VALUETextBox" Me.VALUETextBox.Name = "VALUETextBox"
Me.VALUETextBox.Size = New System.Drawing.Size(177, 20) Me.VALUETextBox.Size = New System.Drawing.Size(185, 20)
Me.VALUETextBox.TabIndex = 9 Me.VALUETextBox.TabIndex = 9
' '
'INDEXNAMEComboBox 'INDEXNAMEComboBox
@ -1570,9 +1570,9 @@ Partial Class frmAdmin_Globix
Me.INDEXNAMEComboBox.DataSource = Me.VWIDB_BE_ATTRIBUTEBindingSource Me.INDEXNAMEComboBox.DataSource = Me.VWIDB_BE_ATTRIBUTEBindingSource
Me.INDEXNAMEComboBox.DisplayMember = "ATTR_TITLE" Me.INDEXNAMEComboBox.DisplayMember = "ATTR_TITLE"
Me.INDEXNAMEComboBox.FormattingEnabled = True Me.INDEXNAMEComboBox.FormattingEnabled = True
Me.INDEXNAMEComboBox.Location = New System.Drawing.Point(369, 45) Me.INDEXNAMEComboBox.Location = New System.Drawing.Point(361, 45)
Me.INDEXNAMEComboBox.Name = "INDEXNAMEComboBox" Me.INDEXNAMEComboBox.Name = "INDEXNAMEComboBox"
Me.INDEXNAMEComboBox.Size = New System.Drawing.Size(376, 21) Me.INDEXNAMEComboBox.Size = New System.Drawing.Size(384, 21)
Me.INDEXNAMEComboBox.TabIndex = 8 Me.INDEXNAMEComboBox.TabIndex = 8
' '
'ACTIVECheckBox1 'ACTIVECheckBox1
@ -1588,19 +1588,19 @@ Partial Class frmAdmin_Globix
'SEQUENCENumericUpDown1 'SEQUENCENumericUpDown1
' '
Me.SEQUENCENumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE", True)) Me.SEQUENCENumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE", True))
Me.SEQUENCENumericUpDown1.Location = New System.Drawing.Point(469, 15) Me.SEQUENCENumericUpDown1.Location = New System.Drawing.Point(463, 15)
Me.SEQUENCENumericUpDown1.Name = "SEQUENCENumericUpDown1" Me.SEQUENCENumericUpDown1.Name = "SEQUENCENumericUpDown1"
Me.SEQUENCENumericUpDown1.Size = New System.Drawing.Size(46, 22) Me.SEQUENCENumericUpDown1.Size = New System.Drawing.Size(52, 21)
Me.SEQUENCENumericUpDown1.TabIndex = 6 Me.SEQUENCENumericUpDown1.TabIndex = 6
' '
'GUIDTextBoxAutoAttribute 'GUIDTextBoxAutoAttribute
' '
Me.GUIDTextBoxAutoAttribute.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "GUID", True)) 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.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(369, 15) Me.GUIDTextBoxAutoAttribute.Location = New System.Drawing.Point(361, 15)
Me.GUIDTextBoxAutoAttribute.Name = "GUIDTextBoxAutoAttribute" Me.GUIDTextBoxAutoAttribute.Name = "GUIDTextBoxAutoAttribute"
Me.GUIDTextBoxAutoAttribute.ReadOnly = True Me.GUIDTextBoxAutoAttribute.ReadOnly = True
Me.GUIDTextBoxAutoAttribute.Size = New System.Drawing.Size(22, 20) Me.GUIDTextBoxAutoAttribute.Size = New System.Drawing.Size(30, 20)
Me.GUIDTextBoxAutoAttribute.TabIndex = 5 Me.GUIDTextBoxAutoAttribute.TabIndex = 5
' '
'SimpleButton1 'SimpleButton1
@ -1617,12 +1617,12 @@ Partial Class frmAdmin_Globix
' '
'ComboBoxEditAAttrFileParam 'ComboBoxEditAAttrFileParam
' '
Me.ComboBoxEditAAttrFileParam.Location = New System.Drawing.Point(844, 76) Me.ComboBoxEditAAttrFileParam.Location = New System.Drawing.Point(836, 76)
Me.ComboBoxEditAAttrFileParam.MenuManager = Me.RibbonControl1 Me.ComboBoxEditAAttrFileParam.MenuManager = Me.RibbonControl1
Me.ComboBoxEditAAttrFileParam.Name = "ComboBoxEditAAttrFileParam" 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.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.Properties.Items.AddRange(New Object() {"FILENAME_EXT", "FILENAME", "EXTENSION", "DATE_CREATED", "DATE_MODIFIED"})
Me.ComboBoxEditAAttrFileParam.Size = New System.Drawing.Size(252, 20) Me.ComboBoxEditAAttrFileParam.Size = New System.Drawing.Size(260, 20)
Me.ComboBoxEditAAttrFileParam.StyleController = Me.LayoutControlAutoIndexe Me.ComboBoxEditAAttrFileParam.StyleController = Me.LayoutControlAutoIndexe
Me.ComboBoxEditAAttrFileParam.TabIndex = 11 Me.ComboBoxEditAAttrFileParam.TabIndex = 11
' '
@ -1641,12 +1641,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.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, 202) Me.ADDED_WHOTextBoxAutoAttribut.Location = New System.Drawing.Point(361, 202)
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))
Me.ADDED_WHOTextBoxAutoAttribut.Properties.Appearance.Options.UseFont = True Me.ADDED_WHOTextBoxAutoAttribut.Properties.Appearance.Options.UseFont = True
Me.ADDED_WHOTextBoxAutoAttribut.Size = New System.Drawing.Size(271, 20) Me.ADDED_WHOTextBoxAutoAttribut.Size = New System.Drawing.Size(279, 20)
Me.ADDED_WHOTextBoxAutoAttribut.StyleController = Me.LayoutControlAutoIndexe Me.ADDED_WHOTextBoxAutoAttribut.StyleController = Me.LayoutControlAutoIndexe
Me.ADDED_WHOTextBoxAutoAttribut.TabIndex = 19 Me.ADDED_WHOTextBoxAutoAttribut.TabIndex = 19
' '
@ -1654,12 +1654,12 @@ 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, 232) Me.TextEdit3.Location = New System.Drawing.Point(361, 232)
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))
Me.TextEdit3.Properties.Appearance.Options.UseFont = True Me.TextEdit3.Properties.Appearance.Options.UseFont = True
Me.TextEdit3.Size = New System.Drawing.Size(271, 20) Me.TextEdit3.Size = New System.Drawing.Size(279, 20)
Me.TextEdit3.StyleController = Me.LayoutControlAutoIndexe Me.TextEdit3.StyleController = Me.LayoutControlAutoIndexe
Me.TextEdit3.TabIndex = 20 Me.TextEdit3.TabIndex = 20
' '
@ -1667,24 +1667,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.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, 202) Me.CHANGED_WHOTextEditAutoAttribut.Location = New System.Drawing.Point(817, 202)
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))
Me.CHANGED_WHOTextEditAutoAttribut.Properties.Appearance.Options.UseFont = True Me.CHANGED_WHOTextEditAutoAttribut.Properties.Appearance.Options.UseFont = True
Me.CHANGED_WHOTextEditAutoAttribut.Size = New System.Drawing.Size(271, 20) Me.CHANGED_WHOTextEditAutoAttribut.Size = New System.Drawing.Size(279, 20)
Me.CHANGED_WHOTextEditAutoAttribut.StyleController = Me.LayoutControlAutoIndexe Me.CHANGED_WHOTextEditAutoAttribut.StyleController = Me.LayoutControlAutoIndexe
Me.CHANGED_WHOTextEditAutoAttribut.TabIndex = 21 Me.CHANGED_WHOTextEditAutoAttribut.TabIndex = 21
' '
'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, 232) Me.TextEdit5.Location = New System.Drawing.Point(817, 232)
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))
Me.TextEdit5.Properties.Appearance.Options.UseFont = True Me.TextEdit5.Properties.Appearance.Options.UseFont = True
Me.TextEdit5.Size = New System.Drawing.Size(271, 20) Me.TextEdit5.Size = New System.Drawing.Size(279, 20)
Me.TextEdit5.StyleController = Me.LayoutControlAutoIndexe Me.TextEdit5.StyleController = Me.LayoutControlAutoIndexe
Me.TextEdit5.TabIndex = 22 Me.TextEdit5.TabIndex = 22
' '
@ -1705,7 +1705,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem15.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem15.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem15.Size = New System.Drawing.Size(207, 30) Me.LayoutControlItem15.Size = New System.Drawing.Size(207, 30)
Me.LayoutControlItem15.Text = "ID" Me.LayoutControlItem15.Text = "ID"
Me.LayoutControlItem15.TextSize = New System.Drawing.Size(163, 13) Me.LayoutControlItem15.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem23 'LayoutControlItem23
' '
@ -1716,7 +1716,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem23.Size = New System.Drawing.Size(124, 30) Me.LayoutControlItem23.Size = New System.Drawing.Size(124, 30)
Me.LayoutControlItem23.Text = "Reihenfolge" Me.LayoutControlItem23.Text = "Reihenfolge"
Me.LayoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize Me.LayoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize
Me.LayoutControlItem23.TextSize = New System.Drawing.Size(63, 13) Me.LayoutControlItem23.TextSize = New System.Drawing.Size(57, 13)
Me.LayoutControlItem23.TextToControlDistance = 5 Me.LayoutControlItem23.TextToControlDistance = 5
' '
'LayoutControlItem33 'LayoutControlItem33
@ -1737,7 +1737,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem34.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem34.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem34.Size = New System.Drawing.Size(561, 31) Me.LayoutControlItem34.Size = New System.Drawing.Size(561, 31)
Me.LayoutControlItem34.Text = "Attribut" Me.LayoutControlItem34.Text = "Attribut"
Me.LayoutControlItem34.TextSize = New System.Drawing.Size(163, 13) Me.LayoutControlItem34.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem35 'LayoutControlItem35
' '
@ -1749,7 +1749,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem35.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem35.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem35.Size = New System.Drawing.Size(362, 40) Me.LayoutControlItem35.Size = New System.Drawing.Size(362, 40)
Me.LayoutControlItem35.Text = "Fester oder Automatischer Wert" Me.LayoutControlItem35.Text = "Fester oder Automatischer Wert"
Me.LayoutControlItem35.TextSize = New System.Drawing.Size(163, 13) Me.LayoutControlItem35.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem14 'LayoutControlItem14
' '
@ -1781,7 +1781,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem37.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem37.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem37.Size = New System.Drawing.Size(437, 40) Me.LayoutControlItem37.Size = New System.Drawing.Size(437, 40)
Me.LayoutControlItem37.Text = "FILE-Parameter" Me.LayoutControlItem37.Text = "FILE-Parameter"
Me.LayoutControlItem37.TextSize = New System.Drawing.Size(163, 13) Me.LayoutControlItem37.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem39 'LayoutControlItem39
' '
@ -1820,7 +1820,7 @@ Partial Class frmAdmin_Globix
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)
Me.ADDED_WHOAutoAttribut.Text = "Erstellt wer" Me.ADDED_WHOAutoAttribut.Text = "Erstellt wer"
Me.ADDED_WHOAutoAttribut.TextSize = New System.Drawing.Size(163, 13) Me.ADDED_WHOAutoAttribut.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem41 'LayoutControlItem41
' '
@ -1830,7 +1830,7 @@ Partial Class frmAdmin_Globix
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)
Me.LayoutControlItem41.Text = "Erstellt wann" Me.LayoutControlItem41.Text = "Erstellt wann"
Me.LayoutControlItem41.TextSize = New System.Drawing.Size(163, 13) Me.LayoutControlItem41.TextSize = New System.Drawing.Size(155, 13)
' '
'CHANGED_WHOItemAutoAttribut 'CHANGED_WHOItemAutoAttribut
' '
@ -1840,7 +1840,7 @@ Partial Class frmAdmin_Globix
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)
Me.CHANGED_WHOItemAutoAttribut.Text = "Geändert wer" Me.CHANGED_WHOItemAutoAttribut.Text = "Geändert wer"
Me.CHANGED_WHOItemAutoAttribut.TextSize = New System.Drawing.Size(163, 13) Me.CHANGED_WHOItemAutoAttribut.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem43 'LayoutControlItem43
' '
@ -1850,7 +1850,7 @@ Partial Class frmAdmin_Globix
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)
Me.LayoutControlItem43.Text = "Geändert wann" Me.LayoutControlItem43.Text = "Geändert wann"
Me.LayoutControlItem43.TextSize = New System.Drawing.Size(163, 13) Me.LayoutControlItem43.TextSize = New System.Drawing.Size(155, 13)
' '
'LayoutControlItem45 'LayoutControlItem45
' '
@ -1861,7 +1861,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem45.Size = New System.Drawing.Size(84, 30) Me.LayoutControlItem45.Size = New System.Drawing.Size(84, 30)
Me.LayoutControlItem45.Text = "Conn ID:" Me.LayoutControlItem45.Text = "Conn ID:"
Me.LayoutControlItem45.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize Me.LayoutControlItem45.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize
Me.LayoutControlItem45.TextSize = New System.Drawing.Size(45, 13) Me.LayoutControlItem45.TextSize = New System.Drawing.Size(43, 13)
Me.LayoutControlItem45.TextToControlDistance = 5 Me.LayoutControlItem45.TextToControlDistance = 5
' '
'LayoutControlItem44 'LayoutControlItem44
@ -2087,10 +2087,10 @@ Partial Class frmAdmin_Globix
' '
Me.ChangedWhenAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHEN", True)) Me.ChangedWhenAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHEN", True))
Me.ChangedWhenAutoSelect.Enabled = False Me.ChangedWhenAutoSelect.Enabled = False
Me.ChangedWhenAutoSelect.Location = New System.Drawing.Point(511, 117) Me.ChangedWhenAutoSelect.Location = New System.Drawing.Point(505, 117)
Me.ChangedWhenAutoSelect.MenuManager = Me.RibbonControl1 Me.ChangedWhenAutoSelect.MenuManager = Me.RibbonControl1
Me.ChangedWhenAutoSelect.Name = "ChangedWhenAutoSelect" Me.ChangedWhenAutoSelect.Name = "ChangedWhenAutoSelect"
Me.ChangedWhenAutoSelect.Size = New System.Drawing.Size(266, 20) Me.ChangedWhenAutoSelect.Size = New System.Drawing.Size(272, 20)
Me.ChangedWhenAutoSelect.StyleController = Me.LayoutControl2 Me.ChangedWhenAutoSelect.StyleController = Me.LayoutControl2
Me.ChangedWhenAutoSelect.TabIndex = 16 Me.ChangedWhenAutoSelect.TabIndex = 16
' '
@ -2103,10 +2103,10 @@ Partial Class frmAdmin_Globix
' '
Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHEN", True)) Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHEN", True))
Me.TextEdit8.Enabled = False Me.TextEdit8.Enabled = False
Me.TextEdit8.Location = New System.Drawing.Point(125, 117) Me.TextEdit8.Location = New System.Drawing.Point(119, 117)
Me.TextEdit8.MenuManager = Me.RibbonControl1 Me.TextEdit8.MenuManager = Me.RibbonControl1
Me.TextEdit8.Name = "TextEdit8" Me.TextEdit8.Name = "TextEdit8"
Me.TextEdit8.Size = New System.Drawing.Size(266, 20) Me.TextEdit8.Size = New System.Drawing.Size(272, 20)
Me.TextEdit8.StyleController = Me.LayoutControl2 Me.TextEdit8.StyleController = Me.LayoutControl2
Me.TextEdit8.TabIndex = 15 Me.TextEdit8.TabIndex = 15
' '
@ -2114,10 +2114,10 @@ Partial Class frmAdmin_Globix
' '
Me.AddedWhoAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHO", True)) Me.AddedWhoAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHO", True))
Me.AddedWhoAutoSelect.Enabled = False Me.AddedWhoAutoSelect.Enabled = False
Me.AddedWhoAutoSelect.Location = New System.Drawing.Point(125, 87) Me.AddedWhoAutoSelect.Location = New System.Drawing.Point(119, 87)
Me.AddedWhoAutoSelect.MenuManager = Me.RibbonControl1 Me.AddedWhoAutoSelect.MenuManager = Me.RibbonControl1
Me.AddedWhoAutoSelect.Name = "AddedWhoAutoSelect" Me.AddedWhoAutoSelect.Name = "AddedWhoAutoSelect"
Me.AddedWhoAutoSelect.Size = New System.Drawing.Size(266, 20) Me.AddedWhoAutoSelect.Size = New System.Drawing.Size(272, 20)
Me.AddedWhoAutoSelect.StyleController = Me.LayoutControl2 Me.AddedWhoAutoSelect.StyleController = Me.LayoutControl2
Me.AddedWhoAutoSelect.TabIndex = 14 Me.AddedWhoAutoSelect.TabIndex = 14
' '
@ -2125,18 +2125,18 @@ Partial Class frmAdmin_Globix
' '
Me.ChangedWhoAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHO", True)) Me.ChangedWhoAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHO", True))
Me.ChangedWhoAutoSelect.Enabled = False Me.ChangedWhoAutoSelect.Enabled = False
Me.ChangedWhoAutoSelect.Location = New System.Drawing.Point(511, 87) Me.ChangedWhoAutoSelect.Location = New System.Drawing.Point(505, 87)
Me.ChangedWhoAutoSelect.MenuManager = Me.RibbonControl1 Me.ChangedWhoAutoSelect.MenuManager = Me.RibbonControl1
Me.ChangedWhoAutoSelect.Name = "ChangedWhoAutoSelect" Me.ChangedWhoAutoSelect.Name = "ChangedWhoAutoSelect"
Me.ChangedWhoAutoSelect.Size = New System.Drawing.Size(266, 20) Me.ChangedWhoAutoSelect.Size = New System.Drawing.Size(272, 20)
Me.ChangedWhoAutoSelect.StyleController = Me.LayoutControl2 Me.ChangedWhoAutoSelect.StyleController = Me.LayoutControl2
Me.ChangedWhoAutoSelect.TabIndex = 13 Me.ChangedWhoAutoSelect.TabIndex = 13
' '
'txtDateinameTest 'txtDateinameTest
' '
Me.txtDateinameTest.Location = New System.Drawing.Point(122, 60) Me.txtDateinameTest.Location = New System.Drawing.Point(116, 60)
Me.txtDateinameTest.Name = "txtDateinameTest" Me.txtDateinameTest.Name = "txtDateinameTest"
Me.txtDateinameTest.Size = New System.Drawing.Size(658, 20) Me.txtDateinameTest.Size = New System.Drawing.Size(664, 20)
Me.txtDateinameTest.TabIndex = 12 Me.txtDateinameTest.TabIndex = 12
Me.txtDateinameTest.Text = "Example.pdf" Me.txtDateinameTest.Text = "Example.pdf"
' '
@ -2153,18 +2153,18 @@ Partial Class frmAdmin_Globix
'REGEXTextBox 'REGEXTextBox
' '
Me.REGEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "REGEX", True)) Me.REGEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "REGEX", True))
Me.REGEXTextBox.Location = New System.Drawing.Point(122, 36) Me.REGEXTextBox.Location = New System.Drawing.Point(116, 36)
Me.REGEXTextBox.Name = "REGEXTextBox" Me.REGEXTextBox.Name = "REGEXTextBox"
Me.REGEXTextBox.Size = New System.Drawing.Size(658, 20) Me.REGEXTextBox.Size = New System.Drawing.Size(664, 20)
Me.REGEXTextBox.TabIndex = 6 Me.REGEXTextBox.TabIndex = 6
' '
'GUIDTextBoxAutoSelect 'GUIDTextBoxAutoSelect
' '
Me.GUIDTextBoxAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "GUID", True)) Me.GUIDTextBoxAutoSelect.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "GUID", True))
Me.GUIDTextBoxAutoSelect.Location = New System.Drawing.Point(122, 12) Me.GUIDTextBoxAutoSelect.Location = New System.Drawing.Point(116, 12)
Me.GUIDTextBoxAutoSelect.Name = "GUIDTextBoxAutoSelect" Me.GUIDTextBoxAutoSelect.Name = "GUIDTextBoxAutoSelect"
Me.GUIDTextBoxAutoSelect.ReadOnly = True Me.GUIDTextBoxAutoSelect.ReadOnly = True
Me.GUIDTextBoxAutoSelect.Size = New System.Drawing.Size(42, 20) Me.GUIDTextBoxAutoSelect.Size = New System.Drawing.Size(48, 20)
Me.GUIDTextBoxAutoSelect.TabIndex = 5 Me.GUIDTextBoxAutoSelect.TabIndex = 5
' '
'LayoutControlGroup5 'LayoutControlGroup5
@ -2183,7 +2183,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem55.Name = "LayoutControlItem55" Me.LayoutControlItem55.Name = "LayoutControlItem55"
Me.LayoutControlItem55.Size = New System.Drawing.Size(772, 24) Me.LayoutControlItem55.Size = New System.Drawing.Size(772, 24)
Me.LayoutControlItem55.Text = "Regular Expression" Me.LayoutControlItem55.Text = "Regular Expression"
Me.LayoutControlItem55.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem55.TextSize = New System.Drawing.Size(92, 13)
' '
'EmptySpaceItem9 'EmptySpaceItem9
' '
@ -2211,7 +2211,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem54.Name = "LayoutControlItem54" Me.LayoutControlItem54.Name = "LayoutControlItem54"
Me.LayoutControlItem54.Size = New System.Drawing.Size(156, 24) Me.LayoutControlItem54.Size = New System.Drawing.Size(156, 24)
Me.LayoutControlItem54.Text = "ID" Me.LayoutControlItem54.Text = "ID"
Me.LayoutControlItem54.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem54.TextSize = New System.Drawing.Size(92, 13)
' '
'LayoutControlItem53 'LayoutControlItem53
' '
@ -2240,7 +2240,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem57.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem57.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem57.Size = New System.Drawing.Size(386, 30) Me.LayoutControlItem57.Size = New System.Drawing.Size(386, 30)
Me.LayoutControlItem57.Text = "Erstellt wer" Me.LayoutControlItem57.Text = "Erstellt wer"
Me.LayoutControlItem57.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem57.TextSize = New System.Drawing.Size(92, 13)
' '
'LayoutControlItem59 'LayoutControlItem59
' '
@ -2252,7 +2252,7 @@ Partial Class frmAdmin_Globix
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, 145) Me.LayoutControlItem59.Size = New System.Drawing.Size(386, 145)
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(92, 13)
' '
'LayoutControlItem58 'LayoutControlItem58
' '
@ -2264,7 +2264,7 @@ Partial Class frmAdmin_Globix
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, 145) Me.LayoutControlItem58.Size = New System.Drawing.Size(386, 145)
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(92, 13)
' '
'LayoutControlItem56 'LayoutControlItem56
' '
@ -2276,7 +2276,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem56.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem56.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
Me.LayoutControlItem56.Size = New System.Drawing.Size(386, 30) Me.LayoutControlItem56.Size = New System.Drawing.Size(386, 30)
Me.LayoutControlItem56.Text = "Geändert wer" Me.LayoutControlItem56.Text = "Geändert wer"
Me.LayoutControlItem56.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem56.TextSize = New System.Drawing.Size(92, 13)
' '
'LayoutControlItem60 'LayoutControlItem60
' '
@ -2285,7 +2285,7 @@ Partial Class frmAdmin_Globix
Me.LayoutControlItem60.Name = "LayoutControlItem60" Me.LayoutControlItem60.Name = "LayoutControlItem60"
Me.LayoutControlItem60.Size = New System.Drawing.Size(772, 24) Me.LayoutControlItem60.Size = New System.Drawing.Size(772, 24)
Me.LayoutControlItem60.Text = "Dateiname für Test" Me.LayoutControlItem60.Text = "Dateiname für Test"
Me.LayoutControlItem60.TextSize = New System.Drawing.Size(98, 13) Me.LayoutControlItem60.TextSize = New System.Drawing.Size(92, 13)
' '
'ListBox2 'ListBox2
' '

View File

@ -159,6 +159,9 @@
<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,6 +212,9 @@
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>
@ -298,6 +304,9 @@
IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw==
</value> </value>
</data> </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="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">
<value> <value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40 AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjIxLjIsIFZlcnNpb249MjEuMi40
@ -501,6 +510,12 @@
MTcuNywyNi4zeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8L2c+DQo8L3N2Zz4L MTcuNywyNi4zeiIgY2xhc3M9IkJsYWNrIiAvPg0KICA8L2c+DQo8L3N2Zz4L
</value> </value>
</data> </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_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">
<value>17, 56</value> <value>17, 56</value>
</metadata> </metadata>
@ -520,6 +535,6 @@
<value>311, 134</value> <value>311, 134</value>
</metadata> </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>161</value> <value>118</value>
</metadata> </metadata>
</root> </root>

View File

@ -622,8 +622,4 @@ Public Class frmAdmin_Globix
SQL_RESULTTextBox1.Text = String.Empty SQL_RESULTTextBox1.Text = String.Empty
End If End If
End Sub End Sub
Private Sub ListBoxAutoIndexe_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ListBoxAutoIndexe.SelectedIndexChanged
End Sub
End Class End Class

View File

@ -9,53 +9,39 @@
<TableUISetting Name="TBDD_DOKUMENTART"> <TableUISetting Name="TBDD_DOKUMENTART">
<ColumnUISettings> <ColumnUISettings>
<ColumnUISetting Name="DUPLICATE_HANDLING"> <ColumnUISetting Name="DUPLICATE_HANDLING">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
<ColumnUISetting Name="LANGUAGE"> <ColumnUISetting Name="LANGUAGE">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
<ColumnUISetting Name="SEQUENCE"> <ColumnUISetting Name="SEQUENCE">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
<ColumnUISetting Name="ERSTELLTWANN"> <ColumnUISetting Name="ERSTELLTWANN">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
<ColumnUISetting Name="GEAENDERTWANN"> <ColumnUISetting Name="GEAENDERTWANN">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
<ColumnUISetting Name="IDB_OBJECT_STORE_ID"> <ColumnUISetting Name="IDB_OBJECT_STORE_ID">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
<ColumnUISetting Name="IDB_DOCTYPE_ID"> <ColumnUISetting Name="IDB_DOCTYPE_ID">
<ControlSettings> <ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting> </ControlSetting></ControlSettings>
</ControlSettings>
</ColumnUISetting> </ColumnUISetting>
</ColumnUISettings> </ColumnUISettings>
</TableUISetting> </TableUISetting>

View File

@ -129,7 +129,7 @@ ORDER BY TBDD_DOKUMENTART.BEZEICHNUNG</CommandText>
</TableAdapter> </TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBDD_INDEX_MANTableAdapter" GeneratorDataComponentClassName="TBDD_INDEX_MANTableAdapter" Name="TBDD_INDEX_MAN" UserDataComponentName="TBDD_INDEX_MANTableAdapter"> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBDD_INDEX_MANTableAdapter" GeneratorDataComponentClassName="TBDD_INDEX_MANTableAdapter" Name="TBDD_INDEX_MAN" UserDataComponentName="TBDD_INDEX_MANTableAdapter">
<MainSource> <MainSource>
<DbSource ConnectionRef="ECMConnectionStringDEFAULT (Settings)" DbObjectName="DD_ECM.dbo.TBDD_INDEX_MAN" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill"> <DbSource ConnectionRef="DD_ECMConnectionString (Settings)" DbObjectName="DD_ECM.dbo.TBDD_INDEX_MAN" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand> <DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="true"> <DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>DELETE FROM TBDD_INDEX_MAN <CommandText>DELETE FROM TBDD_INDEX_MAN
@ -241,7 +241,7 @@ SELECT GUID, DOK_ID, NAME, WD_INDEX, COMMENT, DATATYPE, SUGGESTION, DEFAULT_VALU
</TableAdapter> </TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBDD_INDEX_AUTOMTableAdapter" GeneratorDataComponentClassName="TBDD_INDEX_AUTOMTableAdapter" Name="TBDD_INDEX_AUTOM" UserDataComponentName="TBDD_INDEX_AUTOMTableAdapter"> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBDD_INDEX_AUTOMTableAdapter" GeneratorDataComponentClassName="TBDD_INDEX_AUTOMTableAdapter" Name="TBDD_INDEX_AUTOM" UserDataComponentName="TBDD_INDEX_AUTOMTableAdapter">
<MainSource> <MainSource>
<DbSource ConnectionRef="ECMConnectionStringDEFAULT (Settings)" DbObjectName="DD_ECM.dbo.TBDD_INDEX_AUTOM" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill"> <DbSource ConnectionRef="DD_ECMConnectionString (Settings)" DbObjectName="DD_ECM.dbo.TBDD_INDEX_AUTOM" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand> <DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="true"> <DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>DELETE FROM TBDD_INDEX_AUTOM <CommandText>DELETE FROM TBDD_INDEX_AUTOM
@ -330,7 +330,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT,
</TableAdapter> </TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBGI_REGEX_DOCTYPETableAdapter" GeneratorDataComponentClassName="TBGI_REGEX_DOCTYPETableAdapter" Name="TBGI_REGEX_DOCTYPE" UserDataComponentName="TBGI_REGEX_DOCTYPETableAdapter"> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBGI_REGEX_DOCTYPETableAdapter" GeneratorDataComponentClassName="TBGI_REGEX_DOCTYPETableAdapter" Name="TBGI_REGEX_DOCTYPE" UserDataComponentName="TBGI_REGEX_DOCTYPETableAdapter">
<MainSource> <MainSource>
<DbSource ConnectionRef="ECMConnectionStringDEFAULT (Settings)" DbObjectName="DD_ECM.dbo.TBGI_REGEX_DOCTYPE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill"> <DbSource ConnectionRef="DD_ECMConnectionString (Settings)" DbObjectName="DD_ECM.dbo.TBGI_REGEX_DOCTYPE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand> <DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false"> <DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM TBGI_REGEX_DOCTYPE <CommandText>DELETE FROM TBGI_REGEX_DOCTYPE
@ -399,7 +399,7 @@ SELECT GUID, REGEX, DOCTYPE_ID, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN
<xs:element name="GlobixDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="GlobixDataset" msprop:Generator_UserDSName="GlobixDataset"> <xs:element name="GlobixDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="GlobixDataset" msprop:Generator_UserDSName="GlobixDataset">
<xs:complexType> <xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TBTEMP_INDEXRESULTS" msprop:Generator_TableClassName="TBTEMP_INDEXRESULTSDataTable" msprop:Generator_TableVarName="tableTBTEMP_INDEXRESULTS" msprop:Generator_RowChangedName="TBTEMP_INDEXRESULTSRowChanged" msprop:Generator_TablePropName="TBTEMP_INDEXRESULTS" msprop:Generator_RowDeletingName="TBTEMP_INDEXRESULTSRowDeleting" msprop:Generator_RowChangingName="TBTEMP_INDEXRESULTSRowChanging" msprop:Generator_RowEvHandlerName="TBTEMP_INDEXRESULTSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBTEMP_INDEXRESULTSRowDeleted" msprop:Generator_RowClassName="TBTEMP_INDEXRESULTSRow" msprop:Generator_UserTableName="TBTEMP_INDEXRESULTS" msprop:Generator_RowEvArgName="TBTEMP_INDEXRESULTSRowChangeEvent"> <xs:element name="TBTEMP_INDEXRESULTS" msprop:Generator_TableClassName="TBTEMP_INDEXRESULTSDataTable" msprop:Generator_TableVarName="tableTBTEMP_INDEXRESULTS" msprop:Generator_TablePropName="TBTEMP_INDEXRESULTS" msprop:Generator_RowDeletingName="TBTEMP_INDEXRESULTSRowDeleting" msprop:Generator_RowChangingName="TBTEMP_INDEXRESULTSRowChanging" msprop:Generator_RowEvHandlerName="TBTEMP_INDEXRESULTSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBTEMP_INDEXRESULTSRowDeleted" msprop:Generator_UserTableName="TBTEMP_INDEXRESULTS" msprop:Generator_RowChangedName="TBTEMP_INDEXRESULTSRowChanged" msprop:Generator_RowEvArgName="TBTEMP_INDEXRESULTSRowChangeEvent" msprop:Generator_RowClassName="TBTEMP_INDEXRESULTSRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="Indexname" msprop:Generator_ColumnVarNameInTable="columnIndexname" msprop:Generator_ColumnPropNameInRow="Indexname" msprop:Generator_ColumnPropNameInTable="IndexnameColumn" msprop:Generator_UserColumnName="Indexname" type="xs:string" minOccurs="0" /> <xs:element name="Indexname" msprop:Generator_ColumnVarNameInTable="columnIndexname" msprop:Generator_ColumnPropNameInRow="Indexname" msprop:Generator_ColumnPropNameInTable="IndexnameColumn" msprop:Generator_UserColumnName="Indexname" type="xs:string" minOccurs="0" />
@ -408,7 +408,7 @@ SELECT GUID, REGEX, DOCTYPE_ID, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBDD_DOKUMENTART" msprop:Generator_TableClassName="TBDD_DOKUMENTARTDataTable" msprop:Generator_TableVarName="tableTBDD_DOKUMENTART" msprop:Generator_TablePropName="TBDD_DOKUMENTART" msprop:Generator_RowDeletingName="TBDD_DOKUMENTARTRowDeleting" msprop:Generator_RowChangingName="TBDD_DOKUMENTARTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_DOKUMENTARTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_DOKUMENTARTRowDeleted" msprop:Generator_UserTableName="TBDD_DOKUMENTART" msprop:Generator_RowChangedName="TBDD_DOKUMENTARTRowChanged" msprop:Generator_RowEvArgName="TBDD_DOKUMENTARTRowChangeEvent" msprop:Generator_RowClassName="TBDD_DOKUMENTARTRow"> <xs:element name="TBDD_DOKUMENTART" msprop:Generator_TableClassName="TBDD_DOKUMENTARTDataTable" msprop:Generator_TableVarName="tableTBDD_DOKUMENTART" msprop:Generator_RowChangedName="TBDD_DOKUMENTARTRowChanged" msprop:Generator_TablePropName="TBDD_DOKUMENTART" msprop:Generator_RowDeletingName="TBDD_DOKUMENTARTRowDeleting" msprop:Generator_RowChangingName="TBDD_DOKUMENTARTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_DOKUMENTARTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_DOKUMENTARTRowDeleted" msprop:Generator_RowClassName="TBDD_DOKUMENTARTRow" msprop:Generator_UserTableName="TBDD_DOKUMENTART" msprop:Generator_RowEvArgName="TBDD_DOKUMENTARTRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -500,7 +500,7 @@ SELECT GUID, REGEX, DOCTYPE_ID, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBDD_INDEX_MAN" msprop:Generator_TableClassName="TBDD_INDEX_MANDataTable" msprop:Generator_TableVarName="tableTBDD_INDEX_MAN" msprop:Generator_RowChangedName="TBDD_INDEX_MANRowChanged" msprop:Generator_TablePropName="TBDD_INDEX_MAN" msprop:Generator_RowDeletingName="TBDD_INDEX_MANRowDeleting" msprop:Generator_RowChangingName="TBDD_INDEX_MANRowChanging" msprop:Generator_RowEvHandlerName="TBDD_INDEX_MANRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_INDEX_MANRowDeleted" msprop:Generator_RowClassName="TBDD_INDEX_MANRow" msprop:Generator_UserTableName="TBDD_INDEX_MAN" msprop:Generator_RowEvArgName="TBDD_INDEX_MANRowChangeEvent"> <xs:element name="TBDD_INDEX_MAN" msprop:Generator_TableClassName="TBDD_INDEX_MANDataTable" msprop:Generator_TableVarName="tableTBDD_INDEX_MAN" msprop:Generator_TablePropName="TBDD_INDEX_MAN" msprop:Generator_RowDeletingName="TBDD_INDEX_MANRowDeleting" msprop:Generator_RowChangingName="TBDD_INDEX_MANRowChanging" msprop:Generator_RowEvHandlerName="TBDD_INDEX_MANRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_INDEX_MANRowDeleted" msprop:Generator_UserTableName="TBDD_INDEX_MAN" msprop:Generator_RowChangedName="TBDD_INDEX_MANRowChanged" msprop:Generator_RowEvArgName="TBDD_INDEX_MANRowChangeEvent" msprop:Generator_RowClassName="TBDD_INDEX_MANRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -582,7 +582,7 @@ SELECT GUID, REGEX, DOCTYPE_ID, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBDD_INDEX_AUTOM" msprop:Generator_TableClassName="TBDD_INDEX_AUTOMDataTable" msprop:Generator_TableVarName="tableTBDD_INDEX_AUTOM" msprop:Generator_RowChangedName="TBDD_INDEX_AUTOMRowChanged" msprop:Generator_TablePropName="TBDD_INDEX_AUTOM" msprop:Generator_RowDeletingName="TBDD_INDEX_AUTOMRowDeleting" msprop:Generator_RowChangingName="TBDD_INDEX_AUTOMRowChanging" msprop:Generator_RowEvHandlerName="TBDD_INDEX_AUTOMRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_INDEX_AUTOMRowDeleted" msprop:Generator_RowClassName="TBDD_INDEX_AUTOMRow" msprop:Generator_UserTableName="TBDD_INDEX_AUTOM" msprop:Generator_RowEvArgName="TBDD_INDEX_AUTOMRowChangeEvent"> <xs:element name="TBDD_INDEX_AUTOM" msprop:Generator_TableClassName="TBDD_INDEX_AUTOMDataTable" msprop:Generator_TableVarName="tableTBDD_INDEX_AUTOM" msprop:Generator_TablePropName="TBDD_INDEX_AUTOM" msprop:Generator_RowDeletingName="TBDD_INDEX_AUTOMRowDeleting" msprop:Generator_RowChangingName="TBDD_INDEX_AUTOMRowChanging" msprop:Generator_RowEvHandlerName="TBDD_INDEX_AUTOMRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_INDEX_AUTOMRowDeleted" msprop:Generator_UserTableName="TBDD_INDEX_AUTOM" msprop:Generator_RowChangedName="TBDD_INDEX_AUTOMRowChanged" msprop:Generator_RowEvArgName="TBDD_INDEX_AUTOMRowChangeEvent" msprop:Generator_RowClassName="TBDD_INDEX_AUTOMRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -639,7 +639,7 @@ SELECT GUID, REGEX, DOCTYPE_ID, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBGI_REGEX_DOCTYPE" msprop:Generator_TableClassName="TBGI_REGEX_DOCTYPEDataTable" msprop:Generator_TableVarName="tableTBGI_REGEX_DOCTYPE" msprop:Generator_RowChangedName="TBGI_REGEX_DOCTYPERowChanged" msprop:Generator_TablePropName="TBGI_REGEX_DOCTYPE" msprop:Generator_RowDeletingName="TBGI_REGEX_DOCTYPERowDeleting" msprop:Generator_RowChangingName="TBGI_REGEX_DOCTYPERowChanging" msprop:Generator_RowEvHandlerName="TBGI_REGEX_DOCTYPERowChangeEventHandler" msprop:Generator_RowDeletedName="TBGI_REGEX_DOCTYPERowDeleted" msprop:Generator_RowClassName="TBGI_REGEX_DOCTYPERow" msprop:Generator_UserTableName="TBGI_REGEX_DOCTYPE" msprop:Generator_RowEvArgName="TBGI_REGEX_DOCTYPERowChangeEvent"> <xs:element name="TBGI_REGEX_DOCTYPE" msprop:Generator_TableClassName="TBGI_REGEX_DOCTYPEDataTable" msprop:Generator_TableVarName="tableTBGI_REGEX_DOCTYPE" msprop:Generator_TablePropName="TBGI_REGEX_DOCTYPE" msprop:Generator_RowDeletingName="TBGI_REGEX_DOCTYPERowDeleting" msprop:Generator_RowChangingName="TBGI_REGEX_DOCTYPERowChanging" msprop:Generator_RowEvHandlerName="TBGI_REGEX_DOCTYPERowChangeEventHandler" msprop:Generator_RowDeletedName="TBGI_REGEX_DOCTYPERowDeleted" msprop:Generator_UserTableName="TBGI_REGEX_DOCTYPE" msprop:Generator_RowChangedName="TBGI_REGEX_DOCTYPERowChanged" msprop:Generator_RowEvArgName="TBGI_REGEX_DOCTYPERowChangeEvent" msprop:Generator_RowClassName="TBGI_REGEX_DOCTYPERow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -691,9 +691,9 @@ SELECT GUID, REGEX, DOCTYPE_ID, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN
</xs:element> </xs:element>
<xs:annotation> <xs:annotation>
<xs:appinfo> <xs:appinfo>
<msdata:Relationship name="FK_TBDD_INDEX_MAN_DAID" msdata:parent="TBDD_DOKUMENTART" msdata:child="TBDD_INDEX_MAN" msdata:parentkey="GUID" msdata:childkey="DOK_ID" msprop:Generator_UserChildTable="TBDD_INDEX_MAN" msprop:Generator_ChildPropName="GetTBDD_INDEX_MANRows" msprop:Generator_UserRelationName="FK_TBDD_INDEX_MAN_DAID" msprop:Generator_RelationVarName="relationFK_TBDD_INDEX_MAN_DAID" msprop:Generator_UserParentTable="TBDD_DOKUMENTART" msprop:Generator_ParentPropName="TBDD_DOKUMENTARTRow" /> <msdata:Relationship name="FK_TBDD_INDEX_MAN_DAID" msdata:parent="TBDD_DOKUMENTART" msdata:child="TBDD_INDEX_MAN" msdata:parentkey="GUID" msdata:childkey="DOK_ID" msprop:Generator_UserChildTable="TBDD_INDEX_MAN" msprop:Generator_ChildPropName="GetTBDD_INDEX_MANRows" msprop:Generator_UserRelationName="FK_TBDD_INDEX_MAN_DAID" msprop:Generator_ParentPropName="TBDD_DOKUMENTARTRow" msprop:Generator_RelationVarName="relationFK_TBDD_INDEX_MAN_DAID" msprop:Generator_UserParentTable="TBDD_DOKUMENTART" />
<msdata:Relationship name="FK_TBDD_INDEX_AUTOM_DOCID" msdata:parent="TBDD_DOKUMENTART" msdata:child="TBDD_INDEX_AUTOM" msdata:parentkey="GUID" msdata:childkey="DOCTYPE_ID" msprop:Generator_UserChildTable="TBDD_INDEX_AUTOM" msprop:Generator_ChildPropName="GetTBDD_INDEX_AUTOMRows" msprop:Generator_UserRelationName="FK_TBDD_INDEX_AUTOM_DOCID" msprop:Generator_RelationVarName="relationFK_TBDD_INDEX_AUTOM_DOCID" msprop:Generator_UserParentTable="TBDD_DOKUMENTART" msprop:Generator_ParentPropName="TBDD_DOKUMENTARTRow" /> <msdata:Relationship name="FK_TBDD_INDEX_AUTOM_DOCID" msdata:parent="TBDD_DOKUMENTART" msdata:child="TBDD_INDEX_AUTOM" msdata:parentkey="GUID" msdata:childkey="DOCTYPE_ID" msprop:Generator_UserChildTable="TBDD_INDEX_AUTOM" msprop:Generator_ChildPropName="GetTBDD_INDEX_AUTOMRows" msprop:Generator_UserRelationName="FK_TBDD_INDEX_AUTOM_DOCID" msprop:Generator_ParentPropName="TBDD_DOKUMENTARTRow" msprop:Generator_RelationVarName="relationFK_TBDD_INDEX_AUTOM_DOCID" msprop:Generator_UserParentTable="TBDD_DOKUMENTART" />
<msdata:Relationship name="FK_TBGI_REGEX_DOCTYPE_DTID" msdata:parent="TBDD_DOKUMENTART" msdata:child="TBGI_REGEX_DOCTYPE" msdata:parentkey="GUID" msdata:childkey="DOCTYPE_ID" msprop:Generator_UserChildTable="TBGI_REGEX_DOCTYPE" msprop:Generator_ChildPropName="GetTBGI_REGEX_DOCTYPERows" msprop:Generator_UserRelationName="FK_TBGI_REGEX_DOCTYPE_DTID" msprop:Generator_RelationVarName="relationFK_TBGI_REGEX_DOCTYPE_DTID" msprop:Generator_UserParentTable="TBDD_DOKUMENTART" msprop:Generator_ParentPropName="TBDD_DOKUMENTARTRow" /> <msdata:Relationship name="FK_TBGI_REGEX_DOCTYPE_DTID" msdata:parent="TBDD_DOKUMENTART" msdata:child="TBGI_REGEX_DOCTYPE" msdata:parentkey="GUID" msdata:childkey="DOCTYPE_ID" msprop:Generator_UserChildTable="TBGI_REGEX_DOCTYPE" msprop:Generator_ChildPropName="GetTBGI_REGEX_DOCTYPERows" msprop:Generator_UserRelationName="FK_TBGI_REGEX_DOCTYPE_DTID" msprop:Generator_ParentPropName="TBDD_DOKUMENTARTRow" msprop:Generator_RelationVarName="relationFK_TBGI_REGEX_DOCTYPE_DTID" msprop:Generator_UserParentTable="TBDD_DOKUMENTART" />
</xs:appinfo> </xs:appinfo>
</xs:annotation> </xs:annotation>
</xs:schema> </xs:schema>

View File

@ -4,15 +4,16 @@
Changes to this file may cause incorrect behavior and will be lost if Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated. the code is regenerated.
</autogenerated>--> </autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes> <Shapes>
<Shape ID="DesignTable:TBDD_DOKUMENTART" ZOrder="5" X="262" Y="65" Height="324" Width="278" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> <Shape ID="DesignTable:TBDD_DOKUMENTART" ZOrder="7" X="262" Y="65" Height="324" Width="278" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBDD_INDEX_MAN" ZOrder="4" X="618" Y="255" Height="305" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> <Shape ID="DesignTable:TBDD_INDEX_MAN" ZOrder="6" X="618" Y="255" Height="305" Width="256" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBDD_INDEX_AUTOM" ZOrder="2" X="1037" Y="199" Height="305" Width="272" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> <Shape ID="DesignTable:TBDD_INDEX_AUTOM" ZOrder="4" X="1037" Y="199" Height="305" Width="272" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBTEMP_INDEXRESULTS" ZOrder="6" X="0" Y="0" Height="86" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="86" /> <Shape ID="DesignTable:TBGI_REGEX_DOCTYPE" ZOrder="2" X="55" Y="500" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBTEMP_INDEXRESULTS" ZOrder="8" X="3" Y="202" Height="86" Width="208" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="82" />
</Shapes> </Shapes>
<Connectors> <Connectors>
<Connector ID="DesignRelation:FK_TBDD_INDEX_MAN_DAID" ZOrder="3" LineWidth="11"> <Connector ID="DesignRelation:FK_TBDD_INDEX_MAN_DAID" ZOrder="5" LineWidth="11">
<RoutePoints> <RoutePoints>
<Point> <Point>
<X>540</X> <X>540</X>
@ -24,7 +25,7 @@
</Point> </Point>
</RoutePoints> </RoutePoints>
</Connector> </Connector>
<Connector ID="DesignRelation:FK_TBDD_INDEX_AUTOM_DOCID" ZOrder="1" LineWidth="11"> <Connector ID="DesignRelation:FK_TBDD_INDEX_AUTOM_DOCID" ZOrder="3" LineWidth="11">
<RoutePoints> <RoutePoints>
<Point> <Point>
<X>540</X> <X>540</X>
@ -36,5 +37,21 @@
</Point> </Point>
</RoutePoints> </RoutePoints>
</Connector> </Connector>
<Connector ID="DesignRelation:FK_TBGI_REGEX_DOCTYPE_DTID" ZOrder="1" LineWidth="11">
<RoutePoints>
<Point>
<X>279</X>
<Y>389</Y>
</Point>
<Point>
<X>279</X>
<Y>517</Y>
</Point>
<Point>
<X>213</X>
<Y>517</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors> </Connectors>
</DiagramLayout> </DiagramLayout>