home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / servis / reader / Data1.cab / eBook.CZE / EXVW / 10020 < prev    next >
Text File  |  2003-07-19  |  449b  |  19 lines

  1. gDialogWidth = 300;
  2. gDialogHeight = 100;
  3.  
  4. dialog(name: '$$$/Dialogs/EBPDialogChooseUsrActvt', width: gDialogWidth, height: gDialogHeight)
  5. {
  6.     view(align_children: align_left)
  7.     {
  8.         view(align_children: align_row)
  9.         {
  10.             static_text(item_id: 'Txt1', name:'$$$/Dialogs/EBPDialogChooseUsrActvt/UsrActvt', alignment: align_left);
  11.             popup(item_id: 'Usrs', width: max_char_width() * 15);
  12.         }
  13.     ok_cancel();
  14.     }
  15. }
  16.  
  17.  
  18.  
  19.