Version 2.0.0.5

This commit is contained in:
Jonathan Jenne
2020-03-12 15:03:39 +01:00
parent 071f11bf58
commit 1e945e4463
10 changed files with 3110 additions and 1166 deletions

View File

@@ -1216,11 +1216,13 @@ Partial Class frmAdministration
'
'ComboBox3
'
Me.ComboBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True))
Me.ComboBox3.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBDD_DOKUMENTARTBindingSource, "DUPLICATE_HANDLING", True))
Me.ComboBox3.DisplayMember = "DISPLAY_TEXT"
Me.ComboBox3.FormattingEnabled = True
Me.ComboBox3.Items.AddRange(New Object() {resources.GetString("ComboBox3.Items"), resources.GetString("ComboBox3.Items1"), resources.GetString("ComboBox3.Items2")})
resources.ApplyResources(Me.ComboBox3, "ComboBox3")
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.ValueMember = "VALUE_TEXT"
'
'Label11
'