home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / eBook.api / EXVW / 10008 < prev    next >
Text File  |  2003-05-15  |  2KB  |  30 lines

  1. gWidth = 850;
  2. gHeight = 500;
  3. dialog(name: '$$$/Dialogs/EBPFileBrowserDialog', 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: 'Chdr', alignment: align_right);
  19.             button(item_id: 'Chdr', picture: true, height: 40, width: 40, next_tab: 'GvLn', alignment: align_right);
  20.             
  21.  
  22.             view(align_children: align_row)
  23.             {
  24.                 button(item_id: 'Info', picture: true, height: 40, width: 40, next_tab: 'Opfl');
  25.                 button(item_id: 'Clos', name: '$$$/Dialogs/EBPLibraryDialog/Close', next_tab: 'Clos');
  26.                 static_text(item_id: 'Intx', multiline:true, dwidth: 50, height: 30);
  27.             }
  28.         }
  29.     }
  30. }