ZooFlow: Update Zooflow Form, Globix Tweaks

This commit is contained in:
Jonathan Jenne
2021-06-17 13:12:12 +02:00
parent 2529c30726
commit c558df75a9
13 changed files with 714 additions and 637 deletions

View File

@@ -358,9 +358,9 @@ Public Class frmGlobix_Index
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unexpected error in Refresh_IndexeMan:")
End Try
End Sub
Sub addLabel(indexname As String, hinweis As String, ylbl As Integer, anz As String)
Sub addLabel(pIndexName As String, hinweis As String, ylbl As Integer, anz As String)
Dim lbl As New Label With {
.Name = "lbl" & indexname,
.Name = "lbl" & pIndexName,
.AutoSize = True,
.Text = hinweis,
.Location = New Point(11, ylbl)
@@ -383,7 +383,7 @@ Public Class frmGlobix_Index
Dim oControlCount As Integer = 1
Dim oLabelPosition As Integer = 11 * oDpiScale
Dim oControlPosition As Integer = 33 * oDpiScale
' Dim oControls As New GlobixControls(_LogConfig, pnlIndex, Me)
Dim oControls As New DigitalData.GUIs.GlobalIndexer.ControlCreator(_LogConfig, pnlIndex, Me) With {
.OnControlChanged = AddressOf PrepareDependingControl,
.OnLookupData = AddressOf GetLookupData