#include "FiveWin.ch"
function Main()
local oFnt, oFnt2, oDlg, oFld, oGrp
DEFINE FONT oFnt NAME "Verdana" SIZE 0, -16 BOLD
DEFINE FONT oFnt2 NAME "Arial" SIZE 0, -10
DEFINE DIALOG oDlg SIZE 400, 300 FONT oFnt
@ 0.5, 1 FOLDER oFld OF oDlg SIZE 188, 138 ;
PROMPTS "One", "Two", "Three"
@ 1, 1 GROUP oGrp TO 5, 15 PROMPT "Test" OF oFld:aDialogs[ 1 ]
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT oGrp:SetFont( oFnt2 )
return nilShould I add themes manifest to it ?



