jj: Lookup Grid / Work in Progress

This commit is contained in:
Jonathan Jenne
2018-08-03 15:36:08 +02:00
parent ea6f73af18
commit c5e59b617e
11 changed files with 1202 additions and 1485 deletions

View File

@@ -109,8 +109,9 @@ Partial Class frmAdministration
Me.lblObjekttyp = New System.Windows.Forms.Label()
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage()
Me.SAVE_VALUECheckBox = New System.Windows.Forms.CheckBox()
Me.MULTISELECTCheckBox = New System.Windows.Forms.CheckBox()
Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.SAVE_VALUECheckBox = New System.Windows.Forms.CheckBox()
Me.lblWDINDEX = New System.Windows.Forms.Label()
Me.OPTIONALCheckBox = New System.Windows.Forms.CheckBox()
Me.ListBox5 = New System.Windows.Forms.ListBox()
@@ -961,7 +962,6 @@ Partial Class frmAdministration
Me.GridControl1.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl1.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
Me.GridControl1.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl1.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
Me.GridControl1.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
Me.GridControl1.EmbeddedNavigator.Margin = CType(resources.GetObject("GridControl1.EmbeddedNavigator.Margin"), System.Windows.Forms.Padding)
Me.GridControl1.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl1.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
Me.GridControl1.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl1.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
resources.ApplyResources(Me.GridControl1, "GridControl1")
@@ -1036,6 +1036,7 @@ Partial Class frmAdministration
'XtraTabPage3
'
resources.ApplyResources(Me.XtraTabPage3, "XtraTabPage3")
Me.XtraTabPage3.Controls.Add(Me.MULTISELECTCheckBox)
Me.XtraTabPage3.Controls.Add(Me.SAVE_VALUECheckBox)
Me.XtraTabPage3.Controls.Add(Me.lblWDINDEX)
Me.XtraTabPage3.Controls.Add(Me.OPTIONALCheckBox)
@@ -1068,6 +1069,18 @@ Partial Class frmAdministration
Me.XtraTabPage3.Controls.Add(Me.GUIDTextBox1)
Me.XtraTabPage3.Name = "XtraTabPage3"
'
'MULTISELECTCheckBox
'
Me.MULTISELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "MULTISELECT", True))
resources.ApplyResources(Me.MULTISELECTCheckBox, "MULTISELECTCheckBox")
Me.MULTISELECTCheckBox.Name = "MULTISELECTCheckBox"
Me.MULTISELECTCheckBox.UseVisualStyleBackColor = True
'
'TBDD_INDEX_MANBindingSource
'
Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
'
'SAVE_VALUECheckBox
'
Me.SAVE_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "SAVE_VALUE", True))
@@ -1075,11 +1088,6 @@ Partial Class frmAdministration
Me.SAVE_VALUECheckBox.Name = "SAVE_VALUECheckBox"
Me.SAVE_VALUECheckBox.UseVisualStyleBackColor = True
'
'TBDD_INDEX_MANBindingSource
'
Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
'
'lblWDINDEX
'
resources.ApplyResources(Me.lblWDINDEX, "lblWDINDEX")
@@ -1158,7 +1166,7 @@ Partial Class frmAdministration
'
'SUGGESTIONCheckBox
'
Me.SUGGESTIONCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "SUGGESTION", True))
Me.SUGGESTIONCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "MULTISELECT", True))
resources.ApplyResources(Me.SUGGESTIONCheckBox, "SUGGESTIONCheckBox")
Me.SUGGESTIONCheckBox.Name = "SUGGESTIONCheckBox"
Me.SUGGESTIONCheckBox.UseVisualStyleBackColor = True
@@ -1820,8 +1828,8 @@ Partial Class frmAdministration
Me.XtraTabPage9.Controls.Add(Me.GroupBox3)
Me.XtraTabPage9.Controls.Add(Me.Label8)
Me.XtraTabPage9.Controls.Add(Me.ListBoxDokartzuordnung)
resources.ApplyResources(Me.XtraTabPage9, "XtraTabPage9")
Me.XtraTabPage9.Name = "XtraTabPage9"
resources.ApplyResources(Me.XtraTabPage9, "XtraTabPage9")
'
'Button2
'
@@ -1895,8 +1903,8 @@ Partial Class frmAdministration
'XtraTabPage10
'
Me.XtraTabPage10.Controls.Add(Me.GroupBox4)
resources.ApplyResources(Me.XtraTabPage10, "XtraTabPage10")
Me.XtraTabPage10.Name = "XtraTabPage10"
resources.ApplyResources(Me.XtraTabPage10, "XtraTabPage10")
'
'GroupBox4
'
@@ -2285,7 +2293,6 @@ Partial Class frmAdministration
Me.GridControl2.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl2.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
Me.GridControl2.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl2.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
Me.GridControl2.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl2.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
Me.GridControl2.EmbeddedNavigator.Margin = CType(resources.GetObject("GridControl2.EmbeddedNavigator.Margin"), System.Windows.Forms.Padding)
Me.GridControl2.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl2.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
Me.GridControl2.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl2.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
Me.GridControl2.MainView = Me.GridView2
@@ -2373,8 +2380,8 @@ Partial Class frmAdministration
Me.XtraTabPage7.Controls.Add(Me.GroupBox2)
Me.XtraTabPage7.Controls.Add(Me.Label4)
Me.XtraTabPage7.Controls.Add(Me.ListBoxUserzuordnung)
resources.ApplyResources(Me.XtraTabPage7, "XtraTabPage7")
Me.XtraTabPage7.Name = "XtraTabPage7"
resources.ApplyResources(Me.XtraTabPage7, "XtraTabPage7")
'
'btnDeleteGroupRelation
'
@@ -2457,8 +2464,8 @@ Partial Class frmAdministration
Me.XtraTabPage8.Controls.Add(CHANGED_WHENLabel5)
Me.XtraTabPage8.Controls.Add(Me.CHANGED_WHENTextBox5)
Me.XtraTabPage8.Controls.Add(Me.TBDD_USER_GROUPSBindingNavigator)
resources.ApplyResources(Me.XtraTabPage8, "XtraTabPage8")
Me.XtraTabPage8.Name = "XtraTabPage8"
resources.ApplyResources(Me.XtraTabPage8, "XtraTabPage8")
'
'ListBox4
'
@@ -2771,8 +2778,8 @@ Partial Class frmAdministration
Me.XtraTabPage5.Controls.Add(Me.Button4)
Me.XtraTabPage5.Controls.Add(Me.Button3)
Me.XtraTabPage5.Controls.Add(Me.GroupBox1)
resources.ApplyResources(Me.XtraTabPage5, "XtraTabPage5")
Me.XtraTabPage5.Name = "XtraTabPage5"
resources.ApplyResources(Me.XtraTabPage5, "XtraTabPage5")
'
'Button4
'
@@ -3434,4 +3441,5 @@ Partial Class frmAdministration
Friend WithEvents SAVE_VALUECheckBox As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents MULTISELECTCheckBox As CheckBox
End Class