home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 December / CyberMycha 12-2005 (Poland) (Disc 2).7z / CyberMycha 12-2005 (Poland) (Disc 2).bin / Uzytki / arce505pol.exe / Reader / plug_ins / WebBuy.POL / EXVW / 20002 < prev    next >
Encoding:
Text File  |  2001-12-06  |  379 b   |  12 lines

  1. dialog(name: '$$$/Dialogs/Warnings/HTTPS/Title' )
  2. {
  3.     group(align_children: align_center ) {
  4.         static_text(item_id: 'stxt', 
  5.                     name: '$$$/Dialogs/Warnings/HTTPS/Description', 
  6.                     width: max_char_width() * 29,
  7.                     height: gStaticTextHeight * 3 );
  8.         check_box(item_id: 'cbox', 
  9.                   name: '$$$/Dialogs/Warnings/HTTPS/CheckBoxLabel' );
  10.         ok_cancel(); 
  11.     }
  12. }