home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 August
/
VPR0308.ISO
/
ADOBEREADER60
/
Installer
/
Data1.cab
/
RdLang32.JPN
/
EXVW
/
10116
< prev
next >
Wrap
Text File
|
2003-05-22
|
2KB
|
46 lines
gButtonClusterWidth = 200;
gListClusterWidth = 350;
gListHeight = 230;
dialog (name: '$$$/Dialogs/DocumentAssembly') {
view ( align_children: align_left,
width: gButtonClusterWidth + gListClusterWidth) {
cluster ( alignment: align_fill,
align_children: align_row,
item_id: 'tctr') {
user_item(item_id: 'ticn', width: 32, height: 32);
static_text(item_id: 'ttxt', alignment: align_fill);
}
view ( align_children: align_top) {
view ( align_children: align_fill,
width: gButtonClusterWidth) {
cluster ( align_children: align_center,
name: '$$$/Dialogs/DocumentAssembly/AddGroup') {
button (item_id: 'addb',
name: '$$$/Dialogs/DocumentAssembly/AddFilesButton');
}
cluster ( align_children: align_center,
name: '$$$/Dialogs/DocumentAssembly/ChangeGroup') {
button (item_id: 'remb',
name: '$$$/Dialogs/DocumentAssembly/RemoveButton');
button (item_id: 'mvup',
name: '$$$/Dialogs/DocumentAssembly/MoveUpButton');
button (item_id: 'mvdn',
name: '$$$/Dialogs/DocumentAssembly/MoveDownButton');
}
}
cluster ( align_children: align_left,
name: '$$$/Dialogs/DocumentAssembly/Sources',
width: gListClusterWidth) {
hier_list_box ( item_id: 'srcs',
alignment: align_fill,
height: gListHeight);
check_box( item_id: 'incl',
name: '$$$/Dialogs/DocumentAssembly/IncludeOpen');
check_box( item_id: 'rcnt',
name: '$$$/Dialogs/DocumentAssembly/IncludeRecent');
}
}
ok_cancel_help();
}
}