Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Preferences/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Preferences/Dialogs/optIn-5336.exv

// Copyright 2023 Adobe Systems Incorporated

vNoteIcon = 'Note';
dialog(class_name: 'TOptInLoggingDialog', name: '$$$/Prefs/Privacy/Title=Adobe Photoshop') {
    group(placement: place_column, vertical: align_center, child_vertical: align_center, horitonal: align_left) {
        static_text(vertical: align_fill, name: '$$$/Prefs/Privacy/Help=How would you like to help improve the quality of Adobe Photoshop?');
        static_text(vertical: align_fill, name: '$$$/Prefs/Privacy/DialogInfo=Join the Adobe Photoshop Improvement Program to help improve the quality, reliability and performance of Adobe software and services.^rParticipation will not degrade the performance of your software.');
        static_text(vertical: align_fill, name: '$$$/Prefs/Privacy/DialogParticipate=If you choose to participate:');
        group(placement: place_row, horizontal: align_left, vertical: align_center) {
            icon_image(icon_root_name: vNoteIcon, height: 32, width: 32);
            group(placement: place_column) {
                static_text(vertical: align_fill, name: '$$$/Prefs/Privacy/DialogWill=Adobe will^r^B Collect image data that will be viewed by researchers.^r^B Access cloud documents that will be viewed by researchers.^r^B Collect information on how you use this software to identify trends and usage patterns.');
                static_text(vertical: align_fill, name: '$$$/Prefs/Privacy/DialogWillNot=Adobe will not^r^B Use this data for any purpose other than to improve Adobe software and services.');
            }
        }
        static_text(vertical: align_fill, name: '$$$/Prefs/Privacy/DialogNote=You can opt out at any time by going to Preferences->Product Improvement.^rChanges will take effect the next time you start Photoshop.');
        group(placement: place_row, vertical: align_fill, horizontal: align_fill) {
            button(dismiss: false, name: '$$$/Prefs/Privacy/LearnMore=&Learn More...', horizontal: align_left, view_id: 'ppll', dialogButton: false);
            group(placement: place_row, child_horizontal: align_fill, horizontal: align_right) {
                button(dismiss: false, name: '$$$/Prefs/Privacy/Decline=&Not at this time', view_id: 'doil');
                button(dismiss: false, name: '$$$/Prefs/Privacy/Confirm=&Yes, I^{d like to participate', view_id: 'aoil',
                    default: true);
            }
        }
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated