Imports DevExpress.XtraEditors Imports DevExpress.XtraLayout Imports DevExpress.XtraTab Partial Class frmConfig Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer '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. _ 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.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.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colXML_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colXML_TYPE_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colIS_READ_ONLY = New DevExpress.XtraGrid.Columns.GridColumn() Me.colIS_VISIBLE = New DevExpress.XtraGrid.Columns.GridColumn() Me.colORDER_KEY = New DevExpress.XtraGrid.Columns.GridColumn() Me.RepositoryItemSpinEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit() Me.colIS_REQUIRED = New DevExpress.XtraGrid.Columns.GridColumn() Me.colIS_VIRTUAL = New DevExpress.XtraGrid.Columns.GridColumn() Me.colFUNCTION_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colFUNCTION_PARAMETERS = New DevExpress.XtraGrid.Columns.GridColumn() Me.RepositoryItemMemoExEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit() Me.colXML_TABLE_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHO1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHEN1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCHANGED_WHO1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCHANGED_WHEN1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colTABLE_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colTEMPLATE_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.RepositoryItemMemoEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit() Me.tabPageConfig = New DevExpress.XtraTab.XtraTabPage() Me.GridConfig = New DevExpress.XtraGrid.GridControl() Me.TBMT_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GridViewConfig = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colKEY = New DevExpress.XtraGrid.Columns.GridColumn() Me.colVALUE = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHO = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCHANGED_WHO = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCHANGED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn() Me.colACTIVE = New DevExpress.XtraGrid.Columns.GridColumn() Me.colTEMPLATE_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.txtYearOverride = New DevExpress.XtraEditors.TextEdit() Me.txtWebserviceBaseurl = New DevExpress.XtraEditors.TextEdit() Me.txtWebserviceUsername = New DevExpress.XtraEditors.TextEdit() Me.txtWebservicePassword = New DevExpress.XtraEditors.TextEdit() Me.txtWebserviceImportRelativePath = New DevExpress.XtraEditors.TextEdit() Me.txtWebserviceImportBasePath = New DevExpress.XtraEditors.MemoEdit() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() 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() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.tabPageSchema.SuspendLayout() CType(Me.GridSchema, 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.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemMemoExEdit1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemMemoEdit1, 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() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControl1.SuspendLayout() CType(Me.txtYearOverride.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtWebserviceBaseurl.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtWebserviceUsername.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtWebservicePassword.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtWebserviceImportRelativePath.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtWebserviceImportBasePath.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'XtraTabControl1 ' Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill 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.TabIndex = 1 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.tabPageSchema, Me.tabPageConfig}) ' 'tabPageSchema ' Me.tabPageSchema.Controls.Add(Me.GridSchema) Me.tabPageSchema.Name = "tabPageSchema" Me.tabPageSchema.Size = New System.Drawing.Size(1130, 582) Me.tabPageSchema.Text = "Schema" ' 'GridSchema ' 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(1130, 582) Me.GridSchema.TabIndex = 0 Me.GridSchema.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewSchema}) ' 'TBEDIXMLITEMSBindingSource ' Me.TBEDIXMLITEMSBindingSource.DataMember = "TBMT_TEMPLATE_ITEMS" Me.TBEDIXMLITEMSBindingSource.DataSource = Me.DS_DD_ECM ' 'DS_DD_ECM ' Me.DS_DD_ECM.DataSetName = "DS_DD_ECM" Me.DS_DD_ECM.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'GridViewSchema ' Me.GridViewSchema.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, 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.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)}) ' 'colGUID ' Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" ' 'colXML_NAME ' Me.colXML_NAME.Caption = "Name" Me.colXML_NAME.FieldName = "XML_NAME" Me.colXML_NAME.MaxWidth = 120 Me.colXML_NAME.MinWidth = 100 Me.colXML_NAME.Name = "colXML_NAME" Me.colXML_NAME.Visible = True Me.colXML_NAME.VisibleIndex = 0 Me.colXML_NAME.Width = 144 ' 'colXML_TYPE_ID ' Me.colXML_TYPE_ID.Caption = "Typ" Me.colXML_TYPE_ID.FieldName = "XML_TYPE_ID" Me.colXML_TYPE_ID.MaxWidth = 80 Me.colXML_TYPE_ID.Name = "colXML_TYPE_ID" Me.colXML_TYPE_ID.Visible = True Me.colXML_TYPE_ID.VisibleIndex = 1 Me.colXML_TYPE_ID.Width = 55 ' 'colIS_READ_ONLY ' Me.colIS_READ_ONLY.Caption = "Read Only" Me.colIS_READ_ONLY.FieldName = "IS_READ_ONLY" Me.colIS_READ_ONLY.MaxWidth = 80 Me.colIS_READ_ONLY.Name = "colIS_READ_ONLY" Me.colIS_READ_ONLY.Visible = True Me.colIS_READ_ONLY.VisibleIndex = 2 Me.colIS_READ_ONLY.Width = 80 ' 'colIS_VISIBLE ' Me.colIS_VISIBLE.Caption = "Sichtbar" Me.colIS_VISIBLE.FieldName = "IS_VISIBLE" Me.colIS_VISIBLE.MaxWidth = 80 Me.colIS_VISIBLE.Name = "colIS_VISIBLE" Me.colIS_VISIBLE.Visible = True Me.colIS_VISIBLE.VisibleIndex = 3 Me.colIS_VISIBLE.Width = 80 ' 'colORDER_KEY ' Me.colORDER_KEY.Caption = "Sortierung" Me.colORDER_KEY.ColumnEdit = Me.RepositoryItemSpinEdit1 Me.colORDER_KEY.FieldName = "ORDER_KEY" Me.colORDER_KEY.MaxWidth = 80 Me.colORDER_KEY.Name = "colORDER_KEY" Me.colORDER_KEY.Visible = True Me.colORDER_KEY.VisibleIndex = 6 Me.colORDER_KEY.Width = 80 ' 'RepositoryItemSpinEdit1 ' Me.RepositoryItemSpinEdit1.AutoHeight = False Me.RepositoryItemSpinEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.RepositoryItemSpinEdit1.Name = "RepositoryItemSpinEdit1" ' 'colIS_REQUIRED ' Me.colIS_REQUIRED.Caption = "Pflichtfeld" Me.colIS_REQUIRED.FieldName = "IS_REQUIRED" Me.colIS_REQUIRED.MaxWidth = 80 Me.colIS_REQUIRED.Name = "colIS_REQUIRED" Me.colIS_REQUIRED.Visible = True Me.colIS_REQUIRED.VisibleIndex = 4 Me.colIS_REQUIRED.Width = 80 ' 'colIS_VIRTUAL ' Me.colIS_VIRTUAL.Caption = "Virtuell" Me.colIS_VIRTUAL.FieldName = "IS_VIRTUAL" Me.colIS_VIRTUAL.MaxWidth = 80 Me.colIS_VIRTUAL.Name = "colIS_VIRTUAL" Me.colIS_VIRTUAL.Visible = True Me.colIS_VIRTUAL.VisibleIndex = 5 Me.colIS_VIRTUAL.Width = 80 ' 'colFUNCTION_ID ' Me.colFUNCTION_ID.Caption = "Funktion" Me.colFUNCTION_ID.FieldName = "FUNCTION_ID" Me.colFUNCTION_ID.MaxWidth = 80 Me.colFUNCTION_ID.Name = "colFUNCTION_ID" Me.colFUNCTION_ID.Visible = True Me.colFUNCTION_ID.VisibleIndex = 7 Me.colFUNCTION_ID.Width = 80 ' 'colFUNCTION_PARAMETERS ' Me.colFUNCTION_PARAMETERS.Caption = "Funktionsparameter" Me.colFUNCTION_PARAMETERS.ColumnEdit = Me.RepositoryItemMemoExEdit1 Me.colFUNCTION_PARAMETERS.FieldName = "FUNCTION_PARAMETERS" Me.colFUNCTION_PARAMETERS.Name = "colFUNCTION_PARAMETERS" Me.colFUNCTION_PARAMETERS.Visible = True Me.colFUNCTION_PARAMETERS.VisibleIndex = 8 Me.colFUNCTION_PARAMETERS.Width = 401 ' 'RepositoryItemMemoExEdit1 ' Me.RepositoryItemMemoExEdit1.AutoHeight = False Me.RepositoryItemMemoExEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.RepositoryItemMemoExEdit1.Name = "RepositoryItemMemoExEdit1" ' 'colXML_TABLE_ID ' Me.colXML_TABLE_ID.FieldName = "XML_TABLE_ID" Me.colXML_TABLE_ID.Name = "colXML_TABLE_ID" ' 'colADDED_WHO1 ' Me.colADDED_WHO1.FieldName = "ADDED_WHO" Me.colADDED_WHO1.Name = "colADDED_WHO1" ' 'colADDED_WHEN1 ' Me.colADDED_WHEN1.FieldName = "ADDED_WHEN" Me.colADDED_WHEN1.Name = "colADDED_WHEN1" ' 'colCHANGED_WHO1 ' Me.colCHANGED_WHO1.FieldName = "CHANGED_WHO" Me.colCHANGED_WHO1.Name = "colCHANGED_WHO1" ' 'colCHANGED_WHEN1 ' Me.colCHANGED_WHEN1.FieldName = "CHANGED_WHEN" Me.colCHANGED_WHEN1.Name = "colCHANGED_WHEN1" ' 'colTABLE_NAME ' Me.colTABLE_NAME.Caption = "Tabelle" Me.colTABLE_NAME.FieldName = "TABLE_NAME" Me.colTABLE_NAME.Name = "colTABLE_NAME" Me.colTABLE_NAME.Visible = True Me.colTABLE_NAME.VisibleIndex = 9 ' 'colTEMPLATE_NAME ' Me.colTEMPLATE_NAME.Caption = "Vorlage" Me.colTEMPLATE_NAME.FieldName = "TEMPLATE_NAME" Me.colTEMPLATE_NAME.Name = "colTEMPLATE_NAME" Me.colTEMPLATE_NAME.Visible = True Me.colTEMPLATE_NAME.VisibleIndex = 9 ' 'RepositoryItemMemoEdit1 ' Me.RepositoryItemMemoEdit1.LinesCount = 5 Me.RepositoryItemMemoEdit1.Name = "RepositoryItemMemoEdit1" ' 'tabPageConfig ' Me.tabPageConfig.Controls.Add(Me.GridConfig) Me.tabPageConfig.Controls.Add(Me.LayoutControl1) Me.tabPageConfig.Name = "tabPageConfig" Me.tabPageConfig.Size = New System.Drawing.Size(1130, 582) 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.MainView = Me.GridViewConfig Me.GridConfig.MenuManager = Me.RibbonControl1 Me.GridConfig.Name = "GridConfig" Me.GridConfig.Size = New System.Drawing.Size(711, 582) Me.GridConfig.TabIndex = 0 Me.GridConfig.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewConfig}) ' 'TBMT_CONFIGBindingSource ' Me.TBMT_CONFIGBindingSource.DataMember = "TBMT_CONFIG" Me.TBMT_CONFIGBindingSource.DataSource = Me.DS_DD_ECM ' 'GridViewConfig ' Me.GridViewConfig.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID1, Me.colKEY, Me.colVALUE, Me.colADDED_WHO, Me.colADDED_WHEN, Me.colCHANGED_WHO, Me.colCHANGED_WHEN, Me.colCOMMENT, Me.colACTIVE, Me.colTEMPLATE_ID}) Me.GridViewConfig.GridControl = Me.GridConfig Me.GridViewConfig.Name = "GridViewConfig" ' 'colGUID1 ' Me.colGUID1.FieldName = "GUID" Me.colGUID1.Name = "colGUID1" ' 'colKEY ' Me.colKEY.Caption = "Beschreibung" Me.colKEY.FieldName = "KEY" Me.colKEY.Name = "colKEY" Me.colKEY.Visible = True Me.colKEY.VisibleIndex = 1 Me.colKEY.Width = 124 ' 'colVALUE ' Me.colVALUE.Caption = "Wert" Me.colVALUE.FieldName = "VALUE" Me.colVALUE.Name = "colVALUE" Me.colVALUE.Visible = True Me.colVALUE.VisibleIndex = 2 Me.colVALUE.Width = 124 ' 'colADDED_WHO ' Me.colADDED_WHO.FieldName = "ADDED_WHO" Me.colADDED_WHO.Name = "colADDED_WHO" ' 'colADDED_WHEN ' Me.colADDED_WHEN.FieldName = "ADDED_WHEN" Me.colADDED_WHEN.Name = "colADDED_WHEN" ' 'colCHANGED_WHO ' Me.colCHANGED_WHO.FieldName = "CHANGED_WHO" Me.colCHANGED_WHO.Name = "colCHANGED_WHO" ' 'colCHANGED_WHEN ' Me.colCHANGED_WHEN.FieldName = "CHANGED_WHEN" Me.colCHANGED_WHEN.Name = "colCHANGED_WHEN" ' 'colCOMMENT ' Me.colCOMMENT.Caption = "Kommentar" Me.colCOMMENT.FieldName = "COMMENT" Me.colCOMMENT.Name = "colCOMMENT" Me.colCOMMENT.Visible = True Me.colCOMMENT.VisibleIndex = 4 Me.colCOMMENT.Width = 170 ' 'colACTIVE ' Me.colACTIVE.Caption = "Aktiv" Me.colACTIVE.FieldName = "ACTIVE" Me.colACTIVE.MaxWidth = 40 Me.colACTIVE.MinWidth = 40 Me.colACTIVE.Name = "colACTIVE" Me.colACTIVE.Visible = True Me.colACTIVE.VisibleIndex = 0 Me.colACTIVE.Width = 40 ' 'colTEMPLATE_ID ' Me.colTEMPLATE_ID.Caption = "Vorlage" Me.colTEMPLATE_ID.FieldName = "TEMPLATE_ID" Me.colTEMPLATE_ID.Name = "colTEMPLATE_ID" Me.colTEMPLATE_ID.Visible = True Me.colTEMPLATE_ID.VisibleIndex = 3 Me.colTEMPLATE_ID.Width = 87 ' '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.BarButtonItem3}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 4 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) 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.StatusBar = Me.RibbonStatusBar1 Me.RibbonControl1.Toolbar.ShowCustomizeItem = False ' 'BarButtonItem1 ' Me.BarButtonItem1.Caption = "Speichern" Me.BarButtonItem1.Id = 1 Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem1.Name = "BarButtonItem1" ' 'BarButtonItem2 ' Me.BarButtonItem2.Caption = "Neuer Eintrag" Me.BarButtonItem2.Id = 2 Me.BarButtonItem2.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_addcircled Me.BarButtonItem2.Name = "BarButtonItem2" ' 'BarButtonItem3 ' Me.BarButtonItem3.Caption = "Eintrag löschen" Me.BarButtonItem3.Id = 3 Me.BarButtonItem3.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_deletecircled1 Me.BarButtonItem3.Name = "BarButtonItem3" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "Start" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem3) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 670) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1132, 24) ' 'LayoutControl1 ' Me.LayoutControl1.Controls.Add(Me.txtYearOverride) Me.LayoutControl1.Controls.Add(Me.txtWebserviceBaseurl) Me.LayoutControl1.Controls.Add(Me.txtWebserviceUsername) 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.Name = "LayoutControl1" Me.LayoutControl1.Root = Me.Root Me.LayoutControl1.Size = New System.Drawing.Size(419, 582) Me.LayoutControl1.TabIndex = 1 Me.LayoutControl1.Text = "LayoutControl1" ' 'txtYearOverride ' 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.StyleController = Me.LayoutControl1 Me.txtYearOverride.TabIndex = 4 ' 'txtWebserviceBaseurl ' 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.StyleController = Me.LayoutControl1 Me.txtWebserviceBaseurl.TabIndex = 5 ' 'txtWebserviceUsername ' 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.StyleController = Me.LayoutControl1 Me.txtWebserviceUsername.TabIndex = 6 ' 'txtWebservicePassword ' Me.txtWebservicePassword.Location = New System.Drawing.Point(152, 162) 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.StyleController = Me.LayoutControl1 Me.txtWebservicePassword.TabIndex = 7 ' 'txtWebserviceImportRelativePath ' Me.txtWebserviceImportRelativePath.Location = New System.Drawing.Point(152, 299) Me.txtWebserviceImportRelativePath.MenuManager = Me.RibbonControl1 Me.txtWebserviceImportRelativePath.Name = "txtWebserviceImportRelativePath" Me.txtWebserviceImportRelativePath.Size = New System.Drawing.Size(243, 20) Me.txtWebserviceImportRelativePath.StyleController = Me.LayoutControl1 Me.txtWebserviceImportRelativePath.TabIndex = 9 ' 'txtWebserviceImportBasePath ' 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.StyleController = Me.LayoutControl1 Me.txtWebserviceImportBasePath.TabIndex = 8 ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] 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.TextVisible = False ' 'LayoutControlGroup1 ' 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.Text = "Webservice / EWL" ' 'LayoutControlItem2 ' 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.Text = "Server Adresse" Me.LayoutControlItem2.TextSize = New System.Drawing.Size(116, 13) ' 'LayoutControlItem3 ' 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.Text = "Webservice Username" Me.LayoutControlItem3.TextSize = New System.Drawing.Size(116, 13) ' 'LayoutControlItem4 ' 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.Text = "Webservice Passwort" Me.LayoutControlItem4.TextSize = New System.Drawing.Size(116, 13) ' 'LayoutControlGroup2 ' 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.Text = "Programmeinstellungen" ' 'LayoutControlItem1 ' 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.Text = "Wirtschaftsjahr" Me.LayoutControlItem1.TextSize = New System.Drawing.Size(116, 13) ' 'LayoutControlGroup3 ' 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.Text = "Import/Export Pfade" ' 'LayoutControlItem5 ' 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.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.Name = "LayoutControlItem6" Me.LayoutControlItem6.Size = New System.Drawing.Size(375, 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.Name = "EmptySpaceItem1" Me.EmptySpaceItem1.Size = New System.Drawing.Size(399, 239) Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'TBMT_TEMPLATE_ITEMSTableAdapter ' Me.TBMT_TEMPLATE_ITEMSTableAdapter.ClearBeforeFill = True ' 'TBMT_CONFIGTableAdapter ' Me.TBMT_CONFIGTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBEDI_XML_NODESTableAdapter = Nothing Me.TableAdapterManager.TBEDI_XML_TYPESTableAdapter = Nothing Me.TableAdapterManager.TBMT_CONFIGTableAdapter = Me.TBMT_CONFIGTableAdapter Me.TableAdapterManager.TBMT_FUNCTIONSTableAdapter = 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 ' '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.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.IconOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.bo_unknown1 Me.Name = "frmConfig" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "Konfiguration" CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.tabPageSchema.ResumeLayout(False) CType(Me.GridSchema, 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.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemMemoExEdit1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemMemoEdit1, 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() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControl1.ResumeLayout(False) CType(Me.txtYearOverride.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtWebserviceBaseurl.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtWebserviceUsername.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtWebservicePassword.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtWebserviceImportRelativePath.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtWebserviceImportBasePath.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents XtraTabControl1 As XtraTabControl Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar 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 DS_DD_ECM As DS_DD_ECM Friend WithEvents TBEDIXMLITEMSBindingSource As BindingSource Friend WithEvents TBMT_TEMPLATE_ITEMSTableAdapter As DS_DD_ECMTableAdapters.TBMT_TEMPLATE_ITEMSTableAdapter Friend WithEvents TBMT_CONFIGBindingSource As BindingSource Friend WithEvents TBMT_CONFIGTableAdapter As DS_DD_ECMTableAdapters.TBMT_CONFIGTableAdapter Friend WithEvents TableAdapterManager As DS_DD_ECMTableAdapters.TableAdapterManager Friend WithEvents tabPageConfig As XtraTabPage Friend WithEvents GridConfig As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewConfig As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colGUID1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colKEY As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colVALUE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHO As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHEN As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCHANGED_WHO As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCHANGED_WHEN As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colXML_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colXML_TYPE_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colIS_READ_ONLY As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colIS_VISIBLE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colORDER_KEY As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colFUNCTION_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colIS_REQUIRED As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colXML_TABLE_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colIS_VIRTUAL As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colFUNCTION_PARAMETERS As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHO1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHEN1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCHANGED_WHO1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCHANGED_WHEN1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCOMMENT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colACTIVE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colTEMPLATE_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem Friend WithEvents LayoutControl1 As LayoutControl Friend WithEvents txtYearOverride As TextEdit Friend WithEvents txtWebserviceBaseurl As TextEdit Friend WithEvents txtWebserviceUsername As TextEdit Friend WithEvents txtWebservicePassword As TextEdit Friend WithEvents txtWebserviceImportRelativePath As TextEdit Friend WithEvents txtWebserviceImportBasePath As MemoEdit Friend WithEvents Root As LayoutControlGroup Friend WithEvents LayoutControlGroup1 As LayoutControlGroup Friend WithEvents LayoutControlItem4 As LayoutControlItem Friend WithEvents LayoutControlItem3 As LayoutControlItem Friend WithEvents LayoutControlItem2 As LayoutControlItem Friend WithEvents LayoutControlGroup2 As LayoutControlGroup Friend WithEvents LayoutControlItem1 As LayoutControlItem Friend WithEvents LayoutControlGroup3 As LayoutControlGroup Friend WithEvents LayoutControlItem5 As LayoutControlItem Friend WithEvents LayoutControlItem6 As LayoutControlItem Friend WithEvents EmptySpaceItem1 As EmptySpaceItem Friend WithEvents colTABLE_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colTEMPLATE_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents RepositoryItemSpinEdit1 As Repository.RepositoryItemSpinEdit Friend WithEvents RepositoryItemMemoEdit1 As Repository.RepositoryItemMemoEdit Friend WithEvents RepositoryItemMemoExEdit1 As Repository.RepositoryItemMemoExEdit End Class