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

  1. gDialogWidth = 380;
  2. gDialogHeight = 225;
  3.  
  4. dialog(name: '$$$/Dialogs/EBPDialogChooseHHAcrobat', width: gDialogWidth, height: gDialogHeight)
  5. {
  6.     view(align_children: align_left)
  7.     {
  8.         static_text(item_id: 'Txt1', width: gDialogWidth, height: 40, alignment: align_left);
  9.         list_box(item_id: 'List', width: gDialogWidth, height: 80, alignment: align_left);
  10.         static_text(item_id: 'Txt2', width: gDialogWidth, height: 40, alignment: align_left);
  11.         static_text(item_id: 'Txt3', width: gDialogWidth, height: 40, alignment: align_left);
  12.         ok_cancel();
  13.     }
  14. }
  15.  
  16.  
  17.