home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd2.bin
/
OKO_demo
/
movie
/
Reader
/
plug_ins
/
AcroFill.api
/
EXVW
/
6200
next >
Wrap
Text File
|
2001-10-12
|
698b
|
18 lines
dialog(name: '$$$/Dialogs/AFPrefs', margin_height: 0, margin_width: 0)
{
view(align_children: align_left, dwidth: gPrefsPanelWidth)
{
cluster(name: '$$$/Dialogs/AFPrefs/General', dwidth: gPrefsPanelWidth, dheight: gPrefsPanelHeight, align_children: align_left)
{
check_box(item_id: 'auto', name: '$$$/Dialogs/AFPrefs/Auto');
check_box(item_id: 'focs', name: '$$$/Dialogs/AFPrefs/Focus');
check_box(item_id: 'high', name: '$$$/Dialogs/AFPrefs/Highlight');
view(align_children: align_row) {
gap(width: 10);
static_text(item_id: 'txt1', name: '$$$/Dialogs/AFPrefs/HighColor');
button(item_id: 'col1', picture: true, height: 20, width: 22);
}
}
}
}