Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Formats/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Formats/Dialogs/PSDOptions-4270.exv

// Copyright 2023 Adobe Systems Incorporated

vNoteIcon = 'Note';
dialog(class_name: 'TPS25FormatDialog', name: '$$$/PSDOptions/Title=Photoshop Format Options', ok_cancel: false) {
    group(placement: place_row, spacing: gLargeSpace, vertical: align_top, child_vertical: align_top) {
        group(placement: place_column) {
            group(spacing: gLargeSpace, child_horizontal: align_fill) {
                check_box(view_id: 'back', name: '$$$/PSDOptions/MaximizeCompatibility=&Maximize Compatibility', tooltip: '$$$/PSDOptions/ToolTip/MaximizeCompatibility=Maximize compatibility by saving a flattened composite, rasterized versions of vector masks, and uncompressed 16 bit data.');
            }
            cluster(show: true, horizontal: align_left, placement: place_row, view_id: 'warn') {
                icon_image(icon_root_name: vNoteIcon, height: 32, width: 32);
                static_text(font: static_small_font, height: 80, name: '$$$/PSDOptions/Warning=Turning off Maximize Compatibility may interfere with the use of PSD or PSB files in^r other applications or with other versions of Photoshop.^r^rThis dialog can be turned off in Preferences > File Handling > File Compatibility.');
            }
            group(spacing: gLargeSpace, child_horizontal: align_fill) {
                check_box(view_id: 'DSA ', name: '$$$/ControlsStrings/DontShowAgain=Don^}t show again');
            }
        }
        group(spacing: gLargeSpace, child_horizontal: align_fill) {
            button(name: gOKString, view_id: 'ok  ',
                default: true);
            button(name: gCancelString, view_id: 'cncl',
                default: false);
        }
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated