Zooflow: Make PM Path configurable
This commit is contained in:
@@ -141,10 +141,10 @@ Partial Class frmAdmin_IDBEntity
|
||||
'RibbonStatusBar1
|
||||
'
|
||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus)
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 465)
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 463)
|
||||
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||
Me.RibbonStatusBar1.Size = New System.Drawing.Size(837, 22)
|
||||
Me.RibbonStatusBar1.Size = New System.Drawing.Size(837, 24)
|
||||
'
|
||||
'RibbonPage2
|
||||
'
|
||||
@@ -165,7 +165,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.LayoutControl1.Location = New System.Drawing.Point(0, 132)
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
Me.LayoutControl1.Root = Me.Root
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(837, 333)
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(837, 331)
|
||||
Me.LayoutControl1.TabIndex = 2
|
||||
Me.LayoutControl1.Text = "LayoutControl1"
|
||||
'
|
||||
@@ -207,7 +207,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.CheckEdit1.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit1.Name = "CheckEdit1"
|
||||
Me.CheckEdit1.Properties.Caption = "Erbt Attribute der übergeordneten Entität"
|
||||
Me.CheckEdit1.Size = New System.Drawing.Size(797, 18)
|
||||
Me.CheckEdit1.Size = New System.Drawing.Size(797, 20)
|
||||
Me.CheckEdit1.StyleController = Me.LayoutControl1
|
||||
Me.CheckEdit1.TabIndex = 7
|
||||
'
|
||||
@@ -224,7 +224,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
'txtAddedWho
|
||||
'
|
||||
Me.txtAddedWho.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBIDB_BUSINESS_ENTITYBindingSource, "ADDED_WHO", True))
|
||||
Me.txtAddedWho.Location = New System.Drawing.Point(114, 178)
|
||||
Me.txtAddedWho.Location = New System.Drawing.Point(114, 180)
|
||||
Me.txtAddedWho.MenuManager = Me.RibbonControl1
|
||||
Me.txtAddedWho.Name = "txtAddedWho"
|
||||
Me.txtAddedWho.Size = New System.Drawing.Size(294, 20)
|
||||
@@ -234,7 +234,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
'TextEdit6
|
||||
'
|
||||
Me.TextEdit6.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBIDB_BUSINESS_ENTITYBindingSource, "ADDED_WHEN", True))
|
||||
Me.TextEdit6.Location = New System.Drawing.Point(522, 178)
|
||||
Me.TextEdit6.Location = New System.Drawing.Point(522, 180)
|
||||
Me.TextEdit6.MenuManager = Me.RibbonControl1
|
||||
Me.TextEdit6.Name = "TextEdit6"
|
||||
Me.TextEdit6.Size = New System.Drawing.Size(295, 20)
|
||||
@@ -244,7 +244,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
'txtChangedWho
|
||||
'
|
||||
Me.txtChangedWho.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBIDB_BUSINESS_ENTITYBindingSource, "CHANGED_WHO", True))
|
||||
Me.txtChangedWho.Location = New System.Drawing.Point(114, 218)
|
||||
Me.txtChangedWho.Location = New System.Drawing.Point(114, 220)
|
||||
Me.txtChangedWho.MenuManager = Me.RibbonControl1
|
||||
Me.txtChangedWho.Name = "txtChangedWho"
|
||||
Me.txtChangedWho.Size = New System.Drawing.Size(294, 20)
|
||||
@@ -254,7 +254,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
'TextEdit8
|
||||
'
|
||||
Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBIDB_BUSINESS_ENTITYBindingSource, "CHANGED_WHEN", True))
|
||||
Me.TextEdit8.Location = New System.Drawing.Point(522, 218)
|
||||
Me.TextEdit8.Location = New System.Drawing.Point(522, 220)
|
||||
Me.TextEdit8.MenuManager = Me.RibbonControl1
|
||||
Me.TextEdit8.Name = "TextEdit8"
|
||||
Me.TextEdit8.Size = New System.Drawing.Size(295, 20)
|
||||
@@ -267,7 +267,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.Root.GroupBordersVisible = False
|
||||
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem3, Me.LayoutControlItem4, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.LayoutControlItem8, Me.LayoutControlItem7, Me.LayoutControlItem9})
|
||||
Me.Root.Name = "Root"
|
||||
Me.Root.Size = New System.Drawing.Size(837, 333)
|
||||
Me.Root.Size = New System.Drawing.Size(837, 331)
|
||||
Me.Root.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem1
|
||||
@@ -296,7 +296,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 120)
|
||||
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
||||
Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem4.Size = New System.Drawing.Size(817, 38)
|
||||
Me.LayoutControlItem4.Size = New System.Drawing.Size(817, 40)
|
||||
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem4.TextVisible = False
|
||||
'
|
||||
@@ -313,7 +313,7 @@ Partial Class frmAdmin_IDBEntity
|
||||
'LayoutControlItem6
|
||||
'
|
||||
Me.LayoutControlItem6.Control = Me.txtAddedWho
|
||||
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 158)
|
||||
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 160)
|
||||
Me.LayoutControlItem6.Name = "LayoutControlItem6"
|
||||
Me.LayoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem6.Size = New System.Drawing.Size(408, 40)
|
||||
@@ -323,17 +323,17 @@ Partial Class frmAdmin_IDBEntity
|
||||
'LayoutControlItem8
|
||||
'
|
||||
Me.LayoutControlItem8.Control = Me.txtChangedWho
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 198)
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 200)
|
||||
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
||||
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(408, 115)
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(408, 111)
|
||||
Me.LayoutControlItem8.Text = "Geändert Wer"
|
||||
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(82, 13)
|
||||
'
|
||||
'LayoutControlItem7
|
||||
'
|
||||
Me.LayoutControlItem7.Control = Me.TextEdit6
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(408, 158)
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(408, 160)
|
||||
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
||||
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem7.Size = New System.Drawing.Size(409, 40)
|
||||
@@ -343,10 +343,10 @@ Partial Class frmAdmin_IDBEntity
|
||||
'LayoutControlItem9
|
||||
'
|
||||
Me.LayoutControlItem9.Control = Me.TextEdit8
|
||||
Me.LayoutControlItem9.Location = New System.Drawing.Point(408, 198)
|
||||
Me.LayoutControlItem9.Location = New System.Drawing.Point(408, 200)
|
||||
Me.LayoutControlItem9.Name = "LayoutControlItem9"
|
||||
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(409, 115)
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(409, 111)
|
||||
Me.LayoutControlItem9.Text = "Geändert Wann"
|
||||
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(82, 13)
|
||||
'
|
||||
@@ -360,7 +360,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_CATALOG_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_CATALOGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_DOCTYPE_HANDLINGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_DOCTYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBIDB_LANGUAGETableAdapter = 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
|
||||
|
||||
Reference in New Issue
Block a user