home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
RdLang32.CZE
/
EXVW
/
10015
< prev
next >
Wrap
Text File
|
2003-07-19
|
581b
|
20 lines
gVerticalGapHeight = (gStaticTextHeight / 4);
dialog(name: '$$$/Dialogs/FontInfo')
{
view(align_children: align_left)
{
view(align_children: align_left)
{
view(align_children: align_top)
{
static_text(name: '$$$/Dialogs/FontInfo/inStr');
static_text(item_id: 'file', width: max_char_width() * 30 );
gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
}
hier_list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
}
}
}