home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/SSUserSettings')
- {
- view(alignment: align_fill, align_children: align_left)
- {
-
- cluster(alignment: align_fill, align_children: align_left, name: '$$$/Dialogs/SSUserSettings/CredentialsCluster')
- {
- mclv(alignment: align_fill, item_id: 'List', height: gEditTextHeight * 6);
-
- view(alignment: align_fill, align_children: align_distribute)
- {
- button(alignment: align_fill, item_id: 'Add ', name: '$$$/Dialogs/SSUserSettings/Add');
- button(alignment: align_fill, item_id: 'Rem ', name: '$$$/Dialogs/SSUserSettings/Remove');
- button(alignment: align_fill, item_id: 'CSet', name: '$$$/Dialogs/SSUserSettings/CredentialSettings');
- button(alignment: align_fill, item_id: 'BExp', name: '$$$/Dialogs/SSUserSettings/Export');
- }
- }
-
- cluster(alignment: align_fill, align_children: align_left, name: '$$$/Dialogs/SSUserSettings/ProfileSettingsCluster')
- {
- view(alignment: align_fill, align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/SSUserSettings/ProfileFile');
- edit_text(item_id: 'FN ', readonly: true, width: max_char_width() * 30);
- }
-
- view(alignment: align_right, align_children: align_row)
- {
- button(item_id: 'CP ', name: '$$$/Dialogs/SSUserSettings/ChangePassword');
- button(item_id: 'PS ', name: '$$$/Dialogs/SSUserSettings/PasswordSettings');
- }
- }
-
- ok(ok_name: '$$$/Dialogs/CloseButton');
- }
- }