Add Filters, Fix Column Names, Improve Config

This commit is contained in:
Jonathan Jenne
2022-07-01 11:37:11 +02:00
parent 10565fb1da
commit fe4038f1c8
11 changed files with 1971 additions and 398 deletions

View File

@@ -7,7 +7,7 @@ Partial Class frmConfig
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
@@ -21,16 +21,16 @@ Partial Class frmConfig
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig))
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.tabPageSchema = New DevExpress.XtraTab.XtraTabPage()
Me.GridSchema = New DevExpress.XtraGrid.GridControl()
Me.GridControlItems = New DevExpress.XtraGrid.GridControl()
Me.TBEDIXMLITEMSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DS_DD_ECM = New MultiTool.Form.DS_DD_ECM()
Me.GridViewSchema = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.GridViewItems = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colACTIVE2 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colXML_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
@@ -53,9 +53,10 @@ Partial Class frmConfig
Me.colTABLE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colTEMPLATE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
Me.RepositoryItemMemoEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit()
Me.SidePanel1 = New DevExpress.XtraEditors.SidePanel()
Me.LayoutControl2 = New DevExpress.XtraLayout.LayoutControl()
Me.CheckEdit1 = New DevExpress.XtraEditors.CheckEdit()
Me.SidePanel3 = New DevExpress.XtraEditors.SidePanel()
Me.GridControlTables = New DevExpress.XtraGrid.GridControl()
Me.GridViewTables = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
@@ -63,16 +64,23 @@ Partial Class frmConfig
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
Me.SidePanel1 = New DevExpress.XtraEditors.SidePanel()
Me.LayoutControl2 = New DevExpress.XtraLayout.LayoutControl()
Me.CheckEdit1 = New DevExpress.XtraEditors.CheckEdit()
Me.CheckEdit2 = New DevExpress.XtraEditors.CheckEdit()
Me.CheckEdit3 = New DevExpress.XtraEditors.CheckEdit()
Me.CheckEdit4 = New DevExpress.XtraEditors.CheckEdit()
Me.CheckEdit5 = New DevExpress.XtraEditors.CheckEdit()
Me.CheckEdit6 = New DevExpress.XtraEditors.CheckEdit()
Me.LayoutControlGroup4 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlGroup5 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.LayoutControlItem12 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem11 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
Me.EmptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.tabPageConfig = New DevExpress.XtraTab.XtraTabPage()
Me.GridConfig = New DevExpress.XtraGrid.GridControl()
Me.TBMT_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
@@ -87,6 +95,7 @@ Partial Class frmConfig
Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colACTIVE = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colTEMPLATE_ID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.SidePanel2 = New DevExpress.XtraEditors.SidePanel()
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
Me.txtYearOverride = New DevExpress.XtraEditors.TextEdit()
Me.txtWebserviceBaseurl = New DevExpress.XtraEditors.TextEdit()
@@ -109,38 +118,45 @@ Partial Class frmConfig
Me.TBMT_TEMPLATE_ITEMSTableAdapter = New MultiTool.Form.DS_DD_ECMTableAdapters.TBMT_TEMPLATE_ITEMSTableAdapter()
Me.TBMT_CONFIGTableAdapter = New MultiTool.Form.DS_DD_ECMTableAdapters.TBMT_CONFIGTableAdapter()
Me.TableAdapterManager = New MultiTool.Form.DS_DD_ECMTableAdapters.TableAdapterManager()
Me.CheckEdit6 = New DevExpress.XtraEditors.CheckEdit()
Me.LayoutControlItem12 = New DevExpress.XtraLayout.LayoutControlItem()
Me.SimpleLabelItem1 = New DevExpress.XtraLayout.SimpleLabelItem()
Me.TBMT_TABLESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBMT_TABLESTableAdapter = New MultiTool.Form.DS_DD_ECMTableAdapters.TBMT_TABLESTableAdapter()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
Me.tabPageSchema.SuspendLayout()
CType(Me.GridSchema, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControlItems, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBEDIXMLITEMSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DS_DD_ECM, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewSchema, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewItems, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RepositoryItemMemoExEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RepositoryItemMemoEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SidePanel3.SuspendLayout()
CType(Me.GridControlTables, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewTables, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SidePanel1.SuspendLayout()
CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.LayoutControl2.SuspendLayout()
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CheckEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CheckEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CheckEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CheckEdit5.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CheckEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlGroup4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlGroup5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EmptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.tabPageConfig.SuspendLayout()
CType(Me.GridConfig, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBMT_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewConfig, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SidePanel2.SuspendLayout()
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.LayoutControl1.SuspendLayout()
CType(Me.txtYearOverride.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -160,9 +176,7 @@ Partial Class frmConfig
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CheckEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBMT_TABLESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'XtraTabControl1
@@ -171,29 +185,30 @@ Partial Class frmConfig
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 63)
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.tabPageSchema
Me.XtraTabControl1.Size = New System.Drawing.Size(1132, 607)
Me.XtraTabControl1.Size = New System.Drawing.Size(1151, 626)
Me.XtraTabControl1.TabIndex = 1
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.tabPageSchema, Me.tabPageConfig})
'
'tabPageSchema
'
Me.tabPageSchema.Controls.Add(Me.GridSchema)
Me.tabPageSchema.Controls.Add(Me.GridControlItems)
Me.tabPageSchema.Controls.Add(Me.SidePanel3)
Me.tabPageSchema.Controls.Add(Me.SidePanel1)
Me.tabPageSchema.Name = "tabPageSchema"
Me.tabPageSchema.Size = New System.Drawing.Size(1130, 582)
Me.tabPageSchema.Size = New System.Drawing.Size(1149, 601)
Me.tabPageSchema.Text = "Schema"
'
'GridSchema
'GridControlItems
'
Me.GridSchema.DataSource = Me.TBEDIXMLITEMSBindingSource
Me.GridSchema.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridSchema.Location = New System.Drawing.Point(0, 0)
Me.GridSchema.MainView = Me.GridViewSchema
Me.GridSchema.Name = "GridSchema"
Me.GridSchema.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemMemoEdit1, Me.RepositoryItemSpinEdit1, Me.RepositoryItemMemoExEdit1})
Me.GridSchema.Size = New System.Drawing.Size(796, 582)
Me.GridSchema.TabIndex = 0
Me.GridSchema.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewSchema})
Me.GridControlItems.DataSource = Me.TBEDIXMLITEMSBindingSource
Me.GridControlItems.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlItems.Location = New System.Drawing.Point(229, 0)
Me.GridControlItems.MainView = Me.GridViewItems
Me.GridControlItems.Name = "GridControlItems"
Me.GridControlItems.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemMemoEdit1, Me.RepositoryItemSpinEdit1, Me.RepositoryItemMemoExEdit1})
Me.GridControlItems.Size = New System.Drawing.Size(657, 601)
Me.GridControlItems.TabIndex = 0
Me.GridControlItems.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewItems})
'
'TBEDIXMLITEMSBindingSource
'
@@ -205,13 +220,11 @@ Partial Class frmConfig
Me.DS_DD_ECM.DataSetName = "DS_DD_ECM"
Me.DS_DD_ECM.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'GridViewSchema
'GridViewItems
'
Me.GridViewSchema.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colACTIVE2, Me.colXML_NAME, Me.colXML_TYPE_ID, Me.colIS_READ_ONLY, Me.colIS_VISIBLE, Me.colORDER_KEY, Me.colIS_REQUIRED, Me.colIS_VIRTUAL, Me.colFUNCTION_ID, Me.colFUNCTION_PARAMETERS, Me.colPREFER_EXTERNAL, Me.colXML_TABLE_ID, Me.colADDED_WHO1, Me.colADDED_WHEN1, Me.colCHANGED_WHO1, Me.colCHANGED_WHEN1, Me.colTABLE_NAME, Me.colTEMPLATE_NAME})
Me.GridViewSchema.GridControl = Me.GridSchema
Me.GridViewSchema.GroupCount = 2
Me.GridViewSchema.Name = "GridViewSchema"
Me.GridViewSchema.SortInfo.AddRange(New DevExpress.XtraGrid.Columns.GridColumnSortInfo() {New DevExpress.XtraGrid.Columns.GridColumnSortInfo(Me.colTEMPLATE_NAME, DevExpress.Data.ColumnSortOrder.Ascending), New DevExpress.XtraGrid.Columns.GridColumnSortInfo(Me.colTABLE_NAME, DevExpress.Data.ColumnSortOrder.Ascending)})
Me.GridViewItems.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colACTIVE2, Me.colXML_NAME, Me.colXML_TYPE_ID, Me.colIS_READ_ONLY, Me.colIS_VISIBLE, Me.colORDER_KEY, Me.colIS_REQUIRED, Me.colIS_VIRTUAL, Me.colFUNCTION_ID, Me.colFUNCTION_PARAMETERS, Me.colPREFER_EXTERNAL, Me.colXML_TABLE_ID, Me.colADDED_WHO1, Me.colADDED_WHEN1, Me.colCHANGED_WHO1, Me.colCHANGED_WHEN1, Me.colTABLE_NAME, Me.colTEMPLATE_NAME})
Me.GridViewItems.GridControl = Me.GridControlItems
Me.GridViewItems.Name = "GridViewItems"
'
'colGUID
'
@@ -240,7 +253,7 @@ Partial Class frmConfig
Me.colXML_TYPE_ID.FieldName = "XML_TYPE_ID"
Me.colXML_TYPE_ID.Name = "colXML_TYPE_ID"
Me.colXML_TYPE_ID.Visible = True
Me.colXML_TYPE_ID.VisibleIndex = 2
Me.colXML_TYPE_ID.VisibleIndex = 1
Me.colXML_TYPE_ID.Width = 55
'
'colIS_READ_ONLY
@@ -293,7 +306,7 @@ Partial Class frmConfig
Me.colFUNCTION_ID.FieldName = "FUNCTION_ID"
Me.colFUNCTION_ID.Name = "colFUNCTION_ID"
Me.colFUNCTION_ID.Visible = True
Me.colFUNCTION_ID.VisibleIndex = 9
Me.colFUNCTION_ID.VisibleIndex = 5
Me.colFUNCTION_ID.Width = 80
'
'colFUNCTION_PARAMETERS
@@ -303,7 +316,7 @@ Partial Class frmConfig
Me.colFUNCTION_PARAMETERS.FieldName = "FUNCTION_PARAMETERS"
Me.colFUNCTION_PARAMETERS.Name = "colFUNCTION_PARAMETERS"
Me.colFUNCTION_PARAMETERS.Visible = True
Me.colFUNCTION_PARAMETERS.VisibleIndex = 5
Me.colFUNCTION_PARAMETERS.VisibleIndex = 3
Me.colFUNCTION_PARAMETERS.Width = 401
'
'RepositoryItemMemoExEdit1
@@ -318,7 +331,7 @@ Partial Class frmConfig
Me.colPREFER_EXTERNAL.FieldName = "PREFER_EXTERNAL"
Me.colPREFER_EXTERNAL.Name = "colPREFER_EXTERNAL"
Me.colPREFER_EXTERNAL.Visible = True
Me.colPREFER_EXTERNAL.VisibleIndex = 8
Me.colPREFER_EXTERNAL.VisibleIndex = 4
'
'colXML_TABLE_ID
'
@@ -351,7 +364,7 @@ Partial Class frmConfig
Me.colTABLE_NAME.FieldName = "TABLE_NAME"
Me.colTABLE_NAME.Name = "colTABLE_NAME"
Me.colTABLE_NAME.Visible = True
Me.colTABLE_NAME.VisibleIndex = 9
Me.colTABLE_NAME.VisibleIndex = 6
'
'colTEMPLATE_NAME
'
@@ -359,49 +372,50 @@ Partial Class frmConfig
Me.colTEMPLATE_NAME.FieldName = "TEMPLATE_NAME"
Me.colTEMPLATE_NAME.Name = "colTEMPLATE_NAME"
Me.colTEMPLATE_NAME.Visible = True
Me.colTEMPLATE_NAME.VisibleIndex = 9
Me.colTEMPLATE_NAME.VisibleIndex = 7
'
'RepositoryItemMemoEdit1
'
Me.RepositoryItemMemoEdit1.LinesCount = 5
Me.RepositoryItemMemoEdit1.Name = "RepositoryItemMemoEdit1"
'
'SidePanel1
'SidePanel3
'
Me.SidePanel1.Controls.Add(Me.LayoutControl2)
Me.SidePanel1.Dock = System.Windows.Forms.DockStyle.Right
Me.SidePanel1.Location = New System.Drawing.Point(796, 0)
Me.SidePanel1.Name = "SidePanel1"
Me.SidePanel1.Size = New System.Drawing.Size(334, 582)
Me.SidePanel1.TabIndex = 2
Me.SidePanel1.Text = "SidePanel1"
Me.SidePanel3.Controls.Add(Me.GridControlTables)
Me.SidePanel3.Dock = System.Windows.Forms.DockStyle.Left
Me.SidePanel3.Location = New System.Drawing.Point(0, 0)
Me.SidePanel3.Name = "SidePanel3"
Me.SidePanel3.Size = New System.Drawing.Size(229, 601)
Me.SidePanel3.TabIndex = 3
Me.SidePanel3.Text = "SidePanel3"
'
'LayoutControl2
'GridControlTables
'
Me.LayoutControl2.Controls.Add(Me.CheckEdit1)
Me.LayoutControl2.Controls.Add(Me.CheckEdit2)
Me.LayoutControl2.Controls.Add(Me.CheckEdit3)
Me.LayoutControl2.Controls.Add(Me.CheckEdit4)
Me.LayoutControl2.Controls.Add(Me.CheckEdit5)
Me.LayoutControl2.Controls.Add(Me.CheckEdit6)
Me.LayoutControl2.Dock = System.Windows.Forms.DockStyle.Fill
Me.LayoutControl2.Location = New System.Drawing.Point(1, 0)
Me.LayoutControl2.Name = "LayoutControl2"
Me.LayoutControl2.Root = Me.LayoutControlGroup4
Me.LayoutControl2.Size = New System.Drawing.Size(333, 582)
Me.LayoutControl2.TabIndex = 0
Me.LayoutControl2.Text = "LayoutControl2"
Me.GridControlTables.DataSource = Me.TBMT_TABLESBindingSource
Me.GridControlTables.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlTables.Location = New System.Drawing.Point(0, 0)
Me.GridControlTables.MainView = Me.GridViewTables
Me.GridControlTables.MenuManager = Me.RibbonControl1
Me.GridControlTables.Name = "GridControlTables"
Me.GridControlTables.Size = New System.Drawing.Size(228, 601)
Me.GridControlTables.TabIndex = 0
Me.GridControlTables.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewTables})
'
'CheckEdit1
'GridViewTables
'
Me.CheckEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "ACTIVE", True))
Me.CheckEdit1.Location = New System.Drawing.Point(20, 53)
Me.CheckEdit1.MenuManager = Me.RibbonControl1
Me.CheckEdit1.Name = "CheckEdit1"
Me.CheckEdit1.Properties.Caption = "Aktiv"
Me.CheckEdit1.Size = New System.Drawing.Size(293, 20)
Me.CheckEdit1.StyleController = Me.LayoutControl2
Me.CheckEdit1.TabIndex = 4
Me.GridViewTables.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colName})
Me.GridViewTables.GridControl = Me.GridControlTables
Me.GridViewTables.Name = "GridViewTables"
Me.GridViewTables.OptionsView.ShowGroupPanel = False
Me.GridViewTables.OptionsView.ShowIndicator = False
'
'colName
'
Me.colName.Caption = "Tabelle"
Me.colName.FieldName = "NAME"
Me.colName.Name = "colName"
Me.colName.Visible = True
Me.colName.VisibleIndex = 0
'
'RibbonControl1
'
@@ -415,7 +429,7 @@ Partial Class frmConfig
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(1132, 63)
Me.RibbonControl1.Size = New System.Drawing.Size(1151, 63)
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
'
@@ -456,131 +470,204 @@ Partial Class frmConfig
'
'RibbonStatusBar1
'
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 670)
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 689)
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1132, 24)
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1151, 24)
'
'SidePanel1
'
Me.SidePanel1.Controls.Add(Me.LayoutControl2)
Me.SidePanel1.Dock = System.Windows.Forms.DockStyle.Right
Me.SidePanel1.Location = New System.Drawing.Point(886, 0)
Me.SidePanel1.Name = "SidePanel1"
Me.SidePanel1.Size = New System.Drawing.Size(263, 601)
Me.SidePanel1.TabIndex = 2
Me.SidePanel1.Text = "SidePanel1"
'
'LayoutControl2
'
Me.LayoutControl2.Controls.Add(Me.CheckEdit1)
Me.LayoutControl2.Controls.Add(Me.CheckEdit2)
Me.LayoutControl2.Controls.Add(Me.CheckEdit3)
Me.LayoutControl2.Controls.Add(Me.CheckEdit4)
Me.LayoutControl2.Controls.Add(Me.CheckEdit5)
Me.LayoutControl2.Controls.Add(Me.CheckEdit6)
Me.LayoutControl2.Dock = System.Windows.Forms.DockStyle.Fill
Me.LayoutControl2.Location = New System.Drawing.Point(1, 0)
Me.LayoutControl2.Name = "LayoutControl2"
Me.LayoutControl2.Root = Me.LayoutControlGroup4
Me.LayoutControl2.Size = New System.Drawing.Size(262, 601)
Me.LayoutControl2.TabIndex = 0
Me.LayoutControl2.Text = "LayoutControl2"
'
'CheckEdit1
'
Me.CheckEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "ACTIVE", True))
Me.CheckEdit1.Location = New System.Drawing.Point(32, 53)
Me.CheckEdit1.MenuManager = Me.RibbonControl1
Me.CheckEdit1.Name = "CheckEdit1"
Me.CheckEdit1.Properties.Caption = "Aktiv"
Me.CheckEdit1.Size = New System.Drawing.Size(198, 20)
Me.CheckEdit1.StyleController = Me.LayoutControl2
Me.CheckEdit1.TabIndex = 4
'
'CheckEdit2
'
Me.CheckEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "IS_READ_ONLY", True))
Me.CheckEdit2.Location = New System.Drawing.Point(20, 93)
Me.CheckEdit2.Location = New System.Drawing.Point(32, 93)
Me.CheckEdit2.MenuManager = Me.RibbonControl1
Me.CheckEdit2.Name = "CheckEdit2"
Me.CheckEdit2.Properties.Caption = "Read-Only"
Me.CheckEdit2.Size = New System.Drawing.Size(293, 20)
Me.CheckEdit2.Size = New System.Drawing.Size(198, 20)
Me.CheckEdit2.StyleController = Me.LayoutControl2
Me.CheckEdit2.TabIndex = 5
'
'CheckEdit3
'
Me.CheckEdit3.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "IS_VISIBLE", True))
Me.CheckEdit3.Location = New System.Drawing.Point(20, 133)
Me.CheckEdit3.Location = New System.Drawing.Point(32, 133)
Me.CheckEdit3.MenuManager = Me.RibbonControl1
Me.CheckEdit3.Name = "CheckEdit3"
Me.CheckEdit3.Properties.Caption = "Sichbar"
Me.CheckEdit3.Size = New System.Drawing.Size(293, 20)
Me.CheckEdit3.Size = New System.Drawing.Size(198, 20)
Me.CheckEdit3.StyleController = Me.LayoutControl2
Me.CheckEdit3.TabIndex = 6
'
'CheckEdit4
'
Me.CheckEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "IS_REQUIRED", True))
Me.CheckEdit4.Location = New System.Drawing.Point(20, 173)
Me.CheckEdit4.Location = New System.Drawing.Point(32, 173)
Me.CheckEdit4.MenuManager = Me.RibbonControl1
Me.CheckEdit4.Name = "CheckEdit4"
Me.CheckEdit4.Properties.Caption = "Pflichtfeld"
Me.CheckEdit4.Size = New System.Drawing.Size(293, 20)
Me.CheckEdit4.Size = New System.Drawing.Size(198, 20)
Me.CheckEdit4.StyleController = Me.LayoutControl2
Me.CheckEdit4.TabIndex = 7
'
'CheckEdit5
'
Me.CheckEdit5.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "PREFER_EXTERNAL", True))
Me.CheckEdit5.Location = New System.Drawing.Point(20, 213)
Me.CheckEdit5.Location = New System.Drawing.Point(32, 213)
Me.CheckEdit5.MenuManager = Me.RibbonControl1
Me.CheckEdit5.Name = "CheckEdit5"
Me.CheckEdit5.Properties.Caption = "Externen Wert bevorzugen"
Me.CheckEdit5.Size = New System.Drawing.Size(293, 20)
Me.CheckEdit5.Size = New System.Drawing.Size(198, 20)
Me.CheckEdit5.StyleController = Me.LayoutControl2
Me.CheckEdit5.TabIndex = 8
'
'CheckEdit6
'
Me.CheckEdit6.Location = New System.Drawing.Point(32, 253)
Me.CheckEdit6.MenuManager = Me.RibbonControl1
Me.CheckEdit6.Name = "CheckEdit6"
Me.CheckEdit6.Properties.Caption = "Virtuell"
Me.CheckEdit6.Size = New System.Drawing.Size(198, 20)
Me.CheckEdit6.StyleController = Me.LayoutControl2
Me.CheckEdit6.TabIndex = 9
'
'LayoutControlGroup4
'
Me.LayoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
Me.LayoutControlGroup4.GroupBordersVisible = False
Me.LayoutControlGroup4.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem7, Me.LayoutControlItem8, Me.LayoutControlItem9, Me.LayoutControlItem10, Me.LayoutControlItem11, Me.LayoutControlItem12, Me.SimpleLabelItem1})
Me.LayoutControlGroup4.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup5, Me.EmptySpaceItem2})
Me.LayoutControlGroup4.Name = "LayoutControlGroup4"
Me.LayoutControlGroup4.Size = New System.Drawing.Size(333, 582)
Me.LayoutControlGroup4.Size = New System.Drawing.Size(262, 601)
Me.LayoutControlGroup4.TextVisible = False
'
'LayoutControlItem7
'LayoutControlGroup5
'
Me.LayoutControlItem7.Control = Me.CheckEdit1
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 33)
Me.LayoutControlItem7.Name = "LayoutControlItem7"
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem7.Size = New System.Drawing.Size(313, 40)
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem7.TextVisible = False
Me.LayoutControlGroup5.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem12, Me.LayoutControlItem10, Me.LayoutControlItem11, Me.LayoutControlItem9, Me.LayoutControlItem8, Me.LayoutControlItem7})
Me.LayoutControlGroup5.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlGroup5.Name = "LayoutControlGroup5"
Me.LayoutControlGroup5.Size = New System.Drawing.Size(242, 285)
Me.LayoutControlGroup5.Text = "Einstellungen"
'
'LayoutControlItem8
'LayoutControlItem12
'
Me.LayoutControlItem8.Control = Me.CheckEdit2
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 73)
Me.LayoutControlItem8.Name = "LayoutControlItem8"
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem8.Size = New System.Drawing.Size(313, 40)
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem8.TextVisible = False
'
'LayoutControlItem9
'
Me.LayoutControlItem9.Control = Me.CheckEdit3
Me.LayoutControlItem9.Location = New System.Drawing.Point(0, 113)
Me.LayoutControlItem9.Name = "LayoutControlItem9"
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem9.Size = New System.Drawing.Size(313, 40)
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem9.TextVisible = False
Me.LayoutControlItem12.Control = Me.CheckEdit6
Me.LayoutControlItem12.Location = New System.Drawing.Point(0, 200)
Me.LayoutControlItem12.Name = "LayoutControlItem12"
Me.LayoutControlItem12.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem12.Size = New System.Drawing.Size(218, 40)
Me.LayoutControlItem12.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem12.TextVisible = False
'
'LayoutControlItem10
'
Me.LayoutControlItem10.Control = Me.CheckEdit4
Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 153)
Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 120)
Me.LayoutControlItem10.Name = "LayoutControlItem10"
Me.LayoutControlItem10.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem10.Size = New System.Drawing.Size(313, 40)
Me.LayoutControlItem10.Size = New System.Drawing.Size(218, 40)
Me.LayoutControlItem10.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem10.TextVisible = False
'
'LayoutControlItem11
'
Me.LayoutControlItem11.Control = Me.CheckEdit5
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 193)
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 160)
Me.LayoutControlItem11.Name = "LayoutControlItem11"
Me.LayoutControlItem11.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem11.Size = New System.Drawing.Size(313, 40)
Me.LayoutControlItem11.Size = New System.Drawing.Size(218, 40)
Me.LayoutControlItem11.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem11.TextVisible = False
'
'LayoutControlItem9
'
Me.LayoutControlItem9.Control = Me.CheckEdit3
Me.LayoutControlItem9.Location = New System.Drawing.Point(0, 80)
Me.LayoutControlItem9.Name = "LayoutControlItem9"
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem9.Size = New System.Drawing.Size(218, 40)
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem9.TextVisible = False
'
'LayoutControlItem8
'
Me.LayoutControlItem8.Control = Me.CheckEdit2
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 40)
Me.LayoutControlItem8.Name = "LayoutControlItem8"
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem8.Size = New System.Drawing.Size(218, 40)
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem8.TextVisible = False
'
'LayoutControlItem7
'
Me.LayoutControlItem7.Control = Me.CheckEdit1
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem7.Name = "LayoutControlItem7"
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem7.Size = New System.Drawing.Size(218, 40)
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem7.TextVisible = False
'
'EmptySpaceItem2
'
Me.EmptySpaceItem2.AllowHotTrack = False
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 285)
Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
Me.EmptySpaceItem2.Size = New System.Drawing.Size(242, 296)
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
'
'tabPageConfig
'
Me.tabPageConfig.Controls.Add(Me.GridConfig)
Me.tabPageConfig.Controls.Add(Me.LayoutControl1)
Me.tabPageConfig.Controls.Add(Me.SidePanel2)
Me.tabPageConfig.Name = "tabPageConfig"
Me.tabPageConfig.Size = New System.Drawing.Size(1130, 582)
Me.tabPageConfig.Size = New System.Drawing.Size(1149, 601)
Me.tabPageConfig.Text = "Konfiguration"
'
'GridConfig
'
Me.GridConfig.DataSource = Me.TBMT_CONFIGBindingSource
Me.GridConfig.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridConfig.Location = New System.Drawing.Point(419, 0)
Me.GridConfig.Location = New System.Drawing.Point(0, 0)
Me.GridConfig.MainView = Me.GridViewConfig
Me.GridConfig.MenuManager = Me.RibbonControl1
Me.GridConfig.Name = "GridConfig"
Me.GridConfig.Size = New System.Drawing.Size(711, 582)
Me.GridConfig.Size = New System.Drawing.Size(841, 601)
Me.GridConfig.TabIndex = 0
Me.GridConfig.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewConfig})
'
@@ -667,6 +754,16 @@ Partial Class frmConfig
Me.colTEMPLATE_ID.VisibleIndex = 3
Me.colTEMPLATE_ID.Width = 87
'
'SidePanel2
'
Me.SidePanel2.Controls.Add(Me.LayoutControl1)
Me.SidePanel2.Dock = System.Windows.Forms.DockStyle.Right
Me.SidePanel2.Location = New System.Drawing.Point(841, 0)
Me.SidePanel2.Name = "SidePanel2"
Me.SidePanel2.Size = New System.Drawing.Size(308, 601)
Me.SidePanel2.TabIndex = 2
Me.SidePanel2.Text = "SidePanel2"
'
'LayoutControl1
'
Me.LayoutControl1.Controls.Add(Me.txtYearOverride)
@@ -675,11 +772,11 @@ Partial Class frmConfig
Me.LayoutControl1.Controls.Add(Me.txtWebservicePassword)
Me.LayoutControl1.Controls.Add(Me.txtWebserviceImportRelativePath)
Me.LayoutControl1.Controls.Add(Me.txtWebserviceImportBasePath)
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Left
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.LayoutControl1.Location = New System.Drawing.Point(1, 0)
Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.Root = Me.Root
Me.LayoutControl1.Size = New System.Drawing.Size(419, 582)
Me.LayoutControl1.Size = New System.Drawing.Size(307, 601)
Me.LayoutControl1.TabIndex = 1
Me.LayoutControl1.Text = "LayoutControl1"
'
@@ -688,7 +785,7 @@ Partial Class frmConfig
Me.txtYearOverride.Location = New System.Drawing.Point(152, 45)
Me.txtYearOverride.MenuManager = Me.RibbonControl1
Me.txtYearOverride.Name = "txtYearOverride"
Me.txtYearOverride.Size = New System.Drawing.Size(243, 20)
Me.txtYearOverride.Size = New System.Drawing.Size(131, 20)
Me.txtYearOverride.StyleController = Me.LayoutControl1
Me.txtYearOverride.TabIndex = 4
'
@@ -697,7 +794,7 @@ Partial Class frmConfig
Me.txtWebserviceBaseurl.Location = New System.Drawing.Point(152, 114)
Me.txtWebserviceBaseurl.MenuManager = Me.RibbonControl1
Me.txtWebserviceBaseurl.Name = "txtWebserviceBaseurl"
Me.txtWebserviceBaseurl.Size = New System.Drawing.Size(243, 20)
Me.txtWebserviceBaseurl.Size = New System.Drawing.Size(131, 20)
Me.txtWebserviceBaseurl.StyleController = Me.LayoutControl1
Me.txtWebserviceBaseurl.TabIndex = 5
'
@@ -706,7 +803,7 @@ Partial Class frmConfig
Me.txtWebserviceUsername.Location = New System.Drawing.Point(152, 138)
Me.txtWebserviceUsername.MenuManager = Me.RibbonControl1
Me.txtWebserviceUsername.Name = "txtWebserviceUsername"
Me.txtWebserviceUsername.Size = New System.Drawing.Size(243, 20)
Me.txtWebserviceUsername.Size = New System.Drawing.Size(131, 20)
Me.txtWebserviceUsername.StyleController = Me.LayoutControl1
Me.txtWebserviceUsername.TabIndex = 6
'
@@ -716,16 +813,16 @@ Partial Class frmConfig
Me.txtWebservicePassword.MenuManager = Me.RibbonControl1
Me.txtWebservicePassword.Name = "txtWebservicePassword"
Me.txtWebservicePassword.Properties.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txtWebservicePassword.Size = New System.Drawing.Size(243, 20)
Me.txtWebservicePassword.Size = New System.Drawing.Size(131, 20)
Me.txtWebservicePassword.StyleController = Me.LayoutControl1
Me.txtWebservicePassword.TabIndex = 7
'
'txtWebserviceImportRelativePath
'
Me.txtWebserviceImportRelativePath.Location = New System.Drawing.Point(152, 299)
Me.txtWebserviceImportRelativePath.Location = New System.Drawing.Point(152, 306)
Me.txtWebserviceImportRelativePath.MenuManager = Me.RibbonControl1
Me.txtWebserviceImportRelativePath.Name = "txtWebserviceImportRelativePath"
Me.txtWebserviceImportRelativePath.Size = New System.Drawing.Size(243, 20)
Me.txtWebserviceImportRelativePath.Size = New System.Drawing.Size(131, 20)
Me.txtWebserviceImportRelativePath.StyleController = Me.LayoutControl1
Me.txtWebserviceImportRelativePath.TabIndex = 9
'
@@ -734,7 +831,7 @@ Partial Class frmConfig
Me.txtWebserviceImportBasePath.Location = New System.Drawing.Point(152, 231)
Me.txtWebserviceImportBasePath.MenuManager = Me.RibbonControl1
Me.txtWebserviceImportBasePath.Name = "txtWebserviceImportBasePath"
Me.txtWebserviceImportBasePath.Size = New System.Drawing.Size(243, 64)
Me.txtWebserviceImportBasePath.Size = New System.Drawing.Size(131, 71)
Me.txtWebserviceImportBasePath.StyleController = Me.LayoutControl1
Me.txtWebserviceImportBasePath.TabIndex = 8
'
@@ -744,7 +841,7 @@ Partial Class frmConfig
Me.Root.GroupBordersVisible = False
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1, Me.LayoutControlGroup2, Me.LayoutControlGroup3, Me.EmptySpaceItem1})
Me.Root.Name = "Root"
Me.Root.Size = New System.Drawing.Size(419, 582)
Me.Root.Size = New System.Drawing.Size(307, 601)
Me.Root.TextVisible = False
'
'LayoutControlGroup1
@@ -752,7 +849,7 @@ Partial Class frmConfig
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem3, Me.LayoutControlItem4})
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 69)
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
Me.LayoutControlGroup1.Size = New System.Drawing.Size(399, 117)
Me.LayoutControlGroup1.Size = New System.Drawing.Size(287, 117)
Me.LayoutControlGroup1.Text = "Webservice / EWL"
'
'LayoutControlItem2
@@ -760,7 +857,7 @@ Partial Class frmConfig
Me.LayoutControlItem2.Control = Me.txtWebserviceBaseurl
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem2.Name = "LayoutControlItem2"
Me.LayoutControlItem2.Size = New System.Drawing.Size(375, 24)
Me.LayoutControlItem2.Size = New System.Drawing.Size(263, 24)
Me.LayoutControlItem2.Text = "Server Adresse"
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(116, 13)
'
@@ -769,7 +866,7 @@ Partial Class frmConfig
Me.LayoutControlItem3.Control = Me.txtWebserviceUsername
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 24)
Me.LayoutControlItem3.Name = "LayoutControlItem3"
Me.LayoutControlItem3.Size = New System.Drawing.Size(375, 24)
Me.LayoutControlItem3.Size = New System.Drawing.Size(263, 24)
Me.LayoutControlItem3.Text = "Webservice Username"
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(116, 13)
'
@@ -778,7 +875,7 @@ Partial Class frmConfig
Me.LayoutControlItem4.Control = Me.txtWebservicePassword
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 48)
Me.LayoutControlItem4.Name = "LayoutControlItem4"
Me.LayoutControlItem4.Size = New System.Drawing.Size(375, 24)
Me.LayoutControlItem4.Size = New System.Drawing.Size(263, 24)
Me.LayoutControlItem4.Text = "Webservice Passwort"
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(116, 13)
'
@@ -787,7 +884,7 @@ Partial Class frmConfig
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1})
Me.LayoutControlGroup2.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlGroup2.Name = "LayoutControlGroup2"
Me.LayoutControlGroup2.Size = New System.Drawing.Size(399, 69)
Me.LayoutControlGroup2.Size = New System.Drawing.Size(287, 69)
Me.LayoutControlGroup2.Text = "Programmeinstellungen"
'
'LayoutControlItem1
@@ -795,7 +892,7 @@ Partial Class frmConfig
Me.LayoutControlItem1.Control = Me.txtYearOverride
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem1.Name = "LayoutControlItem1"
Me.LayoutControlItem1.Size = New System.Drawing.Size(375, 24)
Me.LayoutControlItem1.Size = New System.Drawing.Size(263, 24)
Me.LayoutControlItem1.Text = "Wirtschaftsjahr"
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(116, 13)
'
@@ -804,7 +901,7 @@ Partial Class frmConfig
Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem5, Me.LayoutControlItem6})
Me.LayoutControlGroup3.Location = New System.Drawing.Point(0, 186)
Me.LayoutControlGroup3.Name = "LayoutControlGroup3"
Me.LayoutControlGroup3.Size = New System.Drawing.Size(399, 137)
Me.LayoutControlGroup3.Size = New System.Drawing.Size(287, 144)
Me.LayoutControlGroup3.Text = "Import/Export Pfade"
'
'LayoutControlItem5
@@ -812,25 +909,25 @@ Partial Class frmConfig
Me.LayoutControlItem5.Control = Me.txtWebserviceImportBasePath
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem5.Name = "LayoutControlItem5"
Me.LayoutControlItem5.Size = New System.Drawing.Size(375, 68)
Me.LayoutControlItem5.Size = New System.Drawing.Size(263, 75)
Me.LayoutControlItem5.Text = "WinLine Pfad (absolut)"
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(116, 13)
'
'LayoutControlItem6
'
Me.LayoutControlItem6.Control = Me.txtWebserviceImportRelativePath
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 68)
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 75)
Me.LayoutControlItem6.Name = "LayoutControlItem6"
Me.LayoutControlItem6.Size = New System.Drawing.Size(375, 24)
Me.LayoutControlItem6.Size = New System.Drawing.Size(263, 24)
Me.LayoutControlItem6.Text = "Multiool Pfad (relativ)"
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(116, 13)
'
'EmptySpaceItem1
'
Me.EmptySpaceItem1.AllowHotTrack = False
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 323)
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 330)
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
Me.EmptySpaceItem1.Size = New System.Drawing.Size(399, 239)
Me.EmptySpaceItem1.Size = New System.Drawing.Size(287, 251)
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
'RibbonPage2
@@ -853,45 +950,25 @@ Partial Class frmConfig
Me.TableAdapterManager.TBEDI_XML_TYPESTableAdapter = Nothing
Me.TableAdapterManager.TBMT_CONFIGTableAdapter = Me.TBMT_CONFIGTableAdapter
Me.TableAdapterManager.TBMT_FUNCTIONSTableAdapter = Nothing
Me.TableAdapterManager.TBMT_TABLESTableAdapter = Nothing
Me.TableAdapterManager.TBMT_TEMPLATE_ITEMSTableAdapter = Me.TBMT_TEMPLATE_ITEMSTableAdapter
Me.TableAdapterManager.TBMT_TEMPLATESTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MultiTool.Form.DS_DD_ECMTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'CheckEdit6
'TBMT_TABLESBindingSource
'
Me.CheckEdit6.Location = New System.Drawing.Point(20, 253)
Me.CheckEdit6.MenuManager = Me.RibbonControl1
Me.CheckEdit6.Name = "CheckEdit6"
Me.CheckEdit6.Properties.Caption = "Virtuell"
Me.CheckEdit6.Size = New System.Drawing.Size(293, 20)
Me.CheckEdit6.StyleController = Me.LayoutControl2
Me.CheckEdit6.TabIndex = 9
Me.TBMT_TABLESBindingSource.DataMember = "TBMT_TABLES"
Me.TBMT_TABLESBindingSource.DataSource = Me.DS_DD_ECM
'
'LayoutControlItem12
'TBMT_TABLESTableAdapter
'
Me.LayoutControlItem12.Control = Me.CheckEdit6
Me.LayoutControlItem12.Location = New System.Drawing.Point(0, 233)
Me.LayoutControlItem12.Name = "LayoutControlItem12"
Me.LayoutControlItem12.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.LayoutControlItem12.Size = New System.Drawing.Size(313, 329)
Me.LayoutControlItem12.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem12.TextVisible = False
'
'SimpleLabelItem1
'
Me.SimpleLabelItem1.AllowHotTrack = False
Me.SimpleLabelItem1.Location = New System.Drawing.Point(0, 0)
Me.SimpleLabelItem1.Name = "SimpleLabelItem1"
Me.SimpleLabelItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
Me.SimpleLabelItem1.Size = New System.Drawing.Size(313, 33)
Me.SimpleLabelItem1.Text = "Weitere Einstellungen"
Me.SimpleLabelItem1.TextSize = New System.Drawing.Size(114, 13)
Me.TBMT_TABLESTableAdapter.ClearBeforeFill = True
'
'frmConfig
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1132, 694)
Me.ClientSize = New System.Drawing.Size(1151, 713)
Me.Controls.Add(Me.XtraTabControl1)
Me.Controls.Add(Me.RibbonStatusBar1)
Me.Controls.Add(Me.RibbonControl1)
@@ -903,32 +980,40 @@ Partial Class frmConfig
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl1.ResumeLayout(False)
Me.tabPageSchema.ResumeLayout(False)
CType(Me.GridSchema, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControlItems, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBEDIXMLITEMSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DS_DD_ECM, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewSchema, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewItems, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RepositoryItemMemoExEdit1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RepositoryItemMemoEdit1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SidePanel3.ResumeLayout(False)
CType(Me.GridControlTables, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewTables, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SidePanel1.ResumeLayout(False)
CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).EndInit()
Me.LayoutControl2.ResumeLayout(False)
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CheckEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CheckEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CheckEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CheckEdit5.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CheckEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlGroup4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlGroup5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EmptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit()
Me.tabPageConfig.ResumeLayout(False)
CType(Me.GridConfig, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBMT_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewConfig, System.ComponentModel.ISupportInitialize).EndInit()
Me.SidePanel2.ResumeLayout(False)
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.LayoutControl1.ResumeLayout(False)
CType(Me.txtYearOverride.Properties, System.ComponentModel.ISupportInitialize).EndInit()
@@ -948,9 +1033,7 @@ Partial Class frmConfig
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CheckEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBMT_TABLESBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -963,8 +1046,8 @@ Partial Class frmConfig
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents tabPageSchema As XtraTabPage
Friend WithEvents GridSchema As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewSchema As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents GridControlItems As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewItems As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents DS_DD_ECM As DS_DD_ECM
Friend WithEvents TBEDIXMLITEMSBindingSource As BindingSource
Friend WithEvents TBMT_TEMPLATE_ITEMSTableAdapter As DS_DD_ECMTableAdapters.TBMT_TEMPLATE_ITEMSTableAdapter
@@ -1041,5 +1124,13 @@ Partial Class frmConfig
Friend WithEvents LayoutControlItem11 As LayoutControlItem
Friend WithEvents CheckEdit6 As CheckEdit
Friend WithEvents LayoutControlItem12 As LayoutControlItem
Friend WithEvents SimpleLabelItem1 As SimpleLabelItem
Friend WithEvents LayoutControlGroup5 As LayoutControlGroup
Friend WithEvents EmptySpaceItem2 As EmptySpaceItem
Friend WithEvents SidePanel2 As SidePanel
Friend WithEvents SidePanel3 As SidePanel
Friend WithEvents GridControlTables As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewTables As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents TBMT_TABLESBindingSource As BindingSource
Friend WithEvents TBMT_TABLESTableAdapter As DS_DD_ECMTableAdapters.TBMT_TABLESTableAdapter
Friend WithEvents colName As DevExpress.XtraGrid.Columns.GridColumn
End Class