Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
// Note - this is a special case, regular #defines such as Macintosh or WIN_32 are not available here
#ifdef MacEve
vNoteIcon = 'NoteOSX';
#endif
#ifdef WinEve
vNoteIcon = 'NoteXP';
#endif
dialog(class_name: 'TCustomProofDialog', name: '$$$/CustomProof=Customize Proof Condition', ok_cancel: false) {
group(spacing: gLargeSpace, child_horizontal: align_fill) {
group(child_horizontal: align_fill) {
button(name: gOKString, view_id: 'ok ',
default: true, width: gDefaultButtonWidth);
button(name: gCancelString, view_id: 'cncl',
default: false);
}
group(child_horizontal: align_fill) {
button(dismiss: false, view_id: 'load', name: '$$$/ControlsStrings/Load=&Load...');
button(dismiss: false, view_id: 'save', name: '$$$/ControlsStrings/Save=&Save...');
}
check_box(view_id: 'prev', name: '$$$/ControlsStrings/Preview=&Preview');
}
group(placement: place_column) {
popup(view_id: 'pres', resource_id: 3640);
cluster(name: '$$$/CustomProof/ConditionsCluster=Proof Conditions', child_horizontal: align_fill) {
popup(view_id: 'prof', resource_id: 3641);
group(placement: place_row) {
static_text(name: '$$$/CustomProof/PreserveLabel=', horizontal: align_right);
check_box(view_id: 'numb', name: '$$$/CustomProof/PreserveNumbersPlaceholder=Preserve XXXXX &Numbers');
}
popup(view_id: 'inte', resource_id: 1203);
group(placement: place_row) {
static_text(name: '$$$/CustomProof/BlackPointLabel=', horizontal: align_right);
check_box(view_id: 'mapK', name: '$$$/CustomProof/BlackPoint=Blac&k Point Compensation');
}
cluster(view_id: 'simL', placement: place_column, name: '$$$/CustomProof/OnscreenMsg=Display Options (On-Screen)') {
check_box(view_id: 'simW', name: '$$$/CustomProof/Simulate/PaperWhite=Simulate P&aper Color');
check_box(view_id: 'simK', name: '$$$/CustomProof/Simulate/InkBlack=Simulate &Black Ink');
}
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated