Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(class_name: 'TPSDialog', name: '$$$/PasteMismatch/Title=Paste Profile Mismatch', ok_cancel: false) {
group(placement: place_row, child_vertical: align_top) {
group(margin_height: 3) {
icon_image(view_id: '__in', icon_root_name: 'Caution', width: gIconWidth, height: gIconHeight);
}
group(placement: place_column, spacing: gLargeSpace) {
static_text(view_id: 'mess', class_name: 'TStaticParagraph', horizontal: align_fill);
group(placement: place_row) {
group(child_horizontal: align_right) {
static_text(name: '$$$/ImportMismatch/Source=Source:');
static_text(name: '$$$/ImportMismatch/Destination=Destination:');
}
group(child_horizontal: align_fill) {
static_text(view_id: 'spd ', name: '$$$/override/45Chars=123456789012345678901234567890123456789012345');
static_text(view_id: 'dpd ', name: '$$$/override/45Chars=123456789012345678901234567890123456789012345');
}
}
cluster(view_id: 'conv', child_horizontal: align_fill, class_name: 'TRadioCluster', name: '$$$/ImportMismatch/Treat=What would you like to do?') {
radio(name: '$$$/ImportMismatch/PreserveAppearance=Convert (preserve color appearance)');
radio(name: '$$$/ImportMismatch/PreserveNumbers=Don^}t convert (preserve color numbers)');
}
group(spacing: gLargeSpace, placement: place_row, horizontal: align_right, margin_height: 4) {
// Note - this is a special case, regular #defines such as Macintosh or WIN_32 are not available here
#ifdef MacEve
button(name: gCancelString, view_id: 'cncl',
default: false);
#endif
button(name: gOKString, view_id: 'ok ',
default: true);
// Note - this is a special case, regular #defines such as Macintosh or WIN_32 are not available here
#ifdef WinEve
button(name: gCancelString, view_id: 'cncl',
default: false);
#endif
}
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated