MS ZF Adminconsole
This commit is contained in:
@@ -86,7 +86,6 @@ Partial Class frmAdmin_IDBEntity
|
||||
'
|
||||
'RibbonControl1
|
||||
'
|
||||
Me.RibbonControl1.CommandLayout = DevExpress.XtraBars.Ribbon.CommandLayout.Simplified
|
||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.BarButtonItem2, Me.labelStatus, Me.BarButtonItem3})
|
||||
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
||||
@@ -96,7 +95,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
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(837, 66)
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(837, 131)
|
||||
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
|
||||
'
|
||||
@@ -141,7 +140,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2)
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem3)
|
||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
||||
Me.RibbonPageGroup1.Text = "Aktionen"
|
||||
'
|
||||
'RibbonStatusBar1
|
||||
'
|
||||
@@ -168,10 +167,10 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.LayoutControl1.Controls.Add(Me.txtChangedWho)
|
||||
Me.LayoutControl1.Controls.Add(Me.TextEdit8)
|
||||
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, 131)
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
Me.LayoutControl1.Root = Me.Root
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(837, 399)
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(837, 334)
|
||||
Me.LayoutControl1.TabIndex = 2
|
||||
Me.LayoutControl1.Text = "LayoutControl1"
|
||||
'
|
||||
@@ -283,7 +282,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.Root.GroupBordersVisible = False
|
||||
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem3, Me.LayoutControlItem4, Me.LayoutControlItem2, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.LayoutControlItem8, Me.LayoutControlItem7, Me.LayoutControlItem9})
|
||||
Me.Root.Name = "Root"
|
||||
Me.Root.Size = New System.Drawing.Size(837, 399)
|
||||
Me.Root.Size = New System.Drawing.Size(837, 334)
|
||||
Me.Root.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem1
|
||||
@@ -293,7 +292,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
||||
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(408, 40)
|
||||
Me.LayoutControlItem1.Text = "GUID"
|
||||
Me.LayoutControlItem1.Text = "ID"
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(82, 13)
|
||||
'
|
||||
'LayoutControlItem3
|
||||
@@ -352,7 +351,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 198)
|
||||
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
||||
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(408, 181)
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(408, 116)
|
||||
Me.LayoutControlItem8.Text = "Geändert Wer"
|
||||
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(82, 13)
|
||||
'
|
||||
@@ -372,7 +371,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.LayoutControlItem9.Location = New System.Drawing.Point(408, 198)
|
||||
Me.LayoutControlItem9.Name = "LayoutControlItem9"
|
||||
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(409, 181)
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(409, 116)
|
||||
Me.LayoutControlItem9.Text = "Geändert Wann"
|
||||
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(82, 13)
|
||||
'
|
||||
@@ -386,8 +385,11 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.TableAdapterManager.TBIDB_ATTRIBUTE_TYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_ATTRIBUTETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_BUSINESS_ENTITYTableAdapter = Me.TBIDB_BUSINESS_ENTITYTableAdapter
|
||||
Me.TableAdapterManager.TBIDB_CATALOGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_OBJECT_STORETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBZF_ADMIN_SOURCE_SQLTableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DigitalData.GUIs.ZooFlow.DSIDB_StammdatenTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
Me.TableAdapterManager.VWIDB_BE_ATTRIBUTETableAdapter = Nothing
|
||||
'
|
||||
'frmAdmin_IDBEntity
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user