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

  1.  
  2.  
  3. dialog(name: '$$$/Dialogs/EBPLostBook', align_children: align_left)
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         gap(height: 10);
  8.         static_text(item_id: 'Txt1', name:'$$$/Dialogs/EBPLostBook/Text1', alignment: align_left, width : 42 * max_char_width());
  9.         static_text(item_id: 'Txt2', name:'$$$/Dialogs/EBPLostBook/Text2', alignment: align_left);
  10.         view(align_children: align_row)
  11.         {
  12.             button(item_id: 'Brow', name: '$$$/Dialogs/EBPLostBook/Browse');
  13.             button(item_id: 'Rmov', name: '$$$/Dialogs/EBPLostBook/Remove');
  14.             button(item_id: 'Cncl', name: '$$$/Dialogs/EBPLostBook/Cancel');
  15.         }
  16.  
  17.     }
  18. }
  19.  
  20.  
  21.