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
/
10076
< prev
next >
Wrap
Text File
|
2003-07-19
|
690b
|
20 lines
gVerticalGapHeight = (gStaticTextHeight / 4);
dialog(name: '$$$/Dialogs/FontInfo', margin_height: 0, margin_width: 0)
{
view(align_children: align_left)
{
cluster(item_id: 'clus', name: '$$$/Dialogs/FontInfo/ClusterTitle', align_children: align_left, dwidth: gDocPropertiesPanelWidth, dheight: gDocPropertiesPanelHeight)
{
view(align_children: align_left, alignment: align_fill)
{
hier_list_box(item_id: 'list', alignment: align_fill, height: gDocPropertiesPanelHeight - 4 * gMarginHeight - gStaticTextHeight);
view(align_children: align_top, alignment: align_fill)
{
static_text(item_id: 'plab', alignment: align_fill);
}
}
}
}
}