This commit is contained in:
2023-07-20 14:12:24 +02:00
parent c2deb54f11
commit ea5ea5f205
64 changed files with 8139 additions and 7996 deletions

View File

@@ -545,14 +545,14 @@ Partial Class frmStructureNodeConfig
'
'cmbEntity
'
Me.cmbEntity.DataSource = Me.TBPMO_FORM_CONSTRUCTORBindingSource
Me.cmbEntity.DataSource = Me.TBWH_ENTITYBindingSource
Me.cmbEntity.DisplayMember = "FORM_TITLE"
Me.cmbEntity.FormattingEnabled = True
Me.cmbEntity.Location = New System.Drawing.Point(330, 44)
Me.cmbEntity.Name = "cmbEntity"
Me.cmbEntity.Size = New System.Drawing.Size(229, 21)
Me.cmbEntity.TabIndex = 92
Me.cmbEntity.ValueMember = "GUID"
Me.cmbEntity.ValueMember = "FORM_ID"
'
'TBPMO_FORM_CONSTRUCTORBindingSource
'