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
/
20232
< prev
next >
Wrap
Text File
|
2003-07-17
|
300b
|
10 lines
dialog( name: '$$$/Dialogs/ImportLog/Title' )
{
view( align_children: align_left )
{
static_text( name: '$$$/Dialogs/ImportLog/Note', alignment: align_fill );
list_box( item_id: 'List', alignment: align_fill, width: max_char_width() * 25, height: gStaticTextHeight * 7 );
ok();
}
}