home *** CD-ROM | disk | FTP | other *** search
- dialog( name: '$$$/Dialogs/CredMgr/Title' )
- {
- view( alignment: align_fill, align_children: align_left )
- {
- cluster( alignment: align_fill, align_children: align_left, name: '$$$/Dialogs/CredMgr/CredentialsCluster' )
- {
- mclv( item_id: 'List', height: gEditTextHeight * 6, width: max_char_width() * 40 );
-
- view( alignment: align_fill, align_children: align_distribute )
- {
- button( alignment: align_fill, item_id: 'Add ', name: '$$$/Dialogs/CredMgr/AddButton' );
- button( alignment: align_fill, item_id: 'Rem ', name: '$$$/Dialogs/CredMgr/RemoveButton' );
- button( alignment: align_fill, item_id: 'CSet', name: '$$$/Dialogs/CredMgr/SetUsageButton' );
- button( alignment: align_fill, item_id: 'BExp', name: '$$$/Dialogs/CredMgr/ExportButton' );
- }
- }
-
- ok_help( ok_name: '$$$/Dialogs/CloseButton' );
- }
- }
-