Syntax
static const GUI_WIDGET_CREATE_INFO _aDialog[] =
{
{ WINDOW_CreateIndirect, "", ID_MAIN_FRAME, 0, 0, 240, 240, 0, 0x64, 0 },
{ TEXT_CreateIndirect, "00:00", ID_ELAPSED_TIME, 85, 180, 80, 32, 0, 0x0, 0 },
{ TEXT_CreateIndirect, "" , ID_TITLE, 20, 10, 170, 25, 0, 0x0, 0 },
};