Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Video/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Video/Dialogs/pasteFrames-4515.exv

// Copyright 2023 Adobe Systems Incorporated

dialog(name: '$$$/Dialog/Animation/PasteFrames/Title=Paste Frames', class_name: 'TPSDialog', show: true, placement: place_row, child_horizontal: align_fill) {
    group(child_horizontal: align_fill, name: 'OKCancel', show: true) {
        button(name: gOKString, horizontal: align_fill, view_id: 'ok  ', show: true, dismiss: true,
            default: true);
        button(name: gCancelString, horizontal: align_fill, view_id: 'cncl', show: true, dismiss: true);
    }
    group(placement: place_column) {
        cluster(view_id: 'mthd', class_name: 'TRadioCluster', placement: place_column, name: '$$$/Dialog/Animation/PasteFrames/Method=Paste Method') {
            radio(view_id: 'rplc', name: '$$$/Dialog/Animation/PasteFrames/Replace=&Replace Frames');
            radio(view_id: 'over', name: '$$$/Dialog/Animation/PasteFrames/PasteOver=Paste &Over Selection');
            radio(view_id: 'bfor', name: '$$$/Dialog/Animation/PasteFrames/PasteBefore=Paste &Before Selection');
            radio(view_id: 'aftr', name: '$$$/Dialog/Animation/PasteFrames/PasteAfter=Paste &After Selection');
        }
        check_box(view_id: 'link', name: '$$$/Dialog/Animation/PasteFrames/LinkLayers=&Link Added Layers');
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated