1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-14 19:49:33 +00:00

Restructure.

This commit is contained in:
FellippeHeitor 2016-12-18 04:24:47 -02:00
parent 04a8009583
commit a43283f897
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
OPTION _EXPLICIT
$EXEICON:'.\..\resources\InForm.ico'
$EXEICON:'.\resources\InForm.ico'
DIM SHARED RedTrackID AS LONG, GreenTrackID AS LONG, BlueTrackID AS LONG
DIM SHARED RedTextBoxID AS LONG, GreenTextBoxID AS LONG, BlueTextBoxID AS LONG
@ -144,8 +144,8 @@ $ELSE
END DECLARE
$END IF
'$include:'..\InForm.ui'
'$include:'..\xp.uitheme'
'$include:'InForm.ui'
'$include:'xp.uitheme'
'$include:'UiEditor.frm'
'Event procedures: ---------------------------------------------------------------

View file

@ -10,7 +10,7 @@ SUB __UI_LoadForm
$IF WIN THEN
Control(__UI_NewID).Font = SetFont("segoeui.ttf", 12, "")
$ELSE
Control(__UI_NewID).Font = SetFont("..\resources\NotoMono-Regular.ttf", 12, "")
Control(__UI_NewID).Font = SetFont("resources\NotoMono-Regular.ttf", 12, "")
$END IF
__UI_NewID = __UI_NewControl(__UI_Type_MenuBar, "FileMenu", 44, 18, 8, 0, 0)

View file

@ -52,8 +52,8 @@ $ELSE
END DECLARE
$END IF
'$include:'..\InForm.ui'
'$include:'..\xp.uitheme'
'$include:'InForm.ui'
'$include:'xp.uitheme'
'$include:'UiEditorPreview.frm'
'Event procedures: ---------------------------------------------------------------