home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
SaveAsRTF.api
/
EXVW
/
7000
< prev
Wrap
Text File
|
2003-05-15
|
370b
|
18 lines
dialog( name: '$$$/QuickCheck/Title')
{
view(align_children: align_left)
{
cluster( name: '$$$/QuickCheck/Results' )
{
static_text( name: '$$$/QuickCheck/Intro');
view ( align_children: align_row )
{
gap(width: 12);
static_text( item_id: 'resu', width: max_char_width()
* 30, height: 6 * gStaticTextHeight);
}
}
ok();
}
}