home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/Prefs/Title', margin_height: 0, margin_width: 0 )
- {
- view(align_children: align_left, dwidth: gPrefsPanelWidth ) {
- check_box(item_id: 'ckil', name: '$$$/Dialogs/Prefs/Enable/Checkbox' );
- static_text(item_id: 'sdes', name: '$$$/Dialogs/Prefs/Descr',
- alignment: align_fill,
- height: gStaticTextHeight * 4 );
- group(item_id: 'gall', alignment: align_fill ) {
- cluster(name: '$$$/Dialogs/Prefs/Warnings/Label', alignment: align_fill ) {
- check_box(item_id: 'cwuc', name: '$$$/Dialogs/Prefs/Warnings/UnsecureConnection' );
- check_box(item_id: 'cwsi', name: '$$$/Dialogs/Prefs/Warnings/SystemID' );
- check_box(item_id: 'cwa1', name: '$$$/Dialogs/Prefs/Warnings/Alt1' );
- check_box(item_id: 'cwa2', name: '$$$/Dialogs/Prefs/Warnings/Alt2' );
- }
- cluster(name: '$$$/Dialogs/Prefs/AltIDs/Label', alignment: align_fill, align_children: align_left ) {
- view(align_children: align_row ) {
- static_text(name: '$$$/Dialogs/Prefs/AltIDs/Alt1' );
- popup(item_id: 'pad1', width: max_char_width() * 13 );
- }
- view(align_children: align_row ) {
- static_text(name: '$$$/Dialogs/Prefs/AltIDs/Alt2' );
- popup(item_id: 'pad2', width: max_char_width() * 13 );
- }
- }
- cluster(name: '$$$/Dialogs/Prefs/Bookshelf/Label', alignment: align_fill, align_children: align_left ) {
- static_text(item_id: 'spdf', name: '$$$/Dialogs/Prefs/Bookshelf/DefaultPath',
- width: max_char_width() * 13);
- group(align_children: align_top, alignment: align_fill) {
- edit_text(item_id: 'epdf', alignment: align_fill);
- button(item_id: 'bbff', name: '$$$/Dialogs/Prefs/Bookshelf/BrowseButton', default: false, dismiss: false);
- }
- }
- }
- }
- }
-