home *** CD-ROM | disk | FTP | other *** search
- gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/UserSettings/GlobalMaxString') + 25 );
-
- dialog( target_id: 'name')
- {
- cluster(item_id: 'Panl', name: '$$$/Dialogs/ConfigPAB/ClusterTitle',
- align_children: align_top, dwidth: gPanelWidth, dheight: 300 )
- {
- list_box(item_id: 'clst', dheight: 280, alignment: align_fill);
- view( align_children: align_fill )
- {
- button(item_id: 'cert', name: '$$$/Dialogs/ConfigPAB/ShowCertButton');
- button(item_id: 'impc', name: '$$$/Dialogs/ConfigPAB/ImportButton');
- button(item_id: 'requ', name: '$$$/Dialogs/ConfigPAB/RequestButton');
- button(item_id: 'delc', name: '$$$/Dialogs/ConfigPAB/DeleteButton');
- }
- }
- }
-