home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / Escript.CZE / EXVW / 6200 < prev    next >
Text File  |  2003-07-19  |  438b  |  16 lines

  1. dialog(name: '$$$/Dialogs/Response')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
  6.  
  7.         view(align_children: align_row)
  8.         {
  9.             static_text(item_id: 'labl', name: '$$$/Dialogs/Response/EmptyLabel');
  10.             edit_text(item_id: 'rsps', width: max_char_width() * 25, alignment: align_fill);
  11.         }
  12.  
  13.         ok_cancel();
  14.     }
  15. }
  16.