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
/
20002
< prev
next >
Wrap
Text File
|
2003-07-17
|
549b
|
20 lines
dialog( name: '$$$/Dialogs/CertNotice/Title' )
{
view( align_children: align_left )
{
view( align_children: align_row )
{
picture( item_id: 'icon', width: 32, height: 32, alignment: align_top );
view( align_children: align_left, width: max_char_width() * 30 )
{
static_text( item_id: 'not1', alignment: align_fill );
static_text( item_id: 'not2', alignment: align_fill );
static_text( item_id: 'not3', alignment: align_fill );
}
}
ok_cancel( ok_name: '$$$/Dialogs/CertNotice/Continue' );
}
}