home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/ChangePassword', target_id: 'name')
- {
- view(align_children: align_left)
- {
- static_text(name: '$$$/Dialogs/ChangePassword/Old');
- edit_text(item_id: 'pold', password: true, alignment: align_fill );
-
- static_text(name: '$$$/Dialogs/ChangePassword/New');
- edit_text(item_id: 'pnew', password: true, alignment: align_fill );
-
- static_text(name: '$$$/Dialogs/ChangePassword/Confirm');
- edit_text(item_id: 'pcon', password: true, alignment: align_fill );
-
- gap(height: 5);
-
- ok_cancel();
- }
- }
-