home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 August
/
VPR0308.ISO
/
ADOBEREADER60
/
Installer
/
Data1.cab
/
RdLang32.JPN
/
EXVW
/
10060
< prev
next >
Wrap
Text File
|
2003-05-22
|
635b
|
27 lines
dialog(name: '$$$/Dialogs/ProofCustom')
{
group()
{
view( align_children: align_left )
{
view(align_children: align_row)
{
static_text( name:'$$$/Dialogs/ProofCustom/Profile' );
popup( item_id: 'Pruf', width: max_char_width() * 11);
}
view (align_children: align_top)
{
static_text( name:'$$$/Dialogs/ProofCustom/Simulate' );
view (align_children: align_left)
{
check_box(item_id: 'wsim', name:'$$$/Dialogs/ProofCustom/PaperWhite');
check_box(item_id: 'ksim', name:'$$$/Dialogs/ProofCustom/InkBlack');
}
}
gap(height: 8);
}
ok_cancel();
}
}