From e254f7fa70da7958ed6ad3037a3da55c93f72a22 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Thu, 8 Jul 2021 10:34:58 +0200 Subject: [PATCH] MS Globix Admin --- .../Administration/ClassDetailForm.vb | 2 +- .../frmAdmin_ClipboardWatcher.vb | 4 +- .../frmAdmin_Globix.Designer.vb | 1474 ++++++++++---- .../Administration/frmAdmin_Globix.resx | 196 ++ .../Administration/frmAdmin_Globix.vb | 143 +- GUIs.ZooFlow/ClassConstants.vb | 6 +- GUIs.ZooFlow/Globix/GlobixDataset.Designer.vb | 4 + GUIs.ZooFlow/Globix/GlobixDataset.xsc | 37 +- GUIs.ZooFlow/Globix/GlobixDataset.xsd | 20 +- .../frmGlobixAdministration.Designer.vb | 1733 ----------------- .../Globix/frmGlobixAdministration.resx | 92 +- .../Globix/frmGlobixAdministration.vb | 265 --- GUIs.ZooFlow/ZooFlow.vbproj | 9 - 13 files changed, 1477 insertions(+), 2508 deletions(-) delete mode 100644 GUIs.ZooFlow/Globix/frmGlobixAdministration.Designer.vb delete mode 100644 GUIs.ZooFlow/Globix/frmGlobixAdministration.vb diff --git a/GUIs.ZooFlow/Administration/ClassDetailForm.vb b/GUIs.ZooFlow/Administration/ClassDetailForm.vb index 994a30d6..4ee54396 100644 --- a/GUIs.ZooFlow/Administration/ClassDetailForm.vb +++ b/GUIs.ZooFlow/Administration/ClassDetailForm.vb @@ -125,7 +125,7 @@ Public Class ClassDetailForm End Sub Private Sub Load_GLOBIXProfile(PrimaryKey As Integer, IsInsert As Boolean) Try - Dim oForm As New frmGlobixAdministration(PrimaryKey) With {.IsInsert = IsInsert} + Dim oForm As New frmAdmin_Globix(PrimaryKey) With {.IsInsert = IsInsert} oForm.ShowDialog() RaiseEvent DetailFormClosed(Me, oForm) diff --git a/GUIs.ZooFlow/Administration/frmAdmin_ClipboardWatcher.vb b/GUIs.ZooFlow/Administration/frmAdmin_ClipboardWatcher.vb index 6e05e910..c440635d 100644 --- a/GUIs.ZooFlow/Administration/frmAdmin_ClipboardWatcher.vb +++ b/GUIs.ZooFlow/Administration/frmAdmin_ClipboardWatcher.vb @@ -65,8 +65,10 @@ Public Class frmAdmin_ClipboardWatcher Init(My.LogConfig) 'TODO: Diese Codezeile lädt Daten in die Tabelle "DSDD_Stammdaten.TBDD_CONNECTION". Sie können sie bei Bedarf verschieben oder entfernen. - Me.TBDD_CONNECTIONTableAdapter.Fill(Me.DSDD_Stammdaten.TBDD_CONNECTION) + Try + + TBCW_PROFILESTableAdapter.Connection.ConnectionString = My.DatabaseECM.CurrentSQLConnectionString TBCW_PROFILESTableAdapter.Fill(DBCW_Stammdaten.TBCW_PROFILES, PrimaryKey) diff --git a/GUIs.ZooFlow/Administration/frmAdmin_Globix.Designer.vb b/GUIs.ZooFlow/Administration/frmAdmin_Globix.Designer.vb index a80915ee..31784a8e 100644 --- a/GUIs.ZooFlow/Administration/frmAdmin_Globix.Designer.vb +++ b/GUIs.ZooFlow/Administration/frmAdmin_Globix.Designer.vb @@ -25,96 +25,192 @@ Partial Class frmAdmin_Globix Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin_Globix)) Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.BarButtonSaveExit = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonSave = New DevExpress.XtraBars.BarButtonItem() Me.labelStatus = New DevExpress.XtraBars.BarStaticItem() + Me.BarButtonNew = New DevExpress.XtraBars.BarButtonItem() + Me.BarButtonItem2 = 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.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() - Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() - Me.BESCHREIBUNGTextBox = New System.Windows.Forms.TextBox() Me.TBDD_DOKUMENTARTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GlobixDataset = New DigitalData.GUIs.ZooFlow.GlobixDataset() - Me.ZIEL_PFADTextBox = New System.Windows.Forms.TextBox() - Me.NAMENKONVENTIONTextBox = New System.Windows.Forms.TextBox() - Me.DUPLICATE_HANDLINGComboBox = New System.Windows.Forms.ComboBox() - Me.KURZNAMETextBox = New System.Windows.Forms.TextBox() + Me.DSIDB_Stammdaten = New DigitalData.GUIs.ZooFlow.DSIDB_Stammdaten() + Me.TableAdapterManager = New DigitalData.GUIs.ZooFlow.DSIDB_StammdatenTableAdapters.TableAdapterManager() + Me.TBDD_DOKUMENTARTTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter() + Me.TableAdapterManager1 = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager() + Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() + Me.XtraTabPageProfile = New DevExpress.XtraTab.XtraTabPage() + Me.LayoutControlProfile = New DevExpress.XtraLayout.LayoutControl() + Me.AKTIVCheckBox = New System.Windows.Forms.CheckBox() + Me.ERSTELLTWANNTextBox = New System.Windows.Forms.TextBox() + Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() + Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() + Me.TextEditErstelltWer = New DevExpress.XtraEditors.TextEdit() + Me.TextEditGeandertWer = New DevExpress.XtraEditors.TextEdit() Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit3 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit4 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit6 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit7 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit8 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit13 = New DevExpress.XtraEditors.TextEdit() + Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit() + Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() + Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem22 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem18 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem28 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem12 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem32 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem36 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem26 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem25 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem30 = New DevExpress.XtraLayout.LayoutControlItem() + Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl() + Me.XtraTabPageManIndexe = New DevExpress.XtraTab.XtraTabPage() + Me.LayoutControlManIndexe = New DevExpress.XtraLayout.LayoutControl() + Me.SUGGESTIONCheckBox = New System.Windows.Forms.CheckBox() + Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.VKT_ADD_ITEMCheckBox = New System.Windows.Forms.CheckBox() + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox = New System.Windows.Forms.CheckBox() + Me.MULTISELECTCheckBox = New System.Windows.Forms.CheckBox() + Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() + Me.btneditSQLmanIndex = New DevExpress.XtraEditors.SimpleButton() + Me.TextEditAddedWho_ManIndex = New DevExpress.XtraEditors.TextEdit() Me.TextEdit2 = New DevExpress.XtraEditors.TextEdit() + Me.TextEditChangedWho_ManIndex = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit9 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit10 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit11 = New DevExpress.XtraEditors.TextEdit() + Me.TextEdit12 = New DevExpress.XtraEditors.TextEdit() Me.SpinEdit1 = New DevExpress.XtraEditors.SpinEdit() - Me.CheckEdit2 = New DevExpress.XtraEditors.CheckEdit() - Me.txtAddedWho = New DevExpress.XtraEditors.TextEdit() - Me.txtAddedWhen = New DevExpress.XtraEditors.TextEdit() - Me.txtChangedWho = New DevExpress.XtraEditors.TextEdit() - Me.txtChangedWhen = New DevExpress.XtraEditors.TextEdit() - Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() - Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton() - Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() + Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem17 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem19 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem21 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem23 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem24 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem27 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem29 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem12 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem13 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem11 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem15 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem() + Me.ListBoxAutoIndexe = New System.Windows.Forms.ListBox() + Me.XtraTabPageRework = New DevExpress.XtraTab.XtraTabPage() + Me.LayoutControlRework = New DevExpress.XtraLayout.LayoutControl() + Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup() + Me.XtraTabPageAutoIndexe = New DevExpress.XtraTab.XtraTabPage() + Me.LayoutControlAutoIndexe = New DevExpress.XtraLayout.LayoutControl() + Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup() + Me.XtraTabPageDynamicFolder = New DevExpress.XtraTab.XtraTabPage() + Me.XtraTabPageAutoSelect = New DevExpress.XtraTab.XtraTabPage() + Me.TBDD_INDEX_MANTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_INDEX_MANTableAdapter() + Me.ComboBoxEdit2 = New DevExpress.XtraEditors.ComboBoxEdit() + Me.Filestore = New DevExpress.XtraLayout.LayoutControlItem() + Me.ComboBoxEdit3 = New DevExpress.XtraEditors.ComboBoxEdit() Me.LayoutControlItem14 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem16 = New DevExpress.XtraLayout.LayoutControlItem() - Me.DSIDB_Stammdaten = New DigitalData.GUIs.ZooFlow.DSIDB_Stammdaten() - Me.TableAdapterManager = New DigitalData.GUIs.ZooFlow.DSIDB_StammdatenTableAdapters.TableAdapterManager() - Me.TBDD_DOKUMENTARTTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter() - Me.TableAdapterManager1 = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager() + Me.ComboBoxEdit4 = New DevExpress.XtraEditors.ComboBoxEdit() + Me.LayoutControlItem13 = New DevExpress.XtraLayout.LayoutControlItem() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() - Me.LayoutControl1.SuspendLayout() CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GlobixDataset, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DSIDB_Stammdaten, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabControl1.SuspendLayout() + Me.XtraTabPageProfile.SuspendLayout() + CType(Me.LayoutControlProfile, System.ComponentModel.ISupportInitialize).BeginInit() + Me.LayoutControlProfile.SuspendLayout() + CType(Me.TextEditErstelltWer.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEditGeandertWer.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit7.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit8.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit13.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem28, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem32, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem36, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem26, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem25, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem30, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabControl2.SuspendLayout() + Me.XtraTabPageManIndexe.SuspendLayout() + CType(Me.LayoutControlManIndexe, System.ComponentModel.ISupportInitialize).BeginInit() + Me.LayoutControlManIndexe.SuspendLayout() + CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEditAddedWho_ManIndex.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEditChangedWho_ManIndex.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit9.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit10.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit11.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit12.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SpinEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.CheckEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.txtAddedWho.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.txtAddedWhen.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.txtChangedWho.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.txtChangedWhen.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem17, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem19, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem21, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem23, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem24, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem27, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem29, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem13, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem15, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabPageRework.SuspendLayout() + CType(Me.LayoutControlRework, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabPageAutoIndexe.SuspendLayout() + CType(Me.LayoutControlAutoIndexe, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ComboBoxEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.Filestore, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ComboBoxEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem16, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.DSIDB_Stammdaten, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ComboBoxEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem13, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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.BarButtonSaveExit, Me.BarButtonSave, Me.labelStatus}) + Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonSaveExit, Me.BarButtonSave, Me.labelStatus, Me.BarButtonNew, Me.BarButtonItem2}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) - Me.RibbonControl1.MaxItemId = 6 + Me.RibbonControl1.MaxItemId = 8 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.Size = New System.Drawing.Size(1199, 66) + Me.RibbonControl1.Size = New System.Drawing.Size(1212, 131) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'BarButtonSaveExit @@ -140,6 +236,20 @@ Partial Class frmAdmin_Globix Me.labelStatus.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph Me.labelStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing ' + 'BarButtonNew + ' + Me.BarButtonNew.Caption = "Neu" + Me.BarButtonNew.Id = 6 + Me.BarButtonNew.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonNew.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.BarButtonNew.Name = "BarButtonNew" + ' + 'BarButtonItem2 + ' + Me.BarButtonItem2.Caption = "Löschen" + Me.BarButtonItem2.Id = 7 + Me.BarButtonItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.BarButtonItem2.Name = "BarButtonItem2" + ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1}) @@ -148,57 +258,25 @@ Partial Class frmAdmin_Globix ' 'RibbonPageGroup1 ' - Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonSaveExit) + Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonNew) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonSave) + Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "Daten" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus) - Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 678) + Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 695) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 - Me.RibbonStatusBar1.Size = New System.Drawing.Size(1199, 22) + Me.RibbonStatusBar1.Size = New System.Drawing.Size(1212, 22) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' - 'LayoutControl1 - ' - Me.LayoutControl1.Controls.Add(Me.BESCHREIBUNGTextBox) - Me.LayoutControl1.Controls.Add(Me.ZIEL_PFADTextBox) - Me.LayoutControl1.Controls.Add(Me.NAMENKONVENTIONTextBox) - Me.LayoutControl1.Controls.Add(Me.DUPLICATE_HANDLINGComboBox) - Me.LayoutControl1.Controls.Add(Me.KURZNAMETextBox) - Me.LayoutControl1.Controls.Add(Me.TextEdit1) - Me.LayoutControl1.Controls.Add(Me.TextEdit2) - Me.LayoutControl1.Controls.Add(Me.SpinEdit1) - Me.LayoutControl1.Controls.Add(Me.CheckEdit2) - Me.LayoutControl1.Controls.Add(Me.txtAddedWho) - Me.LayoutControl1.Controls.Add(Me.txtAddedWhen) - Me.LayoutControl1.Controls.Add(Me.txtChangedWho) - Me.LayoutControl1.Controls.Add(Me.txtChangedWhen) - Me.LayoutControl1.Controls.Add(Me.SimpleButton1) - Me.LayoutControl1.Controls.Add(Me.SimpleButton2) - Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.LayoutControl1.Location = New System.Drawing.Point(0, 66) - Me.LayoutControl1.Name = "LayoutControl1" - Me.LayoutControl1.Root = Me.Root - Me.LayoutControl1.Size = New System.Drawing.Size(1199, 612) - Me.LayoutControl1.TabIndex = 2 - Me.LayoutControl1.Text = "LayoutControl1" - ' - 'BESCHREIBUNGTextBox - ' - Me.BESCHREIBUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True)) - Me.BESCHREIBUNGTextBox.Location = New System.Drawing.Point(135, 92) - Me.BESCHREIBUNGTextBox.Name = "BESCHREIBUNGTextBox" - Me.BESCHREIBUNGTextBox.Size = New System.Drawing.Size(1052, 20) - Me.BESCHREIBUNGTextBox.TabIndex = 23 - ' 'TBDD_DOKUMENTARTBindingSource ' Me.TBDD_DOKUMENTARTBindingSource.DataMember = "TBDD_DOKUMENTART" @@ -209,330 +287,846 @@ Partial Class frmAdmin_Globix Me.GlobixDataset.DataSetName = "GlobixDataset" Me.GlobixDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' - 'ZIEL_PFADTextBox - ' - Me.ZIEL_PFADTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ZIEL_PFAD", True)) - Me.ZIEL_PFADTextBox.Location = New System.Drawing.Point(135, 142) - Me.ZIEL_PFADTextBox.Name = "ZIEL_PFADTextBox" - Me.ZIEL_PFADTextBox.Size = New System.Drawing.Size(771, 20) - Me.ZIEL_PFADTextBox.TabIndex = 20 - ' - 'NAMENKONVENTIONTextBox - ' - Me.NAMENKONVENTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True)) - Me.NAMENKONVENTIONTextBox.Location = New System.Drawing.Point(135, 116) - Me.NAMENKONVENTIONTextBox.Name = "NAMENKONVENTIONTextBox" - Me.NAMENKONVENTIONTextBox.Size = New System.Drawing.Size(771, 20) - Me.NAMENKONVENTIONTextBox.TabIndex = 19 - ' - 'DUPLICATE_HANDLINGComboBox + 'DSIDB_Stammdaten ' - Me.DUPLICATE_HANDLINGComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True)) - Me.DUPLICATE_HANDLINGComboBox.FormattingEnabled = True - Me.DUPLICATE_HANDLINGComboBox.Items.AddRange(New Object() {"New version", "Default", "Question"}) - Me.DUPLICATE_HANDLINGComboBox.Location = New System.Drawing.Point(865, 52) - Me.DUPLICATE_HANDLINGComboBox.Name = "DUPLICATE_HANDLINGComboBox" - Me.DUPLICATE_HANDLINGComboBox.Size = New System.Drawing.Size(322, 21) - Me.DUPLICATE_HANDLINGComboBox.TabIndex = 18 + Me.DSIDB_Stammdaten.DataSetName = "DSIDB_Stammdaten" + Me.DSIDB_Stammdaten.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' - 'KURZNAMETextBox + 'TableAdapterManager ' - Me.KURZNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "KURZNAME", True)) - Me.KURZNAMETextBox.Location = New System.Drawing.Point(662, 52) - Me.KURZNAMETextBox.Name = "KURZNAMETextBox" - Me.KURZNAMETextBox.Size = New System.Drawing.Size(76, 20) - Me.KURZNAMETextBox.TabIndex = 17 + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBIDB_ATTRIBUTE_TYPETableAdapter = Nothing + Me.TableAdapterManager.TBIDB_ATTRIBUTETableAdapter = Nothing + Me.TableAdapterManager.TBIDB_BUSINESS_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBZF_ADMIN_SOURCE_SQLTableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DigitalData.GUIs.ZooFlow.DSIDB_StammdatenTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'TextEdit1 + 'TBDD_DOKUMENTARTTableAdapter ' - Me.TextEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True)) - Me.TextEdit1.Location = New System.Drawing.Point(143, 20) - Me.TextEdit1.MenuManager = Me.RibbonControl1 - Me.TextEdit1.Name = "TextEdit1" - Me.TextEdit1.Properties.ReadOnly = True - Me.TextEdit1.Size = New System.Drawing.Size(65, 20) - Me.TextEdit1.StyleController = Me.LayoutControl1 - Me.TextEdit1.TabIndex = 4 + Me.TBDD_DOKUMENTARTTableAdapter.ClearBeforeFill = True ' - 'TextEdit2 + 'TableAdapterManager1 ' - Me.TextEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "BEZEICHNUNG", True)) - Me.TextEdit2.Location = New System.Drawing.Point(143, 60) - Me.TextEdit2.MenuManager = Me.RibbonControl1 - Me.TextEdit2.Name = "TextEdit2" - Me.TextEdit2.Size = New System.Drawing.Size(384, 20) - Me.TextEdit2.StyleController = Me.LayoutControl1 - Me.TextEdit2.TabIndex = 5 + Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager1.TBDD_DOKUMENTARTTableAdapter = Me.TBDD_DOKUMENTARTTableAdapter + Me.TableAdapterManager1.TBDD_INDEX_AUTOMTableAdapter = Nothing + Me.TableAdapterManager1.TBDD_INDEX_MANTableAdapter = Nothing + Me.TableAdapterManager1.UpdateOrder = DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'SpinEdit1 - ' - Me.SpinEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "SEQUENCE", True)) - Me.SpinEdit1.EditValue = New Decimal(New Integer() {0, 0, 0, 0}) - Me.SpinEdit1.Location = New System.Drawing.Point(669, 20) - Me.SpinEdit1.MenuManager = Me.RibbonControl1 - Me.SpinEdit1.Name = "SpinEdit1" - Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) - Me.SpinEdit1.Size = New System.Drawing.Size(510, 20) - Me.SpinEdit1.StyleController = Me.LayoutControl1 - Me.SpinEdit1.TabIndex = 6 - ' - 'CheckEdit2 - ' - Me.CheckEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "AKTIV", True)) - Me.CheckEdit2.Location = New System.Drawing.Point(228, 20) - Me.CheckEdit2.MenuManager = Me.RibbonControl1 - Me.CheckEdit2.Name = "CheckEdit2" - Me.CheckEdit2.Properties.Caption = "Aktiv" - Me.CheckEdit2.Size = New System.Drawing.Size(298, 18) - Me.CheckEdit2.StyleController = Me.LayoutControl1 - Me.CheckEdit2.TabIndex = 8 - ' - 'txtAddedWho - ' - Me.txtAddedWho.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True)) - Me.txtAddedWho.Location = New System.Drawing.Point(143, 176) - Me.txtAddedWho.MenuManager = Me.RibbonControl1 - Me.txtAddedWho.Name = "txtAddedWho" - Me.txtAddedWho.Properties.ReadOnly = True - Me.txtAddedWho.Size = New System.Drawing.Size(1036, 20) - Me.txtAddedWho.StyleController = Me.LayoutControl1 - Me.txtAddedWho.TabIndex = 10 - ' - 'txtAddedWhen - ' - Me.txtAddedWhen.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True)) - Me.txtAddedWhen.Location = New System.Drawing.Point(143, 256) - Me.txtAddedWhen.MenuManager = Me.RibbonControl1 - Me.txtAddedWhen.Name = "txtAddedWhen" - Me.txtAddedWhen.Properties.ReadOnly = True - Me.txtAddedWhen.Size = New System.Drawing.Size(1036, 20) - Me.txtAddedWhen.StyleController = Me.LayoutControl1 - Me.txtAddedWhen.TabIndex = 11 - ' - 'txtChangedWho - ' - Me.txtChangedWho.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True)) - Me.txtChangedWho.Location = New System.Drawing.Point(143, 216) - Me.txtChangedWho.MenuManager = Me.RibbonControl1 - Me.txtChangedWho.Name = "txtChangedWho" - Me.txtChangedWho.Properties.ReadOnly = True - Me.txtChangedWho.Size = New System.Drawing.Size(1036, 20) - Me.txtChangedWho.StyleController = Me.LayoutControl1 - Me.txtChangedWho.TabIndex = 12 - ' - 'txtChangedWhen - ' - Me.txtChangedWhen.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True)) - Me.txtChangedWhen.Location = New System.Drawing.Point(143, 296) - Me.txtChangedWhen.MenuManager = Me.RibbonControl1 - Me.txtChangedWhen.Name = "txtChangedWhen" - Me.txtChangedWhen.Properties.ReadOnly = True - Me.txtChangedWhen.Size = New System.Drawing.Size(1036, 20) - Me.txtChangedWhen.StyleController = Me.LayoutControl1 - Me.txtChangedWhen.TabIndex = 13 + 'XtraTabControl1 + ' + Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.XtraTabControl1.Location = New System.Drawing.Point(0, 131) + Me.XtraTabControl1.Name = "XtraTabControl1" + Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageProfile + Me.XtraTabControl1.Size = New System.Drawing.Size(1212, 564) + Me.XtraTabControl1.TabIndex = 5 + Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageProfile}) + ' + 'XtraTabPageProfile + ' + Me.XtraTabPageProfile.AutoScroll = True + Me.XtraTabPageProfile.Controls.Add(Me.LayoutControlProfile) + Me.XtraTabPageProfile.Controls.Add(Me.XtraTabControl2) + Me.XtraTabPageProfile.Name = "XtraTabPageProfile" + Me.XtraTabPageProfile.Size = New System.Drawing.Size(1210, 541) + Me.XtraTabPageProfile.Text = "Profil" + ' + 'LayoutControlProfile + ' + Me.LayoutControlProfile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.LayoutControlProfile.Controls.Add(Me.AKTIVCheckBox) + Me.LayoutControlProfile.Controls.Add(Me.ERSTELLTWANNTextBox) + Me.LayoutControlProfile.Controls.Add(Me.GEAENDERTWANNTextBox) + Me.LayoutControlProfile.Controls.Add(Me.SimpleButton1) + Me.LayoutControlProfile.Controls.Add(Me.TextEditErstelltWer) + Me.LayoutControlProfile.Controls.Add(Me.TextEditGeandertWer) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit1) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit3) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit4) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit6) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit7) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit8) + Me.LayoutControlProfile.Controls.Add(Me.TextEdit13) + Me.LayoutControlProfile.Controls.Add(Me.ComboBoxEdit1) + Me.LayoutControlProfile.Controls.Add(Me.ComboBoxEdit2) + Me.LayoutControlProfile.Location = New System.Drawing.Point(0, 3) + Me.LayoutControlProfile.Name = "LayoutControlProfile" + Me.LayoutControlProfile.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(948, 640, 650, 400) + Me.LayoutControlProfile.Root = Me.Root + Me.LayoutControlProfile.Size = New System.Drawing.Size(1204, 300) + Me.LayoutControlProfile.TabIndex = 0 + Me.LayoutControlProfile.Text = "LayoutControl1" + ' + 'AKTIVCheckBox + ' + Me.AKTIVCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_DOKUMENTARTBindingSource, "AKTIV", True)) + Me.AKTIVCheckBox.Location = New System.Drawing.Point(12, 12) + Me.AKTIVCheckBox.Name = "AKTIVCheckBox" + Me.AKTIVCheckBox.Size = New System.Drawing.Size(1180, 20) + Me.AKTIVCheckBox.TabIndex = 25 + Me.AKTIVCheckBox.Text = "Aktiv" + Me.AKTIVCheckBox.UseVisualStyleBackColor = True + ' + 'ERSTELLTWANNTextBox + ' + Me.ERSTELLTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True)) + Me.ERSTELLTWANNTextBox.Location = New System.Drawing.Point(154, 158) + Me.ERSTELLTWANNTextBox.Name = "ERSTELLTWANNTextBox" + Me.ERSTELLTWANNTextBox.Size = New System.Drawing.Size(446, 20) + Me.ERSTELLTWANNTextBox.TabIndex = 35 + ' + 'GEAENDERTWANNTextBox + ' + Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True)) + Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(746, 158) + Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" + Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(446, 20) + Me.GEAENDERTWANNTextBox.TabIndex = 39 ' 'SimpleButton1 ' - Me.SimpleButton1.Location = New System.Drawing.Point(910, 142) + Me.SimpleButton1.Location = New System.Drawing.Point(603, 108) Me.SimpleButton1.Name = "SimpleButton1" - Me.SimpleButton1.Size = New System.Drawing.Size(277, 22) - Me.SimpleButton1.StyleController = Me.LayoutControl1 - Me.SimpleButton1.TabIndex = 21 - Me.SimpleButton1.Text = "Zielpfad Dialog" + Me.SimpleButton1.Size = New System.Drawing.Size(589, 22) + Me.SimpleButton1.StyleController = Me.LayoutControlProfile + Me.SimpleButton1.TabIndex = 43 + Me.SimpleButton1.Text = "SimpleButton1" + ' + 'TextEditErstelltWer + ' + Me.TextEditErstelltWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True)) + Me.TextEditErstelltWer.Location = New System.Drawing.Point(154, 134) + Me.TextEditErstelltWer.MenuManager = Me.RibbonControl1 + Me.TextEditErstelltWer.Name = "TextEditErstelltWer" + Me.TextEditErstelltWer.Size = New System.Drawing.Size(445, 20) + Me.TextEditErstelltWer.StyleController = Me.LayoutControlProfile + Me.TextEditErstelltWer.TabIndex = 44 + ' + 'TextEditGeandertWer + ' + Me.TextEditGeandertWer.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True)) + Me.TextEditGeandertWer.Location = New System.Drawing.Point(745, 134) + Me.TextEditGeandertWer.MenuManager = Me.RibbonControl1 + Me.TextEditGeandertWer.Name = "TextEditGeandertWer" + Me.TextEditGeandertWer.Size = New System.Drawing.Size(447, 20) + Me.TextEditGeandertWer.StyleController = Me.LayoutControlProfile + Me.TextEditGeandertWer.TabIndex = 45 ' - 'SimpleButton2 + 'TextEdit1 ' - Me.SimpleButton2.Location = New System.Drawing.Point(910, 116) - Me.SimpleButton2.Name = "SimpleButton2" - Me.SimpleButton2.Size = New System.Drawing.Size(277, 22) - Me.SimpleButton2.StyleController = Me.LayoutControl1 - Me.SimpleButton2.TabIndex = 22 - Me.SimpleButton2.Text = "Konvention bearbeiten" + Me.TextEdit1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True)) + Me.TextEdit1.Location = New System.Drawing.Point(154, 182) + Me.TextEdit1.MenuManager = Me.RibbonControl1 + Me.TextEdit1.Name = "TextEdit1" + Me.TextEdit1.Size = New System.Drawing.Size(446, 20) + Me.TextEdit1.StyleController = Me.LayoutControlProfile + Me.TextEdit1.TabIndex = 46 + ' + 'TextEdit3 + ' + Me.TextEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "FOLDER_FOR_INDEX", True)) + Me.TextEdit3.Location = New System.Drawing.Point(154, 108) + Me.TextEdit3.MenuManager = Me.RibbonControl1 + Me.TextEdit3.Name = "TextEdit3" + Me.TextEdit3.Size = New System.Drawing.Size(445, 20) + Me.TextEdit3.StyleController = Me.LayoutControlProfile + Me.TextEdit3.TabIndex = 47 + ' + 'TextEdit4 + ' + Me.TextEdit4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True)) + Me.TextEdit4.Location = New System.Drawing.Point(154, 84) + Me.TextEdit4.MenuManager = Me.RibbonControl1 + Me.TextEdit4.Name = "TextEdit4" + Me.TextEdit4.Size = New System.Drawing.Size(1038, 20) + Me.TextEdit4.StyleController = Me.LayoutControlProfile + Me.TextEdit4.TabIndex = 48 + ' + 'TextEdit6 + ' + Me.TextEdit6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "KURZNAME", True)) + Me.TextEdit6.Location = New System.Drawing.Point(962, 36) + Me.TextEdit6.MenuManager = Me.RibbonControl1 + Me.TextEdit6.Name = "TextEdit6" + Me.TextEdit6.Size = New System.Drawing.Size(230, 20) + Me.TextEdit6.StyleController = Me.LayoutControlProfile + Me.TextEdit6.TabIndex = 50 + ' + 'TextEdit7 + ' + Me.TextEdit7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BEZEICHNUNG", True)) + Me.TextEdit7.Location = New System.Drawing.Point(356, 36) + Me.TextEdit7.MenuManager = Me.RibbonControl1 + Me.TextEdit7.Name = "TextEdit7" + Me.TextEdit7.Size = New System.Drawing.Size(460, 20) + Me.TextEdit7.StyleController = Me.LayoutControlProfile + Me.TextEdit7.TabIndex = 51 + ' + 'TextEdit8 + ' + Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True)) + Me.TextEdit8.Location = New System.Drawing.Point(154, 36) + Me.TextEdit8.MenuManager = Me.RibbonControl1 + Me.TextEdit8.Name = "TextEdit8" + Me.TextEdit8.Size = New System.Drawing.Size(56, 20) + Me.TextEdit8.StyleController = Me.LayoutControlProfile + Me.TextEdit8.TabIndex = 52 + ' + 'TextEdit13 + ' + Me.TextEdit13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "SEQUENCE", True)) + Me.TextEdit13.Location = New System.Drawing.Point(154, 60) + Me.TextEdit13.MenuManager = Me.RibbonControl1 + Me.TextEdit13.Name = "TextEdit13" + Me.TextEdit13.Size = New System.Drawing.Size(56, 20) + Me.TextEdit13.StyleController = Me.LayoutControlProfile + Me.TextEdit13.TabIndex = 53 + ' + 'ComboBoxEdit1 + ' + Me.ComboBoxEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True)) + Me.ComboBoxEdit1.Location = New System.Drawing.Point(356, 60) + Me.ComboBoxEdit1.MenuManager = Me.RibbonControl1 + Me.ComboBoxEdit1.Name = "ComboBoxEdit1" + Me.ComboBoxEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) + Me.ComboBoxEdit1.Properties.Items.AddRange(New Object() {"New version", "Default", "Question"}) + Me.ComboBoxEdit1.Size = New System.Drawing.Size(836, 20) + Me.ComboBoxEdit1.StyleController = Me.LayoutControlProfile + Me.ComboBoxEdit1.TabIndex = 54 ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.Root.GroupBordersVisible = False - Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem7, Me.LayoutControlItem9, Me.LayoutControlItem2, Me.LayoutControlItem5, Me.LayoutControlItem1, Me.LayoutControlItem3, Me.LayoutControlItem8, Me.LayoutControlItem10, Me.LayoutControlItem12, Me.LayoutControlItem6, Me.LayoutControlItem13, Me.LayoutControlItem11, Me.LayoutControlItem14, Me.LayoutControlItem4, Me.LayoutControlItem16}) + Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem22, Me.LayoutControlItem18, Me.LayoutControlItem28, Me.LayoutControlItem12, Me.LayoutControlItem10, Me.LayoutControlItem4, Me.LayoutControlItem3, Me.LayoutControlItem32, Me.LayoutControlItem5, Me.LayoutControlItem36, Me.LayoutControlItem26, Me.LayoutControlItem25, Me.LayoutControlItem30, Me.Filestore}) Me.Root.Name = "Root" - Me.Root.Size = New System.Drawing.Size(1199, 612) + Me.Root.Size = New System.Drawing.Size(1204, 300) Me.Root.TextVisible = False ' - 'LayoutControlItem7 + 'LayoutControlItem1 ' - Me.LayoutControlItem7.Control = Me.txtAddedWho - Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 156) - Me.LayoutControlItem7.Name = "LayoutControlItem7" - Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem7.Size = New System.Drawing.Size(1179, 40) - Me.LayoutControlItem7.Text = "Erstellt Wer" - Me.LayoutControlItem7.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem1.Control = Me.SimpleButton1 + Me.LayoutControlItem1.Location = New System.Drawing.Point(591, 96) + Me.LayoutControlItem1.Name = "LayoutControlItem1" + Me.LayoutControlItem1.Size = New System.Drawing.Size(593, 26) + Me.LayoutControlItem1.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem1.TextVisible = False ' - 'LayoutControlItem9 + 'LayoutControlItem22 ' - Me.LayoutControlItem9.Control = Me.txtChangedWho - Me.LayoutControlItem9.Location = New System.Drawing.Point(0, 196) - Me.LayoutControlItem9.Name = "LayoutControlItem9" - Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem9.Size = New System.Drawing.Size(1179, 40) - Me.LayoutControlItem9.Text = "Geändert Wer" - Me.LayoutControlItem9.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem22.Control = Me.AKTIVCheckBox + Me.LayoutControlItem22.Location = New System.Drawing.Point(0, 0) + Me.LayoutControlItem22.Name = "LayoutControlItem22" + Me.LayoutControlItem22.Size = New System.Drawing.Size(1184, 24) + Me.LayoutControlItem22.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem22.TextVisible = False ' - 'LayoutControlItem2 + 'LayoutControlItem18 ' - Me.LayoutControlItem2.Control = Me.TextEdit2 - Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 40) - Me.LayoutControlItem2.Name = "LayoutControlItem2" - Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem2.Size = New System.Drawing.Size(527, 40) - Me.LayoutControlItem2.Text = "Bezeichnung" - Me.LayoutControlItem2.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem18.Control = Me.TextEdit3 + Me.LayoutControlItem18.Location = New System.Drawing.Point(0, 96) + Me.LayoutControlItem18.Name = "LayoutControlItem18" + Me.LayoutControlItem18.Size = New System.Drawing.Size(591, 26) + Me.LayoutControlItem18.Text = "Dynamischer Pfad" + Me.LayoutControlItem18.TextSize = New System.Drawing.Size(139, 13) ' - 'LayoutControlItem5 + 'LayoutControlItem28 ' - Me.LayoutControlItem5.Control = Me.CheckEdit2 - Me.LayoutControlItem5.Location = New System.Drawing.Point(208, 0) - Me.LayoutControlItem5.Name = "LayoutControlItem5" - Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem5.Size = New System.Drawing.Size(318, 40) - Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem5.TextVisible = False + Me.LayoutControlItem28.Control = Me.TextEdit4 + Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 72) + Me.LayoutControlItem28.Name = "LayoutControlItem28" + Me.LayoutControlItem28.Size = New System.Drawing.Size(1184, 24) + Me.LayoutControlItem28.Text = "Beschreibung" + Me.LayoutControlItem28.TextSize = New System.Drawing.Size(139, 13) ' - 'LayoutControlItem1 + 'LayoutControlItem12 ' - Me.LayoutControlItem1.Control = Me.TextEdit1 - Me.LayoutControlItem1.CustomizationFormText = "GUID" - Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0) - Me.LayoutControlItem1.Name = "LayoutControlItem1" - Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem1.Size = New System.Drawing.Size(208, 40) - Me.LayoutControlItem1.Text = "GUID" - Me.LayoutControlItem1.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem12.Control = Me.TextEdit6 + Me.LayoutControlItem12.Location = New System.Drawing.Point(808, 24) + Me.LayoutControlItem12.Name = "LayoutControlItem12" + Me.LayoutControlItem12.Size = New System.Drawing.Size(376, 24) + Me.LayoutControlItem12.Text = "Kurzname" + Me.LayoutControlItem12.TextSize = New System.Drawing.Size(139, 13) + ' + 'LayoutControlItem10 + ' + Me.LayoutControlItem10.Control = Me.TextEdit7 + Me.LayoutControlItem10.Location = New System.Drawing.Point(202, 24) + Me.LayoutControlItem10.Name = "LayoutControlItem10" + Me.LayoutControlItem10.Size = New System.Drawing.Size(606, 24) + Me.LayoutControlItem10.Text = "Bezeichnung" + Me.LayoutControlItem10.TextSize = New System.Drawing.Size(139, 13) + ' + 'LayoutControlItem4 + ' + Me.LayoutControlItem4.Control = Me.TextEdit8 + Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 24) + Me.LayoutControlItem4.Name = "LayoutControlItem4" + Me.LayoutControlItem4.Size = New System.Drawing.Size(202, 24) + Me.LayoutControlItem4.Text = "ID" + Me.LayoutControlItem4.TextSize = New System.Drawing.Size(139, 13) ' 'LayoutControlItem3 ' - Me.LayoutControlItem3.Control = Me.SpinEdit1 - Me.LayoutControlItem3.CustomizationFormText = "Anzeige Reihenfolge" - Me.LayoutControlItem3.Location = New System.Drawing.Point(526, 0) + Me.LayoutControlItem3.Control = Me.TextEditErstelltWer + Me.LayoutControlItem3.Enabled = False + Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 122) Me.LayoutControlItem3.Name = "LayoutControlItem3" - Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem3.Size = New System.Drawing.Size(653, 40) - Me.LayoutControlItem3.Text = "Reihenfolge" - Me.LayoutControlItem3.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem3.Size = New System.Drawing.Size(591, 24) + Me.LayoutControlItem3.Text = "Erstellt wer" + Me.LayoutControlItem3.TextSize = New System.Drawing.Size(139, 13) ' - 'LayoutControlItem8 + 'LayoutControlItem32 ' - Me.LayoutControlItem8.Control = Me.txtAddedWhen - Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 236) - Me.LayoutControlItem8.Name = "LayoutControlItem8" - Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem8.Size = New System.Drawing.Size(1179, 40) - Me.LayoutControlItem8.Text = "Erstellt Wann" - Me.LayoutControlItem8.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem32.Control = Me.ERSTELLTWANNTextBox + Me.LayoutControlItem32.Enabled = False + Me.LayoutControlItem32.Location = New System.Drawing.Point(0, 146) + Me.LayoutControlItem32.Name = "LayoutControlItem32" + Me.LayoutControlItem32.Size = New System.Drawing.Size(592, 24) + Me.LayoutControlItem32.Text = "Erstellt wann:" + Me.LayoutControlItem32.TextSize = New System.Drawing.Size(139, 13) ' - 'LayoutControlItem10 + 'LayoutControlItem5 ' - Me.LayoutControlItem10.Control = Me.txtChangedWhen - Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 276) - Me.LayoutControlItem10.Name = "LayoutControlItem10" - Me.LayoutControlItem10.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) - Me.LayoutControlItem10.Size = New System.Drawing.Size(1179, 316) - Me.LayoutControlItem10.Text = "Geändert Wann" - Me.LayoutControlItem10.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem5.Control = Me.TextEditGeandertWer + Me.LayoutControlItem5.Enabled = False + Me.LayoutControlItem5.Location = New System.Drawing.Point(591, 122) + Me.LayoutControlItem5.Name = "LayoutControlItem5" + Me.LayoutControlItem5.Size = New System.Drawing.Size(593, 24) + Me.LayoutControlItem5.Text = "Geändert wer" + Me.LayoutControlItem5.TextSize = New System.Drawing.Size(139, 13) + ' + 'LayoutControlItem36 + ' + Me.LayoutControlItem36.Control = Me.GEAENDERTWANNTextBox + Me.LayoutControlItem36.Enabled = False + Me.LayoutControlItem36.Location = New System.Drawing.Point(592, 146) + Me.LayoutControlItem36.Name = "LayoutControlItem36" + Me.LayoutControlItem36.Size = New System.Drawing.Size(592, 24) + Me.LayoutControlItem36.Text = "Geändert wann:" + Me.LayoutControlItem36.TextSize = New System.Drawing.Size(139, 13) + ' + 'LayoutControlItem26 + ' + Me.LayoutControlItem26.Control = Me.ComboBoxEdit1 + Me.LayoutControlItem26.Location = New System.Drawing.Point(202, 48) + Me.LayoutControlItem26.Name = "LayoutControlItem26" + Me.LayoutControlItem26.Size = New System.Drawing.Size(982, 24) + Me.LayoutControlItem26.Text = "Verhalten Datei vorhanden" + Me.LayoutControlItem26.TextSize = New System.Drawing.Size(139, 13) + ' + 'LayoutControlItem25 + ' + Me.LayoutControlItem25.Control = Me.TextEdit13 + Me.LayoutControlItem25.Location = New System.Drawing.Point(0, 48) + Me.LayoutControlItem25.Name = "LayoutControlItem25" + Me.LayoutControlItem25.Size = New System.Drawing.Size(202, 24) + Me.LayoutControlItem25.Text = "Reihenfolge" + Me.LayoutControlItem25.TextSize = New System.Drawing.Size(139, 13) + ' + 'LayoutControlItem30 + ' + Me.LayoutControlItem30.Control = Me.TextEdit1 + Me.LayoutControlItem30.Location = New System.Drawing.Point(0, 170) + Me.LayoutControlItem30.Name = "LayoutControlItem30" + Me.LayoutControlItem30.Size = New System.Drawing.Size(592, 110) + Me.LayoutControlItem30.Text = "Namenkonvention" + Me.LayoutControlItem30.TextSize = New System.Drawing.Size(139, 13) + ' + 'XtraTabControl2 + ' + Me.XtraTabControl2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.XtraTabControl2.Location = New System.Drawing.Point(12, 309) + Me.XtraTabControl2.Name = "XtraTabControl2" + Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPageManIndexe + Me.XtraTabControl2.Size = New System.Drawing.Size(1180, 232) + Me.XtraTabControl2.TabIndex = 1 + Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageManIndexe, Me.XtraTabPageRework, Me.XtraTabPageAutoIndexe, Me.XtraTabPageDynamicFolder, Me.XtraTabPageAutoSelect}) + ' + 'XtraTabPageManIndexe + ' + Me.XtraTabPageManIndexe.AutoScroll = True + Me.XtraTabPageManIndexe.Controls.Add(Me.LayoutControlManIndexe) + Me.XtraTabPageManIndexe.Controls.Add(Me.ListBoxAutoIndexe) + Me.XtraTabPageManIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageManIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.XtraTabPageManIndexe.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) + Me.XtraTabPageManIndexe.Name = "XtraTabPageManIndexe" + Me.XtraTabPageManIndexe.Size = New System.Drawing.Size(1178, 206) + Me.XtraTabPageManIndexe.Text = "manuelle Indexe" + ' + 'LayoutControlManIndexe + ' + Me.LayoutControlManIndexe.Controls.Add(Me.SUGGESTIONCheckBox) + Me.LayoutControlManIndexe.Controls.Add(Me.VKT_ADD_ITEMCheckBox) + Me.LayoutControlManIndexe.Controls.Add(Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox) + Me.LayoutControlManIndexe.Controls.Add(Me.MULTISELECTCheckBox) + Me.LayoutControlManIndexe.Controls.Add(Me.ACTIVECheckBox) + Me.LayoutControlManIndexe.Controls.Add(Me.btneditSQLmanIndex) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEditAddedWho_ManIndex) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEdit2) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEditChangedWho_ManIndex) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEdit9) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEdit10) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEdit11) + Me.LayoutControlManIndexe.Controls.Add(Me.TextEdit12) + Me.LayoutControlManIndexe.Controls.Add(Me.SpinEdit1) + Me.LayoutControlManIndexe.Controls.Add(Me.ComboBoxEdit3) + Me.LayoutControlManIndexe.Controls.Add(Me.ComboBoxEdit4) + Me.LayoutControlManIndexe.Dock = System.Windows.Forms.DockStyle.Fill + Me.LayoutControlManIndexe.Location = New System.Drawing.Point(191, 0) + Me.LayoutControlManIndexe.Name = "LayoutControlManIndexe" + Me.LayoutControlManIndexe.Root = Me.LayoutControlGroup1 + Me.LayoutControlManIndexe.Size = New System.Drawing.Size(987, 206) + Me.LayoutControlManIndexe.TabIndex = 1 + Me.LayoutControlManIndexe.Text = "LayoutControl1" + ' + 'SUGGESTIONCheckBox + ' + Me.SUGGESTIONCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "SUGGESTION", True)) + Me.SUGGESTIONCheckBox.Location = New System.Drawing.Point(12, 132) + Me.SUGGESTIONCheckBox.Name = "SUGGESTIONCheckBox" + Me.SUGGESTIONCheckBox.Size = New System.Drawing.Size(123, 20) + Me.SUGGESTIONCheckBox.TabIndex = 15 + Me.SUGGESTIONCheckBox.Text = "SQL Abfrage" + Me.SUGGESTIONCheckBox.UseVisualStyleBackColor = True + ' + 'TBDD_INDEX_MANBindingSource + ' + Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN" + Me.TBDD_INDEX_MANBindingSource.DataSource = Me.GlobixDataset + ' + 'VKT_ADD_ITEMCheckBox + ' + Me.VKT_ADD_ITEMCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_ADD_ITEM", True)) + Me.VKT_ADD_ITEMCheckBox.Location = New System.Drawing.Point(753, 108) + Me.VKT_ADD_ITEMCheckBox.Name = "VKT_ADD_ITEMCheckBox" + Me.VKT_ADD_ITEMCheckBox.Size = New System.Drawing.Size(205, 20) + Me.VKT_ADD_ITEMCheckBox.TabIndex = 14 + Me.VKT_ADD_ITEMCheckBox.Text = "Neueingabe erlauben" + Me.VKT_ADD_ITEMCheckBox.UseVisualStyleBackColor = True + ' + 'VKT_PREVENT_MULTIPLE_VALUESCheckBox + ' + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_PREVENT_MULTIPLE_VALUES", True)) + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Location = New System.Drawing.Point(528, 108) + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Name = "VKT_PREVENT_MULTIPLE_VALUESCheckBox" + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Size = New System.Drawing.Size(221, 20) + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.TabIndex = 13 + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Text = "Doppelte Einträge verhindern" + Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.UseVisualStyleBackColor = True + ' + 'MULTISELECTCheckBox + ' + Me.MULTISELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "MULTISELECT", True)) + Me.MULTISELECTCheckBox.Location = New System.Drawing.Point(274, 108) + Me.MULTISELECTCheckBox.Name = "MULTISELECTCheckBox" + Me.MULTISELECTCheckBox.Size = New System.Drawing.Size(250, 20) + Me.MULTISELECTCheckBox.TabIndex = 12 + Me.MULTISELECTCheckBox.Text = "Mehrfachauswahl" + Me.MULTISELECTCheckBox.UseVisualStyleBackColor = True + ' + 'ACTIVECheckBox + ' + Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "ACTIVE", True)) + Me.ACTIVECheckBox.Location = New System.Drawing.Point(12, 12) + Me.ACTIVECheckBox.Name = "ACTIVECheckBox" + Me.ACTIVECheckBox.Size = New System.Drawing.Size(76, 20) + Me.ACTIVECheckBox.TabIndex = 5 + Me.ACTIVECheckBox.Text = "Aktiv" + Me.ACTIVECheckBox.UseVisualStyleBackColor = True + ' + 'btneditSQLmanIndex + ' + Me.btneditSQLmanIndex.ImageOptions.SvgImage = CType(resources.GetObject("btneditSQLmanIndex.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.btneditSQLmanIndex.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) + Me.btneditSQLmanIndex.Location = New System.Drawing.Point(139, 132) + Me.btneditSQLmanIndex.Name = "btneditSQLmanIndex" + Me.btneditSQLmanIndex.Size = New System.Drawing.Size(819, 22) + Me.btneditSQLmanIndex.StyleController = Me.LayoutControlManIndexe + Me.btneditSQLmanIndex.TabIndex = 16 + Me.btneditSQLmanIndex.Text = "SQL Abfrage bearbeiten" + ' + 'TextEditAddedWho_ManIndex + ' + Me.TextEditAddedWho_ManIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHO", True)) + Me.TextEditAddedWho_ManIndex.Enabled = False + Me.TextEditAddedWho_ManIndex.Location = New System.Drawing.Point(85, 182) + Me.TextEditAddedWho_ManIndex.MenuManager = Me.RibbonControl1 + Me.TextEditAddedWho_ManIndex.Name = "TextEditAddedWho_ManIndex" + Me.TextEditAddedWho_ManIndex.Size = New System.Drawing.Size(397, 20) + Me.TextEditAddedWho_ManIndex.StyleController = Me.LayoutControlManIndexe + Me.TextEditAddedWho_ManIndex.TabIndex = 18 ' - 'LayoutControlItem12 + 'TextEdit2 ' - Me.LayoutControlItem12.Control = Me.KURZNAMETextBox - Me.LayoutControlItem12.Location = New System.Drawing.Point(527, 40) - Me.LayoutControlItem12.Name = "LayoutControlItem12" - Me.LayoutControlItem12.Size = New System.Drawing.Size(203, 40) - Me.LayoutControlItem12.Text = "Kurzname:" - Me.LayoutControlItem12.TextSize = New System.Drawing.Size(120, 13) + Me.TextEdit2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHEN", True)) + Me.TextEdit2.Location = New System.Drawing.Point(559, 182) + Me.TextEdit2.MenuManager = Me.RibbonControl1 + Me.TextEdit2.Name = "TextEdit2" + Me.TextEdit2.Size = New System.Drawing.Size(399, 20) + Me.TextEdit2.StyleController = Me.LayoutControlManIndexe + Me.TextEdit2.TabIndex = 19 + ' + 'TextEditChangedWho_ManIndex + ' + Me.TextEditChangedWho_ManIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHO", True)) + Me.TextEditChangedWho_ManIndex.Location = New System.Drawing.Point(85, 206) + Me.TextEditChangedWho_ManIndex.MenuManager = Me.RibbonControl1 + Me.TextEditChangedWho_ManIndex.Name = "TextEditChangedWho_ManIndex" + Me.TextEditChangedWho_ManIndex.Size = New System.Drawing.Size(397, 20) + Me.TextEditChangedWho_ManIndex.StyleController = Me.LayoutControlManIndexe + Me.TextEditChangedWho_ManIndex.TabIndex = 20 + ' + 'TextEdit9 + ' + Me.TextEdit9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "GUID", True)) + Me.TextEdit9.Location = New System.Drawing.Point(165, 12) + Me.TextEdit9.MenuManager = Me.RibbonControl1 + Me.TextEdit9.Name = "TextEdit9" + Me.TextEdit9.Size = New System.Drawing.Size(793, 20) + Me.TextEdit9.StyleController = Me.LayoutControlManIndexe + Me.TextEdit9.TabIndex = 21 + ' + 'TextEdit10 + ' + Me.TextEdit10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "NAME", True)) + Me.TextEdit10.Location = New System.Drawing.Point(85, 60) + Me.TextEdit10.MenuManager = Me.RibbonControl1 + Me.TextEdit10.Name = "TextEdit10" + Me.TextEdit10.Size = New System.Drawing.Size(380, 20) + Me.TextEdit10.StyleController = Me.LayoutControlManIndexe + Me.TextEdit10.TabIndex = 22 + ' + 'TextEdit11 + ' + Me.TextEdit11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "COMMENT", True)) + Me.TextEdit11.Location = New System.Drawing.Point(85, 84) + Me.TextEdit11.MenuManager = Me.RibbonControl1 + Me.TextEdit11.Name = "TextEdit11" + Me.TextEdit11.Size = New System.Drawing.Size(873, 20) + Me.TextEdit11.StyleController = Me.LayoutControlManIndexe + Me.TextEdit11.TabIndex = 23 + ' + 'TextEdit12 + ' + Me.TextEdit12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "DEFAULT_VALUE", True)) + Me.TextEdit12.Location = New System.Drawing.Point(85, 158) + Me.TextEdit12.MenuManager = Me.RibbonControl1 + Me.TextEdit12.Name = "TextEdit12" + Me.TextEdit12.Size = New System.Drawing.Size(873, 20) + Me.TextEdit12.StyleController = Me.LayoutControlManIndexe + Me.TextEdit12.TabIndex = 24 ' - 'LayoutControlItem6 + 'SpinEdit1 ' - Me.LayoutControlItem6.Control = Me.DUPLICATE_HANDLINGComboBox - Me.LayoutControlItem6.Location = New System.Drawing.Point(730, 40) - Me.LayoutControlItem6.Name = "LayoutControlItem6" - Me.LayoutControlItem6.Size = New System.Drawing.Size(449, 40) - Me.LayoutControlItem6.Text = "Verhalten Duplikat:" - Me.LayoutControlItem6.TextSize = New System.Drawing.Size(120, 13) + Me.SpinEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True)) + Me.SpinEdit1.EditValue = New Decimal(New Integer() {0, 0, 0, 0}) + Me.SpinEdit1.Location = New System.Drawing.Point(165, 36) + Me.SpinEdit1.MenuManager = Me.RibbonControl1 + Me.SpinEdit1.Name = "SpinEdit1" + Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) + Me.SpinEdit1.Size = New System.Drawing.Size(793, 20) + Me.SpinEdit1.StyleController = Me.LayoutControlManIndexe + Me.SpinEdit1.TabIndex = 25 ' - 'LayoutControlItem13 + 'LayoutControlGroup1 ' - Me.LayoutControlItem13.Control = Me.ZIEL_PFADTextBox - Me.LayoutControlItem13.Location = New System.Drawing.Point(0, 130) - Me.LayoutControlItem13.Name = "LayoutControlItem13" - Me.LayoutControlItem13.Size = New System.Drawing.Size(898, 26) - Me.LayoutControlItem13.Text = "Zielpfad:" - Me.LayoutControlItem13.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] + Me.LayoutControlGroup1.GroupBordersVisible = False + Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem7, Me.LayoutControlItem17, Me.LayoutControlItem19, Me.LayoutControlItem21, Me.LayoutControlItem6, Me.LayoutControlItem23, Me.LayoutControlItem24, Me.LayoutControlItem27, Me.LayoutControlItem29, Me.LayoutControlItem2, Me.LayoutControlItem8, Me.LayoutControlItem11, Me.LayoutControlItem15, Me.LayoutControlItem9, Me.LayoutControlItem14, Me.LayoutControlItem13}) + Me.LayoutControlGroup1.Name = "LayoutControlGroup1" + Me.LayoutControlGroup1.Size = New System.Drawing.Size(970, 238) + Me.LayoutControlGroup1.TextVisible = False ' - 'LayoutControlItem11 + 'LayoutControlItem7 ' - Me.LayoutControlItem11.Control = Me.NAMENKONVENTIONTextBox - Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 104) - Me.LayoutControlItem11.Name = "LayoutControlItem11" - Me.LayoutControlItem11.Size = New System.Drawing.Size(898, 26) - Me.LayoutControlItem11.Text = "Konvention Dateiname:" - Me.LayoutControlItem11.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem7.Control = Me.ACTIVECheckBox + Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 0) + Me.LayoutControlItem7.Name = "LayoutControlItem7" + Me.LayoutControlItem7.Size = New System.Drawing.Size(80, 48) + Me.LayoutControlItem7.Text = "ACTIVE:" + Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem7.TextVisible = False + ' + 'LayoutControlItem17 + ' + Me.LayoutControlItem17.Control = Me.MULTISELECTCheckBox + Me.LayoutControlItem17.Location = New System.Drawing.Point(262, 96) + Me.LayoutControlItem17.Name = "LayoutControlItem17" + Me.LayoutControlItem17.Size = New System.Drawing.Size(254, 24) + Me.LayoutControlItem17.Text = "MULTISELECT:" + Me.LayoutControlItem17.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem17.TextVisible = False + ' + 'LayoutControlItem19 + ' + Me.LayoutControlItem19.Control = Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox + Me.LayoutControlItem19.Location = New System.Drawing.Point(516, 96) + Me.LayoutControlItem19.Name = "LayoutControlItem19" + Me.LayoutControlItem19.Size = New System.Drawing.Size(225, 24) + Me.LayoutControlItem19.Text = "VKT PREVENT MULTIPLE VALUES:" + Me.LayoutControlItem19.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem19.TextVisible = False + ' + 'LayoutControlItem21 + ' + Me.LayoutControlItem21.Control = Me.VKT_ADD_ITEMCheckBox + Me.LayoutControlItem21.Location = New System.Drawing.Point(741, 96) + Me.LayoutControlItem21.Name = "LayoutControlItem21" + Me.LayoutControlItem21.Size = New System.Drawing.Size(209, 24) + Me.LayoutControlItem21.Text = "VKT ADD ITEM:" + Me.LayoutControlItem21.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem21.TextVisible = False ' - 'LayoutControlItem14 + 'LayoutControlItem6 ' - Me.LayoutControlItem14.Control = Me.SimpleButton2 - Me.LayoutControlItem14.Location = New System.Drawing.Point(898, 104) - Me.LayoutControlItem14.Name = "LayoutControlItem14" - Me.LayoutControlItem14.Size = New System.Drawing.Size(281, 26) - Me.LayoutControlItem14.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem14.TextVisible = False + Me.LayoutControlItem6.Control = Me.btneditSQLmanIndex + Me.LayoutControlItem6.Location = New System.Drawing.Point(127, 120) + Me.LayoutControlItem6.Name = "LayoutControlItem6" + Me.LayoutControlItem6.Size = New System.Drawing.Size(823, 26) + Me.LayoutControlItem6.Text = "SQL Abfrage bearbeiten" + Me.LayoutControlItem6.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem6.TextVisible = False + ' + 'LayoutControlItem23 + ' + Me.LayoutControlItem23.Control = Me.SUGGESTIONCheckBox + Me.LayoutControlItem23.Location = New System.Drawing.Point(0, 120) + Me.LayoutControlItem23.Name = "LayoutControlItem23" + Me.LayoutControlItem23.Size = New System.Drawing.Size(127, 26) + Me.LayoutControlItem23.Text = "SUGGESTION:" + Me.LayoutControlItem23.TextSize = New System.Drawing.Size(0, 0) + Me.LayoutControlItem23.TextVisible = False + ' + 'LayoutControlItem24 + ' + Me.LayoutControlItem24.Control = Me.TextEditAddedWho_ManIndex + Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 170) + Me.LayoutControlItem24.Name = "LayoutControlItem24" + Me.LayoutControlItem24.Size = New System.Drawing.Size(474, 24) + Me.LayoutControlItem24.Text = "ErstelltWer" + Me.LayoutControlItem24.TextSize = New System.Drawing.Size(70, 13) + ' + 'LayoutControlItem27 + ' + Me.LayoutControlItem27.Control = Me.TextEdit2 + Me.LayoutControlItem27.Enabled = False + Me.LayoutControlItem27.Location = New System.Drawing.Point(474, 170) + Me.LayoutControlItem27.Name = "LayoutControlItem27" + Me.LayoutControlItem27.Size = New System.Drawing.Size(476, 48) + Me.LayoutControlItem27.Text = "Erstellt wann" + Me.LayoutControlItem27.TextSize = New System.Drawing.Size(70, 13) + ' + 'LayoutControlItem29 + ' + Me.LayoutControlItem29.Control = Me.TextEditChangedWho_ManIndex + Me.LayoutControlItem29.Enabled = False + Me.LayoutControlItem29.Location = New System.Drawing.Point(0, 194) + Me.LayoutControlItem29.Name = "LayoutControlItem29" + Me.LayoutControlItem29.Size = New System.Drawing.Size(474, 24) + Me.LayoutControlItem29.Text = "Geändert wer" + Me.LayoutControlItem29.TextSize = New System.Drawing.Size(70, 13) ' - 'LayoutControlItem4 + 'LayoutControlItem2 ' - Me.LayoutControlItem4.Control = Me.SimpleButton1 - Me.LayoutControlItem4.Location = New System.Drawing.Point(898, 130) - Me.LayoutControlItem4.Name = "LayoutControlItem4" - Me.LayoutControlItem4.Size = New System.Drawing.Size(281, 26) - Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem4.TextVisible = False + Me.LayoutControlItem2.Control = Me.TextEdit9 + Me.LayoutControlItem2.Location = New System.Drawing.Point(80, 0) + Me.LayoutControlItem2.Name = "LayoutControlItem2" + Me.LayoutControlItem2.Size = New System.Drawing.Size(870, 24) + Me.LayoutControlItem2.Text = "ID" + Me.LayoutControlItem2.TextSize = New System.Drawing.Size(70, 13) ' - 'LayoutControlItem16 + 'LayoutControlItem8 ' - Me.LayoutControlItem16.Control = Me.BESCHREIBUNGTextBox - Me.LayoutControlItem16.Location = New System.Drawing.Point(0, 80) - Me.LayoutControlItem16.Name = "LayoutControlItem16" - Me.LayoutControlItem16.Size = New System.Drawing.Size(1179, 24) - Me.LayoutControlItem16.Text = "Beschreibung:" - Me.LayoutControlItem16.TextSize = New System.Drawing.Size(120, 13) + Me.LayoutControlItem8.Control = Me.TextEdit10 + Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 48) + Me.LayoutControlItem8.Name = "LayoutControlItem8" + Me.LayoutControlItem8.Size = New System.Drawing.Size(457, 24) + Me.LayoutControlItem8.Text = "Bezeichnung" + Me.LayoutControlItem8.TextSize = New System.Drawing.Size(70, 13) ' - 'DSIDB_Stammdaten + 'LayoutControlItem11 ' - Me.DSIDB_Stammdaten.DataSetName = "DSIDB_Stammdaten" - Me.DSIDB_Stammdaten.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + Me.LayoutControlItem11.Control = Me.TextEdit11 + Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 72) + Me.LayoutControlItem11.Name = "LayoutControlItem11" + Me.LayoutControlItem11.Size = New System.Drawing.Size(950, 24) + Me.LayoutControlItem11.Text = "Hinweis" + Me.LayoutControlItem11.TextSize = New System.Drawing.Size(70, 13) ' - 'TableAdapterManager + 'LayoutControlItem15 ' - Me.TableAdapterManager.BackupDataSetBeforeUpdate = False - Me.TableAdapterManager.Connection = Nothing - Me.TableAdapterManager.TBIDB_ATTRIBUTE_TYPETableAdapter = Nothing - Me.TableAdapterManager.TBIDB_ATTRIBUTETableAdapter = Nothing - Me.TableAdapterManager.TBIDB_BUSINESS_ENTITYTableAdapter = Nothing - Me.TableAdapterManager.UpdateOrder = DigitalData.GUIs.ZooFlow.DSIDB_StammdatenTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + Me.LayoutControlItem15.Control = Me.TextEdit12 + Me.LayoutControlItem15.Location = New System.Drawing.Point(0, 146) + Me.LayoutControlItem15.Name = "LayoutControlItem15" + Me.LayoutControlItem15.Size = New System.Drawing.Size(950, 24) + Me.LayoutControlItem15.Text = "Default-Wert" + Me.LayoutControlItem15.TextSize = New System.Drawing.Size(70, 13) ' - 'TBDD_DOKUMENTARTTableAdapter + 'LayoutControlItem9 ' - Me.TBDD_DOKUMENTARTTableAdapter.ClearBeforeFill = True + Me.LayoutControlItem9.Control = Me.SpinEdit1 + Me.LayoutControlItem9.Location = New System.Drawing.Point(80, 24) + Me.LayoutControlItem9.Name = "LayoutControlItem9" + Me.LayoutControlItem9.Size = New System.Drawing.Size(870, 24) + Me.LayoutControlItem9.Text = "Reihenfolge" + Me.LayoutControlItem9.TextSize = New System.Drawing.Size(70, 13) + ' + 'ListBoxAutoIndexe + ' + Me.ListBoxAutoIndexe.DataSource = Me.TBDD_INDEX_MANBindingSource + Me.ListBoxAutoIndexe.DisplayMember = "NAME" + Me.ListBoxAutoIndexe.Dock = System.Windows.Forms.DockStyle.Left + Me.ListBoxAutoIndexe.FormattingEnabled = True + Me.ListBoxAutoIndexe.Location = New System.Drawing.Point(0, 0) + Me.ListBoxAutoIndexe.Name = "ListBoxAutoIndexe" + Me.ListBoxAutoIndexe.Size = New System.Drawing.Size(191, 206) + Me.ListBoxAutoIndexe.TabIndex = 0 + Me.ListBoxAutoIndexe.ValueMember = "GUID" + ' + 'XtraTabPageRework + ' + Me.XtraTabPageRework.Controls.Add(Me.LayoutControlRework) + Me.XtraTabPageRework.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageRework.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.XtraTabPageRework.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) + Me.XtraTabPageRework.Name = "XtraTabPageRework" + Me.XtraTabPageRework.Size = New System.Drawing.Size(1178, 206) + Me.XtraTabPageRework.Text = "Nachbearbeitungsfunktionen manueller Index" + ' + 'LayoutControlRework + ' + Me.LayoutControlRework.Location = New System.Drawing.Point(107, 33) + Me.LayoutControlRework.Name = "LayoutControlRework" + Me.LayoutControlRework.Root = Me.LayoutControlGroup3 + Me.LayoutControlRework.Size = New System.Drawing.Size(180, 120) + Me.LayoutControlRework.TabIndex = 0 + Me.LayoutControlRework.Text = "LayoutControl1" + ' + 'LayoutControlGroup3 + ' + Me.LayoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] + Me.LayoutControlGroup3.GroupBordersVisible = False + Me.LayoutControlGroup3.Name = "LayoutControlGroup3" + Me.LayoutControlGroup3.Size = New System.Drawing.Size(180, 120) + Me.LayoutControlGroup3.TextVisible = False + ' + 'XtraTabPageAutoIndexe + ' + Me.XtraTabPageAutoIndexe.Controls.Add(Me.LayoutControlAutoIndexe) + Me.XtraTabPageAutoIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.XtraTabPageAutoIndexe.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) + Me.XtraTabPageAutoIndexe.Name = "XtraTabPageAutoIndexe" + Me.XtraTabPageAutoIndexe.Size = New System.Drawing.Size(1178, 206) + Me.XtraTabPageAutoIndexe.Text = "automatische/Feste Indexe" + ' + 'LayoutControlAutoIndexe + ' + Me.LayoutControlAutoIndexe.Dock = System.Windows.Forms.DockStyle.Fill + Me.LayoutControlAutoIndexe.Location = New System.Drawing.Point(0, 0) + Me.LayoutControlAutoIndexe.Name = "LayoutControlAutoIndexe" + Me.LayoutControlAutoIndexe.Root = Me.LayoutControlGroup2 + Me.LayoutControlAutoIndexe.Size = New System.Drawing.Size(1178, 206) + Me.LayoutControlAutoIndexe.TabIndex = 0 + Me.LayoutControlAutoIndexe.Text = "LayoutControl1" + ' + 'LayoutControlGroup2 + ' + Me.LayoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] + Me.LayoutControlGroup2.GroupBordersVisible = False + Me.LayoutControlGroup2.Name = "LayoutControlGroup2" + Me.LayoutControlGroup2.Size = New System.Drawing.Size(1178, 206) + Me.LayoutControlGroup2.TextVisible = False + ' + 'XtraTabPageDynamicFolder + ' + Me.XtraTabPageDynamicFolder.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageDynamicFolder.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.XtraTabPageDynamicFolder.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) + Me.XtraTabPageDynamicFolder.Name = "XtraTabPageDynamicFolder" + Me.XtraTabPageDynamicFolder.Size = New System.Drawing.Size(1178, 206) + Me.XtraTabPageDynamicFolder.Text = "Dynamischer Ordnerpfad" + ' + 'XtraTabPageAutoSelect + ' + Me.XtraTabPageAutoSelect.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoSelect.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) + Me.XtraTabPageAutoSelect.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) + Me.XtraTabPageAutoSelect.Name = "XtraTabPageAutoSelect" + Me.XtraTabPageAutoSelect.Size = New System.Drawing.Size(1178, 206) + Me.XtraTabPageAutoSelect.Text = "Automatische Profilauswahl" + ' + 'TBDD_INDEX_MANTableAdapter + ' + Me.TBDD_INDEX_MANTableAdapter.ClearBeforeFill = True + ' + 'ComboBoxEdit2 + ' + Me.ComboBoxEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "IDB_FILESTORE_ID", True)) + Me.ComboBoxEdit2.Location = New System.Drawing.Point(746, 182) + Me.ComboBoxEdit2.MenuManager = Me.RibbonControl1 + Me.ComboBoxEdit2.Name = "ComboBoxEdit2" + Me.ComboBoxEdit2.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) + Me.ComboBoxEdit2.Size = New System.Drawing.Size(446, 20) + Me.ComboBoxEdit2.StyleController = Me.LayoutControlProfile + Me.ComboBoxEdit2.TabIndex = 55 + ' + 'Filestore + ' + Me.Filestore.Control = Me.ComboBoxEdit2 + Me.Filestore.Location = New System.Drawing.Point(592, 170) + Me.Filestore.Name = "Filestore" + Me.Filestore.Size = New System.Drawing.Size(592, 110) + Me.Filestore.TextSize = New System.Drawing.Size(139, 13) + ' + 'ComboBoxEdit3 + ' + Me.ComboBoxEdit3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "WD_INDEX", True)) + Me.ComboBoxEdit3.Location = New System.Drawing.Point(542, 60) + Me.ComboBoxEdit3.MenuManager = Me.RibbonControl1 + Me.ComboBoxEdit3.Name = "ComboBoxEdit3" + Me.ComboBoxEdit3.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) + Me.ComboBoxEdit3.Size = New System.Drawing.Size(416, 20) + Me.ComboBoxEdit3.StyleController = Me.LayoutControlManIndexe + Me.ComboBoxEdit3.TabIndex = 26 ' - 'TableAdapterManager1 + 'LayoutControlItem14 ' - Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False - Me.TableAdapterManager1.TBDD_DOKUMENTARTTableAdapter = Me.TBDD_DOKUMENTARTTableAdapter - Me.TableAdapterManager1.UpdateOrder = DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + Me.LayoutControlItem14.Control = Me.ComboBoxEdit3 + Me.LayoutControlItem14.Location = New System.Drawing.Point(457, 48) + Me.LayoutControlItem14.Name = "LayoutControlItem14" + Me.LayoutControlItem14.Size = New System.Drawing.Size(493, 24) + Me.LayoutControlItem14.Text = "Attribut" + Me.LayoutControlItem14.TextSize = New System.Drawing.Size(70, 13) + ' + 'ComboBoxEdit4 + ' + Me.ComboBoxEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_MANBindingSource, "DATATYPE", True)) + Me.ComboBoxEdit4.Location = New System.Drawing.Point(85, 108) + Me.ComboBoxEdit4.MenuManager = Me.RibbonControl1 + Me.ComboBoxEdit4.Name = "ComboBoxEdit4" + Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) + Me.ComboBoxEdit4.Size = New System.Drawing.Size(185, 20) + Me.ComboBoxEdit4.StyleController = Me.LayoutControlManIndexe + Me.ComboBoxEdit4.TabIndex = 27 + ' + 'LayoutControlItem13 + ' + Me.LayoutControlItem13.Control = Me.ComboBoxEdit4 + Me.LayoutControlItem13.Location = New System.Drawing.Point(0, 96) + Me.LayoutControlItem13.Name = "LayoutControlItem13" + Me.LayoutControlItem13.Size = New System.Drawing.Size(262, 24) + Me.LayoutControlItem13.Text = "Datentyp" + Me.LayoutControlItem13.TextSize = New System.Drawing.Size(70, 13) ' 'frmAdmin_Globix ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1199, 700) - Me.Controls.Add(Me.LayoutControl1) + Me.ClientSize = New System.Drawing.Size(1212, 717) + Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmAdmin_Globix" @@ -540,35 +1134,80 @@ Partial Class frmAdmin_Globix Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "frmAdmin_Attribute" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() - Me.LayoutControl1.ResumeLayout(False) CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GlobixDataset, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DSIDB_Stammdaten, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabControl1.ResumeLayout(False) + Me.XtraTabPageProfile.ResumeLayout(False) + CType(Me.LayoutControlProfile, System.ComponentModel.ISupportInitialize).EndInit() + Me.LayoutControlProfile.ResumeLayout(False) + CType(Me.TextEditErstelltWer.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEditGeandertWer.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit7.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit8.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit13.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem28, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem32, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem36, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem26, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem25, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem30, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabControl2.ResumeLayout(False) + Me.XtraTabPageManIndexe.ResumeLayout(False) + CType(Me.LayoutControlManIndexe, System.ComponentModel.ISupportInitialize).EndInit() + Me.LayoutControlManIndexe.ResumeLayout(False) + CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEditAddedWho_ManIndex.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEditChangedWho_ManIndex.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit9.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit10.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit11.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit12.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SpinEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.CheckEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.txtAddedWho.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.txtAddedWhen.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.txtChangedWho.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.txtChangedWhen.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem17, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem19, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem21, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem23, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem24, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem27, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem29, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem13, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem15, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabPageRework.ResumeLayout(False) + CType(Me.LayoutControlRework, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabPageAutoIndexe.ResumeLayout(False) + CType(Me.LayoutControlAutoIndexe, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ComboBoxEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.Filestore, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ComboBoxEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem16, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.DSIDB_Stammdaten, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ComboBoxEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem13, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -580,44 +1219,95 @@ Partial Class frmAdmin_Globix Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents BarButtonSaveExit As DevExpress.XtraBars.BarButtonItem - Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl - Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup - Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit - Friend WithEvents TextEdit2 As DevExpress.XtraEditors.TextEdit - Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents SpinEdit1 As DevExpress.XtraEditors.SpinEdit - Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents DSIDB_Stammdaten As DSIDB_Stammdaten Friend WithEvents TableAdapterManager As DSIDB_StammdatenTableAdapters.TableAdapterManager - Friend WithEvents CheckEdit2 As DevExpress.XtraEditors.CheckEdit - Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents txtAddedWho As DevExpress.XtraEditors.TextEdit - Friend WithEvents txtAddedWhen As DevExpress.XtraEditors.TextEdit - Friend WithEvents txtChangedWho As DevExpress.XtraEditors.TextEdit - Friend WithEvents txtChangedWhen As DevExpress.XtraEditors.TextEdit - Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents BarButtonSave As DevExpress.XtraBars.BarButtonItem Friend WithEvents labelStatus As DevExpress.XtraBars.BarStaticItem Friend WithEvents GlobixDataset As GlobixDataset Friend WithEvents TBDD_DOKUMENTARTBindingSource As BindingSource Friend WithEvents TBDD_DOKUMENTARTTableAdapter As GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter Friend WithEvents TableAdapterManager1 As GlobixDatasetTableAdapters.TableAdapterManager - Friend WithEvents KURZNAMETextBox As TextBox - Friend WithEvents LayoutControlItem12 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents BESCHREIBUNGTextBox As TextBox - Friend WithEvents ZIEL_PFADTextBox As TextBox - Friend WithEvents NAMENKONVENTIONTextBox As TextBox - Friend WithEvents DUPLICATE_HANDLINGComboBox As ComboBox + Friend WithEvents BarButtonNew As DevExpress.XtraBars.BarButtonItem + Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem + Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl + Friend WithEvents XtraTabPageProfile As DevExpress.XtraTab.XtraTabPage + Friend WithEvents LayoutControlProfile As DevExpress.XtraLayout.LayoutControl + Friend WithEvents AKTIVCheckBox As CheckBox + Friend WithEvents ERSTELLTWANNTextBox As TextBox + Friend WithEvents GEAENDERTWANNTextBox As TextBox + Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup + Friend WithEvents LayoutControlItem22 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem32 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem36 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton - Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton + Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl + Friend WithEvents XtraTabPageManIndexe As DevExpress.XtraTab.XtraTabPage + Friend WithEvents XtraTabPageRework As DevExpress.XtraTab.XtraTabPage + Friend WithEvents XtraTabPageAutoIndexe As DevExpress.XtraTab.XtraTabPage + Friend WithEvents XtraTabPageDynamicFolder As DevExpress.XtraTab.XtraTabPage + Friend WithEvents XtraTabPageAutoSelect As DevExpress.XtraTab.XtraTabPage + Friend WithEvents LayoutControlAutoIndexe As DevExpress.XtraLayout.LayoutControl + Friend WithEvents LayoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup + Friend WithEvents LayoutControlRework As DevExpress.XtraLayout.LayoutControl + Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup + Friend WithEvents TextEditErstelltWer As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEditGeandertWer As DevExpress.XtraEditors.TextEdit + Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlManIndexe As DevExpress.XtraLayout.LayoutControl + Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup + Friend WithEvents ListBoxAutoIndexe As ListBox + Friend WithEvents TBDD_INDEX_MANBindingSource As BindingSource + Friend WithEvents TBDD_INDEX_MANTableAdapter As GlobixDatasetTableAdapters.TBDD_INDEX_MANTableAdapter + Friend WithEvents SUGGESTIONCheckBox As CheckBox + Friend WithEvents VKT_ADD_ITEMCheckBox As CheckBox + Friend WithEvents VKT_PREVENT_MULTIPLE_VALUESCheckBox As CheckBox + Friend WithEvents MULTISELECTCheckBox As CheckBox + Friend WithEvents ACTIVECheckBox As CheckBox + Friend WithEvents btneditSQLmanIndex As DevExpress.XtraEditors.SimpleButton + Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem17 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem19 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem21 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem13 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem23 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents TextEditAddedWho_ManIndex As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit2 As DevExpress.XtraEditors.TextEdit + Friend WithEvents LayoutControlItem24 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem27 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents TextEditChangedWho_ManIndex As DevExpress.XtraEditors.TextEdit + Friend WithEvents LayoutControlItem29 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit3 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit4 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit6 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit7 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit8 As DevExpress.XtraEditors.TextEdit + Friend WithEvents LayoutControlItem30 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem18 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem28 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem12 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents TextEdit9 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit10 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit11 As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit12 As DevExpress.XtraEditors.TextEdit + Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem11 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem15 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents TextEdit13 As DevExpress.XtraEditors.TextEdit + Friend WithEvents ComboBoxEdit1 As DevExpress.XtraEditors.ComboBoxEdit + Friend WithEvents LayoutControlItem25 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem26 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents SpinEdit1 As DevExpress.XtraEditors.SpinEdit + Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ComboBoxEdit2 As DevExpress.XtraEditors.ComboBoxEdit + Friend WithEvents Filestore As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ComboBoxEdit3 As DevExpress.XtraEditors.ComboBoxEdit + Friend WithEvents ComboBoxEdit4 As DevExpress.XtraEditors.ComboBoxEdit Friend WithEvents LayoutControlItem14 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem16 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem13 As DevExpress.XtraLayout.LayoutControlItem End Class diff --git a/GUIs.ZooFlow/Administration/frmAdmin_Globix.resx b/GUIs.ZooFlow/Administration/frmAdmin_Globix.resx index a64cebeb..3077aa35 100644 --- a/GUIs.ZooFlow/Administration/frmAdmin_Globix.resx +++ b/GUIs.ZooFlow/Administration/frmAdmin_Globix.resx @@ -117,6 +117,39 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAKcCAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z + ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz + OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp + dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkFkZCI+DQogICAgPHBhdGggZD0iTTI3LDE0aC05VjVj + MC0wLjUtMC41LTEtMS0xaC0yYy0wLjUsMC0xLDAuNS0xLDF2OUg1Yy0wLjUsMC0xLDAuNS0xLDF2MmMw + LDAuNSwwLjUsMSwxLDFoOXY5ICAgYzAsMC41LDAuNSwxLDEsMWgyYzAuNSwwLDEtMC41LDEtMXYtOWg5 + YzAuNSwwLDEtMC41LDEtMXYtMkMyOCwxNC41LDI3LjUsMTQsMjcsMTR6IiBjbGFzcz0iR3JlZW4iIC8+ + DQogIDwvZz4NCjwvc3ZnPgs= + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGQBAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUt + YmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgaWQ9IkxheWVyXzEi + Pg0KICA8cG9seWdvbiBwb2ludHM9IjI1LDQgMTYsMTMgNyw0IDQsNyAxMywxNiA0LDI1IDcsMjggMTYs + MTkgMjUsMjggMjgsMjUgMTksMTYgMjgsNyAiIGZpbGw9IiNEMjRDMkYiIC8+DQo8L3N2Zz4L + + 477, 17 @@ -135,4 +168,167 @@ 981, 17 + + 1161, 17 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAOwDAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku + QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC + MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRWRpdERhdGFT + b3VyY2UiPg0KICAgIDxwYXRoIGQ9Ik00LDEwVjZjMC0yLjIsNC41LTQsMTAtNHMxMCwxLjgsMTAsNHY0 + YzAsMi4yLTQuNSw0LTEwLDRTNCwxMi4yLDQsMTB6IE0yNCwxOEwyNCwxOEMyNCwxOCwyNCwxOCwyNCwx + OCAgIEMyNCwxOCwyNCwxOCwyNCwxOHogTTE0LDIwYzUuNSwwLDEwLTEuOCwxMC00di00YzAsMi4yLTQu + NSw0LTEwLDRTNCwxNC4yLDQsMTJ2NEM0LDE4LjIsOC41LDIwLDE0LDIweiBNMTUuMiwyNmw0LjgtNC44 + ICAgYy0xLjcsMC41LTMuNywwLjgtNiwwLjhjLTUuNSwwLTEwLTEuOC0xMC00djRjMCwyLjIsNC41LDQs + MTAsNEMxNC40LDI2LDE0LjgsMjYsMTUuMiwyNnoiIGNsYXNzPSJZZWxsb3ciIC8+DQogICAgPHBhdGgg + ZD0iTTI5LDIzbC04LDhsLTQtNGw4LThMMjksMjN6IE0zMCwyMmwxLjctMS43YzAuNC0wLjQsMC40LTEs + MC0xLjNMMjksMTYuM2MtMC40LTAuNC0xLTAuNC0xLjMsMEwyNiwxOEwzMCwyMnogICAgTTE2LDI4djRo + NEwxNiwyOHoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQo8L3N2Zz4L + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAKEDAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z + ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz + OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp + dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IlVzZXIiPg0KICAgIDxwYXRoIGQ9Ik0xMCw5LjljLTAu + MSwwLjUsMC4yLDAuOSwwLjQsMS40YzAuMiwwLjUtMC4xLDEuNywwLjksMS42YzAsMCwwLDAuMSwwLDAu + MmMwLjYsMi4zLDIsNC45LDQuNyw0LjkgICBjMi43LDAsNC4yLTIuNiw0LjctNC45YzAsMCwwLTAuMSww + LTAuMWMxLDAuMSwwLjYtMS4xLDAuOS0xLjZjMC4yLTAuNSwwLjQtMC45LDAuMy0xLjRjLTAuMS0wLjQt + MC40LTAuNC0wLjUtMC4zICAgYzEuOC00LjktMS4xLTQuNy0xLjEtNC43UzIwLDIsMTQuOCwyQzEwLDIs + OS40LDYsMTAuNSw5LjZDMTAuNCw5LjYsMTAuMSw5LjcsMTAsOS45eiIgY2xhc3M9IkJsYWNrIiAvPg0K + ICAgIDxwYXRoIGQ9Ik0yMCwxOGMtMC44LDEuNS0yLjEsNC00LDRjLTEuOSwwLTMuMi0yLjUtNC00Yy0y + LjMsMy41LTgsMS04LDguNVYzMGgyNHYtMy41QzI4LDE5LjEsMjIuMywyMS40LDIwLDE4eiIgY2xhc3M9 + IkJsYWNrIiAvPg0KICA8L2c+DQo8L3N2Zz4L + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAEoIAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iRGVmaW5lZE5hbWVVc2VJbkZvcm11bGEiIHN0eWxlPSJlbmFibGUtYmFj + a2dyb3VuZDpuZXcgMCAwIDMyIDMyIj4NCiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5CbHVle2Zp + bGw6IzExNzdENzt9CgkuQmxhY2t7ZmlsbDojNzI3MjcyO30KPC9zdHlsZT4NCiAgPHBhdGggZD0iTTcs + MjBsLTctN1Y5bDctN2gyMmMwLjYsMCwxLDAuNCwxLDF2MTZjMCwwLjYtMC40LDEtMSwxaC04LjRsMC41 + LTJoMi4zSDI4VjRINy44TDIsOS44djIuM0w3LjgsMThoMy44aDEuNiAgbC0wLjQsMkg3eiBNNiwxMWMw + LDEuMSwwLjksMiwyLDJzMi0wLjksMi0yYzAtMS4xLTAuOS0yLTItMlM2LDkuOSw2LDExeiIgY2xhc3M9 + IkJsYWNrIiAvPg0KICA8cGF0aCBkPSJNMTkuOSwxNGgyLjNsLTAuNSwyaC0yLjNsLTIuMSw4LjdjLTAu + MywxLjItMC43LDIuMi0xLjIsM2MtMC42LDAuOC0xLjIsMS40LTIsMS44Yy0wLjcsMC40LTEuNiwwLjYt + Mi42LDAuNiAgYy0xLDAtMS44LTAuMi0yLjMtMC42Yy0wLjctMC41LTEtMS0xLTEuNmMwLTAuNSwwLjIt + MC45LDAuNS0xLjJjMC4zLTAuMywwLjctMC41LDEuMi0wLjVjMC4yLDAsMC40LDAsMC42LDAuMSAgYzAu + MiwwLjEsMC40LDAuMiwwLjYsMC4zYzAuMSwwLjEsMC4zLDAuMywwLjYsMC43YzAuMSwwLjIsMC4zLDAu + MywwLjQsMC4zYzAuMSwwLjEsMC4yLDAuMSwwLjQsMC4xYzAuNSwwLDAuOS0wLjYsMS4xLTEuN2wyLjIt + OS45ICBoLTEuN2wwLjQtMmgxLjdsMC40LTEuN2MwLjMtMS40LDEtMi40LDItMy4yYzEtMC44LDIuMy0x + LjEsNC0xLjFjMC44LDAsMS41LDAuMSwxLjksMC4zYzAuNSwwLjIsMC44LDAuNSwxLjEsMC44ICBjMC4z + LDAuNCwwLjQsMC43LDAuNCwxLjFjMCwwLjMtMC4xLDAuNi0wLjIsMC45Yy0wLjIsMC4zLTAuNCwwLjUt + MC42LDAuNmMtMC4zLDAuMS0wLjYsMC4yLTAuOSwwLjJjLTAuMywwLTAuNi0wLjEtMC45LTAuMiAgYy0w + LjMtMC4xLTAuNS0wLjMtMC44LTAuNmMtMC4zLTAuMy0wLjUtMC41LTAuNi0wLjZjLTAuMS0wLjEtMC4z + LTAuMS0wLjQtMC4xYy0wLjMsMC0wLjYsMC4xLTAuOCwwLjRjLTAuMSwwLjItMC4zLDAuNi0wLjQsMS4z + ICBMMTkuOSwxNHogTTIyLjUsMjIuM2wxLjIsMi40YzAuNy0wLjksMS4xLTEuNSwxLjMtMS43YzAuMy0w + LjMsMC42LTAuNSwxLTAuN3MwLjYtMC4yLDAuOS0wLjJjMC4zLDAsMC42LDAuMSwwLjgsMC4zICBzMC4z + LDAuNCwwLjMsMC43YzAsMC4yLDAsMC40LTAuMSwwLjVzLTAuMiwwLjMtMC4zLDAuNHMtMC4zLDAuMi0w + LjQsMC4yYy0wLjEsMC0wLjIsMC0wLjUsMC4xYy0wLjMsMC0wLjUsMC0wLjYsMC4xICBjLTAuMSwwLTAu + MiwwLjEtMC40LDAuMmMtMC4yLDAuMS0wLjMsMC4zLTAuNSwwLjRjLTAuMSwwLjEtMC4zLDAuNC0wLjgs + MS4xbDAuNCwwLjhjMC4zLDAuNiwwLjYsMS4xLDAuOCwxLjIgIGMwLjIsMC4yLDAuNCwwLjMsMC42LDAu + M2MwLjMsMCwwLjctMC4yLDEuMS0wLjZsMC44LDFjLTAuOSwwLjgtMS44LDEuMi0yLjcsMS4yYy0wLjQs + MC0wLjctMC4xLTEtMC4yYy0wLjMtMC4xLTAuNi0wLjMtMC44LTAuNiAgYy0wLjItMC4yLTAuNS0wLjYt + MC43LTEuMWwtMC40LTAuOWMtMC40LDAuNy0wLjgsMS4yLTEuMiwxLjZjLTAuNCwwLjQtMC44LDAuNy0x + LjEsMC45Yy0wLjMsMC4yLTAuNiwwLjItMC45LDAuMiAgYy0wLjIsMC0wLjQsMC0wLjYtMC4xYy0wLjEt + MC4xLTAuMy0wLjItMC40LTAuNEMxOCwyOS4zLDE4LDI5LjIsMTgsMjljMC0wLjIsMC4xLTAuNCwwLjIt + MC42YzAuMS0wLjIsMC4zLTAuMywwLjQtMC40ICBjMC4yLTAuMSwwLjUtMC4xLDAuOS0wLjFjMC4zLDAs + MC41LTAuMSwwLjctMC4yYzAuMi0wLjEsMC40LTAuMiwwLjYtMC41YzAuMi0wLjIsMC41LTAuNywxLTEu + NEwyMSwyNC4zaC0xLjFsMC4zLTEuNCAgYzAuNi0wLjEsMS4yLTAuMywxLjctMC42SDIyLjV6IiBjbGFz + cz0iQmx1ZSIgLz4NCjwvc3ZnPgs= + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAALMDAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iQ2hhbmdlX0RhdGFfU291cmNlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91 + bmQ6bmV3IDAgMCAzMiAzMiI+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuQmx1ZXtmaWxsOiMx + MTc3RDc7fQoJLkJsYWNre2ZpbGw6IzcyNzI3Mjt9CgkuWWVsbG93e2ZpbGw6I0ZGQjExNTt9Cgkuc3Qw + e29wYWNpdHk6MC41O30KPC9zdHlsZT4NCiAgPHBhdGggZD0iTTAsOFY0YzAtMi4yLDQuNS00LDEwLTRz + MTAsMS44LDEwLDR2NEg4djMuOUMzLjQsMTEuNSwwLDkuOSwwLDh6IE04LDE5LjljLTQuNi0wLjQtOC0y + LTgtMy45djQgIGMwLDEuOSwzLjQsMy41LDgsMy45VjE5Ljl6IE04LDE3Ljl2LTRjLTQuNi0wLjQtOC0y + LTgtMy45djRDMCwxNS45LDMuNCwxNy41LDgsMTcuOXoiIGNsYXNzPSJZZWxsb3ciIC8+DQogIDxwYXRo + IGQ9Ik0zMSw2SDdDNi41LDYsNiw2LjUsNiw3djI0YzAsMC41LDAuNSwxLDEsMWgyNGMwLjUsMCwxLTAu + NSwxLTFWN0MzMiw2LjUsMzEuNSw2LDMxLDZ6IE0zMCwzMEg4VjhoMjJWMzB6IiBjbGFzcz0iQmxhY2si + IC8+DQogIDxnIGNsYXNzPSJzdDAiPg0KICAgIDxwYXRoIGQ9Ik0xNiwxNHYtNGgxMnY0SDE2eiBNMTQs + MTBoLTR2NGg0VjEweiBNMTQsMTZoLTR2MTJoNFYxNnoiIGNsYXNzPSJCbHVlIiAvPg0KICA8L2c+DQog + IDxwYXRoIGQ9Ik0yNSwxNmwtNCw0aDNjMCwyLjItMS44LDQtNCw0di0zbC00LDRsNCw0di0zYzMuMyww + LDYtMi43LDYtNmgzTDI1LDE2eiIgY2xhc3M9IkJsdWUiIC8+DQo8L3N2Zz4L + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJQCAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iT3BlbiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIg + MzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlllbGxvd3tmaWxsOiNGRkIxMTU7fQoJLnN0 + MHtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBjbGFzcz0ic3QwIj4NCiAgICA8cGF0aCBkPSJN + Mi4yLDI1LjJsNS41LTEyYzAuMy0wLjcsMS0xLjIsMS44LTEuMkgyNlY5YzAtMC42LTAuNC0xLTEtMUgx + MlY1YzAtMC42LTAuNC0xLTEtMUgzQzIuNCw0LDIsNC40LDIsNXYyMCAgIGMwLDAuMiwwLDAuMywwLjEs + MC40QzIuMSwyNS4zLDIuMiwyNS4zLDIuMiwyNS4yeiIgY2xhc3M9IlllbGxvdyIgLz4NCiAgPC9nPg0K + ICA8cGF0aCBkPSJNMzEuMywxNEg5LjZMNCwyNmgyMS44YzAuNSwwLDEuMS0wLjMsMS4zLTAuN0wzMiwx + NC43QzMyLjEsMTQuMywzMS44LDE0LDMxLjMsMTR6IiBjbGFzcz0iWWVsbG93IiAvPg0KPC9zdmc+Cw== + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAFQEAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku + QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC + MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iRW5hYmxlU2Vh + cmNoIj4NCiAgICA8cGF0aCBkPSJNMTQuNSwxNy44QzEwLjgsMTcuMSw4LDEzLjksOCwxMGMwLTQuNCwz + LjYtOCw4LThzOCwzLjYsOCw4YzAsMS41LTAuNCwyLjgtMS4xLDRjMCwwLDAuMSwwLDAuMSwwICAgYzAu + NywwLDEuNCwwLjEsMi4xLDAuMmMwLjYtMS4zLDAuOS0yLjcsMC45LTQuMmMwLTUuNS00LjUtMTAtMTAt + MTBDMTAuNSwwLDYsNC41LDYsMTBjMCwyLjEsMC43LDQuMSwxLjgsNS43bC03LjUsNy42ICAgYy0wLjQs + MC4zLTAuNCwwLjksMCwxLjNsMS4yLDEuMmMwLjMsMC4zLDAuOSwwLjMsMS4yLDBsNy42LTcuNmMwLjks + MC42LDEuOSwxLjEsMi45LDEuNEMxMy42LDE5LDE0LDE4LjQsMTQuNSwxNy44eiIgY2xhc3M9IkJsdWUi + IC8+DQogICAgPHBhdGggZD0iTTIzLDE2Yy00LjQsMC04LjEsMy05LDdjMC45LDQsNC42LDcsOSw3YzQu + NCwwLDguMS0zLDktN0MzMS4xLDE5LDI3LjQsMTYsMjMsMTZ6IE0yMywyOGMtMy4zLDAtNi4xLTItNy01 + ICAgYzAuOS0zLDMuNy01LDctNXM2LjEsMiw3LDVDMjkuMSwyNiwyNi4zLDI4LDIzLDI4eiBNMjMsMjZj + LTEuNywwLTMtMS4zLTMtM3MxLjMtMywzLTNzMywxLjMsMywzUzI0LjcsMjYsMjMsMjZ6IiBjbGFzcz0i + QmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + + + 17, 56 + \ No newline at end of file diff --git a/GUIs.ZooFlow/Administration/frmAdmin_Globix.vb b/GUIs.ZooFlow/Administration/frmAdmin_Globix.vb index 7d569f45..674988c1 100644 --- a/GUIs.ZooFlow/Administration/frmAdmin_Globix.vb +++ b/GUIs.ZooFlow/Administration/frmAdmin_Globix.vb @@ -1,4 +1,5 @@ -Imports DigitalData.Modules.Logging +Imports DevExpress.XtraLayout +Imports DigitalData.Modules.Logging Public Class frmAdmin_Globix Implements IAdminForm @@ -6,6 +7,7 @@ Public Class frmAdmin_Globix Public Property IsInsert As Boolean = False Implements IAdminForm.IsInsert Public Property PrimaryKey As Integer Implements IAdminForm.PrimaryKey + Private Pages As ClassDetailPages Public Sub New(PrimaryKey As Integer, Optional IsInsert As Boolean = False) ' Dieser Aufruf ist für den Designer erforderlich. InitializeComponent() @@ -15,23 +17,67 @@ Public Class frmAdmin_Globix Me.IsInsert = IsInsert End Sub - Private Sub frmAdmin_Attribute_Load(sender As Object, e As EventArgs) Handles MyBase.Load + Private Sub frmAdmin_Globix_Load(sender As Object, e As EventArgs) Handles MyBase.Load + Init(My.LogConfig) Try TBDD_DOKUMENTARTTableAdapter.Connection.ConnectionString = My.DatabaseECM.CurrentSQLConnectionString Me.TBDD_DOKUMENTARTTableAdapter.Fill(Me.GlobixDataset.TBDD_DOKUMENTART, PrimaryKey) + TBDD_INDEX_MANTableAdapter.Connection.ConnectionString = My.DatabaseECM.CurrentSQLConnectionString + Load_TabData() + + ' Add Focus Handler to all controls in all LayoutControls + Dim oLayoutControls = New List(Of LayoutControl) From {LayoutControlProfile, LayoutControlManIndexe, LayoutControlAutoIndexe, LayoutControlRework} + Pages = New ClassDetailPages(My.LogConfig, Me, oLayoutControls) + Pages.AddRange({ + New ClassDetailPages.PrimaryPage(IsInsert) With { + .Name = "Profil", + .TabPage = XtraTabPageProfile, + .BindingSource = TBDD_DOKUMENTARTBindingSource, + .DataTable = GlobixDataset.TBDD_DOKUMENTART, + .AddedWhoEdit = TextEditErstelltWer, + .ChangedWhoEdit = TextEditGeandertWer + }, + New ClassDetailPages.DetailPage With { + .Name = "ManIndexe", + .TabPage = XtraTabPageManIndexe, + .BindingSource = TBDD_INDEX_MANBindingSource, + .DataTable = GlobixDataset.TBDD_INDEX_MAN, + .AddedWhoEdit = TextEditAddedWho_ManIndex, + .ChangedWhoEdit = TextEditChangedWho_ManIndex + } + }) + + Pages.PrepareLoad() + AddHandler Pages.CurrentPage_Changed, AddressOf CurrentPage_Changed Catch ex As Exception ShowErrorMessage(ex) End Try End Sub + Sub Load_TabData() + Load_INDEXMAN() + End Sub + Private Sub Load_INDEXMAN() + Try + Me.TBDD_INDEX_MANTableAdapter.Fill(Me.GlobixDataset.TBDD_INDEX_MAN, PrimaryKey) - Private Sub BarButtonItem2_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonSave.ItemClick - ResetMessages() + Catch ex As System.Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Error in Load IndexeManuell: ") + End Try + End Sub + Private Sub CurrentPage_Changed(sender As Object, e As ClassDetailPages.DetailPageEventArgs) + If Not IsNothing(e.Page) Then + If e.Page.IsPrimary = True Then + BarButtonNew.Enabled = False + Else + BarButtonNew.Enabled = True + End If - If SaveData() And HasChanges Then - ShowStatus("Attribute gespeichert!") + RibbonPageGroup1.Text = e.Page.Name End If End Sub + + Private Sub ResetMessages() labelStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Never End Sub @@ -41,39 +87,76 @@ Public Class frmAdmin_Globix labelStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Always End Sub - Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonSaveExit.ItemClick - ResetMessages() - If SaveData() Then - Close() + + Public Function DeleteData() As Boolean Implements IAdminForm.DeleteData + Throw New NotImplementedException() + End Function + + Private Sub SimpleButton2_Click(sender As Object, e As EventArgs) + + End Sub + + Private Sub XtraTabControl1_Click(sender As Object, e As EventArgs) Handles XtraTabControl1.Click + + End Sub + + + + Private Sub SUGGESTIONCheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles SUGGESTIONCheckBox.CheckedChanged + If SUGGESTIONCheckBox.CheckState = CheckState.Checked Then + btneditSQLmanIndex.Enabled = True + Else + btneditSQLmanIndex.Enabled = False End If End Sub - Public Function SaveData() As Boolean - Try - TBDD_DOKUMENTARTBindingSource.EndEdit() + Private Sub BarButtonSave_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonSave.ItemClick + ResetMessages() - If DSIDB_Stammdaten.VWIDB_BE_ATTRIBUTE.GetChanges() IsNot Nothing Then - HasChanges = True + If Pages.PrepareSave() = True Then + Try + Dim oPage = Pages.Current - If IsInsert Then - txtAddedWho.EditValue = My.Application.User.UserName - Else - txtChangedWho.EditValue = My.Application.User.UserName - End If + Select Case oPage.TabPage.Name + Case XtraTabPageProfile.Name + TBDD_INDEX_MANTableAdapter.Update(oPage.DataTable) - TBDD_DOKUMENTARTBindingSource.EndEdit() - TBDD_DOKUMENTARTTableAdapter.Update(GlobixDataset.TBDD_DOKUMENTART) - End If + Case XtraTabPageManIndexe.Name + TBDD_INDEX_MANTableAdapter.Update(oPage.DataTable) - Return True - Catch ex As Exception - ShowErrorMessage(ex) + + End Select + + oPage.IsInsert = False + + ShowStatus($"{oPage.Name} gespeichert!") + Catch ex As Exception + ShowErrorMessage(ex) + End Try + Else + ShowStatus("Keine Änderungen!") + End If + End Sub + + Private Sub BarButtonNew_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonNew.ItemClick + Pages.Current.IsInsert = True + + AddData() + End Sub + Public Function AddData() As Boolean + Dim oPage = Pages.Current + + If Pages.Current Is Nothing Then Return False - End Try - End Function + End If - Public Function DeleteData() As Boolean Implements IAdminForm.DeleteData - Throw New NotImplementedException() + If oPage.IsPrimary = False Then + oPage.DataTable.Columns.Item("DOK_ID").DefaultValue = PrimaryKey + End If + + Dim oNewRecord As DataRowView = oPage.BindingSource.AddNew() + + Return True End Function End Class \ No newline at end of file diff --git a/GUIs.ZooFlow/ClassConstants.vb b/GUIs.ZooFlow/ClassConstants.vb index 88c46b08..899d4b0a 100644 --- a/GUIs.ZooFlow/ClassConstants.vb +++ b/GUIs.ZooFlow/ClassConstants.vb @@ -42,9 +42,5 @@ Public Const WM_WINDOWPOSCHANGING As Integer = &H46 - Public Const GLOBIX_Profile "Profile" - Case ControlGroupIndexeMan.Name - RibbonPage1.Text = "Manual Values" - Case ControlGroupIndexeAuto.Name - RibbonPage1.Text = "Auto Values" + End Class diff --git a/GUIs.ZooFlow/Globix/GlobixDataset.Designer.vb b/GUIs.ZooFlow/Globix/GlobixDataset.Designer.vb index f6be8c81..ce3ca116 100644 --- a/GUIs.ZooFlow/Globix/GlobixDataset.Designer.vb +++ b/GUIs.ZooFlow/Globix/GlobixDataset.Designer.vb @@ -780,14 +780,17 @@ Partial Public Class GlobixDataset Me.columnBEZEICHNUNG.AllowDBNull = false Me.columnBEZEICHNUNG.MaxLength = 50 Me.columnOBJEKTTYP.AllowDBNull = false + Me.columnOBJEKTTYP.DefaultValue = CType("IDB_DRIVEN",String) Me.columnOBJEKTTYP.MaxLength = 50 Me.columnEINGANGSART_ID.AllowDBNull = false Me.columnKURZNAME.AllowDBNull = false Me.columnKURZNAME.MaxLength = 50 Me.columnZIEL_PFAD.AllowDBNull = false + Me.columnZIEL_PFAD.DefaultValue = CType("IDB_STORE",String) Me.columnZIEL_PFAD.MaxLength = 250 Me.columnBESCHREIBUNG.MaxLength = 250 Me.columnWINDREAM_DIRECT.AllowDBNull = false + Me.columnWINDREAM_DIRECT.DefaultValue = CType(true,Boolean) Me.columnFOLDER_FOR_INDEX.AllowDBNull = false Me.columnFOLDER_FOR_INDEX.MaxLength = 500 Me.columnDUPLICATE_HANDLING.AllowDBNull = false @@ -795,6 +798,7 @@ Partial Public Class GlobixDataset Me.columnAKTIV.AllowDBNull = false Me.columnAKTIV.DefaultValue = CType(false,Boolean) Me.columnLANGUAGE.AllowDBNull = false + Me.columnLANGUAGE.DefaultValue = CType("de-DE",String) Me.columnLANGUAGE.MaxLength = 5 Me.columnSEQUENCE.AllowDBNull = false Me.columnNAMENKONVENTION.AllowDBNull = false diff --git a/GUIs.ZooFlow/Globix/GlobixDataset.xsc b/GUIs.ZooFlow/Globix/GlobixDataset.xsc index 5522653a..3424f5e1 100644 --- a/GUIs.ZooFlow/Globix/GlobixDataset.xsc +++ b/GUIs.ZooFlow/Globix/GlobixDataset.xsc @@ -15,6 +15,13 @@ + + + + + + + @@ -48,29 +55,39 @@ - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + diff --git a/GUIs.ZooFlow/Globix/GlobixDataset.xsd b/GUIs.ZooFlow/Globix/GlobixDataset.xsd index 204c1779..43377a44 100644 --- a/GUIs.ZooFlow/Globix/GlobixDataset.xsd +++ b/GUIs.ZooFlow/Globix/GlobixDataset.xsd @@ -335,7 +335,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -344,7 +344,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -355,7 +355,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -370,7 +370,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -384,7 +384,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -400,7 +400,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -435,7 +435,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -517,7 +517,7 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - + @@ -591,8 +591,8 @@ SELECT GUID, DOCTYPE_ID, ENTITY_ID, INDEXNAME, VALUE, CONNECTION_ID, SQL_RESULT, - - + + \ No newline at end of file diff --git a/GUIs.ZooFlow/Globix/frmGlobixAdministration.Designer.vb b/GUIs.ZooFlow/Globix/frmGlobixAdministration.Designer.vb deleted file mode 100644 index c9566c32..00000000 --- a/GUIs.ZooFlow/Globix/frmGlobixAdministration.Designer.vb +++ /dev/null @@ -1,1733 +0,0 @@ - -Partial Class frmGlobixAdministration - Inherits DevExpress.XtraBars.Ribbon.RibbonForm - - 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. - - Protected Overrides Sub Dispose(ByVal disposing As Boolean) - Try - If disposing AndAlso components IsNot Nothing Then - components.Dispose() - End If - Finally - MyBase.Dispose(disposing) - End Try - End Sub - - 'Wird vom Windows Form-Designer benötigt. - Private components As System.ComponentModel.IContainer - - 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. - 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. - 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. - - Private Sub InitializeComponent() - Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGlobixAdministration)) - Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() - Me.BbtnitmRecordSave = New DevExpress.XtraBars.BarButtonItem() - Me.BbtnitmRecordDelete = New DevExpress.XtraBars.BarButtonItem() - Me.RecordAdd = New DevExpress.XtraBars.BarButtonItem() - Me.BarButtonItemSaveMI = New DevExpress.XtraBars.BarButtonItem() - Me.BarButtonItem6 = New DevExpress.XtraBars.BarButtonItem() - Me.BarButtonItem7 = New DevExpress.XtraBars.BarButtonItem() - Me.BarButtonItem8 = New DevExpress.XtraBars.BarButtonItem() - Me.bsiState = New DevExpress.XtraBars.BarStaticItem() - Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() - Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.RibbonPageGroupManualIndex = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.RibbonPageGroupManualIndexFunctions = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.RibbonPageGroupAutoIndex = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.RibbonPageGroupProfileRegex = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() - Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() - Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() - Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() - Me.LayoutControl3 = New DevExpress.XtraLayout.LayoutControl() - Me.IDB_FILESTORE_IDComboBox = New System.Windows.Forms.ComboBox() - Me.TBDD_DOKUMENTARTBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.GlobixDataset = New DigitalData.GUIs.ZooFlow.GlobixDataset() - Me.ProfileGUID = New DevExpress.XtraEditors.TextEdit() - Me.SpinEdit1 = New DevExpress.XtraEditors.SpinEdit() - Me.CheckEdit1 = New DevExpress.XtraEditors.CheckEdit() - Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit() - Me.TextEdit2 = New DevExpress.XtraEditors.TextEdit() - Me.TextEdit3 = New DevExpress.XtraEditors.TextEdit() - Me.TextEdit4 = New DevExpress.XtraEditors.TextEdit() - Me.TextEdit5 = New DevExpress.XtraEditors.TextEdit() - Me.SimpleButton3 = New DevExpress.XtraEditors.SimpleButton() - Me.TextEdit6 = New DevExpress.XtraEditors.TextEdit() - Me.TextEdit7 = New DevExpress.XtraEditors.TextEdit() - Me.TextEdit8 = New DevExpress.XtraEditors.TextEdit() - Me.TextEdit9 = New DevExpress.XtraEditors.TextEdit() - Me.ControlGroupProfile = New DevExpress.XtraLayout.LayoutControlGroup() - Me.LayoutControlItem19 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem43 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem44 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem41 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem42 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem40 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem45 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem46 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem47 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem24 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem48 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem49 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem50 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() - Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl() - Me.XtraTabPageManIndexe = New DevExpress.XtraTab.XtraTabPage() - Me.LayoutControl2 = New DevExpress.XtraLayout.LayoutControl() - Me.ComboBox1 = New System.Windows.Forms.ComboBox() - Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() - Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() - Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() - Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() - Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox = New System.Windows.Forms.CheckBox() - Me.MULTISELECTCheckBox = New System.Windows.Forms.CheckBox() - Me.Button1 = New System.Windows.Forms.Button() - Me.VKT_ADD_ITEMCheckBox = New System.Windows.Forms.CheckBox() - Me.DEFAULT_VALUETextBox = New System.Windows.Forms.TextBox() - Me.DATATYPEComboBox = New System.Windows.Forms.ComboBox() - Me.COMMENTTextBox = New System.Windows.Forms.TextBox() - Me.IDBAttributComboBox = New System.Windows.Forms.ComboBox() - Me.NAMETextBox = New System.Windows.Forms.TextBox() - Me.SEQUENCENumericUpDown1 = New System.Windows.Forms.NumericUpDown() - Me.GUIDTextBox1 = New System.Windows.Forms.TextBox() - Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() - Me.ControlGroupIndexeMan = New DevExpress.XtraLayout.LayoutControlGroup() - Me.LayoutControlItem11 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem14 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem15 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem18 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem12 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem13 = New DevExpress.XtraLayout.LayoutControlItem() - Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.LayoutControlItem16 = New DevExpress.XtraLayout.LayoutControlItem() - Me.EmptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.EmptySpaceItem3 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.LayoutControlItem27 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem29 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem20 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem22 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem21 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem31 = New DevExpress.XtraLayout.LayoutControlItem() - Me.EmptySpaceItem10 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.LayoutControlItem17 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem39 = New DevExpress.XtraLayout.LayoutControlItem() - Me.EmptySpaceItem11 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.LayoutControlItem28 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem30 = New DevExpress.XtraLayout.LayoutControlItem() - Me.EmptySpaceItem17 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.EmptySpaceItem18 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem() - Me.ListBoxControlmanIndex = New DevExpress.XtraEditors.ListBoxControl() - Me.XtraTabPageRework = New DevExpress.XtraTab.XtraTabPage() - Me.XtraTabPageAutoIndexe = New DevExpress.XtraTab.XtraTabPage() - Me.LayoutControlAutoIndexe = New DevExpress.XtraLayout.LayoutControl() - Me.ComboBoxParameterAutoIndex = New System.Windows.Forms.ComboBox() - Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton() - Me.VALUETextBox = New System.Windows.Forms.TextBox() - Me.TBDD_INDEX_AUTOMBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.INDEXNAMEComboBox = New System.Windows.Forms.ComboBox() - Me.ACTIVECheckBox1 = New System.Windows.Forms.CheckBox() - Me.SEQUENCENumericUpDown2 = New System.Windows.Forms.NumericUpDown() - Me.GUIDTextBox = New System.Windows.Forms.TextBox() - Me.ControlGroupIndexeAuto = New DevExpress.XtraLayout.LayoutControlGroup() - Me.LayoutControlItem33 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem36 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem34 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem35 = New DevExpress.XtraLayout.LayoutControlItem() - Me.EmptySpaceItem5 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.EmptySpaceItem6 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.LayoutControlItem37 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem32 = New DevExpress.XtraLayout.LayoutControlItem() - Me.LayoutControlItem38 = New DevExpress.XtraLayout.LayoutControlItem() - Me.ListBoxControl2 = New DevExpress.XtraEditors.ListBoxControl() - Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() - Me.TBDD_DOKUMENTARTTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter() - Me.TableAdapterManager = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager() - Me.GridViewProfiles = New DevExpress.XtraGrid.Views.Grid.GridView() - Me.colBEZEICHNUNG = New DevExpress.XtraGrid.Columns.GridColumn() - Me.colBESCHREIBUNG = New DevExpress.XtraGrid.Columns.GridColumn() - Me.GridControl1 = New DevExpress.XtraGrid.GridControl() - Me.TBDD_INDEX_MANTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_INDEX_MANTableAdapter() - Me.BarButtonItem4 = New DevExpress.XtraBars.BarButtonItem() - Me.TBDD_INDEX_AUTOMTableAdapter = New DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TBDD_INDEX_AUTOMTableAdapter() - Me.EmptySpaceItem4 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.EmptySpaceItem12 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.EmptySpaceItem13 = New DevExpress.XtraLayout.EmptySpaceItem() - Me.EmptySpaceItem14 = New DevExpress.XtraLayout.EmptySpaceItem() - CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() - Me.XtraTabControl1.SuspendLayout() - Me.XtraTabPage1.SuspendLayout() - CType(Me.LayoutControl3, System.ComponentModel.ISupportInitialize).BeginInit() - Me.LayoutControl3.SuspendLayout() - CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.GlobixDataset, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ProfileGUID.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.SpinEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit5.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit7.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit8.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TextEdit9.Properties, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ControlGroupProfile, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem19, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem43, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem44, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem41, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem42, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem40, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem45, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem46, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem47, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem24, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem48, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem49, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem50, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit() - Me.XtraTabControl2.SuspendLayout() - Me.XtraTabPageManIndexe.SuspendLayout() - CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).BeginInit() - Me.LayoutControl2.SuspendLayout() - CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.SEQUENCENumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ControlGroupIndexeMan, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem15, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem13, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem16, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem3, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem27, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem29, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem20, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem21, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem31, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem10, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem17, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem39, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem11, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem28, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem30, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem17, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem18, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ListBoxControlmanIndex, System.ComponentModel.ISupportInitialize).BeginInit() - Me.XtraTabPageAutoIndexe.SuspendLayout() - CType(Me.LayoutControlAutoIndexe, System.ComponentModel.ISupportInitialize).BeginInit() - Me.LayoutControlAutoIndexe.SuspendLayout() - CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.SEQUENCENumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ControlGroupIndexeAuto, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem33, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem36, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem34, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem35, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem5, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem6, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem37, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem32, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.LayoutControlItem38, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ListBoxControl2, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.GridViewProfiles, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem4, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem12, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem13, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EmptySpaceItem14, System.ComponentModel.ISupportInitialize).BeginInit() - Me.SuspendLayout() - ' - 'RibbonControl1 - ' - Me.RibbonControl1.ExpandCollapseItem.Id = 0 - Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BbtnitmRecordSave, Me.BbtnitmRecordDelete, Me.RecordAdd, Me.BarButtonItemSaveMI, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.bsiState}) - Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) - Me.RibbonControl1.MaxItemId = 9 - Me.RibbonControl1.Name = "RibbonControl1" - Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) - Me.RibbonControl1.Size = New System.Drawing.Size(1360, 159) - Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 - ' - 'BbtnitmRecordSave - ' - Me.BbtnitmRecordSave.Caption = "Speichern" - Me.BbtnitmRecordSave.Id = 1 - Me.BbtnitmRecordSave.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmRecordSave.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.BbtnitmRecordSave.Name = "BbtnitmRecordSave" - ' - 'BbtnitmRecordDelete - ' - Me.BbtnitmRecordDelete.Caption = "Löschen" - Me.BbtnitmRecordDelete.Id = 2 - Me.BbtnitmRecordDelete.ImageOptions.SvgImage = CType(resources.GetObject("BbtnitmRecordDelete.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.BbtnitmRecordDelete.Name = "BbtnitmRecordDelete" - ' - 'RecordAdd - ' - Me.RecordAdd.Caption = "Hinzufügen" - Me.RecordAdd.Id = 3 - Me.RecordAdd.ImageOptions.SvgImage = CType(resources.GetObject("RecordAdd.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.RecordAdd.Name = "RecordAdd" - ' - 'BarButtonItemSaveMI - ' - Me.BarButtonItemSaveMI.Caption = "BarButtonItem5" - Me.BarButtonItemSaveMI.Id = 4 - Me.BarButtonItemSaveMI.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItemSaveMI.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.BarButtonItemSaveMI.Name = "BarButtonItemSaveMI" - ' - 'BarButtonItem6 - ' - Me.BarButtonItem6.Caption = "BarButtonItem6" - Me.BarButtonItem6.Id = 5 - Me.BarButtonItem6.Name = "BarButtonItem6" - ' - 'BarButtonItem7 - ' - Me.BarButtonItem7.Caption = "BarButtonItem7" - Me.BarButtonItem7.Id = 6 - Me.BarButtonItem7.Name = "BarButtonItem7" - ' - 'BarButtonItem8 - ' - Me.BarButtonItem8.Caption = "BarButtonItem8" - Me.BarButtonItem8.Id = 7 - Me.BarButtonItem8.Name = "BarButtonItem8" - ' - 'bsiState - ' - Me.bsiState.Caption = "BarStaticItem1" - Me.bsiState.Id = 8 - Me.bsiState.Name = "bsiState" - ' - 'RibbonPage1 - ' - Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroupManualIndex, Me.RibbonPageGroupManualIndexFunctions, Me.RibbonPageGroupAutoIndex, Me.RibbonPageGroupProfileRegex}) - Me.RibbonPage1.Name = "RibbonPage1" - Me.RibbonPage1.Text = "RibbonPage1" - ' - 'RibbonPageGroup1 - ' - Me.RibbonPageGroup1.ItemLinks.Add(Me.BbtnitmRecordSave) - Me.RibbonPageGroup1.ItemLinks.Add(Me.BbtnitmRecordDelete) - Me.RibbonPageGroup1.ItemLinks.Add(Me.RecordAdd) - Me.RibbonPageGroup1.Name = "RibbonPageGroup1" - Me.RibbonPageGroup1.Text = "Profil-Verwaltung" - ' - 'RibbonPageGroupManualIndex - ' - Me.RibbonPageGroupManualIndex.ItemLinks.Add(Me.BarButtonItemSaveMI) - Me.RibbonPageGroupManualIndex.Name = "RibbonPageGroupManualIndex" - Me.RibbonPageGroupManualIndex.Text = "Manuelle Indexe" - ' - 'RibbonPageGroupManualIndexFunctions - ' - Me.RibbonPageGroupManualIndexFunctions.ItemLinks.Add(Me.BarButtonItem6) - Me.RibbonPageGroupManualIndexFunctions.Name = "RibbonPageGroupManualIndexFunctions" - Me.RibbonPageGroupManualIndexFunctions.Text = "Nachbearbeitungsfunktionen" - ' - 'RibbonPageGroupAutoIndex - ' - Me.RibbonPageGroupAutoIndex.ItemLinks.Add(Me.BarButtonItem7) - Me.RibbonPageGroupAutoIndex.Name = "RibbonPageGroupAutoIndex" - Me.RibbonPageGroupAutoIndex.Text = "Automatische Indexe" - ' - 'RibbonPageGroupProfileRegex - ' - Me.RibbonPageGroupProfileRegex.ItemLinks.Add(Me.BarButtonItem8) - Me.RibbonPageGroupProfileRegex.Name = "RibbonPageGroupProfileRegex" - Me.RibbonPageGroupProfileRegex.Text = "RibbonPageGroup2" - ' - 'RibbonStatusBar1 - ' - Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiState) - Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 698) - Me.RibbonStatusBar1.Name = "RibbonStatusBar1" - Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 - Me.RibbonStatusBar1.Size = New System.Drawing.Size(1360, 22) - ' - 'RibbonPage2 - ' - Me.RibbonPage2.Name = "RibbonPage2" - Me.RibbonPage2.Text = "RibbonPage2" - ' - 'RibbonPageGroup3 - ' - Me.RibbonPageGroup3.Name = "RibbonPageGroup3" - Me.RibbonPageGroup3.Text = "Profil-Verwaltung" - ' - 'XtraTabControl1 - ' - Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl1.Location = New System.Drawing.Point(174, 159) - Me.XtraTabControl1.Name = "XtraTabControl1" - Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(1186, 539) - Me.XtraTabControl1.TabIndex = 3 - Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) - ' - 'XtraTabPage1 - ' - Me.XtraTabPage1.AutoScroll = True - Me.XtraTabPage1.Controls.Add(Me.LayoutControl3) - Me.XtraTabPage1.Controls.Add(Me.XtraTabControl2) - Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(1184, 497) - Me.XtraTabPage1.Text = "Profil-Verwaltung" - ' - 'LayoutControl3 - ' - Me.LayoutControl3.Controls.Add(Me.IDB_FILESTORE_IDComboBox) - Me.LayoutControl3.Controls.Add(Me.ProfileGUID) - Me.LayoutControl3.Controls.Add(Me.SpinEdit1) - Me.LayoutControl3.Controls.Add(Me.CheckEdit1) - Me.LayoutControl3.Controls.Add(Me.ComboBoxEdit1) - Me.LayoutControl3.Controls.Add(Me.TextEdit2) - Me.LayoutControl3.Controls.Add(Me.TextEdit3) - Me.LayoutControl3.Controls.Add(Me.TextEdit4) - Me.LayoutControl3.Controls.Add(Me.TextEdit5) - Me.LayoutControl3.Controls.Add(Me.SimpleButton3) - Me.LayoutControl3.Controls.Add(Me.TextEdit6) - Me.LayoutControl3.Controls.Add(Me.TextEdit7) - Me.LayoutControl3.Controls.Add(Me.TextEdit8) - Me.LayoutControl3.Controls.Add(Me.TextEdit9) - Me.LayoutControl3.Dock = System.Windows.Forms.DockStyle.Fill - Me.LayoutControl3.Location = New System.Drawing.Point(0, 0) - Me.LayoutControl3.Name = "LayoutControl3" - Me.LayoutControl3.Root = Me.ControlGroupProfile - Me.LayoutControl3.Size = New System.Drawing.Size(1184, 262) - Me.LayoutControl3.TabIndex = 100 - Me.LayoutControl3.Text = "LayoutControl3" - ' - 'IDB_FILESTORE_IDComboBox - ' - Me.IDB_FILESTORE_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "IDB_FILESTORE_ID", True)) - Me.IDB_FILESTORE_IDComboBox.FormattingEnabled = True - Me.IDB_FILESTORE_IDComboBox.Location = New System.Drawing.Point(721, 64) - Me.IDB_FILESTORE_IDComboBox.Name = "IDB_FILESTORE_IDComboBox" - Me.IDB_FILESTORE_IDComboBox.Size = New System.Drawing.Size(451, 21) - Me.IDB_FILESTORE_IDComboBox.TabIndex = 18 - ' - 'TBDD_DOKUMENTARTBindingSource - ' - Me.TBDD_DOKUMENTARTBindingSource.DataMember = "TBDD_DOKUMENTART" - Me.TBDD_DOKUMENTARTBindingSource.DataSource = Me.GlobixDataset - ' - 'GlobixDataset - ' - Me.GlobixDataset.DataSetName = "GlobixDataset" - Me.GlobixDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema - ' - 'ProfileGUID - ' - Me.ProfileGUID.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True)) - Me.ProfileGUID.Location = New System.Drawing.Point(143, 37) - Me.ProfileGUID.MenuManager = Me.RibbonControl1 - Me.ProfileGUID.Name = "ProfileGUID" - Me.ProfileGUID.Size = New System.Drawing.Size(448, 20) - Me.ProfileGUID.StyleController = Me.LayoutControl3 - Me.ProfileGUID.TabIndex = 4 - ' - 'SpinEdit1 - ' - Me.SpinEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "SEQUENCE", True)) - Me.SpinEdit1.EditValue = New Decimal(New Integer() {0, 0, 0, 0}) - Me.SpinEdit1.Location = New System.Drawing.Point(729, 37) - Me.SpinEdit1.MenuManager = Me.RibbonControl1 - Me.SpinEdit1.Name = "SpinEdit1" - Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) - Me.SpinEdit1.Size = New System.Drawing.Size(63, 20) - Me.SpinEdit1.StyleController = Me.LayoutControl3 - Me.SpinEdit1.TabIndex = 5 - ' - 'CheckEdit1 - ' - Me.CheckEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "AKTIV", True)) - Me.CheckEdit1.Location = New System.Drawing.Point(12, 12) - Me.CheckEdit1.MenuManager = Me.RibbonControl1 - Me.CheckEdit1.Name = "CheckEdit1" - Me.CheckEdit1.Properties.Caption = "Aktiv" - Me.CheckEdit1.Size = New System.Drawing.Size(1160, 18) - Me.CheckEdit1.StyleController = Me.LayoutControl3 - Me.CheckEdit1.TabIndex = 6 - ' - 'ComboBoxEdit1 - ' - Me.ComboBoxEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True)) - Me.ComboBoxEdit1.Location = New System.Drawing.Point(930, 37) - Me.ComboBoxEdit1.MenuManager = Me.RibbonControl1 - Me.ComboBoxEdit1.Name = "ComboBoxEdit1" - Me.ComboBoxEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) - Me.ComboBoxEdit1.Size = New System.Drawing.Size(239, 20) - Me.ComboBoxEdit1.StyleController = Me.LayoutControl3 - Me.ComboBoxEdit1.TabIndex = 7 - ' - 'TextEdit2 - ' - Me.TextEdit2.Location = New System.Drawing.Point(143, 67) - Me.TextEdit2.MenuManager = Me.RibbonControl1 - Me.TextEdit2.Name = "TextEdit2" - Me.TextEdit2.Size = New System.Drawing.Size(443, 20) - Me.TextEdit2.StyleController = Me.LayoutControl3 - Me.TextEdit2.TabIndex = 8 - ' - 'TextEdit3 - ' - Me.TextEdit3.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "KURZNAME", True)) - Me.TextEdit3.Location = New System.Drawing.Point(143, 97) - Me.TextEdit3.MenuManager = Me.RibbonControl1 - Me.TextEdit3.Name = "TextEdit3" - Me.TextEdit3.Size = New System.Drawing.Size(1026, 20) - Me.TextEdit3.StyleController = Me.LayoutControl3 - Me.TextEdit3.TabIndex = 9 - ' - 'TextEdit4 - ' - Me.TextEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True)) - Me.TextEdit4.Location = New System.Drawing.Point(143, 127) - Me.TextEdit4.MenuManager = Me.RibbonControl1 - Me.TextEdit4.Name = "TextEdit4" - Me.TextEdit4.Size = New System.Drawing.Size(1026, 20) - Me.TextEdit4.StyleController = Me.LayoutControl3 - Me.TextEdit4.TabIndex = 10 - ' - 'TextEdit5 - ' - Me.TextEdit5.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True)) - Me.TextEdit5.Location = New System.Drawing.Point(143, 157) - Me.TextEdit5.MenuManager = Me.RibbonControl1 - Me.TextEdit5.Name = "TextEdit5" - Me.TextEdit5.Size = New System.Drawing.Size(443, 20) - Me.TextEdit5.StyleController = Me.LayoutControl3 - Me.TextEdit5.TabIndex = 11 - ' - 'SimpleButton3 - ' - Me.SimpleButton3.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.editnames - Me.SimpleButton3.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16) - Me.SimpleButton3.Location = New System.Drawing.Point(596, 157) - Me.SimpleButton3.Name = "SimpleButton3" - Me.SimpleButton3.Size = New System.Drawing.Size(573, 22) - Me.SimpleButton3.StyleController = Me.LayoutControl3 - Me.SimpleButton3.TabIndex = 12 - Me.SimpleButton3.Text = "Konvention bearbeiten" - ' - 'TextEdit6 - ' - Me.TextEdit6.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True)) - Me.TextEdit6.Location = New System.Drawing.Point(143, 189) - Me.TextEdit6.MenuManager = Me.RibbonControl1 - Me.TextEdit6.Name = "TextEdit6" - Me.TextEdit6.Properties.ReadOnly = True - Me.TextEdit6.Size = New System.Drawing.Size(443, 20) - Me.TextEdit6.StyleController = Me.LayoutControl3 - Me.TextEdit6.TabIndex = 13 - ' - 'TextEdit7 - ' - Me.TextEdit7.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True)) - Me.TextEdit7.Location = New System.Drawing.Point(724, 189) - Me.TextEdit7.MenuManager = Me.RibbonControl1 - Me.TextEdit7.Name = "TextEdit7" - Me.TextEdit7.Properties.ReadOnly = True - Me.TextEdit7.Size = New System.Drawing.Size(445, 20) - Me.TextEdit7.StyleController = Me.LayoutControl3 - Me.TextEdit7.TabIndex = 14 - ' - 'TextEdit8 - ' - Me.TextEdit8.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True)) - Me.TextEdit8.Location = New System.Drawing.Point(143, 219) - Me.TextEdit8.MenuManager = Me.RibbonControl1 - Me.TextEdit8.Name = "TextEdit8" - Me.TextEdit8.Properties.ReadOnly = True - Me.TextEdit8.Size = New System.Drawing.Size(443, 20) - Me.TextEdit8.StyleController = Me.LayoutControl3 - Me.TextEdit8.TabIndex = 15 - ' - 'TextEdit9 - ' - Me.TextEdit9.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True)) - Me.TextEdit9.Location = New System.Drawing.Point(724, 219) - Me.TextEdit9.MenuManager = Me.RibbonControl1 - Me.TextEdit9.Name = "TextEdit9" - Me.TextEdit9.Properties.ReadOnly = True - Me.TextEdit9.Size = New System.Drawing.Size(445, 20) - Me.TextEdit9.StyleController = Me.LayoutControl3 - Me.TextEdit9.TabIndex = 16 - ' - 'ControlGroupProfile - ' - Me.ControlGroupProfile.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] - Me.ControlGroupProfile.GroupBordersVisible = False - Me.ControlGroupProfile.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem19, Me.LayoutControlItem43, Me.LayoutControlItem44, Me.LayoutControlItem41, Me.LayoutControlItem42, Me.LayoutControlItem40, Me.LayoutControlItem45, Me.LayoutControlItem46, Me.LayoutControlItem47, Me.LayoutControlItem24, Me.LayoutControlItem48, Me.LayoutControlItem49, Me.LayoutControlItem50, Me.LayoutControlItem2}) - Me.ControlGroupProfile.Name = "ControlGroupProfile" - Me.ControlGroupProfile.Size = New System.Drawing.Size(1184, 262) - Me.ControlGroupProfile.TextVisible = False - ' - 'LayoutControlItem19 - ' - Me.LayoutControlItem19.Control = Me.ProfileGUID - Me.LayoutControlItem19.Location = New System.Drawing.Point(0, 22) - Me.LayoutControlItem19.Name = "LayoutControlItem19" - Me.LayoutControlItem19.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem19.Size = New System.Drawing.Size(586, 30) - Me.LayoutControlItem19.Text = "ID" - Me.LayoutControlItem19.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem43 - ' - Me.LayoutControlItem43.Control = Me.TextEdit2 - Me.LayoutControlItem43.Location = New System.Drawing.Point(0, 52) - Me.LayoutControlItem43.Name = "LayoutControlItem43" - Me.LayoutControlItem43.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem43.Size = New System.Drawing.Size(581, 30) - Me.LayoutControlItem43.Text = "Titel" - Me.LayoutControlItem43.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem44 - ' - Me.LayoutControlItem44.Control = Me.TextEdit3 - Me.LayoutControlItem44.Location = New System.Drawing.Point(0, 82) - Me.LayoutControlItem44.Name = "LayoutControlItem44" - Me.LayoutControlItem44.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem44.Size = New System.Drawing.Size(1164, 30) - Me.LayoutControlItem44.Text = "Kurzname" - Me.LayoutControlItem44.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem41 - ' - Me.LayoutControlItem41.Control = Me.CheckEdit1 - Me.LayoutControlItem41.Location = New System.Drawing.Point(0, 0) - Me.LayoutControlItem41.Name = "LayoutControlItem41" - Me.LayoutControlItem41.Size = New System.Drawing.Size(1164, 22) - Me.LayoutControlItem41.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem41.TextVisible = False - ' - 'LayoutControlItem42 - ' - Me.LayoutControlItem42.Control = Me.ComboBoxEdit1 - Me.LayoutControlItem42.Location = New System.Drawing.Point(787, 22) - Me.LayoutControlItem42.Name = "LayoutControlItem42" - Me.LayoutControlItem42.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem42.Size = New System.Drawing.Size(377, 30) - Me.LayoutControlItem42.Text = "Wenn Datei vorhanden:" - Me.LayoutControlItem42.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem40 - ' - Me.LayoutControlItem40.Control = Me.SpinEdit1 - Me.LayoutControlItem40.Location = New System.Drawing.Point(586, 22) - Me.LayoutControlItem40.Name = "LayoutControlItem40" - Me.LayoutControlItem40.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem40.Size = New System.Drawing.Size(201, 30) - Me.LayoutControlItem40.Text = "Reihenfolge" - Me.LayoutControlItem40.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem45 - ' - Me.LayoutControlItem45.Control = Me.TextEdit4 - Me.LayoutControlItem45.Location = New System.Drawing.Point(0, 112) - Me.LayoutControlItem45.Name = "LayoutControlItem45" - Me.LayoutControlItem45.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem45.Size = New System.Drawing.Size(1164, 30) - Me.LayoutControlItem45.Text = "Beschreibung" - Me.LayoutControlItem45.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem46 - ' - Me.LayoutControlItem46.Control = Me.TextEdit5 - Me.LayoutControlItem46.Location = New System.Drawing.Point(0, 142) - Me.LayoutControlItem46.Name = "LayoutControlItem46" - Me.LayoutControlItem46.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem46.Size = New System.Drawing.Size(581, 32) - Me.LayoutControlItem46.Text = "Dateinamen-Konvention" - Me.LayoutControlItem46.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem47 - ' - Me.LayoutControlItem47.Control = Me.SimpleButton3 - Me.LayoutControlItem47.Location = New System.Drawing.Point(581, 142) - Me.LayoutControlItem47.Name = "LayoutControlItem47" - Me.LayoutControlItem47.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem47.Size = New System.Drawing.Size(583, 32) - Me.LayoutControlItem47.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem47.TextVisible = False - ' - 'LayoutControlItem24 - ' - Me.LayoutControlItem24.Control = Me.TextEdit6 - Me.LayoutControlItem24.Location = New System.Drawing.Point(0, 174) - Me.LayoutControlItem24.Name = "LayoutControlItem24" - Me.LayoutControlItem24.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem24.Size = New System.Drawing.Size(581, 30) - Me.LayoutControlItem24.Text = "Erstellt Wer" - Me.LayoutControlItem24.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem48 - ' - Me.LayoutControlItem48.Control = Me.TextEdit7 - Me.LayoutControlItem48.Location = New System.Drawing.Point(581, 174) - Me.LayoutControlItem48.Name = "LayoutControlItem48" - Me.LayoutControlItem48.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem48.Size = New System.Drawing.Size(583, 30) - Me.LayoutControlItem48.Text = "Erstellt Wann" - Me.LayoutControlItem48.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem49 - ' - Me.LayoutControlItem49.Control = Me.TextEdit8 - Me.LayoutControlItem49.Location = New System.Drawing.Point(0, 204) - Me.LayoutControlItem49.Name = "LayoutControlItem49" - Me.LayoutControlItem49.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem49.Size = New System.Drawing.Size(581, 38) - Me.LayoutControlItem49.Text = "Geändert Wer" - Me.LayoutControlItem49.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem50 - ' - Me.LayoutControlItem50.Control = Me.TextEdit9 - Me.LayoutControlItem50.Location = New System.Drawing.Point(581, 204) - Me.LayoutControlItem50.Name = "LayoutControlItem50" - Me.LayoutControlItem50.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) - Me.LayoutControlItem50.Size = New System.Drawing.Size(583, 38) - Me.LayoutControlItem50.Text = "Geändert Wann" - Me.LayoutControlItem50.TextSize = New System.Drawing.Size(125, 13) - ' - 'LayoutControlItem2 - ' - Me.LayoutControlItem2.Control = Me.IDB_FILESTORE_IDComboBox - Me.LayoutControlItem2.Location = New System.Drawing.Point(581, 52) - Me.LayoutControlItem2.Name = "LayoutControlItem2" - Me.LayoutControlItem2.Size = New System.Drawing.Size(583, 30) - Me.LayoutControlItem2.Text = "Filestore:" - Me.LayoutControlItem2.TextSize = New System.Drawing.Size(125, 13) - ' - 'XtraTabControl2 - ' - Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Bottom - Me.XtraTabControl2.Location = New System.Drawing.Point(0, 262) - Me.XtraTabControl2.Name = "XtraTabControl2" - Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPageManIndexe - Me.XtraTabControl2.Size = New System.Drawing.Size(1184, 235) - Me.XtraTabControl2.TabIndex = 2 - Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageManIndexe, Me.XtraTabPageRework, Me.XtraTabPageAutoIndexe}) - ' - 'XtraTabPageManIndexe - ' - Me.XtraTabPageManIndexe.Controls.Add(Me.LayoutControl2) - Me.XtraTabPageManIndexe.Controls.Add(Me.ListBoxControlmanIndex) - Me.XtraTabPageManIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageManIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.XtraTabPageManIndexe.ImeMode = System.Windows.Forms.ImeMode.Off - Me.XtraTabPageManIndexe.Name = "XtraTabPageManIndexe" - Me.XtraTabPageManIndexe.Size = New System.Drawing.Size(1182, 193) - Me.XtraTabPageManIndexe.Text = "Manuelle Werte/Metadaten" - ' - 'LayoutControl2 - ' - Me.LayoutControl2.Controls.Add(Me.ComboBox1) - Me.LayoutControl2.Controls.Add(Me.SimpleButton1) - Me.LayoutControl2.Controls.Add(Me.CHANGED_WHENTextBox) - Me.LayoutControl2.Controls.Add(Me.CHANGED_WHOTextBox) - Me.LayoutControl2.Controls.Add(Me.ADDED_WHENTextBox) - Me.LayoutControl2.Controls.Add(Me.ADDED_WHOTextBox) - Me.LayoutControl2.Controls.Add(Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox) - Me.LayoutControl2.Controls.Add(Me.MULTISELECTCheckBox) - Me.LayoutControl2.Controls.Add(Me.Button1) - Me.LayoutControl2.Controls.Add(Me.VKT_ADD_ITEMCheckBox) - Me.LayoutControl2.Controls.Add(Me.DEFAULT_VALUETextBox) - Me.LayoutControl2.Controls.Add(Me.DATATYPEComboBox) - Me.LayoutControl2.Controls.Add(Me.COMMENTTextBox) - Me.LayoutControl2.Controls.Add(Me.IDBAttributComboBox) - Me.LayoutControl2.Controls.Add(Me.NAMETextBox) - Me.LayoutControl2.Controls.Add(Me.SEQUENCENumericUpDown1) - Me.LayoutControl2.Controls.Add(Me.GUIDTextBox1) - Me.LayoutControl2.Controls.Add(Me.ACTIVECheckBox) - Me.LayoutControl2.Dock = System.Windows.Forms.DockStyle.Fill - Me.LayoutControl2.Location = New System.Drawing.Point(165, 0) - Me.LayoutControl2.Name = "LayoutControl2" - Me.LayoutControl2.Root = Me.ControlGroupIndexeMan - Me.LayoutControl2.Size = New System.Drawing.Size(1017, 193) - Me.LayoutControl2.TabIndex = 1 - Me.LayoutControl2.Text = "LayoutControl2" - ' - 'ComboBox1 - ' - Me.ComboBox1.FormattingEnabled = True - Me.ComboBox1.Items.AddRange(New Object() {"Dateiname (mit Endung)", "Dateiname (ohne Endung)", "Dateiendung", "Datei Erstelldatum", "Datei Erstellt wer", "Aktuelles Datum (DD.MM.YYYY)", "Username", "Usercode", "NULL"}) - Me.ComboBox1.Location = New System.Drawing.Point(537, 95) - Me.ComboBox1.Name = "ComboBox1" - Me.ComboBox1.Size = New System.Drawing.Size(205, 21) - Me.ComboBox1.TabIndex = 25 - ' - 'SimpleButton1 - ' - Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.SimpleButton1.Location = New System.Drawing.Point(412, 95) - Me.SimpleButton1.Name = "SimpleButton1" - Me.SimpleButton1.Size = New System.Drawing.Size(33, 22) - Me.SimpleButton1.StyleController = Me.LayoutControl2 - Me.SimpleButton1.TabIndex = 24 - ' - 'CHANGED_WHENTextBox - ' - Me.CHANGED_WHENTextBox.BackColor = System.Drawing.SystemColors.ControlLight - Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(335, 193) - Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.ReadOnly = True - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(175, 20) - Me.CHANGED_WHENTextBox.TabIndex = 22 - ' - 'TBDD_INDEX_MANBindingSource - ' - Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN" - Me.TBDD_INDEX_MANBindingSource.DataSource = Me.GlobixDataset - ' - 'CHANGED_WHOTextBox - ' - Me.CHANGED_WHOTextBox.BackColor = System.Drawing.SystemColors.ControlLight - Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(335, 169) - Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" - Me.CHANGED_WHOTextBox.ReadOnly = True - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(175, 20) - Me.CHANGED_WHOTextBox.TabIndex = 21 - ' - 'ADDED_WHENTextBox - ' - Me.ADDED_WHENTextBox.BackColor = System.Drawing.SystemColors.ControlLight - Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(100, 193) - Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.ReadOnly = True - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(143, 20) - Me.ADDED_WHENTextBox.TabIndex = 20 - ' - 'ADDED_WHOTextBox - ' - Me.ADDED_WHOTextBox.BackColor = System.Drawing.SystemColors.ControlLight - Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(100, 169) - Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.ReadOnly = True - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(143, 20) - Me.ADDED_WHOTextBox.TabIndex = 19 - ' - 'VKT_PREVENT_MULTIPLE_VALUESCheckBox - ' - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_PREVENT_MULTIPLE_VALUES", True)) - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Location = New System.Drawing.Point(256, 145) - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Name = "VKT_PREVENT_MULTIPLE_VALUESCheckBox" - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Size = New System.Drawing.Size(242, 20) - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.TabIndex = 18 - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.Text = "Doppelte Einträge verhindern" - Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox.UseVisualStyleBackColor = True - ' - 'MULTISELECTCheckBox - ' - Me.MULTISELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "MULTISELECT", True)) - Me.MULTISELECTCheckBox.Location = New System.Drawing.Point(12, 145) - Me.MULTISELECTCheckBox.Name = "MULTISELECTCheckBox" - Me.MULTISELECTCheckBox.Size = New System.Drawing.Size(240, 20) - Me.MULTISELECTCheckBox.TabIndex = 17 - Me.MULTISELECTCheckBox.Text = "Mehrfachauswahl" - Me.MULTISELECTCheckBox.UseVisualStyleBackColor = True - ' - 'Button1 - ' - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(549, 60) - Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(260, 21) - Me.Button1.TabIndex = 16 - Me.Button1.Text = "Connector bearbeiten" - Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button1.UseVisualStyleBackColor = True - ' - 'VKT_ADD_ITEMCheckBox - ' - Me.VKT_ADD_ITEMCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "VKT_ADD_ITEM", True)) - Me.VKT_ADD_ITEMCheckBox.Location = New System.Drawing.Point(502, 145) - Me.VKT_ADD_ITEMCheckBox.Name = "VKT_ADD_ITEMCheckBox" - Me.VKT_ADD_ITEMCheckBox.Size = New System.Drawing.Size(240, 20) - Me.VKT_ADD_ITEMCheckBox.TabIndex = 15 - Me.VKT_ADD_ITEMCheckBox.Text = "Neueingabe erlauben" - Me.VKT_ADD_ITEMCheckBox.UseVisualStyleBackColor = True - ' - 'DEFAULT_VALUETextBox - ' - Me.DEFAULT_VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "DEFAULT_VALUE", True)) - Me.DEFAULT_VALUETextBox.Location = New System.Drawing.Point(100, 95) - Me.DEFAULT_VALUETextBox.Name = "DEFAULT_VALUETextBox" - Me.DEFAULT_VALUETextBox.Size = New System.Drawing.Size(308, 20) - Me.DEFAULT_VALUETextBox.TabIndex = 12 - ' - 'DATATYPEComboBox - ' - Me.DATATYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "DATATYPE", True)) - Me.DATATYPEComboBox.FormattingEnabled = True - Me.DATATYPEComboBox.Location = New System.Drawing.Point(401, 60) - Me.DATATYPEComboBox.Name = "DATATYPEComboBox" - Me.DATATYPEComboBox.Size = New System.Drawing.Size(144, 21) - Me.DATATYPEComboBox.TabIndex = 11 - ' - 'COMMENTTextBox - ' - Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "COMMENT", True)) - Me.COMMENTTextBox.Location = New System.Drawing.Point(100, 121) - Me.COMMENTTextBox.Name = "COMMENTTextBox" - Me.COMMENTTextBox.Size = New System.Drawing.Size(888, 20) - Me.COMMENTTextBox.TabIndex = 10 - ' - 'IDBAttributComboBox - ' - Me.IDBAttributComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "WD_INDEX", True)) - Me.IDBAttributComboBox.FormattingEnabled = True - Me.IDBAttributComboBox.Location = New System.Drawing.Point(100, 60) - Me.IDBAttributComboBox.Name = "IDBAttributComboBox" - Me.IDBAttributComboBox.Size = New System.Drawing.Size(209, 21) - Me.IDBAttributComboBox.TabIndex = 9 - ' - 'NAMETextBox - ' - Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "NAME", True)) - Me.NAMETextBox.Location = New System.Drawing.Point(100, 36) - Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(888, 20) - Me.NAMETextBox.TabIndex = 8 - ' - 'SEQUENCENumericUpDown1 - ' - Me.SEQUENCENumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True)) - Me.SEQUENCENumericUpDown1.Location = New System.Drawing.Point(235, 12) - Me.SEQUENCENumericUpDown1.Name = "SEQUENCENumericUpDown1" - Me.SEQUENCENumericUpDown1.Size = New System.Drawing.Size(44, 22) - Me.SEQUENCENumericUpDown1.TabIndex = 7 - ' - 'GUIDTextBox1 - ' - Me.GUIDTextBox1.BackColor = System.Drawing.SystemColors.ControlLight - Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "GUID", True)) - Me.GUIDTextBox1.Location = New System.Drawing.Point(100, 12) - Me.GUIDTextBox1.Name = "GUIDTextBox1" - Me.GUIDTextBox1.ReadOnly = True - Me.GUIDTextBox1.Size = New System.Drawing.Size(43, 20) - Me.GUIDTextBox1.TabIndex = 6 - ' - 'ACTIVECheckBox - ' - Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(283, 12) - Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(262, 20) - Me.ACTIVECheckBox.TabIndex = 5 - Me.ACTIVECheckBox.Text = "Aktiv" - Me.ACTIVECheckBox.UseVisualStyleBackColor = True - ' - 'ControlGroupIndexeMan - ' - Me.ControlGroupIndexeMan.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] - Me.ControlGroupIndexeMan.GroupBordersVisible = False - Me.ControlGroupIndexeMan.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem11, Me.LayoutControlItem14, Me.LayoutControlItem15, Me.LayoutControlItem18, Me.LayoutControlItem12, Me.LayoutControlItem13, Me.EmptySpaceItem1, Me.LayoutControlItem16, Me.EmptySpaceItem2, Me.EmptySpaceItem3, Me.LayoutControlItem27, Me.LayoutControlItem29, Me.LayoutControlItem20, Me.LayoutControlItem22, Me.LayoutControlItem21, Me.LayoutControlItem31, Me.EmptySpaceItem10, Me.LayoutControlItem17, Me.LayoutControlItem39, Me.EmptySpaceItem11, Me.LayoutControlItem28, Me.LayoutControlItem30, Me.EmptySpaceItem17, Me.EmptySpaceItem18, Me.LayoutControlItem10}) - Me.ControlGroupIndexeMan.Name = "ControlGroupIndexeMan" - Me.ControlGroupIndexeMan.Size = New System.Drawing.Size(1000, 225) - Me.ControlGroupIndexeMan.TextVisible = False - ' - 'LayoutControlItem11 - ' - Me.LayoutControlItem11.Control = Me.ACTIVECheckBox - Me.LayoutControlItem11.Location = New System.Drawing.Point(271, 0) - Me.LayoutControlItem11.Name = "LayoutControlItem11" - Me.LayoutControlItem11.Size = New System.Drawing.Size(266, 24) - Me.LayoutControlItem11.Text = "ACTIVE:" - Me.LayoutControlItem11.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem11.TextVisible = False - ' - 'LayoutControlItem14 - ' - Me.LayoutControlItem14.Control = Me.NAMETextBox - Me.LayoutControlItem14.Location = New System.Drawing.Point(0, 24) - Me.LayoutControlItem14.Name = "LayoutControlItem14" - Me.LayoutControlItem14.Size = New System.Drawing.Size(980, 24) - Me.LayoutControlItem14.Text = "Bezeichnung:" - Me.LayoutControlItem14.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem15 - ' - Me.LayoutControlItem15.Control = Me.IDBAttributComboBox - Me.LayoutControlItem15.Location = New System.Drawing.Point(0, 48) - Me.LayoutControlItem15.Name = "LayoutControlItem15" - Me.LayoutControlItem15.Size = New System.Drawing.Size(301, 25) - Me.LayoutControlItem15.Text = "Attribut:" - Me.LayoutControlItem15.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem18 - ' - Me.LayoutControlItem18.Control = Me.DEFAULT_VALUETextBox - Me.LayoutControlItem18.Location = New System.Drawing.Point(0, 83) - Me.LayoutControlItem18.Name = "LayoutControlItem18" - Me.LayoutControlItem18.Size = New System.Drawing.Size(400, 26) - Me.LayoutControlItem18.Text = "Standard-Wert:" - Me.LayoutControlItem18.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem12 - ' - Me.LayoutControlItem12.Control = Me.GUIDTextBox1 - Me.LayoutControlItem12.Location = New System.Drawing.Point(0, 0) - Me.LayoutControlItem12.Name = "LayoutControlItem12" - Me.LayoutControlItem12.Size = New System.Drawing.Size(135, 24) - Me.LayoutControlItem12.Text = "ID:" - Me.LayoutControlItem12.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem13 - ' - Me.LayoutControlItem13.Control = Me.SEQUENCENumericUpDown1 - Me.LayoutControlItem13.Location = New System.Drawing.Point(135, 0) - Me.LayoutControlItem13.Name = "LayoutControlItem13" - Me.LayoutControlItem13.Size = New System.Drawing.Size(136, 24) - Me.LayoutControlItem13.Text = "Reihenfolge:" - Me.LayoutControlItem13.TextSize = New System.Drawing.Size(85, 13) - ' - 'EmptySpaceItem1 - ' - Me.EmptySpaceItem1.AllowHotTrack = False - Me.EmptySpaceItem1.Location = New System.Drawing.Point(734, 133) - Me.EmptySpaceItem1.Name = "EmptySpaceItem1" - Me.EmptySpaceItem1.Size = New System.Drawing.Size(246, 24) - Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0) - ' - 'LayoutControlItem16 - ' - Me.LayoutControlItem16.Control = Me.COMMENTTextBox - Me.LayoutControlItem16.Location = New System.Drawing.Point(0, 109) - Me.LayoutControlItem16.Name = "LayoutControlItem16" - Me.LayoutControlItem16.Size = New System.Drawing.Size(980, 24) - Me.LayoutControlItem16.Text = "Beschreibung:" - Me.LayoutControlItem16.TextSize = New System.Drawing.Size(85, 13) - ' - 'EmptySpaceItem2 - ' - Me.EmptySpaceItem2.AllowHotTrack = False - Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 73) - Me.EmptySpaceItem2.Name = "EmptySpaceItem2" - Me.EmptySpaceItem2.Size = New System.Drawing.Size(980, 10) - Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0) - ' - 'EmptySpaceItem3 - ' - Me.EmptySpaceItem3.AllowHotTrack = False - Me.EmptySpaceItem3.Location = New System.Drawing.Point(537, 0) - Me.EmptySpaceItem3.Name = "EmptySpaceItem3" - Me.EmptySpaceItem3.Size = New System.Drawing.Size(443, 24) - Me.EmptySpaceItem3.TextSize = New System.Drawing.Size(0, 0) - ' - 'LayoutControlItem27 - ' - Me.LayoutControlItem27.Control = Me.ADDED_WHOTextBox - Me.LayoutControlItem27.Location = New System.Drawing.Point(0, 157) - Me.LayoutControlItem27.Name = "LayoutControlItem27" - Me.LayoutControlItem27.Size = New System.Drawing.Size(235, 24) - Me.LayoutControlItem27.Text = "Erstellt wer:" - Me.LayoutControlItem27.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem29 - ' - Me.LayoutControlItem29.Control = Me.CHANGED_WHOTextBox - Me.LayoutControlItem29.Location = New System.Drawing.Point(235, 157) - Me.LayoutControlItem29.Name = "LayoutControlItem29" - Me.LayoutControlItem29.Size = New System.Drawing.Size(267, 24) - Me.LayoutControlItem29.Text = "Geändert wer:" - Me.LayoutControlItem29.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem20 - ' - Me.LayoutControlItem20.Control = Me.MULTISELECTCheckBox - Me.LayoutControlItem20.Location = New System.Drawing.Point(0, 133) - Me.LayoutControlItem20.Name = "LayoutControlItem20" - Me.LayoutControlItem20.Size = New System.Drawing.Size(244, 24) - Me.LayoutControlItem20.Text = "MULTISELECT:" - Me.LayoutControlItem20.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem20.TextVisible = False - ' - 'LayoutControlItem22 - ' - Me.LayoutControlItem22.Control = Me.VKT_PREVENT_MULTIPLE_VALUESCheckBox - Me.LayoutControlItem22.Location = New System.Drawing.Point(244, 133) - Me.LayoutControlItem22.Name = "LayoutControlItem22" - Me.LayoutControlItem22.Size = New System.Drawing.Size(246, 24) - Me.LayoutControlItem22.Text = "VKT PREVENT MULTIPLE VALUES:" - Me.LayoutControlItem22.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem22.TextVisible = False - ' - 'LayoutControlItem21 - ' - Me.LayoutControlItem21.Control = Me.VKT_ADD_ITEMCheckBox - Me.LayoutControlItem21.Location = New System.Drawing.Point(490, 133) - Me.LayoutControlItem21.Name = "LayoutControlItem21" - Me.LayoutControlItem21.Size = New System.Drawing.Size(244, 24) - Me.LayoutControlItem21.Text = "VKT ADD ITEM:" - Me.LayoutControlItem21.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem21.TextVisible = False - ' - 'LayoutControlItem31 - ' - Me.LayoutControlItem31.Control = Me.SimpleButton1 - Me.LayoutControlItem31.Location = New System.Drawing.Point(400, 83) - Me.LayoutControlItem31.Name = "LayoutControlItem31" - Me.LayoutControlItem31.Size = New System.Drawing.Size(37, 26) - Me.LayoutControlItem31.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem31.TextVisible = False - ' - 'EmptySpaceItem10 - ' - Me.EmptySpaceItem10.AllowHotTrack = False - Me.EmptySpaceItem10.Location = New System.Drawing.Point(801, 48) - Me.EmptySpaceItem10.Name = "EmptySpaceItem10" - Me.EmptySpaceItem10.Size = New System.Drawing.Size(179, 25) - Me.EmptySpaceItem10.TextSize = New System.Drawing.Size(0, 0) - ' - 'LayoutControlItem17 - ' - Me.LayoutControlItem17.Control = Me.DATATYPEComboBox - Me.LayoutControlItem17.Location = New System.Drawing.Point(301, 48) - Me.LayoutControlItem17.Name = "LayoutControlItem17" - Me.LayoutControlItem17.Size = New System.Drawing.Size(236, 25) - Me.LayoutControlItem17.Text = "Datentyp:" - Me.LayoutControlItem17.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem39 - ' - Me.LayoutControlItem39.Control = Me.ComboBox1 - Me.LayoutControlItem39.Location = New System.Drawing.Point(437, 83) - Me.LayoutControlItem39.Name = "LayoutControlItem39" - Me.LayoutControlItem39.Size = New System.Drawing.Size(297, 26) - Me.LayoutControlItem39.Text = "Systemvariablen:" - Me.LayoutControlItem39.TextSize = New System.Drawing.Size(85, 13) - ' - 'EmptySpaceItem11 - ' - Me.EmptySpaceItem11.AllowHotTrack = False - Me.EmptySpaceItem11.Location = New System.Drawing.Point(734, 83) - Me.EmptySpaceItem11.Name = "EmptySpaceItem11" - Me.EmptySpaceItem11.Size = New System.Drawing.Size(246, 26) - Me.EmptySpaceItem11.TextSize = New System.Drawing.Size(0, 0) - ' - 'LayoutControlItem28 - ' - Me.LayoutControlItem28.Control = Me.ADDED_WHENTextBox - Me.LayoutControlItem28.Location = New System.Drawing.Point(0, 181) - Me.LayoutControlItem28.Name = "LayoutControlItem28" - Me.LayoutControlItem28.Size = New System.Drawing.Size(235, 24) - Me.LayoutControlItem28.Text = "Erstellt wann:" - Me.LayoutControlItem28.TextSize = New System.Drawing.Size(85, 13) - ' - 'LayoutControlItem30 - ' - Me.LayoutControlItem30.Control = Me.CHANGED_WHENTextBox - Me.LayoutControlItem30.Location = New System.Drawing.Point(235, 181) - Me.LayoutControlItem30.Name = "LayoutControlItem30" - Me.LayoutControlItem30.Size = New System.Drawing.Size(267, 24) - Me.LayoutControlItem30.Text = "Geändert wann:" - Me.LayoutControlItem30.TextSize = New System.Drawing.Size(85, 13) - ' - 'EmptySpaceItem17 - ' - Me.EmptySpaceItem17.AllowHotTrack = False - Me.EmptySpaceItem17.Location = New System.Drawing.Point(502, 157) - Me.EmptySpaceItem17.Name = "EmptySpaceItem17" - Me.EmptySpaceItem17.Size = New System.Drawing.Size(478, 24) - Me.EmptySpaceItem17.TextSize = New System.Drawing.Size(0, 0) - ' - 'EmptySpaceItem18 - ' - Me.EmptySpaceItem18.AllowHotTrack = False - Me.EmptySpaceItem18.Location = New System.Drawing.Point(502, 181) - Me.EmptySpaceItem18.Name = "EmptySpaceItem18" - Me.EmptySpaceItem18.Size = New System.Drawing.Size(478, 24) - Me.EmptySpaceItem18.TextSize = New System.Drawing.Size(0, 0) - ' - 'LayoutControlItem10 - ' - Me.LayoutControlItem10.Control = Me.Button1 - Me.LayoutControlItem10.Location = New System.Drawing.Point(537, 48) - Me.LayoutControlItem10.MinSize = New System.Drawing.Size(24, 24) - Me.LayoutControlItem10.Name = "LayoutControlItem10" - Me.LayoutControlItem10.Size = New System.Drawing.Size(264, 25) - Me.LayoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom - Me.LayoutControlItem10.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem10.TextVisible = False - ' - 'ListBoxControlmanIndex - ' - Me.ListBoxControlmanIndex.DataSource = Me.TBDD_INDEX_MANBindingSource - Me.ListBoxControlmanIndex.DisplayMember = "NAME" - Me.ListBoxControlmanIndex.Dock = System.Windows.Forms.DockStyle.Left - Me.ListBoxControlmanIndex.Location = New System.Drawing.Point(0, 0) - Me.ListBoxControlmanIndex.Name = "ListBoxControlmanIndex" - Me.ListBoxControlmanIndex.Size = New System.Drawing.Size(165, 193) - Me.ListBoxControlmanIndex.TabIndex = 0 - ' - 'XtraTabPageRework - ' - Me.XtraTabPageRework.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageRework.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.XtraTabPageRework.Name = "XtraTabPageRework" - Me.XtraTabPageRework.Size = New System.Drawing.Size(1182, 193) - Me.XtraTabPageRework.Text = "XtraTabPage4" - ' - 'XtraTabPageAutoIndexe - ' - Me.XtraTabPageAutoIndexe.Controls.Add(Me.LayoutControlAutoIndexe) - Me.XtraTabPageAutoIndexe.Controls.Add(Me.ListBoxControl2) - Me.XtraTabPageAutoIndexe.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAutoIndexe.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.XtraTabPageAutoIndexe.Name = "XtraTabPageAutoIndexe" - Me.XtraTabPageAutoIndexe.Size = New System.Drawing.Size(1182, 193) - Me.XtraTabPageAutoIndexe.Text = "Automatische Metadaten" - ' - 'LayoutControlAutoIndexe - ' - Me.LayoutControlAutoIndexe.Controls.Add(Me.ComboBoxParameterAutoIndex) - Me.LayoutControlAutoIndexe.Controls.Add(Me.SimpleButton2) - Me.LayoutControlAutoIndexe.Controls.Add(Me.VALUETextBox) - Me.LayoutControlAutoIndexe.Controls.Add(Me.INDEXNAMEComboBox) - Me.LayoutControlAutoIndexe.Controls.Add(Me.ACTIVECheckBox1) - Me.LayoutControlAutoIndexe.Controls.Add(Me.SEQUENCENumericUpDown2) - Me.LayoutControlAutoIndexe.Controls.Add(Me.GUIDTextBox) - Me.LayoutControlAutoIndexe.Dock = System.Windows.Forms.DockStyle.Fill - Me.LayoutControlAutoIndexe.Location = New System.Drawing.Point(166, 0) - Me.LayoutControlAutoIndexe.Name = "LayoutControlAutoIndexe" - Me.LayoutControlAutoIndexe.Root = Me.ControlGroupIndexeAuto - Me.LayoutControlAutoIndexe.Size = New System.Drawing.Size(1016, 193) - Me.LayoutControlAutoIndexe.TabIndex = 1 - Me.LayoutControlAutoIndexe.Text = "LayoutControl3" - ' - 'ComboBoxParameterAutoIndex - ' - Me.ComboBoxParameterAutoIndex.FormattingEnabled = True - Me.ComboBoxParameterAutoIndex.Items.AddRange(New Object() {"Dateiname (mit Endung)", "Dateiname (ohne Endung)", "Dateiendung", "Datei Erstelldatum", "Datei Erstellt wer", "Aktuelles Datum (DD.MM.YYYY)", "Username", "Usercode"}) - Me.ComboBoxParameterAutoIndex.Location = New System.Drawing.Point(346, 61) - Me.ComboBoxParameterAutoIndex.Name = "ComboBoxParameterAutoIndex" - Me.ComboBoxParameterAutoIndex.Size = New System.Drawing.Size(658, 21) - Me.ComboBoxParameterAutoIndex.TabIndex = 11 - ' - 'SimpleButton2 - ' - Me.SimpleButton2.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.SimpleButton2.Location = New System.Drawing.Point(177, 61) - Me.SimpleButton2.Name = "SimpleButton2" - Me.SimpleButton2.Size = New System.Drawing.Size(34, 22) - Me.SimpleButton2.StyleController = Me.LayoutControlAutoIndexe - Me.SimpleButton2.TabIndex = 10 - ' - 'VALUETextBox - ' - Me.VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "VALUE", True)) - Me.VALUETextBox.Location = New System.Drawing.Point(143, 61) - Me.VALUETextBox.Name = "VALUETextBox" - Me.VALUETextBox.Size = New System.Drawing.Size(30, 20) - Me.VALUETextBox.TabIndex = 9 - ' - 'TBDD_INDEX_AUTOMBindingSource - ' - Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM" - Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.GlobixDataset - ' - 'INDEXNAMEComboBox - ' - Me.INDEXNAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "INDEXNAME", True)) - Me.INDEXNAMEComboBox.FormattingEnabled = True - Me.INDEXNAMEComboBox.Location = New System.Drawing.Point(143, 36) - Me.INDEXNAMEComboBox.Name = "INDEXNAMEComboBox" - Me.INDEXNAMEComboBox.Size = New System.Drawing.Size(861, 21) - Me.INDEXNAMEComboBox.TabIndex = 8 - ' - 'ACTIVECheckBox1 - ' - Me.ACTIVECheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_AUTOMBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox1.Location = New System.Drawing.Point(362, 12) - Me.ACTIVECheckBox1.Name = "ACTIVECheckBox1" - Me.ACTIVECheckBox1.Size = New System.Drawing.Size(517, 20) - Me.ACTIVECheckBox1.TabIndex = 7 - Me.ACTIVECheckBox1.Text = "Aktiv" - Me.ACTIVECheckBox1.UseVisualStyleBackColor = True - ' - 'SEQUENCENumericUpDown2 - ' - Me.SEQUENCENumericUpDown2.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE", True)) - Me.SEQUENCENumericUpDown2.Location = New System.Drawing.Point(329, 12) - Me.SEQUENCENumericUpDown2.Name = "SEQUENCENumericUpDown2" - Me.SEQUENCENumericUpDown2.Size = New System.Drawing.Size(29, 22) - Me.SEQUENCENumericUpDown2.TabIndex = 6 - ' - 'GUIDTextBox - ' - Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "GUID", True)) - Me.GUIDTextBox.Location = New System.Drawing.Point(143, 12) - Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.Size = New System.Drawing.Size(51, 20) - Me.GUIDTextBox.TabIndex = 5 - ' - 'ControlGroupIndexeAuto - ' - Me.ControlGroupIndexeAuto.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] - Me.ControlGroupIndexeAuto.GroupBordersVisible = False - Me.ControlGroupIndexeAuto.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem33, Me.LayoutControlItem36, Me.LayoutControlItem34, Me.LayoutControlItem35, Me.EmptySpaceItem5, Me.EmptySpaceItem6, Me.LayoutControlItem37, Me.LayoutControlItem32, Me.LayoutControlItem38}) - Me.ControlGroupIndexeAuto.Name = "ControlGroupIndexeAuto" - Me.ControlGroupIndexeAuto.Size = New System.Drawing.Size(1016, 193) - Me.ControlGroupIndexeAuto.TextVisible = False - ' - 'LayoutControlItem33 - ' - Me.LayoutControlItem33.Control = Me.GUIDTextBox - Me.LayoutControlItem33.Location = New System.Drawing.Point(0, 0) - Me.LayoutControlItem33.Name = "LayoutControlItem33" - Me.LayoutControlItem33.Size = New System.Drawing.Size(186, 24) - Me.LayoutControlItem33.Text = "ID:" - Me.LayoutControlItem33.TextSize = New System.Drawing.Size(128, 13) - ' - 'LayoutControlItem36 - ' - Me.LayoutControlItem36.Control = Me.INDEXNAMEComboBox - Me.LayoutControlItem36.Location = New System.Drawing.Point(0, 24) - Me.LayoutControlItem36.Name = "LayoutControlItem36" - Me.LayoutControlItem36.Size = New System.Drawing.Size(996, 25) - Me.LayoutControlItem36.Text = "Attribut:" - Me.LayoutControlItem36.TextSize = New System.Drawing.Size(128, 13) - ' - 'LayoutControlItem34 - ' - Me.LayoutControlItem34.Control = Me.SEQUENCENumericUpDown2 - Me.LayoutControlItem34.Location = New System.Drawing.Point(186, 0) - Me.LayoutControlItem34.Name = "LayoutControlItem34" - Me.LayoutControlItem34.Size = New System.Drawing.Size(164, 24) - Me.LayoutControlItem34.Text = "Reihenfolge:" - Me.LayoutControlItem34.TextSize = New System.Drawing.Size(128, 13) - ' - 'LayoutControlItem35 - ' - Me.LayoutControlItem35.Control = Me.ACTIVECheckBox1 - Me.LayoutControlItem35.Location = New System.Drawing.Point(350, 0) - Me.LayoutControlItem35.Name = "LayoutControlItem35" - Me.LayoutControlItem35.Size = New System.Drawing.Size(521, 24) - Me.LayoutControlItem35.Text = "ACTIVE:" - Me.LayoutControlItem35.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem35.TextVisible = False - ' - 'EmptySpaceItem5 - ' - Me.EmptySpaceItem5.AllowHotTrack = False - Me.EmptySpaceItem5.Location = New System.Drawing.Point(871, 0) - Me.EmptySpaceItem5.Name = "EmptySpaceItem5" - Me.EmptySpaceItem5.Size = New System.Drawing.Size(125, 24) - Me.EmptySpaceItem5.TextSize = New System.Drawing.Size(0, 0) - ' - 'EmptySpaceItem6 - ' - Me.EmptySpaceItem6.AllowHotTrack = False - Me.EmptySpaceItem6.Location = New System.Drawing.Point(0, 75) - Me.EmptySpaceItem6.Name = "EmptySpaceItem6" - Me.EmptySpaceItem6.Size = New System.Drawing.Size(996, 98) - Me.EmptySpaceItem6.TextSize = New System.Drawing.Size(0, 0) - ' - 'LayoutControlItem37 - ' - Me.LayoutControlItem37.Control = Me.VALUETextBox - Me.LayoutControlItem37.Location = New System.Drawing.Point(0, 49) - Me.LayoutControlItem37.Name = "LayoutControlItem37" - Me.LayoutControlItem37.Size = New System.Drawing.Size(165, 26) - Me.LayoutControlItem37.Text = "Fester oder autom. Wert:" - Me.LayoutControlItem37.TextSize = New System.Drawing.Size(128, 13) - ' - 'LayoutControlItem32 - ' - Me.LayoutControlItem32.Control = Me.SimpleButton2 - Me.LayoutControlItem32.Location = New System.Drawing.Point(165, 49) - Me.LayoutControlItem32.Name = "LayoutControlItem32" - Me.LayoutControlItem32.Size = New System.Drawing.Size(38, 26) - Me.LayoutControlItem32.TextSize = New System.Drawing.Size(0, 0) - Me.LayoutControlItem32.TextVisible = False - ' - 'LayoutControlItem38 - ' - Me.LayoutControlItem38.Control = Me.ComboBoxParameterAutoIndex - Me.LayoutControlItem38.Location = New System.Drawing.Point(203, 49) - Me.LayoutControlItem38.Name = "LayoutControlItem38" - Me.LayoutControlItem38.Size = New System.Drawing.Size(793, 26) - Me.LayoutControlItem38.Text = "Parameter" - Me.LayoutControlItem38.TextSize = New System.Drawing.Size(128, 13) - ' - 'ListBoxControl2 - ' - Me.ListBoxControl2.Dock = System.Windows.Forms.DockStyle.Left - Me.ListBoxControl2.Location = New System.Drawing.Point(0, 0) - Me.ListBoxControl2.Name = "ListBoxControl2" - Me.ListBoxControl2.Size = New System.Drawing.Size(166, 193) - Me.ListBoxControl2.TabIndex = 0 - ' - 'XtraTabPage2 - ' - Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(1184, 497) - Me.XtraTabPage2.Text = "XtraTabPage2" - ' - 'TBDD_DOKUMENTARTTableAdapter - ' - Me.TBDD_DOKUMENTARTTableAdapter.ClearBeforeFill = True - ' - 'TableAdapterManager - ' - Me.TableAdapterManager.BackupDataSetBeforeUpdate = False - Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Me.TBDD_DOKUMENTARTTableAdapter - Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing - Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Nothing - Me.TableAdapterManager.UpdateOrder = DigitalData.GUIs.ZooFlow.GlobixDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete - ' - 'GridViewProfiles - ' - Me.GridViewProfiles.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colBEZEICHNUNG, Me.colBESCHREIBUNG}) - Me.GridViewProfiles.GridControl = Me.GridControl1 - Me.GridViewProfiles.Name = "GridViewProfiles" - Me.GridViewProfiles.OptionsSelection.EnableAppearanceFocusedCell = False - Me.GridViewProfiles.OptionsView.EnableAppearanceEvenRow = True - Me.GridViewProfiles.OptionsView.ShowAutoFilterRow = True - Me.GridViewProfiles.OptionsView.ShowColumnHeaders = False - Me.GridViewProfiles.OptionsView.ShowGroupPanel = False - ' - 'colBEZEICHNUNG - ' - Me.colBEZEICHNUNG.FieldName = "BEZEICHNUNG" - Me.colBEZEICHNUNG.Name = "colBEZEICHNUNG" - Me.colBEZEICHNUNG.Visible = True - Me.colBEZEICHNUNG.VisibleIndex = 0 - ' - 'colBESCHREIBUNG - ' - Me.colBESCHREIBUNG.FieldName = "BESCHREIBUNG" - Me.colBESCHREIBUNG.Name = "colBESCHREIBUNG" - Me.colBESCHREIBUNG.Visible = True - Me.colBESCHREIBUNG.VisibleIndex = 1 - ' - 'GridControl1 - ' - Me.GridControl1.DataSource = Me.TBDD_DOKUMENTARTBindingSource - Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Left - Me.GridControl1.Location = New System.Drawing.Point(0, 159) - Me.GridControl1.MainView = Me.GridViewProfiles - Me.GridControl1.MenuManager = Me.RibbonControl1 - Me.GridControl1.Name = "GridControl1" - Me.GridControl1.Size = New System.Drawing.Size(174, 539) - Me.GridControl1.TabIndex = 2 - Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfiles}) - ' - 'TBDD_INDEX_MANTableAdapter - ' - Me.TBDD_INDEX_MANTableAdapter.ClearBeforeFill = True - ' - 'BarButtonItem4 - ' - Me.BarButtonItem4.Caption = "Speichern" - Me.BarButtonItem4.Id = 1 - Me.BarButtonItem4.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) - Me.BarButtonItem4.Name = "BarButtonItem4" - ' - 'TBDD_INDEX_AUTOMTableAdapter - ' - Me.TBDD_INDEX_AUTOMTableAdapter.ClearBeforeFill = True - ' - 'EmptySpaceItem4 - ' - Me.EmptySpaceItem4.AllowHotTrack = False - Me.EmptySpaceItem4.Location = New System.Drawing.Point(545, 180) - Me.EmptySpaceItem4.Name = "EmptySpaceItem4" - Me.EmptySpaceItem4.Size = New System.Drawing.Size(454, 24) - Me.EmptySpaceItem4.TextSize = New System.Drawing.Size(0, 0) - ' - 'EmptySpaceItem12 - ' - Me.EmptySpaceItem12.AllowHotTrack = False - Me.EmptySpaceItem12.Location = New System.Drawing.Point(545, 204) - Me.EmptySpaceItem12.Name = "EmptySpaceItem12" - Me.EmptySpaceItem12.Size = New System.Drawing.Size(454, 24) - Me.EmptySpaceItem12.TextSize = New System.Drawing.Size(0, 0) - ' - 'EmptySpaceItem13 - ' - Me.EmptySpaceItem13.AllowHotTrack = False - Me.EmptySpaceItem13.Location = New System.Drawing.Point(547, 24) - Me.EmptySpaceItem13.Name = "EmptySpaceItem13" - Me.EmptySpaceItem13.Size = New System.Drawing.Size(452, 24) - Me.EmptySpaceItem13.TextSize = New System.Drawing.Size(0, 0) - ' - 'EmptySpaceItem14 - ' - Me.EmptySpaceItem14.AllowHotTrack = False - Me.EmptySpaceItem14.Location = New System.Drawing.Point(744, 132) - Me.EmptySpaceItem14.Name = "EmptySpaceItem14" - Me.EmptySpaceItem14.Size = New System.Drawing.Size(255, 24) - Me.EmptySpaceItem14.TextSize = New System.Drawing.Size(0, 0) - ' - 'frmGlobixAdministration - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1360, 720) - Me.Controls.Add(Me.XtraTabControl1) - Me.Controls.Add(Me.GridControl1) - Me.Controls.Add(Me.RibbonStatusBar1) - Me.Controls.Add(Me.RibbonControl1) - Me.Name = "frmGlobixAdministration" - Me.Ribbon = Me.RibbonControl1 - Me.StatusBar = Me.RibbonStatusBar1 - Me.Text = "Global Indexer - Administration" - CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() - Me.XtraTabControl1.ResumeLayout(False) - Me.XtraTabPage1.ResumeLayout(False) - CType(Me.LayoutControl3, System.ComponentModel.ISupportInitialize).EndInit() - Me.LayoutControl3.ResumeLayout(False) - CType(Me.TBDD_DOKUMENTARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.GlobixDataset, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ProfileGUID.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.SpinEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit5.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit7.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit8.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TextEdit9.Properties, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ControlGroupProfile, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem19, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem43, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem44, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem41, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem42, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem40, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem45, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem46, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem47, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem24, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem48, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem49, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem50, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit() - Me.XtraTabControl2.ResumeLayout(False) - Me.XtraTabPageManIndexe.ResumeLayout(False) - CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).EndInit() - Me.LayoutControl2.ResumeLayout(False) - CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.SEQUENCENumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ControlGroupIndexeMan, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem14, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem15, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem18, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem13, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem16, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem3, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem27, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem29, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem20, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem22, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem21, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem31, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem10, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem17, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem39, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem11, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem28, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem30, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem17, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem18, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ListBoxControlmanIndex, System.ComponentModel.ISupportInitialize).EndInit() - Me.XtraTabPageAutoIndexe.ResumeLayout(False) - CType(Me.LayoutControlAutoIndexe, System.ComponentModel.ISupportInitialize).EndInit() - Me.LayoutControlAutoIndexe.ResumeLayout(False) - CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.SEQUENCENumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ControlGroupIndexeAuto, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem33, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem36, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem34, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem35, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem5, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem6, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem37, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem32, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.LayoutControlItem38, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ListBoxControl2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.GridViewProfiles, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem4, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem12, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem13, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EmptySpaceItem14, System.ComponentModel.ISupportInitialize).EndInit() - Me.ResumeLayout(False) - Me.PerformLayout() - - End Sub - - 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 RibbonPageGroupManualIndex As DevExpress.XtraBars.Ribbon.RibbonPageGroup - Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar - Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage - Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup - Friend WithEvents RibbonPageGroupManualIndexFunctions As DevExpress.XtraBars.Ribbon.RibbonPageGroup - Friend WithEvents RibbonPageGroupAutoIndex As DevExpress.XtraBars.Ribbon.RibbonPageGroup - Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl - Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage - Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage - Friend WithEvents GlobixDataset As GlobixDataset - Friend WithEvents TBDD_DOKUMENTARTBindingSource As BindingSource - Friend WithEvents TBDD_DOKUMENTARTTableAdapter As GlobixDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter - Friend WithEvents TableAdapterManager As GlobixDatasetTableAdapters.TableAdapterManager - Friend WithEvents GridViewProfiles As DevExpress.XtraGrid.Views.Grid.GridView - Friend WithEvents colBEZEICHNUNG As DevExpress.XtraGrid.Columns.GridColumn - Friend WithEvents colBESCHREIBUNG As DevExpress.XtraGrid.Columns.GridColumn - Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl - Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl - Friend WithEvents XtraTabPageManIndexe As DevExpress.XtraTab.XtraTabPage - Friend WithEvents XtraTabPageRework As DevExpress.XtraTab.XtraTabPage - Friend WithEvents BbtnitmRecordSave As DevExpress.XtraBars.BarButtonItem - Friend WithEvents BbtnitmRecordDelete As DevExpress.XtraBars.BarButtonItem - Friend WithEvents RecordAdd As DevExpress.XtraBars.BarButtonItem - Friend WithEvents ListBoxControlmanIndex As DevExpress.XtraEditors.ListBoxControl - Friend WithEvents LayoutControl2 As DevExpress.XtraLayout.LayoutControl - Friend WithEvents ControlGroupIndexeMan As DevExpress.XtraLayout.LayoutControlGroup - Friend WithEvents TBDD_INDEX_MANBindingSource As BindingSource - Friend WithEvents TBDD_INDEX_MANTableAdapter As GlobixDatasetTableAdapters.TBDD_INDEX_MANTableAdapter - Friend WithEvents Button1 As Button - Friend WithEvents VKT_ADD_ITEMCheckBox As CheckBox - Friend WithEvents DEFAULT_VALUETextBox As TextBox - Friend WithEvents DATATYPEComboBox As ComboBox - Friend WithEvents COMMENTTextBox As TextBox - Friend WithEvents IDBAttributComboBox As ComboBox - Friend WithEvents NAMETextBox As TextBox - Friend WithEvents SEQUENCENumericUpDown1 As NumericUpDown - Friend WithEvents GUIDTextBox1 As TextBox - Friend WithEvents ACTIVECheckBox As CheckBox - Friend WithEvents LayoutControlItem11 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem12 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem13 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem14 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem15 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem17 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem18 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem21 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton - Friend WithEvents CHANGED_WHENTextBox As TextBox - Friend WithEvents CHANGED_WHOTextBox As TextBox - Friend WithEvents ADDED_WHENTextBox As TextBox - Friend WithEvents ADDED_WHOTextBox As TextBox - Friend WithEvents VKT_PREVENT_MULTIPLE_VALUESCheckBox As CheckBox - Friend WithEvents MULTISELECTCheckBox As CheckBox - Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents LayoutControlItem16 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents EmptySpaceItem2 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem3 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents LayoutControlItem27 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem28 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem29 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem30 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem20 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem22 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem31 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents XtraTabPageAutoIndexe As DevExpress.XtraTab.XtraTabPage - Friend WithEvents BarButtonItemSaveMI As DevExpress.XtraBars.BarButtonItem - Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem - Friend WithEvents BarButtonItem7 As DevExpress.XtraBars.BarButtonItem - Friend WithEvents BarButtonItem8 As DevExpress.XtraBars.BarButtonItem - Friend WithEvents RibbonPageGroupProfileRegex As DevExpress.XtraBars.Ribbon.RibbonPageGroup - Friend WithEvents LayoutControlAutoIndexe As DevExpress.XtraLayout.LayoutControl - Friend WithEvents ControlGroupIndexeAuto As DevExpress.XtraLayout.LayoutControlGroup - Friend WithEvents ListBoxControl2 As DevExpress.XtraEditors.ListBoxControl - Friend WithEvents BarButtonItem4 As DevExpress.XtraBars.BarButtonItem - Friend WithEvents TBDD_INDEX_AUTOMBindingSource As BindingSource - Friend WithEvents TBDD_INDEX_AUTOMTableAdapter As GlobixDatasetTableAdapters.TBDD_INDEX_AUTOMTableAdapter - Friend WithEvents ComboBoxParameterAutoIndex As ComboBox - Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton - Friend WithEvents VALUETextBox As TextBox - Friend WithEvents INDEXNAMEComboBox As ComboBox - Friend WithEvents ACTIVECheckBox1 As CheckBox - Friend WithEvents SEQUENCENumericUpDown2 As NumericUpDown - Friend WithEvents GUIDTextBox As TextBox - Friend WithEvents LayoutControlItem33 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem36 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem34 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem35 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents EmptySpaceItem5 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem6 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents LayoutControlItem37 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem32 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem38 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents bsiState As DevExpress.XtraBars.BarStaticItem - Friend WithEvents ComboBox1 As ComboBox - Friend WithEvents EmptySpaceItem10 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents LayoutControlItem39 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents EmptySpaceItem11 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem4 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem12 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem13 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem14 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem17 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents EmptySpaceItem18 As DevExpress.XtraLayout.EmptySpaceItem - Friend WithEvents LayoutControl3 As DevExpress.XtraLayout.LayoutControl - Friend WithEvents ProfileGUID As DevExpress.XtraEditors.TextEdit - Friend WithEvents SpinEdit1 As DevExpress.XtraEditors.SpinEdit - Friend WithEvents CheckEdit1 As DevExpress.XtraEditors.CheckEdit - Friend WithEvents ComboBoxEdit1 As DevExpress.XtraEditors.ComboBoxEdit - Friend WithEvents TextEdit2 As DevExpress.XtraEditors.TextEdit - Friend WithEvents TextEdit3 As DevExpress.XtraEditors.TextEdit - Friend WithEvents ControlGroupProfile As DevExpress.XtraLayout.LayoutControlGroup - Friend WithEvents LayoutControlItem19 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem43 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem40 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem44 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem41 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem42 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents TextEdit4 As DevExpress.XtraEditors.TextEdit - Friend WithEvents TextEdit5 As DevExpress.XtraEditors.TextEdit - Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton - Friend WithEvents LayoutControlItem45 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem46 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem47 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents TextEdit6 As DevExpress.XtraEditors.TextEdit - Friend WithEvents TextEdit7 As DevExpress.XtraEditors.TextEdit - Friend WithEvents TextEdit8 As DevExpress.XtraEditors.TextEdit - Friend WithEvents TextEdit9 As DevExpress.XtraEditors.TextEdit - Friend WithEvents LayoutControlItem24 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem48 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem49 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents LayoutControlItem50 As DevExpress.XtraLayout.LayoutControlItem - Friend WithEvents IDB_FILESTORE_IDComboBox As ComboBox - Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem -End Class diff --git a/GUIs.ZooFlow/Globix/frmGlobixAdministration.resx b/GUIs.ZooFlow/Globix/frmGlobixAdministration.resx index 48ead7e1..f2e1256e 100644 --- a/GUIs.ZooFlow/Globix/frmGlobixAdministration.resx +++ b/GUIs.ZooFlow/Globix/frmGlobixAdministration.resx @@ -193,12 +193,29 @@ 144, 17 - - 144, 17 - 17, 17 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAFMCAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAxMyAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MTMgMTMiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJs + YWNre2ZpbGw6IzcyNzI3Mjt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAzOUMy + Mzt9CgkuWWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQXBwb2ludG1l + bnRFbmRDb250aW51ZUFycm93XzFfIj4NCiAgICA8cG9seWdvbiBwb2ludHM9IjIsNyA3LDIgNyw1IDEx + LDUgMTEsOSA3LDkgNywxMiAgIiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + + + 821, 17 + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z @@ -256,6 +273,26 @@ IC8+DQogIDwvZz4NCjwvc3ZnPgs= + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z + LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl + dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAFMCAAAC77u/ + PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi + IHZpZXdCb3g9IjAgMCAxMyAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv + MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh + Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg + MTMgMTMiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJs + YWNre2ZpbGw6IzcyNzI3Mjt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAzOUMy + Mzt9CgkuWWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh + Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQXBwb2ludG1l + bnRFbmRDb250aW51ZUFycm93XzFfIj4NCiAgICA8cG9seWdvbiBwb2ludHM9IjIsNyA3LDIgNyw1IDEx + LDUgMTEsOSA3LDkgNywxMiAgIiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= + + + + 17, 56 + AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z @@ -308,55 +345,6 @@ LjEsMjguMSwyNy42LDI3LjZ6IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== - - 17, 17 - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAFMCAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAxMyAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MTMgMTMiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJs - YWNre2ZpbGw6IzcyNzI3Mjt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAzOUMy - Mzt9CgkuWWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh - Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQXBwb2ludG1l - bnRFbmRDb250aW51ZUFycm93XzFfIj4NCiAgICA8cG9seWdvbiBwb2ludHM9IjIsNyA3LDIgNyw1IDEx - LDUgMTEsOSA3LDkgNywxMiAgIiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= - - - - 821, 17 - - - 821, 17 - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z - LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl - dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAFMCAAAC77u/ - PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi - IHZpZXdCb3g9IjAgMCAxMyAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv - MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh - Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg - MTMgMTMiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLlJlZHtmaWxsOiNEMTFDMUM7fQoJLkJs - YWNre2ZpbGw6IzcyNzI3Mjt9CgkuQmx1ZXtmaWxsOiMxMTc3RDc7fQoJLkdyZWVue2ZpbGw6IzAzOUMy - Mzt9CgkuWWVsbG93e2ZpbGw6I0ZGQjExNTt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh - Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iQXBwb2ludG1l - bnRFbmRDb250aW51ZUFycm93XzFfIj4NCiAgICA8cG9seWdvbiBwb2ludHM9IjIsNyA3LDIgNyw1IDEx - LDUgMTEsOSA3LDkgNywxMiAgIiBjbGFzcz0iQmxhY2siIC8+DQogIDwvZz4NCjwvc3ZnPgs= - - - - 17, 56 - - - 17, 56 - 399, 17 diff --git a/GUIs.ZooFlow/Globix/frmGlobixAdministration.vb b/GUIs.ZooFlow/Globix/frmGlobixAdministration.vb deleted file mode 100644 index 96e06157..00000000 --- a/GUIs.ZooFlow/Globix/frmGlobixAdministration.vb +++ /dev/null @@ -1,265 +0,0 @@ -Imports DevExpress.XtraLayout -Imports DigitalData.Modules.Logging -Public Class frmGlobixAdministration - - Implements IAdminForm - Public Property PrimaryKey As Integer Implements IAdminForm.PrimaryKey - Public Property HasChanges As Boolean Implements IAdminForm.HasChanges - Public Property IsInsert As Boolean Implements IAdminForm.IsInsert - Private Logger As Logger - Private CURRCOntrolGroup As LayoutControlGroup - Public Sub New(PrimaryKey As Integer) - ' Dieser Aufruf ist für den Designer erforderlich. - InitializeComponent() - - ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu. - Logger = My.LogConfig.GetLogger() - Me.PrimaryKey = PrimaryKey - Me.IsInsert = IsInsert - End Sub - Public Shared _Namenkonvention As String - Public Shared _aktDokart_Id As Integer - - Private SourceAttributes As List(Of String) - Private SourceObjectTypes As List(Of String) - - Private Current_ObjectType As String = "" - - Private GroupToDelete As Integer = Nothing - Dim frmloaded As Boolean = False - - Public Class FileConflictOption - Public Name As String - Public Value As String - - Public Overrides Function ToString() As String - Return Name - End Function - End Class - - Private Sub frmGlobixAdministration_Load(sender As Object, e As EventArgs) Handles Me.Load - Try - Me.TBDD_DOKUMENTARTTableAdapter.Connection.ConnectionString = My.DatabaseECM.CurrentSQLConnectionString - 'Me.TBDD_EINGANGSARTENTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBDD_MODULESTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBDD_DOKART_MODULETableAdapter.Connection.ConnectionString = MyConnectionString - 'TBDD_INDEX_MANTableAdapter.Connection.ConnectionString = MyConnectionString - 'TBDD_INDEX_AUTOMTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBDD_USERTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBGI_CONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBWHDD_INDEX_MANTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.VWGI_USER_GROUPS_RELATIONTableAdapter.Connection.ConnectionString = MyConnectionString - 'Me.TBGI_REGEX_DOCTYPETableAdapter.Connection.ConnectionString = MyConnectionString - Catch ex As Exception - MsgBox("Error in load Connection-Strings - Check Database Connection - Form will be closed: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) - Me.Close() - End Try - - Dim oDragDropManager As New ClassDragDrop() - 'oDragDropManager.AddGridView(viewAssignedGroups) - 'oDragDropManager.AddGridView(viewAvailableGroups) - 'oDragDropManager.AddGridView(viewAssignedUsers) - 'oDragDropManager.AddGridView(viewAvailableUsers) - - ComboBoxEdit1.Properties.Items.AddRange({ - New FileConflictOption With {.Name = "Datei Überschreiben", .Value = "Default"}, - New FileConflictOption With {.Name = "Neue Version erstellen", .Value = "New version"}, - New FileConflictOption With {.Name = "Nachfragen", .Value = "Question"} - }) - - Try - - Load_Dokart() - Logger.Debug("...Done Load_Dokart") - 'Me.TBDD_EINGANGSARTENTableAdapter.Fill(Me.MyDataset.TBDD_EINGANGSARTEN) - Logger.Debug("...Done TBDD_EINGANGSARTEN") - ' Me.TBDD_MODULESTableAdapter.Fill(Me.MyDataset.TBDD_MODULES) - Logger.Debug("...Done TBDD_MODULES") - Catch ex As Exception - Logger.Error(ex) - MsgBox("Error in frmAdministration_Load: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) - End Try - - 'If GI_withWindream = True Then - ' If ClassWindream.Init() = True Then - ' End If - 'End If - End Sub - Sub Load_Dokart() - Try - If PrimaryKey > 0 Then - Me.TBDD_DOKUMENTARTTableAdapter.Fill(Me.GlobixDataset.TBDD_DOKUMENTART, PrimaryKey) - GridControl1.Visible = False - Else - Me.TBDD_DOKUMENTARTTableAdapter.FillAllDoctypes(Me.GlobixDataset.TBDD_DOKUMENTART) - GridControl1.Visible = True - End If - - - If GlobixDataset.TBDD_DOKUMENTART.Rows.Count > 0 Then - GridViewProfiles.SelectRow(1) - 'EnableControls(XtraTabPageProfiles) - End If - 'If Me.DOKART_GUIDTextBox.Text <> "" Then - 'Load_TabData() - ' End If - IDB_FILESTORE_IDComboBox.DataSource = My.Tables.DTIDB_FILESTORE - IDB_FILESTORE_IDComboBox.DisplayMember = My.Tables.DTIDB_FILESTORE.Columns("TITLE").ColumnName - IDB_FILESTORE_IDComboBox.ValueMember = My.Tables.DTIDB_FILESTORE.Columns("GUID").ColumnName - - Catch ex As Exception - MsgBox("Error in Load_Dokart: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) - End Try - End Sub - - - Public Function SaveData() As Boolean - Throw New NotImplementedException() - End Function - - - Private Sub Load_INDEXMAN(ProfileId As Integer) - Try - Me.TBDD_INDEX_MANTableAdapter.Fill(Me.GlobixDataset.TBDD_INDEX_MAN, CType(ProfileGUID.Text, Integer)) - If GlobixDataset.TBDD_INDEX_MAN.Rows.Count > 0 Then - EnableControls(XtraTabPageManIndexe) - End If - ClearStatus() - Catch ex As System.Exception - MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Error in Load IndexeManuell: ") - End Try - End Sub - Private Sub ClearStatus() - bsiState.Caption = String.Empty - End Sub - Private Sub XtraTabControl2_SelectedPageChanged(sender As Object, e As DevExpress.XtraTab.TabPageChangedEventArgs) Handles XtraTabControl2.SelectedPageChanged - Load_TabData() - End Sub - Sub Load_TabData() - If frmloaded = False Then - Exit Sub - End If - - RibbonPageGroupProfileRegex.Enabled = False - RibbonPageGroupManualIndex.Enabled = False - RibbonPageGroupManualIndexFunctions.Enabled = False - RibbonPageGroupAutoIndex.Enabled = False - - Select Case XtraTabControl2.SelectedTabPage.Name - Case XtraTabPageManIndexe.Name - RibbonPageGroupManualIndex.Enabled = True - - If ProfileGUID.Text <> "" Then - ' Load_INDEXMAN(Me.DokartGUIDTextBox.Text) - End If - Case XtraTabPageRework.Name - RibbonPageGroupManualIndexFunctions.Enabled = True - - 'Load_PostProcessing(Me.DOKART_GUIDTextBox.Text) - Case XtraTabPageAutoIndexe.Name - Load_INDEXE_AUTO(CType(ProfileGUID.Text, Integer)) - - RibbonPageGroupAutoIndex.Enabled = True - 'Case XtraTabPageFolderPath.Name - ' Try - ' Dim Dt As DataTable = ClassDatabase.Return_Datatable("select NAME from VWDDINDICES_MAN_AUTO_ACTIVE where DOCTYPE_ID = " & DokartGUIDTextBox.Text & " order by NAME") - ' cmbCrFolderIndex.DataSource = Dt - ' cmbCrFolderIndex.DisplayMember = Dt.Columns(0).ColumnName - ' Catch ex As Exception - ' MsgBox("Error in Load Data TabData 4: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) - ' End Try - 'Case XtraTabPageProfileRegex.Name - ' TBGI_REGEX_DOCTYPETableAdapter.Fill(MyDataset.TBGI_REGEX_DOCTYPE, DOKART_GUIDTextBox.Text) - ' RibbonPageGroupProfileRegex.Enabled = True - End Select - End Sub - - - Private Sub Load_INDEXE_AUTO(ProfileId As Integer) - Try - Me.TBDD_INDEX_AUTOMTableAdapter.Fill(Me.GlobixDataset.TBDD_INDEX_AUTOM, CType(ProfileGUID.Text, Integer)) - If GlobixDataset.TBDD_INDEX_AUTOM.Rows.Count > 0 Then - EnableControls(XtraTabPageAutoIndexe) - End If - Catch ex As System.Exception - MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Error in Load Indexe Auto: ") - End Try - End Sub - - - - Sub EnableControls(Control As Control, Optional Value As Boolean = True) - For Each oSubControl As Control In Control.Controls - If oSubControl.Enabled <> Value Then - oSubControl.Enabled = Value - End If - Next - End Sub - - Private Sub Root_Click(sender As Object, e As EventArgs) Handles ControlGroupIndexeMan.MouseDown, ControlGroupIndexeMan.Click, ControlGroupIndexeAuto.Click - CURRCOntrolGroup = sender - Select Case CURRCOntrolGroup.Name - - Case ControlGroupProfile.Name - RibbonPage1.Text = "Profile" - Case ControlGroupIndexeMan.Name - RibbonPage1.Text = "Manual Values" - Case ControlGroupIndexeAuto.Name - RibbonPage1.Text = "Auto Values" - End Select - End Sub - - Public Function DeleteData() As Boolean Implements IAdminForm.DeleteData - Throw New NotImplementedException() - End Function - - Private Sub BtnDateinamenKonvention_Click(sender As Object, e As EventArgs) - - End Sub - - Private Sub BarButtonItem6_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem6.ItemClick - - End Sub - - Private Sub BbtnitmRecordSave_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BbtnitmRecordSave.ItemClick - Select Case CURRCOntrolGroup.Name - - Case ControlGroupProfile.Name - - Case ControlGroupIndexeMan.Name - - Case ControlGroupIndexeAuto.Name - - End Select - End Sub - - Private Sub ControlGroupProfile_MouseDown(sender As Object, e As MouseEventArgs) Handles ControlGroupProfile.MouseDown, ControlGroupIndexeMan.MouseDown, ControlGroupIndexeAuto.MouseDown - CURRCOntrolGroup = sender - Select Case CURRCOntrolGroup.Name - - Case ControlGroupProfile.Name - RibbonPage1.Text = "Profile" - Case ControlGroupIndexeMan.Name - RibbonPage1.Text = "Manual Values" - Case ControlGroupIndexeAuto.Name - RibbonPage1.Text = "Auto Values" - End Select - End Sub - - Private Sub XtraTabControl1_MouseEnter(sender As Object, e As EventArgs) Handles XtraTabControl1.MouseEnter - - End Sub - - Private Sub XtraTabPageRework_MouseEnter(sender As Object, e As EventArgs) Handles XtraTabPageRework.MouseEnter - RibbonPage1.Text = "Manual Values" - End Sub - - Private Sub XtraTabPageManIndexe_MouseEnter(sender As Object, e As EventArgs) Handles XtraTabPageManIndexe.MouseEnter - RibbonPage1.Text = "Rework" - End Sub - - Private Sub XtraTabPageAutoIndexe_MouseEnter(sender As Object, e As EventArgs) Handles XtraTabPageAutoIndexe.MouseEnter - RibbonPage1.Text = "Auto Values" - End Sub -End Class \ No newline at end of file diff --git a/GUIs.ZooFlow/ZooFlow.vbproj b/GUIs.ZooFlow/ZooFlow.vbproj index 2d13c0a8..4ce5ec1c 100644 --- a/GUIs.ZooFlow/ZooFlow.vbproj +++ b/GUIs.ZooFlow/ZooFlow.vbproj @@ -203,12 +203,6 @@ - - frmGlobixAdministration.vb - - - Form - True @@ -357,9 +351,6 @@ frmTest.vb - - frmGlobixAdministration.vb - frmGlobixBasicConfig.vb