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
/
10027
< prev
next >
Wrap
Text File
|
2003-07-19
|
711b
|
19 lines
gMaxWidth=max(
zstring_width(zstring: '$$$/Prefs/Annotations/Font'),
zstring_width(zstring: '$$$/Prefs/Annotations/FontSize'));
dialog(name: '$$$/Prefs/Annotations', margin_height: 0, margin_width: 0)
{
cluster(name: '$$$/Prefs/Annotations', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
{
view(align_children: align_row, alignment: align_fill)
{
static_text(name: '$$$/Prefs/Annotations/Font');
popup(item_id: 'font', alignment: align_fill);
gap();
static_text(item_id: 'fsiL', name: '$$$/Prefs/Annotations/FontSize');
edit_text( item_id: 'fsiz', width: zstring_width(zstring: '$$$/Prefs/Annotations/ThreeZeros=000'), PopupEdit: true, numeric: true);
}
}
}