home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / reader / Data1.cab / PPKLite.api / EXVW / 20008 < prev    next >
Text File  |  2003-07-17  |  438b  |  11 lines

  1. dialog( name: '$$$/Dialogs/ExportCredentials/Title' )
  2. {
  3.     view( align_children: align_left )
  4.     {
  5.         static_text( item_id: 'reas', alignment: align_fill );
  6.         static_text( name: '$$$/Dialogs/ExportCredentials/SelectionTitle', alignment: align_fill );
  7.         mclv( item_id: 'cred', alignment: align_fill, dwidth: max_char_width() * 35, dheight: gEditTextHeight * 5 );
  8.         ok_cancel( ok_name: '$$$/Dialogs/ExportCredentials/OkButton' );
  9.     }
  10. }
  11.