home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / Annots.api / EXVW / 10800 < prev    next >
Text File  |  2003-07-17  |  797b  |  29 lines

  1. dialog(name: '$$$/Dialogs/ManageStamps', target_id: 'catg')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         cluster(align_children: align_left)
  6.         {
  7.             view(align_children: align_row)
  8.             {
  9.                 static_text(item_id: 'txt1', name: '$$$/Dialogs/ManageStamps/Category');
  10.                 popup(item_id: 'catg', width: 7 * max_char_width(), height: gEditTextHeight);
  11.             }
  12.  
  13.             view(align_children: align_row)
  14.             {
  15.                 list_box(item_id: 'name', width: 8 * max_char_width(), height: 4 * gEditTextHeight);
  16.                 picture(item_id: 'prvw', width: 64, height: 64);
  17.             }
  18.  
  19.             view(align_children: align_row)
  20.             {
  21.                 button(item_id: 'crea', name: '$$$/Dialogs/ManageStamps/Create', picture: false);
  22.                 button(item_id: 'dele', name: '$$$/Dialogs/ManageStamps/Delete', picture: false);
  23.             }
  24.         }
  25.  
  26.         ok();
  27.     }
  28. }
  29.