home *** CD-ROM | disk | FTP | other *** search
- dialog( name: '$$$/Dialogs/ExportCredentials/Title' )
- {
- view( align_children: align_left )
- {
- static_text( item_id: 'reas', alignment: align_fill );
- static_text( name: '$$$/Dialogs/ExportCredentials/SelectionTitle', alignment: align_fill );
- mclv( item_id: 'cred', alignment: align_fill, dwidth: max_char_width() * 35, dheight: gEditTextHeight * 5 );
- ok_cancel( ok_name: '$$$/Dialogs/ExportCredentials/OkButton' );
- }
- }
-