home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 May / CyberMycha 05-2005 (Poland).bin / Immortal / cotndemo.exe / AdobeInstall.exe / Reader / plug_ins / PPKLite.api / EXVW / 20022 < prev    next >
Encoding:
Text File  |  2002-08-12  |  1.5 KB  |  43 lines

  1. gListWidth = 150;
  2. gListHeight = 180;
  3.  
  4. dialog(name: '$$$/Dialogs/ChooseRecipients')
  5. {
  6.     view(align_children: align_center)
  7.     {
  8.         view(align_children: align_top)
  9.         {
  10.             cluster(item_id: 'PABC', name: '$$$/Dialogs/ChooseRecipients/PAB', align_children: align_offscreen)
  11.             {
  12.                 group(item_id: 'grp1')
  13.                 {
  14.                     list_box(item_id: 'PABL', dwidth: gListWidth, dheight: gListHeight);
  15.                 }
  16.                 group(item_id: 'grp2')
  17.                 {
  18.                     static_text(item_id: 'Note', name: '$$$/Note= ', dwidth: gListWidth, dheight: gListHeight);
  19.                 }
  20.             }
  21.             view(align_children: align_left)
  22.             {
  23.                 gap(dheight: 17);
  24.                 button(item_id: 'Add ', name: '$$$/Dialogs/ChooseRecipients/Add', alignment: align_fill);
  25.             }
  26.             cluster(item_id: 'RecC', name: '$$$/Dialogs/ChooseRecipients/Recipients', align_children: align_top)
  27.             {
  28.                 list_box(item_id: 'RecL', alignment: align_fill, dwidth: gListWidth, dheight: gListHeight);
  29.                 view(align_children: align_fill)
  30.                 {
  31.                     button(item_id: 'Del ', name: '$$$/Dialogs/ChooseRecipients/Delete', alignment: align_fill);
  32.                     button(item_id: 'Info', name: '$$$/Dialogs/ChooseRecipients/Info');
  33.                     button(item_id: 'Ownr', name: '$$$/Dialogs/ChooseRecipients/Owner', alignment: align_fill);
  34.                     button(item_id: 'User', name: '$$$/Dialogs/ChooseRecipients/User', alignment: align_fill);
  35.                     gap(height: gStaticTextHeight);
  36.                     button(item_id: 'Perm', name: '$$$/Dialogs/ChooseRecipients/Permissions');
  37.                 }
  38.             }
  39.         }
  40.         ok_cancel();
  41.     }
  42. }
  43.