Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Color/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Color/Dialogs/missingProfile-3581.exv

// Copyright 2023 Adobe Systems Incorporated

dialog(class_name: 'TMissingProfileDialog', name: '$$$/MissingProfile/Title=Missing Profile', 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);
            cluster(spacing: gSpace, margin_height: gMarginHeight + 2, child_horizontal: align_fill, name: '$$$/MissingProfile/Cluster=What would you like to do?') {
                group(child_horizontal: align_fill, spacing: gSpace + 2) {
                    radio(view_id: 'none', name: '$$$/MissingProfile/DontAssign=Leave as is (don^}t color manage)');
                    radio(view_id: 'work', name: '$$$/override/40Chars=1234567890123456789012345678901234567890');
                }
                group() {
                    group(spacing: gGap, placement: place_row) {
                        radio(view_id: 'othe', horizontal: align_right, name: '$$$/MissingProfile/AssignOther=Assign profile:');
                        popup(view_id: 'prof', resource_id: 3580);
                    }
                    group(spacing: gGap, placement: place_row) {
                        label_place_holder();
                        check_box(view_id: 'conv', name: '$$$/MissingProfile/ConvertToWorkingDummy=and then convert document to working XXXXXX');
                    }
                }
            }
            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