home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / reader / Data1.cab / SaveAsRTF.api / EXVW / 7000 < prev   
Text File  |  2003-05-15  |  370b  |  18 lines

  1. dialog( name: '$$$/QuickCheck/Title')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         cluster( name: '$$$/QuickCheck/Results' )
  6.         {
  7.             static_text( name: '$$$/QuickCheck/Intro');
  8.             view ( align_children: align_row )
  9.             {
  10.                 gap(width: 12);
  11.                 static_text( item_id: 'resu', width: max_char_width()
  12. * 30, height: 6 * gStaticTextHeight);
  13.             }
  14.         }
  15.  
  16.         ok();
  17.     }
  18. }