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,6 +430,528 @@ Partial Class frmProfileDesigner resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" ' + 'SplitContainer_Profilzuordnung2 + ' + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2, "SplitContainer_Profilzuordnung2") + Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" + ' + 'SplitContainer_Profilzuordnung2.Panel1 + ' + 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) + ' + 'SplitContainer_Profilzuordnung2.Panel2 + ' + 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) + ' + 'TBPROFILE_USERDataGridView + ' + 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 + ' + 'DataGridViewTextBoxColumn4 + ' + Me.DataGridViewTextBoxColumn4.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn4.Frozen = True + resources.ApplyResources(Me.DataGridViewTextBoxColumn4, "DataGridViewTextBoxColumn4") + Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" + Me.DataGridViewTextBoxColumn4.ReadOnly = True + ' + 'DataGridViewTextBoxColumn5 + ' + Me.DataGridViewTextBoxColumn5.DataPropertyName = "PRENAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") + Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" + Me.DataGridViewTextBoxColumn5.ReadOnly = True + ' + 'DataGridViewTextBoxColumn6 + ' + Me.DataGridViewTextBoxColumn6.DataPropertyName = "NAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6") + Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" + Me.DataGridViewTextBoxColumn6.ReadOnly = True + ' + 'DataGridViewTextBoxColumn7 + ' + Me.DataGridViewTextBoxColumn7.DataPropertyName = "USERNAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") + Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" + Me.DataGridViewTextBoxColumn7.ReadOnly = True + ' + 'DataGridViewTextBoxColumn8 + ' + Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") + Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" + Me.DataGridViewTextBoxColumn8.ReadOnly = True + ' + 'DataGridViewTextBoxColumn9 + ' + Me.DataGridViewTextBoxColumn9.DataPropertyName = "ADDED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") + Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" + Me.DataGridViewTextBoxColumn9.ReadOnly = True + ' + 'TBPROFILE_USERBindingSource + ' + Me.TBPROFILE_USERBindingSource.DataMember = "TBPROFILE_USER" + Me.TBPROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'TBPROFILE_USERBindingNavigator + ' + 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 + ' + 'BindingNavigatorCountItem2 + ' + Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" + resources.ApplyResources(Me.BindingNavigatorCountItem2, "BindingNavigatorCountItem2") + ' + 'BindingNavigatorDeleteItem + ' + Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") + Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" + ' + 'BindingNavigatorMoveFirstItem2 + ' + Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem2, "BindingNavigatorMoveFirstItem2") + Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" + ' + 'BindingNavigatorMovePreviousItem2 + ' + Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem2, "BindingNavigatorMovePreviousItem2") + Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" + ' + 'BindingNavigatorSeparator6 + ' + Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" + resources.ApplyResources(Me.BindingNavigatorSeparator6, "BindingNavigatorSeparator6") + ' + 'BindingNavigatorPositionItem2 + ' + resources.ApplyResources(Me.BindingNavigatorPositionItem2, "BindingNavigatorPositionItem2") + Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" + ' + 'BindingNavigatorSeparator7 + ' + Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" + resources.ApplyResources(Me.BindingNavigatorSeparator7, "BindingNavigatorSeparator7") + ' + 'BindingNavigatorMoveNextItem2 + ' + Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveNextItem2, "BindingNavigatorMoveNextItem2") + Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" + ' + 'BindingNavigatorMoveLastItem2 + ' + Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.BindingNavigatorMoveLastItem2, "BindingNavigatorMoveLastItem2") + Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" + ' + 'BindingNavigatorSeparator8 + ' + Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" + resources.ApplyResources(Me.BindingNavigatorSeparator8, "BindingNavigatorSeparator8") + ' + 'ToolStripSeparator8 + ' + Me.ToolStripSeparator8.Name = "ToolStripSeparator8" + resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") + ' + 'ToolStripLabel2 + ' + Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson + Me.ToolStripLabel2.Name = "ToolStripLabel2" + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") + ' + 'TabControlUser + ' + 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 + ' + 'TabPage7 + ' + Me.TabPage7.Controls.Add(Me.TBPM_USERDataGridView) + resources.ApplyResources(Me.TabPage7, "TabPage7") + Me.TabPage7.Name = "TabPage7" + Me.TabPage7.UseVisualStyleBackColor = True + ' + 'TBPM_USERDataGridView + ' + 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 + ' + 'DataGridViewTextBoxColumn3 + ' + Me.DataGridViewTextBoxColumn3.DataPropertyName = "GUID" + Me.DataGridViewTextBoxColumn3.Frozen = True + resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") + Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" + Me.DataGridViewTextBoxColumn3.ReadOnly = True + ' + 'DataGridViewTextBoxColumn10 + ' + Me.DataGridViewTextBoxColumn10.DataPropertyName = "PRENAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn10, "DataGridViewTextBoxColumn10") + Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" + Me.DataGridViewTextBoxColumn10.ReadOnly = True + ' + 'DataGridViewTextBoxColumn11 + ' + Me.DataGridViewTextBoxColumn11.DataPropertyName = "NAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn11, "DataGridViewTextBoxColumn11") + Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" + Me.DataGridViewTextBoxColumn11.ReadOnly = True + ' + 'DataGridViewTextBoxColumn12 + ' + Me.DataGridViewTextBoxColumn12.DataPropertyName = "USERNAME" + resources.ApplyResources(Me.DataGridViewTextBoxColumn12, "DataGridViewTextBoxColumn12") + Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" + Me.DataGridViewTextBoxColumn12.ReadOnly = True + ' + 'DataGridViewTextBoxColumn13 + ' + Me.DataGridViewTextBoxColumn13.DataPropertyName = "EMAIL" + resources.ApplyResources(Me.DataGridViewTextBoxColumn13, "DataGridViewTextBoxColumn13") + Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" + Me.DataGridViewTextBoxColumn13.ReadOnly = True + ' + 'DataGridViewTextBoxColumn18 + ' + Me.DataGridViewTextBoxColumn18.DataPropertyName = "ADDED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn18, "DataGridViewTextBoxColumn18") + Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" + Me.DataGridViewTextBoxColumn18.ReadOnly = True + ' + 'DataGridViewTextBoxColumn19 + ' + Me.DataGridViewTextBoxColumn19.DataPropertyName = "ADDED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn19, "DataGridViewTextBoxColumn19") + Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" + Me.DataGridViewTextBoxColumn19.ReadOnly = True + ' + 'DataGridViewTextBoxColumn20 + ' + Me.DataGridViewTextBoxColumn20.DataPropertyName = "CHANGED_WHO" + resources.ApplyResources(Me.DataGridViewTextBoxColumn20, "DataGridViewTextBoxColumn20") + Me.DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20" + Me.DataGridViewTextBoxColumn20.ReadOnly = True + ' + 'DataGridViewTextBoxColumn21 + ' + Me.DataGridViewTextBoxColumn21.DataPropertyName = "CHANGED_WHEN" + resources.ApplyResources(Me.DataGridViewTextBoxColumn21, "DataGridViewTextBoxColumn21") + Me.DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21" + Me.DataGridViewTextBoxColumn21.ReadOnly = True + ' + 'TBDD_USERBindingSource + ' + Me.TBDD_USERBindingSource.DataMember = "TBDD_USER" + Me.TBDD_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'TabPage8 + ' + 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 + ' + 'GroupBox1 + ' + Me.GroupBox1.Controls.Add(Me.RIGHT_FILE_DELETECheckBox) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.TabStop = False + ' + 'RIGHT_FILE_DELETECheckBox + ' + resources.ApplyResources(Me.RIGHT_FILE_DELETECheckBox, "RIGHT_FILE_DELETECheckBox") + Me.RIGHT_FILE_DELETECheckBox.Name = "RIGHT_FILE_DELETECheckBox" + Me.RIGHT_FILE_DELETECheckBox.UseVisualStyleBackColor = True + ' + 'lblSaveUser + ' + resources.ApplyResources(Me.lblSaveUser, "lblSaveUser") + Me.lblSaveUser.BackColor = System.Drawing.Color.Yellow + Me.lblSaveUser.Name = "lblSaveUser" + ' + 'CHANGED_WHENLabel1 + ' + resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") + CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" + ' + 'CHANGED_WHENTextBox1 + ' + 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" + ' + 'CHANGED_WHOLabel1 + ' + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") + CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" + ' + 'CHANGED_WHOTextBox1 + ' + 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" + ' + 'ADDED_WHENLabel1 + ' + resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") + ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" + ' + 'ADDED_WHENTextBox1 + ' + 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" + ' + 'ADDED_WHOLabel1 + ' + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") + ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" + ' + 'ADDED_WHOTextBox1 + ' + 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" + ' + 'EMAILLabel + ' + resources.ApplyResources(EMAILLabel, "EMAILLabel") + EMAILLabel.Name = "EMAILLabel" + ' + 'EMAILTextBox + ' + Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "EMAIL", True)) + resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox") + Me.EMAILTextBox.Name = "EMAILTextBox" + ' + 'USERNAMELabel + ' + resources.ApplyResources(USERNAMELabel, "USERNAMELabel") + USERNAMELabel.Name = "USERNAMELabel" + ' + 'USERNAMETextBox + ' + Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERNAME", True)) + resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") + Me.USERNAMETextBox.Name = "USERNAMETextBox" + ' + 'NAMELabel1 + ' + resources.ApplyResources(NAMELabel1, "NAMELabel1") + NAMELabel1.Name = "NAMELabel1" + ' + 'NAMETextBox1 + ' + Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "NAME", True)) + resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1") + Me.NAMETextBox1.Name = "NAMETextBox1" + ' + 'PRENAMELabel + ' + resources.ApplyResources(PRENAMELabel, "PRENAMELabel") + PRENAMELabel.Name = "PRENAMELabel" + ' + 'PRENAMETextBox + ' + Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "PRENAME", True)) + resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox") + Me.PRENAMETextBox.Name = "PRENAMETextBox" + ' + 'GUIDLabel1 + ' + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") + GUIDLabel1.Name = "GUIDLabel1" + ' + 'GUIDTextBox + ' + 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" + ' + '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 + ' + 'ToolStripButton5 + ' + Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5") + Me.ToolStripButton5.Name = "ToolStripButton5" + ' + 'ToolStripLabel3 + ' + Me.ToolStripLabel3.Name = "ToolStripLabel3" + resources.ApplyResources(Me.ToolStripLabel3, "ToolStripLabel3") + ' + 'ToolStripButton6 + ' + Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6") + Me.ToolStripButton6.Name = "ToolStripButton6" + ' + 'ToolStripButton7 + ' + Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7") + Me.ToolStripButton7.Name = "ToolStripButton7" + ' + 'ToolStripButton8 + ' + Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8") + Me.ToolStripButton8.Name = "ToolStripButton8" + ' + 'ToolStripSeparator5 + ' + Me.ToolStripSeparator5.Name = "ToolStripSeparator5" + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") + ' + 'ToolStripTextBox2 + ' + resources.ApplyResources(Me.ToolStripTextBox2, "ToolStripTextBox2") + Me.ToolStripTextBox2.Name = "ToolStripTextBox2" + ' + 'ToolStripSeparator6 + ' + Me.ToolStripSeparator6.Name = "ToolStripSeparator6" + resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") + ' + 'ToolStripButton9 + ' + Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9") + Me.ToolStripButton9.Name = "ToolStripButton9" + ' + 'ToolStripButton10 + ' + Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + resources.ApplyResources(Me.ToolStripButton10, "ToolStripButton10") + Me.ToolStripButton10.Name = "ToolStripButton10" + ' + 'ToolStripSeparator7 + ' + Me.ToolStripSeparator7.Name = "ToolStripSeparator7" + resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") + ' + 'ToolStripButton11 + ' + 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" + ' + 'tsbtnworkUser + ' + 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" + ' + 'ToolStripButton4 + ' + 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 + ' + 'ToolStripButton12 + ' + 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" + ' 'NAMELabel ' resources.ApplyResources(NAMELabel, "NAMELabel") @@ -540,59 +1063,6 @@ Partial Class frmProfileDesigner resources.ApplyResources(VEKTOR_DELIMITERLabel, "VEKTOR_DELIMITERLabel") VEKTOR_DELIMITERLabel.Name = "VEKTOR_DELIMITERLabel" ' - 'ToolStripButton4 - ' - 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 - ' - 'GUIDLabel1 - ' - resources.ApplyResources(GUIDLabel1, "GUIDLabel1") - GUIDLabel1.Name = "GUIDLabel1" - ' - 'PRENAMELabel - ' - resources.ApplyResources(PRENAMELabel, "PRENAMELabel") - PRENAMELabel.Name = "PRENAMELabel" - ' - 'NAMELabel1 - ' - resources.ApplyResources(NAMELabel1, "NAMELabel1") - NAMELabel1.Name = "NAMELabel1" - ' - 'USERNAMELabel - ' - resources.ApplyResources(USERNAMELabel, "USERNAMELabel") - USERNAMELabel.Name = "USERNAMELabel" - ' - 'EMAILLabel - ' - resources.ApplyResources(EMAILLabel, "EMAILLabel") - EMAILLabel.Name = "EMAILLabel" - ' - 'ADDED_WHOLabel1 - ' - resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") - ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ' - 'ADDED_WHENLabel1 - ' - resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") - ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ' - 'CHANGED_WHOLabel1 - ' - resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") - CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - ' - 'CHANGED_WHENLabel1 - ' - resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") - CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - ' 'WORK_HISTORY_ENTRYLabel ' resources.ApplyResources(WORK_HISTORY_ENTRYLabel, "WORK_HISTORY_ENTRYLabel") @@ -603,11 +1073,6 @@ Partial Class frmProfileDesigner resources.ApplyResources(SQL_VIEWLabel, "SQL_VIEWLabel") SQL_VIEWLabel.Name = "SQL_VIEWLabel" ' - 'DD_DMSLiteDataSet - ' - Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" - Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema - ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False @@ -1518,8 +1983,8 @@ Partial Class frmProfileDesigner 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 + 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}) @@ -1608,471 +2073,6 @@ Partial Class frmProfileDesigner Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5") ' - 'SplitContainer_Profilzuordnung2 - ' - resources.ApplyResources(Me.SplitContainer_Profilzuordnung2, "SplitContainer_Profilzuordnung2") - Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" - ' - 'SplitContainer_Profilzuordnung2.Panel1 - ' - 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) - ' - 'SplitContainer_Profilzuordnung2.Panel2 - ' - 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) - ' - 'TBPROFILE_USERDataGridView - ' - 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 - ' - 'DataGridViewTextBoxColumn4 - ' - Me.DataGridViewTextBoxColumn4.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn4.Frozen = True - resources.ApplyResources(Me.DataGridViewTextBoxColumn4, "DataGridViewTextBoxColumn4") - Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" - Me.DataGridViewTextBoxColumn4.ReadOnly = True - ' - 'DataGridViewTextBoxColumn5 - ' - Me.DataGridViewTextBoxColumn5.DataPropertyName = "PRENAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") - Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" - Me.DataGridViewTextBoxColumn5.ReadOnly = True - ' - 'DataGridViewTextBoxColumn6 - ' - Me.DataGridViewTextBoxColumn6.DataPropertyName = "NAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6") - Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" - Me.DataGridViewTextBoxColumn6.ReadOnly = True - ' - 'DataGridViewTextBoxColumn7 - ' - Me.DataGridViewTextBoxColumn7.DataPropertyName = "USERNAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") - Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" - Me.DataGridViewTextBoxColumn7.ReadOnly = True - ' - 'DataGridViewTextBoxColumn8 - ' - Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") - Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" - Me.DataGridViewTextBoxColumn8.ReadOnly = True - ' - 'DataGridViewTextBoxColumn9 - ' - Me.DataGridViewTextBoxColumn9.DataPropertyName = "ADDED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") - Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" - Me.DataGridViewTextBoxColumn9.ReadOnly = True - ' - 'TBPROFILE_USERBindingSource - ' - Me.TBPROFILE_USERBindingSource.DataMember = "TBPROFILE_USER" - Me.TBPROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet - ' - 'TBPROFILE_USERBindingNavigator - ' - 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 - ' - 'BindingNavigatorCountItem2 - ' - Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" - resources.ApplyResources(Me.BindingNavigatorCountItem2, "BindingNavigatorCountItem2") - ' - 'BindingNavigatorDeleteItem - ' - Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") - Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" - ' - 'BindingNavigatorMoveFirstItem2 - ' - Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveFirstItem2, "BindingNavigatorMoveFirstItem2") - Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" - ' - 'BindingNavigatorMovePreviousItem2 - ' - Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMovePreviousItem2, "BindingNavigatorMovePreviousItem2") - Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" - ' - 'BindingNavigatorSeparator6 - ' - Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" - resources.ApplyResources(Me.BindingNavigatorSeparator6, "BindingNavigatorSeparator6") - ' - 'BindingNavigatorPositionItem2 - ' - resources.ApplyResources(Me.BindingNavigatorPositionItem2, "BindingNavigatorPositionItem2") - Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" - ' - 'BindingNavigatorSeparator7 - ' - Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" - resources.ApplyResources(Me.BindingNavigatorSeparator7, "BindingNavigatorSeparator7") - ' - 'BindingNavigatorMoveNextItem2 - ' - Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveNextItem2, "BindingNavigatorMoveNextItem2") - Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" - ' - 'BindingNavigatorMoveLastItem2 - ' - Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.BindingNavigatorMoveLastItem2, "BindingNavigatorMoveLastItem2") - Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" - ' - 'BindingNavigatorSeparator8 - ' - Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" - resources.ApplyResources(Me.BindingNavigatorSeparator8, "BindingNavigatorSeparator8") - ' - 'ToolStripSeparator8 - ' - Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") - ' - 'ToolStripLabel2 - ' - Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson - Me.ToolStripLabel2.Name = "ToolStripLabel2" - resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") - ' - 'TabControlUser - ' - 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 - ' - 'TabPage7 - ' - Me.TabPage7.Controls.Add(Me.TBPM_USERDataGridView) - resources.ApplyResources(Me.TabPage7, "TabPage7") - Me.TabPage7.Name = "TabPage7" - Me.TabPage7.UseVisualStyleBackColor = True - ' - 'TBPM_USERDataGridView - ' - 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 - ' - 'DataGridViewTextBoxColumn3 - ' - Me.DataGridViewTextBoxColumn3.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn3.Frozen = True - resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") - Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" - Me.DataGridViewTextBoxColumn3.ReadOnly = True - ' - 'DataGridViewTextBoxColumn10 - ' - Me.DataGridViewTextBoxColumn10.DataPropertyName = "PRENAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn10, "DataGridViewTextBoxColumn10") - Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" - Me.DataGridViewTextBoxColumn10.ReadOnly = True - ' - 'DataGridViewTextBoxColumn11 - ' - Me.DataGridViewTextBoxColumn11.DataPropertyName = "NAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn11, "DataGridViewTextBoxColumn11") - Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" - Me.DataGridViewTextBoxColumn11.ReadOnly = True - ' - 'DataGridViewTextBoxColumn12 - ' - Me.DataGridViewTextBoxColumn12.DataPropertyName = "USERNAME" - resources.ApplyResources(Me.DataGridViewTextBoxColumn12, "DataGridViewTextBoxColumn12") - Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" - Me.DataGridViewTextBoxColumn12.ReadOnly = True - ' - 'DataGridViewTextBoxColumn13 - ' - Me.DataGridViewTextBoxColumn13.DataPropertyName = "EMAIL" - resources.ApplyResources(Me.DataGridViewTextBoxColumn13, "DataGridViewTextBoxColumn13") - Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" - Me.DataGridViewTextBoxColumn13.ReadOnly = True - ' - 'DataGridViewTextBoxColumn18 - ' - Me.DataGridViewTextBoxColumn18.DataPropertyName = "ADDED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn18, "DataGridViewTextBoxColumn18") - Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" - Me.DataGridViewTextBoxColumn18.ReadOnly = True - ' - 'DataGridViewTextBoxColumn19 - ' - Me.DataGridViewTextBoxColumn19.DataPropertyName = "ADDED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn19, "DataGridViewTextBoxColumn19") - Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" - Me.DataGridViewTextBoxColumn19.ReadOnly = True - ' - 'DataGridViewTextBoxColumn20 - ' - Me.DataGridViewTextBoxColumn20.DataPropertyName = "CHANGED_WHO" - resources.ApplyResources(Me.DataGridViewTextBoxColumn20, "DataGridViewTextBoxColumn20") - Me.DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20" - Me.DataGridViewTextBoxColumn20.ReadOnly = True - ' - 'DataGridViewTextBoxColumn21 - ' - Me.DataGridViewTextBoxColumn21.DataPropertyName = "CHANGED_WHEN" - resources.ApplyResources(Me.DataGridViewTextBoxColumn21, "DataGridViewTextBoxColumn21") - Me.DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21" - Me.DataGridViewTextBoxColumn21.ReadOnly = True - ' - 'TBPM_USERBindingSource - ' - Me.TBPM_USERBindingSource.DataMember = "TBDD_USER" - Me.TBPM_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet - ' - 'TabPage8 - ' - 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 - ' - 'Button4 - ' - resources.ApplyResources(Me.Button4, "Button4") - Me.Button4.Name = "Button4" - Me.Button4.UseVisualStyleBackColor = True - ' - 'RIGHT_FILE_DELETECheckBox - ' - 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 - ' - 'lblSaveUser - ' - resources.ApplyResources(Me.lblSaveUser, "lblSaveUser") - Me.lblSaveUser.BackColor = System.Drawing.Color.Yellow - Me.lblSaveUser.Name = "lblSaveUser" - ' - 'CHANGED_WHENTextBox1 - ' - 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" - ' - 'CHANGED_WHOTextBox1 - ' - 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" - ' - 'ADDED_WHENTextBox1 - ' - 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" - ' - 'ADDED_WHOTextBox1 - ' - 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" - ' - 'EMAILTextBox - ' - Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "EMAIL", True)) - resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox") - Me.EMAILTextBox.Name = "EMAILTextBox" - ' - 'USERNAMETextBox - ' - Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "USERNAME", True)) - resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") - Me.USERNAMETextBox.Name = "USERNAMETextBox" - ' - 'NAMETextBox1 - ' - Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "NAME", True)) - resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1") - Me.NAMETextBox1.Name = "NAMETextBox1" - ' - 'PRENAMETextBox - ' - Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "PRENAME", True)) - resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox") - Me.PRENAMETextBox.Name = "PRENAMETextBox" - ' - 'GUIDTextBox - ' - 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" - ' - '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 - ' - 'ToolStripButton5 - ' - Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5") - Me.ToolStripButton5.Name = "ToolStripButton5" - ' - 'ToolStripLabel3 - ' - Me.ToolStripLabel3.Name = "ToolStripLabel3" - resources.ApplyResources(Me.ToolStripLabel3, "ToolStripLabel3") - ' - 'ToolStripButton6 - ' - Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6") - Me.ToolStripButton6.Name = "ToolStripButton6" - ' - 'ToolStripButton7 - ' - Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7") - Me.ToolStripButton7.Name = "ToolStripButton7" - ' - 'ToolStripButton8 - ' - Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8") - Me.ToolStripButton8.Name = "ToolStripButton8" - ' - 'ToolStripSeparator5 - ' - Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") - ' - 'ToolStripTextBox2 - ' - resources.ApplyResources(Me.ToolStripTextBox2, "ToolStripTextBox2") - Me.ToolStripTextBox2.Name = "ToolStripTextBox2" - ' - 'ToolStripSeparator6 - ' - Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") - ' - 'ToolStripButton9 - ' - Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9") - Me.ToolStripButton9.Name = "ToolStripButton9" - ' - 'ToolStripButton10 - ' - Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - resources.ApplyResources(Me.ToolStripButton10, "ToolStripButton10") - Me.ToolStripButton10.Name = "ToolStripButton10" - ' - 'ToolStripSeparator7 - ' - Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") - ' - 'ToolStripButton11 - ' - 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" - ' - 'tsbtnworkUser - ' - 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" - ' - 'ToolStripButton12 - ' - 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" - ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.Button2) @@ -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,6 +149,1257 @@ 2 + + + Fill + + + 0, 0 + + + Horizontal + + + True + + + ID + + + 40 + + + Vorname + + + Nachname + + + User + + + Erstellt wer + + + Wann + + + 833, 95 + + + 17, 17 + + + Fill + + + 0, 25 + + + 898, 269 + + + 2 + + + TBPROFILE_USERDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel1 + + + 0 + + + 344, 95 + + + 153, 22 + + + von {0} zugeordneten Usern + + + Die Gesamtanzahl der Elemente. + + + + 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= + + + + True + + + 23, 22 + + + Löschen + + + + 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= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + 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== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 6, 25 + + + 285, 22 + + + Ziehen Sie neue User per Drag Drop in diesen Bereich + + + 0, 0 + + + 898, 25 + + + 2 + + + BindingNavigator2 + + + TBPROFILE_USERBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel1 + + + 1 + + + SplitContainer_Profilzuordnung2.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2 + + + 0 + + + True + + + ID + + + Vorname + + + Nachname + + + UserName + + + Email + + + Erstellt wer + + + Erstellt wann + + + Geändert wer + + + Geändert wann + + + 17, 82 + + + Fill + + + 3, 3 + + + 884, 193 + + + 3 + + + TBPM_USERDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage7 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 890, 199 + + + 0 + + + User -Übersicht + + + TabPage7 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlUser + + + 0 + + + True + + + Tahoma, 9pt + + + 6, 16 + + + 136, 24 + + + 79 + + + Recht Datei löschen + + + RIGHT_FILE_DELETECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + 520, 48 + + + 200, 87 + + + 81 + + + Rechte für User: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 0 + + + True + + + Tahoma, 9pt, style=Italic + + + NoControl + + + 517, 161 + + + 143, 14 + + + 78 + + + Änderungen gespeichert + + + False + + + lblSaveUser + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 1 + + + False + + + True + + + Tahoma, 9pt, style=Italic + + + 265, 94 + + + 96, 14 + + + 17 + + + Geändert wann: + + + CHANGED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 2 + + + False + + + Tahoma, 9pt, style=Italic + + + 268, 113 + + + 190, 22 + + + 18 + + + CHANGED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 3 + + + False + + + True + + + Tahoma, 9pt, style=Italic + + + 265, 139 + + + 87, 14 + + + 15 + + + Geändert wer: + + + CHANGED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 4 + + + False + + + Tahoma, 9pt, style=Italic + + + 268, 158 + + + 190, 22 + + + 16 + + + CHANGED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 5 + + + False + + + True + + + Tahoma, 9pt, style=Italic + + + 68, 94 + + + 78, 14 + + + 13 + + + Erstellt wann + + + ADDED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 6 + + + False + + + Tahoma, 9pt, style=Italic + + + 71, 113 + + + 188, 22 + + + 14 + + + ADDED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 7 + + + False + + + True + + + Tahoma, 9pt, style=Italic + + + 68, 139 + + + 73, 14 + + + 11 + + + Erstellt wer: + + + ADDED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 8 + + + False + + + Tahoma, 9pt, style=Italic + + + 71, 158 + + + 188, 22 + + + 12 + + + ADDED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 9 + + + False + + + True + + + Tahoma, 9pt + + + 68, 48 + + + 38, 14 + + + 8 + + + Email: + + + EMAILLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 10 + + + Tahoma, 9pt + + + 71, 66 + + + 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 + + + 517, 3 + + + 65, 14 + + + 6 + + + Username: + + + USERNAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 12 + + + Tahoma, 9pt + + + 520, 22 + + + 240, 22 + + + 7 + + + USERNAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 13 + + + False + + + True + + + Tahoma, 9pt + + + 265, 3 + + + 68, 14 + + + 4 + + + Nachname: + + + NAMELabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 14 + + + Tahoma, 9pt + + + 268, 22 + + + 246, 22 + + + 5 + + + NAMETextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 15 + + + False + + + True + + + Tahoma, 9pt + + + 68, 3 + + + 60, 14 + + + 2 + + + Vorname: + + + PRENAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 16 + + + Tahoma, 9pt + + + 71, 22 + + + 188, 22 + + + 3 + + + PRENAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 17 + + + False + + + True + + + Tahoma, 9pt, style=Italic + + + 6, 3 + + + 23, 14 + + + 0 + + + ID: + + + GUIDLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 18 + + + False + + + Tahoma, 9pt, style=Italic + + + 9, 22 + + + 53, 22 + + + 1 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 19 + + + 4, 25 + + + 3, 3, 3, 3 + + + 890, 199 + + + 1 + + + User - Detail + + + TabPage8 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlUser + + + 1 + + + Fill + + + 0, 25 + + + 898, 228 + + + 4 + + + TabControlUser + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel2 + + + 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 + + + 23, 22 + + + Neu hinzufügen + + + 80, 22 + + + von {0} Usern + + + Die Gesamtanzahl der Elemente. + + + + 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= + + + + True + + + 23, 22 + + + Löschen + + + + 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= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + 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== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 23, 22 + + + Speichern + + + MiddleLeft + + + Magenta + + + 145, 22 + + + User-Daten bearbeiten + + + MiddleRight + + + False + + + Magenta + + + 134, 22 + + + AD-User hinzufügen + + + Magenta + + + 23, 22 + + + Refresh + + + 0, 0 + + + 898, 25 + + + 3 + + + BindingNavigator3 + + + TBDD_USERBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel2 + + + 1 + + + SplitContainer_Profilzuordnung2.Panel2 + + + 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 + + + 0 + False @@ -841,315 +2092,6 @@ der Wertänderungen nutzen wollen: 1 - - False - - - Magenta - - - 134, 22 - - - AD-User hinzufügen - - - False - - - True - - - Tahoma, 9pt, style=Italic - - - 6, 3 - - - 23, 14 - - - 0 - - - ID: - - - GUIDLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 19 - - - False - - - True - - - Tahoma, 9pt - - - 68, 3 - - - 60, 14 - - - 2 - - - Vorname: - - - PRENAMELabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 17 - - - False - - - True - - - Tahoma, 9pt - - - 265, 3 - - - 68, 14 - - - 4 - - - Nachname: - - - NAMELabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 15 - - - False - - - True - - - Tahoma, 9pt - - - 517, 3 - - - 65, 14 - - - 6 - - - Username: - - - USERNAMELabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 13 - - - False - - - True - - - Tahoma, 9pt - - - 68, 48 - - - 38, 14 - - - 8 - - - Email: - - - EMAILLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 11 - - - False - - - True - - - Tahoma, 9pt, style=Italic - - - 68, 139 - - - 73, 14 - - - 11 - - - Erstellt wer: - - - ADDED_WHOLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 9 - - - False - - - True - - - Tahoma, 9pt, style=Italic - - - 68, 94 - - - 78, 14 - - - 13 - - - Erstellt wann - - - ADDED_WHENLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 7 - - - False - - - True - - - Tahoma, 9pt, style=Italic - - - 265, 139 - - - 87, 14 - - - 15 - - - Geändert wer: - - - CHANGED_WHOLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 5 - - - False - - - True - - - Tahoma, 9pt, style=Italic - - - 265, 94 - - - 96, 14 - - - 17 - - - Geändert wann: - - - CHANGED_WHENLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 3 - False @@ -1210,9 +2152,6 @@ der Wertänderungen nutzen wollen: 2 - - 17, 17 - 179, 17 @@ -1805,7 +2744,6 @@ der Wertänderungen nutzen wollen: 1035, 115 - 0, 0, 2, 2 @@ -2783,7 +3721,7 @@ der Wertänderungen nutzen wollen: 3, 3, 3, 3 - 1579, 541 + 1579, 550 0 @@ -3088,7 +4026,7 @@ der Wertänderungen nutzen wollen: 3, 3, 3, 3 - 1579, 544 + 1579, 553 1 @@ -3115,7 +4053,7 @@ der Wertänderungen nutzen wollen: 668, 161 - 1587, 570 + 1587, 579 90 @@ -3395,7 +4333,7 @@ der Wertänderungen nutzen wollen: 9, 161 - 653, 588 + 653, 597 75 @@ -3854,944 +4792,6 @@ der Wertänderungen nutzen wollen: 0 - - Fill - - - 0, 0 - - - Horizontal - - - True - - - ID - - - 40 - - - Vorname - - - Nachname - - - User - - - Erstellt wer - - - Wann - - - 833, 95 - - - Fill - - - 0, 25 - - - 898, 269 - - - 2 - - - TBPROFILE_USERDataGridView - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer_Profilzuordnung2.Panel1 - - - 0 - - - 344, 95 - - - 153, 22 - - - von {0} zugeordneten Usern - - - Die Gesamtanzahl der Elemente. - - - - 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= - - - - True - - - 23, 22 - - - Löschen - - - - 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= - - - - True - - - 23, 22 - - - Erste verschieben - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - - - - True - - - 23, 22 - - - Vorherige verschieben - - - 6, 25 - - - Position - - - False - - - 50, 23 - - - 0 - - - Aktuelle Position - - - 6, 25 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - - - - True - - - 23, 22 - - - Nächste verschieben - - - - 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== - - - - True - - - 23, 22 - - - Letzte verschieben - - - 6, 25 - - - 6, 25 - - - 285, 22 - - - Ziehen Sie neue User per Drag Drop in diesen Bereich - - - 0, 0 - - - 898, 25 - - - 2 - - - BindingNavigator2 - - - TBPROFILE_USERBindingNavigator - - - System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer_Profilzuordnung2.Panel1 - - - 1 - - - SplitContainer_Profilzuordnung2.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer_Profilzuordnung2 - - - 0 - - - True - - - ID - - - Vorname - - - Nachname - - - UserName - - - Email - - - Erstellt wer - - - Erstellt wann - - - Geändert wer - - - Geändert wann - - - 17, 134 - - - Fill - - - 3, 3 - - - 884, 193 - - - 3 - - - TBPM_USERDataGridView - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage7 - - - 0 - - - 4, 25 - - - 3, 3, 3, 3 - - - 890, 199 - - - 0 - - - User -Übersicht - - - TabPage7 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControlUser - - - 0 - - - True - - - 672, 67 - - - 147, 23 - - - 80 - - - User als Admin setzen - - - Button4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 0 - - - Tahoma, 9pt - - - 520, 66 - - - 136, 24 - - - 79 - - - Recht Datei löschen - - - RIGHT_FILE_DELETECheckBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 1 - - - True - - - Tahoma, 9pt, style=Italic - - - NoControl - - - 517, 115 - - - 143, 14 - - - 78 - - - Änderungen gespeichert - - - False - - - lblSaveUser - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 2 - - - False - - - Tahoma, 9pt, style=Italic - - - 268, 113 - - - 190, 22 - - - 18 - - - CHANGED_WHENTextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 4 - - - False - - - Tahoma, 9pt, style=Italic - - - 268, 158 - - - 190, 22 - - - 16 - - - CHANGED_WHOTextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 6 - - - False - - - Tahoma, 9pt, style=Italic - - - 71, 113 - - - 188, 22 - - - 14 - - - ADDED_WHENTextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 8 - - - False - - - Tahoma, 9pt, style=Italic - - - 71, 158 - - - 188, 22 - - - 12 - - - ADDED_WHOTextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 10 - - - Tahoma, 9pt - - - 71, 66 - - - 443, 22 - - - 9 - - - EMAILTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 12 - - - Tahoma, 9pt - - - 520, 22 - - - 240, 22 - - - 7 - - - USERNAMETextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 14 - - - Tahoma, 9pt - - - 268, 22 - - - 246, 22 - - - 5 - - - NAMETextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 16 - - - Tahoma, 9pt - - - 71, 22 - - - 188, 22 - - - 3 - - - PRENAMETextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 18 - - - False - - - Tahoma, 9pt, style=Italic - - - 9, 22 - - - 53, 22 - - - 1 - - - GUIDTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage8 - - - 20 - - - 4, 22 - - - 3, 3, 3, 3 - - - 890, 202 - - - 1 - - - User - Detail - - - TabPage8 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControlUser - - - 1 - - - Fill - - - 0, 25 - - - 898, 228 - - - 4 - - - TabControlUser - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer_Profilzuordnung2.Panel2 - - - 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 - - - 23, 22 - - - Neu hinzufügen - - - 80, 22 - - - von {0} Usern - - - Die Gesamtanzahl der Elemente. - - - - 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= - - - - True - - - 23, 22 - - - Löschen - - - - 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= - - - - True - - - 23, 22 - - - Erste verschieben - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - - - - True - - - 23, 22 - - - Vorherige verschieben - - - 6, 25 - - - Position - - - False - - - 50, 23 - - - 0 - - - Aktuelle Position - - - 6, 25 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - - - - True - - - 23, 22 - - - Nächste verschieben - - - - 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== - - - - 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 - - - 3 - - - BindingNavigator3 - - - TBPM_USERBindingNavigator - - - System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer_Profilzuordnung2.Panel2 - - - 1 - - - SplitContainer_Profilzuordnung2.Panel2 - - - 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 - - - 0 - SplitContainerProfilzuordnung.Panel2 @@ -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