Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
vNoteIcon = 'CS_Info';
dialog(class_name: 'TPSDialog', name: '$$$/Dialog/PastePaths/Title=Paste') {
view(class_name: 'TView', view_id: 'okcl') {
group(placement: place_column, child_horizontal: align_fill) {
button(name: '$$$/ControlsStrings/OK=OK', view_id: 'ok ',
default: true);
button(name: '$$$/ControlsStrings/Cancel=Cancel', view_id: 'cncl',
default: false);
}
}
group(placement: place_column, child_horizontal: align_fill) {
cluster(view_id: 'acti', class_name: 'TRadioCluster', name: '$$$/Dialog/PastePaths/PasteAs=Paste As:') {
radio(name: '$$$/Dialog/PastePaths/SmartObject=Smart &Object', view_id: 'plLr');
radio(name: '$$$/Dialog/PastePaths/Pixels=Pi&xels', view_id: 'rndr');
radio(name: '$$$/Dialog/PastePaths/Path=&Path', view_id: 'path');
radio(name: '$$$/Dialog/PastePaths/ShapeLayer=&Shape Layer', view_id: 'shap');
}
view(class_name: 'TView', view_id: 'lmvw', placement: place_column, child_horizontal: align_fill, spacing: gSmallGap, margin_top: 24) {
check_box(name: '$$$/Dialog/AddToCurrentLibrary=Add to my current library', view_id: 'adlb', tooltip: '$$$/Dialog/PastePaths/ToolTips/AddToLibraries=Create a library graphic and library linked smart object');
group(placement: place_row, child_horizontal: align_fill, spacing: 0, resize_location_vertical: locationRelSuperView) {
view(width: gCheckBoxWidth, resize_location_vertical: locationRelSuperView);
static_text(name: '$$$/Dialog/ColorSwatchName/LibraryLearnMore=Learn more about Libraries', view_id: 'lblm', wincontrol: false);
}
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated