home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd2.bin
/
OKO_demo
/
movie
/
Reader
/
plug_ins
/
Webbuy.api
/
EXVW
/
20002
< prev
next >
Wrap
Text File
|
2001-09-10
|
379b
|
12 lines
dialog(name: '$$$/Dialogs/Warnings/HTTPS/Title' )
{
group(align_children: align_center ) {
static_text(item_id: 'stxt',
name: '$$$/Dialogs/Warnings/HTTPS/Description',
width: max_char_width() * 29,
height: gStaticTextHeight * 3 );
check_box(item_id: 'cbox',
name: '$$$/Dialogs/Warnings/HTTPS/CheckBoxLabel' );
ok_cancel();
}
}