home *** CD-ROM | disk | FTP | other *** search
- 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');
- }
- }
- }
- }
-