home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 August
/
VPR0308.ISO
/
ADOBEREADER60
/
Installer
/
Data1.cab
/
DigSig.api
/
EXVW
/
128
next >
Wrap
Text File
|
2003-05-15
|
2KB
|
55 lines
gIndentWidth = 1 * max_char_width();
gPopupWidth = 13 * max_char_width();
dialog(name: '$$$/Dialogs/DigSigPrefs', target_id: 'Hdlr', margin_height: 0, margin_width: 0)
{
view(align_children: align_left)
{
cluster(name: '$$$/Dialogs/DigSigPrefs/SigAppearance',
align_children: align_top, dwidth: gPrefsPanelWidth )
{
list_box(item_id: 'clst', alignment: align_fill, dheight: 130);
view( align_children: align_fill )
{
button(item_id: 'newb', name: '$$$/Dialogs/DigSigPrefs/NewAppearanceButton');
button(item_id: 'edit', name: '$$$/Dialogs/DigSigPrefs/EditAppearanceButton');
button(item_id: 'copb', name: '$$$/Dialogs/DigSigPrefs/CopyAppearanceButton');
button(item_id: 'delb', name: '$$$/Dialogs/DigSigPrefs/DeleteAppearanceButton');
}
}
cluster(name: '$$$/Dialogs/DigSigPrefs/SignCluster',
dwidth: gPrefsPanelWidth, align_children: align_row)
{
static_text(name: '$$$/Dialogs/DigSigPrefs/Handler');
popup(item_id: 'Hdlr', width: gPopupWidth);
}
cluster(name: '$$$/Dialogs/DigSigPrefs/VerifyCluster',
dwidth: gPrefsPanelWidth, align_children: align_left)
{
check_box(item_id: 'aVld', name: '$$$/Dialogs/DigSigPrefs/AutoValidate');
static_text(item_id: 'ahdT', name: '$$$/Dialogs/DigSigPrefs/AltHandlerTitle' );
view(align_children: align_top, alignment: align_fill)
{
gap( width: gIndentWidth );
view(align_children: align_left)
{
radio(item_id: 'ahr0', name: '$$$/Dialogs/DigSigPrefs/AltHandlerRadio0');
radio(item_id: 'ahr1', name: '$$$/Dialogs/DigSigPrefs/AltHandlerRadio1');
radio(item_id: 'ahr2', name: '$$$/Dialogs/DigSigPrefs/AltHandlerRadio2');
}
}
view(align_children: align_row)
{
static_text(item_id: 'ahdT', name: '$$$/Dialogs/DigSigPrefs/AltHandlerNote' );
popup(item_id: 'ahdP', width: gPopupWidth);
}
}
button(item_id: 'advB', name: '$$$/Dialogs/DigSigPrefs/AdvancedButton' );
}
}