home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 August
/
VPR0308.ISO
/
ADOBEREADER60
/
Installer
/
Data1.cab
/
DigSig.JPN
/
EXVW
/
140
< prev
next >
Wrap
Text File
|
2003-05-21
|
606b
|
20 lines
gDialogWidth = max_char_width() * 35;
dialog(name: '$$$/Dialogs/DigSigDocNotCertAlert')
{
view(align_children: align_left)
{
view(align_children: align_top)
{
user_item(item_id: 'icon', width: 32, height: 32);
view(align_children:align_left)
{
static_text( item_id: 'exp1', width: gDialogWidth);
static_text( item_id: 'exp2', width: gDialogWidth);
static_text( item_id: 'exp3', width: gDialogWidth);
}
}
ok_cancel_other(ok_name: '$$$/Dialogs/DigSigDocNotCertAlert/ContinueSign',
other_name: '$$$/Dialogs/DigSigDocNotCertAlert/CertDoc');
}
}