home *** CD-ROM | disk | FTP | other *** search
- gDialogWidth = 300;
- gDialogHeight = 100;
-
- dialog(name: '$$$/Dialogs/EBPDialogChooseUsrActvt', width: gDialogWidth, height: gDialogHeight)
- {
- view(align_children: align_left)
- {
- view(align_children: align_row)
- {
- static_text(item_id: 'Txt1', name:'$$$/Dialogs/EBPDialogChooseUsrActvt/UsrActvt', alignment: align_left);
- popup(item_id: 'Usrs', width: max_char_width() * 15);
- }
- ok_cancel();
- }
- }
-
-
-
-