From ee1dfdec94343abbbf1de7dac91d6b3a533f7889 Mon Sep 17 00:00:00 2001 From: loopy750 <35911135+loopy750@users.noreply.github.com> Date: Mon, 25 Sep 2023 00:52:54 +1000 Subject: [PATCH] v1.1.2 - fixed NGINX, minor fixes/changes --- source/loopy_srt_monitor.bas | 336 +++++++-- source/loopy_srt_monitor.frm | 148 ++-- source/loopy_srt_monitor_classic.frm | 1026 ++++++++++++++++++++++++++ source/loopy_srt_monitor_light.frm | 144 ++-- source/readme_InForm.txt | 7 +- 5 files changed, 1444 insertions(+), 217 deletions(-) create mode 100644 source/loopy_srt_monitor_classic.frm diff --git a/source/loopy_srt_monitor.bas b/source/loopy_srt_monitor.bas index 2b1fd70..bc8f070 100644 --- a/source/loopy_srt_monitor.bas +++ b/source/loopy_srt_monitor.bas @@ -100,10 +100,21 @@ Dim Shared Bitrate_Stream_2LB As Long ' Added after InForm entry - BEGIN DefInt A-Z Common Shared Error_msg As String +Common Shared Error_msg_1 As String Common Shared Error_msg_2 As String Common Shared Error_msg_3 As String +Common Shared Error_msg_4 As String +Common Shared Error_msg_6_1 As String +Common Shared Error_msg_6_1a As String +Common Shared Error_msg_6_2 As String +Common Shared Error_msg_6_2a As String +Common Shared Error_msg_6_3 As String +Common Shared Error_msg_6_3a As String +Common Shared Error_msg_6_4 As String +Common Shared Error_msg_6_4a As String Common Shared Ver As String Common Shared VerBeta As String +Common Shared VerBetaTag As String Common Shared VerDate As String Common Shared VerPortable As String Common Shared bout As String @@ -578,6 +589,9 @@ Common Shared file4_val As String Common Shared BSOD As Long Common Shared AlwaysOnTop As Integer Common Shared Answer As Integer +Common Shared String_6_1 As Integer +Common Shared String_6_2 As Integer +Common Shared String_6_3 As Integer Common Shared NULL As Integer ' OnLoad @@ -651,13 +665,15 @@ If Mid$(_OS$, 2, 5) = "MACOS" Then OS = "LINUX" If OS = "LINUX" Then s = "/" Else s = "\" ' Darker text in light mode for improved visibility -If Not InStr(Command$, "-light") Then +If InStr(Command$, "-light") = 0 Then + ' Dark mode RED_WARNING = _RGB32(160, 64, 48) RED_FAIL = _RGB32(255, 48, 32) GREEN_OK = _RGB32(120, 192, 164) GREEN_SCENE_OK = _RGB32(155, 255, 240) GREEN_STREAM_OK = _RGB32(64, 252, 48) Else + ' Light mode RED_WARNING = _RGB32(192, 60, 28) RED_FAIL = _RGB32(240, 28, 12) GREEN_OK = _RGB32(80, 118, 120) @@ -666,7 +682,7 @@ Else End If ' Default program settings -'Const False = 0, True = Not False ' Located in file "InForm\InForm.bi", line 328 +'Const False = 0, True = Not False ' Located in file "InForm\InForm.bi", line ~328 q = _Exit c10 = Chr$(10) c34 = Chr$(34) @@ -679,6 +695,7 @@ BG = _RGB(32, 32, 32) Exe_OK = 1 websocketVersion = 5 checkWebSocketVersion = "unknown" +VerBetaTag = " BETA" websocketOK = 0 srt_warmup_LB = 10 BELABOX_1_Uptime = 0 ' BELABOX @@ -712,6 +729,7 @@ If Err Then Cls: _UPrintString (30, 32), "ERR, _ERRORLINE:" + Str$(Err) + "," + ': Event procedures: --------------------------------------------------------------- '$INCLUDE:'loopy_srt_monitor_light.frm' +'$INCLUDE:'loopy_srt_monitor_classic.frm' '$INCLUDE:'image.png.MEM' Sub __UI_BeforeInit $VersionInfo:CompanyName=loopy750 @@ -726,9 +744,9 @@ Sub __UI_BeforeInit '$EXEICON moved but still parsed on launch _Title "Loopy SRT Monitor - loopy750" - Ver = "1.1.1" + Ver = "1.1.2" VerBeta = "" - VerDate = "07/23" + VerDate = "09/23" VerPortable = "false" End Sub @@ -741,6 +759,8 @@ Sub __UI_OnLoad End Declare $End If Myhwnd = _WindowHandle + If OS = "LINUX" Then Control(OptionsMenuAlwaysOnTop).Hidden = True + ' ---------------------------------------------------------------------------------- ' Update display: --------------------------------------------------------------- @@ -839,7 +859,7 @@ Sub __UI_OnLoad On Error GoTo App_Fail _Delay 0.03 - If VerBeta <> "" Then _Title "Loopy SRT Monitor v" + VerBeta + "beta" Else _Title "Loopy SRT Monitor v" + Ver + If VerBeta <> "" Then _Title "Loopy SRT Monitor v" + VerBeta + VerBetaTag Else _Title "Loopy SRT Monitor v" + Ver If _DirExists(config_dir) Then If Not _DirExists(temp_dir) Then MkDir temp_dir If _FileExists(filePrevious) Then Kill filePrevious If _FileExists(filePrevious_ms) Then Kill filePrevious_ms @@ -985,20 +1005,19 @@ Sub __UI_OnLoad Close #4 '--------------------------------------------------------------- - 'v1.1.1 + 'v1.1.2 '------ - 'SLSServerIP2=127.0.0.1 - 'SLSServerPort2=8181 - 'SLSServerStats2=stats - 'RTMPServerKeepAlive=Default - 'SLSServerKeepAlive1=Default - 'SLSServerKeepAlive2=Default - 'HTTPCommunication=native + 'Changes: + 'Fix NGINX "MultiCameraSwitch" bug from v1.1.1 + 'Font changes + 'Test 6 error page changed + 'Parameter "-classic" for old fonts + 'Restart obs-websocket-http during error screen + 'Delete temp files on error screen + 'Delay added to http_client_connect to fix minor LBR issue and possibly any others (native too fast vs curl) ' - 'DEPRECIATED - 'NodejsFileSystem=0 - 'NodejsAccess=fast - 'jsEncoding=json + '* Changed some fonts ("-classic" parameter reverts) + '* Minor fixes ' 'UNDOCUMENTED '------------ @@ -1015,6 +1034,11 @@ Sub __UI_OnLoad 'SceneDisabled=false 'DummyServer= '--------------------------------------------------------------- + 'DEPRECIATED + 'NodejsFileSystem=0 + 'NodejsAccess=fast + 'jsEncoding=json + ' 'Depreciated `config` 'NodejsFileSystem, jsEncoding, HTTPAccess, NodejsAccess ' @@ -1053,7 +1077,6 @@ Sub __UI_OnLoad Shell "%ComSpec% /C START " + c34 + c34 + " /MIN " + "taskkill /IM " + c34 + HTTP_Filename + c34 + " /F" If FastStart <> "true" Then _Delay 1 Else _Delay .5 Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File - 'If HTTP_Auth_Key = "" Then Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + c34 + " --ws_url ws://" + OBS_URL + " --ws_password " + OBS_PW Else Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + c34 + " --ws_url ws://" + OBS_URL + " --ws_password " + OBS_PW + " --http_auth_key " + HTTP_Auth_Key End If End If @@ -2213,7 +2236,6 @@ Sub __UI_OnLoad If ErrorTestRunOnce Then If HTTP_Enabled Then - ' curl -s -XPOST -H "Authorization: password" -H "Content-type: application/json" "http://127.0.0.1:4445/call/GetVersion" Shell _Hide CMD_EXE_HTTP + c34 + "http://" + HTTP_Bind_Address + ":" + HTTP_Bind_Port + "/call/GetVersion" + c34 + " -o " + c34 + filePrevious_ms + c34 Open filePrevious_ms For Binary As #128 JSON = Space$(LOF(128)) @@ -2351,7 +2373,7 @@ Sub __UI_OnLoad Get #128, , JSON Close #128 If GetKey("mediaCursor", JSON) = "" Then - Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled." + Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini" + c34 + " and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled." ErrorDisplay (7) End If Else @@ -2362,7 +2384,7 @@ Sub __UI_OnLoad If EOF(90) Or LOF(90) = 0 Then Close #90 If _FileExists(filePrevious_ms) Then Kill filePrevious_ms - Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled and WebSocket version is 4.9.0 or newer." + Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini" + c34 + " and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled and WebSocket version is 4.9.0 or newer." ErrorDisplay (7) End If @@ -2385,7 +2407,7 @@ Sub __UI_OnLoad Get #128, , JSON Close #128 If GetKey("mediaCursor", JSON) = "" Then - Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled." + Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini" + c34 + " and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled." ErrorDisplay (8) End If Shell _Hide CMD_EXE_HTTP + "-d " + c34 + "{\" + c34 + "inputName\" + c34 + ": \" + c34 + MediaSource2 + "\" + c34 + "}" + c34 + " " + c34 + "http://" + HTTP_Bind_Address + ":" + HTTP_Bind_Port + "/call/GetMediaInputStatus" + c34 + " > " + c34 + filePrevious_ms + c34 @@ -2394,7 +2416,7 @@ Sub __UI_OnLoad Get #128, , JSON Close #128 If GetKey("mediaCursor", JSON) = "" Then - Error_msg = "- Unable to read " + c34 + "MediaSource2" + c34 + ". Correctly configure " + c34 + "MediaSource2" + c34 + " in " + c34 + "config.ini and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled." + Error_msg = "- Unable to read " + c34 + "MediaSource2" + c34 + ". Correctly configure " + c34 + "MediaSource2" + c34 + " in " + c34 + "config.ini" + c34 + " and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled." ErrorDisplay (8) End If Else @@ -2405,7 +2427,7 @@ Sub __UI_OnLoad If EOF(90) Or LOF(90) = 0 Then Close #90 If _FileExists(filePrevious_ms) Then Kill filePrevious_ms - Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled and WebSocket version is 4.9.0 or newer." + Error_msg = "- Unable to read " + c34 + "MediaSource1" + c34 + ". Correctly configure " + c34 + "MediaSource1" + c34 + " in " + c34 + "config.ini" + c34 + " and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled and WebSocket version is 4.9.0 or newer." ErrorDisplay (8) End If @@ -2413,7 +2435,7 @@ Sub __UI_OnLoad If EOF(90) Or LOF(90) = 0 Then Close #90 If _FileExists(filePrevious_ms) Then Kill filePrevious_ms - Error_msg = "- Unable to read " + c34 + "MediaSource2" + c34 + ". Correctly configure " + c34 + "MediaSource2" + c34 + " in " + c34 + "config.ini and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled and WebSocket version is 4.9.0 or newer." + Error_msg = "- Unable to read " + c34 + "MediaSource2" + c34 + ". Correctly configure " + c34 + "MediaSource2" + c34 + " in " + c34 + "config.ini" + c34 + " and retry." + Chr$(10) + "- If configuration is correct, check " + c34 + "Restart Playback" + c34 + " is disabled and WebSocket version is 4.9.0 or newer." ErrorDisplay (8) End If Close #90 @@ -2626,7 +2648,7 @@ Sub __UI_OnLoad Control(Low_Bitrate_StatusLB).Hidden = True SetCaption FailCount2LB, "" SetCaption Timer_Fail_Count_2LB, "" - SetCaption FailCount1LB, "DC / Low bitrate" + If InStr(Command$, "-classic") Then SetCaption FailCount1LB, "DC / Low bitrate" Else SetCaption FailCount1LB, "DC / Low bitrate" SetCaption FailCount2LB, "Low bitrate scene" SetCaption Timer_Fail_Count_2LB, "-" ' This is set in TIMER Else @@ -2676,7 +2698,7 @@ Sub __UI_OnLoad Control(LBRDelayLB).Hidden = True Control(br_delayLB).Hidden = True Control(PictureBoxLogoBottom).Hidden = False - If VerBeta = "" Then SetCaption (versionFrame), "v" + Ver Else SetCaption (versionFrame), "v" + VerBeta + "beta" + If VerBeta = "" Then SetCaption (versionFrame), "v" + Ver Else SetCaption (versionFrame), "v" + VerBeta + VerBetaTag ' --------------------------------------------------------------- t1 = _FreeTimer @@ -2711,10 +2733,24 @@ Sub __UI_BeforeUpdateDisplay _UPrintString (20, 16 * 18), Error_msg_2$ End If _UPrintString (20, 20 * 18), "Program will resume shortly" + If VerBeta = "" Then + _UPrintString (600, 21 * 18), "Loopy SRT Monitor v" + Ver + "" + Else + _UPrintString (592, 21 * 18), "Loopy SRT Monitor v" + VerBeta + VerBetaTag + "" + End If + _Display: _Delay 8 Error_msg = "" Error_msg_2$ = "" Cls , BG + + ' Restart obs-websocket-http if connection is lost + If http_client = 0 Then + Shell "%ComSpec% /C START " + c34 + c34 + " /MIN " + "taskkill /IM " + c34 + HTTP_Filename + c34 + " /F" + _Delay 1 + Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + End If + Timer(t1) On End If @@ -2723,9 +2759,9 @@ Sub __UI_BeforeUpdateDisplay mouseY = _MouseY Debug_Timer = Timer(.001) TIMEms Debug_Timer, 0, 0 - SetCaption (Debug_TimerLB), tout + " sec " + SetCaption (Debug_TimerLB), tout + "s " TIMEms td_display, 1, 0 - SetCaption (td_displayLB), tout + " sec " + SetCaption (td_displayLB), tout + "s " SetCaption (mouseXLB), LTrim$(Str$(mouseX + 1)) + " " SetCaption (mouseYLB), LTrim$(Str$(mouseY + 1)) + " " SetCaption (__ERRORLINELB), LTrim$(Str$(_ErrorLine)) + " " @@ -2976,7 +3012,11 @@ Sub __UI_Click (id As Long) Case "WINDOWS" Shell _Hide _DontWait "%ComSpec% /C START " + c34 + c34 + " /B https://github.com/loopy750/SRT-Stats-Monitor" Case "LINUX" - Shell _Hide _DontWait "xdg-open https://github.com/loopy750/SRT-Stats-Monitor" + If Mid$(_OS$, 2, 5) = "MACOS" Then + Shell _Hide _DontWait "open https://github.com/loopy750/SRT-Stats-Monitor" + Else + Shell _Hide _DontWait "xdg-open https://github.com/loopy750/SRT-Stats-Monitor" + End If End Select Case HelpMenuCheckForUpdates @@ -3032,9 +3072,9 @@ Sub __UI_Click (id As Long) End If Else If VerPortable = "false" Then - _MessageBox "About", "Loopy SRT Stats Monitor v" + VerBeta + "beta (" + VerDate + ")" + EOL + "by loopy750" + EOL + EOL + "OBS WebSocket version: " + checkWebSocketVersion$ + EOL + EOL + "Homepage: https://www.github.com/loopy750", "info" + _MessageBox "About", "Loopy SRT Stats Monitor v" + VerBeta + VerBetaTag + " (" + VerDate + ")" + EOL + "by loopy750" + EOL + EOL + "OBS WebSocket version: " + checkWebSocketVersion$ + EOL + EOL + "Homepage: https://www.github.com/loopy750", "info" Else - _MessageBox "About", "Loopy SRT Stats Monitor v" + VerBeta + "beta (" + VerDate + ")" + EOL + "Portable version\nby loopy750" + EOL + EOL + "OBS WebSocket version: " + checkWebSocketVersion$ + EOL + EOL + "Homepage: https://www.github.com/loopy750", "info" + _MessageBox "About", "Loopy SRT Stats Monitor v" + VerBeta + VerBetaTag + " (" + VerDate + ")" + EOL + "Portable version\nby loopy750" + EOL + EOL + "OBS WebSocket version: " + checkWebSocketVersion$ + EOL + EOL + "Homepage: https://www.github.com/loopy750", "info" End If End If @@ -4024,31 +4064,185 @@ Sub ErrorDisplay (ErrorTestVal) ' Error 6 message If ErrorTestVal = 6 Then - BSOD& = __imageMEM&("is_obs_open.png") - _PutImage (195, 27)-(605, 90), BSOD& - _FreeImage BSOD& + 'BSOD& = __imageMEM&("is_obs_open.png") + '_PutImage (195, 27)-(605, 90), BSOD& + '_FreeImage BSOD& + + If InStr(Command$, "-classic") = 0 Then + + ' Set font for error screen + On Error GoTo App_Fail + ' Set OS variables + Select Case OS + Case "WINDOWS" + If _FileExists(Environ$("SYSTEMROOT") + "\fonts\SegUIVar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\SegUIVar.ttf", 24) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "\fonts\phagspa.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\phagspa.ttf", 24) + End If + Case "LINUX" + If _FileExists(Environ$("SYSTEMROOT") + "SegUIVar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "SegUIVar.ttf", 24) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "seguivar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "seguivar.ttf", 24) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "phagspa.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "phagspa.ttf", 24) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "seguisb.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "seguisb.ttf", 24) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "segoeui.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "segoeui.ttf", 24) + ElseIf _FileExists("/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf") Then + _Font _LoadFont("/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf", 24) + ElseIf _FileExists("/Library/Fonts/Arial Unicode.ttf") Then + _Font _LoadFont("/Library/Fonts/Arial Unicode.ttf", 24) + End If + End Select + On Error GoTo 0 + + End If + + Color _RGB(254, 254, 254), _RGB(1, 100, 200) + _UPrintString (30, 1.5 * 18), "Connection to OBS Studio WebSocket failed" + + If InStr(Command$, "-classic") = 0 Then + + ' Set font for error screen + On Error GoTo App_Fail + ' Set OS variables + Select Case OS + Case "WINDOWS" + If _FileExists(Environ$("SYSTEMROOT") + "\fonts\SegUIVar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\SegUIVar.ttf", 14) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "\fonts\phagspa.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\phagspa.ttf", 14) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "\fonts\leelawui.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\leelawui.ttf", 14) + End If + Case "LINUX" + If _FileExists(Environ$("SYSTEMROOT") + "SegUIVar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "SegUIVar.ttf", 14) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "seguivar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "seguivar.ttf", 14) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "phagspa.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "phagspa.ttf", 13) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "leelawui.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "leelawui.ttf", 14) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "seguisb.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "seguisb.ttf", 14) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "segoeui.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "segoeui.ttf", 14) + ElseIf _FileExists("/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf") Then + _Font _LoadFont("/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf", 13) + ElseIf _FileExists("/Library/Fonts/Arial Unicode.ttf") Then + _Font _LoadFont("/Library/Fonts/Arial Unicode.ttf", 13) + End If + End Select + On Error GoTo 0 + + End If + + String_6_1 = 28 + String_6_2 = 224 + String_6_3 = 282 + + If InStr(Error_msg, "obs-websocket-http") Then + + Error_msg_6_1 = "OBS " + c34 + "WebSocket Server" + c34 + " connection failed. Configure " + c34 + "HTTPBindAddress, HTTPBindPort, ws_url, ws_password" + c34 + Error_msg_6_1a = "in " + c34 + "config.ini" + c34 + " and retry." + + Error_msg_6_2 = "If configuration is correct, check OBS Studio is open, " + c34 + "WebSocket Server" + c34 + " is enabled in OBS Studio, and" + Error_msg_6_2a = c34 + "obs-websocket-http" + c34 + " is copied. Enable " + c34 + "WebSocket Server" + c34 + " in OBS Studio via Tools --> WebSocket Server Settings." + + Error_msg_6_3 = "Check " + c34 + "WebSocketConnection" + c34 + " in " + c34 + "config.ini" + c34 + " is set to the required connection method. " + c34 + "obs-websocket-http" + c34 + Error_msg_6_3a = "requires OBS WebSocket 5, included in the latest OBS Studio." + + _UPrintString (String_6_1, 15.5 * 18), Chr$(16) + " obs-websocket-http": _UPrintString (String_6_2, 15.5 * 18), ":": _UPrintString (String_6_3, 15.5 * 18), "http://" + Left$(HTTP_Bind_Address, 64) + ":" + Left$(HTTP_Bind_Port, 64) + ElseIf InStr(Error_msg, "Node.js") Then + + Error_msg_6_1 = "OBS " + c34 + "WebSocket Server" + c34 + " connection failed. Correctly configure " + c34 + "WebsocketAddress, WebsocketPassword" + c34 + " in" + Error_msg_6_1a = c34 + "config.ini" + c34 + " and retry." + + Error_msg_6_2 = "If configuration is correct, check OBS Studio is open, " + c34 + "WebSocket Server" + c34 + " is enabled in OBS Studio, and " + c34 + "Node.js" + c34 + Error_msg_6_2a = "is installed." + + Error_msg_6_3 = "Check " + c34 + "WebSocketConnection" + c34 + " in " + c34 + "config.ini" + c34 + " is set to the required connection method." + + _UPrintString (String_6_1, 15.5 * 18), Chr$(16) + " WebSocket Address": _UPrintString (String_6_2, 15.5 * 18), ":": _UPrintString (String_6_3, 15.5 * 18), "ws://" + Left$(OBS_URL, 64) + End If + + Color _RGB(254, 254, 254), _RGB(1, 100, 200) + _UPrintString (String_6_1, 5 * 18), Error_msg_6_1 + _UPrintString (String_6_1, 6 * 18), Error_msg_6_1a + _UPrintString (String_6_1, 8 * 18), Error_msg_6_2 + _UPrintString (String_6_1, 9 * 18), Error_msg_6_2a + _UPrintString (String_6_1, 11 * 18), Error_msg_6_3 + _UPrintString (String_6_1, 12 * 18), Error_msg_6_3a + + _UPrintString (String_6_1, 14.5 * 18), Chr$(16) + " Current Status": _UPrintString (String_6_2, 14.5 * 18), ":": _UPrintString (String_6_3, 14.5 * 18), "Test " + _Trim$(Str$(ErrorTestVal)) + " of 10 failed" + If VerBeta = "" Then + _UPrintString (String_6_1, 16.5 * 18), Chr$(16) + " Program Version": _UPrintString (String_6_2, 16.5 * 18), ":": _UPrintString (String_6_3, 16.5 * 18), "Loopy SRT Monitor v" + Ver + "" + Else + _UPrintString (String_6_1, 16.5 * 18), Chr$(16) + " Program Version": _UPrintString (String_6_2, 16.5 * 18), ":": _UPrintString (String_6_3, 16.5 * 18), "Loopy SRT Monitor v" + VerBeta + VerBetaTag + "" + End If + + _UPrintString (598, 19 * 18), "Program will close shortly" + Sound 440, 1, 0.1, -0.5, 4 + End If - BSOD& = __imageMEM&("face_sad_x.png") - _PutImage (24, 46)-(81, 158), BSOD& - _FreeImage BSOD& - Color _RGB(254, 254, 254), _RGB(1, 100, 200) - _UPrintString (16, 12 * 18), "> Test #" + _Trim$(Str$(ErrorTestVal)) + " of 10 failed" - If InStr(Error_msg, Chr$(10)) >= 1 Then - _UPrintString (16, 14 * 18), Left$(Error_msg, InStr(Error_msg, Chr$(10)) - 1) - _UPrintString (16, 15 * 18), Mid$(Error_msg, InStr(Error_msg, Chr$(10)) + 1) - _UPrintString (16, 16 * 18), Mid$(Error_msg_3, 1) - Sound 440, 1.5 - Else - _UPrintString (16, 14 * 18), Error_msg + If ErrorTestVal <> 6 Then + + If InStr(Command$, "-classic") = 0 Then + + ' Set font for error screen + On Error GoTo App_Fail + ' Set OS variables + Select Case OS + Case "WINDOWS" + If _FileExists(Environ$("SYSTEMROOT") + "\fonts\SegUIVar.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\SegUIVar.ttf", 12) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "\fonts\phagspa.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\phagspa.ttf", 12) + ElseIf _FileExists(Environ$("SYSTEMROOT") + "\fonts\leelawui.ttf") Then + _Font _LoadFont(Environ$("SYSTEMROOT") + "\fonts\leelawui.ttf", 12) + End If + Case "LINUX" + If _FileExists("seguisb.ttf") Then _Font _LoadFont("seguisb.ttf", 12) + End Select + On Error GoTo 0 + + End If + + BSOD& = __imageMEM&("face_sad_x.png") + _PutImage (24, 46)-(81, 158), BSOD& + _FreeImage BSOD& + + Color _RGB(254, 254, 254), _RGB(1, 100, 200) + _UPrintString (16, 12 * 18), "> Test #" + _Trim$(Str$(ErrorTestVal)) + " of 10 failed" + If InStr(Error_msg, Chr$(10)) >= 1 Then + _UPrintString (16, 14 * 18), Left$(Error_msg, InStr(Error_msg, Chr$(10)) - 1) + _UPrintString (16, 15 * 18), Mid$(Error_msg, InStr(Error_msg, Chr$(10)) + 1) + _UPrintString (16, 16 * 18), Mid$(Error_msg_3, 1) + Sound 880, 1, 0.25, -0.25, 4 + Sound 440, 1, 0.25, 0.25, 4 + Else + _UPrintString (16, 14 * 18), Error_msg + End If + _UPrintString (16, 20 * 18), "Program will exit shortly or press any key to exit now..." + If VerBeta = "" Then + _UPrintString (624, 21 * 18), "Loopy SRT Monitor v" + Ver + "" + Else + _UPrintString (592, 21 * 18), "Loopy SRT Monitor v" + VerBeta + VerBetaTag + "" + End If + End If - _UPrintString (16, 20 * 18), "Program will exit shortly or press any key to exit now..." - _UPrintString (645, 21 * 18), "Loopy SRT Monitor v" + Ver + "" _Display _Delay 0.5 If HTTP_Enabled And HTTP_Auto_Open <> "false" Then If OS = "WINDOWS" And _FileExists(HTTP_File) Then Shell "%ComSpec% /C START " + c34 + c34 + " /MIN " + "taskkill /IM " + c34 + HTTP_Filename + c34 + " /F" Error_msg_3 = "" - For Error_Exit = 1 To 120 + If _FileExists(filePrevious) Then Kill filePrevious + If _FileExists(filePrevious_ms) Then Kill filePrevious_ms + For Error_Exit = 1 To 180 _Delay 0.5 If _Exit Then System If InKey$ <> "" Then System @@ -4191,7 +4385,7 @@ Sub http_client_connect (HTTP_Mode$, HTTP_Scene$) HTTP_Header = "" HTTP_Header = HTTP_Header + "POST /emit/SetCurrentProgramScene HTTP/1.1" + SLS_EOL HTTP_Header = HTTP_Header + "Host: " + HTTP_Bind_Address + ":" + HTTP_Bind_Port + SLS_EOL - HTTP_Header = HTTP_Header + "User-Agent: curl/8.0.1" + SLS_EOL + HTTP_Header = HTTP_Header + "User-Agent: curl/8.1.2" + SLS_EOL HTTP_Header = HTTP_Header + "Accept: */*" + SLS_EOL HTTP_Header = HTTP_Header + "Authorization: " + HTTP_Auth_Key + SLS_EOL HTTP_Header = HTTP_Header + "Content-type: application/json" + SLS_EOL @@ -4203,8 +4397,10 @@ Sub http_client_connect (HTTP_Mode$, HTTP_Scene$) Put #http_client, , HTTP_Header 'Close http_client + _Delay .003 ' Prevent flooding that could cause issues Exit Sub Case "get" + _Delay .003 ' Prevent flooding that could cause issues ' Mode "Get", to get scene HTTP_Timer_GET = 0: HTTP_GET_a = "": HTTP_GET_a2 = "": HTTP_GET_i = 0: HTTP_GET_i2 = 0: HTTP_GET_i3 = 0: HTTP_GET_l = 0: HTTP_GET_d = "": HTTP_GET_d_2 = "" GetCurrentProgramScene.tmp = "" @@ -4212,7 +4408,7 @@ Sub http_client_connect (HTTP_Mode$, HTTP_Scene$) HTTP_Header = "" HTTP_Header = HTTP_Header + "POST /call/GetCurrentProgramScene HTTP/1.1" + SLS_EOL HTTP_Header = HTTP_Header + "Host: " + HTTP_Bind_Address + ":" + HTTP_Bind_Port + SLS_EOL - HTTP_Header = HTTP_Header + "User-Agent: curl/8.0.1" + SLS_EOL + HTTP_Header = HTTP_Header + "User-Agent: curl/8.1.2" + SLS_EOL HTTP_Header = HTTP_Header + "Accept: */*" + SLS_EOL HTTP_Header = HTTP_Header + "Authorization: " + HTTP_Auth_Key + SLS_EOL HTTP_Header = HTTP_Header + "Content-type: application/json" + SLS_EOL + SLS_EOL @@ -4248,6 +4444,7 @@ Sub http_client_connect (HTTP_Mode$, HTTP_Scene$) GetCurrentProgramScene.tmp = HTTP_GET_d Exit Sub Case "getmedia" + _Delay .003 ' Prevent flooding that could cause issues ' Mode "GetMedia", to get scene HTTP_Timer_GET = 0: HTTP_GET_a = "": HTTP_GET_a2 = "": HTTP_GET_i = 0: HTTP_GET_i2 = 0: HTTP_GET_i3 = 0: HTTP_GET_l = 0: HTTP_GET_d = "": HTTP_GET_d_2 = "" GetMediaInputStatus.tmp = "" @@ -4257,7 +4454,7 @@ Sub http_client_connect (HTTP_Mode$, HTTP_Scene$) HTTP_Header = "" HTTP_Header = HTTP_Header + "POST /call/GetMediaInputStatus HTTP/1.1" + SLS_EOL HTTP_Header = HTTP_Header + "Host: " + HTTP_Bind_Address + ":" + HTTP_Bind_Port + SLS_EOL - HTTP_Header = HTTP_Header + "User-Agent: curl/8.0.1" + SLS_EOL + HTTP_Header = HTTP_Header + "User-Agent: curl/8.1.2" + SLS_EOL HTTP_Header = HTTP_Header + "Accept: */*" + SLS_EOL HTTP_Header = HTTP_Header + "Authorization: " + HTTP_Auth_Key + SLS_EOL HTTP_Header = HTTP_Header + "Content-type: application/json" + SLS_EOL @@ -4302,7 +4499,7 @@ Sub http_client_connect (HTTP_Mode$, HTTP_Scene$) HTTP_Header = "" HTTP_Header = HTTP_Header + "POST /call/GetVersion HTTP/1.1" + SLS_EOL HTTP_Header = HTTP_Header + "Host: " + HTTP_Bind_Address + ":" + HTTP_Bind_Port + SLS_EOL - HTTP_Header = HTTP_Header + "User-Agent: curl/8.0.1" + SLS_EOL + HTTP_Header = HTTP_Header + "User-Agent: curl/8.1.2" + SLS_EOL HTTP_Header = HTTP_Header + "Accept: */*" + SLS_EOL HTTP_Header = HTTP_Header + "Authorization: " + HTTP_Auth_Key + SLS_EOL HTTP_Header = HTTP_Header + "Content-type: application/json" + SLS_EOL + SLS_EOL @@ -4524,7 +4721,7 @@ Sub restreamer_client_connect RESTREAMER_Header = "" RESTREAMER_Header = RESTREAMER_Header + "POST /api/login HTTP/1.1" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Host: " + RESTREAMER_Server_IP + ":" + RESTREAMER_Server_Port + RESTREAMER_EOL - RESTREAMER_Header = RESTREAMER_Header + "User-Agent: curl/8.0.1" + RESTREAMER_EOL + RESTREAMER_Header = RESTREAMER_Header + "User-Agent: curl/8.1.2" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Accept: */*" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Content-type: application/json" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Content-Length: " + _Trim$(Str$(Len(RESTREAMER_Data))) + RESTREAMER_EOL + RESTREAMER_EOL @@ -4579,7 +4776,7 @@ Sub restreamer_client_connect RESTREAMER_Header = "" RESTREAMER_Header = RESTREAMER_Header + "GET /api/v3/session/active?collectors=" + RESTREAMER_Stats + " HTTP/1.1" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Host: " + RESTREAMER_Server_IP + ":" + RESTREAMER_Server_Port + RESTREAMER_EOL - RESTREAMER_Header = RESTREAMER_Header + "User-Agent: curl/8.0.1" + RESTREAMER_EOL + RESTREAMER_Header = RESTREAMER_Header + "User-Agent: curl/8.1.2" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Accept: application/json" + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + "Authorization: Bearer " + restreamer_token.xml + RESTREAMER_EOL RESTREAMER_Header = RESTREAMER_Header + RESTREAMER_EOL @@ -6024,6 +6221,7 @@ Sub Multi1_CMD_LBR_1 ' These two lines were the only code prior to LBR fix If Scene_Current = titleScene1 Then If HTTP_Communication_Native Then http_client_connect "Set", titleScene1 + " LBR" Else Shell _Hide _DontWait shell_cmd_1 + titleScene1 + " LBR" + shell_cmd_2 + _Delay .003 ' Prevent flooding that could cause issues End If If Scene_Current = titleScene12 Then If HTTP_Communication_Native Then http_client_connect "Set", titleScene12 + " LBR" Else Shell _Hide _DontWait shell_cmd_1 + titleScene12 + " LBR" + shell_cmd_2 @@ -6155,10 +6353,9 @@ Sub Multi1_CMD_LBR_3 End Sub Sub Multi1_CMD_LBR_4 - ' Can only be called once per second else LBR malfuntions with mixed servers + ' Can only be called once per second else LBR malfunctions with mixed servers If Timer_Fail_Stream1 = 0 And Timer_Fail_Stream2 = 0 Then - ' LBR_Delay streams 1+2 Select Case MediaSource1TimeMSOffset @@ -6204,6 +6401,7 @@ Sub Multi1_CMD_LBR_4 Else + ' LBR_Delay stream 1 or 2 If Timer_Fail_Stream1 = 0 Then @@ -6421,18 +6619,18 @@ Sub Timer01 If __RESTREAMER_1_Enabled And __RESTREAMER_2_Enabled Then Multi1 "RESTREAMER", 0: Server_1 = "RESTREAMER": Server_2 = "RESTREAMER": GoTo Servers_Found ' Mixed servers (no OBS SRT) - If __SLS_1_Enabled And __RTMP_2_Enabled Then Multi1 "SLS", 1: Multi1 "RTMP", 2: Server_1 = "SLS": Server_2 = "RTMP": GoTo Servers_Found - If __RTMP_1_Enabled And __SLS_2_Enabled Then Multi1 "RTMP", 1: Multi1 "SLS", 2: Server_1 = "RTMP": Server_2 = "SLS": GoTo Servers_Found + If __SLS_1_Enabled And __RTMP_2_Enabled Then Multi1 "SLS", 1: Multi1 "NGINX", 2: Server_1 = "SLS": Server_2 = "NGINX": GoTo Servers_Found + If __RTMP_1_Enabled And __SLS_2_Enabled Then Multi1 "NGINX", 1: Multi1 "SLS", 2: Server_1 = "NGINX": Server_2 = "SLS": GoTo Servers_Found If __SLS_1_Enabled And __RESTREAMER_2_Enabled Then Multi1 "SLS", 1: Multi1 "RESTREAMER", 2: Server_1 = "SLS": Server_2 = "RESTREAMER": GoTo Servers_Found If __RESTREAMER_1_Enabled And __SLS_2_Enabled Then Multi1 "RESTREAMER", 1: Multi1 "SLS", 2: Server_1 = "RESTREAMER": Server_2 = "SLS": GoTo Servers_Found - If __RTMP_1_Enabled And __RESTREAMER_2_Enabled Then Multi1 "RTMP", 1: Multi1 "RESTREAMER", 2: Server_1 = "RTMP": Server_2 = "RESTREAMER": GoTo Servers_Found - If __RESTREAMER_1_Enabled And __RTMP_2_Enabled Then Multi1 "RESTREAMER", 1: Multi1 "RTMP", 2: Server_1 = "RESTREAMER": Server_2 = "RTMP": GoTo Servers_Found + If __RTMP_1_Enabled And __RESTREAMER_2_Enabled Then Multi1 "NGINX", 1: Multi1 "RESTREAMER", 2: Server_1 = "NGINX": Server_2 = "RESTREAMER": GoTo Servers_Found + If __RESTREAMER_1_Enabled And __RTMP_2_Enabled Then Multi1 "RESTREAMER", 1: Multi1 "NGINX", 2: Server_1 = "RESTREAMER": Server_2 = "NGINX": GoTo Servers_Found ' Mixed servers (with OBS SRT) If __SLS_1_Enabled And Not __SLS_2_Enabled And Not RTMP_Active And Not RESTREAMER_Active Then Multi1 "SLS", 1: Multi1 "SRT", 2: Server_1 = "SLS": Server_2 = "SRT": GoTo Servers_Found If __SLS_2_Enabled And Not __SLS_1_Enabled And Not RTMP_Active And Not RESTREAMER_Active Then Multi1 "SRT", 1: Multi1 "SLS", 2: Server_1 = "SRT": Server_2 = "SLS": GoTo Servers_Found - If __RTMP_1_Enabled And Not __RTMP_2_Enabled And Not SLS_Active And Not RESTREAMER_Active Then Multi1 "RTMP", 1: Multi1 "SRT", 2: Server_1 = "RTMP": Server_2 = "SRT": GoTo Servers_Found - If __RTMP_2_Enabled And Not __RTMP_1_Enabled And Not SLS_Active And Not RESTREAMER_Active Then Multi1 "SRT", 1: Multi1 "RTMP", 2: Server_1 = "SRT": Server_2 = "RTMP": GoTo Servers_Found + If __RTMP_1_Enabled And Not __RTMP_2_Enabled And Not SLS_Active And Not RESTREAMER_Active Then Multi1 "NGINX", 1: Multi1 "SRT", 2: Server_1 = "NGINX": Server_2 = "SRT": GoTo Servers_Found + If __RTMP_2_Enabled And Not __RTMP_1_Enabled And Not SLS_Active And Not RESTREAMER_Active Then Multi1 "SRT", 1: Multi1 "NGINX", 2: Server_1 = "SRT": Server_2 = "NGINX": GoTo Servers_Found If __RESTREAMER_1_Enabled And Not __RESTREAMER_2_Enabled And Not RTMP_Active And Not SLS_Active Then Multi1 "RESTREAMER", 1: Multi1 "SRT", 2: Server_1 = "RESTREAMER": Server_2 = "SRT": GoTo Servers_Found If __RESTREAMER_2_Enabled And Not __RESTREAMER_1_Enabled And Not RTMP_Active And Not SLS_Active Then Multi1 "SRT", 1: Multi1 "RESTREAMER", 2: Server_1 = "SRT": Server_2 = "RESTREAMER": GoTo Servers_Found @@ -6478,7 +6676,6 @@ Sub Timer01 Shell "%ComSpec% /C START " + c34 + c34 + " /MIN " + "taskkill /IM " + c34 + HTTP_Filename + c34 + " /F" _Delay 1 Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File - 'If HTTP_Auth_Key = "" Then Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + c34 + " --ws_url ws://" + OBS_URL + " --ws_password " + OBS_PW Else Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + c34 + " --ws_url ws://" + OBS_URL + " --ws_password " + OBS_PW + " --http_auth_key " + HTTP_Auth_Key End If Else Shell _Hide CMD_EXE_HTTP + c34 + "http://" + HTTP_Bind_Address + ":" + HTTP_Bind_Port + "/call/GetVersion" + c34 + " -o " + c34 + filePrevious_ms + c34 @@ -6490,7 +6687,6 @@ Sub Timer01 Shell "%ComSpec% /C START " + c34 + c34 + " /MIN " + "taskkill /IM " + c34 + HTTP_Filename + c34 + " /F" _Delay 1 Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File - 'If HTTP_Auth_Key = "" Then Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + c34 + " --ws_url ws://" + OBS_URL + " --ws_password " + OBS_PW Else Shell _DontWait "%ComSpec% /C START " + c34 + c34 + " /MIN " + c34 + HTTP_File + c34 + " --ws_url ws://" + OBS_URL + " --ws_password " + OBS_PW + " --http_auth_key " + HTTP_Auth_Key End If End If @@ -6965,12 +7161,12 @@ Sub Timer01 SetCaption mouseYLB2, "mouseY" SetCaption __ERRORLINELB2, "_ERRORLINE" TIMEms Debug_Timer, 0, 0 - SetCaption (Debug_Timer_SnapshotLB), tout + " sec " + SetCaption (Debug_Timer_SnapshotLB), tout + "s " ' MS rate SetCaption ms_playLB, _Trim$(Str$((MediaSourceTimeMSOffsetDisplay))) + " ms " SetCaption ms_playLB2, _Trim$(Str$((MediaSource2TimeMSOffsetDisplay))) + " ms " - SetCaption br_countdownLB, _Trim$(Str$(CooldownLog)) + " sec " - SetCaption br_delayLB, _Trim$(Str$(LBR_Delay)) + " sec " + SetCaption br_countdownLB, _Trim$(Str$(CooldownLog)) + "s " + SetCaption br_delayLB, _Trim$(Str$(LBR_Delay)) + "s " End If @@ -7327,7 +7523,7 @@ Sub Timer01 End If End If - If srt_warmup And returnFirstCheck And __MultiCameraSwitch And previousSceneDisplay = "" Then RefreshDisplayRequest = True: Error_msg = "- Variable/s for scenes empty, check if OBS is open." + Chr$(10) + "- If OBS is open, check communication is available via Node.js or obs-websocket-http.": Error_msg_2$ = "- If Node.js is selected, check OBS WebSocket options are correctly set. (Error: #6)": _Delay 3 + If srt_warmup And returnFirstCheck And __MultiCameraSwitch And previousSceneDisplay = "" Then RefreshDisplayRequest = True: Error_msg = "- Variable/s for scenes empty, check if OBS is open." + Chr$(10) + "- If OBS is open, check communication is available via obs-websocket-http or Node.js.": Error_msg_2$ = "- If Node.js is selected, check OBS WebSocket options are correctly set. (Error: #6)": _Delay 3 If RTMP_Active Then ' Temp2 variables diff --git a/source/loopy_srt_monitor.frm b/source/loopy_srt_monitor.frm index 818803c..ec36092 100644 --- a/source/loopy_srt_monitor.frm +++ b/source/loopy_srt_monitor.frm @@ -5,12 +5,12 @@ '----------------------------------------------------------- SUB __UI_LoadForm - DIM __UI_NewID AS LONG, __UI_RegisterResult AS LONG + Dim __UI_NewID As Long, __UI_RegisterResult As Long __UI_NewID = __UI_NewControl(__UI_Type_Form, "LoopySRTMonitor", 792, 400, 0, 0, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Loopy SRT Monitor" - Control(__UI_NewID).Font = SetFont("phagspa.ttf?Nirmala.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?phagspa.ttf?Nirmala.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(1, 1, 1) Control(__UI_NewID).BackColor = _RGB32(32, 34, 40) Control(__UI_NewID).BorderColor = _RGB32(163, 166, 170) @@ -38,7 +38,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Status", 752, 64, 20, 37, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) Control(__UI_NewID).HasBorder = True @@ -47,7 +47,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Settings", 752, 64, 20, 120, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) Control(__UI_NewID).HasBorder = True @@ -56,7 +56,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "CurrentScene", 200, 106, 296, 204, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) Control(__UI_NewID).HasBorder = True @@ -65,7 +65,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugFrame", 752, 59, 20, 329, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -115,7 +115,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailTimerLB", 125, 21, 39, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -126,7 +126,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "ServerPingLB", 120, 21, 529, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "WebSocket ping" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -137,7 +137,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "UpdateIntervalLB", 105, 21, 649, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Update interval" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -148,7 +148,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_FailLB", 190, 21, 40, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -159,7 +159,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_CountLB", 130, 21, 165, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Count" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -170,7 +170,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "tPingOutLB", 104, 21, 529, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "tPingOut#" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -181,7 +181,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_updateLB", 105, 21, 650, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "td_update" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -192,7 +192,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailDelayLB", 215, 21, 39, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail delay" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -203,7 +203,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "MultiCameraSwitchLB", 135, 21, 619, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Multi Camera Switch" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -214,7 +214,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_Fail_DelayLB", 190, 21, 40, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream_Fail_Delay" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -225,7 +225,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "MultiCameraSwitchStatusLB", 135, 21, 619, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "MultiCameraSwitchStatus" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -236,7 +236,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "TimerLB", 88, 21, 39, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -247,7 +247,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "TimerSnapshotLB", 106, 21, 127, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer (snapshot)" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -258,7 +258,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_displayLB2", 85, 21, 233, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "td_display" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -269,7 +269,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseXLB2", 60, 21, 545, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseX" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -280,7 +280,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseYLB2", 61, 21, 605, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseY" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -291,7 +291,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "__ERRORLINELB2", 88, 21, 666, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "_ERRORLINE" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -302,7 +302,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Debug_TimerLB", 88, 21, 39, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Debug_Timer" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -313,7 +313,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Debug_Timer_SnapshotLB", 106, 21, 127, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Debug_Timer_Snapshot" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -324,7 +324,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_displayLB", 85, 21, 233, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "td_display" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -335,7 +335,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseXLB", 60, 21, 545, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseX" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -346,7 +346,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseYLB", 60, 21, 605, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseY" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -357,7 +357,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "__ERRORLINELB", 88, 21, 666, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "_ERRORLINE" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -368,7 +368,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB", 98, 20, 50, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream uptime" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -380,7 +380,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "failLB", 107, 20, 41, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -392,7 +392,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Uptime_Stream_1LB", 90, 21, 149, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Uptime_Stream_1" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -402,7 +402,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Stream1LB", 108, 21, 149, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Stream1" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -423,7 +423,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_PictureBox, "PictureBox1", 64, 64, 364, 236, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) Control(__UI_NewID).BackStyle = __UI_Transparent @@ -435,7 +435,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB2", 98, 20, 558, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream uptime" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -447,7 +447,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "failLB2", 107, 20, 548, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -459,7 +459,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Uptime_Stream_2LB", 90, 21, 657, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Uptime_Stream_2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -469,7 +469,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Stream2LB", 108, 21, 657, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Stream2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -536,7 +536,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StatusLB", 440, 21, 314, 1, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("segoeui.ttf?seguisb.ttf?phagspa.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?seguisb.ttf?phagspa.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(60, 180, 240) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).Align = __UI_Right @@ -544,7 +544,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_PictureBox, "PictureBoxLogoBottom", 401, 30, 194, 344, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -556,7 +556,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB3", 180, 21, 254, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream uptime" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -567,7 +567,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailTimerLB2", 185, 21, 434, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -578,7 +578,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_UptimeLB", 190, 21, 255, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream_Uptime" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -589,7 +589,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_Fail_TimerLB", 190, 21, 435, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream_Fail_Timer" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -600,7 +600,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Count_2LB", 125, 21, 295, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Count_2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -611,7 +611,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "IPPingLB", 110, 21, 419, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Network ping" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -622,7 +622,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "tIPPingOutLB", 110, 21, 420, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "tIPPingOut#" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -632,8 +632,8 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "FailCount1LB", 130, 21, 164, 50, 0) __UI_RegisterResult = 0 - SetCaption __UI_NewID, "DC / LBR (#1)" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + SetCaption __UI_NewID, "DC / LBR (#1)" + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -643,8 +643,8 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "FailCount2LB", 125, 21, 294, 50, 0) __UI_RegisterResult = 0 - SetCaption __UI_NewID, "DC / LBR (#2)" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + SetCaption __UI_NewID, "DC / LBR (#2)" + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -655,7 +655,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "LowBRTimerLB", 50, 21, 446, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Low BR" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -666,7 +666,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "br_countdownLB", 49, 21, 446, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "br_countdown" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -677,7 +677,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "MSRateLB", 64, 21, 318, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "MS #1" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -688,7 +688,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "ms_playLB", 64, 21, 318, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "ms_play" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -699,7 +699,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "LowBitrateSceneLB", 120, 21, 336, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Low bitrate scene" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -710,7 +710,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Low_Bitrate_StatusLB", 120, 21, 336, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Low_Bitrate_Status" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -721,7 +721,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "MSRateLB2", 64, 21, 382, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "MS #2" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -732,7 +732,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "ms_playLB2", 64, 21, 382, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "ms_play2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -785,7 +785,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "LBRDelayLB", 50, 21, 496, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "LBR Del" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -796,7 +796,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "br_delayLB", 49, 21, 496, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "br_delay" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -806,7 +806,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugFrameTemp", 753, 59, 20, 123, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -817,7 +817,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp1LB", 150, 21, 36, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -826,7 +826,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp2LB", 150, 21, 191, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -835,7 +835,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp3LB", 200, 21, 350, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -844,7 +844,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp4LB", 200, 21, 555, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -853,7 +853,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp1LB2", 150, 21, 36, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -862,7 +862,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp2LB2", 150, 21, 191, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -871,7 +871,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp3LB2", 200, 21, 350, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -880,7 +880,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp4LB2", 200, 21, 555, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -889,7 +889,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "BitrateLB", 98, 20, 50, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -901,7 +901,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Bitrate_Stream_1LB", 90, 21, 149, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate_Stream_1" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -911,7 +911,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "BitrateLB2", 98, 20, 559, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) @@ -923,7 +923,7 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_Label, "Bitrate_Stream_2LB", 90, 21, 658, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate_Stream_2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) diff --git a/source/loopy_srt_monitor_classic.frm b/source/loopy_srt_monitor_classic.frm new file mode 100644 index 0000000..b3a305b --- /dev/null +++ b/source/loopy_srt_monitor_classic.frm @@ -0,0 +1,1026 @@ +': This form was generated by +': InForm - GUI library for QB64 - v1.5 +': Fellippe Heitor, 2016-2023 - fellippe@qb64.org - @fellippeheitor +': https://github.com/FellippeHeitor/InForm +'----------------------------------------------------------- +SUB __UI_LoadForm_Classic + + Dim __UI_NewID As Long, __UI_RegisterResult As Long + + __UI_NewID = __UI_NewControl(__UI_Type_Form, "LoopySRTMonitor", 792, 400, 0, 0, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Loopy SRT Monitor" + Control(__UI_NewID).Font = SetFont("phagspa.ttf?Nirmala.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 1) + Control(__UI_NewID).BackColor = _RGB32(32, 34, 40) + Control(__UI_NewID).BorderColor = _RGB32(163, 166, 170) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).CenteredWindow = True + + __UI_NewID = __UI_NewControl(__UI_Type_MenuBar, "FileMenu", 34, 22, 8, 0, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "File" + Control(__UI_NewID).ForeColor = _RGB32(255, 255, 255) + Control(__UI_NewID).BorderColor = _RGB32(170, 166, 170) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_MenuBar, "OptionsMenu", 62, 22, 42, 0, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Options" + Control(__UI_NewID).ForeColor = _RGB32(255, 255, 255) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_MenuBar, "HelpMenu", 41, 22, 104, 0, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Help" + Control(__UI_NewID).ForeColor = _RGB32(255, 255, 255) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Status", 752, 64, 20, 37, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Settings", 752, 64, 20, 120, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "CurrentScene", 200, 106, 296, 204, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugFrame", 752, 59, 20, 329, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream1", 244, 106, 20, 204, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream #1" + Control(__UI_NewID).Font = SetFont("phagspa.ttf?micross.ttf?seguisb.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(64, 252, 48) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream2", 244, 106, 528, 204, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream #2" + Control(__UI_NewID).Font = SetFont("phagspa.ttf?micross.ttf?seguisb.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(64, 252, 48) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "versionFrame", 752, 59, 20, 329, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("phagspa.ttf?seguisb.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(32, 128, 16) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).VAlign = __UI_Bottom + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "FileMenuExit", 63, 20, 0, 4, __UI_GetID("FileMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Exit" + ToolTip(__UI_NewID) = "Exits the program" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).BorderColor = _RGB32(170, 166, 170) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailTimerLB", 125, 21, 39, 50, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream fail timer" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "ServerPingLB", 120, 21, 529, 50, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "WebSocket ping" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "UpdateIntervalLB", 105, 21, 649, 50, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Update interval" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_FailLB", 190, 21, 40, 72, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer_Fail" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_CountLB", 130, 21, 165, 72, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer_Fail_Count" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "tPingOutLB", 104, 21, 529, 72, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "tPingOut#" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_updateLB", 105, 21, 650, 72, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "td_update" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailDelayLB", 215, 21, 39, 133, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream fail delay" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "MultiCameraSwitchLB", 135, 21, 619, 133, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Multi Camera Switch" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_Fail_DelayLB", 190, 21, 40, 155, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream_Fail_Delay" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "MultiCameraSwitchStatusLB", 135, 21, 619, 155, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "MultiCameraSwitchStatus" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "TimerLB", 88, 21, 39, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "TimerSnapshotLB", 106, 21, 127, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer (snapshot)" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_displayLB2", 85, 21, 233, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "td_display" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseXLB2", 60, 21, 545, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "mouseX" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseYLB2", 61, 21, 605, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "mouseY" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "__ERRORLINELB2", 88, 21, 666, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "_ERRORLINE" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Debug_TimerLB", 88, 21, 39, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Debug_Timer" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Debug_Timer_SnapshotLB", 106, 21, 127, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Debug_Timer_Snapshot" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_displayLB", 85, 21, 233, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "td_display" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseXLB", 60, 21, 545, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "mouseX" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseYLB", 60, 21, 605, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "mouseY" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "__ERRORLINELB", 88, 21, 666, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "_ERRORLINE" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB", 98, 20, 50, 238, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream uptime" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "failLB", 107, 20, 41, 269, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream fail timer" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Uptime_Stream_1LB", 90, 21, 149, 238, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Uptime_Stream_1" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Stream1LB", 108, 21, 149, 269, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer_Fail_Stream1" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Scene_CurrentLB", 187, 29, 302, 205, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Scene_Current" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?ebrimabd.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf?/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf", 18) + Control(__UI_NewID).ForeColor = _RGB32(155, 255, 240) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 160, 188) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Center + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_PictureBox, "PictureBox1", 64, 64, 364, 236, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).BackStyle = __UI_Transparent + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Center + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB2", 98, 20, 558, 238, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream uptime" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "failLB2", 107, 20, 548, 269, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream fail timer" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Uptime_Stream_2LB", 90, 21, 657, 238, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Uptime_Stream_2" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Stream2LB", 108, 21, 657, 269, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer_Fail_Stream2" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuRestoreWindowSize", 160, 20, 0, 4, __UI_GetID("OptionsMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Restore Window Size" + ToolTip(__UI_NewID) = "Restore window to its original size (800x400)" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).HasBorder = False + __UI_RegisterResult = RegisterKeyCombo("F10", __UI_NewID) + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuFullscreen", 145, 20, 0, 24, __UI_GetID("OptionsMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Toggle Full Screen" + ToolTip(__UI_NewID) = "Runs the program in fullscreen mode" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).HasBorder = False + __UI_RegisterResult = RegisterKeyCombo("F11", __UI_NewID) + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuDebug", 130, 20, 0, 44, __UI_GetID("OptionsMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Toggle Debug-" + ToolTip(__UI_NewID) = "Toggles debugging info for troubleshooting" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).HasBorder = False + __UI_RegisterResult = RegisterKeyCombo("Ctrl+D", __UI_NewID) + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "HelpMenuVisitWebsite", 114, 20, 0, 4, __UI_GetID("HelpMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Visit Website" + ToolTip(__UI_NewID) = "Visit program's homepage" + Control(__UI_NewID).BackColor = _RGB32(38, 40, 45) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "HelpMenuCheckForUpdates", 149, 20, 0, 24, __UI_GetID("HelpMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Check for updates-" + ToolTip(__UI_NewID) = "Check for program updates" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "IndicatorLB", 20, 20, 779, 0, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("phagspa.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(73, 70, 76) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "HelpMenuAbout", 79, 20, 0, 51, __UI_GetID("HelpMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "About" + ToolTip(__UI_NewID) = "Display the program version" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).HasBorder = False + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StatusLB", 440, 21, 314, 1, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("segoeui.ttf?seguisb.ttf?phagspa.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(60, 180, 240) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_PictureBox, "PictureBoxLogoBottom", 401, 30, 194, 344, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Center + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB3", 180, 21, 254, 133, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream uptime" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailTimerLB2", 185, 21, 434, 133, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream fail timer" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_UptimeLB", 190, 21, 255, 155, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream_Uptime" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_Fail_TimerLB", 190, 21, 435, 155, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Stream_Fail_Timer" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Count_2LB", 125, 21, 295, 72, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Timer_Fail_Count_2" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "IPPingLB", 110, 21, 419, 50, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Network ping" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "tIPPingOutLB", 110, 21, 420, 72, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "tIPPingOut#" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "FailCount1LB", 130, 21, 164, 50, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "DC / LBR (#1)" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "FailCount2LB", 125, 21, 294, 50, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "DC / LBR (#2)" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "LowBRTimerLB", 50, 21, 446, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Low BR" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "br_countdownLB", 49, 21, 446, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "br_countdown" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "MSRateLB", 64, 21, 318, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "MS #1" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "ms_playLB", 64, 21, 318, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "ms_play" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "LowBitrateSceneLB", 120, 21, 336, 133, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Low bitrate scene" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Low_Bitrate_StatusLB", 120, 21, 336, 155, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Low_Bitrate_Status" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(142, 166, 143) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "MSRateLB2", 64, 21, 382, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "MS #2" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "ms_playLB2", 64, 21, 382, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "ms_play2" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuAlwaysOnTop", 129, 20, 0, 71, __UI_GetID("OptionsMenu")) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Always On Top" + ToolTip(__UI_NewID) = "Forces program to always be on top of others" + Control(__UI_NewID).ForeColor = _RGB32(1, 1, 2) + Control(__UI_NewID).BackColor = _RGB32(254, 254, 255) + Control(__UI_NewID).HasBorder = False + __UI_RegisterResult = RegisterKeyCombo("Ctrl+A", __UI_NewID) + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream1LightLB", 175, 20, 55, 300, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "___________________________________" + Control(__UI_NewID).Font = SetFont("phagspa.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(38, 40, 45) + Control(__UI_NewID).BackColor = _RGB32(0, 0, 0) + Control(__UI_NewID).BackStyle = __UI_Transparent + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Center + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream2LightLB", 175, 20, 564, 300, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "___________________________________" + Control(__UI_NewID).Font = SetFont("phagspa.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(38, 40, 45) + Control(__UI_NewID).BackColor = _RGB32(0, 0, 0) + Control(__UI_NewID).BackStyle = __UI_Transparent + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Center + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamLightLB", 175, 20, 309, 300, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "___________________________________" + Control(__UI_NewID).Font = SetFont("phagspa.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(38, 40, 45) + Control(__UI_NewID).BackColor = _RGB32(0, 0, 0) + Control(__UI_NewID).BackStyle = __UI_Transparent + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Center + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "LBRDelayLB", 50, 21, 496, 340, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "LBR Del" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "br_delayLB", 49, 21, 496, 362, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "br_delay" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(235, 96, 57) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugFrameTemp", 753, 59, 20, 123, 0) + __UI_RegisterResult = 0 + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(33, 4, 4) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = True + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).BorderSize = 1 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp1LB", 150, 21, 36, 131, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp2LB", 150, 21, 191, 131, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp3LB", 200, 21, 350, 131, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp4LB", 200, 21, 555, 131, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp1LB2", 150, 21, 36, 153, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp2LB2", 150, 21, 191, 153, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp3LB2", 200, 21, 350, 153, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp4LB2", 200, 21, 555, 153, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "-" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "BitrateLB", 98, 20, 50, 230, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Bitrate" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Bitrate_Stream_1LB", 90, 21, 149, 230, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Bitrate_Stream_1" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "BitrateLB2", 98, 20, 559, 230, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Bitrate" + Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 221, 200) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).Align = __UI_Right + Control(__UI_NewID).VAlign = __UI_Middle + Control(__UI_NewID).Padding = 10 + + __UI_NewID = __UI_NewControl(__UI_Type_Label, "Bitrate_Stream_2LB", 90, 21, 658, 230, 0) + __UI_RegisterResult = 0 + SetCaption __UI_NewID, "Bitrate_Stream_2" + Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).ForeColor = _RGB32(185, 181, 211) + Control(__UI_NewID).BackColor = _RGB32(20, 28, 36) + Control(__UI_NewID).BorderColor = _RGB32(10, 12, 15) + Control(__UI_NewID).HasBorder = False + Control(__UI_NewID).VAlign = __UI_Middle + +END SUB + +SUB __UI_AssignIDs_Classic + LoopySRTMonitor = __UI_GetID("LoopySRTMonitor") + FileMenu = __UI_GetID("FileMenu") + OptionsMenu = __UI_GetID("OptionsMenu") + HelpMenu = __UI_GetID("HelpMenu") + Status = __UI_GetID("Status") + Settings = __UI_GetID("Settings") + CurrentScene = __UI_GetID("CurrentScene") + DebugFrame = __UI_GetID("DebugFrame") + Stream1 = __UI_GetID("Stream1") + Stream2 = __UI_GetID("Stream2") + versionFrame = __UI_GetID("versionFrame") + FileMenuExit = __UI_GetID("FileMenuExit") + StreamFailTimerLB = __UI_GetID("StreamFailTimerLB") + ServerPingLB = __UI_GetID("ServerPingLB") + UpdateIntervalLB = __UI_GetID("UpdateIntervalLB") + Timer_FailLB = __UI_GetID("Timer_FailLB") + Timer_Fail_CountLB = __UI_GetID("Timer_Fail_CountLB") + tPingOutLB = __UI_GetID("tPingOutLB") + td_updateLB = __UI_GetID("td_updateLB") + StreamFailDelayLB = __UI_GetID("StreamFailDelayLB") + MultiCameraSwitchLB = __UI_GetID("MultiCameraSwitchLB") + Stream_Fail_DelayLB = __UI_GetID("Stream_Fail_DelayLB") + MultiCameraSwitchStatusLB = __UI_GetID("MultiCameraSwitchStatusLB") + TimerLB = __UI_GetID("TimerLB") + TimerSnapshotLB = __UI_GetID("TimerSnapshotLB") + td_displayLB2 = __UI_GetID("td_displayLB2") + mouseXLB2 = __UI_GetID("mouseXLB2") + mouseYLB2 = __UI_GetID("mouseYLB2") + __ERRORLINELB2 = __UI_GetID("__ERRORLINELB2") + Debug_TimerLB = __UI_GetID("Debug_TimerLB") + Debug_Timer_SnapshotLB = __UI_GetID("Debug_Timer_SnapshotLB") + td_displayLB = __UI_GetID("td_displayLB") + mouseXLB = __UI_GetID("mouseXLB") + mouseYLB = __UI_GetID("mouseYLB") + __ERRORLINELB = __UI_GetID("__ERRORLINELB") + StreamUptimeLB = __UI_GetID("StreamUptimeLB") + failLB = __UI_GetID("failLB") + Uptime_Stream_1LB = __UI_GetID("Uptime_Stream_1LB") + Timer_Fail_Stream1LB = __UI_GetID("Timer_Fail_Stream1LB") + Scene_CurrentLB = __UI_GetID("Scene_CurrentLB") + PictureBox1 = __UI_GetID("PictureBox1") + StreamUptimeLB2 = __UI_GetID("StreamUptimeLB2") + failLB2 = __UI_GetID("failLB2") + Uptime_Stream_2LB = __UI_GetID("Uptime_Stream_2LB") + Timer_Fail_Stream2LB = __UI_GetID("Timer_Fail_Stream2LB") + OptionsMenuRestoreWindowSize = __UI_GetID("OptionsMenuRestoreWindowSize") + OptionsMenuFullscreen = __UI_GetID("OptionsMenuFullscreen") + OptionsMenuDebug = __UI_GetID("OptionsMenuDebug") + HelpMenuVisitWebsite = __UI_GetID("HelpMenuVisitWebsite") + HelpMenuCheckForUpdates = __UI_GetID("HelpMenuCheckForUpdates") + IndicatorLB = __UI_GetID("IndicatorLB") + HelpMenuAbout = __UI_GetID("HelpMenuAbout") + StatusLB = __UI_GetID("StatusLB") + PictureBoxLogoBottom = __UI_GetID("PictureBoxLogoBottom") + StreamUptimeLB3 = __UI_GetID("StreamUptimeLB3") + StreamFailTimerLB2 = __UI_GetID("StreamFailTimerLB2") + Stream_UptimeLB = __UI_GetID("Stream_UptimeLB") + Stream_Fail_TimerLB = __UI_GetID("Stream_Fail_TimerLB") + Timer_Fail_Count_2LB = __UI_GetID("Timer_Fail_Count_2LB") + IPPingLB = __UI_GetID("IPPingLB") + tIPPingOutLB = __UI_GetID("tIPPingOutLB") + FailCount1LB = __UI_GetID("FailCount1LB") + FailCount2LB = __UI_GetID("FailCount2LB") + LowBRTimerLB = __UI_GetID("LowBRTimerLB") + br_countdownLB = __UI_GetID("br_countdownLB") + MSRateLB = __UI_GetID("MSRateLB") + ms_playLB = __UI_GetID("ms_playLB") + LowBitrateSceneLB = __UI_GetID("LowBitrateSceneLB") + Low_Bitrate_StatusLB = __UI_GetID("Low_Bitrate_StatusLB") + MSRateLB2 = __UI_GetID("MSRateLB2") + ms_playLB2 = __UI_GetID("ms_playLB2") + OptionsMenuAlwaysOnTop = __UI_GetID("OptionsMenuAlwaysOnTop") + Stream1LightLB = __UI_GetID("Stream1LightLB") + Stream2LightLB = __UI_GetID("Stream2LightLB") + StreamLightLB = __UI_GetID("StreamLightLB") + LBRDelayLB = __UI_GetID("LBRDelayLB") + br_delayLB = __UI_GetID("br_delayLB") + DebugFrameTemp = __UI_GetID("DebugFrameTemp") + DebugTemp1LB = __UI_GetID("DebugTemp1LB") + DebugTemp2LB = __UI_GetID("DebugTemp2LB") + DebugTemp3LB = __UI_GetID("DebugTemp3LB") + DebugTemp4LB = __UI_GetID("DebugTemp4LB") + DebugTemp1LB2 = __UI_GetID("DebugTemp1LB2") + DebugTemp2LB2 = __UI_GetID("DebugTemp2LB2") + DebugTemp3LB2 = __UI_GetID("DebugTemp3LB2") + DebugTemp4LB2 = __UI_GetID("DebugTemp4LB2") + BitrateLB = __UI_GetID("BitrateLB") + Bitrate_Stream_1LB = __UI_GetID("Bitrate_Stream_1LB") + BitrateLB2 = __UI_GetID("BitrateLB2") + Bitrate_Stream_2LB = __UI_GetID("Bitrate_Stream_2LB") +END SUB diff --git a/source/loopy_srt_monitor_light.frm b/source/loopy_srt_monitor_light.frm index 8cd3b5f..c4f8405 100644 --- a/source/loopy_srt_monitor_light.frm +++ b/source/loopy_srt_monitor_light.frm @@ -10,7 +10,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Form, "LoopySRTMonitor", 792, 400, 0, 0, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Loopy SRT Monitor" - Control(__UI_NewID).Font = SetFont("phagspa.ttf?Nirmala.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?phagspa.ttf?Nirmala.ttf?segoeui.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(1, 1, 1) Control(__UI_NewID).BackColor = _RGB32(233, 235, 237) Control(__UI_NewID).BorderColor = _RGB32(163, 166, 170) @@ -38,7 +38,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Status", 752, 64, 20, 37, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) Control(__UI_NewID).HasBorder = True @@ -47,7 +47,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Settings", 752, 64, 20, 120, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) Control(__UI_NewID).HasBorder = True @@ -56,7 +56,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "CurrentScene", 200, 106, 296, 204, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) Control(__UI_NewID).HasBorder = True @@ -65,7 +65,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugFrame", 752, 59, 20, 329, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -115,7 +115,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailTimerLB", 125, 21, 39, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -126,7 +126,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "ServerPingLB", 120, 21, 529, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "WebSocket ping" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -137,7 +137,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "UpdateIntervalLB", 105, 21, 649, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Update interval" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -148,7 +148,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_FailLB", 190, 21, 40, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -159,7 +159,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_CountLB", 130, 21, 165, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Count" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -170,7 +170,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "tPingOutLB", 104, 21, 529, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "tPingOut#" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -181,7 +181,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_updateLB", 105, 21, 650, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "td_update" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -192,7 +192,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailDelayLB", 215, 21, 39, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail delay" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -203,7 +203,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "MultiCameraSwitchLB", 135, 21, 619, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Multi Camera Switch" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -214,7 +214,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_Fail_DelayLB", 190, 21, 40, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream_Fail_Delay" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -225,7 +225,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "MultiCameraSwitchStatusLB", 135, 21, 619, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "MultiCameraSwitchStatus" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -236,7 +236,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "TimerLB", 88, 21, 39, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -247,7 +247,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "TimerSnapshotLB", 106, 21, 127, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer (snapshot)" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -258,7 +258,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_displayLB2", 85, 21, 233, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "td_display" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -269,7 +269,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseXLB2", 60, 21, 545, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseX" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -280,7 +280,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseYLB2", 61, 21, 605, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseY" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -291,7 +291,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "__ERRORLINELB2", 88, 21, 666, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "_ERRORLINE" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -302,7 +302,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Debug_TimerLB", 88, 21, 39, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Debug_Timer" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -313,7 +313,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Debug_Timer_SnapshotLB", 106, 21, 127, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Debug_Timer_Snapshot" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -324,7 +324,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "td_displayLB", 85, 21, 233, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "td_display" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -335,7 +335,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseXLB", 60, 21, 545, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseX" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -346,7 +346,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "mouseYLB", 60, 21, 605, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "mouseY" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -357,7 +357,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "__ERRORLINELB", 88, 21, 666, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "_ERRORLINE" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -368,7 +368,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB", 98, 20, 50, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream uptime" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -380,7 +380,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "failLB", 107, 20, 41, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -392,7 +392,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Uptime_Stream_1LB", 90, 21, 149, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Uptime_Stream_1" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -402,7 +402,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Stream1LB", 108, 21, 149, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Stream1" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -423,7 +423,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_PictureBox, "PictureBox1", 64, 64, 364, 236, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) Control(__UI_NewID).BackStyle = __UI_Transparent @@ -435,7 +435,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB2", 98, 20, 558, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream uptime" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -447,7 +447,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "failLB2", 107, 20, 548, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -459,7 +459,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Uptime_Stream_2LB", 90, 21, 657, 238, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Uptime_Stream_2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -469,7 +469,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Stream2LB", 108, 21, 657, 269, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Stream2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -544,7 +544,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_PictureBox, "PictureBoxLogoBottom", 401, 30, 194, 344, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -556,7 +556,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamUptimeLB3", 180, 21, 254, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream uptime" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -567,7 +567,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "StreamFailTimerLB2", 185, 21, 434, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream fail timer" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -578,7 +578,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_UptimeLB", 190, 21, 255, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream_Uptime" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -589,7 +589,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Stream_Fail_TimerLB", 190, 21, 435, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Stream_Fail_Timer" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -600,7 +600,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Timer_Fail_Count_2LB", 125, 21, 295, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Timer_Fail_Count_2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -611,7 +611,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "IPPingLB", 110, 21, 419, 50, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Network ping" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -622,7 +622,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "tIPPingOutLB", 110, 21, 420, 72, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "tIPPingOut#" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(131, 151, 163) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -632,8 +632,8 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "FailCount1LB", 130, 21, 164, 50, 0) __UI_RegisterResult = 0 - SetCaption __UI_NewID, "DC / LBR (#1)" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + SetCaption __UI_NewID, "DC / LBR (#1)" + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -643,8 +643,8 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "FailCount2LB", 125, 21, 294, 50, 0) __UI_RegisterResult = 0 - SetCaption __UI_NewID, "DC / LBR (#2)" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + SetCaption __UI_NewID, "DC / LBR (#2)" + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -655,7 +655,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "LowBRTimerLB", 50, 21, 446, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Low BR" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -666,7 +666,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "br_countdownLB", 49, 21, 446, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "br_countdown" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -677,7 +677,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "MSRateLB", 64, 21, 318, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "MS #1" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -688,7 +688,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "ms_playLB", 64, 21, 318, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "ms_play" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -699,7 +699,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "LowBitrateSceneLB", 120, 21, 336, 133, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Low bitrate scene" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(3, 4, 4) Control(__UI_NewID).BackColor = _RGB32(160, 164, 168) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -710,7 +710,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Low_Bitrate_StatusLB", 120, 21, 336, 155, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Low_Bitrate_Status" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -721,7 +721,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "MSRateLB2", 64, 21, 382, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "MS #2" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -732,7 +732,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "ms_playLB2", 64, 21, 382, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "ms_play2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -785,7 +785,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "LBRDelayLB", 50, 21, 496, 340, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "LBR Del" - Control(__UI_NewID).Font = SetFont("segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(195, 4, 4) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -796,7 +796,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "br_delayLB", 49, 21, 496, 362, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "br_delay" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -806,7 +806,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugFrameTemp", 753, 59, 20, 123, 0) __UI_RegisterResult = 0 - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(32, 9, 10) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -817,7 +817,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp1LB", 150, 21, 36, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -826,7 +826,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp2LB", 150, 21, 191, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -835,7 +835,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp3LB", 200, 21, 350, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -844,7 +844,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp4LB", 200, 21, 555, 131, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 224, 16) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -853,7 +853,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp1LB2", 150, 21, 36, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -862,7 +862,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp2LB2", 150, 21, 191, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -871,7 +871,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp3LB2", 200, 21, 350, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -880,7 +880,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "DebugTemp4LB2", 200, 21, 555, 153, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "-" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(255, 64, 32) Control(__UI_NewID).HasBorder = False Control(__UI_NewID).VAlign = __UI_Middle @@ -889,7 +889,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "BitrateLB", 98, 20, 50, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -901,7 +901,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Bitrate_Stream_1LB", 90, 21, 149, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate_Stream_1" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -911,7 +911,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "BitrateLB2", 98, 20, 559, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate" - Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("LatoWeb-Bold.ttf?SegUIVar.ttf?segoeui.ttf?phagspa.ttf?seguisb.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) @@ -923,7 +923,7 @@ SUB __UI_LoadForm_Light __UI_NewID = __UI_NewControl(__UI_Type_Label, "Bitrate_Stream_2LB", 90, 21, 658, 230, 0) __UI_RegisterResult = 0 SetCaption __UI_NewID, "Bitrate_Stream_2" - Control(__UI_NewID).Font = SetFont("seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 12) + Control(__UI_NewID).Font = SetFont("SegUIVar.ttf?seguisb.ttf?phagspa.ttf?segoeui.ttf?/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf?/usr/share/fonts/truetype/freefont/FreeSans.ttf?/Library/Fonts/Arial Unicode.ttf", 13) Control(__UI_NewID).ForeColor = _RGB32(5, 5, 9) Control(__UI_NewID).BackColor = _RGB32(220, 219, 223) Control(__UI_NewID).BorderColor = _RGB32(212, 212, 214) diff --git a/source/readme_InForm.txt b/source/readme_InForm.txt index f7ab4d1..84128ca 100644 --- a/source/readme_InForm.txt +++ b/source/readme_InForm.txt @@ -30,4 +30,9 @@ InForm.bi InForm.bi copy as InForm.loopy_srt.bi FIND: __UI_LoadForm -REPLACE W/: IF INSTR(COMMAND$, "-light") THEN __UI_LoadForm_Light ELSE __UI_LoadForm +REPLACE W/: IF INSTR(COMMAND$, "-light") THEN + __UI_LoadForm_Light + ELSEIF INSTR(COMMAND$, "-classic") THEN __UI_LoadForm_Classic + ELSE + __UI_LoadForm + END IF