From 271ebf517c27be68cafe16132d2586129b4031dc Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Thu, 26 Apr 2018 11:25:56 +0200 Subject: [PATCH] =?UTF-8?q?MS=20=20Anpassungen=20Rechte=20Datei=20l=C3=B6s?= =?UTF-8?q?chen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DD_DMSLiteDataSet.Designer.vb | 8 +- app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd | 83 +- app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss | 2 +- .../frmProfileDesigner.Designer.vb | 2583 +++---- app/DD_PM_WINDREAM/frmProfileDesigner.resx | 6594 ++++++++--------- app/DD_PM_WINDREAM/frmProfileDesigner.vb | 62 +- app/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb | 6 +- 7 files changed, 4692 insertions(+), 4646 deletions(-) diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb index 657e3eb..30d6bad 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb @@ -13988,7 +13988,13 @@ Namespace DD_DMSLiteDataSetTableAdapters Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, ADDED_WHO, ADDED_WHEN, CHANGE"& _ - "D_WHO, CHANGED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBDD_USER" + "D_WHO, CHANGED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBDD_USER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " (SELECT USER_ID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" FROM "& _ + " TBDD_USER_MODULES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WHERE (MODUL"& _ + "E_ID ="&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (SELECT "& _ + " GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" FROM "& _ + " TBDD_MODULES"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " WHERE (SHORT_NAME = 'PM')))))" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd index 2fa7a50..c9f0f9b 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd @@ -435,43 +435,50 @@ WHERE (GUID = @Original_GUID) - + INSERT INTO TBDD_USER (PRENAME, NAME, USERNAME, EMAIL, ADDED_WHO, PM_RIGHT_FILE_DELETE) VALUES (@PRENAME,@NAME,@USERNAME,@EMAIL,@ADDED_WHO,@PM_RIGHT_FILE_DELETE); SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBDD_USER WHERE (GUID = SCOPE_IDENTITY()) - - - - - - + + + + + + SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN -FROM TBDD_USER +FROM TBDD_USER +WHERE (GUID IN + (SELECT USER_ID + FROM TBDD_USER_MODULES + WHERE (MODULE_ID = + (SELECT GUID + FROM TBDD_MODULES + WHERE (SHORT_NAME = 'PM'))))) - + UPDATE TBDD_USER SET PRENAME = @PRENAME, NAME = @NAME, USERNAME = @USERNAME, EMAIL = @EMAIL, CHANGED_WHO = @CHANGED_WHO, PM_RIGHT_FILE_DELETE = @PM_RIGHT_FILE_DELETE WHERE (GUID = @Original_GUID); SELECT GUID, PRENAME, NAME, USERNAME, EMAIL, LOGGED_IN, LOGGED_WHERE, LOG_IN_WHEN, LOG_OUT_WHEN, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN FROM TBDD_USER WHERE (GUID = @GUID) - - - - - - - - + + + + + + + + @@ -1900,7 +1907,7 @@ WHERE (GUID = @GUID) - + @@ -1945,7 +1952,7 @@ WHERE (GUID = @GUID) - + @@ -2048,7 +2055,7 @@ WHERE (GUID = @GUID) - + @@ -2144,7 +2151,7 @@ WHERE (GUID = @GUID) - + @@ -2195,7 +2202,7 @@ WHERE (GUID = @GUID) - + @@ -2225,7 +2232,7 @@ WHERE (GUID = @GUID) - + @@ -2248,7 +2255,7 @@ WHERE (GUID = @GUID) - + @@ -2337,7 +2344,7 @@ WHERE (GUID = @GUID) - + @@ -2410,7 +2417,7 @@ WHERE (GUID = @GUID) - + @@ -2446,7 +2453,7 @@ WHERE (GUID = @GUID) - + @@ -2461,7 +2468,7 @@ WHERE (GUID = @GUID) - + @@ -2482,7 +2489,7 @@ WHERE (GUID = @GUID) - + @@ -2590,7 +2597,7 @@ WHERE (GUID = @GUID) - + @@ -2663,7 +2670,7 @@ WHERE (GUID = @GUID) - + @@ -2714,7 +2721,7 @@ WHERE (GUID = @GUID) - + @@ -2805,7 +2812,7 @@ WHERE (GUID = @GUID) - + @@ -2936,11 +2943,11 @@ WHERE (GUID = @GUID) - - - - - + + + + + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss index 37c11e2..bb6a389 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss @@ -4,7 +4,7 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb b/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb index 7f8ce7b..b4c02c0 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb @@ -25,6 +25,18 @@ Partial Class frmProfileDesigner Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileDesigner)) + Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label + Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label + Dim ADDED_WHENLabel1 As System.Windows.Forms.Label + Dim ADDED_WHOLabel1 As System.Windows.Forms.Label + Dim EMAILLabel As System.Windows.Forms.Label + Dim USERNAMELabel As System.Windows.Forms.Label + Dim NAMELabel1 As System.Windows.Forms.Label + Dim PRENAMELabel As System.Windows.Forms.Label + Dim GUIDLabel1 As System.Windows.Forms.Label + Dim ToolStripButton4 As System.Windows.Forms.ToolStripButton Dim NAMELabel As System.Windows.Forms.Label Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim WD_SEARCHLabel As System.Windows.Forms.Label @@ -47,23 +59,74 @@ Partial Class frmProfileDesigner Dim Label12 As System.Windows.Forms.Label Dim Label7 As System.Windows.Forms.Label Dim VEKTOR_DELIMITERLabel As System.Windows.Forms.Label - Dim ToolStripButton4 As System.Windows.Forms.ToolStripButton - Dim GUIDLabel1 As System.Windows.Forms.Label - Dim PRENAMELabel As System.Windows.Forms.Label - Dim NAMELabel1 As System.Windows.Forms.Label - Dim USERNAMELabel As System.Windows.Forms.Label - Dim EMAILLabel As System.Windows.Forms.Label - Dim ADDED_WHOLabel1 As System.Windows.Forms.Label - Dim ADDED_WHENLabel1 As System.Windows.Forms.Label - Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label - Dim CHANGED_WHENLabel1 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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 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.TBPROFILE_USERDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() + Me.TBPROFILE_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel() + Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator6 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem2 = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorSeparator7 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorMoveNextItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveLastItem2 = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() + Me.TabControlUser = New System.Windows.Forms.TabControl() + Me.TabPage7 = New System.Windows.Forms.TabPage() + Me.TBPM_USERDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn18 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TabPage8 = New System.Windows.Forms.TabPage() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.RIGHT_FILE_DELETECheckBox = New System.Windows.Forms.CheckBox() + Me.lblSaveUser = New System.Windows.Forms.Label() + Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox() + Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox() + Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox() + Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() + Me.EMAILTextBox = New System.Windows.Forms.TextBox() + Me.USERNAMETextBox = New System.Windows.Forms.TextBox() + Me.NAMETextBox1 = New System.Windows.Forms.TextBox() + Me.PRENAMETextBox = New System.Windows.Forms.TextBox() + Me.GUIDTextBox = New System.Windows.Forms.TextBox() + Me.TBDD_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() + Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripTextBox2 = New System.Windows.Forms.ToolStripTextBox() + Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton11 = New System.Windows.Forms.ToolStripButton() + Me.tsbtnworkUser = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton12 = New System.Windows.Forms.ToolStripButton() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() @@ -203,69 +266,6 @@ Partial Class frmProfileDesigner Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator() - Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer() - Me.TBPROFILE_USERDataGridView = New System.Windows.Forms.DataGridView() - Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.TBPROFILE_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) - Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel() - Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() - Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton() - Me.BindingNavigatorMovePreviousItem2 = New System.Windows.Forms.ToolStripButton() - Me.BindingNavigatorSeparator6 = New System.Windows.Forms.ToolStripSeparator() - Me.BindingNavigatorPositionItem2 = New System.Windows.Forms.ToolStripTextBox() - Me.BindingNavigatorSeparator7 = New System.Windows.Forms.ToolStripSeparator() - Me.BindingNavigatorMoveNextItem2 = New System.Windows.Forms.ToolStripButton() - Me.BindingNavigatorMoveLastItem2 = New System.Windows.Forms.ToolStripButton() - Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() - Me.TabControlUser = New System.Windows.Forms.TabControl() - Me.TabPage7 = New System.Windows.Forms.TabPage() - Me.TBPM_USERDataGridView = New System.Windows.Forms.DataGridView() - Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn18 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.DataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPM_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.TabPage8 = New System.Windows.Forms.TabPage() - Me.Button4 = New System.Windows.Forms.Button() - Me.RIGHT_FILE_DELETECheckBox = New System.Windows.Forms.CheckBox() - Me.lblSaveUser = New System.Windows.Forms.Label() - Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox() - Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox() - Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox() - Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() - Me.EMAILTextBox = New System.Windows.Forms.TextBox() - Me.USERNAMETextBox = New System.Windows.Forms.TextBox() - Me.NAMETextBox1 = New System.Windows.Forms.TextBox() - Me.PRENAMETextBox = New System.Windows.Forms.TextBox() - Me.GUIDTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) - Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() - Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() - Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() - Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripTextBox2 = New System.Windows.Forms.ToolStripTextBox() - Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton() - Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripButton11 = New System.Windows.Forms.ToolStripButton() - Me.tsbtnworkUser = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButton12 = New System.Windows.Forms.ToolStripButton() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.Button2 = New System.Windows.Forms.Button() Me.VEKTOR_DELIMITERTextBox = New System.Windows.Forms.TextBox() @@ -323,6 +323,16 @@ Partial Class frmProfileDesigner Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() GUIDLabel = New System.Windows.Forms.Label() + CHANGED_WHENLabel1 = New System.Windows.Forms.Label() + CHANGED_WHOLabel1 = New System.Windows.Forms.Label() + ADDED_WHENLabel1 = New System.Windows.Forms.Label() + ADDED_WHOLabel1 = New System.Windows.Forms.Label() + EMAILLabel = New System.Windows.Forms.Label() + USERNAMELabel = New System.Windows.Forms.Label() + NAMELabel1 = New System.Windows.Forms.Label() + PRENAMELabel = New System.Windows.Forms.Label() + GUIDLabel1 = New System.Windows.Forms.Label() + ToolStripButton4 = New System.Windows.Forms.ToolStripButton() NAMELabel = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() WD_SEARCHLabel = New System.Windows.Forms.Label() @@ -345,19 +355,25 @@ Partial Class frmProfileDesigner Label12 = New System.Windows.Forms.Label() Label7 = New System.Windows.Forms.Label() VEKTOR_DELIMITERLabel = New System.Windows.Forms.Label() - ToolStripButton4 = New System.Windows.Forms.ToolStripButton() - GUIDLabel1 = New System.Windows.Forms.Label() - PRENAMELabel = New System.Windows.Forms.Label() - NAMELabel1 = New System.Windows.Forms.Label() - USERNAMELabel = New System.Windows.Forms.Label() - EMAILLabel = New System.Windows.Forms.Label() - ADDED_WHOLabel1 = New System.Windows.Forms.Label() - ADDED_WHENLabel1 = New System.Windows.Forms.Label() - CHANGED_WHOLabel1 = New System.Windows.Forms.Label() - CHANGED_WHENLabel1 = New System.Windows.Forms.Label() WORK_HISTORY_ENTRYLabel = New System.Windows.Forms.Label() SQL_VIEWLabel = New System.Windows.Forms.Label() + CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer_Profilzuordnung2.Panel1.SuspendLayout() + Me.SplitContainer_Profilzuordnung2.Panel2.SuspendLayout() + Me.SplitContainer_Profilzuordnung2.SuspendLayout() + CType(Me.TBPROFILE_USERDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPROFILE_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBPROFILE_USERBindingNavigator.SuspendLayout() + Me.TabControlUser.SuspendLayout() + Me.TabPage7.SuspendLayout() + CType(Me.TBPM_USERDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabPage8.SuspendLayout() + Me.GroupBox1.SuspendLayout() + CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TBDD_USERBindingNavigator.SuspendLayout() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPM_PROFILEBindingNavigator.SuspendLayout() @@ -393,21 +409,6 @@ Partial Class frmProfileDesigner CType(Me.TBPM_PROFILE_ZuordnungDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_ZuordnungBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPM_PROFILE_ZuordnungBindingNavigator.SuspendLayout() - CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).BeginInit() - Me.SplitContainer_Profilzuordnung2.Panel1.SuspendLayout() - Me.SplitContainer_Profilzuordnung2.Panel2.SuspendLayout() - Me.SplitContainer_Profilzuordnung2.SuspendLayout() - CType(Me.TBPROFILE_USERDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPROFILE_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() - Me.TBPROFILE_USERBindingNavigator.SuspendLayout() - Me.TabControlUser.SuspendLayout() - Me.TabPage7.SuspendLayout() - CType(Me.TBPM_USERDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - Me.TabPage8.SuspendLayout() - CType(Me.TBPM_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() - Me.TBPM_USERBindingNavigator.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.grpbxEmail.SuspendLayout() @@ -429,1649 +430,1648 @@ Partial Class frmProfileDesigner resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" ' - 'NAMELabel + 'SplitContainer_Profilzuordnung2 ' - resources.ApplyResources(NAMELabel, "NAMELabel") - NAMELabel.Name = "NAMELabel" + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2, "SplitContainer_Profilzuordnung2") + Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" ' - 'DESCRIPTIONLabel + 'SplitContainer_Profilzuordnung2.Panel1 ' - resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") - DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel1, "SplitContainer_Profilzuordnung2.Panel1") + Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERDataGridView) + Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERBindingNavigator) ' - 'WD_SEARCHLabel + 'SplitContainer_Profilzuordnung2.Panel2 ' - resources.ApplyResources(WD_SEARCHLabel, "WD_SEARCHLabel") - WD_SEARCHLabel.Name = "WD_SEARCHLabel" + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel2, "SplitContainer_Profilzuordnung2.Panel2") + Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TabControlUser) + Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TBDD_USERBindingNavigator) ' - 'PRIORITYLabel + 'TBPROFILE_USERDataGridView ' - resources.ApplyResources(PRIORITYLabel, "PRIORITYLabel") - PRIORITYLabel.Name = "PRIORITYLabel" + Me.TBPROFILE_USERDataGridView.AllowDrop = True + Me.TBPROFILE_USERDataGridView.AllowUserToAddRows = False + Me.TBPROFILE_USERDataGridView.AllowUserToDeleteRows = False + DataGridViewCellStyle1.BackColor = System.Drawing.Color.Yellow + Me.TBPROFILE_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 + Me.TBPROFILE_USERDataGridView.AutoGenerateColumns = False + Me.TBPROFILE_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPROFILE_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9}) + Me.TBPROFILE_USERDataGridView.DataSource = Me.TBPROFILE_USERBindingSource + resources.ApplyResources(Me.TBPROFILE_USERDataGridView, "TBPROFILE_USERDataGridView") + Me.TBPROFILE_USERDataGridView.MultiSelect = False + Me.TBPROFILE_USERDataGridView.Name = "TBPROFILE_USERDataGridView" + Me.TBPROFILE_USERDataGridView.ReadOnly = True ' - 'ADDED_WHOLabel + 'DataGridViewTextBoxColumn4 ' - resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") - ADDED_WHOLabel.Name = "ADDED_WHOLabel" - AddHandler ADDED_WHOLabel.Click, AddressOf Me.ADDED_WHOLabel_Click + Me.DataGridViewTextBoxColumn4.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn4.Frozen = True + resources.ApplyResources(Me.DataGridViewTextBoxColumn4, "DataGridViewTextBoxColumn4") + Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" + Me.DataGridViewTextBoxColumn4.ReadOnly = True ' - 'ADDED_WHENLabel + 'DataGridViewTextBoxColumn5 ' - resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") - ADDED_WHENLabel.Name = "ADDED_WHENLabel" + Me.DataGridViewTextBoxColumn5.DataPropertyName = "PRENAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") + Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" + Me.DataGridViewTextBoxColumn5.ReadOnly = True ' - 'CHANGED_WHOLabel + 'DataGridViewTextBoxColumn6 ' - resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") - CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" + Me.DataGridViewTextBoxColumn6.DataPropertyName = "NAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6") + Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" + Me.DataGridViewTextBoxColumn6.ReadOnly = True ' - 'CHANGED_WHENLabel + 'DataGridViewTextBoxColumn7 ' - resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") - CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" + Me.DataGridViewTextBoxColumn7.DataPropertyName = "USERNAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") + Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" + Me.DataGridViewTextBoxColumn7.ReadOnly = True ' - 'FINAL_TEXTLabel - ' - resources.ApplyResources(FINAL_TEXTLabel, "FINAL_TEXTLabel") - FINAL_TEXTLabel.Name = "FINAL_TEXTLabel" - ' - 'TITLELabel - ' - resources.ApplyResources(TITLELabel, "TITLELabel") - TITLELabel.Name = "TITLELabel" + 'DataGridViewTextBoxColumn8 ' - 'INTERVALL_CKECK_NO_OF_FILESLabel + Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") + Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" + Me.DataGridViewTextBoxColumn8.ReadOnly = True ' - resources.ApplyResources(INTERVALL_CKECK_NO_OF_FILESLabel, "INTERVALL_CKECK_NO_OF_FILESLabel") - INTERVALL_CKECK_NO_OF_FILESLabel.Name = "INTERVALL_CKECK_NO_OF_FILESLabel" + 'DataGridViewTextBoxColumn9 ' - 'GEAENDERTWERLabel + Me.DataGridViewTextBoxColumn9.DataPropertyName = "ADDED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") + Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" + Me.DataGridViewTextBoxColumn9.ReadOnly = True ' - resources.ApplyResources(GEAENDERTWERLabel, "GEAENDERTWERLabel") - GEAENDERTWERLabel.Name = "GEAENDERTWERLabel" + 'TBPROFILE_USERBindingSource ' - 'GEAENDERTWANNLabel + Me.TBPROFILE_USERBindingSource.DataMember = "TBPROFILE_USER" + Me.TBPROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - resources.ApplyResources(GEAENDERTWANNLabel, "GEAENDERTWANNLabel") - GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" + 'DD_DMSLiteDataSet ' - 'EMAIL_FROMLabel + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' - resources.ApplyResources(EMAIL_FROMLabel, "EMAIL_FROMLabel") - EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" + 'TBPROFILE_USERBindingNavigator ' - 'EMAIL_SMTPLabel + Me.TBPROFILE_USERBindingNavigator.AddNewItem = Nothing + Me.TBPROFILE_USERBindingNavigator.BindingSource = Me.TBPROFILE_USERBindingSource + Me.TBPROFILE_USERBindingNavigator.CountItem = Me.BindingNavigatorCountItem2 + Me.TBPROFILE_USERBindingNavigator.CountItemFormat = "von {0} zugeordneten Usern" + Me.TBPROFILE_USERBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem + Me.TBPROFILE_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorDeleteItem, Me.ToolStripSeparator8, Me.ToolStripLabel2}) + resources.ApplyResources(Me.TBPROFILE_USERBindingNavigator, "TBPROFILE_USERBindingNavigator") + Me.TBPROFILE_USERBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem2 + Me.TBPROFILE_USERBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem2 + Me.TBPROFILE_USERBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem2 + Me.TBPROFILE_USERBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem2 + Me.TBPROFILE_USERBindingNavigator.Name = "TBPROFILE_USERBindingNavigator" + Me.TBPROFILE_USERBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem2 ' - resources.ApplyResources(EMAIL_SMTPLabel, "EMAIL_SMTPLabel") - EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" + 'BindingNavigatorCountItem2 ' - 'EMAIL_USERLabel + Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" + resources.ApplyResources(Me.BindingNavigatorCountItem2, "BindingNavigatorCountItem2") ' - resources.ApplyResources(EMAIL_USERLabel, "EMAIL_USERLabel") - EMAIL_USERLabel.Name = "EMAIL_USERLabel" + 'BindingNavigatorDeleteItem ' - 'EMAIL_PWLabel + Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") + Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" ' - resources.ApplyResources(EMAIL_PWLabel, "EMAIL_PWLabel") - EMAIL_PWLabel.Name = "EMAIL_PWLabel" + 'BindingNavigatorMoveFirstItem2 ' - 'EMAIL_REMINDER_HEADERLabel + Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem2, "BindingNavigatorMoveFirstItem2") + Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" ' - resources.ApplyResources(EMAIL_REMINDER_HEADERLabel, "EMAIL_REMINDER_HEADERLabel") - EMAIL_REMINDER_HEADERLabel.Name = "EMAIL_REMINDER_HEADERLabel" + 'BindingNavigatorMovePreviousItem2 ' - 'EMAIL_REMINDER_FOOTERLabel + Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem2, "BindingNavigatorMovePreviousItem2") + Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" ' - resources.ApplyResources(EMAIL_REMINDER_FOOTERLabel, "EMAIL_REMINDER_FOOTERLabel") - EMAIL_REMINDER_FOOTERLabel.Name = "EMAIL_REMINDER_FOOTERLabel" + 'BindingNavigatorSeparator6 ' - 'Label12 + Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" + resources.ApplyResources(Me.BindingNavigatorSeparator6, "BindingNavigatorSeparator6") ' - resources.ApplyResources(Label12, "Label12") - Label12.Name = "Label12" + 'BindingNavigatorPositionItem2 ' - 'Label7 + resources.ApplyResources(Me.BindingNavigatorPositionItem2, "BindingNavigatorPositionItem2") + Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" ' - resources.ApplyResources(Label7, "Label7") - Label7.Name = "Label7" + 'BindingNavigatorSeparator7 ' - 'VEKTOR_DELIMITERLabel + Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" + resources.ApplyResources(Me.BindingNavigatorSeparator7, "BindingNavigatorSeparator7") ' - resources.ApplyResources(VEKTOR_DELIMITERLabel, "VEKTOR_DELIMITERLabel") - VEKTOR_DELIMITERLabel.Name = "VEKTOR_DELIMITERLabel" + 'BindingNavigatorMoveNextItem2 ' - 'ToolStripButton4 + Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveNextItem2, "BindingNavigatorMoveNextItem2") + Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" ' - ToolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - ToolStripButton4.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user_red - resources.ApplyResources(ToolStripButton4, "ToolStripButton4") - ToolStripButton4.Name = "ToolStripButton4" - AddHandler ToolStripButton4.Click, AddressOf Me.ToolStripButton4_Click + 'BindingNavigatorMoveLastItem2 ' - 'GUIDLabel1 + Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveLastItem2, "BindingNavigatorMoveLastItem2") + Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" ' - resources.ApplyResources(GUIDLabel1, "GUIDLabel1") - GUIDLabel1.Name = "GUIDLabel1" + 'BindingNavigatorSeparator8 ' - 'PRENAMELabel + Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" + resources.ApplyResources(Me.BindingNavigatorSeparator8, "BindingNavigatorSeparator8") ' - resources.ApplyResources(PRENAMELabel, "PRENAMELabel") - PRENAMELabel.Name = "PRENAMELabel" + 'ToolStripSeparator8 ' - 'NAMELabel1 + Me.ToolStripSeparator8.Name = "ToolStripSeparator8" + resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") ' - resources.ApplyResources(NAMELabel1, "NAMELabel1") - NAMELabel1.Name = "NAMELabel1" + 'ToolStripLabel2 ' - 'USERNAMELabel + Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson + Me.ToolStripLabel2.Name = "ToolStripLabel2" + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") ' - resources.ApplyResources(USERNAMELabel, "USERNAMELabel") - USERNAMELabel.Name = "USERNAMELabel" + 'TabControlUser ' - 'EMAILLabel + Me.TabControlUser.Controls.Add(Me.TabPage7) + Me.TabControlUser.Controls.Add(Me.TabPage8) + resources.ApplyResources(Me.TabControlUser, "TabControlUser") + Me.TabControlUser.Name = "TabControlUser" + Me.TabControlUser.SelectedIndex = 0 ' - resources.ApplyResources(EMAILLabel, "EMAILLabel") - EMAILLabel.Name = "EMAILLabel" + 'TabPage7 ' - 'ADDED_WHOLabel1 + Me.TabPage7.Controls.Add(Me.TBPM_USERDataGridView) + resources.ApplyResources(Me.TabPage7, "TabPage7") + Me.TabPage7.Name = "TabPage7" + Me.TabPage7.UseVisualStyleBackColor = True ' - resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") - ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" + 'TBPM_USERDataGridView ' - 'ADDED_WHENLabel1 + Me.TBPM_USERDataGridView.AllowUserToAddRows = False + Me.TBPM_USERDataGridView.AllowUserToDeleteRows = False + DataGridViewCellStyle2.BackColor = System.Drawing.Color.Aqua + Me.TBPM_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 + Me.TBPM_USERDataGridView.AutoGenerateColumns = False + Me.TBPM_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn13, Me.DataGridViewTextBoxColumn18, Me.DataGridViewTextBoxColumn19, Me.DataGridViewTextBoxColumn20, Me.DataGridViewTextBoxColumn21}) + Me.TBPM_USERDataGridView.DataSource = Me.TBDD_USERBindingSource + resources.ApplyResources(Me.TBPM_USERDataGridView, "TBPM_USERDataGridView") + Me.TBPM_USERDataGridView.MultiSelect = False + Me.TBPM_USERDataGridView.Name = "TBPM_USERDataGridView" + Me.TBPM_USERDataGridView.ReadOnly = True ' - resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") - ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" + 'DataGridViewTextBoxColumn3 ' - 'CHANGED_WHOLabel1 + Me.DataGridViewTextBoxColumn3.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn3.Frozen = True + resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") + Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" + Me.DataGridViewTextBoxColumn3.ReadOnly = True ' - resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") - CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" + 'DataGridViewTextBoxColumn10 ' - 'CHANGED_WHENLabel1 + Me.DataGridViewTextBoxColumn10.DataPropertyName = "PRENAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn10, "DataGridViewTextBoxColumn10") + Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" + Me.DataGridViewTextBoxColumn10.ReadOnly = True ' - resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") - CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" + 'DataGridViewTextBoxColumn11 ' - 'WORK_HISTORY_ENTRYLabel + Me.DataGridViewTextBoxColumn11.DataPropertyName = "NAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn11, "DataGridViewTextBoxColumn11") + Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" + Me.DataGridViewTextBoxColumn11.ReadOnly = True ' - resources.ApplyResources(WORK_HISTORY_ENTRYLabel, "WORK_HISTORY_ENTRYLabel") - WORK_HISTORY_ENTRYLabel.Name = "WORK_HISTORY_ENTRYLabel" + 'DataGridViewTextBoxColumn12 ' - 'SQL_VIEWLabel + Me.DataGridViewTextBoxColumn12.DataPropertyName = "USERNAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn12, "DataGridViewTextBoxColumn12") + Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" + Me.DataGridViewTextBoxColumn12.ReadOnly = True ' - resources.ApplyResources(SQL_VIEWLabel, "SQL_VIEWLabel") - SQL_VIEWLabel.Name = "SQL_VIEWLabel" + 'DataGridViewTextBoxColumn13 ' - 'DD_DMSLiteDataSet + Me.DataGridViewTextBoxColumn13.DataPropertyName = "EMAIL" + resources.ApplyResources(Me.DataGridViewTextBoxColumn13, "DataGridViewTextBoxColumn13") + Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" + Me.DataGridViewTextBoxColumn13.ReadOnly = True ' - Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" - Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + 'DataGridViewTextBoxColumn18 ' - 'TableAdapterManager + Me.DataGridViewTextBoxColumn18.DataPropertyName = "ADDED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn18, "DataGridViewTextBoxColumn18") + Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" + Me.DataGridViewTextBoxColumn18.ReadOnly = True ' - Me.TableAdapterManager.BackupDataSetBeforeUpdate = False - Me.TableAdapterManager.Connection = Nothing - Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing - Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing - Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing - Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing - Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing - Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing - Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + 'DataGridViewTextBoxColumn19 ' - 'TBPM_PROFILEBindingSource + Me.DataGridViewTextBoxColumn19.DataPropertyName = "ADDED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn19, "DataGridViewTextBoxColumn19") + Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" + Me.DataGridViewTextBoxColumn19.ReadOnly = True ' - Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" - Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet + 'DataGridViewTextBoxColumn20 ' - 'TBPM_PROFILETableAdapter + Me.DataGridViewTextBoxColumn20.DataPropertyName = "CHANGED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn20, "DataGridViewTextBoxColumn20") + Me.DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20" + Me.DataGridViewTextBoxColumn20.ReadOnly = True ' - Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True + 'DataGridViewTextBoxColumn21 ' - 'BindingNavigatorMoveFirstItem + Me.DataGridViewTextBoxColumn21.DataPropertyName = "CHANGED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn21, "DataGridViewTextBoxColumn21") + Me.DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21" + Me.DataGridViewTextBoxColumn21.ReadOnly = True ' - Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") - Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" + 'TBDD_USERBindingSource ' - 'BindingNavigatorMovePreviousItem + Me.TBDD_USERBindingSource.DataMember = "TBDD_USER" + Me.TBDD_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") - Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" + 'TabPage8 ' - 'BindingNavigatorSeparator + resources.ApplyResources(Me.TabPage8, "TabPage8") + Me.TabPage8.Controls.Add(Me.GroupBox1) + Me.TabPage8.Controls.Add(Me.lblSaveUser) + Me.TabPage8.Controls.Add(CHANGED_WHENLabel1) + Me.TabPage8.Controls.Add(Me.CHANGED_WHENTextBox1) + Me.TabPage8.Controls.Add(CHANGED_WHOLabel1) + Me.TabPage8.Controls.Add(Me.CHANGED_WHOTextBox1) + Me.TabPage8.Controls.Add(ADDED_WHENLabel1) + Me.TabPage8.Controls.Add(Me.ADDED_WHENTextBox1) + Me.TabPage8.Controls.Add(ADDED_WHOLabel1) + Me.TabPage8.Controls.Add(Me.ADDED_WHOTextBox1) + Me.TabPage8.Controls.Add(EMAILLabel) + Me.TabPage8.Controls.Add(Me.EMAILTextBox) + Me.TabPage8.Controls.Add(USERNAMELabel) + Me.TabPage8.Controls.Add(Me.USERNAMETextBox) + Me.TabPage8.Controls.Add(NAMELabel1) + Me.TabPage8.Controls.Add(Me.NAMETextBox1) + Me.TabPage8.Controls.Add(PRENAMELabel) + Me.TabPage8.Controls.Add(Me.PRENAMETextBox) + Me.TabPage8.Controls.Add(GUIDLabel1) + Me.TabPage8.Controls.Add(Me.GUIDTextBox) + Me.TabPage8.Name = "TabPage8" + Me.TabPage8.UseVisualStyleBackColor = True ' - Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" - resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") + 'GroupBox1 ' - 'BindingNavigatorPositionItem + Me.GroupBox1.Controls.Add(Me.RIGHT_FILE_DELETECheckBox) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.TabStop = False ' - resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") - Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" + 'RIGHT_FILE_DELETECheckBox ' - 'BindingNavigatorCountItem + resources.ApplyResources(Me.RIGHT_FILE_DELETECheckBox, "RIGHT_FILE_DELETECheckBox") + Me.RIGHT_FILE_DELETECheckBox.Name = "RIGHT_FILE_DELETECheckBox" + Me.RIGHT_FILE_DELETECheckBox.UseVisualStyleBackColor = True ' - Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") + 'lblSaveUser ' - 'BindingNavigatorSeparator1 + resources.ApplyResources(Me.lblSaveUser, "lblSaveUser") + Me.lblSaveUser.BackColor = System.Drawing.Color.Yellow + Me.lblSaveUser.Name = "lblSaveUser" ' - Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" - resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") + 'CHANGED_WHENLabel1 ' - 'BindingNavigatorMoveNextItem + resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") + CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" ' - Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") - Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" + 'CHANGED_WHENTextBox1 ' - 'BindingNavigatorMoveLastItem + Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHEN", True)) + resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") + Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" ' - Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") - Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" + 'CHANGED_WHOLabel1 ' - 'BindingNavigatorSeparator2 + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") + CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" ' - Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" - resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") + 'CHANGED_WHOTextBox1 ' - 'VWPM_PROFILE_USERBindingNavigatorSaveItem + Me.CHANGED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHO", True)) + resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") + Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" ' - Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, "VWPM_PROFILE_USERBindingNavigatorSaveItem") - Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Name = "VWPM_PROFILE_USERBindingNavigatorSaveItem" + 'ADDED_WHENLabel1 ' - 'cmbProfiles + resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") + ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" ' - Me.cmbProfiles.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.cmbProfiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text - resources.ApplyResources(Me.cmbProfiles, "cmbProfiles") - Me.cmbProfiles.Name = "cmbProfiles" + 'ADDED_WHENTextBox1 ' - 'TBPM_PROFILEBindingNavigator + Me.ADDED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHEN", True)) + resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") + Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" ' - Me.TBPM_PROFILEBindingNavigator.AddNewItem = Nothing - Me.TBPM_PROFILEBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource - Me.TBPM_PROFILEBindingNavigator.CountItem = Me.BindingNavigatorCountItem - Me.TBPM_PROFILEBindingNavigator.CountItemFormat = "von {0} Profilen" - Me.TBPM_PROFILEBindingNavigator.DeleteItem = Nothing - Me.TBPM_PROFILEBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, Me.cmbProfiles, Me.tstrpbtn_add, Me.tstrlblSave, Me.btnRefreshProfiles, Me.ToolStripSeparator1, Me.tsbtnDesigner_open, Me.ToolStripSeparator2, Me.tsbtnProfilkopieren, Me.ToolStripSeparator3, Me.tsbtndeleteProfil}) - resources.ApplyResources(Me.TBPM_PROFILEBindingNavigator, "TBPM_PROFILEBindingNavigator") - Me.TBPM_PROFILEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem - Me.TBPM_PROFILEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem - Me.TBPM_PROFILEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem - Me.TBPM_PROFILEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem - Me.TBPM_PROFILEBindingNavigator.Name = "TBPM_PROFILEBindingNavigator" - Me.TBPM_PROFILEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem + 'ADDED_WHOLabel1 ' - 'tstrpbtn_add + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") + ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" ' - Me.tstrpbtn_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.tstrpbtn_add.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - resources.ApplyResources(Me.tstrpbtn_add, "tstrpbtn_add") - Me.tstrpbtn_add.Name = "tstrpbtn_add" + 'ADDED_WHOTextBox1 ' - 'tstrlblSave + Me.ADDED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke + Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHO", True)) + resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") + Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" ' - Me.tstrlblSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.tstrlblSave.BackColor = System.Drawing.Color.Lime - Me.tstrlblSave.ForeColor = System.Drawing.Color.Crimson - Me.tstrlblSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.asterisk_yellow - Me.tstrlblSave.Name = "tstrlblSave" - resources.ApplyResources(Me.tstrlblSave, "tstrlblSave") + 'EMAILLabel ' - 'btnRefreshProfiles + resources.ApplyResources(EMAILLabel, "EMAILLabel") + EMAILLabel.Name = "EMAILLabel" ' - Me.btnRefreshProfiles.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG - resources.ApplyResources(Me.btnRefreshProfiles, "btnRefreshProfiles") - Me.btnRefreshProfiles.Name = "btnRefreshProfiles" + 'EMAILTextBox ' - 'ToolStripSeparator1 + Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "EMAIL", True)) + resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox") + Me.EMAILTextBox.Name = "EMAILTextBox" ' - Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") + 'USERNAMELabel ' - 'tsbtnDesigner_open + resources.ApplyResources(USERNAMELabel, "USERNAMELabel") + USERNAMELabel.Name = "USERNAMELabel" ' - resources.ApplyResources(Me.tsbtnDesigner_open, "tsbtnDesigner_open") - Me.tsbtnDesigner_open.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.application_form_edit - Me.tsbtnDesigner_open.Name = "tsbtnDesigner_open" + 'USERNAMETextBox ' - 'ToolStripSeparator2 + Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERNAME", True)) + resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") + Me.USERNAMETextBox.Name = "USERNAMETextBox" ' - Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") + 'NAMELabel1 ' - 'tsbtnProfilkopieren + resources.ApplyResources(NAMELabel1, "NAMELabel1") + NAMELabel1.Name = "NAMELabel1" ' - Me.tsbtnProfilkopieren.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.page_copy - resources.ApplyResources(Me.tsbtnProfilkopieren, "tsbtnProfilkopieren") - Me.tsbtnProfilkopieren.Name = "tsbtnProfilkopieren" + 'NAMETextBox1 ' - 'ToolStripSeparator3 + Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "NAME", True)) + resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1") + Me.NAMETextBox1.Name = "NAMETextBox1" ' - Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") + 'PRENAMELabel ' - 'tsbtndeleteProfil + resources.ApplyResources(PRENAMELabel, "PRENAMELabel") + PRENAMELabel.Name = "PRENAMELabel" ' - Me.tsbtndeleteProfil.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 - resources.ApplyResources(Me.tsbtndeleteProfil, "tsbtndeleteProfil") - Me.tsbtndeleteProfil.Name = "tsbtndeleteProfil" + 'PRENAMETextBox ' - 'Label2 + Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "PRENAME", True)) + resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox") + Me.PRENAMETextBox.Name = "PRENAMETextBox" ' - resources.ApplyResources(Me.Label2, "Label2") - Me.Label2.Name = "Label2" + 'GUIDLabel1 ' - 'cmbObjekttypen + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") + GUIDLabel1.Name = "GUIDLabel1" ' - Me.cmbObjekttypen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_OBJECTTYPE", True)) - resources.ApplyResources(Me.cmbObjekttypen, "cmbObjekttypen") - Me.cmbObjekttypen.FormattingEnabled = True - Me.cmbObjekttypen.Name = "cmbObjekttypen" + 'GUIDTextBox ' - 'GroupBox4 + Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke + Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "GUID", True)) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") + Me.GUIDTextBox.Name = "GUIDTextBox" ' - Me.GroupBox4.Controls.Add(Me.FINAL_PROFILECheckBox) - Me.GroupBox4.Controls.Add(FINAL_TEXTLabel) - Me.GroupBox4.Controls.Add(Me.FINAL_TEXTTextBox) - resources.ApplyResources(Me.GroupBox4, "GroupBox4") - Me.GroupBox4.ForeColor = System.Drawing.Color.DarkRed - Me.GroupBox4.Name = "GroupBox4" - Me.GroupBox4.TabStop = False + 'TBDD_USERBindingNavigator + ' + Me.TBDD_USERBindingNavigator.AddNewItem = Me.ToolStripButton5 + Me.TBDD_USERBindingNavigator.BindingSource = Me.TBDD_USERBindingSource + Me.TBDD_USERBindingNavigator.CountItem = Me.ToolStripLabel3 + Me.TBDD_USERBindingNavigator.CountItemFormat = "von {0} Usern" + Me.TBDD_USERBindingNavigator.DeleteItem = Me.ToolStripButton6 + Me.TBDD_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripSeparator5, Me.ToolStripTextBox2, Me.ToolStripLabel3, Me.ToolStripSeparator6, Me.ToolStripButton9, Me.ToolStripButton10, Me.ToolStripSeparator7, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripButton11, Me.tsbtnworkUser, ToolStripButton4, Me.ToolStripButton12}) + resources.ApplyResources(Me.TBDD_USERBindingNavigator, "TBDD_USERBindingNavigator") + Me.TBDD_USERBindingNavigator.MoveFirstItem = Me.ToolStripButton7 + Me.TBDD_USERBindingNavigator.MoveLastItem = Me.ToolStripButton10 + Me.TBDD_USERBindingNavigator.MoveNextItem = Me.ToolStripButton9 + Me.TBDD_USERBindingNavigator.MovePreviousItem = Me.ToolStripButton8 + Me.TBDD_USERBindingNavigator.Name = "TBDD_USERBindingNavigator" + Me.TBDD_USERBindingNavigator.PositionItem = Me.ToolStripTextBox2 ' - 'FINAL_PROFILECheckBox + 'ToolStripButton5 ' - Me.FINAL_PROFILECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "FINAL_PROFILE", True)) - resources.ApplyResources(Me.FINAL_PROFILECheckBox, "FINAL_PROFILECheckBox") - Me.FINAL_PROFILECheckBox.Name = "FINAL_PROFILECheckBox" - Me.FINAL_PROFILECheckBox.UseVisualStyleBackColor = True + Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5") + Me.ToolStripButton5.Name = "ToolStripButton5" ' - 'FINAL_TEXTTextBox + 'ToolStripLabel3 ' - Me.FINAL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "FINAL_TEXT", True)) - resources.ApplyResources(Me.FINAL_TEXTTextBox, "FINAL_TEXTTextBox") - Me.FINAL_TEXTTextBox.Name = "FINAL_TEXTTextBox" + Me.ToolStripLabel3.Name = "ToolStripLabel3" + resources.ApplyResources(Me.ToolStripLabel3, "ToolStripLabel3") ' - 'GroupBox2 + 'ToolStripButton6 ' - Me.GroupBox2.Controls.Add(Me.Label1) - Me.GroupBox2.Controls.Add(Me.cmbType) - resources.ApplyResources(Me.GroupBox2, "GroupBox2") - Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.TabStop = False + Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6") + Me.ToolStripButton6.Name = "ToolStripButton6" ' - 'Label1 + 'ToolStripButton7 ' - resources.ApplyResources(Me.Label1, "Label1") - Me.Label1.Name = "Label1" + Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7") + Me.ToolStripButton7.Name = "ToolStripButton7" ' - 'cmbType + 'ToolStripButton8 ' - Me.cmbType.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILEBindingSource, "TYPE", True)) - Me.cmbType.DataSource = Me.TBPM_TYPEBindingSource - Me.cmbType.DisplayMember = "BEZEICHNUNG" - resources.ApplyResources(Me.cmbType, "cmbType") - Me.cmbType.FormattingEnabled = True - Me.cmbType.Name = "cmbType" - Me.cmbType.ValueMember = "GUID" + Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8") + Me.ToolStripButton8.Name = "ToolStripButton8" ' - 'TBPM_TYPEBindingSource + 'ToolStripSeparator5 ' - Me.TBPM_TYPEBindingSource.DataMember = "TBPM_TYPE" - Me.TBPM_TYPEBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.ToolStripSeparator5.Name = "ToolStripSeparator5" + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") ' - 'GroupBox3 + 'ToolStripTextBox2 ' - Me.GroupBox3.Controls.Add(Me.MOVE2FOLDERTextBox) - Me.GroupBox3.Controls.Add(Me.btnmovetoFolderDialog) - resources.ApplyResources(Me.GroupBox3, "GroupBox3") - Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.TabStop = False + resources.ApplyResources(Me.ToolStripTextBox2, "ToolStripTextBox2") + Me.ToolStripTextBox2.Name = "ToolStripTextBox2" ' - 'MOVE2FOLDERTextBox + 'ToolStripSeparator6 ' - Me.MOVE2FOLDERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "MOVE2FOLDER", True)) - resources.ApplyResources(Me.MOVE2FOLDERTextBox, "MOVE2FOLDERTextBox") - Me.MOVE2FOLDERTextBox.Name = "MOVE2FOLDERTextBox" + Me.ToolStripSeparator6.Name = "ToolStripSeparator6" + resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") ' - 'btnmovetoFolderDialog + 'ToolStripButton9 ' - resources.ApplyResources(Me.btnmovetoFolderDialog, "btnmovetoFolderDialog") - Me.btnmovetoFolderDialog.Name = "btnmovetoFolderDialog" - Me.btnmovetoFolderDialog.UseVisualStyleBackColor = True + Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9") + Me.ToolStripButton9.Name = "ToolStripButton9" ' - 'PRIORITYNumericUpDown + 'ToolStripButton10 ' - Me.PRIORITYNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_PROFILEBindingSource, "PRIORITY", True)) - resources.ApplyResources(Me.PRIORITYNumericUpDown, "PRIORITYNumericUpDown") - Me.PRIORITYNumericUpDown.Name = "PRIORITYNumericUpDown" + Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton10, "ToolStripButton10") + Me.ToolStripButton10.Name = "ToolStripButton10" ' - 'btnopenSuche + 'ToolStripSeparator7 ' - resources.ApplyResources(Me.btnopenSuche, "btnopenSuche") - Me.btnopenSuche.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_green - Me.btnopenSuche.Name = "btnopenSuche" - Me.btnopenSuche.UseVisualStyleBackColor = True + Me.ToolStripSeparator7.Name = "ToolStripSeparator7" + resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") ' - 'btnWDSuche + 'ToolStripButton11 ' - resources.ApplyResources(Me.btnWDSuche, "btnWDSuche") - Me.btnWDSuche.Name = "btnWDSuche" - Me.btnWDSuche.UseVisualStyleBackColor = True + Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton11.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save + resources.ApplyResources(Me.ToolStripButton11, "ToolStripButton11") + Me.ToolStripButton11.Name = "ToolStripButton11" ' - 'TITLETextBox + 'tsbtnworkUser ' - Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TITLE", True)) - resources.ApplyResources(Me.TITLETextBox, "TITLETextBox") - Me.TITLETextBox.Name = "TITLETextBox" + Me.tsbtnworkUser.BackColor = System.Drawing.Color.Transparent + Me.tsbtnworkUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user + resources.ApplyResources(Me.tsbtnworkUser, "tsbtnworkUser") + Me.tsbtnworkUser.Name = "tsbtnworkUser" ' - 'PROFILGUIDTextBox + 'ToolStripButton4 ' - Me.PROFILGUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "GUID", True)) - resources.ApplyResources(Me.PROFILGUIDTextBox, "PROFILGUIDTextBox") - Me.PROFILGUIDTextBox.Name = "PROFILGUIDTextBox" - Me.PROFILGUIDTextBox.ReadOnly = True + ToolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + ToolStripButton4.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user_red + resources.ApplyResources(ToolStripButton4, "ToolStripButton4") + ToolStripButton4.Name = "ToolStripButton4" + AddHandler ToolStripButton4.Click, AddressOf Me.ToolStripButton4_Click ' - 'NAMETextBox + 'ToolStripButton12 ' - Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "NAME", True)) - resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") - Me.NAMETextBox.Name = "NAMETextBox" + Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.ToolStripButton12.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG + resources.ApplyResources(Me.ToolStripButton12, "ToolStripButton12") + Me.ToolStripButton12.Name = "ToolStripButton12" ' - 'DESCRIPTIONTextBox + 'NAMELabel ' - Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "DESCRIPTION", True)) - resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") - Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" + resources.ApplyResources(NAMELabel, "NAMELabel") + NAMELabel.Name = "NAMELabel" ' - 'WD_SEARCHTextBox + 'DESCRIPTIONLabel ' - Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_SEARCH", True)) - resources.ApplyResources(Me.WD_SEARCHTextBox, "WD_SEARCHTextBox") - Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" + resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") + DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" ' - 'ACTIVECheckBox + 'WD_SEARCHLabel ' - Me.ACTIVECheckBox.BackColor = System.Drawing.SystemColors.ControlLightLight - Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ACTIVE", True)) - resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") - Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.UseVisualStyleBackColor = False + resources.ApplyResources(WD_SEARCHLabel, "WD_SEARCHLabel") + WD_SEARCHLabel.Name = "WD_SEARCHLabel" ' - 'ADDED_WHOTextBox + 'PRIORITYLabel ' - Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHO", True)) - resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") - Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.ReadOnly = True + resources.ApplyResources(PRIORITYLabel, "PRIORITYLabel") + PRIORITYLabel.Name = "PRIORITYLabel" ' - 'ADDED_WHENTextBox + 'ADDED_WHOLabel ' - Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHEN", True)) - resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") - Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.ReadOnly = True + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") + ADDED_WHOLabel.Name = "ADDED_WHOLabel" + AddHandler ADDED_WHOLabel.Click, AddressOf Me.ADDED_WHOLabel_Click ' - 'CHANGED_WHOTextBox + 'ADDED_WHENLabel ' - Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHO", True)) - resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") - Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" - Me.CHANGED_WHOTextBox.ReadOnly = True + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") + ADDED_WHENLabel.Name = "ADDED_WHENLabel" ' - 'CHANGED_WHENTextBox + 'CHANGED_WHOLabel ' - Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHEN", True)) - resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") - Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.ReadOnly = True + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") + CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" ' - 'dlgWindreamsuche + 'CHANGED_WHENLabel ' - resources.ApplyResources(Me.dlgWindreamsuche, "dlgWindreamsuche") - Me.dlgWindreamsuche.RestoreDirectory = True + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") + CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" ' - 'TBPM_TYPETableAdapter + 'FINAL_TEXTLabel ' - Me.TBPM_TYPETableAdapter.ClearBeforeFill = True + resources.ApplyResources(FINAL_TEXTLabel, "FINAL_TEXTLabel") + FINAL_TEXTLabel.Name = "FINAL_TEXTLabel" ' - 'TabControl1 + 'TITLELabel ' - Me.TabControl1.Controls.Add(Me.TabPage1) - Me.TabControl1.Controls.Add(Me.TabPage2) - Me.TabControl1.Controls.Add(Me.TabPage3) - Me.TabControl1.Controls.Add(Me.TabPage4) - resources.ApplyResources(Me.TabControl1, "TabControl1") - Me.TabControl1.Name = "TabControl1" - Me.TabControl1.SelectedIndex = 0 + resources.ApplyResources(TITLELabel, "TITLELabel") + TITLELabel.Name = "TITLELabel" ' - 'TabPage1 + 'INTERVALL_CKECK_NO_OF_FILESLabel ' - Me.TabPage1.Controls.Add(Me.tabctrl_Profilkonfig) - Me.TabPage1.Controls.Add(Me.TBPM_PROFILEBindingNavigator) - Me.TabPage1.Controls.Add(GUIDLabel) - Me.TabPage1.Controls.Add(TITLELabel) - Me.TabPage1.Controls.Add(Me.TITLETextBox) - Me.TabPage1.Controls.Add(Me.PROFILGUIDTextBox) - Me.TabPage1.Controls.Add(Me.ACTIVECheckBox) - Me.TabPage1.Controls.Add(NAMELabel) - Me.TabPage1.Controls.Add(Me.NAMETextBox) - resources.ApplyResources(Me.TabPage1, "TabPage1") - Me.TabPage1.Name = "TabPage1" - Me.TabPage1.UseVisualStyleBackColor = True + resources.ApplyResources(INTERVALL_CKECK_NO_OF_FILESLabel, "INTERVALL_CKECK_NO_OF_FILESLabel") + INTERVALL_CKECK_NO_OF_FILESLabel.Name = "INTERVALL_CKECK_NO_OF_FILESLabel" ' - 'tabctrl_Profilkonfig + 'GEAENDERTWERLabel ' - resources.ApplyResources(Me.tabctrl_Profilkonfig, "tabctrl_Profilkonfig") - Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage5) - Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage6) - Me.tabctrl_Profilkonfig.Name = "tabctrl_Profilkonfig" - Me.tabctrl_Profilkonfig.SelectedIndex = 0 + resources.ApplyResources(GEAENDERTWERLabel, "GEAENDERTWERLabel") + GEAENDERTWERLabel.Name = "GEAENDERTWERLabel" ' - 'TabPage5 + 'GEAENDERTWANNLabel ' - resources.ApplyResources(Me.TabPage5, "TabPage5") - Me.TabPage5.Controls.Add(Me.GridControl1) - Me.TabPage5.Controls.Add(Me.Button3) - Me.TabPage5.Controls.Add(Me.cmbLOGIndex) - Me.TabPage5.Controls.Add(Label7) - Me.TabPage5.Controls.Add(Me.PM_VEKTOR_INDEXComboBox) - Me.TabPage5.Controls.Add(Label12) - Me.TabPage5.Controls.Add(Me.Label2) - Me.TabPage5.Controls.Add(Me.SORT_BY_LATESTCheckBox) - Me.TabPage5.Controls.Add(Me.DESCRIPTIONTextBox) - Me.TabPage5.Controls.Add(DESCRIPTIONLabel) - Me.TabPage5.Controls.Add(WD_SEARCHLabel) - Me.TabPage5.Controls.Add(Me.cmbObjekttypen) - Me.TabPage5.Controls.Add(Me.WD_SEARCHTextBox) - Me.TabPage5.Controls.Add(PRIORITYLabel) - Me.TabPage5.Controls.Add(Me.GroupBox4) - Me.TabPage5.Controls.Add(ADDED_WHOLabel) - Me.TabPage5.Controls.Add(Me.CHANGED_WHENTextBox) - Me.TabPage5.Controls.Add(Me.ADDED_WHOTextBox) - Me.TabPage5.Controls.Add(Me.GroupBox2) - Me.TabPage5.Controls.Add(ADDED_WHENLabel) - Me.TabPage5.Controls.Add(CHANGED_WHENLabel) - Me.TabPage5.Controls.Add(Me.btnWDSuche) - Me.TabPage5.Controls.Add(Me.ADDED_WHENTextBox) - Me.TabPage5.Controls.Add(Me.CHANGED_WHOTextBox) - Me.TabPage5.Controls.Add(Me.btnopenSuche) - Me.TabPage5.Controls.Add(Me.PRIORITYNumericUpDown) - Me.TabPage5.Controls.Add(CHANGED_WHOLabel) - Me.TabPage5.Name = "TabPage5" - Me.TabPage5.UseVisualStyleBackColor = True + resources.ApplyResources(GEAENDERTWANNLabel, "GEAENDERTWANNLabel") + GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" ' - 'GridControl1 + 'EMAIL_FROMLabel ' - Me.GridControl1.DataSource = Me.TBPM_PROFILEBindingSource - resources.ApplyResources(Me.GridControl1, "GridControl1") - Me.GridControl1.MainView = Me.GridView1 - Me.GridControl1.Name = "GridControl1" - Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) + resources.ApplyResources(EMAIL_FROMLabel, "EMAIL_FROMLabel") + EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" ' - 'GridView1 + 'EMAIL_SMTPLabel ' - Me.GridView1.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView1.Appearance.EvenRow.BackColor"), System.Drawing.Color) - Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True - Me.GridView1.Appearance.FocusedRow.BackColor = CType(resources.GetObject("GridView1.Appearance.FocusedRow.BackColor"), System.Drawing.Color) - Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True - Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME, Me.colTITLE}) - Me.GridView1.GridControl = Me.GridControl1 - Me.GridView1.Name = "GridView1" - Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] - Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] - Me.GridView1.OptionsBehavior.Editable = False - Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] - Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False - Me.GridView1.OptionsView.ColumnAutoWidth = False - Me.GridView1.OptionsView.EnableAppearanceEvenRow = True - Me.GridView1.OptionsView.ShowAutoFilterRow = True - Me.GridView1.OptionsView.ShowDetailButtons = False - Me.GridView1.OptionsView.ShowGroupPanel = False + resources.ApplyResources(EMAIL_SMTPLabel, "EMAIL_SMTPLabel") + EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" ' - 'colNAME + 'EMAIL_USERLabel ' - resources.ApplyResources(Me.colNAME, "colNAME") - Me.colNAME.FieldName = "NAME" - Me.colNAME.Name = "colNAME" + resources.ApplyResources(EMAIL_USERLabel, "EMAIL_USERLabel") + EMAIL_USERLabel.Name = "EMAIL_USERLabel" ' - 'colTITLE + 'EMAIL_PWLabel ' - resources.ApplyResources(Me.colTITLE, "colTITLE") - Me.colTITLE.FieldName = "TITLE" - Me.colTITLE.Name = "colTITLE" + resources.ApplyResources(EMAIL_PWLabel, "EMAIL_PWLabel") + EMAIL_PWLabel.Name = "EMAIL_PWLabel" ' - 'Button3 + 'EMAIL_REMINDER_HEADERLabel ' - Me.Button3.BackColor = System.Drawing.Color.Transparent - resources.ApplyResources(Me.Button3, "Button3") - Me.Button3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Files_7954 - Me.Button3.Name = "Button3" - Me.Button3.UseVisualStyleBackColor = False + resources.ApplyResources(EMAIL_REMINDER_HEADERLabel, "EMAIL_REMINDER_HEADERLabel") + EMAIL_REMINDER_HEADERLabel.Name = "EMAIL_REMINDER_HEADERLabel" ' - 'cmbLOGIndex + 'EMAIL_REMINDER_FOOTERLabel ' - Me.cmbLOGIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "LOG_INDEX", True)) - Me.cmbLOGIndex.FormattingEnabled = True - resources.ApplyResources(Me.cmbLOGIndex, "cmbLOGIndex") - Me.cmbLOGIndex.Name = "cmbLOGIndex" + resources.ApplyResources(EMAIL_REMINDER_FOOTERLabel, "EMAIL_REMINDER_FOOTERLabel") + EMAIL_REMINDER_FOOTERLabel.Name = "EMAIL_REMINDER_FOOTERLabel" ' - 'PM_VEKTOR_INDEXComboBox + 'Label12 ' - Me.PM_VEKTOR_INDEXComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "PM_VEKTOR_INDEX", True)) - Me.PM_VEKTOR_INDEXComboBox.FormattingEnabled = True - resources.ApplyResources(Me.PM_VEKTOR_INDEXComboBox, "PM_VEKTOR_INDEXComboBox") - Me.PM_VEKTOR_INDEXComboBox.Name = "PM_VEKTOR_INDEXComboBox" + resources.ApplyResources(Label12, "Label12") + Label12.Name = "Label12" ' - 'SORT_BY_LATESTCheckBox + 'Label7 ' - Me.SORT_BY_LATESTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "SORT_BY_LATEST", True)) - resources.ApplyResources(Me.SORT_BY_LATESTCheckBox, "SORT_BY_LATESTCheckBox") - Me.SORT_BY_LATESTCheckBox.Name = "SORT_BY_LATESTCheckBox" - Me.SORT_BY_LATESTCheckBox.UseVisualStyleBackColor = True + resources.ApplyResources(Label7, "Label7") + Label7.Name = "Label7" ' - 'TabPage6 + 'VEKTOR_DELIMITERLabel ' - resources.ApplyResources(Me.TabPage6, "TabPage6") - Me.TabPage6.BackColor = System.Drawing.Color.WhiteSmoke - Me.TabPage6.Controls.Add(Me.TabControl2) - Me.TabPage6.Name = "TabPage6" + resources.ApplyResources(VEKTOR_DELIMITERLabel, "VEKTOR_DELIMITERLabel") + VEKTOR_DELIMITERLabel.Name = "VEKTOR_DELIMITERLabel" ' - 'TabControl2 + 'WORK_HISTORY_ENTRYLabel ' - Me.TabControl2.Controls.Add(Me.TabPage11) - Me.TabControl2.Controls.Add(Me.TabPage12) - resources.ApplyResources(Me.TabControl2, "TabControl2") - Me.TabControl2.Name = "TabControl2" - Me.TabControl2.SelectedIndex = 0 + resources.ApplyResources(WORK_HISTORY_ENTRYLabel, "WORK_HISTORY_ENTRYLabel") + WORK_HISTORY_ENTRYLabel.Name = "WORK_HISTORY_ENTRYLabel" ' - 'TabPage11 + 'SQL_VIEWLabel ' - Me.TabPage11.Controls.Add(Me.Label13) - Me.TabPage11.Controls.Add(Me.Button1) - Me.TabPage11.Controls.Add(Me.GroupBox3) - Me.TabPage11.Controls.Add(Me.TabControlFinalIndices) - Me.TabPage11.Controls.Add(Me.Label5) - Me.TabPage11.Controls.Add(Me.Label6) - Me.TabPage11.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator) - Me.TabPage11.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView) - resources.ApplyResources(Me.TabPage11, "TabPage11") - Me.TabPage11.Name = "TabPage11" - Me.TabPage11.UseVisualStyleBackColor = True + resources.ApplyResources(SQL_VIEWLabel, "SQL_VIEWLabel") + SQL_VIEWLabel.Name = "SQL_VIEWLabel" ' - 'Label13 + 'TableAdapterManager ' - resources.ApplyResources(Me.Label13, "Label13") - Me.Label13.Name = "Label13" + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'Button1 + 'TBPM_PROFILEBindingSource ' - resources.ApplyResources(Me.Button1, "Button1") - Me.Button1.Name = "Button1" - Me.Button1.UseVisualStyleBackColor = True + Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" + Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - 'TabControlFinalIndices + 'TBPM_PROFILETableAdapter ' - resources.ApplyResources(Me.TabControlFinalIndices, "TabControlFinalIndices") - Me.TabControlFinalIndices.Controls.Add(Me.TabPage9) - Me.TabControlFinalIndices.Controls.Add(Me.TabPage10) - Me.TabControlFinalIndices.Name = "TabControlFinalIndices" - Me.TabControlFinalIndices.SelectedIndex = 0 + Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True ' - 'TabPage9 + 'BindingNavigatorMoveFirstItem ' - Me.TabPage9.Controls.Add(Me.CheckBoxPMVEKTOR) - Me.TabPage9.Controls.Add(Me.lblSaveFinalIndex) - Me.TabPage9.Controls.Add(Me.lblIndexPMVektor) - Me.TabPage9.Controls.Add(Me.Label11) - Me.TabPage9.Controls.Add(Me.txtBezeichner) - Me.TabPage9.Controls.Add(Me.Label10) - Me.TabPage9.Controls.Add(Me.cmbIndexe) - Me.TabPage9.Controls.Add(Me.Label9) - Me.TabPage9.Controls.Add(Me.lblIndex) - Me.TabPage9.Controls.Add(Me.grbxSystemStamps) - Me.TabPage9.Controls.Add(Me.txtindexwert_final) - Me.TabPage9.Controls.Add(Me.btnInsert_FinalIndex) - Me.TabPage9.Controls.Add(Me.chkbxfinalIndex) - resources.ApplyResources(Me.TabPage9, "TabPage9") - Me.TabPage9.Name = "TabPage9" - Me.TabPage9.UseVisualStyleBackColor = True + Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") + Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" ' - 'CheckBoxPMVEKTOR + 'BindingNavigatorMovePreviousItem ' - resources.ApplyResources(Me.CheckBoxPMVEKTOR, "CheckBoxPMVEKTOR") - Me.CheckBoxPMVEKTOR.Name = "CheckBoxPMVEKTOR" - Me.CheckBoxPMVEKTOR.UseVisualStyleBackColor = True + Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") + Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" ' - 'lblSaveFinalIndex + 'BindingNavigatorSeparator ' - resources.ApplyResources(Me.lblSaveFinalIndex, "lblSaveFinalIndex") - Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow - Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex" + Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" + resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") ' - 'lblIndexPMVektor + 'BindingNavigatorPositionItem ' - resources.ApplyResources(Me.lblIndexPMVektor, "lblIndexPMVektor") - Me.lblIndexPMVektor.Name = "lblIndexPMVektor" + resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") + Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" ' - 'Label11 + 'BindingNavigatorCountItem ' - resources.ApplyResources(Me.Label11, "Label11") - Me.Label11.Name = "Label11" + Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' - 'txtBezeichner + 'BindingNavigatorSeparator1 ' - resources.ApplyResources(Me.txtBezeichner, "txtBezeichner") - Me.txtBezeichner.Name = "txtBezeichner" + Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" + resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") ' - 'Label10 + 'BindingNavigatorMoveNextItem ' - resources.ApplyResources(Me.Label10, "Label10") - Me.Label10.Name = "Label10" + Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") + Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" ' - 'cmbIndexe + 'BindingNavigatorMoveLastItem ' - Me.cmbIndexe.FormattingEnabled = True - resources.ApplyResources(Me.cmbIndexe, "cmbIndexe") - Me.cmbIndexe.Name = "cmbIndexe" + Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") + Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" ' - 'Label9 + 'BindingNavigatorSeparator2 ' - resources.ApplyResources(Me.Label9, "Label9") - Me.Label9.Name = "Label9" + Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' - 'lblIndex + 'VWPM_PROFILE_USERBindingNavigatorSaveItem ' - resources.ApplyResources(Me.lblIndex, "lblIndex") - Me.lblIndex.Name = "lblIndex" + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, "VWPM_PROFILE_USERBindingNavigatorSaveItem") + Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Name = "VWPM_PROFILE_USERBindingNavigatorSaveItem" ' - 'grbxSystemStamps + 'cmbProfiles ' - Me.grbxSystemStamps.Controls.Add(Me.btnStampDate) - Me.grbxSystemStamps.Controls.Add(Me.btnStampUser) - resources.ApplyResources(Me.grbxSystemStamps, "grbxSystemStamps") - Me.grbxSystemStamps.Name = "grbxSystemStamps" - Me.grbxSystemStamps.TabStop = False + Me.cmbProfiles.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.cmbProfiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text + resources.ApplyResources(Me.cmbProfiles, "cmbProfiles") + Me.cmbProfiles.Name = "cmbProfiles" ' - 'btnStampDate + 'TBPM_PROFILEBindingNavigator ' - Me.btnStampDate.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link - resources.ApplyResources(Me.btnStampDate, "btnStampDate") - Me.btnStampDate.Name = "btnStampDate" - Me.btnStampDate.UseVisualStyleBackColor = True + Me.TBPM_PROFILEBindingNavigator.AddNewItem = Nothing + Me.TBPM_PROFILEBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource + Me.TBPM_PROFILEBindingNavigator.CountItem = Me.BindingNavigatorCountItem + Me.TBPM_PROFILEBindingNavigator.CountItemFormat = "von {0} Profilen" + Me.TBPM_PROFILEBindingNavigator.DeleteItem = Nothing + Me.TBPM_PROFILEBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, Me.cmbProfiles, Me.tstrpbtn_add, Me.tstrlblSave, Me.btnRefreshProfiles, Me.ToolStripSeparator1, Me.tsbtnDesigner_open, Me.ToolStripSeparator2, Me.tsbtnProfilkopieren, Me.ToolStripSeparator3, Me.tsbtndeleteProfil}) + resources.ApplyResources(Me.TBPM_PROFILEBindingNavigator, "TBPM_PROFILEBindingNavigator") + Me.TBPM_PROFILEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem + Me.TBPM_PROFILEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem + Me.TBPM_PROFILEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem + Me.TBPM_PROFILEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem + Me.TBPM_PROFILEBindingNavigator.Name = "TBPM_PROFILEBindingNavigator" + Me.TBPM_PROFILEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem ' - 'btnStampUser + 'tstrpbtn_add ' - Me.btnStampUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user - resources.ApplyResources(Me.btnStampUser, "btnStampUser") - Me.btnStampUser.Name = "btnStampUser" - Me.btnStampUser.UseVisualStyleBackColor = True + Me.tstrpbtn_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.tstrpbtn_add.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + resources.ApplyResources(Me.tstrpbtn_add, "tstrpbtn_add") + Me.tstrpbtn_add.Name = "tstrpbtn_add" ' - 'txtindexwert_final + 'tstrlblSave ' - resources.ApplyResources(Me.txtindexwert_final, "txtindexwert_final") - Me.txtindexwert_final.Name = "txtindexwert_final" + Me.tstrlblSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.tstrlblSave.BackColor = System.Drawing.Color.Lime + Me.tstrlblSave.ForeColor = System.Drawing.Color.Crimson + Me.tstrlblSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.asterisk_yellow + Me.tstrlblSave.Name = "tstrlblSave" + resources.ApplyResources(Me.tstrlblSave, "tstrlblSave") ' - 'btnInsert_FinalIndex + 'btnRefreshProfiles ' - Me.btnInsert_FinalIndex.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - resources.ApplyResources(Me.btnInsert_FinalIndex, "btnInsert_FinalIndex") - Me.btnInsert_FinalIndex.Name = "btnInsert_FinalIndex" - Me.btnInsert_FinalIndex.UseVisualStyleBackColor = True + Me.btnRefreshProfiles.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG + resources.ApplyResources(Me.btnRefreshProfiles, "btnRefreshProfiles") + Me.btnRefreshProfiles.Name = "btnRefreshProfiles" ' - 'chkbxfinalIndex + 'ToolStripSeparator1 ' - resources.ApplyResources(Me.chkbxfinalIndex, "chkbxfinalIndex") - Me.chkbxfinalIndex.Name = "chkbxfinalIndex" - Me.chkbxfinalIndex.UseVisualStyleBackColor = True + Me.ToolStripSeparator1.Name = "ToolStripSeparator1" + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' - 'TabPage10 + 'tsbtnDesigner_open ' - resources.ApplyResources(Me.TabPage10, "TabPage10") - Me.TabPage10.Controls.Add(Me.btnEditor) - Me.TabPage10.Controls.Add(Me.Label15) - Me.TabPage10.Controls.Add(Me.cmbIndexe2) - Me.TabPage10.Controls.Add(Me.btnSaveSQLCommand) - Me.TabPage10.Controls.Add(Me.SQL_COMMANDTextBox) - Me.TabPage10.Controls.Add(Me.btnShowConnections) - Me.TabPage10.Controls.Add(Me.Label14) - Me.TabPage10.Controls.Add(Me.cmbConnection) - Me.TabPage10.Controls.Add(Me.Label4) - Me.TabPage10.Name = "TabPage10" - Me.TabPage10.UseVisualStyleBackColor = True + resources.ApplyResources(Me.tsbtnDesigner_open, "tsbtnDesigner_open") + Me.tsbtnDesigner_open.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.application_form_edit + Me.tsbtnDesigner_open.Name = "tsbtnDesigner_open" ' - 'btnEditor + 'ToolStripSeparator2 ' - resources.ApplyResources(Me.btnEditor, "btnEditor") - Me.btnEditor.Name = "btnEditor" - Me.btnEditor.UseVisualStyleBackColor = True + Me.ToolStripSeparator2.Name = "ToolStripSeparator2" + resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' - 'Label15 + 'tsbtnProfilkopieren ' - resources.ApplyResources(Me.Label15, "Label15") - Me.Label15.Name = "Label15" + Me.tsbtnProfilkopieren.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.page_copy + resources.ApplyResources(Me.tsbtnProfilkopieren, "tsbtnProfilkopieren") + Me.tsbtnProfilkopieren.Name = "tsbtnProfilkopieren" ' - 'cmbIndexe2 + 'ToolStripSeparator3 ' - Me.cmbIndexe2.FormattingEnabled = True - resources.ApplyResources(Me.cmbIndexe2, "cmbIndexe2") - Me.cmbIndexe2.Name = "cmbIndexe2" + Me.ToolStripSeparator3.Name = "ToolStripSeparator3" + resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' - 'btnSaveSQLCommand + 'tsbtndeleteProfil ' - resources.ApplyResources(Me.btnSaveSQLCommand, "btnSaveSQLCommand") - Me.btnSaveSQLCommand.Name = "btnSaveSQLCommand" - Me.btnSaveSQLCommand.UseVisualStyleBackColor = True + Me.tsbtndeleteProfil.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + resources.ApplyResources(Me.tsbtndeleteProfil, "tsbtndeleteProfil") + Me.tsbtndeleteProfil.Name = "tsbtndeleteProfil" ' - 'SQL_COMMANDTextBox + 'Label2 ' - Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "SQL_COMMAND", True)) - resources.ApplyResources(Me.SQL_COMMANDTextBox, "SQL_COMMANDTextBox") - Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" + resources.ApplyResources(Me.Label2, "Label2") + Me.Label2.Name = "Label2" ' - 'TBPM_PROFILE_FINAL_INDEXINGBindingSource + 'cmbObjekttypen ' - Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING" - Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.cmbObjekttypen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_OBJECTTYPE", True)) + resources.ApplyResources(Me.cmbObjekttypen, "cmbObjekttypen") + Me.cmbObjekttypen.FormattingEnabled = True + Me.cmbObjekttypen.Name = "cmbObjekttypen" ' - 'btnShowConnections + 'GroupBox4 ' - resources.ApplyResources(Me.btnShowConnections, "btnShowConnections") - Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 - Me.btnShowConnections.Name = "btnShowConnections" - Me.btnShowConnections.UseVisualStyleBackColor = True + Me.GroupBox4.Controls.Add(Me.FINAL_PROFILECheckBox) + Me.GroupBox4.Controls.Add(FINAL_TEXTLabel) + Me.GroupBox4.Controls.Add(Me.FINAL_TEXTTextBox) + resources.ApplyResources(Me.GroupBox4, "GroupBox4") + Me.GroupBox4.ForeColor = System.Drawing.Color.DarkRed + Me.GroupBox4.Name = "GroupBox4" + Me.GroupBox4.TabStop = False ' - 'Label14 + 'FINAL_PROFILECheckBox ' - resources.ApplyResources(Me.Label14, "Label14") - Me.Label14.Name = "Label14" + Me.FINAL_PROFILECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "FINAL_PROFILE", True)) + resources.ApplyResources(Me.FINAL_PROFILECheckBox, "FINAL_PROFILECheckBox") + Me.FINAL_PROFILECheckBox.Name = "FINAL_PROFILECheckBox" + Me.FINAL_PROFILECheckBox.UseVisualStyleBackColor = True ' - 'cmbConnection + 'FINAL_TEXTTextBox ' - Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True)) - Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource - Me.cmbConnection.DisplayMember = "BEZEICHNUNG" - resources.ApplyResources(Me.cmbConnection, "cmbConnection") - Me.cmbConnection.FormattingEnabled = True - Me.cmbConnection.Name = "cmbConnection" - Me.cmbConnection.ValueMember = "GUID" + Me.FINAL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "FINAL_TEXT", True)) + resources.ApplyResources(Me.FINAL_TEXTTextBox, "FINAL_TEXTTextBox") + Me.FINAL_TEXTTextBox.Name = "FINAL_TEXTTextBox" ' - 'TBDD_CONNECTIONBindingSource + 'GroupBox2 ' - Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" - Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.GroupBox2.Controls.Add(Me.Label1) + Me.GroupBox2.Controls.Add(Me.cmbType) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") + Me.GroupBox2.Name = "GroupBox2" + Me.GroupBox2.TabStop = False ' - 'Label4 + 'Label1 ' - resources.ApplyResources(Me.Label4, "Label4") - Me.Label4.Name = "Label4" + resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.Name = "Label1" ' - 'Label5 + 'cmbType ' - resources.ApplyResources(Me.Label5, "Label5") - Me.Label5.Name = "Label5" + Me.cmbType.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILEBindingSource, "TYPE", True)) + Me.cmbType.DataSource = Me.TBPM_TYPEBindingSource + Me.cmbType.DisplayMember = "BEZEICHNUNG" + resources.ApplyResources(Me.cmbType, "cmbType") + Me.cmbType.FormattingEnabled = True + Me.cmbType.Name = "cmbType" + Me.cmbType.ValueMember = "GUID" ' - 'Label6 + 'TBPM_TYPEBindingSource ' - resources.ApplyResources(Me.Label6, "Label6") - Me.Label6.Name = "Label6" + Me.TBPM_TYPEBindingSource.DataMember = "TBPM_TYPE" + Me.TBPM_TYPEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - 'TBPM_PROFILE_FINAL_INDEXINGBindingNavigator + 'GroupBox3 ' - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.AddNewItem = Nothing - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.BindingSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.CountItem = Me.BindingNavigatorCountItem4 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.DeleteItem = Nothing - resources.ApplyResources(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator") - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem4, Me.BindingNavigatorMovePreviousItem4, Me.BindingNavigatorSeparator12, Me.BindingNavigatorPositionItem4, Me.BindingNavigatorCountItem4, Me.BindingNavigatorSeparator13, Me.BindingNavigatorMoveNextItem4, Me.BindingNavigatorMoveLastItem4, Me.BindingNavigatorSeparator14, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton1}) - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem4 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem4 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem4 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem4 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Name = "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator" - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem4 + Me.GroupBox3.Controls.Add(Me.MOVE2FOLDERTextBox) + Me.GroupBox3.Controls.Add(Me.btnmovetoFolderDialog) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") + Me.GroupBox3.Name = "GroupBox3" + Me.GroupBox3.TabStop = False ' - 'BindingNavigatorCountItem4 + 'MOVE2FOLDERTextBox ' - Me.BindingNavigatorCountItem4.Name = "BindingNavigatorCountItem4" - resources.ApplyResources(Me.BindingNavigatorCountItem4, "BindingNavigatorCountItem4") + Me.MOVE2FOLDERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "MOVE2FOLDER", True)) + resources.ApplyResources(Me.MOVE2FOLDERTextBox, "MOVE2FOLDERTextBox") + Me.MOVE2FOLDERTextBox.Name = "MOVE2FOLDERTextBox" ' - 'BindingNavigatorMoveFirstItem4 + 'btnmovetoFolderDialog ' - Me.BindingNavigatorMoveFirstItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveFirstItem4, "BindingNavigatorMoveFirstItem4") - Me.BindingNavigatorMoveFirstItem4.Name = "BindingNavigatorMoveFirstItem4" + resources.ApplyResources(Me.btnmovetoFolderDialog, "btnmovetoFolderDialog") + Me.btnmovetoFolderDialog.Name = "btnmovetoFolderDialog" + Me.btnmovetoFolderDialog.UseVisualStyleBackColor = True ' - 'BindingNavigatorMovePreviousItem4 + 'PRIORITYNumericUpDown ' - Me.BindingNavigatorMovePreviousItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMovePreviousItem4, "BindingNavigatorMovePreviousItem4") - Me.BindingNavigatorMovePreviousItem4.Name = "BindingNavigatorMovePreviousItem4" + Me.PRIORITYNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_PROFILEBindingSource, "PRIORITY", True)) + resources.ApplyResources(Me.PRIORITYNumericUpDown, "PRIORITYNumericUpDown") + Me.PRIORITYNumericUpDown.Name = "PRIORITYNumericUpDown" ' - 'BindingNavigatorSeparator12 + 'btnopenSuche ' - Me.BindingNavigatorSeparator12.Name = "BindingNavigatorSeparator12" - resources.ApplyResources(Me.BindingNavigatorSeparator12, "BindingNavigatorSeparator12") + resources.ApplyResources(Me.btnopenSuche, "btnopenSuche") + Me.btnopenSuche.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_green + Me.btnopenSuche.Name = "btnopenSuche" + Me.btnopenSuche.UseVisualStyleBackColor = True ' - 'BindingNavigatorPositionItem4 + 'btnWDSuche ' - resources.ApplyResources(Me.BindingNavigatorPositionItem4, "BindingNavigatorPositionItem4") - Me.BindingNavigatorPositionItem4.Name = "BindingNavigatorPositionItem4" + resources.ApplyResources(Me.btnWDSuche, "btnWDSuche") + Me.btnWDSuche.Name = "btnWDSuche" + Me.btnWDSuche.UseVisualStyleBackColor = True ' - 'BindingNavigatorSeparator13 + 'TITLETextBox ' - Me.BindingNavigatorSeparator13.Name = "BindingNavigatorSeparator13" - resources.ApplyResources(Me.BindingNavigatorSeparator13, "BindingNavigatorSeparator13") + Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TITLE", True)) + resources.ApplyResources(Me.TITLETextBox, "TITLETextBox") + Me.TITLETextBox.Name = "TITLETextBox" ' - 'BindingNavigatorMoveNextItem4 + 'PROFILGUIDTextBox ' - Me.BindingNavigatorMoveNextItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveNextItem4, "BindingNavigatorMoveNextItem4") - Me.BindingNavigatorMoveNextItem4.Name = "BindingNavigatorMoveNextItem4" + Me.PROFILGUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "GUID", True)) + resources.ApplyResources(Me.PROFILGUIDTextBox, "PROFILGUIDTextBox") + Me.PROFILGUIDTextBox.Name = "PROFILGUIDTextBox" + Me.PROFILGUIDTextBox.ReadOnly = True ' - 'BindingNavigatorMoveLastItem4 + 'NAMETextBox ' - Me.BindingNavigatorMoveLastItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveLastItem4, "BindingNavigatorMoveLastItem4") - Me.BindingNavigatorMoveLastItem4.Name = "BindingNavigatorMoveLastItem4" + Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "NAME", True)) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") + Me.NAMETextBox.Name = "NAMETextBox" ' - 'BindingNavigatorSeparator14 + 'DESCRIPTIONTextBox ' - Me.BindingNavigatorSeparator14.Name = "BindingNavigatorSeparator14" - resources.ApplyResources(Me.BindingNavigatorSeparator14, "BindingNavigatorSeparator14") + Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "DESCRIPTION", True)) + resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") + Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" ' - 'ToolStripButton2 + 'WD_SEARCHTextBox ' - Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") - Me.ToolStripButton2.Name = "ToolStripButton2" + Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_SEARCH", True)) + resources.ApplyResources(Me.WD_SEARCHTextBox, "WD_SEARCHTextBox") + Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" ' - 'ToolStripButton3 + 'ACTIVECheckBox ' - Me.ToolStripButton3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 - resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3") - Me.ToolStripButton3.Name = "ToolStripButton3" + Me.ACTIVECheckBox.BackColor = System.Drawing.SystemColors.ControlLightLight + Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ACTIVE", True)) + resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") + Me.ACTIVECheckBox.Name = "ACTIVECheckBox" + Me.ACTIVECheckBox.UseVisualStyleBackColor = False ' - 'ToolStripButton1 + 'ADDED_WHOTextBox ' - Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xMD - resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") - Me.ToolStripButton1.Name = "ToolStripButton1" + Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHO", True)) + resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") + Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" + Me.ADDED_WHOTextBox.ReadOnly = True ' - 'TBPM_PROFILE_FINAL_INDEXINGDataGridView + 'ADDED_WHENTextBox ' - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToAddRows = False - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToDeleteRows = False - resources.ApplyResources(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView, "TBPM_PROFILE_FINAL_INDEXINGDataGridView") - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AutoGenerateColumns = False - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn28, Me.DataGridViewTextBoxColumn29}) - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.MultiSelect = False - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Name = "TBPM_PROFILE_FINAL_INDEXINGDataGridView" + Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHEN", True)) + resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") + Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" + Me.ADDED_WHENTextBox.ReadOnly = True ' - 'GUID + 'CHANGED_WHOTextBox ' - Me.GUID.DataPropertyName = "GUID" - Me.GUID.Frozen = True - resources.ApplyResources(Me.GUID, "GUID") - Me.GUID.Name = "GUID" - Me.GUID.ReadOnly = True + Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHO", True)) + resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") + Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" + Me.CHANGED_WHOTextBox.ReadOnly = True ' - 'DataGridViewTextBoxColumn26 + 'CHANGED_WHENTextBox ' - Me.DataGridViewTextBoxColumn26.DataPropertyName = "INDEXNAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn26, "DataGridViewTextBoxColumn26") - Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26" + Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHEN", True)) + resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") + Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" + Me.CHANGED_WHENTextBox.ReadOnly = True ' - 'DataGridViewTextBoxColumn27 + 'dlgWindreamsuche ' - Me.DataGridViewTextBoxColumn27.DataPropertyName = "VALUE" - resources.ApplyResources(Me.DataGridViewTextBoxColumn27, "DataGridViewTextBoxColumn27") - Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27" + resources.ApplyResources(Me.dlgWindreamsuche, "dlgWindreamsuche") + Me.dlgWindreamsuche.RestoreDirectory = True ' - 'DataGridViewTextBoxColumn28 + 'TBPM_TYPETableAdapter ' - Me.DataGridViewTextBoxColumn28.DataPropertyName = "ADDED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn28, "DataGridViewTextBoxColumn28") - Me.DataGridViewTextBoxColumn28.Name = "DataGridViewTextBoxColumn28" - Me.DataGridViewTextBoxColumn28.ReadOnly = True + Me.TBPM_TYPETableAdapter.ClearBeforeFill = True ' - 'DataGridViewTextBoxColumn29 + 'TabControl1 ' - Me.DataGridViewTextBoxColumn29.DataPropertyName = "ADDED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn29, "DataGridViewTextBoxColumn29") - Me.DataGridViewTextBoxColumn29.Name = "DataGridViewTextBoxColumn29" - Me.DataGridViewTextBoxColumn29.ReadOnly = True + Me.TabControl1.Controls.Add(Me.TabPage1) + Me.TabControl1.Controls.Add(Me.TabPage2) + Me.TabControl1.Controls.Add(Me.TabPage3) + Me.TabControl1.Controls.Add(Me.TabPage4) + resources.ApplyResources(Me.TabControl1, "TabControl1") + Me.TabControl1.Name = "TabControl1" + Me.TabControl1.SelectedIndex = 0 ' - 'TabPage12 + 'TabPage1 ' - resources.ApplyResources(Me.TabPage12, "TabPage12") - Me.TabPage12.Controls.Add(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox) - Me.TabPage12.Controls.Add(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox) - Me.TabPage12.Controls.Add(SQL_VIEWLabel) - Me.TabPage12.Controls.Add(Me.SQL_VIEWTextBox) - Me.TabPage12.Controls.Add(WORK_HISTORY_ENTRYLabel) - Me.TabPage12.Controls.Add(Me.WORK_HISTORY_ENTRYTextBox) - Me.TabPage12.Name = "TabPage12" - Me.TabPage12.UseVisualStyleBackColor = True + Me.TabPage1.Controls.Add(Me.tabctrl_Profilkonfig) + Me.TabPage1.Controls.Add(Me.TBPM_PROFILEBindingNavigator) + Me.TabPage1.Controls.Add(GUIDLabel) + Me.TabPage1.Controls.Add(TITLELabel) + Me.TabPage1.Controls.Add(Me.TITLETextBox) + Me.TabPage1.Controls.Add(Me.PROFILGUIDTextBox) + Me.TabPage1.Controls.Add(Me.ACTIVECheckBox) + Me.TabPage1.Controls.Add(NAMELabel) + Me.TabPage1.Controls.Add(Me.NAMETextBox) + resources.ApplyResources(Me.TabPage1, "TabPage1") + Me.TabPage1.Name = "TabPage1" + Me.TabPage1.UseVisualStyleBackColor = True ' - 'ANNOTATE_WORK_HISTORY_ENTRYCheckBox + 'tabctrl_Profilkonfig ' - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_WORK_HISTORY_ENTRY", True)) - resources.ApplyResources(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox, "ANNOTATE_WORK_HISTORY_ENTRYCheckBox") - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Name = "ANNOTATE_WORK_HISTORY_ENTRYCheckBox" - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.UseVisualStyleBackColor = True + resources.ApplyResources(Me.tabctrl_Profilkonfig, "tabctrl_Profilkonfig") + Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage5) + Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage6) + Me.tabctrl_Profilkonfig.Name = "tabctrl_Profilkonfig" + Me.tabctrl_Profilkonfig.SelectedIndex = 0 ' - 'ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox + 'TabPage5 ' - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_ALL_WORK_HISTORY_ENTRIES", True)) - resources.ApplyResources(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox, "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox") - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Name = "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox" - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.UseVisualStyleBackColor = True + resources.ApplyResources(Me.TabPage5, "TabPage5") + Me.TabPage5.Controls.Add(Me.GridControl1) + Me.TabPage5.Controls.Add(Me.Button3) + Me.TabPage5.Controls.Add(Me.cmbLOGIndex) + Me.TabPage5.Controls.Add(Label7) + Me.TabPage5.Controls.Add(Me.PM_VEKTOR_INDEXComboBox) + Me.TabPage5.Controls.Add(Label12) + Me.TabPage5.Controls.Add(Me.Label2) + Me.TabPage5.Controls.Add(Me.SORT_BY_LATESTCheckBox) + Me.TabPage5.Controls.Add(Me.DESCRIPTIONTextBox) + Me.TabPage5.Controls.Add(DESCRIPTIONLabel) + Me.TabPage5.Controls.Add(WD_SEARCHLabel) + Me.TabPage5.Controls.Add(Me.cmbObjekttypen) + Me.TabPage5.Controls.Add(Me.WD_SEARCHTextBox) + Me.TabPage5.Controls.Add(PRIORITYLabel) + Me.TabPage5.Controls.Add(Me.GroupBox4) + Me.TabPage5.Controls.Add(ADDED_WHOLabel) + Me.TabPage5.Controls.Add(Me.CHANGED_WHENTextBox) + Me.TabPage5.Controls.Add(Me.ADDED_WHOTextBox) + Me.TabPage5.Controls.Add(Me.GroupBox2) + Me.TabPage5.Controls.Add(ADDED_WHENLabel) + Me.TabPage5.Controls.Add(CHANGED_WHENLabel) + Me.TabPage5.Controls.Add(Me.btnWDSuche) + Me.TabPage5.Controls.Add(Me.ADDED_WHENTextBox) + Me.TabPage5.Controls.Add(Me.CHANGED_WHOTextBox) + Me.TabPage5.Controls.Add(Me.btnopenSuche) + Me.TabPage5.Controls.Add(Me.PRIORITYNumericUpDown) + Me.TabPage5.Controls.Add(CHANGED_WHOLabel) + Me.TabPage5.Name = "TabPage5" + Me.TabPage5.UseVisualStyleBackColor = True ' - 'SQL_VIEWTextBox + 'GridControl1 ' - Me.SQL_VIEWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "SQL_VIEW", True)) - resources.ApplyResources(Me.SQL_VIEWTextBox, "SQL_VIEWTextBox") - Me.SQL_VIEWTextBox.Name = "SQL_VIEWTextBox" + Me.GridControl1.DataSource = Me.TBPM_PROFILEBindingSource + resources.ApplyResources(Me.GridControl1, "GridControl1") + Me.GridControl1.MainView = Me.GridView1 + Me.GridControl1.Name = "GridControl1" + Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' - 'WORK_HISTORY_ENTRYTextBox + 'GridView1 ' - Me.WORK_HISTORY_ENTRYTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WORK_HISTORY_ENTRY", True)) - resources.ApplyResources(Me.WORK_HISTORY_ENTRYTextBox, "WORK_HISTORY_ENTRYTextBox") - Me.WORK_HISTORY_ENTRYTextBox.Name = "WORK_HISTORY_ENTRYTextBox" + Me.GridView1.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView1.Appearance.EvenRow.BackColor"), System.Drawing.Color) + Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True + Me.GridView1.Appearance.FocusedRow.BackColor = CType(resources.GetObject("GridView1.Appearance.FocusedRow.BackColor"), System.Drawing.Color) + Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True + Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME, Me.colTITLE}) + Me.GridView1.GridControl = Me.GridControl1 + Me.GridView1.Name = "GridView1" + Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.Editable = False + Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False + Me.GridView1.OptionsView.ColumnAutoWidth = False + Me.GridView1.OptionsView.EnableAppearanceEvenRow = True + Me.GridView1.OptionsView.ShowAutoFilterRow = True + Me.GridView1.OptionsView.ShowDetailButtons = False + Me.GridView1.OptionsView.ShowGroupPanel = False ' - 'TabPage2 + 'colNAME ' - Me.TabPage2.Controls.Add(Me.SplitContainerProfilzuordnung) - resources.ApplyResources(Me.TabPage2, "TabPage2") - Me.TabPage2.Name = "TabPage2" - Me.TabPage2.UseVisualStyleBackColor = True + resources.ApplyResources(Me.colNAME, "colNAME") + Me.colNAME.FieldName = "NAME" + Me.colNAME.Name = "colNAME" ' - 'SplitContainerProfilzuordnung + 'colTITLE ' - resources.ApplyResources(Me.SplitContainerProfilzuordnung, "SplitContainerProfilzuordnung") - Me.SplitContainerProfilzuordnung.Name = "SplitContainerProfilzuordnung" + resources.ApplyResources(Me.colTITLE, "colTITLE") + Me.colTITLE.FieldName = "TITLE" + Me.colTITLE.Name = "colTITLE" ' - 'SplitContainerProfilzuordnung.Panel1 + 'Button3 ' - Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.TBPM_PROFILE_ZuordnungDataGridView) - Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.TBPM_PROFILE_ZuordnungBindingNavigator) + Me.Button3.BackColor = System.Drawing.Color.Transparent + resources.ApplyResources(Me.Button3, "Button3") + Me.Button3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Files_7954 + Me.Button3.Name = "Button3" + Me.Button3.UseVisualStyleBackColor = False ' - 'SplitContainerProfilzuordnung.Panel2 + 'cmbLOGIndex ' - Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.SplitContainer_Profilzuordnung2) + Me.cmbLOGIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "LOG_INDEX", True)) + Me.cmbLOGIndex.FormattingEnabled = True + resources.ApplyResources(Me.cmbLOGIndex, "cmbLOGIndex") + Me.cmbLOGIndex.Name = "cmbLOGIndex" ' - 'TBPM_PROFILE_ZuordnungDataGridView + 'PM_VEKTOR_INDEXComboBox ' - Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToAddRows = False - Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToDeleteRows = False - Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToOrderColumns = True - DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan - Me.TBPM_PROFILE_ZuordnungDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 - Me.TBPM_PROFILE_ZuordnungDataGridView.AutoGenerateColumns = False - Me.TBPM_PROFILE_ZuordnungDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - Me.TBPM_PROFILE_ZuordnungDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2}) - Me.TBPM_PROFILE_ZuordnungDataGridView.DataSource = Me.TBPM_PROFILEBindingSource - resources.ApplyResources(Me.TBPM_PROFILE_ZuordnungDataGridView, "TBPM_PROFILE_ZuordnungDataGridView") - Me.TBPM_PROFILE_ZuordnungDataGridView.MultiSelect = False - Me.TBPM_PROFILE_ZuordnungDataGridView.Name = "TBPM_PROFILE_ZuordnungDataGridView" - Me.TBPM_PROFILE_ZuordnungDataGridView.ReadOnly = True + Me.PM_VEKTOR_INDEXComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "PM_VEKTOR_INDEX", True)) + Me.PM_VEKTOR_INDEXComboBox.FormattingEnabled = True + resources.ApplyResources(Me.PM_VEKTOR_INDEXComboBox, "PM_VEKTOR_INDEXComboBox") + Me.PM_VEKTOR_INDEXComboBox.Name = "PM_VEKTOR_INDEXComboBox" ' - 'DataGridViewTextBoxColumn1 + 'SORT_BY_LATESTCheckBox ' - Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" - resources.ApplyResources(Me.DataGridViewTextBoxColumn1, "DataGridViewTextBoxColumn1") - Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" - Me.DataGridViewTextBoxColumn1.ReadOnly = True + Me.SORT_BY_LATESTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "SORT_BY_LATEST", True)) + resources.ApplyResources(Me.SORT_BY_LATESTCheckBox, "SORT_BY_LATESTCheckBox") + Me.SORT_BY_LATESTCheckBox.Name = "SORT_BY_LATESTCheckBox" + Me.SORT_BY_LATESTCheckBox.UseVisualStyleBackColor = True ' - 'DataGridViewTextBoxColumn2 + 'TabPage6 ' - Me.DataGridViewTextBoxColumn2.DataPropertyName = "NAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn2, "DataGridViewTextBoxColumn2") - Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" - Me.DataGridViewTextBoxColumn2.ReadOnly = True + resources.ApplyResources(Me.TabPage6, "TabPage6") + Me.TabPage6.BackColor = System.Drawing.Color.WhiteSmoke + Me.TabPage6.Controls.Add(Me.TabControl2) + Me.TabPage6.Name = "TabPage6" ' - 'TBPM_PROFILE_ZuordnungBindingNavigator + 'TabControl2 ' - Me.TBPM_PROFILE_ZuordnungBindingNavigator.AddNewItem = Nothing - Me.TBPM_PROFILE_ZuordnungBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource - Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItem = Me.BindingNavigatorCountItem1 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItemFormat = "von {0} Profilen" - Me.TBPM_PROFILE_ZuordnungBindingNavigator.DeleteItem = Nothing - Me.TBPM_PROFILE_ZuordnungBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5}) - resources.ApplyResources(Me.TBPM_PROFILE_ZuordnungBindingNavigator, "TBPM_PROFILE_ZuordnungBindingNavigator") - Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem1 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.Name = "TBPM_PROFILE_ZuordnungBindingNavigator" - Me.TBPM_PROFILE_ZuordnungBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem1 + Me.TabControl2.Controls.Add(Me.TabPage11) + Me.TabControl2.Controls.Add(Me.TabPage12) + resources.ApplyResources(Me.TabControl2, "TabControl2") + Me.TabControl2.Name = "TabControl2" + Me.TabControl2.SelectedIndex = 0 ' - 'BindingNavigatorCountItem1 + 'TabPage11 ' - Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" - resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1") + Me.TabPage11.Controls.Add(Me.Label13) + Me.TabPage11.Controls.Add(Me.Button1) + Me.TabPage11.Controls.Add(Me.GroupBox3) + Me.TabPage11.Controls.Add(Me.TabControlFinalIndices) + Me.TabPage11.Controls.Add(Me.Label5) + Me.TabPage11.Controls.Add(Me.Label6) + Me.TabPage11.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator) + Me.TabPage11.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView) + resources.ApplyResources(Me.TabPage11, "TabPage11") + Me.TabPage11.Name = "TabPage11" + Me.TabPage11.UseVisualStyleBackColor = True ' - 'BindingNavigatorMoveFirstItem1 + 'Label13 ' - Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1") - Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" + resources.ApplyResources(Me.Label13, "Label13") + Me.Label13.Name = "Label13" ' - 'BindingNavigatorMovePreviousItem1 + 'Button1 ' - Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1") - Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" + resources.ApplyResources(Me.Button1, "Button1") + Me.Button1.Name = "Button1" + Me.Button1.UseVisualStyleBackColor = True ' - 'BindingNavigatorSeparator3 + 'TabControlFinalIndices ' - Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" - resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3") + resources.ApplyResources(Me.TabControlFinalIndices, "TabControlFinalIndices") + Me.TabControlFinalIndices.Controls.Add(Me.TabPage9) + Me.TabControlFinalIndices.Controls.Add(Me.TabPage10) + Me.TabControlFinalIndices.Name = "TabControlFinalIndices" + Me.TabControlFinalIndices.SelectedIndex = 0 ' - 'BindingNavigatorPositionItem1 + 'TabPage9 ' - resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1") - Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1" + Me.TabPage9.Controls.Add(Me.CheckBoxPMVEKTOR) + Me.TabPage9.Controls.Add(Me.lblSaveFinalIndex) + Me.TabPage9.Controls.Add(Me.lblIndexPMVektor) + Me.TabPage9.Controls.Add(Me.Label11) + Me.TabPage9.Controls.Add(Me.txtBezeichner) + Me.TabPage9.Controls.Add(Me.Label10) + Me.TabPage9.Controls.Add(Me.cmbIndexe) + Me.TabPage9.Controls.Add(Me.Label9) + Me.TabPage9.Controls.Add(Me.lblIndex) + Me.TabPage9.Controls.Add(Me.grbxSystemStamps) + Me.TabPage9.Controls.Add(Me.txtindexwert_final) + Me.TabPage9.Controls.Add(Me.btnInsert_FinalIndex) + Me.TabPage9.Controls.Add(Me.chkbxfinalIndex) + resources.ApplyResources(Me.TabPage9, "TabPage9") + Me.TabPage9.Name = "TabPage9" + Me.TabPage9.UseVisualStyleBackColor = True ' - 'BindingNavigatorSeparator4 + 'CheckBoxPMVEKTOR ' - Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" - resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4") + resources.ApplyResources(Me.CheckBoxPMVEKTOR, "CheckBoxPMVEKTOR") + Me.CheckBoxPMVEKTOR.Name = "CheckBoxPMVEKTOR" + Me.CheckBoxPMVEKTOR.UseVisualStyleBackColor = True ' - 'BindingNavigatorMoveNextItem1 + 'lblSaveFinalIndex ' - Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1") - Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" + resources.ApplyResources(Me.lblSaveFinalIndex, "lblSaveFinalIndex") + Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow + Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex" ' - 'BindingNavigatorMoveLastItem1 + 'lblIndexPMVektor ' - Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1") - Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" + resources.ApplyResources(Me.lblIndexPMVektor, "lblIndexPMVektor") + Me.lblIndexPMVektor.Name = "lblIndexPMVektor" ' - 'BindingNavigatorSeparator5 + 'Label11 ' - Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" - resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5") + resources.ApplyResources(Me.Label11, "Label11") + Me.Label11.Name = "Label11" ' - 'SplitContainer_Profilzuordnung2 + 'txtBezeichner ' - resources.ApplyResources(Me.SplitContainer_Profilzuordnung2, "SplitContainer_Profilzuordnung2") - Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" + resources.ApplyResources(Me.txtBezeichner, "txtBezeichner") + Me.txtBezeichner.Name = "txtBezeichner" ' - 'SplitContainer_Profilzuordnung2.Panel1 + 'Label10 ' - resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel1, "SplitContainer_Profilzuordnung2.Panel1") - Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERDataGridView) - Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERBindingNavigator) + resources.ApplyResources(Me.Label10, "Label10") + Me.Label10.Name = "Label10" ' - 'SplitContainer_Profilzuordnung2.Panel2 + 'cmbIndexe ' - resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel2, "SplitContainer_Profilzuordnung2.Panel2") - Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TabControlUser) - Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TBPM_USERBindingNavigator) + Me.cmbIndexe.FormattingEnabled = True + resources.ApplyResources(Me.cmbIndexe, "cmbIndexe") + Me.cmbIndexe.Name = "cmbIndexe" ' - 'TBPROFILE_USERDataGridView + 'Label9 ' - Me.TBPROFILE_USERDataGridView.AllowDrop = True - Me.TBPROFILE_USERDataGridView.AllowUserToAddRows = False - Me.TBPROFILE_USERDataGridView.AllowUserToDeleteRows = False - DataGridViewCellStyle2.BackColor = System.Drawing.Color.Yellow - Me.TBPROFILE_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 - Me.TBPROFILE_USERDataGridView.AutoGenerateColumns = False - Me.TBPROFILE_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - Me.TBPROFILE_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9}) - Me.TBPROFILE_USERDataGridView.DataSource = Me.TBPROFILE_USERBindingSource - resources.ApplyResources(Me.TBPROFILE_USERDataGridView, "TBPROFILE_USERDataGridView") - Me.TBPROFILE_USERDataGridView.MultiSelect = False - Me.TBPROFILE_USERDataGridView.Name = "TBPROFILE_USERDataGridView" - Me.TBPROFILE_USERDataGridView.ReadOnly = True + resources.ApplyResources(Me.Label9, "Label9") + Me.Label9.Name = "Label9" ' - 'DataGridViewTextBoxColumn4 + 'lblIndex ' - Me.DataGridViewTextBoxColumn4.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn4.Frozen = True - resources.ApplyResources(Me.DataGridViewTextBoxColumn4, "DataGridViewTextBoxColumn4") - Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" - Me.DataGridViewTextBoxColumn4.ReadOnly = True + resources.ApplyResources(Me.lblIndex, "lblIndex") + Me.lblIndex.Name = "lblIndex" ' - 'DataGridViewTextBoxColumn5 + 'grbxSystemStamps ' - Me.DataGridViewTextBoxColumn5.DataPropertyName = "PRENAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") - Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" - Me.DataGridViewTextBoxColumn5.ReadOnly = True + Me.grbxSystemStamps.Controls.Add(Me.btnStampDate) + Me.grbxSystemStamps.Controls.Add(Me.btnStampUser) + resources.ApplyResources(Me.grbxSystemStamps, "grbxSystemStamps") + Me.grbxSystemStamps.Name = "grbxSystemStamps" + Me.grbxSystemStamps.TabStop = False ' - 'DataGridViewTextBoxColumn6 + 'btnStampDate ' - Me.DataGridViewTextBoxColumn6.DataPropertyName = "NAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6") - Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" - Me.DataGridViewTextBoxColumn6.ReadOnly = True + Me.btnStampDate.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link + resources.ApplyResources(Me.btnStampDate, "btnStampDate") + Me.btnStampDate.Name = "btnStampDate" + Me.btnStampDate.UseVisualStyleBackColor = True ' - 'DataGridViewTextBoxColumn7 + 'btnStampUser ' - Me.DataGridViewTextBoxColumn7.DataPropertyName = "USERNAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") - Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" - Me.DataGridViewTextBoxColumn7.ReadOnly = True + Me.btnStampUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user + resources.ApplyResources(Me.btnStampUser, "btnStampUser") + Me.btnStampUser.Name = "btnStampUser" + Me.btnStampUser.UseVisualStyleBackColor = True ' - 'DataGridViewTextBoxColumn8 + 'txtindexwert_final ' - Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") - Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" - Me.DataGridViewTextBoxColumn8.ReadOnly = True + resources.ApplyResources(Me.txtindexwert_final, "txtindexwert_final") + Me.txtindexwert_final.Name = "txtindexwert_final" ' - 'DataGridViewTextBoxColumn9 + 'btnInsert_FinalIndex ' - Me.DataGridViewTextBoxColumn9.DataPropertyName = "ADDED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") - Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" - Me.DataGridViewTextBoxColumn9.ReadOnly = True + Me.btnInsert_FinalIndex.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + resources.ApplyResources(Me.btnInsert_FinalIndex, "btnInsert_FinalIndex") + Me.btnInsert_FinalIndex.Name = "btnInsert_FinalIndex" + Me.btnInsert_FinalIndex.UseVisualStyleBackColor = True ' - 'TBPROFILE_USERBindingSource + 'chkbxfinalIndex ' - Me.TBPROFILE_USERBindingSource.DataMember = "TBPROFILE_USER" - Me.TBPROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + resources.ApplyResources(Me.chkbxfinalIndex, "chkbxfinalIndex") + Me.chkbxfinalIndex.Name = "chkbxfinalIndex" + Me.chkbxfinalIndex.UseVisualStyleBackColor = True ' - 'TBPROFILE_USERBindingNavigator + 'TabPage10 ' - Me.TBPROFILE_USERBindingNavigator.AddNewItem = Nothing - Me.TBPROFILE_USERBindingNavigator.BindingSource = Me.TBPROFILE_USERBindingSource - Me.TBPROFILE_USERBindingNavigator.CountItem = Me.BindingNavigatorCountItem2 - Me.TBPROFILE_USERBindingNavigator.CountItemFormat = "von {0} zugeordneten Usern" - Me.TBPROFILE_USERBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem - Me.TBPROFILE_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorDeleteItem, Me.ToolStripSeparator8, Me.ToolStripLabel2}) - resources.ApplyResources(Me.TBPROFILE_USERBindingNavigator, "TBPROFILE_USERBindingNavigator") - Me.TBPROFILE_USERBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem2 - Me.TBPROFILE_USERBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem2 - Me.TBPROFILE_USERBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem2 - Me.TBPROFILE_USERBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem2 - Me.TBPROFILE_USERBindingNavigator.Name = "TBPROFILE_USERBindingNavigator" - Me.TBPROFILE_USERBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem2 + resources.ApplyResources(Me.TabPage10, "TabPage10") + Me.TabPage10.Controls.Add(Me.btnEditor) + Me.TabPage10.Controls.Add(Me.Label15) + Me.TabPage10.Controls.Add(Me.cmbIndexe2) + Me.TabPage10.Controls.Add(Me.btnSaveSQLCommand) + Me.TabPage10.Controls.Add(Me.SQL_COMMANDTextBox) + Me.TabPage10.Controls.Add(Me.btnShowConnections) + Me.TabPage10.Controls.Add(Me.Label14) + Me.TabPage10.Controls.Add(Me.cmbConnection) + Me.TabPage10.Controls.Add(Me.Label4) + Me.TabPage10.Name = "TabPage10" + Me.TabPage10.UseVisualStyleBackColor = True ' - 'BindingNavigatorCountItem2 + 'btnEditor ' - Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" - resources.ApplyResources(Me.BindingNavigatorCountItem2, "BindingNavigatorCountItem2") + resources.ApplyResources(Me.btnEditor, "btnEditor") + Me.btnEditor.Name = "btnEditor" + Me.btnEditor.UseVisualStyleBackColor = True ' - 'BindingNavigatorDeleteItem + 'Label15 ' - Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") - Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" + resources.ApplyResources(Me.Label15, "Label15") + Me.Label15.Name = "Label15" ' - 'BindingNavigatorMoveFirstItem2 + 'cmbIndexe2 ' - Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveFirstItem2, "BindingNavigatorMoveFirstItem2") - Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" + Me.cmbIndexe2.FormattingEnabled = True + resources.ApplyResources(Me.cmbIndexe2, "cmbIndexe2") + Me.cmbIndexe2.Name = "cmbIndexe2" ' - 'BindingNavigatorMovePreviousItem2 + 'btnSaveSQLCommand ' - Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMovePreviousItem2, "BindingNavigatorMovePreviousItem2") - Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" + resources.ApplyResources(Me.btnSaveSQLCommand, "btnSaveSQLCommand") + Me.btnSaveSQLCommand.Name = "btnSaveSQLCommand" + Me.btnSaveSQLCommand.UseVisualStyleBackColor = True ' - 'BindingNavigatorSeparator6 + 'SQL_COMMANDTextBox ' - Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" - resources.ApplyResources(Me.BindingNavigatorSeparator6, "BindingNavigatorSeparator6") + Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "SQL_COMMAND", True)) + resources.ApplyResources(Me.SQL_COMMANDTextBox, "SQL_COMMANDTextBox") + Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" ' - 'BindingNavigatorPositionItem2 + 'TBPM_PROFILE_FINAL_INDEXINGBindingSource ' - resources.ApplyResources(Me.BindingNavigatorPositionItem2, "BindingNavigatorPositionItem2") - Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - 'BindingNavigatorSeparator7 + 'btnShowConnections ' - Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" - resources.ApplyResources(Me.BindingNavigatorSeparator7, "BindingNavigatorSeparator7") + resources.ApplyResources(Me.btnShowConnections, "btnShowConnections") + Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 + Me.btnShowConnections.Name = "btnShowConnections" + Me.btnShowConnections.UseVisualStyleBackColor = True ' - 'BindingNavigatorMoveNextItem2 + 'Label14 ' - Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveNextItem2, "BindingNavigatorMoveNextItem2") - Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" + resources.ApplyResources(Me.Label14, "Label14") + Me.Label14.Name = "Label14" ' - 'BindingNavigatorMoveLastItem2 + 'cmbConnection ' - Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveLastItem2, "BindingNavigatorMoveLastItem2") - Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" + Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True)) + Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource + Me.cmbConnection.DisplayMember = "BEZEICHNUNG" + resources.ApplyResources(Me.cmbConnection, "cmbConnection") + Me.cmbConnection.FormattingEnabled = True + Me.cmbConnection.Name = "cmbConnection" + Me.cmbConnection.ValueMember = "GUID" ' - 'BindingNavigatorSeparator8 + 'TBDD_CONNECTIONBindingSource ' - Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" - resources.ApplyResources(Me.BindingNavigatorSeparator8, "BindingNavigatorSeparator8") + Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" + Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - 'ToolStripSeparator8 + 'Label4 ' - Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") + resources.ApplyResources(Me.Label4, "Label4") + Me.Label4.Name = "Label4" ' - 'ToolStripLabel2 + 'Label5 ' - Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson - Me.ToolStripLabel2.Name = "ToolStripLabel2" - resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") + resources.ApplyResources(Me.Label5, "Label5") + Me.Label5.Name = "Label5" ' - 'TabControlUser + 'Label6 ' - Me.TabControlUser.Controls.Add(Me.TabPage7) - Me.TabControlUser.Controls.Add(Me.TabPage8) - resources.ApplyResources(Me.TabControlUser, "TabControlUser") - Me.TabControlUser.Name = "TabControlUser" - Me.TabControlUser.SelectedIndex = 0 + resources.ApplyResources(Me.Label6, "Label6") + Me.Label6.Name = "Label6" ' - 'TabPage7 + 'TBPM_PROFILE_FINAL_INDEXINGBindingNavigator ' - Me.TabPage7.Controls.Add(Me.TBPM_USERDataGridView) - resources.ApplyResources(Me.TabPage7, "TabPage7") - Me.TabPage7.Name = "TabPage7" - Me.TabPage7.UseVisualStyleBackColor = True + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.AddNewItem = Nothing + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.BindingSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.CountItem = Me.BindingNavigatorCountItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.DeleteItem = Nothing + resources.ApplyResources(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator") + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem4, Me.BindingNavigatorMovePreviousItem4, Me.BindingNavigatorSeparator12, Me.BindingNavigatorPositionItem4, Me.BindingNavigatorCountItem4, Me.BindingNavigatorSeparator13, Me.BindingNavigatorMoveNextItem4, Me.BindingNavigatorMoveLastItem4, Me.BindingNavigatorSeparator14, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton1}) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem4 + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Name = "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator" + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem4 ' - 'TBPM_USERDataGridView + 'BindingNavigatorCountItem4 ' - Me.TBPM_USERDataGridView.AllowUserToAddRows = False - Me.TBPM_USERDataGridView.AllowUserToDeleteRows = False - DataGridViewCellStyle3.BackColor = System.Drawing.Color.Aqua - Me.TBPM_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 - Me.TBPM_USERDataGridView.AutoGenerateColumns = False - Me.TBPM_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - Me.TBPM_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn13, Me.DataGridViewTextBoxColumn18, Me.DataGridViewTextBoxColumn19, Me.DataGridViewTextBoxColumn20, Me.DataGridViewTextBoxColumn21}) - Me.TBPM_USERDataGridView.DataSource = Me.TBPM_USERBindingSource - resources.ApplyResources(Me.TBPM_USERDataGridView, "TBPM_USERDataGridView") - Me.TBPM_USERDataGridView.MultiSelect = False - Me.TBPM_USERDataGridView.Name = "TBPM_USERDataGridView" - Me.TBPM_USERDataGridView.ReadOnly = True + Me.BindingNavigatorCountItem4.Name = "BindingNavigatorCountItem4" + resources.ApplyResources(Me.BindingNavigatorCountItem4, "BindingNavigatorCountItem4") ' - 'DataGridViewTextBoxColumn3 + 'BindingNavigatorMoveFirstItem4 ' - Me.DataGridViewTextBoxColumn3.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn3.Frozen = True - resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") - Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" - Me.DataGridViewTextBoxColumn3.ReadOnly = True + Me.BindingNavigatorMoveFirstItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem4, "BindingNavigatorMoveFirstItem4") + Me.BindingNavigatorMoveFirstItem4.Name = "BindingNavigatorMoveFirstItem4" ' - 'DataGridViewTextBoxColumn10 + 'BindingNavigatorMovePreviousItem4 ' - Me.DataGridViewTextBoxColumn10.DataPropertyName = "PRENAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn10, "DataGridViewTextBoxColumn10") - Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" - Me.DataGridViewTextBoxColumn10.ReadOnly = True + Me.BindingNavigatorMovePreviousItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem4, "BindingNavigatorMovePreviousItem4") + Me.BindingNavigatorMovePreviousItem4.Name = "BindingNavigatorMovePreviousItem4" ' - 'DataGridViewTextBoxColumn11 + 'BindingNavigatorSeparator12 ' - Me.DataGridViewTextBoxColumn11.DataPropertyName = "NAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn11, "DataGridViewTextBoxColumn11") - Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" - Me.DataGridViewTextBoxColumn11.ReadOnly = True + Me.BindingNavigatorSeparator12.Name = "BindingNavigatorSeparator12" + resources.ApplyResources(Me.BindingNavigatorSeparator12, "BindingNavigatorSeparator12") ' - 'DataGridViewTextBoxColumn12 + 'BindingNavigatorPositionItem4 ' - Me.DataGridViewTextBoxColumn12.DataPropertyName = "USERNAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn12, "DataGridViewTextBoxColumn12") - Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" - Me.DataGridViewTextBoxColumn12.ReadOnly = True + resources.ApplyResources(Me.BindingNavigatorPositionItem4, "BindingNavigatorPositionItem4") + Me.BindingNavigatorPositionItem4.Name = "BindingNavigatorPositionItem4" ' - 'DataGridViewTextBoxColumn13 + 'BindingNavigatorSeparator13 ' - Me.DataGridViewTextBoxColumn13.DataPropertyName = "EMAIL" - resources.ApplyResources(Me.DataGridViewTextBoxColumn13, "DataGridViewTextBoxColumn13") - Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" - Me.DataGridViewTextBoxColumn13.ReadOnly = True + Me.BindingNavigatorSeparator13.Name = "BindingNavigatorSeparator13" + resources.ApplyResources(Me.BindingNavigatorSeparator13, "BindingNavigatorSeparator13") ' - 'DataGridViewTextBoxColumn18 + 'BindingNavigatorMoveNextItem4 ' - Me.DataGridViewTextBoxColumn18.DataPropertyName = "ADDED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn18, "DataGridViewTextBoxColumn18") - Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" - Me.DataGridViewTextBoxColumn18.ReadOnly = True + Me.BindingNavigatorMoveNextItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveNextItem4, "BindingNavigatorMoveNextItem4") + Me.BindingNavigatorMoveNextItem4.Name = "BindingNavigatorMoveNextItem4" ' - 'DataGridViewTextBoxColumn19 + 'BindingNavigatorMoveLastItem4 ' - Me.DataGridViewTextBoxColumn19.DataPropertyName = "ADDED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn19, "DataGridViewTextBoxColumn19") - Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" - Me.DataGridViewTextBoxColumn19.ReadOnly = True + Me.BindingNavigatorMoveLastItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveLastItem4, "BindingNavigatorMoveLastItem4") + Me.BindingNavigatorMoveLastItem4.Name = "BindingNavigatorMoveLastItem4" ' - 'DataGridViewTextBoxColumn20 + 'BindingNavigatorSeparator14 ' - Me.DataGridViewTextBoxColumn20.DataPropertyName = "CHANGED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn20, "DataGridViewTextBoxColumn20") - Me.DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20" - Me.DataGridViewTextBoxColumn20.ReadOnly = True + Me.BindingNavigatorSeparator14.Name = "BindingNavigatorSeparator14" + resources.ApplyResources(Me.BindingNavigatorSeparator14, "BindingNavigatorSeparator14") ' - 'DataGridViewTextBoxColumn21 + 'ToolStripButton2 ' - Me.DataGridViewTextBoxColumn21.DataPropertyName = "CHANGED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn21, "DataGridViewTextBoxColumn21") - Me.DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21" - Me.DataGridViewTextBoxColumn21.ReadOnly = True + Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") + Me.ToolStripButton2.Name = "ToolStripButton2" ' - 'TBPM_USERBindingSource + 'ToolStripButton3 ' - Me.TBPM_USERBindingSource.DataMember = "TBDD_USER" - Me.TBPM_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.ToolStripButton3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 + resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3") + Me.ToolStripButton3.Name = "ToolStripButton3" ' - 'TabPage8 + 'ToolStripButton1 ' - resources.ApplyResources(Me.TabPage8, "TabPage8") - Me.TabPage8.Controls.Add(Me.Button4) - Me.TabPage8.Controls.Add(Me.RIGHT_FILE_DELETECheckBox) - Me.TabPage8.Controls.Add(Me.lblSaveUser) - Me.TabPage8.Controls.Add(CHANGED_WHENLabel1) - Me.TabPage8.Controls.Add(Me.CHANGED_WHENTextBox1) - Me.TabPage8.Controls.Add(CHANGED_WHOLabel1) - Me.TabPage8.Controls.Add(Me.CHANGED_WHOTextBox1) - Me.TabPage8.Controls.Add(ADDED_WHENLabel1) - Me.TabPage8.Controls.Add(Me.ADDED_WHENTextBox1) - Me.TabPage8.Controls.Add(ADDED_WHOLabel1) - Me.TabPage8.Controls.Add(Me.ADDED_WHOTextBox1) - Me.TabPage8.Controls.Add(EMAILLabel) - Me.TabPage8.Controls.Add(Me.EMAILTextBox) - Me.TabPage8.Controls.Add(USERNAMELabel) - Me.TabPage8.Controls.Add(Me.USERNAMETextBox) - Me.TabPage8.Controls.Add(NAMELabel1) - Me.TabPage8.Controls.Add(Me.NAMETextBox1) - Me.TabPage8.Controls.Add(PRENAMELabel) - Me.TabPage8.Controls.Add(Me.PRENAMETextBox) - Me.TabPage8.Controls.Add(GUIDLabel1) - Me.TabPage8.Controls.Add(Me.GUIDTextBox) - Me.TabPage8.Name = "TabPage8" - Me.TabPage8.UseVisualStyleBackColor = True + Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xMD + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") + Me.ToolStripButton1.Name = "ToolStripButton1" + ' + 'TBPM_PROFILE_FINAL_INDEXINGDataGridView + ' + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToAddRows = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToDeleteRows = False + resources.ApplyResources(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView, "TBPM_PROFILE_FINAL_INDEXINGDataGridView") + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AutoGenerateColumns = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn28, Me.DataGridViewTextBoxColumn29}) + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.MultiSelect = False + Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Name = "TBPM_PROFILE_FINAL_INDEXINGDataGridView" + ' + 'GUID ' - 'Button4 + Me.GUID.DataPropertyName = "GUID" + Me.GUID.Frozen = True + resources.ApplyResources(Me.GUID, "GUID") + Me.GUID.Name = "GUID" + Me.GUID.ReadOnly = True ' - resources.ApplyResources(Me.Button4, "Button4") - Me.Button4.Name = "Button4" - Me.Button4.UseVisualStyleBackColor = True + 'DataGridViewTextBoxColumn26 ' - 'RIGHT_FILE_DELETECheckBox + Me.DataGridViewTextBoxColumn26.DataPropertyName = "INDEXNAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn26, "DataGridViewTextBoxColumn26") + Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26" ' - Me.RIGHT_FILE_DELETECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_USERBindingSource, "PM_RIGHT_FILE_DELETE", True)) - resources.ApplyResources(Me.RIGHT_FILE_DELETECheckBox, "RIGHT_FILE_DELETECheckBox") - Me.RIGHT_FILE_DELETECheckBox.Name = "RIGHT_FILE_DELETECheckBox" - Me.RIGHT_FILE_DELETECheckBox.UseVisualStyleBackColor = True + 'DataGridViewTextBoxColumn27 ' - 'lblSaveUser + Me.DataGridViewTextBoxColumn27.DataPropertyName = "VALUE" + resources.ApplyResources(Me.DataGridViewTextBoxColumn27, "DataGridViewTextBoxColumn27") + Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27" ' - resources.ApplyResources(Me.lblSaveUser, "lblSaveUser") - Me.lblSaveUser.BackColor = System.Drawing.Color.Yellow - Me.lblSaveUser.Name = "lblSaveUser" + 'DataGridViewTextBoxColumn28 ' - 'CHANGED_WHENTextBox1 + Me.DataGridViewTextBoxColumn28.DataPropertyName = "ADDED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn28, "DataGridViewTextBoxColumn28") + Me.DataGridViewTextBoxColumn28.Name = "DataGridViewTextBoxColumn28" + Me.DataGridViewTextBoxColumn28.ReadOnly = True ' - Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke - Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "CHANGED_WHEN", True)) - resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") - Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" + 'DataGridViewTextBoxColumn29 ' - 'CHANGED_WHOTextBox1 + Me.DataGridViewTextBoxColumn29.DataPropertyName = "ADDED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn29, "DataGridViewTextBoxColumn29") + Me.DataGridViewTextBoxColumn29.Name = "DataGridViewTextBoxColumn29" + Me.DataGridViewTextBoxColumn29.ReadOnly = True ' - Me.CHANGED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke - Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "CHANGED_WHO", True)) - resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") - Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" + 'TabPage12 ' - 'ADDED_WHENTextBox1 + resources.ApplyResources(Me.TabPage12, "TabPage12") + Me.TabPage12.Controls.Add(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox) + Me.TabPage12.Controls.Add(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox) + Me.TabPage12.Controls.Add(SQL_VIEWLabel) + Me.TabPage12.Controls.Add(Me.SQL_VIEWTextBox) + Me.TabPage12.Controls.Add(WORK_HISTORY_ENTRYLabel) + Me.TabPage12.Controls.Add(Me.WORK_HISTORY_ENTRYTextBox) + Me.TabPage12.Name = "TabPage12" + Me.TabPage12.UseVisualStyleBackColor = True ' - Me.ADDED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke - Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "ADDED_WHEN", True)) - resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") - Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" + 'ANNOTATE_WORK_HISTORY_ENTRYCheckBox ' - 'ADDED_WHOTextBox1 + Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_WORK_HISTORY_ENTRY", True)) + resources.ApplyResources(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox, "ANNOTATE_WORK_HISTORY_ENTRYCheckBox") + Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Name = "ANNOTATE_WORK_HISTORY_ENTRYCheckBox" + Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.UseVisualStyleBackColor = True ' - Me.ADDED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke - Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "ADDED_WHO", True)) - resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") - Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" + 'ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox ' - 'EMAILTextBox + Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_ALL_WORK_HISTORY_ENTRIES", True)) + resources.ApplyResources(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox, "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox") + Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Name = "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox" + Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.UseVisualStyleBackColor = True ' - Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "EMAIL", True)) - resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox") - Me.EMAILTextBox.Name = "EMAILTextBox" + 'SQL_VIEWTextBox ' - 'USERNAMETextBox + Me.SQL_VIEWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "SQL_VIEW", True)) + resources.ApplyResources(Me.SQL_VIEWTextBox, "SQL_VIEWTextBox") + Me.SQL_VIEWTextBox.Name = "SQL_VIEWTextBox" ' - Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "USERNAME", True)) - resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") - Me.USERNAMETextBox.Name = "USERNAMETextBox" + 'WORK_HISTORY_ENTRYTextBox ' - 'NAMETextBox1 + Me.WORK_HISTORY_ENTRYTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WORK_HISTORY_ENTRY", True)) + resources.ApplyResources(Me.WORK_HISTORY_ENTRYTextBox, "WORK_HISTORY_ENTRYTextBox") + Me.WORK_HISTORY_ENTRYTextBox.Name = "WORK_HISTORY_ENTRYTextBox" ' - Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "NAME", True)) - resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1") - Me.NAMETextBox1.Name = "NAMETextBox1" + 'TabPage2 ' - 'PRENAMETextBox + Me.TabPage2.Controls.Add(Me.SplitContainerProfilzuordnung) + resources.ApplyResources(Me.TabPage2, "TabPage2") + Me.TabPage2.Name = "TabPage2" + Me.TabPage2.UseVisualStyleBackColor = True ' - Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "PRENAME", True)) - resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox") - Me.PRENAMETextBox.Name = "PRENAMETextBox" + 'SplitContainerProfilzuordnung ' - 'GUIDTextBox + resources.ApplyResources(Me.SplitContainerProfilzuordnung, "SplitContainerProfilzuordnung") + Me.SplitContainerProfilzuordnung.Name = "SplitContainerProfilzuordnung" ' - Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke - Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "GUID", True)) - resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") - Me.GUIDTextBox.Name = "GUIDTextBox" + 'SplitContainerProfilzuordnung.Panel1 ' - 'TBPM_USERBindingNavigator - ' - Me.TBPM_USERBindingNavigator.AddNewItem = Me.ToolStripButton5 - Me.TBPM_USERBindingNavigator.BindingSource = Me.TBPM_USERBindingSource - Me.TBPM_USERBindingNavigator.CountItem = Me.ToolStripLabel3 - Me.TBPM_USERBindingNavigator.CountItemFormat = "von {0} Usern" - Me.TBPM_USERBindingNavigator.DeleteItem = Me.ToolStripButton6 - Me.TBPM_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripSeparator5, Me.ToolStripTextBox2, Me.ToolStripLabel3, Me.ToolStripSeparator6, Me.ToolStripButton9, Me.ToolStripButton10, Me.ToolStripSeparator7, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripButton11, Me.tsbtnworkUser, ToolStripButton4, Me.ToolStripButton12}) - resources.ApplyResources(Me.TBPM_USERBindingNavigator, "TBPM_USERBindingNavigator") - Me.TBPM_USERBindingNavigator.MoveFirstItem = Me.ToolStripButton7 - Me.TBPM_USERBindingNavigator.MoveLastItem = Me.ToolStripButton10 - Me.TBPM_USERBindingNavigator.MoveNextItem = Me.ToolStripButton9 - Me.TBPM_USERBindingNavigator.MovePreviousItem = Me.ToolStripButton8 - Me.TBPM_USERBindingNavigator.Name = "TBPM_USERBindingNavigator" - Me.TBPM_USERBindingNavigator.PositionItem = Me.ToolStripTextBox2 + Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.TBPM_PROFILE_ZuordnungDataGridView) + Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.TBPM_PROFILE_ZuordnungBindingNavigator) ' - 'ToolStripButton5 + 'SplitContainerProfilzuordnung.Panel2 ' - Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5") - Me.ToolStripButton5.Name = "ToolStripButton5" + Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.SplitContainer_Profilzuordnung2) ' - 'ToolStripLabel3 + 'TBPM_PROFILE_ZuordnungDataGridView ' - Me.ToolStripLabel3.Name = "ToolStripLabel3" - resources.ApplyResources(Me.ToolStripLabel3, "ToolStripLabel3") + Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToAddRows = False + Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToDeleteRows = False + Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToOrderColumns = True + DataGridViewCellStyle3.BackColor = System.Drawing.Color.Cyan + Me.TBPM_PROFILE_ZuordnungDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 + Me.TBPM_PROFILE_ZuordnungDataGridView.AutoGenerateColumns = False + Me.TBPM_PROFILE_ZuordnungDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.TBPM_PROFILE_ZuordnungDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2}) + Me.TBPM_PROFILE_ZuordnungDataGridView.DataSource = Me.TBPM_PROFILEBindingSource + resources.ApplyResources(Me.TBPM_PROFILE_ZuordnungDataGridView, "TBPM_PROFILE_ZuordnungDataGridView") + Me.TBPM_PROFILE_ZuordnungDataGridView.MultiSelect = False + Me.TBPM_PROFILE_ZuordnungDataGridView.Name = "TBPM_PROFILE_ZuordnungDataGridView" + Me.TBPM_PROFILE_ZuordnungDataGridView.ReadOnly = True ' - 'ToolStripButton6 + 'DataGridViewTextBoxColumn1 ' - Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6") - Me.ToolStripButton6.Name = "ToolStripButton6" + Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn1, "DataGridViewTextBoxColumn1") + Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" + Me.DataGridViewTextBoxColumn1.ReadOnly = True ' - 'ToolStripButton7 + 'DataGridViewTextBoxColumn2 ' - Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7") - Me.ToolStripButton7.Name = "ToolStripButton7" + Me.DataGridViewTextBoxColumn2.DataPropertyName = "NAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn2, "DataGridViewTextBoxColumn2") + Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" + Me.DataGridViewTextBoxColumn2.ReadOnly = True ' - 'ToolStripButton8 + 'TBPM_PROFILE_ZuordnungBindingNavigator ' - Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8") - Me.ToolStripButton8.Name = "ToolStripButton8" + Me.TBPM_PROFILE_ZuordnungBindingNavigator.AddNewItem = Nothing + Me.TBPM_PROFILE_ZuordnungBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource + Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItem = Me.BindingNavigatorCountItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItemFormat = "von {0} Profilen" + Me.TBPM_PROFILE_ZuordnungBindingNavigator.DeleteItem = Nothing + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5}) + resources.ApplyResources(Me.TBPM_PROFILE_ZuordnungBindingNavigator, "TBPM_PROFILE_ZuordnungBindingNavigator") + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 + Me.TBPM_PROFILE_ZuordnungBindingNavigator.Name = "TBPM_PROFILE_ZuordnungBindingNavigator" + Me.TBPM_PROFILE_ZuordnungBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem1 ' - 'ToolStripSeparator5 + 'BindingNavigatorCountItem1 ' - Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") + Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" + resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1") ' - 'ToolStripTextBox2 + 'BindingNavigatorMoveFirstItem1 ' - resources.ApplyResources(Me.ToolStripTextBox2, "ToolStripTextBox2") - Me.ToolStripTextBox2.Name = "ToolStripTextBox2" + Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1") + Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" ' - 'ToolStripSeparator6 + 'BindingNavigatorMovePreviousItem1 ' - Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") + Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1") + Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" ' - 'ToolStripButton9 + 'BindingNavigatorSeparator3 ' - Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9") - Me.ToolStripButton9.Name = "ToolStripButton9" + Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" + resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3") ' - 'ToolStripButton10 + 'BindingNavigatorPositionItem1 ' - Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton10, "ToolStripButton10") - Me.ToolStripButton10.Name = "ToolStripButton10" + resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1") + Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1" ' - 'ToolStripSeparator7 + 'BindingNavigatorSeparator4 ' - Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") + Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" + resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4") ' - 'ToolStripButton11 + 'BindingNavigatorMoveNextItem1 ' - Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton11.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save - resources.ApplyResources(Me.ToolStripButton11, "ToolStripButton11") - Me.ToolStripButton11.Name = "ToolStripButton11" + Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1") + Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" ' - 'tsbtnworkUser + 'BindingNavigatorMoveLastItem1 ' - Me.tsbtnworkUser.BackColor = System.Drawing.Color.Transparent - Me.tsbtnworkUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user - resources.ApplyResources(Me.tsbtnworkUser, "tsbtnworkUser") - Me.tsbtnworkUser.Name = "tsbtnworkUser" + Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1") + Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" ' - 'ToolStripButton12 + 'BindingNavigatorSeparator5 ' - Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton12.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG - resources.ApplyResources(Me.ToolStripButton12, "ToolStripButton12") - Me.ToolStripButton12.Name = "ToolStripButton12" + Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" + resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5") ' 'TabPage3 ' @@ -2457,7 +2457,28 @@ Partial Class frmProfileDesigner Me.Controls.Add(Me.pnlMain) Me.Controls.Add(Me.StatusStrip1) Me.Name = "frmProfileDesigner" + Me.SplitContainer_Profilzuordnung2.Panel1.ResumeLayout(False) + Me.SplitContainer_Profilzuordnung2.Panel1.PerformLayout() + Me.SplitContainer_Profilzuordnung2.Panel2.ResumeLayout(False) + Me.SplitContainer_Profilzuordnung2.Panel2.PerformLayout() + CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer_Profilzuordnung2.ResumeLayout(False) + CType(Me.TBPROFILE_USERDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBPROFILE_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBPROFILE_USERBindingNavigator.ResumeLayout(False) + Me.TBPROFILE_USERBindingNavigator.PerformLayout() + Me.TabControlUser.ResumeLayout(False) + Me.TabPage7.ResumeLayout(False) + CType(Me.TBPM_USERDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabPage8.ResumeLayout(False) + Me.TabPage8.PerformLayout() + Me.GroupBox1.ResumeLayout(False) + CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() + Me.TBDD_USERBindingNavigator.ResumeLayout(False) + Me.TBDD_USERBindingNavigator.PerformLayout() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPM_PROFILEBindingNavigator.ResumeLayout(False) @@ -2506,26 +2527,6 @@ Partial Class frmProfileDesigner CType(Me.TBPM_PROFILE_ZuordnungBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPM_PROFILE_ZuordnungBindingNavigator.ResumeLayout(False) Me.TBPM_PROFILE_ZuordnungBindingNavigator.PerformLayout() - Me.SplitContainer_Profilzuordnung2.Panel1.ResumeLayout(False) - Me.SplitContainer_Profilzuordnung2.Panel1.PerformLayout() - Me.SplitContainer_Profilzuordnung2.Panel2.ResumeLayout(False) - Me.SplitContainer_Profilzuordnung2.Panel2.PerformLayout() - CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).EndInit() - Me.SplitContainer_Profilzuordnung2.ResumeLayout(False) - CType(Me.TBPROFILE_USERDataGridView, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPROFILE_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() - Me.TBPROFILE_USERBindingNavigator.ResumeLayout(False) - Me.TBPROFILE_USERBindingNavigator.PerformLayout() - Me.TabControlUser.ResumeLayout(False) - Me.TabPage7.ResumeLayout(False) - CType(Me.TBPM_USERDataGridView, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - Me.TabPage8.ResumeLayout(False) - Me.TabPage8.PerformLayout() - CType(Me.TBPM_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() - Me.TBPM_USERBindingNavigator.ResumeLayout(False) - Me.TBPM_USERBindingNavigator.PerformLayout() Me.TabPage3.ResumeLayout(False) Me.TabPage3.PerformLayout() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() @@ -2631,10 +2632,10 @@ Partial Class frmProfileDesigner Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents TBPROFILE_USERDataGridView As System.Windows.Forms.DataGridView Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel - Friend WithEvents TBPM_USERBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBDD_USERBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_USERTableAdapter Friend WithEvents TBPM_USERDataGridView As System.Windows.Forms.DataGridView - Friend WithEvents TBPM_USERBindingNavigator As System.Windows.Forms.BindingNavigator + Friend WithEvents TBDD_USERBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripLabel3 As System.Windows.Forms.ToolStripLabel Friend WithEvents ToolStripButton6 As System.Windows.Forms.ToolStripButton @@ -2809,5 +2810,5 @@ Partial Class frmProfileDesigner Friend WithEvents ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox As CheckBox Friend WithEvents SQL_VIEWTextBox As TextBox Friend WithEvents WORK_HISTORY_ENTRYTextBox As TextBox - Friend WithEvents Button4 As Button + Friend WithEvents GroupBox1 As GroupBox End Class diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.resx b/app/DD_PM_WINDREAM/frmProfileDesigner.resx index fb695e5..dba764e 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.resx +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.resx @@ -149,775 +149,775 @@ 2 - - False - - - True + + + Fill - - 58, 28 + + 0, 0 - - 80, 16 + + Horizontal - - 2 + + True - - Profil-Name: + + ID - - NAMELabel + + 40 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Vorname - - TabPage1 + + Nachname - - 7 + + User - - False - - - True + + Erstellt wer - - Tahoma, 9.75pt + + Wann - - 277, 58 + + 833, 95 + + + 17, 17 + + + Fill - - 89, 16 + + 0, 25 - - 6 + + 898, 269 - - Beschreibung: + + 2 - - DESCRIPTIONLabel + + TBPROFILE_USERDataGridView - - 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 - - TabPage5 + + SplitContainer_Profilzuordnung2.Panel1 - - 9 + + 0 - - False + + 344, 95 - - True - - - Tahoma, 9.75pt - - - 277, 103 + + 153, 22 - - 112, 16 + + von {0} zugeordneten Usern - - 8 + + Die Gesamtanzahl der Elemente. - - Windream-Suche: + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + - - WD_SEARCHLabel + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 22 - - TabPage5 + + Löschen - - 10 + + + 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= + - - False - - + True - - Tahoma, 9.75pt - - - 971, 58 + + 23, 22 - - 58, 16 + + Erste verschieben - - 16 + + + 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 + - - Priorität: + + True - - PRIORITYLabel + + 23, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Vorherige verschieben - - TabPage5 + + 6, 25 - - 13 + + Position - + False - - - True - - Tahoma, 9.75pt + + 50, 23 - - 277, 335 + + 0 - - 78, 16 + + Aktuelle Position - - 18 + + 6, 25 - - Erstellt wer: + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + - - ADDED_WHOLabel + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 22 - - TabPage5 + + Nächste verschieben - - 15 + + + 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== + - - False - - + True - - Tahoma, 9.75pt - - - 444, 335 + + 23, 22 - - 87, 16 + + Letzte verschieben - - 20 + + 6, 25 - - Erstellt wann: + + 6, 25 - - ADDED_WHENLabel + + 285, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ziehen Sie neue User per Drag Drop in diesen Bereich - - TabPage5 + + 0, 0 - - 19 + + 898, 25 - - False - - - True + + 2 - - Tahoma, 9.75pt + + BindingNavigator2 - - 609, 335 + + TBPROFILE_USERBindingNavigator - - 91, 16 + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22 + + SplitContainer_Profilzuordnung2.Panel1 - - Geändert wer: + + 1 - - CHANGED_WHOLabel + + SplitContainer_Profilzuordnung2.Panel1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage5 + + SplitContainer_Profilzuordnung2 - - 26 + + 0 - - False - - + True - - Tahoma, 9.75pt + + ID - - 775, 335 + + Vorname - - 100, 16 + + Nachname - - 24 + + UserName - - Geändert wann: + + Email - - CHANGED_WHENLabel + + Erstellt wer - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Erstellt wann - - TabPage5 + + Geändert wer - - 20 + + Geändert wann - - False + + 17, 82 - - True - - - Tahoma, 9.75pt - - - 12, 49 + + Fill - - 272, 16 + + 3, 3 - - 26 + + 884, 193 - - Finaler Bestätigungstext auf Abschluss-Button: + + 3 - - FINAL_TEXTLabel + + TBPM_USERDataGridView - - 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 - - GroupBox4 + + TabPage7 - - 1 + + 0 - - False - - - True + + 4, 25 - - 507, 29 + + 3, 3, 3, 3 - - 38, 16 + + 890, 199 - - 27 + + 0 - - Titel: + + User -Übersicht - - TITLELabel + + TabPage7 - - 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 - - TabPage1 + + TabControlUser - - 3 + + 0 - - False - - + True - - 18, 14 + + Tahoma, 9pt - - 301, 16 + + 6, 16 - - 0 + + 136, 24 - - Intervall zur Überprüfung Anzahl Dateien pro Profil: + + 79 - - INTERVALL_CKECK_NO_OF_FILESLabel + + Recht Datei löschen - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + RIGHT_FILE_DELETECheckBox - - TabPage3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + GroupBox1 - - False - - - True + + 0 - - 646, 284 + + 520, 48 - - 91, 16 + + 200, 87 - - 2 + + 81 - - Geändert wer: + + Rechte für User: - - GEAENDERTWERLabel + + GroupBox1 - - System.Windows.Forms.Label, 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 + + TabPage8 - - 13 + + 0 - - False - - + True - - 646, 329 + + Tahoma, 9pt, style=Italic - - 100, 16 + + NoControl - - 4 + + 517, 161 - - Geändert wann: + + 143, 14 - - GEAENDERTWANNLabel + + 78 - + + Änderungen gespeichert + + + False + + + lblSaveUser + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + TabPage8 - - 11 + + 1 - + False - + True - - 6, 23 + + Tahoma, 9pt, style=Italic - - 79, 16 + + 265, 94 - - 8 + + 96, 14 - - e-Mail from: + + 17 - - EMAIL_FROMLabel + + Geändert wann: - + + CHANGED_WHENLabel1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpbxEmail + + TabPage8 - - 11 + + 2 - + False - - - True - - 7, 68 + + Tahoma, 9pt, style=Italic - - 89, 16 + + 268, 113 - - 10 + + 190, 22 - - SMTP-Server: + + 18 - - EMAIL_SMTPLabel + + CHANGED_WHENTextBox1 - - 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 - - grpbxEmail + + TabPage8 - - 9 + + 3 - + False - + True - - 6, 113 + + Tahoma, 9pt, style=Italic - - 78, 16 + + 265, 139 - - 12 + + 87, 14 - - e-Mail User: + + 15 - - EMAIL_USERLabel + + Geändert wer: - + + CHANGED_WHOLabel1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpbxEmail + + TabPage8 - - 7 + + 4 - + False - - - True - - 304, 113 + + Tahoma, 9pt, style=Italic - - 107, 16 + + 268, 158 - - 14 + + 190, 22 - - e-Mail Password: + + 16 - - EMAIL_PWLabel + + CHANGED_WHOTextBox1 - - 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 - - grpbxEmail + + TabPage8 - + 5 - + False - + True - - 7, 158 + + Tahoma, 9pt, style=Italic - - 257, 16 + + 68, 94 - - 16 + + 78, 14 - - e-Mail Header-Meldung - nur für Reminder: + + 13 - - EMAIL_REMINDER_HEADERLabel + + Erstellt wann - + + ADDED_WHENLabel1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpbxEmail + + TabPage8 - - 3 + + 6 - + False - - - True - - - 7, 239 - - 200, 16 + + Tahoma, 9pt, style=Italic - - 18 + + 71, 113 - - e-Mail Footer - nur für Reminder: + + 188, 22 - - EMAIL_REMINDER_FOOTERLabel + + 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ADDED_WHENTextBox1 - - grpbxEmail + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + TabPage8 - + + 7 + + False - + True - - Tahoma, 9.75pt, style=Italic + + Tahoma, 9pt, style=Italic - - 712, 151 + + 68, 139 - - 409, 32 + + 73, 14 - - 80 + + 11 - - Bitte wählen Sie hier den Vektor-Index den Sie für die Kennzeichnung -der PM-Indizes verwenden wollen: + + Erstellt wer: - - Label12 + + ADDED_WHOLabel1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage5 + + TabPage8 - - 5 + + 8 - + False - - - True - - - Tahoma, 9.75pt, style=Italic - - 712, 213 + + Tahoma, 9pt, style=Italic - - 364, 32 + + 71, 158 - - 82 + + 188, 22 - - Bitte wählen Sie hier den Vektor-Index den Sie für das Loggen -der Wertänderungen nutzen wollen: + + 12 - - Label7 + + ADDED_WHOTextBox1 - - 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 - - TabPage5 + + TabPage8 - - 3 + + 9 - + False - + True - - 18, 64 + + Tahoma, 9pt - - 158, 16 + + 68, 48 - - 13 + + 38, 14 - - Trenner für Vektorinhalte: + + 8 - - VEKTOR_DELIMITERLabel + + Email: - + + EMAILLabel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + TabPage8 - - 1 + + 10 - - False - - - Magenta + + Tahoma, 9pt - - 134, 22 + + 71, 66 - - AD-User hinzufügen + + 443, 22 - + + 9 + + + EMAILTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 11 + + False - + True - - Tahoma, 9pt, style=Italic + + Tahoma, 9pt - - 6, 3 + + 517, 3 - - 23, 14 + + 65, 14 - - 0 + + 6 - - ID: + + Username: - - GUIDLabel1 + + USERNAMELabel - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage8 - - 19 - - - False - - - True + + 12 - + Tahoma, 9pt - - 68, 3 - - - 60, 14 + + 520, 22 - - 2 + + 240, 22 - - Vorname: + + 7 - - PRENAMELabel + + USERNAMETextBox - - 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 - + TabPage8 - - 17 + + 13 False @@ -950,279 +950,255 @@ der Wertänderungen nutzen wollen: TabPage8 - 15 - - - False - - - True + 14 - + Tahoma, 9pt - - 517, 3 - - - 65, 14 + + 268, 22 - - 6 + + 246, 22 - - Username: + + 5 - - USERNAMELabel + + NAMETextBox1 - - 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 - + TabPage8 - - 13 + + 15 - + False - + True - + Tahoma, 9pt - - 68, 48 + + 68, 3 - - 38, 14 + + 60, 14 - - 8 + + 2 - - Email: + + Vorname: - - EMAILLabel + + PRENAMELabel - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage8 - - 11 - - - False - - - True - - - Tahoma, 9pt, style=Italic + + 16 - - 68, 139 + + Tahoma, 9pt - - 73, 14 + + 71, 22 - - 11 + + 188, 22 - - Erstellt wer: + + 3 - - ADDED_WHOLabel1 + + PRENAMETextBox - - 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 - + TabPage8 - - 9 + + 17 - + False - + True - + Tahoma, 9pt, style=Italic - - 68, 94 + + 6, 3 - - 78, 14 + + 23, 14 - - 13 + + 0 - - Erstellt wann + + ID: - - ADDED_WHENLabel1 + + GUIDLabel1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage8 - - 7 + + 18 - + False - - - True - + Tahoma, 9pt, style=Italic - - 265, 139 - - - 87, 14 + + 9, 22 - - 15 + + 53, 22 - - Geändert wer: + + 1 - - CHANGED_WHOLabel1 + + GUIDTextBox - - 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 - + TabPage8 - - 5 - - - False - - - True - - - Tahoma, 9pt, style=Italic - - - 265, 94 + + 19 - - 96, 14 + + 4, 25 - - 17 + + 3, 3, 3, 3 - - Geändert wann: + + 890, 199 - - CHANGED_WHENLabel1 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + User - Detail - + TabPage8 - - 3 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False - - - True + + TabControlUser - - 6, 3 + + 1 - - 142, 16 + + Fill - - 0 + + 0, 25 - - Historisierungs-Eintrag: + + 898, 228 - - WORK_HISTORY_ENTRYLabel + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabControlUser - - TabPage12 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + SplitContainer_Profilzuordnung2.Panel2 - - False + + 0 + + + 570, 56 - + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC + pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ + Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ + /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA + zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ + IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E + rkJggg== + + + True - - 6, 48 + + 23, 22 - - 129, 16 + + Neu hinzufügen - - 6 + + 80, 22 - - SQL für Profilansicht: + + von {0} Usern - - SQL_VIEWLabel + + Die Gesamtanzahl der Elemente. - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + - - TabPage12 + + True - - 2 + + 23, 22 - - 17, 17 - - - 179, 17 - - - 581, 17 - - - 793, 17 - - + + Löschen + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 @@ -1233,16 +1209,16 @@ der Wertänderungen nutzen wollen: lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + True - + 23, 22 - + Erste verschieben - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w @@ -1251,46 +1227,37 @@ der Wertänderungen nutzen wollen: 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + True - + 23, 22 - + Vorherige verschieben - + 6, 25 - + Position - + False - - 58, 23 + + 50, 23 - + 0 - + Aktuelle Position - - 88, 22 - - - von {0} Profilen - - - Die Gesamtanzahl der Elemente. - - + 6, 25 - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 @@ -1299,16 +1266,16 @@ der Wertänderungen nutzen wollen: oAc0QjgAAAAASUVORK5CYII= - + True - + 23, 22 - + Nächste verschieben - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// @@ -1319,3290 +1286,3377 @@ der Wertänderungen nutzen wollen: 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + True - + 23, 22 - + Letzte verschieben - + 6, 25 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAi9JREFUOE+tkt1L01EYx3//QvfdBF10W1NjOBerwa9cQ1k2DCvCXn6RZmm6TBMV - K9Oo+QbZCpdOWq0m4aQiX8AUKRFlKlmauaIlDjXFJoLB1/Oc/fK4ii6iB56bw/l8znlepP8Sz5+FQelr - XUKLdxEP3fNoagzhrmMadbVfYL8VwPXySZSWjKOw4C3yckdw/pwfKi5JBHZ1ArU1K/hbLK+swpTahUOp - T3mquCR5nyxwQWXFN/Xq70FwaH4ZuywvoNEosB70CIH7wRwXlJZ8Va9Hx0/4Y3ABMWYfCi5N4YClWQic - DTNccNH2QUVEbISHJ0LYJnuRkz2G5CSnENTfDnJB1tkRFYvEr3CfP4jNBjcUZQBms0MIaqo/c4FyakBF - /wx39n/CpvhGHD7yComJdUJwo3IKHe1gowSOHX8D69Fe3m1qGNVM36aXI3A3UqwvIct2IbhSNoE2H9gO - AM2uH2zu31F+bZY3lRpGNWdm+Nfh/cmtMBorhOBy4Rg8j4D7zlW2OGGY0rKj0pJuQ9qZogicxOB9HhgM - ZUJgyxtlMFBdFeYvE0TnMToZg+9nMDo5CyX3KvaYWjis2+2CXl8kBLSWjjtY/zYJCD6dfxPvAnMITC/i - QrEdsQYXg5sQm3APuvh8IcjMGGJ1L3F4q9GDLTtkPG7rga+9Dx3d/eh9PYi9Zis0+gbEMXi7th5abU60 - 4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII= - + + Magenta - + 23, 22 - - Daten speichern + + Speichern - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - + + MiddleLeft - + Magenta - - 122, 22 + + 145, 22 - - Kein Profil gewählt + + User-Daten bearbeiten - - 352, 17 + + MiddleRight + + + False - + Magenta - - 23, 22 - - - Hinzufügen - - - 256, 22 + + 134, 22 - - Änderungen wurden erfolgreich gespeichert + + AD-User hinzufügen - + Magenta - - 95, 22 - - - Aktualisieren + + 23, 22 - - 6, 25 + + Refresh - - Segoe UI, 9pt, style=Bold + + 0, 0 - - Magenta + + 898, 25 - - 163, 22 + + 3 - - Open Formular Designer + + BindingNavigator3 - - 6, 25 + + TBDD_USERBindingNavigator - - MiddleLeft + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Magenta + + SplitContainer_Profilzuordnung2.Panel2 - - 104, 22 + + 1 - - Profil kopieren + + SplitContainer_Profilzuordnung2.Panel2 - - MiddleRight + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 25 + + SplitContainer_Profilzuordnung2 - - MiddleLeft + + 1 - - Magenta + + 898, 551 - - 71, 22 + + 294 - - Löschen + + 0 - - MiddleRight + + SplitContainer_Profilzuordnung2 - - 3, 3 + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1244, 25 + + SplitContainerProfilzuordnung.Panel2 - + 0 - - BindingNavigator1 + + False + + + True - - TBPM_PROFILEBindingNavigator + + 58, 28 - - System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 16 - + + 2 + + + Profil-Name: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage1 - - 1 + + 7 - + + False + + True - + Tahoma, 9.75pt - - 277, 12 + + 277, 58 - - 67, 16 + + 89, 16 - - 77 + + 6 - - Objekttyp: + + Beschreibung: - - Label2 + + DESCRIPTIONLabel - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage5 - - 6 + + 9 - + + False + + + True + + Tahoma, 9.75pt - - 280, 31 + + 277, 103 - - 420, 24 + + 112, 16 - - 3 + + 8 - - cmbObjekttypen + + Windream-Suche: - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + WD_SEARCHLabel - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage5 - - 11 + + 10 - + + False + + + True + + Tahoma, 9.75pt - - 15, 22 + + 971, 58 - - 104, 24 + + 58, 16 - - 0 + + 16 - - Ja/Nein + + Priorität: - - FINAL_PROFILECheckBox + + PRIORITYLabel - - System.Windows.Forms.CheckBox, 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 - - GroupBox4 + + TabPage5 - - 0 + + 13 - + + False + + + True + + Tahoma, 9.75pt - - 15, 71 + + 277, 335 - - 392, 23 + + 78, 16 - - 1 + + 18 - - FINAL_TEXTTextBox + + Erstellt wer: - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ADDED_WHOLabel - - GroupBox4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + TabPage5 - + + 15 + + + False + + + True + + Tahoma, 9.75pt - - 280, 151 + + 444, 335 - - 420, 100 + + 87, 16 - - 75 + + 20 - - Alternativer Abschlusstext: + + Erstellt wann: - - GroupBox4 + + ADDED_WHENLabel - - System.Windows.Forms.GroupBox, 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 - - 14 + + 19 - + + False + + True - - Tahoma, 9pt, style=Italic - - - 6, 19 + + Tahoma, 9.75pt - - 156, 14 + + 609, 335 - - 72 + + 91, 16 - - Definiert die Art des Profils: + + 22 - - Label1 + + Geändert wer: - + + CHANGED_WHOLabel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox2 + + TabPage5 - - 0 + + 26 - - 17, 56 + + False - - Tahoma, 9.75pt - - - 9, 41 + + True - - 259, 24 + + Tahoma, 9.75pt - - 0 + + 775, 335 - - cmbType + + 100, 16 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24 - - GroupBox2 + + Geändert wann: - - 1 + + CHANGED_WHENLabel - - Tahoma, 9.75pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 280, 257 + + TabPage5 - - 420, 71 + + 20 - - 74 + + False + + + True - - Type: + + Tahoma, 9.75pt - - GroupBox2 + + 12, 49 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 272, 16 - - TabPage5 + + 26 - - 18 + + Finaler Bestätigungstext auf Abschluss-Button: - - Segoe UI, 9pt + + FINAL_TEXTLabel - - 9, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 862, 23 + + GroupBox4 - - 0 + + 1 - - MOVE2FOLDERTextBox + + False + + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 507, 29 - - GroupBox3 + + 38, 16 - - 0 + + 27 - - Segoe UI, 9.75pt, style=Bold + + Titel: - - 877, 19 + + TITLELabel - - 29, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 72 + + TabPage1 - - ... + + 3 - - btnmovetoFolderDialog + + False + + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18, 14 - - GroupBox3 + + 301, 16 - - 1 + + 0 - - Segoe UI, 8.25pt, style=Bold + + Intervall zur Überprüfung Anzahl Dateien pro Profil: - - 9, 23 + + INTERVALL_CKECK_NO_OF_FILESLabel - - 1007, 57 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 73 + + TabPage3 - - Wählen Sie hier einen Ordner in windream, in welchen die Datei, nach erfolgreicher Indexierung verschoben werden soll: + + 8 - - GroupBox3 + + False + + + True - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 646, 284 - - TabPage11 + + 91, 16 - + 2 - - Tahoma, 9.75pt + + Geändert wer: - - 974, 78 + + GEAENDERTWERLabel - - 55, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + TabPage3 - - PRIORITYNumericUpDown + + 13 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False + + + True - - TabPage5 + + 646, 329 - - 25 + + 100, 16 - - Tahoma, 9.75pt + + 4 - - MiddleLeft + + Geändert wann: - - 1035, 115 + + GEAENDERTWANNLabel - - - 0, 0, 2, 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 115, 36 + + TabPage3 - - 49 + + 11 - - Teste Suche + + False + + + True - - MiddleRight + + 6, 23 - - btnopenSuche + + 79, 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - TabPage5 + + e-Mail from: - - 24 + + EMAIL_FROMLabel - - Tahoma, 9.75pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 973, 122 + + grpbxEmail - - 56, 23 + + 11 - - 29 + + False + + + True - - ... + + 7, 68 - - btnWDSuche + + 89, 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - TabPage5 + + SMTP-Server: - - 21 + + EMAIL_SMTPLabel - - 510, 48 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 468, 23 + + grpbxEmail - - 1 + + 9 - - TITLETextBox + + False + + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 113 - - TabPage1 + + 78, 16 - - 4 + + 12 - - 9, 47 + + e-Mail User: - - 38, 23 + + EMAIL_USERLabel - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PROFILGUIDTextBox + + grpbxEmail - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - TabPage1 + + False + + + True - - 5 + + 304, 113 - - 61, 47 + + 107, 16 - - 443, 23 + + 14 - - 0 + + e-Mail Password: - - NAMETextBox + + EMAIL_PWLabel - - System.Windows.Forms.TextBox, 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 - - TabPage1 + + grpbxEmail - - 8 + + 5 - - Tahoma, 9.75pt + + False + + + True - - 280, 77 + + 7, 158 - - 685, 23 + + 257, 16 - - 4 + + 16 - - DESCRIPTIONTextBox + + e-Mail Header-Meldung - nur für Reminder: - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EMAIL_REMINDER_HEADERLabel - - TabPage5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + grpbxEmail - - Tahoma, 9.75pt + + 3 - - 280, 122 + + False + + + True - - 688, 23 + + 7, 239 - - 6 + + 200, 16 - - WD_SEARCHTextBox + + 18 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + e-Mail Footer - nur für Reminder: - - TabPage5 + + EMAIL_REMINDER_FOOTERLabel - - 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 987, 47 + + grpbxEmail - - 65, 24 + + 1 - - 2 + + False + + + True - - Aktiv + + Tahoma, 9.75pt, style=Italic - - ACTIVECheckBox + + 712, 151 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 409, 32 - - TabPage1 - - - 6 - - - Tahoma, 9.75pt + + 80 - - 280, 354 + + Bitte wählen Sie hier den Vektor-Index den Sie für die Kennzeichnung +der PM-Indizes verwenden wollen: - - 158, 23 + + Label12 - - 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ADDED_WHOTextBox + + TabPage5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabPage5 + + False + + + True - - 17 + + Tahoma, 9.75pt, style=Italic - - Tahoma, 9.75pt + + 712, 213 - - 447, 354 + + 364, 32 - - 158, 23 + + 82 - - 21 + + Bitte wählen Sie hier den Vektor-Index den Sie für das Loggen +der Wertänderungen nutzen wollen: - - ADDED_WHENTextBox + + Label7 - - System.Windows.Forms.TextBox, 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 - - 22 + + 3 - - Tahoma, 9.75pt + + False + + + True - - 611, 354 + + 18, 64 - - 161, 23 + + 158, 16 - - 23 + + 13 - - CHANGED_WHOTextBox + + Trenner für Vektorinhalte: - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + VEKTOR_DELIMITERLabel - - TabPage5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23 + + TabPage3 - - Tahoma, 9.75pt + + 1 - - 778, 354 + + False + + + True - - 161, 23 + + 6, 3 - - 25 + + 142, 16 - - CHANGED_WHENTextBox + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Historisierungs-Eintrag: - - TabPage5 + + WORK_HISTORY_ENTRYLabel - - 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 999, 17 - - - windream-Suche|*.wdf|Alle Dateien|*.* + + TabPage12 - - windream-Suche wählen + + 4 - - 211, 56 - - - 399, 56 + + False - - Top, Bottom, Left, Right - - + True - - 6, 12 + + 6, 48 - - Cyan + + 129, 16 - - Fuchsia + + 6 - - Profil-Name + + SQL für Profilansicht: - - True + + SQL_VIEWLabel - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 166 + + TabPage12 - - Titel + + 2 - - True + + 179, 17 + + + 581, 17 + + + 793, 17 + + + + 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 - - 268, 367 + + 23, 22 - - 84 + + Erste verschieben - - GridControl1 + + + 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 + - - DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + True - - TabPage5 + + 23, 22 - - 0 + + Vorherige verschieben - - Tahoma, 8.25pt, style=Bold + + 6, 25 - - MiddleLeft - - - 1069, 25 + + Position - - 139, 34 + + False - - 81 + + 58, 23 - - Daten zu Profil entfernen + + 0 - - MiddleRight + + Aktuelle Position - - Button3 + + 88, 22 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + von {0} Profilen - - TabPage5 + + Die Gesamtanzahl der Elemente. - - 1 + + 6, 25 - - 715, 248 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + - - 230, 24 + + True - - 83 + + 23, 22 - - cmbLOGIndex + + Nächste verschieben - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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== + - - TabPage5 + + True - - 2 + + 23, 22 - - 715, 186 + + Letzte verschieben - - 230, 24 + + 6, 25 - - 81 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAi9JREFUOE+tkt1L01EYx3//QvfdBF10W1NjOBerwa9cQ1k2DCvCXn6RZmm6TBMV + K9Oo+QbZCpdOWq0m4aQiX8AUKRFlKlmauaIlDjXFJoLB1/Oc/fK4ii6iB56bw/l8znlepP8Sz5+FQelr + XUKLdxEP3fNoagzhrmMadbVfYL8VwPXySZSWjKOw4C3yckdw/pwfKi5JBHZ1ArU1K/hbLK+swpTahUOp + T3mquCR5nyxwQWXFN/Xq70FwaH4ZuywvoNEosB70CIH7wRwXlJZ8Va9Hx0/4Y3ABMWYfCi5N4YClWQic + DTNccNH2QUVEbISHJ0LYJnuRkz2G5CSnENTfDnJB1tkRFYvEr3CfP4jNBjcUZQBms0MIaqo/c4FyakBF + /wx39n/CpvhGHD7yComJdUJwo3IKHe1gowSOHX8D69Fe3m1qGNVM36aXI3A3UqwvIct2IbhSNoE2H9gO + AM2uH2zu31F+bZY3lRpGNWdm+Nfh/cmtMBorhOBy4Rg8j4D7zlW2OGGY0rKj0pJuQ9qZogicxOB9HhgM + ZUJgyxtlMFBdFeYvE0TnMToZg+9nMDo5CyX3KvaYWjis2+2CXl8kBLSWjjtY/zYJCD6dfxPvAnMITC/i + QrEdsQYXg5sQm3APuvh8IcjMGGJ1L3F4q9GDLTtkPG7rga+9Dx3d/eh9PYi9Zis0+gbEMXi7th5abU60 + 4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII= + - - PM_VEKTOR_INDEXComboBox + + 23, 22 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Daten speichern - - TabPage5 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + - - 4 + + Magenta - - Tahoma, 9.75pt + + 122, 22 - - 715, 31 + + Kein Profil gewählt - - 238, 24 + + 352, 17 + + + Magenta - - 78 + + 23, 22 - - Neueste Dokumente zuerst anzeigen + + Hinzufügen - - SORT_BY_LATESTCheckBox + + 256, 22 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Änderungen wurden erfolgreich gespeichert - - TabPage5 + + Magenta - - 7 + + 95, 22 - - Tahoma, 9.75pt, style=Bold + + Aktualisieren - - 4, 25 + + 6, 25 - - 3, 3, 3, 3 + + Segoe UI, 9pt, style=Bold - - 1227, 445 + + Magenta - - 0 + + 163, 22 - - Allgemeine Profilangaben: + + Open Formular Designer - - TabPage5 + + 6, 25 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - tabctrl_Profilkonfig + + Magenta - - 0 + + 104, 22 - - True + + Profil kopieren - - True + + MiddleRight - - Segoe UI, 9.75pt, style=Italic + + 6, 25 - - 6, 3 + + MiddleLeft - - 497, 17 + + Magenta - - 79 + + 71, 22 - - Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt werden: + + Löschen - - Label13 + + MiddleRight - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - TabPage11 + + 1244, 25 - + 0 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU - z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T - 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn - BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 - QAAAAABJRU5ErkJggg== - + + BindingNavigator1 - - MiddleLeft + + TBPM_PROFILEBindingNavigator - - 766, 95 + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 114, 30 + + TabPage1 - - 91 + + 1 - - Editor Detail + + True - - MiddleRight + + Tahoma, 9.75pt - - Button1 + + 277, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 67, 16 - - TabPage11 + + 77 - - 1 + + Objekttyp: - - Top, Bottom, Left, Right + + Label2 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 193, 27 + + TabPage5 - - 199, 20 + + 6 - - 87 + + Tahoma, 9.75pt - - Wert in Vektorindex schreiben + + 280, 31 - - CheckBoxPMVEKTOR + + 420, 24 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TabPage9 + + cmbObjekttypen - - 0 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage5 - - 24, 135 + + 11 - - 45, 16 + + Tahoma, 9.75pt - - 89 + + 15, 22 - - Label4 + + 104, 24 - - False + + 0 - - lblSaveFinalIndex + + Ja/Nein - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FINAL_PROFILECheckBox - - TabPage9 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + GroupBox4 - - True + + 0 - - 24, 3 + + Tahoma, 9.75pt - - 89, 16 + + 15, 71 - - 78 + + 392, 23 - - Index wählen: + + 1 - - lblIndexPMVektor + + FINAL_TEXTTextBox - - 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 + + GroupBox4 - + 2 - - True + + Tahoma, 9.75pt - - 7, 108 + + 280, 151 - - 19, 16 + + 420, 100 - - 86 + + 75 - - 3. + + Alternativer Abschlusstext: - - Label11 + + GroupBox4 - - System.Windows.Forms.Label, 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 - - TabPage9 + + TabPage5 - - 3 + + 14 - - 27, 27 + + True - - 160, 23 + + Tahoma, 9pt, style=Italic - - 88 + + 6, 19 - - False + + 156, 14 - - txtBezeichner + + 72 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Definiert die Art des Profils: - - TabPage9 + + Label1 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox2 - - 7, 52 + + 0 - - 19, 16 + + 17, 56 + + + Tahoma, 9.75pt - - 85 + + 9, 41 - - 2. + + 259, 24 - - Label10 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cmbType - - TabPage9 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + GroupBox2 - - 27, 25 + + 1 - - 160, 24 + + Tahoma, 9.75pt - - 77 + + 280, 257 - - cmbIndexe + + 420, 71 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 74 - - TabPage9 + + Type: - - 6 + + GroupBox2 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7, 3 + + TabPage5 - - 19, 16 + + 18 - - 84 + + Segoe UI, 9pt - - 1. + + 9, 21 - - Label9 + + 862, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage9 + + MOVE2FOLDERTextBox - - 7 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox3 - - 24, 52 + + 0 - - 21, 16 + + Segoe UI, 9.75pt, style=Bold - - 79 + + 877, 19 - - sd + + 29, 23 - - False + + 72 - - lblIndex + + ... - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnmovetoFolderDialog - - TabPage9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + GroupBox3 - - MiddleLeft + + 1 - - 9, 51 + + Segoe UI, 8.25pt, style=Bold - - 119, 29 + + 9, 23 - - 1 + + 1007, 57 - - Datumstempel + + 73 - - MiddleRight + + Wählen Sie hier einen Ordner in windream, in welchen die Datei, nach erfolgreicher Indexierung verschoben werden soll: - - btnStampDate + + GroupBox3 - - 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 - - grbxSystemStamps + + TabPage11 - - 0 + + 2 - - MiddleLeft + + Tahoma, 9.75pt - - 9, 22 + + 974, 78 - - 119, 23 + + 55, 23 - - 0 + + 5 - - Username + + PRIORITYNumericUpDown - - MiddleRight + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnStampUser + + TabPage5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - grbxSystemStamps + + Tahoma, 9.75pt - - 1 + + MiddleLeft - - 298, 52 + + 1035, 115 - - 153, 80 + + 0, 0, 2, 2 - - 83 + + 115, 36 - - System-Stamps + + 49 - - False + + Teste Suche - - grbxSystemStamps + + MiddleRight - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnopenSuche - - TabPage9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + TabPage5 - - 27, 74 + + 24 - - 100, 23 + + Tahoma, 9.75pt - - 80 + + 973, 122 - - False + + 56, 23 - - txtindexwert_final + + 29 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ... - - TabPage9 + + btnWDSuche - - 10 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + TabPage5 - - 27, 101 + + 21 - - 136, 31 + + 510, 48 - - 82 + + 468, 23 - - Index einfügen + + 1 - - MiddleRight + + TITLETextBox - - btnInsert_FinalIndex + + System.Windows.Forms.TextBox, 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 + + TabPage1 - - TabPage9 + + 4 - - 11 + + 9, 47 - - True + + 38, 23 - - 27, 79 + + 1 - - 15, 14 + + PROFILGUIDTextBox - - 81 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + TabPage1 - - chkbxfinalIndex + + 5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 61, 47 - - TabPage9 + + 443, 23 - - 12 + + 0 - - 4, 25 + + NAMETextBox - - 3, 3, 3, 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1579, 541 + + TabPage1 - - 0 + + 8 - - Fester Wert + + Tahoma, 9.75pt - - TabPage9 + + 280, 77 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 685, 23 - - TabControlFinalIndices + + 4 - - 0 + + DESCRIPTIONTextBox - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU - z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T - 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn - BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 - QAAAAABJRU5ErkJggg== - + + TabPage5 - - MiddleLeft + + 8 - - 110, 217 + + Tahoma, 9.75pt - - 114, 30 + + 280, 122 - - 80 + + 688, 23 - - Editor Detail + + 6 - - MiddleRight + + WD_SEARCHTextBox - - btnEditor + + System.Windows.Forms.TextBox, 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 + + TabPage5 - - TabPage10 + + 12 - - 0 + + 987, 47 - - True + + 65, 24 - - Tahoma, 9.75pt + + 2 - - 328, 3 + + Aktiv - - 44, 16 + + ACTIVECheckBox - - 79 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Index: + + TabPage1 - - Label15 + + 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Tahoma, 9.75pt - - TabPage10 + + 280, 354 - - 1 + + 158, 23 - - 331, 22 + + 19 - - 194, 24 + + ADDED_WHOTextBox - - 78 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cmbIndexe2 + + TabPage5 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - TabPage10 + + Tahoma, 9.75pt - - 2 + + 447, 354 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w - Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== - + + 158, 23 - - MiddleLeft + + 21 - - 9, 216 - - - 95, 30 + + ADDED_WHENTextBox - - 11 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Speichern + + TabPage5 - - MiddleRight + + 22 - - btnSaveSQLCommand + + Tahoma, 9.75pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 611, 354 - - TabPage10 + + 161, 23 - - 3 + + 23 - - 245, 173 - - - Courier New, 9pt + + CHANGED_WHOTextBox - - 9, 68 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage5 - - 516, 142 + + 23 - - 10 + + Tahoma, 9.75pt - - SQL_COMMANDTextBox + + 778, 354 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 161, 23 - - TabPage10 + + 25 - - 4 + + CHANGED_WHENTextBox - - Tahoma, 9.75pt + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + TabPage5 - - 218, 22 + + 16 - - 107, 24 + + 999, 17 + + + windream-Suche|*.wdf|Alle Dateien|*.* - - 9 + + windream-Suche wählen - - Connections + + 211, 56 + + + 399, 56 + + + Top, Bottom, Left, Right - - MiddleRight + + True - - btnShowConnections + + 6, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Cyan - - TabPage10 + + Fuchsia - - 5 + + Profil-Name - + True - - Tahoma, 9.75pt + + 0 - - 6, 3 + + 166 - - 76, 16 + + Titel - - 8 + + True - - Connection: + + 1 - - Label14 + + 268, 367 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 84 - - TabPage10 + + GridControl1 - - 6 + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 775, 212 - - - Tahoma, 9.75pt + + TabPage5 - - 9, 23 + + 0 - - 203, 24 + + Tahoma, 8.25pt, style=Bold - - 7 + + MiddleLeft - - cmbConnection + + 1069, 25 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 139, 34 - - TabPage10 + + 81 - - 7 + + Daten zu Profil entfernen - - True + + MiddleRight - - 5, 49 + + Button3 - - 99, 16 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TabPage5 - - SQL-Command: + + 1 - - Label4 + + 715, 248 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 230, 24 - - TabPage10 + + 83 - - 8 + + cmbLOGIndex - - 4, 25 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + TabPage5 - - 1579, 544 + + 2 - - 1 + + 715, 186 - - Dynamisches SQL + + 230, 24 - - TabPage10 + + 81 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PM_VEKTOR_INDEXComboBox - - TabControlFinalIndices + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + TabPage5 - - False + + 4 - - 668, 161 + + Tahoma, 9.75pt - - 1587, 570 + + 715, 31 - - 90 + + 238, 24 - - TabControlFinalIndices + + 78 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Neueste Dokumente zuerst anzeigen - - TabPage11 + + SORT_BY_LATESTCheckBox - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage5 - - Tahoma, 12pt, style=Bold + + 7 - - 5, 83 + + Tahoma, 9.75pt, style=Bold - - 120, 19 + + 4, 25 - - 74 + + 3, 3, 3, 3 - - Finale Indexe + + 1227, 445 - - Label5 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Allgemeine Profilangaben: - - TabPage11 + + TabPage5 - - 4 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tabctrl_Profilkonfig + + + 0 + + True - + + True + + Segoe UI, 9.75pt, style=Italic - - 6, 108 + + 6, 3 - - 583, 17 + + 497, 17 - - 75 + + 79 - - Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierten Dokument gesetzt. + + Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt werden: - - Label6 + + Label13 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage11 - - 5 - - - 17, 95 - - - 44, 22 - - - von {0} - - - Die Gesamtanzahl der Elemente. - - - None + + 0 - + 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= + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== - - True + + MiddleLeft - - 23, 22 + + 766, 95 - - Erste verschieben + + 114, 30 - - - 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 - + + 91 - - True + + Editor Detail - - 23, 22 + + MiddleRight - - Vorherige verschieben + + Button1 - - 6, 25 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Position + + TabPage11 - - False + + 1 - - 50, 23 + + Top, Bottom, Left, Right - - 0 + + True - - Aktuelle Position + + 193, 27 - - 6, 25 + + 199, 20 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + 87 - - True + + Wert in Vektorindex schreiben - - 23, 22 + + CheckBoxPMVEKTOR - - Nächste verschieben + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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== - + + TabPage9 - + + 0 + + True - - 23, 22 + + 24, 135 - - Letzte verschieben + + 45, 16 - - 6, 25 + + 89 - - MiddleLeft + + Label4 - - Magenta + + False - - 156, 22 + + lblSaveFinalIndex - - Neuen Index hinzufügen + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + TabPage9 - - Magenta + + 1 - - 99, 22 + + True - - Index löschen + + 24, 3 - - MiddleLeft + + 89, 16 - - Magenta + + 78 - - 95, 22 + + Index wählen: - - Aktualisieren + + lblIndexPMVektor - - MiddleRight + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7, 133 + + TabPage9 - - 568, 25 + + 2 - - 76 + + True - - BindingNavigator1 + + 7, 108 - - TBPM_PROFILE_FINAL_INDEXINGBindingNavigator + + 19, 16 - - System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 86 - - TabPage11 + + 3. - - 6 + + Label11 - - Top, Bottom, Left + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - ID + + TabPage9 - - Indexname + + 3 - - Value + + 27, 27 - - Erstellt wer + + 160, 23 - - Erstellt wann + + 88 - - 9, 161 + + False - - 653, 588 + + txtBezeichner - - 75 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TBPM_PROFILE_FINAL_INDEXINGDataGridView + + TabPage9 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - TabPage11 + + True - - 7 + + 7, 52 - - 4, 25 + + 19, 16 - - 3, 3, 3, 3 + + 85 - - 1213, 410 + + 2. - - 0 + + Label10 - - Move und finale Indexe + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage11 + + TabPage9 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabControl2 + + 27, 25 - - 0 + + 160, 24 - - True + + 77 - - 291, 336 + + cmbIndexe - - 260, 24 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + TabPage9 - - ANNOTATE WORK HISTORY ENTRY + + 6 - - ANNOTATE_WORK_HISTORY_ENTRYCheckBox + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7, 3 - - TabPage12 + + 19, 16 - - 0 + + 84 - - 9, 336 + + 1. - - 292, 24 + + Label9 - - 9 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ANNOTATE ALL WORK_HISTORY_ENTRIES + + TabPage9 - - ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox + + 7 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage12 + + 24, 52 - - 1 + + 21, 16 - - Tahoma, 8.25pt - - - 9, 67 + + 79 - - True + + sd - - 1198, 62 + + False - - 7 + + lblIndex - - 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 + + 8 - - 3 + + MiddleLeft - - 9, 22 + + 9, 51 - - 1198, 23 + + 119, 29 - + 1 - - WORK_HISTORY_ENTRYTextBox + + Datumstempel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - - TabPage12 + + btnStampDate - - 5 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 25 + + grbxSystemStamps - - 3, 3, 3, 3 + + 0 - - 1213, 413 + + MiddleLeft - - 1 + + 9, 22 - - Nachbearbeitungsfunktionen 2 + + 119, 23 - - TabPage12 + + 0 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Username - - TabControl2 + + MiddleRight - - 1 + + btnStampUser - - Fill + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3 + + grbxSystemStamps - - 1221, 439 + + 1 - - 92 + + 298, 52 - - TabControl2 + + 153, 80 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 83 - - TabPage6 + + System-Stamps - - 0 + + False - - 4, 25 + + grbxSystemStamps - - 3, 3, 3, 3 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1227, 445 + + TabPage9 - - 1 + + 9 - - Aktionen nach erfolgreicher Indexierung: + + 27, 74 - - TabPage6 + + 100, 23 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80 - - tabctrl_Profilkonfig + + False - - 1 + + txtindexwert_final - - 9, 77 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1235, 474 + + TabPage9 - - 79 + + 10 - - tabctrl_Profilkonfig + + MiddleLeft - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27, 101 - - TabPage1 + + 136, 31 - - 0 + + 82 - - 4, 25 + + Index einfügen - - 3, 3, 3, 3 + + MiddleRight - - 1250, 557 + + btnInsert_FinalIndex - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Profil-Verwaltung + + TabPage9 - - TabPage1 + + 11 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabControl1 + + 27, 79 - - 0 + + 15, 14 - - Fill + + 81 - - 3, 3 + + False - - ID + + chkbxfinalIndex - - 70 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Profilname + + TabPage9 - - 180 + + 12 - - Fill + + 4, 25 - - 0, 25 - - - 342, 526 + + 3, 3, 3, 3 - - 1 + + 1579, 550 - - TBPM_PROFILE_ZuordnungDataGridView + + 0 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fester Wert - - SplitContainerProfilzuordnung.Panel1 + + TabPage9 - - 0 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 782, 56 - - - 88, 22 + + TabControlFinalIndices - - von {0} Profilen + + 0 - - Die Gesamtanzahl der Elemente. + + True - + 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= + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== - - True - - - 23, 22 - - - Erste verschieben + + MiddleLeft - - - 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 - + + 110, 217 - - True + + 114, 30 - - 23, 22 + + 80 - - Vorherige verschieben + + Editor Detail - - 6, 25 + + MiddleRight - - Position + + btnEditor - - False + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 23 + + TabPage10 - + 0 - - Aktuelle Position + + True - - 6, 25 + + Tahoma, 9.75pt - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + 328, 3 - - True + + 44, 16 - - 23, 22 + + 79 - - Nächste verschieben + + Index: - - - 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== - + + Label15 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 22 + + TabPage10 - - Letzte verschieben + + 1 - - 6, 25 + + 331, 22 - - 0, 0 + + 194, 24 - - 342, 25 + + 78 - - 0 + + cmbIndexe2 - - BindingNavigator1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TBPM_PROFILE_ZuordnungBindingNavigator + + TabPage10 - - System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - SplitContainerProfilzuordnung.Panel1 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w + Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== + - - 1 + + MiddleLeft - - SplitContainerProfilzuordnung.Panel1 + + 9, 216 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 95, 30 - - SplitContainerProfilzuordnung + + 11 - - 0 + + Speichern - - Fill + + MiddleRight - - 0, 0 + + btnSaveSQLCommand - - Horizontal + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage10 - - ID + + 3 - - 40 + + 245, 173 + + + Courier New, 9pt - - Vorname + + 9, 68 - - Nachname + + True - - User + + 516, 142 - - Erstellt wer + + 10 - - Wann + + SQL_COMMANDTextBox - - 833, 95 - - - Fill + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 25 + + TabPage10 - - 898, 269 + + 4 - - 2 + + Tahoma, 9.75pt - - TBPROFILE_USERDataGridView + + MiddleLeft - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 218, 22 - - SplitContainer_Profilzuordnung2.Panel1 + + 107, 24 - - 0 + + 9 - - 344, 95 - - - 153, 22 + + Connections - - von {0} zugeordneten Usern + + MiddleRight - - Die Gesamtanzahl der Elemente. + + btnShowConnections - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage10 - - 23, 22 + + 5 - - Löschen + + True - - - 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= - + + Tahoma, 9.75pt - - True + + 6, 3 - - 23, 22 + + 76, 16 - - Erste verschieben + + 8 - - - 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 - + + Connection: - - True + + Label14 - - 23, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Vorherige verschieben + + TabPage10 - - 6, 25 + + 6 - - Position + + 775, 212 + + + Tahoma, 9.75pt - - False + + 9, 23 - - 50, 23 + + 203, 24 - - 0 + + 7 - - Aktuelle Position + + cmbConnection - - 6, 25 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + TabPage10 - - True + + 7 - - 23, 22 + + True - - Nächste verschieben + + 5, 49 - - - 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== - + + 99, 16 - - True + + 0 - - 23, 22 + + SQL-Command: - - Letzte verschieben + + Label4 - - 6, 25 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 25 + + TabPage10 - - 285, 22 + + 8 - - Ziehen Sie neue User per Drag Drop in diesen Bereich + + 4, 25 - - 0, 0 + + 3, 3, 3, 3 - - 898, 25 + + 1579, 553 - - 2 + + 1 - - BindingNavigator2 + + Dynamisches SQL - - TBPROFILE_USERBindingNavigator + + TabPage10 - - System.Windows.Forms.BindingNavigator, 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 - - SplitContainer_Profilzuordnung2.Panel1 + + TabControlFinalIndices - + 1 - - SplitContainer_Profilzuordnung2.Panel1 + + False - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 668, 161 - - SplitContainer_Profilzuordnung2 - - - 0 + + 1587, 579 - - True + + 90 - - ID + + TabControlFinalIndices - - Vorname + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Nachname + + TabPage11 - - UserName + + 3 - - Email + + True - - Erstellt wer + + Tahoma, 12pt, style=Bold - - Erstellt wann + + 5, 83 - - Geändert wer + + 120, 19 - - Geändert wann + + 74 - - 17, 134 - - - Fill + + Finale Indexe - - 3, 3 + + Label5 - - 884, 193 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + TabPage11 - - TBPM_USERDataGridView + + 4 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage7 + + Segoe UI, 9.75pt, style=Italic - - 0 + + 6, 108 - - 4, 25 + + 583, 17 - - 3, 3, 3, 3 + + 75 - - 890, 199 + + Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierten Dokument gesetzt. - - 0 + + Label6 - - User -Übersicht + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage7 + + TabPage11 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabControlUser + + 17, 95 + + + 44, 22 - - 0 + + von {0} - - True + + Die Gesamtanzahl der Elemente. - - 672, 67 + + None - - 147, 23 + + + 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= + - - 80 + + True - - User als Admin setzen + + 23, 22 - - Button4 + + Erste verschieben - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 + - - TabPage8 + + True - - 0 + + 23, 22 - - Tahoma, 9pt + + Vorherige verschieben - - 520, 66 + + 6, 25 - - 136, 24 + + Position - - 79 + + False - - Recht Datei löschen + + 50, 23 - - RIGHT_FILE_DELETECheckBox + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Aktuelle Position - - TabPage8 + + 6, 25 - - 1 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + - + True - - Tahoma, 9pt, style=Italic - - - NoControl + + 23, 22 - - 517, 115 + + Nächste verschieben - - 143, 14 + + + 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== + - - 78 + + True - - Änderungen gespeichert + + 23, 22 - - False + + Letzte verschieben - - lblSaveUser + + 6, 25 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - TabPage8 + + Magenta - - 2 + + 156, 22 - - False + + Neuen Index hinzufügen - - Tahoma, 9pt, style=Italic + + MiddleLeft - - 268, 113 + + Magenta - - 190, 22 + + 99, 22 - - 18 + + Index löschen - - CHANGED_WHENTextBox1 + + MiddleLeft - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Magenta - - TabPage8 + + 95, 22 - - 4 + + Aktualisieren - - False + + MiddleRight - - Tahoma, 9pt, style=Italic + + 7, 133 - - 268, 158 + + 568, 25 - - 190, 22 + + 76 - - 16 + + BindingNavigator1 - - CHANGED_WHOTextBox1 + + TBPM_PROFILE_FINAL_INDEXINGBindingNavigator - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage8 + + TabPage11 - + 6 - - False - - - Tahoma, 9pt, style=Italic - - - 71, 113 + + Top, Bottom, Left - - 188, 22 + + True + + + ID - - 14 + + Indexname - - ADDED_WHENTextBox1 + + Value - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Erstellt wer - - TabPage8 + + Erstellt wann - - 8 + + 9, 161 - - False + + 653, 597 - - Tahoma, 9pt, style=Italic + + 75 - - 71, 158 + + TBPM_PROFILE_FINAL_INDEXINGDataGridView - - 188, 22 + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + TabPage11 - - ADDED_WHOTextBox1 + + 7 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 25 - - TabPage8 + + 3, 3, 3, 3 - - 10 + + 1213, 410 - - Tahoma, 9pt + + 0 - - 71, 66 + + Move und finale Indexe - - 443, 22 + + TabPage11 - - 9 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EMAILTextBox + + TabControl2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage8 + + True - - 12 + + 291, 336 - - Tahoma, 9pt + + 260, 24 - - 520, 22 + + 11 - - 240, 22 + + ANNOTATE WORK HISTORY ENTRY - - 7 + + ANNOTATE_WORK_HISTORY_ENTRYCheckBox - - USERNAMETextBox + + System.Windows.Forms.CheckBox, 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 + + TabPage12 - - TabPage8 + + 0 - - 14 + + 9, 336 - - Tahoma, 9pt + + 292, 24 - - 268, 22 + + 9 - - 246, 22 + + ANNOTATE ALL WORK_HISTORY_ENTRIES - - 5 + + ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox - - NAMETextBox1 + + System.Windows.Forms.CheckBox, 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 + + TabPage12 - - TabPage8 + + 1 - - 16 + + Tahoma, 8.25pt - - Tahoma, 9pt + + 9, 67 - - 71, 22 + + True - - 188, 22 + + 1198, 62 - - 3 + + 7 - - PRENAMETextBox + + SQL_VIEWTextBox - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage8 + + TabPage12 - - 18 - - - False - - - Tahoma, 9pt, style=Italic + + 3 - + 9, 22 - - 53, 22 + + 1198, 23 - + 1 - - GUIDTextBox + + WORK_HISTORY_ENTRYTextBox - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage8 + + TabPage12 - - 20 + + 5 - - 4, 22 + + 4, 25 - + 3, 3, 3, 3 - - 890, 202 + + 1213, 413 - + 1 - - User - Detail + + Nachbearbeitungsfunktionen 2 - - TabPage8 + + TabPage12 - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabControlUser + + TabControl2 - + 1 - + Fill - - 0, 25 + + 3, 3 - - 898, 228 + + 1221, 439 - - 4 + + 92 - - TabControlUser + + TabControl2 - + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SplitContainer_Profilzuordnung2.Panel2 + + TabPage6 - + 0 - - 570, 56 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC - pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ - Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ - /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA - zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ - IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E - rkJggg== - + + 4, 25 - - True + + 3, 3, 3, 3 - - 23, 22 + + 1227, 445 - - Neu hinzufügen + + 1 - - 80, 22 + + Aktionen nach erfolgreicher Indexierung: - - von {0} Usern + + TabPage6 - - Die Gesamtanzahl der Elemente. + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + tabctrl_Profilkonfig - - True + + 1 - - 23, 22 + + 9, 77 - - Löschen + + 1235, 474 - + + 79 + + + tabctrl_Profilkonfig + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1250, 557 + + + 0 + + + Profil-Verwaltung + + + TabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 0 + + + Fill + + + 3, 3 + + + ID + + + 70 + + + Profilname + + + 180 + + + Fill + + + 0, 25 + + + 342, 526 + + + 1 + + + TBPM_PROFILE_ZuordnungDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung.Panel1 + + + 0 + + + 782, 56 + + + 88, 22 + + + von {0} Profilen + + + Die Gesamtanzahl der Elemente. + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 @@ -4613,16 +4667,16 @@ der Wertänderungen nutzen wollen: lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + True - + 23, 22 - + Erste verschieben - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w @@ -4631,37 +4685,37 @@ der Wertänderungen nutzen wollen: 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + True - + 23, 22 - + Vorherige verschieben - + 6, 25 - + Position - + False - + 50, 23 - + 0 - + Aktuelle Position - + 6, 25 - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 @@ -4670,16 +4724,16 @@ der Wertänderungen nutzen wollen: oAc0QjgAAAAASUVORK5CYII= - + True - + 23, 22 - + Nächste verschieben - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// @@ -4690,106 +4744,52 @@ der Wertänderungen nutzen wollen: 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + True - + 23, 22 - + Letzte verschieben - + 6, 25 - - Magenta - - - 23, 22 - - - Speichern - - - MiddleLeft - - - Magenta - - - 145, 22 - - - User-Daten bearbeiten - - - MiddleRight - - - Magenta - - - 23, 22 - - - Refresh - - + 0, 0 - - 898, 25 + + 342, 25 - - 3 + + 0 - - BindingNavigator3 + + BindingNavigator1 - - TBPM_USERBindingNavigator + + TBPM_PROFILE_ZuordnungBindingNavigator - + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SplitContainer_Profilzuordnung2.Panel2 + + SplitContainerProfilzuordnung.Panel1 - + 1 - - SplitContainer_Profilzuordnung2.Panel2 + + SplitContainerProfilzuordnung.Panel1 - + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SplitContainer_Profilzuordnung2 - - - 1 - - - 898, 551 - - - 294 - - - 0 - - - SplitContainer_Profilzuordnung2 - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainerProfilzuordnung.Panel2 + + SplitContainerProfilzuordnung - + 0 @@ -5872,11 +5872,47 @@ der Wertänderungen nutzen wollen: Profil-Verwaltung - - ToolStripButton4 + + DataGridViewTextBoxColumn4 - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn5 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn6 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn7 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn8 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn9 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPROFILE_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 DD_DMSLiteDataSet @@ -5884,6 +5920,228 @@ der Wertänderungen nutzen wollen: DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + BindingNavigatorCountItem2 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveFirstItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator6 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem2 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator7 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator8 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator8 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripLabel2 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn3 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn10 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn11 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn12 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn13 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn18 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn19 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn20 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn21 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton5 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripLabel3 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton6 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton7 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton8 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator5 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripTextBox2 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator6 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton9 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton10 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator7 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton11 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbtnworkUser + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton4 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton12 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + TableAdapterManager @@ -6244,264 +6502,6 @@ der Wertänderungen nutzen wollen: System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - DataGridViewTextBoxColumn4 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn5 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn6 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn7 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn8 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn9 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TBPROFILE_USERBindingSource - - - System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorCountItem2 - - - System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorDeleteItem - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorMoveFirstItem2 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorMovePreviousItem2 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorSeparator6 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorPositionItem2 - - - System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorSeparator7 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorMoveNextItem2 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorMoveLastItem2 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BindingNavigatorSeparator8 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator8 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripLabel2 - - - System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn3 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn10 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn11 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn12 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn13 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn18 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn19 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn20 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DataGridViewTextBoxColumn21 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TBPM_USERBindingSource - - - System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton5 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripLabel3 - - - System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton6 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton7 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton8 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator5 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripTextBox2 - - - System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator6 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton9 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton10 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator7 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton11 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbtnworkUser - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripButton12 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - TBPM_KONFIGURATIONBindingSource diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.vb b/app/DD_PM_WINDREAM/frmProfileDesigner.vb index cd8f41d..f561510 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.vb +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.vb @@ -255,7 +255,7 @@ Public Class frmProfileDesigner End Sub - Private Sub TBPM_USERBindingSource_AddingNew(sender As System.Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBPM_USERBindingSource.AddingNew + Private Sub TBPM_USERBindingSource_AddingNew(sender As System.Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBDD_USERBindingSource.AddingNew DD_DMSLiteDataSet.TBDD_USER.ADDED_WHOColumn.DefaultValue = Environment.UserName End Sub Private Sub TBPM_PROFILE_ZuordnungDataGridView_SelectionChanged(sender As Object, e As System.EventArgs) Handles TBPM_PROFILE_ZuordnungDataGridView.SelectionChanged @@ -271,7 +271,7 @@ Public Class frmProfileDesigner Catch ex As Exception End Try - + End If End If End Sub @@ -285,11 +285,12 @@ Public Class frmProfileDesigner End Sub Sub Save_User() Try - TBPM_USERBindingSource.EndEdit() + TBDD_USERBindingSource.EndEdit() If DD_DMSLiteDataSet.TBDD_USER.GetChanges Is Nothing = False Then CHANGED_WHOTextBox1.Text = Environment.UserName - TBPM_USERBindingSource.EndEdit() + TBDD_USERBindingSource.EndEdit() TBPM_USERTableAdapter.Update(DD_DMSLiteDataSet.TBDD_USER) + Me.lblSaveUser.Text = "Data saved successfully - " & Now.ToString Me.lblSaveUser.Visible = True Else Me.lblSaveUser.Visible = False @@ -297,7 +298,7 @@ Public Class frmProfileDesigner Catch ex As Exception MsgBox("Fehler in Save_User:" & vbNewLine & ex.Message, MsgBoxStyle.Critical) End Try - + End Sub Private Sub TBPM_USERDataGridView_MouseDown(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles TBPM_USERDataGridView.MouseDown @@ -599,12 +600,12 @@ Public Class frmProfileDesigner TBPM_PROFILETableAdapter.cmdInsert_Copy(Environment.UserName, PROFILGUIDTextBox.Text) Dim NewGUID As Integer = TBPM_PROFILETableAdapter.cmdMaxGuid If NewGUID > 0 Then - Dim _sql = "INSERT INTO TBPM_PROFILE_CONTROLS " & _ - "(NAME, PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, READ_ONLY, " & _ - "LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR) " & _ - "SELECT LOWER(CTRL_TYPE + CONVERT(VARCHAR(4),ROW_NUMBER() OVER (ORDER BY CTRL_TYPE))),@NEW_PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, '@User', INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, " & _ - "READ_ONLY, LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR " & _ - "FROM TBPM_PROFILE_CONTROLS AS TBPM_PROFILE_CONTROLS_1 " & _ + Dim _sql = "INSERT INTO TBPM_PROFILE_CONTROLS " & + "(NAME, PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, ADDED_WHO, INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, READ_ONLY, " & + "LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR) " & + "SELECT LOWER(CTRL_TYPE + CONVERT(VARCHAR(4),ROW_NUMBER() OVER (ORDER BY CTRL_TYPE))),@NEW_PROFIL_ID, CTRL_TYPE, CTRL_TEXT, X_LOC, Y_LOC, '@User', INDEX_NAME, TYP, VALIDATION, CHOICE_LIST, CONNECTION_ID, SQL_UEBERPRUEFUNG, HEIGHT, WIDTH, " & + "READ_ONLY, LOAD_IDX_VALUE, FONT_STYLE, FONT_SIZE, FONT_FAMILY, FONT_COLOR " & + "FROM TBPM_PROFILE_CONTROLS AS TBPM_PROFILE_CONTROLS_1 " & "WHERE (PROFIL_ID = @Copy_profilId) " _sql = _sql.Replace("@NEW_PROFIL_ID", NewGUID) _sql = _sql.Replace("@User", Environment.UserName) @@ -661,7 +662,7 @@ Public Class frmProfileDesigner Private Sub Button1_Click_2(sender As Object, e As EventArgs) Handles btnTest_Email.Click If txtemailEmpfaenger.Text <> "" And EMAIL_FROMTextBox.Text <> "" And EMAIL_SMTPTextBox.Text <> "" And EMAIL_USERTextBox.Text <> "" And EMAIL_PWTextBox.Text <> "" Then - email.Send_Log_Mail("Dies ist eine Testemail! Gesendet vom Softwaremodul Process-Manager DD.

", _ + email.Send_Log_Mail("Dies ist eine Testemail! Gesendet vom Softwaremodul Process-Manager DD.

", "Testemail Process-Manager", EMAIL_FROMTextBox.Text, EMAIL_SMTPTextBox.Text, EMAIL_USERTextBox.Text, EMAIL_PWTextBox.Text, txtemailEmpfaenger.Text, True) Save_Konfiguration() Else @@ -930,10 +931,39 @@ Public Class frmProfileDesigner frmConnection.ShowDialog() End Sub - Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click - Dim sql = String.Format("UPDATE TBDD_USER_MODULES SET IS_ADMIN = 1 WHERE USER_ID = {0} AND MODULE_ID = (SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'PM')", GUIDTextBox.Text) - If ClassDatabase.Execute_non_Query(sql) = True Then - MsgBox("User is now admin in ProcessManager!", MsgBoxStyle.Information) + Private Sub RIGHT_FILE_DELETECheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles RIGHT_FILE_DELETECheckBox.CheckedChanged + If GUIDTextBox.Text <> "" Then + Try + Dim sql = String.Format("SELECT RIGHT1 FROM TBDD_USER_MODULES WHERE USER_ID = {0} AND MODULE_ID = (SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'PM')", GUIDTextBox.Text) + Dim RIGHT_FILE_DELETE = ClassDatabase.Execute_Scalar(sql, MyConnectionString) + If CBool(RIGHT_FILE_DELETE) <> RIGHT_FILE_DELETECheckBox.Checked Then + Dim upd = String.Format("UPDATE TBDD_USER_MODULES SET RIGHT1 = '{0}' WHERE USER_ID = {1} AND MODULE_ID = (SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'PM')", RIGHT_FILE_DELETECheckBox.Checked, GUIDTextBox.Text) + If ClassDatabase.Execute_non_Query(upd) = True Then + lblSaveUser.Text = "Right was saved successfully - " & Now.ToString + lblSaveUser.Visible = False + + End If + End If + + + Catch ex As Exception + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Unexpected Error in RIGHT_FILE_DELETECheckBox.CheckedChanged: ") + End Try + End If + End Sub + + Private Sub TBDD_USERBindingSource_CurrentChanged(sender As Object, e As EventArgs) Handles TBDD_USERBindingSource.CurrentChanged + If GUIDTextBox.Text <> "" Then + Try + Dim sql = String.Format("SELECT RIGHT1 FROM TBDD_USER_MODULES WHERE USER_ID = {0} AND MODULE_ID = (SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'PM')", GUIDTextBox.Text) + Dim RIGHT_FILE_DELETE = ClassDatabase.Execute_Scalar(sql, MyConnectionString) + RIGHT_FILE_DELETECheckBox.Checked = CBool(RIGHT_FILE_DELETE) + + + Catch ex As Exception + + MsgBox(ex.Message, MsgBoxStyle.Exclamation, "Unexpected Error in TBDD_USERBindingSource.CurrentChanged: ") + End Try End If End Sub End Class \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb b/app/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb index f4d800b..d56f50c 100644 --- a/app/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb +++ b/app/DD_PM_WINDREAM/frmUserKonfig_AddUsers.vb @@ -166,8 +166,10 @@ Public Class frmUserKonfig_AddUsers Dim ID = ClassDatabase.Execute_Scalar("SELECT MAX(GUID) FROM TBDD_USER", MyConnectionString) Dim msg = String.Format(">> USER {0}, {1} - {2} ADDED TO CONFIGURATION", NAME, PRENAME, USERNAME) ClassLogger.Add(msg, False) - SQL = String.Format("INSERT INTO TBDD_USER_MODULES (USER_ID,MODULE_ID) VALUES ({0},(SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'PM'))'", ID) - ClassDatabase.Execute_non_Query(SQL, False) + SQL = String.Format("INSERT INTO TBDD_USER_MODULES (USER_ID,MODULE_ID) VALUES ({0},(SELECT GUID FROM TBDD_MODULES WHERE SHORT_NAME = 'PM'))", ID) + If ClassDatabase.Execute_non_Query(SQL, False) = False Then + MsgBox("Attention: could not add user to module! - Please check the log.", MsgBoxStyle.Exclamation) + End If usersAdded = usersAdded + 1 End If Else