jj: Editor Detail doppelt

This commit is contained in:
Jonathan Jenne 2018-05-24 13:04:02 +02:00
parent 259771399c
commit c956d2284a
2 changed files with 2285 additions and 1206 deletions

View File

@ -25,8 +25,8 @@ Partial Class frmProfileDesigner
Me.components = New System.ComponentModel.Container() Me.components = New System.ComponentModel.Container()
Dim GUIDLabel As System.Windows.Forms.Label Dim GUIDLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileDesigner)) 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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label
Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label
Dim ADDED_WHENLabel1 As System.Windows.Forms.Label Dim ADDED_WHENLabel1 As System.Windows.Forms.Label
@ -61,8 +61,8 @@ Partial Class frmProfileDesigner
Dim VEKTOR_DELIMITERLabel As System.Windows.Forms.Label Dim VEKTOR_DELIMITERLabel As System.Windows.Forms.Label
Dim WORK_HISTORY_ENTRYLabel As System.Windows.Forms.Label Dim WORK_HISTORY_ENTRYLabel As System.Windows.Forms.Label
Dim SQL_VIEWLabel As System.Windows.Forms.Label Dim SQL_VIEWLabel As System.Windows.Forms.Label
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer() Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer()
Me.TBPROFILE_USERDataGridView = New System.Windows.Forms.DataGridView() Me.TBPROFILE_USERDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
@ -195,7 +195,6 @@ Partial Class frmProfileDesigner
Me.TabControl2 = New System.Windows.Forms.TabControl() Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage11 = New System.Windows.Forms.TabPage() Me.TabPage11 = New System.Windows.Forms.TabPage()
Me.Label13 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.TabControlFinalIndices = New System.Windows.Forms.TabControl() Me.TabControlFinalIndices = New System.Windows.Forms.TabControl()
Me.TabPage9 = New System.Windows.Forms.TabPage() Me.TabPage9 = New System.Windows.Forms.TabPage()
Me.CheckBoxPMVEKTOR = New System.Windows.Forms.CheckBox() Me.CheckBoxPMVEKTOR = New System.Windows.Forms.CheckBox()
@ -452,8 +451,8 @@ Partial Class frmProfileDesigner
Me.TBPROFILE_USERDataGridView.AllowDrop = True Me.TBPROFILE_USERDataGridView.AllowDrop = True
Me.TBPROFILE_USERDataGridView.AllowUserToAddRows = False Me.TBPROFILE_USERDataGridView.AllowUserToAddRows = False
Me.TBPROFILE_USERDataGridView.AllowUserToDeleteRows = False Me.TBPROFILE_USERDataGridView.AllowUserToDeleteRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Yellow DataGridViewCellStyle5.BackColor = System.Drawing.Color.Yellow
Me.TBPROFILE_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.TBPROFILE_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
Me.TBPROFILE_USERDataGridView.AutoGenerateColumns = False Me.TBPROFILE_USERDataGridView.AutoGenerateColumns = False
Me.TBPROFILE_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 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.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9})
@ -617,8 +616,8 @@ Partial Class frmProfileDesigner
' '
Me.TBPM_USERDataGridView.AllowUserToAddRows = False Me.TBPM_USERDataGridView.AllowUserToAddRows = False
Me.TBPM_USERDataGridView.AllowUserToDeleteRows = False Me.TBPM_USERDataGridView.AllowUserToDeleteRows = False
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Aqua DataGridViewCellStyle6.BackColor = System.Drawing.Color.Aqua
Me.TBPM_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.TBPM_USERDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
Me.TBPM_USERDataGridView.AutoGenerateColumns = False Me.TBPM_USERDataGridView.AutoGenerateColumns = False
Me.TBPM_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 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.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})
@ -1563,7 +1562,6 @@ Partial Class frmProfileDesigner
'TabPage11 'TabPage11
' '
Me.TabPage11.Controls.Add(Me.Label13) Me.TabPage11.Controls.Add(Me.Label13)
Me.TabPage11.Controls.Add(Me.Button1)
Me.TabPage11.Controls.Add(Me.GroupBox3) Me.TabPage11.Controls.Add(Me.GroupBox3)
Me.TabPage11.Controls.Add(Me.TabControlFinalIndices) Me.TabPage11.Controls.Add(Me.TabControlFinalIndices)
Me.TabPage11.Controls.Add(Me.Label5) Me.TabPage11.Controls.Add(Me.Label5)
@ -1579,12 +1577,6 @@ Partial Class frmProfileDesigner
resources.ApplyResources(Me.Label13, "Label13") resources.ApplyResources(Me.Label13, "Label13")
Me.Label13.Name = "Label13" Me.Label13.Name = "Label13"
' '
'Button1
'
resources.ApplyResources(Me.Button1, "Button1")
Me.Button1.Name = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'TabControlFinalIndices 'TabControlFinalIndices
' '
resources.ApplyResources(Me.TabControlFinalIndices, "TabControlFinalIndices") resources.ApplyResources(Me.TabControlFinalIndices, "TabControlFinalIndices")
@ -1983,8 +1975,8 @@ Partial Class frmProfileDesigner
Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToAddRows = False Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToAddRows = False
Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToDeleteRows = False Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToDeleteRows = False
Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToOrderColumns = True Me.TBPM_PROFILE_ZuordnungDataGridView.AllowUserToOrderColumns = True
DataGridViewCellStyle3.BackColor = System.Drawing.Color.Cyan DataGridViewCellStyle7.BackColor = System.Drawing.Color.Cyan
Me.TBPM_PROFILE_ZuordnungDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.TBPM_PROFILE_ZuordnungDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
Me.TBPM_PROFILE_ZuordnungDataGridView.AutoGenerateColumns = False Me.TBPM_PROFILE_ZuordnungDataGridView.AutoGenerateColumns = False
Me.TBPM_PROFILE_ZuordnungDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_PROFILE_ZuordnungDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.TBPM_PROFILE_ZuordnungDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2}) Me.TBPM_PROFILE_ZuordnungDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2})
@ -2270,8 +2262,8 @@ Partial Class frmProfileDesigner
'TBPM_ERROR_LOGDataGridView 'TBPM_ERROR_LOGDataGridView
' '
Me.TBPM_ERROR_LOGDataGridView.AllowUserToAddRows = False Me.TBPM_ERROR_LOGDataGridView.AllowUserToAddRows = False
DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan DataGridViewCellStyle8.BackColor = System.Drawing.Color.Cyan
Me.TBPM_ERROR_LOGDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 Me.TBPM_ERROR_LOGDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
Me.TBPM_ERROR_LOGDataGridView.AutoGenerateColumns = False Me.TBPM_ERROR_LOGDataGridView.AutoGenerateColumns = False
Me.TBPM_ERROR_LOGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_ERROR_LOGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.TBPM_ERROR_LOGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn17, Me.DataGridViewTextBoxColumn22, Me.DataGridViewTextBoxColumn23, Me.DataGridViewTextBoxColumn24, Me.DataGridViewTextBoxColumn25}) Me.TBPM_ERROR_LOGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn17, Me.DataGridViewTextBoxColumn22, Me.DataGridViewTextBoxColumn23, Me.DataGridViewTextBoxColumn24, Me.DataGridViewTextBoxColumn25})
@ -2802,7 +2794,6 @@ Partial Class frmProfileDesigner
Friend WithEvents cmbIndexe2 As System.Windows.Forms.ComboBox Friend WithEvents cmbIndexe2 As System.Windows.Forms.ComboBox
Friend WithEvents btnShowConnections As System.Windows.Forms.Button Friend WithEvents btnShowConnections As System.Windows.Forms.Button
Friend WithEvents btnEditor As System.Windows.Forms.Button Friend WithEvents btnEditor As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents TabControl2 As TabControl Friend WithEvents TabControl2 As TabControl
Friend WithEvents TabPage11 As TabPage Friend WithEvents TabPage11 As TabPage
Friend WithEvents TabPage12 As TabPage Friend WithEvents TabPage12 As TabPage

File diff suppressed because it is too large Load Diff