home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
AcroForm.api
/
EXVW
/
7300
< prev
Wrap
Text File
|
2003-07-17
|
964b
|
33 lines
gPopupWidth=max(
zstring_width(zstring: '$$$IDS_MAINDIRECTION_L2R'),
zstring_width(zstring: '$$$IDS_MAINDIRECTION_R2L'));
gParagraphDirection = '$$$/Dialogs/FieldProps/MEOptions/ParagraphDirection';
gLigature = '$$$/Dialogs/FieldProps/MEOptions/Ligature';
gHindiDigits = '$$$/Dialogs/FieldProps/MEOptions/HindiDigits';
dialog(name: '$$$/Dialogs/FieldProps', target_id: 'meop')
{
view(align_children: align_top, align: align_fill)
{
view(align_children: align_left, align: align_fill)
{
view(align_children: align_row, align: align_fill)
{
static_text(name: gParagraphDirection);
popup(item_id: 'pdir', width: gPopupWidth);
}
gap(width: gGap);
gap(width: gGap);
view(align_children: align_row, align: align_fill)
{
check_box(item_id: 'liga', name: gLigature);
}
view(align_children: align_row, align: align_fill)
{
check_box(item_id: 'hdgt', name: gHindiDigits);
}
}
}
}