home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / eBook.CZE / EXVW / 10018 < prev    next >
Text File  |  2003-07-19  |  2KB  |  44 lines

  1. gWidth = 770;
  2. gHeight = 500;
  3. iTopButtonHeight = 30;
  4. iWidthViewMode = 16;
  5. iHeightViewMode = 20;
  6. iWidthRadioButton = 17;
  7. iHeightRadioButton = 21;
  8.  
  9. dialog(name: '$$$/Dialogs/EBPLibraryDialog', width: gWidth, height: gHeight, target_id: 'Read', first_tab: 'Adfl')
  10. {
  11.     view(align_children: align_left)
  12.     {
  13.         view(align_children: align_row)
  14.         {
  15.             button(item_id: 'Adfl', picture: true, width: max_char_width() * 2, height: iTopButtonHeight, next_tab: 'Onln');
  16.             button(item_id: 'Onln', picture: true, width: max_char_width() * 2, height: iTopButtonHeight, next_tab: 'Ctls');
  17.                popup(item_id: 'Ctls', width: max_char_width() * 7, next_tab: 'Icon');
  18.             button(item_id: 'Icon', picture: true, width: iWidthRadioButton, height: iHeightRadioButton, next_tab: 'List');
  19.             button(item_id: 'List', picture: true, width: iWidthRadioButton, height: iHeightRadioButton, next_tab: 'Read');            
  20.             button(item_id: 'Read', picture: true, width: max_char_width() * 2, height: iTopButtonHeight, next_tab: 'Mail');
  21.             button(item_id: 'Mail', picture: true, width: max_char_width() * 2, height: iTopButtonHeight, next_tab: 'Svcp');
  22.             button(item_id: 'Svcp', picture: true, width: max_char_width() * 2, height: iTopButtonHeight, next_tab: 'Trhh');
  23.             button(item_id: 'Trhh', picture: true, width: max_char_width() * 2, height: iTopButtonHeight, next_tab: 'mclv');
  24.         }    
  25.     
  26.         view(align_children: align_row)
  27.         {
  28.             edit_text(item_id: 'inf1', readonly: true, multiline: true, width: 320, height: 75);
  29.             static_text(item_id: 'C1lb', name: '$$$/Dialogs/EBPLibraryDialog/Category1');
  30.             popup(item_id: 'C1ls', width: max_char_width() * 7, next_tab: 'C2ls');
  31.     
  32.             static_text(item_id: 'C2lb', name: '$$$/Dialogs/EBPLibraryDialog/Category2');
  33.             popup(item_id: 'C2ls', width: max_char_width() * 7, next_tab: 'Bkrs');
  34.             button(item_id: 'Bkrs', name: '$$$/Dialogs/EBPLibraryDialog/BackupRestore', next_tab: 'Clos');
  35.             button(item_id: 'Clos', name: '$$$/Dialogs/EBPLibraryDialog/Close');
  36.         }
  37.     
  38.         view(align_children: align_offscreen)
  39.         {    
  40.             mclv(item_id: 'mclv', width: 100, height: 100, next_tab: 'scrl');
  41.             scroll_view(item_id: 'scrl', width: 100, height: 100, next_tab: 'C1ls');
  42.         }
  43.     }
  44. }