mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
Restructure.
This commit is contained in:
parent
04a8009583
commit
a43283f897
4 changed files with 6 additions and 6 deletions
|
@ -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: ---------------------------------------------------------------
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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: ---------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue