From 4c7092ec8da50ed8c2b669937eeaab355d58ebdb Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 14 Jun 2018 12:31:57 +0200 Subject: [PATCH] jj: bugfixes --- app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc | 19 +- .../frmAdministration.Designer.vb | 37 +- app/DD_PM_WINDREAM/frmAdministration.resx | 3674 +++++++++++------ app/DD_PM_WINDREAM/frmAdministration.vb | 56 +- app/DD_PM_WINDREAM/frmConnection.Designer.vb | 38 +- app/DD_PM_WINDREAM/frmConnection.resx | 6 + app/DD_PM_WINDREAM/frmConnection.vb | 85 +- app/DD_PM_WINDREAM/frmMain.vb | 18 +- app/DD_PM_WINDREAM/frmValidator.vb | 12 + 9 files changed, 2488 insertions(+), 1457 deletions(-) diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc index 7811c41..af13c20 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsc @@ -36,15 +36,26 @@ + + + + + + + - + + - + + - + + - + + diff --git a/app/DD_PM_WINDREAM/frmAdministration.Designer.vb b/app/DD_PM_WINDREAM/frmAdministration.Designer.vb index 7d917a3..f8f8fa3 100644 --- a/app/DD_PM_WINDREAM/frmAdministration.Designer.vb +++ b/app/DD_PM_WINDREAM/frmAdministration.Designer.vb @@ -22,6 +22,7 @@ Partial Class frmAdministration 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdministration)) Dim NAMELabel As System.Windows.Forms.Label @@ -48,10 +49,10 @@ Partial Class frmAdministration Dim VEKTOR_DELIMITERLabel As System.Windows.Forms.Label Dim WORK_HISTORY_ENTRYLabel As System.Windows.Forms.Label Dim SQL_VIEWLabel As System.Windows.Forms.Label - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer() Me.gridAssignedUsers = New DevExpress.XtraGrid.GridControl() - Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.viewAssignedUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPRENAME1 = New DevExpress.XtraGrid.Columns.GridColumn() @@ -63,7 +64,7 @@ Partial Class frmAdministration Me.Panel1 = New System.Windows.Forms.Panel() Me.Label20 = New System.Windows.Forms.Label() Me.gridAvailableUsers = New DevExpress.XtraGrid.GridControl() - Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource() + Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.viewAvailableUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME2 = New DevExpress.XtraGrid.Columns.GridColumn() @@ -75,21 +76,21 @@ Partial Class frmAdministration Me.Label19 = New System.Windows.Forms.Label() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.gridAssignedGroups = New DevExpress.XtraGrid.GridControl() - Me.TBPROFILE_GROUPBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPROFILE_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.viewAssignedGroups = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME5 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label22 = New System.Windows.Forms.Label() Me.gridAvailableGroups = New DevExpress.XtraGrid.GridControl() - Me.TBDD_GROUPSBindingSource = New System.Windows.Forms.BindingSource() + Me.TBDD_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.viewAvailableGroups = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME4 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn() Me.Panel4 = New System.Windows.Forms.Panel() Me.Label23 = New System.Windows.Forms.Label() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() - Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() @@ -101,7 +102,7 @@ Partial Class frmAdministration Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.VWPM_PROFILE_USERBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() - Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.tstrpbtn_add = New System.Windows.Forms.ToolStripButton() Me.tstrlblSave = New System.Windows.Forms.ToolStripLabel() Me.btnRefreshProfiles = New System.Windows.Forms.ToolStripButton() @@ -119,7 +120,7 @@ Partial Class frmAdministration Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbType = New System.Windows.Forms.ComboBox() - Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.MOVE2FOLDERTextBox = New System.Windows.Forms.TextBox() Me.btnmovetoFolderDialog = New System.Windows.Forms.Button() @@ -178,15 +179,15 @@ Partial Class frmAdministration Me.cmbIndexe2 = New System.Windows.Forms.ComboBox() Me.btnSaveSQLCommand = New System.Windows.Forms.Button() Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnShowConnections = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.cmbConnection = New System.Windows.Forms.ComboBox() - Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource() + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem4 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem4 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem4 = New System.Windows.Forms.ToolStripButton() @@ -225,7 +226,7 @@ Partial Class frmAdministration Me.btnUserManager = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.VEKTOR_DELIMITERTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnConnections = New System.Windows.Forms.Button() Me.btnopen_SQLAdmin = New System.Windows.Forms.Button() Me.EMAIL_ACTIVECheckBox = New System.Windows.Forms.CheckBox() @@ -253,8 +254,8 @@ Partial Class frmAdministration Me.DataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn25 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource() - Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem3 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem3 = New System.Windows.Forms.ToolStripButton() @@ -265,7 +266,7 @@ Partial Class frmAdministration Me.BindingNavigatorMoveNextItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator11 = New System.Windows.Forms.ToolStripSeparator() - Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tstrpinfo = New System.Windows.Forms.ToolStripStatusLabel() Me.TBPROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter() @@ -275,7 +276,7 @@ Partial Class frmAdministration Me.TBPM_ERROR_LOGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_ERROR_LOGTableAdapter() Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() - Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() Me.TBDD_GROUPSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_GROUPSTableAdapter() @@ -1945,8 +1946,8 @@ Partial Class frmAdministration 'TBPM_ERROR_LOGDataGridView ' Me.TBPM_ERROR_LOGDataGridView.AllowUserToAddRows = False - DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan - Me.TBPM_ERROR_LOGDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 + DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan + Me.TBPM_ERROR_LOGDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 Me.TBPM_ERROR_LOGDataGridView.AutoGenerateColumns = False Me.TBPM_ERROR_LOGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_ERROR_LOGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn17, Me.DataGridViewTextBoxColumn22, Me.DataGridViewTextBoxColumn23, Me.DataGridViewTextBoxColumn24, Me.DataGridViewTextBoxColumn25}) diff --git a/app/DD_PM_WINDREAM/frmAdministration.resx b/app/DD_PM_WINDREAM/frmAdministration.resx index 38ce259..9ed64a3 100644 --- a/app/DD_PM_WINDREAM/frmAdministration.resx +++ b/app/DD_PM_WINDREAM/frmAdministration.resx @@ -246,24 +246,6 @@ 0 - - Left - - - 0, 0 - - - 194, 25 - - - 0 - - - Zugeordnete Benutzer: - - - MiddleLeft - Label20 @@ -396,24 +378,6 @@ 0 - - Left - - - 0, 0 - - - 194, 25 - - - 0 - - - Verfügbare Benutzer: - - - MiddleLeft - Label19 @@ -483,6 +447,69 @@ 0 + + 206, 17 + + + Left + + + 0, 0 + + + 194, 25 + + + 0 + + + Zugeordnete Benutzer: + + + MiddleLeft + + + Label20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 0 + + + Left + + + 0, 0 + + + 194, 25 + + + 0 + + + Verfügbare Benutzer: + + + MiddleLeft + + + Label19 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 0 + Fill @@ -540,27 +567,6 @@ 0 - - Left - - - NoControl - - - 0, 0 - - - 194, 25 - - - 0 - - - Zugeordnete Gruppen: - - - MiddleLeft - Label22 @@ -657,27 +663,6 @@ 0 - - Left - - - NoControl - - - 0, 0 - - - 194, 25 - - - 0 - - - Verfügbare Gruppen: - - - MiddleLeft - Label23 @@ -747,6 +732,72 @@ 0 + + Left + + + NoControl + + + 0, 0 + + + 194, 25 + + + 0 + + + Zugeordnete Gruppen: + + + MiddleLeft + + + Label22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel3 + + + 0 + + + Left + + + NoControl + + + 0, 0 + + + 194, 25 + + + 0 + + + Verfügbare Gruppen: + + + MiddleLeft + + + Label23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel4 + + + 0 + False @@ -1794,21 +1845,6 @@ der Wertänderungen nutzen wollen: 11 - - Tahoma, 9.75pt - - - 15, 22 - - - 104, 24 - - - 0 - - - Ja/Nein - FINAL_PROFILECheckBox @@ -1821,18 +1857,6 @@ der Wertänderungen nutzen wollen: 0 - - Tahoma, 9.75pt - - - 15, 71 - - - 392, 23 - - - 1 - FINAL_TEXTTextBox @@ -1872,23 +1896,56 @@ der Wertänderungen nutzen wollen: 14 - - True + + Tahoma, 9.75pt - - Tahoma, 9pt, style=Italic + + 15, 22 - - 6, 19 + + 104, 24 - - 156, 14 + + 0 - - 72 + + Ja/Nein - - Definiert die Art des Profils: + + FINAL_PROFILECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 0 + + + Tahoma, 9.75pt + + + 15, 71 + + + 392, 23 + + + 1 + + + FINAL_TEXTTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 2 Label1 @@ -1902,21 +1959,6 @@ der Wertänderungen nutzen wollen: 0 - - 17, 56 - - - Tahoma, 9.75pt - - - 9, 41 - - - 259, 24 - - - 0 - cmbType @@ -1956,18 +1998,66 @@ der Wertänderungen nutzen wollen: 18 - - Segoe UI, 9pt + + True - - 9, 21 + + Tahoma, 9pt, style=Italic - - 862, 23 + + 6, 19 - + + 156, 14 + + + 72 + + + Definiert die Art des Profils: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + 17, 56 + + + Tahoma, 9.75pt + + + 9, 41 + + + 259, 24 + + 0 + + cmbType + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + 17, 56 + MOVE2FOLDERTextBox @@ -1980,21 +2070,6 @@ der Wertänderungen nutzen wollen: 0 - - Segoe UI, 9.75pt, style=Bold - - - 877, 19 - - - 29, 23 - - - 72 - - - ... - btnmovetoFolderDialog @@ -2034,6 +2109,57 @@ der Wertänderungen nutzen wollen: 1 + + Segoe UI, 9pt + + + 9, 21 + + + 862, 23 + + + 0 + + + MOVE2FOLDERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + Segoe UI, 9.75pt, style=Bold + + + 877, 19 + + + 29, 23 + + + 72 + + + ... + + + btnmovetoFolderDialog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + Tahoma, 9.75pt @@ -2373,42 +2499,6 @@ der Wertänderungen nutzen wollen: True - - 6, 12 - - - Cyan - - - Fuchsia - - - Profil-Name - - - True - - - 0 - - - 166 - - - Titel - - - True - - - 1 - - - 268, 367 - - - 84 - GridControl1 @@ -2421,27 +2511,6 @@ der Wertänderungen nutzen wollen: 0 - - Tahoma, 8.25pt, style=Bold - - - MiddleLeft - - - 1069, 25 - - - 139, 34 - - - 81 - - - Daten zu Profil entfernen - - - MiddleRight - Button3 @@ -2454,15 +2523,6 @@ der Wertänderungen nutzen wollen: 1 - - 715, 248 - - - 230, 24 - - - 83 - cmbLOGIndex @@ -2475,15 +2535,6 @@ der Wertänderungen nutzen wollen: 2 - - 715, 186 - - - 230, 24 - - - 81 - PM_VEKTOR_INDEXComboBox @@ -2496,21 +2547,6 @@ der Wertänderungen nutzen wollen: 4 - - Tahoma, 9.75pt - - - 715, 31 - - - 238, 24 - - - 78 - - - Neueste Dokumente zuerst anzeigen - SORT_BY_LATESTCheckBox @@ -2556,24 +2592,9 @@ der Wertänderungen nutzen wollen: True - - True - - - Segoe UI, 9.75pt, style=Italic - - - 6, 3 - - - 497, 17 - - - 79 - - - Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt werden: - + + 765, 56 + Label13 @@ -2586,1316 +2607,2177 @@ der Wertänderungen nutzen wollen: 0 - - Top, Bottom, Left, Right + + TabControlFinalIndices - - True + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 193, 27 + + TabPage11 - - 199, 20 + + 2 - - 87 + + Label5 - - Wert in Vektorindex schreiben + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckBoxPMVEKTOR + + TabPage11 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TabPage9 + + Label6 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage11 - - 24, 135 + + 4 - - 45, 16 + + TBPM_PROFILE_FINAL_INDEXINGBindingNavigator - - 89 + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label4 + + TabPage11 - - False + + 5 - - lblSaveFinalIndex + + TBPM_PROFILE_FINAL_INDEXINGDataGridView - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage11 - - 1 + + 6 - - True + + 4, 25 - - 24, 3 + + 3, 3, 3, 3 - - 89, 16 + + 1235, 445 - - 78 + + 0 - - Index wählen: + + Move und finale Indexe - - lblIndexPMVektor + + TabPage11 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabControl2 - - 2 + + 0 - + True - - 7, 108 + + 291, 336 - - 19, 16 + + 260, 24 - - 86 + + 11 - - 3. + + ANNOTATE WORK HISTORY ENTRY - - Label11 + + ANNOTATE_WORK_HISTORY_ENTRYCheckBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage12 - - 3 + + 0 - - 27, 30 + + 9, 336 - - 160, 23 + + 292, 24 - - 88 + + 9 - - False + + ANNOTATE ALL WORK_HISTORY_ENTRIES - - txtBezeichner + + ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage12 - - 4 + + 1 - - True + + Tahoma, 9pt - - 7, 52 + + 9, 67 - - 19, 16 + + True - - 85 + + 1198, 234 - - 2. + + 7 - - Label10 + + SQL_VIEWTextBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage12 - - 5 + + 3 - - 27, 27 + + 9, 22 - - 160, 24 + + 1198, 23 - - 77 + + 1 - - cmbIndexe + + WORK_HISTORY_ENTRYTextBox - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage12 - - 6 + + 5 - - True + + 4, 25 - - 7, 3 + + 3, 3, 3, 3 - - 19, 16 + + 1235, 445 - - 84 + + 1 - - 1. + + Nachbearbeitungsfunktionen 2 - - Label9 + + TabPage12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabControl2 - - 7 + + 1 - - True + + Fill - - 24, 52 + + 3, 3 - - 21, 16 + + 1243, 474 - - 79 + + 92 - - sd + + TabControl2 - - False + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblIndex + + TabPage6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage9 + + 4, 25 - - 8 + + 3, 3, 3, 3 - - MiddleLeft + + 1249, 480 - - 9, 51 + + 1 - - 119, 29 + + Aktionen nach erfolgreicher Indexierung: - - 1 + + TabPage6 - - Datumstempel + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleRight + + tabctrl_Profilkonfig - - btnStampDate + + 1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 77 - - grbxSystemStamps + + 1257, 509 - - 0 + + 79 - - MiddleLeft + + tabctrl_Profilkonfig - - 9, 22 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 119, 23 + + TabPage1 - + 0 - - Username + + 4, 25 - - MiddleRight + + 3, 3, 3, 3 - - btnStampUser + + 1272, 592 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - grbxSystemStamps + + Profil-Verwaltung - - 1 + + TabPage1 - - 298, 52 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 153, 80 + + TabControl1 - - 83 + + 0 - - System-Stamps + + SplitContainerProfilzuordnung - - False + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grbxSystemStamps + + TabPage2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage9 + + 4, 25 - - 9 + + 3, 3, 3, 3 - - 27, 74 + + 1272, 592 - - 100, 23 + + 1 - - 80 + + Profilzuordnung - - False + + TabPage2 - - txtindexwert_final + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabControl1 - - TabPage9 + + 1 - - 10 + + btnUserManager - - MiddleLeft + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27, 101 + + TabPage3 - - 136, 31 + + 0 - - 82 - - - Index einfügen - - - MiddleRight - - - btnInsert_FinalIndex + + Button2 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage3 - - 11 + + 1 - - True + + VEKTOR_DELIMITERTextBox - - 27, 79 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15, 14 + + TabPage3 - - 81 + + 3 - - False + + btnConnections - - chkbxfinalIndex + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage3 - - TabPage9 + + 4 - - 12 + + btnopen_SQLAdmin - - 4, 25 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + TabPage3 - - 1601, 690 + + 5 - - 0 + + EMAIL_ACTIVECheckBox - - Fester Wert + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage9 + + TabPage3 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - TabControlFinalIndices + + grpbxEmail - - 0 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage3 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU - z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T - 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn - BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 - QAAAAABJRU5ErkJggg== - + + 7 - - MiddleLeft + + btnlicensemanager_open - - 110, 217 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 114, 30 + + TabPage3 - - 80 + + 8 - - Editor Detail + + INTERVALL_CKECK_NO_OF_FILESNumericUpDown - - MiddleRight + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnEditor + + TabPage3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - TabPage10 + + Label3 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage3 - - Tahoma, 9.75pt + + 11 - - 328, 3 + + GEAENDERTWERTextBox - - 44, 16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79 + + TabPage3 - - Index: + + 13 - - Label15 + + GEAENDERTWANNTextBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage10 + + TabPage3 - - 1 + + 15 - - 331, 22 + + btnSaveKonfig - - 194, 24 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 78 + + TabPage3 - - cmbIndexe2 + + 16 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 25 - - TabPage10 + + 3, 3, 3, 3 - + + 1272, 592 + + 2 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w - Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== - + + Grundeinstellungen - - MiddleLeft + + TabPage3 - - 9, 216 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 95, 30 + + TabControl1 - - 11 + + 2 - - Speichern + + 1092, 56 + + + TBPM_ERROR_LOGDataGridView - - MiddleRight + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnSaveSQLCommand + + TabPage4 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage10 + + TBPM_ERROR_LOGBindingNavigator - - 3 + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 245, 134 - - - Courier New, 9pt + + TabPage4 - - 9, 68 + + 1 - - True + + 4, 25 - - 516, 142 + + 3, 3, 3, 3 - - 10 + + 1272, 592 - - SQL_COMMANDTextBox + + 3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Log - - TabPage10 + + TabPage4 - - 4 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Tahoma, 9.75pt + + TabControl1 - - MiddleLeft + + 3 - - 218, 22 + + Fill - - 107, 24 + + 0, 0 - - 9 + + 1280, 621 - - Connections + + 3 - - MiddleRight + + TabControl1 - - btnShowConnections + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pnlMain - - TabPage10 + + 0 - - 5 + + 6, 12 - - True + + Cyan - - Tahoma, 9.75pt + + Fuchsia - - 6, 3 + + Profil-Name - - 76, 16 + + True - - 8 + + 0 - - Connection: + + 166 - - Label14 + + Titel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage10 + + 1 - - 6 + + 268, 367 - - 502, 173 - - - Tahoma, 9.75pt + + 84 - - 9, 23 + + GridControl1 - - 203, 24 + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 7 + + TabPage5 - - cmbConnection + + 0 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Tahoma, 8.25pt, style=Bold - - TabPage10 + + MiddleLeft - - 7 + + 1069, 25 - - True + + 139, 34 - - 5, 49 + + 81 - - 99, 16 + + Daten zu Profil entfernen - - 0 + + MiddleRight - - SQL-Command: + + Button3 - - Label4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage5 - - TabPage10 + + 1 - - 8 + + 715, 248 - - 4, 25 + + 230, 24 - - 3, 3, 3, 3 + + 83 - - 1601, 693 + + cmbLOGIndex - - 1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Dynamisches SQL + + TabPage5 - - TabPage10 + + 2 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 715, 186 - - TabControlFinalIndices + + 230, 24 - - 1 + + 81 - - False + + PM_VEKTOR_INDEXComboBox - - 668, 161 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1609, 719 + + TabPage5 - - 90 + + 4 + + + Tahoma, 9.75pt + + + 715, 31 + + + 238, 24 + + + 78 + + + Neueste Dokumente zuerst anzeigen + + + SORT_BY_LATESTCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 7 + + + True + + + Segoe UI, 9.75pt, style=Italic + + + 6, 3 + + + 497, 17 + + + 79 + + + Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt werden: + + + Label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 0 + + + Top, Bottom, Left, Right + + + TabPage9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlFinalIndices + + + 0 + + + TabPage10 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlFinalIndices + + + 1 + + + False + + + 668, 161 + + + 1609, 722 + + + 90 TabControlFinalIndices - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 2 + + + CheckBoxPMVEKTOR + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 0 + + + lblSaveFinalIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 1 + + + lblIndexPMVektor + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 2 + + + Label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 3 + + + txtBezeichner + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 4 + + + Label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 5 + + + cmbIndexe + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 6 + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 7 + + + lblIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 8 + + + grbxSystemStamps + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 9 + + + txtindexwert_final + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 10 + + + btnInsert_FinalIndex + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 11 + + + chkbxfinalIndex + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 12 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1601, 693 + + + 0 + + + Fester Wert + + + TabPage9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlFinalIndices + + + 0 + + + True + + + 193, 27 + + + 199, 20 + + + 87 + + + Wert in Vektorindex schreiben + + + CheckBoxPMVEKTOR + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 0 + + + True + + + 24, 135 + + + 45, 16 + + + 89 + + + Label4 + + + False + + + lblSaveFinalIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 1 + + + True + + + 24, 3 + + + 89, 16 + + + 78 + + + Index wählen: + + + lblIndexPMVektor + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 2 + + + True + + + 7, 108 + + + 19, 16 + + + 86 + + + 3. + + + Label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 3 + + + 27, 29 + + + 160, 23 + + + 88 + + + False + + + txtBezeichner + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 4 + + + True + + + 7, 52 + + + 19, 16 + + + 85 + + + 2. + + + Label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 5 + + + 27, 27 + + + 160, 24 + + + 77 + + + cmbIndexe + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 6 + + + True + + + 7, 3 + + + 19, 16 + + + 84 + + + 1. + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 7 + + + True + + + 24, 52 + + + 21, 16 + + + 79 + + + sd + + + False + + + lblIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 8 + + + btnStampDate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbxSystemStamps + + + 0 + + + btnStampUser + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbxSystemStamps + + + 1 + + + 298, 52 + + + 153, 80 + + + 83 + + + System-Stamps + + + False + + + grbxSystemStamps + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 9 + + + MiddleLeft + + + 9, 51 + + + 119, 29 + + + 1 + + + Datumstempel + + + MiddleRight + + + btnStampDate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbxSystemStamps + + + 0 + + + MiddleLeft + + + 9, 22 + + + 119, 23 + + + 0 + + + Username + + + MiddleRight + + + btnStampUser + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbxSystemStamps + + + 1 + + + 27, 74 + + + 100, 23 + + + 80 + + + False + + + txtindexwert_final + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 10 + + + MiddleLeft + + + 27, 101 + + + 136, 31 + + + 82 + + + Index einfügen + + + MiddleRight + + + btnInsert_FinalIndex + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 11 + + + True + + + 27, 79 + + + 15, 14 + + + 81 + + + False + + + chkbxfinalIndex + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 12 + + + True + + + btnEditor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 0 + + + Label15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 1 + + + cmbIndexe2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 2 + + + btnSaveSQLCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 3 + + + SQL_COMMANDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 4 + + + btnShowConnections + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 5 + + + Label14 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 6 + + + cmbConnection + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 7 + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 8 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1601, 693 + + + 1 + + + Dynamisches SQL + + + TabPage10 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage11 + + TabControlFinalIndices - - 2 + + 1 - - True + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== + - - Tahoma, 12pt, style=Bold + + MiddleLeft - - 5, 83 + + 110, 217 - - 120, 19 + + 114, 30 - - 74 + + 80 - - Finale Indexe + + Editor Detail - - Label5 + + MiddleRight - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnEditor - - TabPage11 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + TabPage10 - + + 0 + + True - - Segoe UI, 9.75pt, style=Italic + + Tahoma, 9.75pt - - 6, 108 + + 328, 3 - - 583, 17 + + 44, 16 - - 75 + + 79 - - Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierten Dokument gesetzt. + + Index: - - Label6 + + Label15 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage11 - - - 4 + + TabPage10 - - 765, 56 - - - 44, 22 + + 1 - - von {0} + + 331, 22 - - Die Gesamtanzahl der Elemente. + + 194, 24 - - None + + 78 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 - wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 - v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg - UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + + cmbIndexe2 - - True + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 22 + + TabPage10 - - Erste verschieben + + 2 - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w + Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== - - True + + MiddleLeft - - 23, 22 + + 9, 216 - - Vorherige verschieben + + 95, 30 - - 6, 25 + + 11 - - Position + + Speichern - - False + + MiddleRight - - 50, 23 + + btnSaveSQLCommand - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Aktuelle Position + + TabPage10 - - 6, 25 + + 3 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + 245, 134 + + + Courier New, 9pt - + + 9, 68 + + True - - 23, 22 + + 516, 142 - - Nächste verschieben + + 10 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// - h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B - twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA - kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + + SQL_COMMANDTextBox - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 22 + + TabPage10 - - Letzte verschieben + + 4 - - 6, 25 + + 245, 134 + + + Tahoma, 9.75pt - + MiddleLeft - - Magenta + + 218, 22 + + + 107, 24 + + + 9 - - 156, 22 + + Connections - - Neuen Index hinzufügen + + MiddleRight - - MiddleLeft + + btnShowConnections - - Magenta + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 99, 22 + + TabPage10 - - Index löschen + + 5 - - MiddleLeft + + True - - Magenta + + Tahoma, 9.75pt - - 95, 22 + + 6, 3 - - Aktualisieren + + 76, 16 - - MiddleRight + + 8 - - Magenta + + Connection: - - 73, 22 + + Label14 - - Abbruch + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + TabPage10 - - 7, 133 + + 6 - - 568, 25 + + 502, 173 + + + Tahoma, 9.75pt - - 76 + + 9, 23 - - BindingNavigator1 + + 203, 24 - - TBPM_PROFILE_FINAL_INDEXINGBindingNavigator + + 7 - - System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cmbConnection - - TabPage11 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + TabPage10 - - Top, Bottom, Left + + 7 - - True + + 502, 173 - - ID + + True - - Indexname + + 5, 49 - - Value + + 99, 16 - - Erstellt wer + + 0 - - Erstellt wann + + SQL-Command: - - 9, 161 + + Label4 - - 653, 737 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75 + + TabPage10 - - TBPM_PROFILE_FINAL_INDEXINGDataGridView + + 8 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage11 + + Tahoma, 12pt, style=Bold - - 6 + + 5, 83 - - 4, 25 + + 120, 19 - - 3, 3, 3, 3 + + 74 - - 1235, 445 + + Finale Indexe - - 0 + + Label5 - - Move und finale Indexe + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage11 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl2 - - - 0 + + 3 - + True - - 291, 336 - - - 260, 24 + + Segoe UI, 9.75pt, style=Italic - - 11 + + 6, 108 - - ANNOTATE WORK HISTORY ENTRY + + 583, 17 - - ANNOTATE_WORK_HISTORY_ENTRYCheckBox + + 75 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierten Dokument gesetzt. - - TabPage12 + + Label6 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 336 + + TabPage11 - - 292, 24 + + 4 - - 9 + + 765, 56 + + + 44, 22 - - ANNOTATE ALL WORK_HISTORY_ENTRIES + + von {0} - - ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox + + Die Gesamtanzahl der Elemente. - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + None - - TabPage12 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + - - 1 + + True - - Tahoma, 8.25pt + + 23, 22 - - 9, 67 + + Erste verschieben - + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + True - - 1198, 62 + + 23, 22 - - 7 + + Vorherige verschieben - - SQL_VIEWTextBox + + 6, 25 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Position - - TabPage12 + + False - - 3 + + 50, 23 - - 9, 22 + + 0 - - 1198, 23 + + Aktuelle Position - - 1 + + 6, 25 - - WORK_HISTORY_ENTRYTextBox + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage12 + + 23, 22 - - 5 + + Nächste verschieben - - 4, 25 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + - - 3, 3, 3, 3 + + True - - 1235, 448 + + 23, 22 - - 1 + + Letzte verschieben - - Nachbearbeitungsfunktionen 2 + + 6, 25 - - TabPage12 + + MiddleLeft - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Magenta - - TabControl2 + + 156, 22 - - 1 + + Neuen Index hinzufügen - - Fill + + MiddleLeft - - 3, 3 + + Magenta - - 1243, 474 + + 99, 22 - - 92 + + Index löschen - - TabControl2 + + MiddleLeft - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Magenta - - TabPage6 + + 95, 22 - - 0 + + Aktualisieren - - 4, 25 + + MiddleRight - - 3, 3, 3, 3 + + Magenta - - 1249, 480 + + 73, 22 - - 1 + + Abbruch - - Aktionen nach erfolgreicher Indexierung: + + False - - TabPage6 + + 7, 133 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 568, 25 - - tabctrl_Profilkonfig + + 76 - - 1 + + BindingNavigator1 - - 9, 77 + + TBPM_PROFILE_FINAL_INDEXINGBindingNavigator - - 1257, 509 + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79 + + TabPage11 - - tabctrl_Profilkonfig + + 5 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + + Top, Bottom, Left - - TabPage1 + + 9, 161 - - 0 + + 653, 740 - - 4, 25 + + 75 - - 3, 3, 3, 3 + + TBPM_PROFILE_FINAL_INDEXINGDataGridView - - 1272, 592 + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TabPage11 - - Profil-Verwaltung + + 6 - - TabPage1 + + True + + + ID - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Indexname - - TabControl1 + + Value + + + Erstellt wer - - 0 + + Erstellt wann Fill @@ -3987,21 +4869,6 @@ der Wertänderungen nutzen wollen: 0 - - 4, 25 - - - 3, 3, 3, 3 - - - 906, 557 - - - 0 - - - Benutzer - TabPage7 @@ -4014,21 +4881,6 @@ der Wertänderungen nutzen wollen: 0 - - 4, 25 - - - 3, 3, 3, 3 - - - 906, 557 - - - 1 - - - Gruppen - TabPage8 @@ -4098,31 +4950,58 @@ der Wertänderungen nutzen wollen: 0 - + 4, 25 - + 3, 3, 3, 3 - - 1272, 592 + + 906, 557 - + + 0 + + + Benutzer + + + TabPage7 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl3 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 906, 557 + + 1 - - Profilzuordnung + + Gruppen - - TabPage2 + + TabPage8 - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabControl1 + + TabControl3 - + 1 @@ -4212,89 +5091,263 @@ der Wertänderungen nutzen wollen: 3 - - MiddleLeft + + 457, 95 + + + MiddleLeft + + + 649, 64 + + + 172, 30 + + + 13 + + + Connections Verwaltung + + + MiddleRight + + + btnConnections + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 4 + + + MiddleLeft + + + 649, 104 + + + 172, 30 + + + 12 + + + SQL-Admin + + + MiddleRight + + + btnopen_SQLAdmin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 5 + + + 463, 32 + + + 162, 24 + + + 11 + + + Email Meldungen Aktiv + + + EMAIL_ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 6 + + + GroupBox5 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 0 + + + EMAIL_REMINDER_FOOTERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 2 + + + EMAIL_REMINDER_HEADERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 4 + + + EMAIL_PWTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 6 + + + EMAIL_USERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 8 + + + EMAIL_SMTPTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 10 + + + EMAIL_FROMTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 12 - - 649, 64 + + False - - 172, 30 + + 21, 90 - - 13 + + 622, 324 - - Connections Verwaltung + + 1 - - MiddleRight + + E-Mail Konfiguration - - btnConnections + + grpbxEmail - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage3 - - 4 + + 7 - - MiddleLeft + + txtemailEmpfaenger - - 649, 104 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 172, 30 + + GroupBox5 - - 12 + + 0 - - SQL-Admin + + Label8 - - MiddleRight + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnopen_SQLAdmin + + GroupBox5 - + + 1 + + + btnTest_Email + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + GroupBox5 - - 5 + + 2 - - 463, 32 + + 307, 23 - - 162, 24 + + 303, 87 - - 11 + + 21 - - Email Meldungen Aktiv + + Email testen - - EMAIL_ACTIVECheckBox + + GroupBox5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + grpbxEmail - - 6 + + 0 112, 19 @@ -4377,30 +5430,6 @@ der Wertänderungen nutzen wollen: 2 - - 307, 23 - - - 303, 87 - - - 21 - - - Email testen - - - GroupBox5 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpbxEmail - - - 0 - 10, 258 @@ -4533,33 +5562,6 @@ der Wertänderungen nutzen wollen: 12 - - False - - - 21, 90 - - - 622, 324 - - - 1 - - - E-Mail Konfiguration - - - grpbxEmail - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage3 - - - 7 - MiddleLeft @@ -4710,33 +5712,6 @@ der Wertänderungen nutzen wollen: 16 - - 4, 25 - - - 3, 3, 3, 3 - - - 1272, 592 - - - 2 - - - Grundeinstellungen - - - TabPage3 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl1 - - - 2 - ID @@ -4936,69 +5911,12 @@ der Wertänderungen nutzen wollen: 1 - - 4, 25 - - - 3, 3, 3, 3 - - - 1272, 592 - - - 3 - - - Log - - - TabPage4 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl1 - - - 3 - - - Fill - - - 0, 0 - - - 1280, 621 - - - 3 - - - TabControl1 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlMain - - - 0 - 860, 134 977, 95 - - 16, 17 - - - False - 0, 621 @@ -5023,6 +5941,12 @@ der Wertänderungen nutzen wollen: 1 + + 16, 17 + + + False + 240, 95 diff --git a/app/DD_PM_WINDREAM/frmAdministration.vb b/app/DD_PM_WINDREAM/frmAdministration.vb index 64c35a4..fe05dd6 100644 --- a/app/DD_PM_WINDREAM/frmAdministration.vb +++ b/app/DD_PM_WINDREAM/frmAdministration.vb @@ -464,7 +464,7 @@ Public Class frmAdministration Me.lblIndex.Text = "Definieren Sie den festen Wert: (Date)" Me.lblIndex.Visible = True Me.txtindexwert_final.Visible = True - Me.grbxSystemStamps.Visible = False + Me.grbxSystemStamps.Visible = True Me.txtindexwert_final.Text = "" Me.chkbxfinalIndex.Visible = False Case 4107 'Vektor Zahl @@ -850,33 +850,38 @@ Public Class frmAdministration End Sub Private Sub btnEditor_Click(sender As Object, e As EventArgs) Handles btnEditor.Click - Dim CONID = 0 - If cmbConnection.SelectedValue > 0 Then - CONID = cmbConnection.SelectedValue - End If - If INSERT_ACTIVE = True Then - If cmbIndexe2.SelectedIndex = -1 Then - MsgBox("Bitte wählen Sie einen Index!", MsgBoxStyle.Exclamation) - Exit Sub + Try + Dim CONID = 0 + If cmbConnection.SelectedValue > 0 Then + CONID = cmbConnection.SelectedValue End If + If INSERT_ACTIVE = True Then + If cmbIndexe2.SelectedIndex = -1 Then + MsgBox("Bitte wählen Sie einen Index!", MsgBoxStyle.Exclamation) + Exit Sub + End If - TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert(PROFILGUIDTextBox.Text, cmbIndexe2.Text, "SQL-Command", Environment.UserName, CONID, SQL_COMMANDTextBox.Text) + TBPM_PROFILE_FINAL_INDEXINGTableAdapter.CmdInsert(PROFILGUIDTextBox.Text, cmbIndexe2.Text, "SQL-Command", Environment.UserName, CONID, SQL_COMMANDTextBox.Text) - End If - Dim i, ID As Integer - i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index - ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value - If ID > 0 Then - CURRENT_INDEX_ID = ID - CURRENT_DESIGN_TYPE = "FINAL_INDEX" - CURRENT_SQL_COMAMND = SQL_COMMANDTextBox.Text - CURRENT_SQL_CON = CONID - CURRENT_ProfilGUID = PROFILGUIDTextBox.Text + End If + Dim i, ID As Integer + i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index + ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value + If ID > 0 Then + CURRENT_INDEX_ID = ID + CURRENT_DESIGN_TYPE = "FINAL_INDEX" + CURRENT_SQL_COMAMND = SQL_COMMANDTextBox.Text + CURRENT_SQL_CON = CONID + CURRENT_ProfilGUID = PROFILGUIDTextBox.Text - frmSQL_DESIGNER.ShowDialog() - End If + frmSQL_DESIGNER.ShowDialog() + End If - Refresh_Final_indexe() + Refresh_Final_indexe() + Catch ex As Exception + MsgBox("Error while opening SQLEditor: " & ex.Message, MsgBoxStyle.Critical) + clsLogger.Add("Error while opening SQLEditor: " & ex.Message) + End Try End Sub Private Sub TBPM_PROFILE_FINAL_INDEXINGDataGridView_CellClick(sender As Object, e As DataGridViewCellEventArgs) Handles TBPM_PROFILE_FINAL_INDEXINGDataGridView.CellClick Try @@ -902,7 +907,8 @@ Public Class frmAdministration End If End If Catch ex As Exception - + MsgBox("Error while loading final Index: " & ex.Message, MsgBoxStyle.Critical) + clsLogger.Add("Error while loading final Index: " & ex.Message) End Try End Sub @@ -941,7 +947,7 @@ Public Class frmAdministration End If End With End If - If System.IO.File.Exists(USRMNGRPATH) Then + If File.Exists(USRMNGRPATH) Then Process.Start(USRMNGRPATH) End If Catch ex As Exception diff --git a/app/DD_PM_WINDREAM/frmConnection.Designer.vb b/app/DD_PM_WINDREAM/frmConnection.Designer.vb index d96c59c..9ca14c2 100644 --- a/app/DD_PM_WINDREAM/frmConnection.Designer.vb +++ b/app/DD_PM_WINDREAM/frmConnection.Designer.vb @@ -27,7 +27,7 @@ Partial Class frmConnection Dim GEAENDERTWANNLabel As System.Windows.Forms.Label Dim GUIDLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConnection)) - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox() Me.Chckwin_aut = New System.Windows.Forms.CheckBox() Me.txtBezeichnung = New System.Windows.Forms.TextBox() @@ -45,7 +45,6 @@ Partial Class frmConnection Me.lblDataSource = New System.Windows.Forms.Label() Me.cmbDbArt = New System.Windows.Forms.ComboBox() Me.lblDatenbanktyp = New System.Windows.Forms.Label() - Me.txtDatasource2 = New System.Windows.Forms.TextBox() Me.TBDD_CONNECTIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() @@ -75,6 +74,7 @@ Partial Class frmConnection Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() + Me.DATENBANKComboBox = New System.Windows.Forms.ComboBox() GEANDERTWERLabel = New System.Windows.Forms.Label() GEAENDERTWANNLabel = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label() @@ -297,17 +297,6 @@ Partial Class frmConnection Me.lblDatenbanktyp.TabIndex = 0 Me.lblDatenbanktyp.Text = "Datenbanktyp*:" ' - 'txtDatasource2 - ' - Me.txtDatasource2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) - Me.txtDatasource2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtDatasource2.Location = New System.Drawing.Point(231, 103) - Me.txtDatasource2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.txtDatasource2.Name = "txtDatasource2" - Me.txtDatasource2.Size = New System.Drawing.Size(259, 23) - Me.txtDatasource2.TabIndex = 3 - Me.txtDatasource2.Visible = False - ' 'TBDD_CONNECTIONBindingNavigator ' Me.TBDD_CONNECTIONBindingNavigator.AddNewItem = Nothing @@ -323,7 +312,7 @@ Partial Class frmConnection Me.TBDD_CONNECTIONBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBDD_CONNECTIONBindingNavigator.Name = "TBDD_CONNECTIONBindingNavigator" Me.TBDD_CONNECTIONBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(1154, 25) + Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(1165, 25) Me.TBDD_CONNECTIONBindingNavigator.TabIndex = 53 Me.TBDD_CONNECTIONBindingNavigator.Text = "BindingNavigator1" ' @@ -432,8 +421,8 @@ Partial Class frmConnection ' Me.TBDD_CONNECTIONDataGridView.AllowUserToAddRows = False Me.TBDD_CONNECTIONDataGridView.AllowUserToDeleteRows = False - DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua - Me.TBDD_CONNECTIONDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 + DataGridViewCellStyle2.BackColor = System.Drawing.Color.Aqua + Me.TBDD_CONNECTIONDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.TBDD_CONNECTIONDataGridView.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) @@ -444,7 +433,7 @@ Partial Class frmConnection Me.TBDD_CONNECTIONDataGridView.Location = New System.Drawing.Point(12, 276) Me.TBDD_CONNECTIONDataGridView.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TBDD_CONNECTIONDataGridView.Name = "TBDD_CONNECTIONDataGridView" - Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(1133, 316) + Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(1144, 316) Me.TBDD_CONNECTIONDataGridView.TabIndex = 53 ' 'DataGridViewTextBoxColumn1 @@ -552,11 +541,21 @@ Partial Class frmConnection ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' + 'DATENBANKComboBox + ' + Me.DATENBANKComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) + Me.DATENBANKComboBox.FormattingEnabled = True + Me.DATENBANKComboBox.Location = New System.Drawing.Point(232, 102) + Me.DATENBANKComboBox.Name = "DATENBANKComboBox" + Me.DATENBANKComboBox.Size = New System.Drawing.Size(259, 24) + Me.DATENBANKComboBox.TabIndex = 66 + ' 'frmConnection ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1154, 619) + Me.ClientSize = New System.Drawing.Size(1165, 619) + Me.Controls.Add(Me.DATENBANKComboBox) Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(Me.SERVERTextBox) @@ -580,7 +579,6 @@ Partial Class frmConnection Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.lblDatasource2) Me.Controls.Add(Me.btnCheck_Con) - Me.Controls.Add(Me.txtDatasource2) Me.Controls.Add(Me.chkOR_ohne_TNS) Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) @@ -607,7 +605,6 @@ Partial Class frmConnection Friend WithEvents lblDataSource As System.Windows.Forms.Label Friend WithEvents cmbDbArt As System.Windows.Forms.ComboBox Friend WithEvents lblDatenbanktyp As System.Windows.Forms.Label - Friend WithEvents txtDatasource2 As System.Windows.Forms.TextBox Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager @@ -643,4 +640,5 @@ Partial Class frmConnection Friend WithEvents SERVERTextBox As TextBox Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents GUIDTextBox As TextBox + Friend WithEvents DATENBANKComboBox As ComboBox End Class diff --git a/app/DD_PM_WINDREAM/frmConnection.resx b/app/DD_PM_WINDREAM/frmConnection.resx index 66e466b..7749cb6 100644 --- a/app/DD_PM_WINDREAM/frmConnection.resx +++ b/app/DD_PM_WINDREAM/frmConnection.resx @@ -129,6 +129,12 @@ 179, 17 + + 179, 17 + + + 17, 17 + 17, 17 diff --git a/app/DD_PM_WINDREAM/frmConnection.vb b/app/DD_PM_WINDREAM/frmConnection.vb index 1d516af..a9dbff1 100644 --- a/app/DD_PM_WINDREAM/frmConnection.vb +++ b/app/DD_PM_WINDREAM/frmConnection.vb @@ -26,7 +26,8 @@ Public Class frmConnection Me.lblPassword.Text = "Passwort:" Me.lblDatasource2.Visible = True Me.lblDatasource2.Text = "Datenbank:" - Me.txtDatasource2.Visible = True + 'Me.txtDatasource2.Visible = True + Me.DATENBANKComboBox.Visible = True Chckwin_aut.Visible = True Me.btnCheck_Con.Visible = True @@ -43,7 +44,8 @@ Public Class frmConnection Me.lblPassword.Text = "Passwort:" Me.lblDatasource2.Text = "SID:" Me.lblDatasource2.Visible = True - Me.txtDatasource2.Visible = True + 'Me.txtDatasource2.Visible = True + Me.DATENBANKComboBox.Visible = True chkOR_ohne_TNS.Visible = True Me.btnCheck_Con.Visible = True MsgBox("Bitte beachten Sie das Auswahllisten aktuell nur mit MS-SQl möglich sind", MsgBoxStyle.Information) @@ -57,7 +59,8 @@ Public Class frmConnection Me.lblUserId.Text = "UserId:" Me.lblPassword.Text = "Passwort:" Me.lblDatasource2.Visible = False - Me.txtDatasource2.Visible = False + 'Me.txtDatasource2.Visible = False + Me.DATENBANKComboBox.Visible = False MsgBox("Bitte beachten Sie das Auswahllisten aktuell nur mit MS-SQl möglich sind", MsgBoxStyle.Information) Case "Ole (Access)" Me.lblDataSource.Text = ".mdb Datei*:" @@ -69,8 +72,8 @@ Public Class frmConnection Me.lblUserId.Text = "UserId:" Me.lblPassword.Text = "Passwort:" Me.lblDatasource2.Visible = False - Me.txtDatasource2.Visible = False - + 'Me.txtDatasource2.Visible = False + Me.DATENBANKComboBox.Visible = False End Select Else @@ -87,9 +90,11 @@ Public Class frmConnection Case "MS-SQL" Dim con As String If Chckwin_aut.Checked Then - con = "Data Source=" & Me.SERVERTextBox.Text & ";Initial Catalog=" & Me.txtDatasource2.Text & ";Trusted_Connection=True;" + 'con = "Data Source=" & Me.SERVERTextBox.Text & ";Initial Catalog=" & Me.txtDatasource2.Text & ";Trusted_Connection=True;" + con = "Data Source=" & Me.SERVERTextBox.Text & ";Initial Catalog=" & Me.DATENBANKComboBox.Text & ";Trusted_Connection=True;" Else - con = "Server=" & Me.SERVERTextBox.Text & ";Database=" & Me.txtDatasource2.Text & ";User Id=" & Me.txtUserId.Text & ";Password=" & Me.txtPassword.Text & ";" + 'con = "Server=" & Me.SERVERTextBox.Text & ";Database=" & Me.txtDatasource2.Text & ";User Id=" & Me.txtUserId.Text & ";Password=" & Me.txtPassword.Text & ";" + con = "Server=" & Me.SERVERTextBox.Text & ";Database=" & Me.DATENBANKComboBox.Text & ";User Id=" & Me.txtUserId.Text & ";Password=" & Me.txtPassword.Text & ";" End If Dim connection As New SqlClient.SqlConnection(con) connstr = con @@ -101,10 +106,13 @@ Public Class frmConnection Try Dim conn As New OracleConnectionStringBuilder If chkOR_ohne_TNS.Checked Then + 'connstr = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=" & SERVERTextBox.Text & ")(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=" & + ' txtDatasource2.Text & ")));User Id=" & txtUserId.Text & ";Password=" & txtPassword.Text & ";" connstr = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=" & SERVERTextBox.Text & ")(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=" & - txtDatasource2.Text & ")));User Id=" & txtUserId.Text & ";Password=" & txtPassword.Text & ";" + DATENBANKComboBox.Text & ")));User Id=" & txtUserId.Text & ";Password=" & txtPassword.Text & ";" Else - conn.DataSource = txtDatasource2.Text + 'conn.DataSource = txtDatasource2.Text + conn.DataSource = DATENBANKComboBox.Text conn.UserID = txtUserId.Text conn.Password = txtPassword.Text conn.PersistSecurityInfo = True @@ -195,11 +203,14 @@ Public Class frmConnection Private Sub chkOR_ohne_TNS_CheckedChanged(sender As Object, e As EventArgs) Handles chkOR_ohne_TNS.CheckedChanged If chkOR_ohne_TNS.Checked Then Me.lblDatasource2.Visible = True - Me.txtDatasource2.Visible = True + 'Me.txtDatasource2.Visible = True + Me.DATENBANKComboBox.Visible = True Else Me.lblDatasource2.Visible = False - Me.txtDatasource2.Visible = False - Me.txtDatasource2.Text = "" + 'Me.txtDatasource2.Visible = False + 'Me.txtDatasource2.Text = "" + Me.DATENBANKComboBox.Visible = True + Me.DATENBANKComboBox.Text = False End If End Sub @@ -266,4 +277,54 @@ Public Class frmConnection Private Sub ToolStripButton3_Click(sender As Object, e As EventArgs) Handles ToolStripButton3.Click load_connections() End Sub + + Private Sub DATENBANKComboBox_Click(sender As Object, e As EventArgs) Handles DATENBANKComboBox.Click + Try + Me.Cursor = Cursors.WaitCursor + Dim csb As New SqlClient.SqlConnectionStringBuilder + + If SERVERTextBox.Text = String.Empty Then + MsgBox("Bitte geben sie einen Server an!") + Exit Sub + End If + + If Chckwin_aut.Checked Then + csb.DataSource = SERVERTextBox.Text + csb.IntegratedSecurity = True + Else + If txtUserId.Text = String.Empty Or txtPassword.Text = String.Empty Then + MsgBox("Bitte geben sie Benutzer und Passwort an!") + Exit Sub + End If + + csb.DataSource = SERVERTextBox.Text + csb.IntegratedSecurity = False + csb.UserID = txtUserId.Text + csb.Password = txtPassword.Text + End If + + Dim connection As New SqlClient.SqlConnection(csb.ToString) + connection.Open() + + Dim cmd As New SqlClient.SqlCommand("sp_databases", connection) With {.CommandType = CommandType.StoredProcedure} + Dim dr As SqlClient.SqlDataReader = cmd.ExecuteReader + + If dr.HasRows Then + DATENBANKComboBox.Items.Clear() + Do While dr.Read + DATENBANKComboBox.Items.Add(dr.Item("Database_Name")) + Loop + DATENBANKComboBox.DroppedDown = True + Else + MsgBox("The standard-databases could not be retrieved. The default database will be set!" & vbNewLine & "Check rights in sql-server for user", MsgBoxStyle.Exclamation) + End If + + connection.Close() + Catch ex As Exception + MsgBox("Error while loading Databases. Default Database will be set!" & vbCrLf & ex.Message, MsgBoxStyle.Critical) + DD_LIB_Standards.clsLogger.Add("Error while loading Databases:" & ex.Message) + Finally + Me.Cursor = Cursors.Default + End Try + End Sub End Class \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmMain.vb b/app/DD_PM_WINDREAM/frmMain.vb index e804550..70eaede 100644 --- a/app/DD_PM_WINDREAM/frmMain.vb +++ b/app/DD_PM_WINDREAM/frmMain.vb @@ -230,7 +230,12 @@ Public Class frmMain ClassLogger.Add("CurrGroupClear - Error: " & ex.Message) End Try - Load_Profiles_for_User() + + + If Load_Profiles_for_User() = False Then + Throw New Exception("Could not load Profiles. Datatable is empty") + Exit Sub + End If For Each profile As DataRow In CURR_DT_VWPM_PROFILE_ACTIVE.Rows Dim item1 As NavBarItem = NavBarControl1.Items.Add() @@ -278,14 +283,21 @@ Public Class frmMain End If End Sub - Sub Load_Profiles_for_User() + Function Load_Profiles_for_User() As Boolean Try Dim sql = String.Format("SELECT T.* FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_GET_ACTIVE_PROFILES_USER] ({0}))", CURRENT_USER_ID) CURR_DT_VWPM_PROFILE_ACTIVE = ClassDatabase.Return_Datatable(sql) + + If IsNothing(CURR_DT_VWPM_PROFILE_ACTIVE) Then + Return False + End If + + Return True Catch ex As Exception ClassLogger.Add("Load_Profiles_for_User - Error: " & ex.Message) + Return False End Try - End Sub + End Function Sub Layout_Single_Profile() If GridControl_Docs.Visible = False Then GridControl_Docs.Visible = True diff --git a/app/DD_PM_WINDREAM/frmValidator.vb b/app/DD_PM_WINDREAM/frmValidator.vb index aaa148f..41d664b 100644 --- a/app/DD_PM_WINDREAM/frmValidator.vb +++ b/app/DD_PM_WINDREAM/frmValidator.vb @@ -1032,6 +1032,18 @@ Public Class frmValidator cmbpanel.DisplayMember = resultDT.Columns(0).ColumnName cmbpanel.ValueMember = resultDT.Columns(0).ColumnName + Dim maxWith As Integer = cmbpanel.Width + Using g As Graphics = Me.CreateGraphics + For Each oItem As Object In cmbpanel.Items 'Für alle Einträge... + Dim g1 As Graphics = cmbpanel.CreateGraphics + If g1.MeasureString(Text, cmbpanel.Font).Width + 30 > maxWith Then + maxWith = g1.MeasureString(Text, cmbpanel.Font).Width + 30 + End If + g1.Dispose() + Next oItem + End Using + cmbpanel.DropDownWidth = maxWith + ElseIf displayboxname.StartsWith(ClassControlCreator.PREFIX_DATAGRIDVIEW) Or displayboxname.StartsWith(ClassControlCreator.PREFIX_TABLE) Then 'not implemented End If