home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / eBook.CZE / EXVW / 10004 next >
Text File  |  2003-07-19  |  515b  |  21 lines

  1.  
  2. gDialogWidth = 400;
  3. gDialogHeight = 175;
  4. gCoverImageWidth = 100;
  5. gBuffer = 10;
  6.  
  7. dialog(name: '$$$/Dialogs/EBPDialogDelete', align_children: align_left, width: gDialogWidth, height: gDialogHeight)
  8. {
  9.     view(align_children: align_left)
  10.     {
  11.         group()
  12.         {
  13.             gap(height: 10);
  14.             static_text(item_id: 'Txt1', name:'$$$/Dialogs/EBPDialogDelete/Text1', alignment: align_left, width: gDialogWidth - gCoverImageWidth - 60, height: gDialogHeight);
  15.         }
  16.         ok_cancel();
  17.     }
  18. }
  19.  
  20.  
  21.