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

  1. gWidth = 850;
  2. gHeight = 500;
  3. dialog(name: '$$$/Dialogs/EBPFavoritesDialog', target_id: 'Text', first_tab: 'Opfl', width: gWidth, height: gHeight)
  4. {
  5.     view(align_children: align_left )
  6.     {
  7.         view(align_children: align_row)
  8.         {
  9.             button(item_id: 'Thmb', picture: true, height: 25, width: 25, next_tab: 'Thls', alignment: align_right);
  10.             button(item_id: 'Thls', picture: true, height: 25, width: 25, next_tab: 'Dtls', alignment: align_right);
  11.             button(item_id: 'Dtls', picture: true, height: 25, width: 25, next_tab: 'Ctlb', alignment: align_right);
  12.         }
  13.         view(align_children: align_column)
  14.         {
  15.             button(item_id: 'Opfl', picture: true, height: 40, width: 40, next_tab: 'Prfl', alignment: align_right);
  16.             button(item_id: 'Prfl', picture: true, height: 40, width: 40, next_tab: 'Emfl', alignment: align_right);
  17.             button(item_id: 'Emfl', picture: true, height: 40, width: 40, next_tab: 'Hhfl', alignment: align_right);
  18.             button(item_id: 'Hhfl', picture: true, height: 40, width: 40, next_tab: 'GvLn', alignment: align_right);
  19.  
  20.             view(align_children: align_row)
  21.             {
  22.                 button(item_id: 'Info', picture: true, height: 40, width: 40, next_tab: 'Opfl');
  23.                 button(item_id: 'Clos', name: '$$$/Dialogs/EBPLibraryDialog/Close', next_tab: 'Clos');
  24.                 static_text(item_id: 'Intx', multiline:true, dwidth: 50, height: 30);
  25.             }
  26.         }
  27.     }
  28. }