Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(name: '$$$/Dialog/EPSBitmap/Title=EPS Options', class_name: 'TEPSDialog', target_id: 'prev') {
group(spacing: gLargeSpace) {
group(child_horizontal: align_fill) {
button(name: gOKString, view_id: 'ok ',
default: true);
button(name: gCancelString, view_id: 'cncl');
}
}
group() {
group(child_horizontal: align_fill) {
popup(view_id: 'prev', resource_id: 2200);
popup(view_id: 'code', resource_id: 2201);
check_box(view_id: 'mask', name: '$$$/Dialog/EPSBitmap/TransparentWhites=&Transparent Whites');
check_box(view_id: 'intp', name: '$$$/Dialog/EPSBitmap/Interpolate=Image Interp&olation');
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated