home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd2.bin
/
program
/
reader
/
Data1.cab
/
PictureTasks.api
/
EXVW
/
103
next >
Wrap
Text File
|
2003-05-15
|
3KB
|
83 lines
gWidth = max(
zstring_width(zstring: '$$$/Dialogs/PrintDialog/Index'),
zstring_width(zstring: '$$$/Dialogs/PrintDialog/Wallet'));
gPreviewHeight = 130;
gPreviewWidth = 160;
gClusterHeight = gPreviewHeight + 32;
dialog(name: '$$$/Dialogs/PrintDialog', target_id: 'tefr')
{
view(align_children: align_right)
{
view(align_children: align_top, alignment: align_fill)
{
cluster(name: '$$$/Dialogs/PrintDialog/ClusterName', align_children: align_left, height: gClusterHeight)
{
view(align_children: align_left)
{
list_box(item_id: 'tefr', width: gPreviewWidth + 32, height: gPreviewHeight * 3 + 16);
}
}
group(name: '$$$/Dialogs/PrintDialog/PrintOptionsGroup', align_children: align_left, width: 150, height: gClusterHeight)
{
cluster(name: '$$$/Dialogs/PrintDialog/PageSizes', align_children: align_left)
{
popup(item_id: 'pspp', width: 140);
}
cluster(name: '$$$/Dialogs/PrintDialog/IndvPrintFormat', align_children: align_left)
{
group(align_children: align_left)
{
cluster(name: '$$$/Dialogs/PrintDialog/PrintSizes', align_children: align_left)
{
radio(item_id: 'ipic', name: '$$$/Dialogs/PrintDialog/Index', width: gWidth);
radio(item_id: 'wpic', name: '$$$/Dialogs/PrintDialog/Wallet', width: gWidth);
radio(item_id: 'tpic', name: '$$$/Dialogs/PrintDialog/Threebyfive', width: gWidth);
radio(item_id: 'fpic', name: '$$$/Dialogs/PrintDialog/Fourbysix', width: gWidth);
radio(item_id: 'vpic', name: '$$$/Dialogs/PrintDialog/Fivebyseven', width: gWidth);
radio(item_id: 'epic', name: '$$$/Dialogs/PrintDialog/Eightbyten', width: gWidth);
radio(item_id: 'ftpg', name: '$$$/Dialogs/PrintDialog/Fitonpage', width: gWidth);
}
gap(height: 3);
check_box(item_id: 'sgim', name: '$$$/Dialogs/PrintDialog/SingleImage');
check_box(item_id: 'zmcr', name: '$$$/Dialogs/PrintDialog/ZoomCrop');
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/PrintDialog/UseEachPhoto');
edit_text(item_id: 'cppp', width: 30);
static_text(name: '$$$/Dialogs/PrintDialog/NumTimes');
}
}
}
}
cluster(name: '$$$/Dialogs/PrintDialog/ClusterNameTwo', align_children: align_center, height: gClusterHeight)
{
view(align_children: align_row)
{
button(item_id: 'wicn', picture: true, width: 12, height: 12);
static_text(item_id: 'warn', name: '$$$/Dialogs/PrintDialog/UseEachPhoto', width: 200, height: 40);
}
gap(height: 2);
view(align_children: align_center)
{
picture(item_id: 'slhr', width: 200, height: gPreviewHeight * 2 + 25);
}
gap(height: 23);
view(align_children: align_row)
{
button(item_id: 'prpg', name: '$$$/Dialogs/PrintDialog/PrevPage', picture: true, next_tab: 'nxpg', alignment: align_left, width: 20, height: 20);
static_text(item_id: 'pgnb', name: '$$$/Dialogs/PrintDialog/PageNo', width: 100, alignment: align_center);
button(item_id: 'nxpg', name: '$$$/Dialogs/PrintDialog/NextPage', picture: true, next_tab: 'prvs', alignment: align_right, width: 20, height: 20);
}
}
}
view(align_children: align_row)
{
button(item_id: 'prvs', name: '$$$/Dialogs/Previous', picture: false, next_tab: 'tefr', alignment: align_right);
ok_cancel(ok_name: '$$$/Dialogs/Next');
}
}
}