This commit is contained in:
2021-12-16 18:19:33 +01:00
parent 24f4051b1c
commit df414e42e5
6 changed files with 55 additions and 55 deletions

View File

@@ -95,7 +95,7 @@ Partial Class frmAdmin_IDBObjectStore
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
Me.RibbonControl1.ShowToolbarCustomizeItem = False
Me.RibbonControl1.Size = New System.Drawing.Size(1244, 66)
Me.RibbonControl1.Size = New System.Drawing.Size(1244, 67)
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
'
@@ -172,19 +172,19 @@ Partial Class frmAdmin_IDBObjectStore
Me.LayoutControl1.Controls.Add(Me.OBJECT_TITLETextBox)
Me.LayoutControl1.Controls.Add(Me.GUIDTextBox)
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.LayoutControl1.Location = New System.Drawing.Point(0, 66)
Me.LayoutControl1.Location = New System.Drawing.Point(0, 67)
Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.Root = Me.Root
Me.LayoutControl1.Size = New System.Drawing.Size(1244, 806)
Me.LayoutControl1.Size = New System.Drawing.Size(1244, 805)
Me.LayoutControl1.TabIndex = 2
Me.LayoutControl1.Text = "LayoutControl1"
'
'CAT_TITLETextBox
'
Me.CAT_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_CATALOGBindingSource, "CAT_TITLE", True))
Me.CAT_TITLETextBox.Location = New System.Drawing.Point(299, 36)
Me.CAT_TITLETextBox.Location = New System.Drawing.Point(308, 36)
Me.CAT_TITLETextBox.Name = "CAT_TITLETextBox"
Me.CAT_TITLETextBox.Size = New System.Drawing.Size(933, 20)
Me.CAT_TITLETextBox.Size = New System.Drawing.Size(924, 20)
Me.CAT_TITLETextBox.TabIndex = 16
'
'TBIDB_CATALOGBindingSource
@@ -200,10 +200,10 @@ Partial Class frmAdmin_IDBObjectStore
'CHANGED_WHENTextBox
'
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(98, 156)
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(107, 156)
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = True
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(1134, 20)
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(1125, 20)
Me.CHANGED_WHENTextBox.TabIndex = 14
'
'TBIDB_OBJECT_STOREBindingSource
@@ -214,36 +214,36 @@ Partial Class frmAdmin_IDBObjectStore
'CHANGED_WHOTextBox
'
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(98, 132)
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(107, 132)
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = True
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(1134, 20)
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(1125, 20)
Me.CHANGED_WHOTextBox.TabIndex = 13
'
'ADDED_WHENTextBox
'
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "ADDED_WHEN", True))
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(98, 108)
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(107, 108)
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = True
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(1134, 20)
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(1125, 20)
Me.ADDED_WHENTextBox.TabIndex = 12
'
'ADDED_WHOTextBox
'
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(98, 84)
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(107, 84)
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.ReadOnly = True
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(1134, 20)
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(1125, 20)
Me.ADDED_WHOTextBox.TabIndex = 11
'
'COMMENTTextBox
'
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "COMMENT", True))
Me.COMMENTTextBox.Location = New System.Drawing.Point(98, 60)
Me.COMMENTTextBox.Location = New System.Drawing.Point(107, 60)
Me.COMMENTTextBox.Name = "COMMENTTextBox"
Me.COMMENTTextBox.Size = New System.Drawing.Size(1134, 20)
Me.COMMENTTextBox.Size = New System.Drawing.Size(1125, 20)
Me.COMMENTTextBox.TabIndex = 10
'
'IS_ARCHIVECheckBox
@@ -259,26 +259,26 @@ Partial Class frmAdmin_IDBObjectStore
'CAT_IDTextBox
'
Me.CAT_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "CAT_ID", True))
Me.CAT_IDTextBox.Location = New System.Drawing.Point(98, 36)
Me.CAT_IDTextBox.Location = New System.Drawing.Point(107, 36)
Me.CAT_IDTextBox.Name = "CAT_IDTextBox"
Me.CAT_IDTextBox.ReadOnly = True
Me.CAT_IDTextBox.Size = New System.Drawing.Size(111, 20)
Me.CAT_IDTextBox.Size = New System.Drawing.Size(102, 20)
Me.CAT_IDTextBox.TabIndex = 8
'
'OBJECT_TITLETextBox
'
Me.OBJECT_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "OBJECT_TITLE", True))
Me.OBJECT_TITLETextBox.Location = New System.Drawing.Point(299, 12)
Me.OBJECT_TITLETextBox.Location = New System.Drawing.Point(308, 12)
Me.OBJECT_TITLETextBox.Name = "OBJECT_TITLETextBox"
Me.OBJECT_TITLETextBox.Size = New System.Drawing.Size(510, 20)
Me.OBJECT_TITLETextBox.Size = New System.Drawing.Size(501, 20)
Me.OBJECT_TITLETextBox.TabIndex = 6
'
'GUIDTextBox
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBIDB_OBJECT_STOREBindingSource, "GUID", True))
Me.GUIDTextBox.Location = New System.Drawing.Point(98, 12)
Me.GUIDTextBox.Location = New System.Drawing.Point(107, 12)
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.Size = New System.Drawing.Size(111, 20)
Me.GUIDTextBox.Size = New System.Drawing.Size(102, 20)
Me.GUIDTextBox.TabIndex = 5
'
'Root
@@ -287,7 +287,7 @@ Partial Class frmAdmin_IDBObjectStore
Me.Root.GroupBordersVisible = False
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem7, Me.LayoutControlItem8, Me.LayoutControlItem9, Me.LayoutControlItem10, Me.LayoutControlItem11, Me.LayoutControlItem3, Me.LayoutControlItem6, Me.LayoutControlItem5, Me.LayoutControlItem12})
Me.Root.Name = "Root"
Me.Root.Size = New System.Drawing.Size(1244, 806)
Me.Root.Size = New System.Drawing.Size(1244, 805)
Me.Root.TextVisible = False
'
'LayoutControlItem2
@@ -340,7 +340,7 @@ Partial Class frmAdmin_IDBObjectStore
Me.LayoutControlItem11.Control = Me.CHANGED_WHENTextBox
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 144)
Me.LayoutControlItem11.Name = "LayoutControlItem11"
Me.LayoutControlItem11.Size = New System.Drawing.Size(1224, 642)
Me.LayoutControlItem11.Size = New System.Drawing.Size(1224, 641)
Me.LayoutControlItem11.Text = "Geändert wann:"
Me.LayoutControlItem11.TextSize = New System.Drawing.Size(83, 13)
'