From 5cb703146f35d3bf3185bacc778eb85ef8f8b096 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 8 Jun 2018 10:52:20 +0200 Subject: [PATCH] add group assignment tab page --- .../frmProfileDesigner.Designer.vb | 302 ++++++++- app/DD_PM_WINDREAM/frmProfileDesigner.resx | 576 ++++++++++++++++-- 2 files changed, 819 insertions(+), 59 deletions(-) diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb b/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb index a66eae5..00ca9c2 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb @@ -22,7 +22,6 @@ Partial Class frmProfileDesigner 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() - Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileDesigner)) Dim NAMELabel As System.Windows.Forms.Label @@ -52,7 +51,7 @@ Partial Class frmProfileDesigner Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer() Me.gridAssignedUsers = New DevExpress.XtraGrid.GridControl() - Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource() Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.viewAssignedUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID2 = New DevExpress.XtraGrid.Columns.GridColumn() @@ -65,7 +64,7 @@ Partial Class frmProfileDesigner Me.btnUserManager = New System.Windows.Forms.Button() Me.Label20 = New System.Windows.Forms.Label() Me.gridAvailableUsers = New DevExpress.XtraGrid.GridControl() - Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource() Me.viewAvailableUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn() @@ -79,7 +78,7 @@ Partial Class frmProfileDesigner Me.Panel2 = New System.Windows.Forms.Panel() Me.Label19 = New System.Windows.Forms.Label() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() - Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource() Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() @@ -92,7 +91,7 @@ Partial Class frmProfileDesigner Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.VWPM_PROFILE_USERBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.cmbProfiles = New System.Windows.Forms.ToolStripSplitButton() - Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator() Me.tstrpbtn_add = New System.Windows.Forms.ToolStripButton() Me.tstrlblSave = New System.Windows.Forms.ToolStripLabel() Me.btnRefreshProfiles = New System.Windows.Forms.ToolStripButton() @@ -110,7 +109,7 @@ Partial Class frmProfileDesigner Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbType = New System.Windows.Forms.ComboBox() - Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.MOVE2FOLDERTextBox = New System.Windows.Forms.TextBox() Me.btnmovetoFolderDialog = New System.Windows.Forms.Button() @@ -169,15 +168,15 @@ Partial Class frmProfileDesigner Me.cmbIndexe2 = New System.Windows.Forms.ComboBox() Me.btnSaveSQLCommand = New System.Windows.Forms.Button() Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource() Me.btnShowConnections = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.cmbConnection = New System.Windows.Forms.ComboBox() - Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator() Me.BindingNavigatorCountItem4 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem4 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem4 = New System.Windows.Forms.ToolStripButton() @@ -208,7 +207,7 @@ Partial Class frmProfileDesigner Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() - Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator() Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem5 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem2 = New System.Windows.Forms.ToolStripButton() @@ -232,7 +231,7 @@ Partial Class frmProfileDesigner Me.TabPage3 = New System.Windows.Forms.TabPage() Me.Button2 = New System.Windows.Forms.Button() Me.VEKTOR_DELIMITERTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource() Me.btnConnections = New System.Windows.Forms.Button() Me.btnopen_SQLAdmin = New System.Windows.Forms.Button() Me.EMAIL_ACTIVECheckBox = New System.Windows.Forms.CheckBox() @@ -260,8 +259,8 @@ Partial Class frmProfileDesigner Me.DataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn25 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) + Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator() Me.BindingNavigatorCountItem3 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem3 = New System.Windows.Forms.ToolStripButton() @@ -272,7 +271,7 @@ Partial Class frmProfileDesigner Me.BindingNavigatorMoveNextItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator11 = New System.Windows.Forms.ToolStripSeparator() - Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tstrpinfo = New System.Windows.Forms.ToolStripStatusLabel() Me.TBPROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter() @@ -282,9 +281,36 @@ Partial Class frmProfileDesigner Me.TBPM_ERROR_LOGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_ERROR_LOGTableAdapter() Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() - Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource() Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() + Me.TabControl3 = New System.Windows.Forms.TabControl() + Me.TabPage7 = New System.Windows.Forms.TabPage() + Me.TabPage8 = New System.Windows.Forms.TabPage() + Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() + Me.GridControl2 = New DevExpress.XtraGrid.GridControl() + Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn4 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn5 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn6 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.Panel3 = New System.Windows.Forms.Panel() + Me.Label22 = New System.Windows.Forms.Label() + Me.GridControl3 = New DevExpress.XtraGrid.GridControl() + Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.GridColumn7 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn8 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn9 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn10 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn11 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn12 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn13 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn14 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn15 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.Panel4 = New System.Windows.Forms.Panel() + Me.Label23 = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() @@ -376,6 +402,19 @@ Partial Class frmProfileDesigner Me.StatusStrip1.SuspendLayout() Me.pnlMain.SuspendLayout() CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TabControl3.SuspendLayout() + Me.TabPage7.SuspendLayout() + Me.TabPage8.SuspendLayout() + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer1.Panel1.SuspendLayout() + Me.SplitContainer1.Panel2.SuspendLayout() + Me.SplitContainer1.SuspendLayout() + CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.Panel3.SuspendLayout() + CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit() + Me.Panel4.SuspendLayout() Me.SuspendLayout() ' 'GUIDLabel @@ -467,7 +506,6 @@ Partial Class frmProfileDesigner ' 'Panel1 ' - Me.Panel1.Controls.Add(Me.btnUserManager) Me.Panel1.Controls.Add(Me.Label20) resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" @@ -1719,12 +1757,13 @@ Partial Class frmProfileDesigner ' 'SplitContainerProfilzuordnung.Panel1 ' + Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.btnUserManager) Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.gridAvailableProfiles) Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.Label21) ' 'SplitContainerProfilzuordnung.Panel2 ' - Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.SplitContainer_Profilzuordnung2) + Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.TabControl3) ' 'gridAvailableProfiles ' @@ -2139,6 +2178,195 @@ Partial Class frmProfileDesigner ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' + 'TabControl3 + ' + Me.TabControl3.Controls.Add(Me.TabPage7) + Me.TabControl3.Controls.Add(Me.TabPage8) + resources.ApplyResources(Me.TabControl3, "TabControl3") + Me.TabControl3.Name = "TabControl3" + Me.TabControl3.SelectedIndex = 0 + ' + 'TabPage7 + ' + Me.TabPage7.Controls.Add(Me.SplitContainer_Profilzuordnung2) + resources.ApplyResources(Me.TabPage7, "TabPage7") + Me.TabPage7.Name = "TabPage7" + Me.TabPage7.UseVisualStyleBackColor = True + ' + 'TabPage8 + ' + Me.TabPage8.Controls.Add(Me.SplitContainer1) + resources.ApplyResources(Me.TabPage8, "TabPage8") + Me.TabPage8.Name = "TabPage8" + Me.TabPage8.UseVisualStyleBackColor = True + ' + 'SplitContainer1 + ' + resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") + Me.SplitContainer1.Name = "SplitContainer1" + ' + 'SplitContainer1.Panel1 + ' + resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1") + Me.SplitContainer1.Panel1.Controls.Add(Me.GridControl2) + Me.SplitContainer1.Panel1.Controls.Add(Me.Panel3) + ' + 'SplitContainer1.Panel2 + ' + resources.ApplyResources(Me.SplitContainer1.Panel2, "SplitContainer1.Panel2") + Me.SplitContainer1.Panel2.Controls.Add(Me.GridControl3) + Me.SplitContainer1.Panel2.Controls.Add(Me.Panel4) + ' + 'GridControl2 + ' + Me.GridControl2.AllowDrop = True + Me.GridControl2.DataSource = Me.TBPROFILE_USERBindingSource + resources.ApplyResources(Me.GridControl2, "GridControl2") + Me.GridControl2.MainView = Me.GridView2 + Me.GridControl2.Name = "GridControl2" + Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) + ' + 'GridView2 + ' + Me.GridView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn1, Me.GridColumn2, Me.GridColumn3, Me.GridColumn4, Me.GridColumn5, Me.GridColumn6}) + Me.GridView2.GridControl = Me.GridControl2 + Me.GridView2.Name = "GridView2" + Me.GridView2.OptionsBehavior.Editable = False + Me.GridView2.OptionsBehavior.ReadOnly = True + Me.GridView2.OptionsView.ShowAutoFilterRow = True + Me.GridView2.OptionsView.ShowGroupPanel = False + ' + 'GridColumn1 + ' + Me.GridColumn1.FieldName = "GUID" + Me.GridColumn1.Name = "GridColumn1" + resources.ApplyResources(Me.GridColumn1, "GridColumn1") + ' + 'GridColumn2 + ' + Me.GridColumn2.FieldName = "PRENAME" + Me.GridColumn2.Name = "GridColumn2" + resources.ApplyResources(Me.GridColumn2, "GridColumn2") + ' + 'GridColumn3 + ' + Me.GridColumn3.FieldName = "NAME" + Me.GridColumn3.Name = "GridColumn3" + resources.ApplyResources(Me.GridColumn3, "GridColumn3") + ' + 'GridColumn4 + ' + Me.GridColumn4.FieldName = "USERNAME" + Me.GridColumn4.Name = "GridColumn4" + resources.ApplyResources(Me.GridColumn4, "GridColumn4") + ' + 'GridColumn5 + ' + Me.GridColumn5.FieldName = "ADDED_WHO" + Me.GridColumn5.Name = "GridColumn5" + resources.ApplyResources(Me.GridColumn5, "GridColumn5") + ' + 'GridColumn6 + ' + Me.GridColumn6.FieldName = "ADDED_WHEN" + Me.GridColumn6.Name = "GridColumn6" + resources.ApplyResources(Me.GridColumn6, "GridColumn6") + ' + 'Panel3 + ' + Me.Panel3.Controls.Add(Me.Label22) + resources.ApplyResources(Me.Panel3, "Panel3") + Me.Panel3.Name = "Panel3" + ' + 'Label22 + ' + resources.ApplyResources(Me.Label22, "Label22") + Me.Label22.Name = "Label22" + ' + 'GridControl3 + ' + Me.GridControl3.AllowDrop = True + Me.GridControl3.DataSource = Me.TBDD_USERBindingSource + resources.ApplyResources(Me.GridControl3, "GridControl3") + Me.GridControl3.MainView = Me.GridView3 + Me.GridControl3.Name = "GridControl3" + Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3}) + ' + 'GridView3 + ' + Me.GridView3.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn7, Me.GridColumn8, Me.GridColumn9, Me.GridColumn10, Me.GridColumn11, Me.GridColumn12, Me.GridColumn13, Me.GridColumn14, Me.GridColumn15}) + Me.GridView3.GridControl = Me.GridControl3 + Me.GridView3.Name = "GridView3" + Me.GridView3.OptionsBehavior.Editable = False + Me.GridView3.OptionsBehavior.ReadOnly = True + Me.GridView3.OptionsView.ShowAutoFilterRow = True + Me.GridView3.OptionsView.ShowGroupPanel = False + ' + 'GridColumn7 + ' + Me.GridColumn7.FieldName = "GUID" + Me.GridColumn7.Name = "GridColumn7" + resources.ApplyResources(Me.GridColumn7, "GridColumn7") + ' + 'GridColumn8 + ' + Me.GridColumn8.FieldName = "PRENAME" + Me.GridColumn8.Name = "GridColumn8" + resources.ApplyResources(Me.GridColumn8, "GridColumn8") + ' + 'GridColumn9 + ' + Me.GridColumn9.FieldName = "NAME" + Me.GridColumn9.Name = "GridColumn9" + resources.ApplyResources(Me.GridColumn9, "GridColumn9") + ' + 'GridColumn10 + ' + Me.GridColumn10.FieldName = "USERNAME" + Me.GridColumn10.Name = "GridColumn10" + resources.ApplyResources(Me.GridColumn10, "GridColumn10") + ' + 'GridColumn11 + ' + Me.GridColumn11.FieldName = "EMAIL" + Me.GridColumn11.Name = "GridColumn11" + resources.ApplyResources(Me.GridColumn11, "GridColumn11") + ' + 'GridColumn12 + ' + Me.GridColumn12.FieldName = "ADDED_WHO" + Me.GridColumn12.Name = "GridColumn12" + resources.ApplyResources(Me.GridColumn12, "GridColumn12") + ' + 'GridColumn13 + ' + Me.GridColumn13.FieldName = "ADDED_WHEN" + Me.GridColumn13.Name = "GridColumn13" + resources.ApplyResources(Me.GridColumn13, "GridColumn13") + ' + 'GridColumn14 + ' + Me.GridColumn14.FieldName = "CHANGED_WHO" + Me.GridColumn14.Name = "GridColumn14" + resources.ApplyResources(Me.GridColumn14, "GridColumn14") + ' + 'GridColumn15 + ' + Me.GridColumn15.FieldName = "CHANGED_WHEN" + Me.GridColumn15.Name = "GridColumn15" + resources.ApplyResources(Me.GridColumn15, "GridColumn15") + ' + 'Panel4 + ' + Me.Panel4.Controls.Add(Me.Label23) + resources.ApplyResources(Me.Panel4, "Panel4") + Me.Panel4.Name = "Panel4" + ' + 'Label23 + ' + resources.ApplyResources(Me.Label23, "Label23") + Me.Label23.Name = "Label23" + ' 'frmProfileDesigner ' resources.ApplyResources(Me, "$this") @@ -2231,6 +2459,19 @@ Partial Class frmProfileDesigner Me.StatusStrip1.PerformLayout() Me.pnlMain.ResumeLayout(False) CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.TabControl3.ResumeLayout(False) + Me.TabPage7.ResumeLayout(False) + Me.TabPage8.ResumeLayout(False) + Me.SplitContainer1.Panel1.ResumeLayout(False) + Me.SplitContainer1.Panel2.ResumeLayout(False) + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer1.ResumeLayout(False) + CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit() + Me.Panel3.ResumeLayout(False) + CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit() + Me.Panel4.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() @@ -2471,4 +2712,31 @@ Partial Class frmProfileDesigner Friend WithEvents Panel2 As Panel Friend WithEvents Label19 As Label Friend WithEvents Label21 As Label + Friend WithEvents TabControl3 As TabControl + Friend WithEvents TabPage7 As TabPage + Friend WithEvents TabPage8 As TabPage + Friend WithEvents SplitContainer1 As SplitContainer + Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl + Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn4 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn5 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn6 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents Panel3 As Panel + Friend WithEvents Label22 As Label + Friend WithEvents GridControl3 As DevExpress.XtraGrid.GridControl + Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents GridColumn7 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn8 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn9 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn10 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn11 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn12 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn13 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn14 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents GridColumn15 As DevExpress.XtraGrid.Columns.GridColumn + Friend WithEvents Panel4 As Panel + Friend WithEvents Label23 As Label End Class diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.resx b/app/DD_PM_WINDREAM/frmProfileDesigner.resx index d68e245..7fa065a 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.resx +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.resx @@ -154,7 +154,7 @@ Fill - 0, 0 + 3, 3 Horizontal @@ -211,7 +211,7 @@ 5 - 914, 287 + 900, 268 3 @@ -228,33 +228,6 @@ 0 - - MiddleLeft - - - 748, 0 - - - 165, 23 - - - 1 - - - Benutzer verwalten - - - btnUserManager - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Panel1 - - - 0 - Left @@ -283,7 +256,7 @@ Panel1 - 1 + 0 Top @@ -292,7 +265,7 @@ 0, 0 - 914, 25 + 900, 25 4 @@ -388,7 +361,7 @@ 8 - 914, 245 + 900, 229 5 @@ -442,7 +415,7 @@ 0, 0 - 914, 25 + 900, 25 6 @@ -472,10 +445,10 @@ 1 - 914, 586 + 900, 551 - 312 + 293 0 @@ -487,11 +460,38 @@ System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - SplitContainerProfilzuordnung.Panel2 + TabPage7 0 + + MiddleLeft + + + 180, 0 + + + 165, 23 + + + 1 + + + Benutzer verwalten + + + btnUserManager + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung.Panel1 + + + 0 + False @@ -2773,7 +2773,7 @@ der Wertänderungen nutzen wollen: 3, 3, 3, 3 - 1601, 639 + 1601, 642 0 @@ -3078,7 +3078,7 @@ der Wertänderungen nutzen wollen: 3, 3, 3, 3 - 1601, 642 + 1601, 645 1 @@ -3105,7 +3105,7 @@ der Wertänderungen nutzen wollen: 668, 161 - 1609, 668 + 1609, 671 90 @@ -3385,7 +3385,7 @@ der Wertänderungen nutzen wollen: 9, 161 - 653, 686 + 653, 689 75 @@ -4067,7 +4067,7 @@ der Wertänderungen nutzen wollen: SplitContainerProfilzuordnung.Panel1 - 0 + 1 Top @@ -4097,7 +4097,7 @@ der Wertänderungen nutzen wollen: SplitContainerProfilzuordnung.Panel1 - 1 + 2 SplitContainerProfilzuordnung.Panel1 @@ -4111,6 +4111,396 @@ der Wertänderungen nutzen wollen: 0 + + 4, 25 + + + 3, 3, 3, 3 + + + 906, 557 + + + 0 + + + Benutzer + + + TabPage7 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl3 + + + 0 + + + Fill + + + 3, 3 + + + Horizontal + + + True + + + Fill + + + 0, 25 + + + True + + + 0 + + + True + + + 1 + + + True + + + 2 + + + True + + + 3 + + + True + + + 4 + + + True + + + 5 + + + 900, 267 + + + 3 + + + GridControl2 + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainer1.Panel1 + + + 0 + + + Left + + + NoControl + + + 0, 0 + + + 194, 25 + + + 0 + + + Zugeordnete Gruppen: + + + MiddleLeft + + + Label22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel3 + + + 0 + + + Top + + + 0, 0 + + + 900, 25 + + + 4 + + + Panel3 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 1 + + + SplitContainer1.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 0 + + + True + + + Fill + + + 0, 25 + + + True + + + 0 + + + True + + + 1 + + + True + + + 2 + + + True + + + 3 + + + True + + + 4 + + + True + + + 5 + + + True + + + 6 + + + True + + + 7 + + + True + + + 8 + + + 900, 230 + + + 5 + + + GridControl3 + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainer1.Panel2 + + + 0 + + + Left + + + NoControl + + + 0, 0 + + + 194, 25 + + + 0 + + + Verfügbare Gruppen: + + + MiddleLeft + + + Label23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel4 + + + 0 + + + Top + + + 0, 0 + + + 900, 25 + + + 6 + + + Panel4 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 1 + + + SplitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 1 + + + 900, 551 + + + 292 + + + 1 + + + SplitContainer1 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 906, 557 + + + 1 + + + Gruppen + + + TabPage8 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl3 + + + 1 + + + Fill + + + 0, 0 + + + 914, 586 + + + 1 + + + TabControl3 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung.Panel2 + + + 0 + SplitContainerProfilzuordnung.Panel2 @@ -5863,6 +6253,108 @@ der Wertänderungen nutzen wollen: DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + GridView2 + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn1 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn2 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn3 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn4 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn5 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn6 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridView3 + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn7 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn8 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn9 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn10 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn11 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn12 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn13 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn14 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn15 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + frmProfileDesigner