home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / PictureTasks.api / EXVW / 109 < prev   
Text File  |  2003-05-15  |  359b  |  26 lines

  1. gGapHeight = 2;
  2.  
  3.  
  4. dialog(name: '$$$/Dialogs/PTNotice', target_id: 1)
  5. {
  6.  
  7.     view(align_children: align_column)
  8.     {
  9.  
  10.  
  11.         static_text(name: '$$$/Dialogs/PageProcDialog/GettingPageList');
  12.         gap(height: gGapHeight * 2);
  13.  
  14.  
  15.  
  16.         view(alignment: align_right)
  17.         {
  18.             ok(ok_name: '$$$/ControlsStrings/Cancel', alignment: align_right);
  19.         }
  20.  
  21.  
  22.         
  23.     }
  24.  
  25. }
  26.