home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / servis / reader / Data1.cab / eBook.api / EXVW / 10012 < prev    next >
Text File  |  2003-05-15  |  512b  |  16 lines

  1. gDialogWidth = 380;
  2. gDialogHeight = 225;
  3.  
  4. dialog(name: '$$$/Dialogs/EBPDialogGetHHAcrobat', 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.         button(item_id: 'Dnld', name:'$$$/Dialogs/EBPDialogGetHHAcrobat/Link', alignment: align_left);
  10.         static_text(item_id: 'Txt2', width: gDialogWidth, height: 40, alignment: align_left);
  11.         ok_cancel();
  12.     }
  13. }
  14.  
  15.  
  16.