home *** CD-ROM | disk | FTP | other *** search
- dialog( name: '$$$/Dialogs/Password' )
- {
- group()
- {
- static_text(item_id: 'msg ', width: max_char_width() * 25);
- view( align_children: align_row )
- {
- static_text(name: '$$$/Dialogs/PasswordLabel');
- edit_text(item_id: 'pswd', width: max_char_width() * 20, password: true);
- }
- ok_cancel();
- }
- }
-