MS Config
This commit is contained in:
@@ -16,8 +16,8 @@ Public Class ClassDetailForm
|
||||
}},
|
||||
{PAGE_IDB_BUSINESS_ENTITIES,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "Geschäftseinheit",
|
||||
.NewRecordTitle = "Neue Entität",
|
||||
.GridTitle = "BusinessEntity",
|
||||
.NewRecordTitle = "New BusinessEntity",
|
||||
.[Module] = MODULE_IDB,
|
||||
.Entity = PAGE_IDB_BUSINESS_ENTITIES
|
||||
}},
|
||||
@@ -31,21 +31,28 @@ Public Class ClassDetailForm
|
||||
{PAGE_META_SOURCE_SQL,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "Source SQL",
|
||||
.NewRecordTitle = "Neuer Source SQL",
|
||||
.NewRecordTitle = "New Source SQL",
|
||||
.[Module] = MODULE_META,
|
||||
.Entity = PAGE_META_SOURCE_SQL
|
||||
}},
|
||||
{PAGE_GI_PROFILES,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "Global Indexer Profile",
|
||||
.NewRecordTitle = "Neues GLOBIX Profil",
|
||||
.NewRecordTitle = "New GLOBIX profile",
|
||||
.[Module] = MODULE_GI,
|
||||
.Entity = PAGE_GI_PROFILES
|
||||
}},
|
||||
{PAGE_CW_PROFILES,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "Clipboard Watcher Profile",
|
||||
.NewRecordTitle = "Neues CW Profil",
|
||||
.NewRecordTitle = "New CW profile",
|
||||
.[Module] = MODULE_CW,
|
||||
.Entity = PAGE_CW_PROFILES
|
||||
}},
|
||||
{PAGE_IDB_ATTRIBUTE_REL,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "Attribute-Relations",
|
||||
.NewRecordTitle = "",
|
||||
.[Module] = MODULE_CW,
|
||||
.Entity = PAGE_CW_PROFILES
|
||||
}}
|
||||
@@ -81,7 +88,10 @@ Public Class ClassDetailForm
|
||||
Case PAGE_META_SOURCE_SQL
|
||||
Load_SourceSQL(PrimaryKey, IsInsert)
|
||||
Return True
|
||||
|
||||
Case PAGE_IDB_ATTRIBUTE_REL
|
||||
Dim oForm As New frmAdmin_IDBBERelations
|
||||
oForm.ShowDialog()
|
||||
Return True
|
||||
Case Else
|
||||
Return False
|
||||
End Select
|
||||
|
||||
Reference in New Issue
Block a user