home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
weblink.api
/
EXVW
/
14999
< prev
next >
Wrap
Text File
|
2003-05-15
|
379b
|
17 lines
gVerticalGapHeight = gStaticTextHeight / 4;
dialog( name: '$$$/Dialogs/Weblink/OpenURL', target_id: 'oURL')
{
group( )
{
view( align_children: align_top )
{
static_text( name: '$$$/Dialogs/Weblink/OpenURL/EnterURLToOpen' );
edit_text( item_id: 'what', width: max_char_width() * 16 );
}
gap( height: gVerticalGapHeight );
ok_cancel();
}
}