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
/
20110
< prev
next >
Wrap
Text File
|
2003-07-17
|
675b
|
25 lines
gValidNoteWidth = max_char_width() * 36;
gValidNoteHeight = gStaticTextHeight * 9;
dialog(name: '$$$/Dialogs/ValidateAlert' )
{
group()
{
view(align_children: align_top)
{
picture(item_id: 'icon', width: 32, height: 32);
static_text(item_id: 'Note', width: gValidNoteWidth, height: gValidNoteHeight, selectable: true );
}
view(align_children: align_right, alignment: align_fill)
{
view(align_children: align_top)
{
button(item_id: 'LegB', name: '$$$/Dialogs/LegalNoticeButton');
button(item_id: 'Butt', name: '$$$/Dialogs/SigPropButton');
button(item_id: 'Okay', name: '$$$/Dialogs/CloseButton');
}
}
}
}