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: '$$$/ImportInputOnly/Source=Source:');
static_text(name: '$$$/ImportInputOnly/Destination=Destination:');
static_text(name: '$$$/ImportInputOnly/Working=Working:');
}
group(child_horizontal: align_fill) {
static_text(view_id: 'spd ', name: '$$$/override/45Chars=123456789012345678901234567890123456789012345');
static_text(view_id: 'dpd ', name: '$$$/override/45Chars=123456789012345678901234567890123456789012345');
static_text(view_id: 'wpd ', name: '$$$/override/45Chars=123456789012345678901234567890123456789012345');
}
}
group(placement: place_row, horizontal: align_fill) {
group() {
check_box(view_id: 'dont', name: '$$$/ControlsStrings/DontShowAgain=Don^}t show again');
}
group(horizontal: align_fill) {}
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