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 >
Wrap
Text File
|
2003-07-17
|
438b
|
11 lines
dialog( name: '$$$/Dialogs/ExportCredentials/Title' )
{
view( align_children: align_left )
{
static_text( item_id: 'reas', alignment: align_fill );
static_text( name: '$$$/Dialogs/ExportCredentials/SelectionTitle', alignment: align_fill );
mclv( item_id: 'cred', alignment: align_fill, dwidth: max_char_width() * 35, dheight: gEditTextHeight * 5 );
ok_cancel( ok_name: '$$$/Dialogs/ExportCredentials/OkButton' );
}
}