home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd2.bin
/
OKO_demo
/
movie
/
Reader
/
plug_ins
/
EScript.api
/
EXVW
/
5700
next >
Wrap
Text File
|
2001-09-12
|
815b
|
21 lines
dialog(name: '$$$/Dialogs/JSPrefs', margin_height: 0, margin_width: 0)
{
view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
{
cluster(item_id: 'clu1', name: '$$$/Dialogs/JSPrefs/General', dwidth: gPrefsPanelWidth, align_children: align_left)
{
check_box(item_id: 'enab', name: '$$$/Dialogs/JSPrefs/Enable');
}
cluster(item_id: 'clu2', name: '$$$/Dialogs/JSPrefs/Editor', dwidth: gPrefsPanelWidth, align_children: align_left)
{
radio(item_id: 'rad1', name: '$$$/Dialogs/JSPrefs/Native');
radio(item_id: 'rad2', name: '$$$/Dialogs/JSPrefs/External');
view(align_children: align_row)
{
edit_text(item_id: 'edit', width: max_char_width() * 20);
button(item_id: 'bttn', width: 5, name: '$$$/Dialogs/JSPrefs/Path');
}
}
}
}