ZooFlow: Update Zooflow Form, Globix Tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user