Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Paths/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Paths/Dialogs/stroke-1850.exv

// Copyright 2023 Adobe Systems Incorporated

dialog(class_name: 'TPSDialog', name: '$$$/Dialog/Stroke/Title=Stroke', target_id: 'wide') {
    vEditWidth = max_digit_width() * 6 + gEditDoubleOutset;
    vEditHeight = gEditTextHeight - 4;
    group(child_horizontal: align_fill) {
        button(view_id: 'ok  ', name: gOKString,
            default: true);
        button(view_id: 'cncl', name: gCancelString,
            default: false);
    }
    group(view_id: 'wind', placement: place_column, horizontal: align_fill, vertical: align_fill) {
        cluster(view_id: 'strk', name: '$$$/Dialog/Stroke/Stroke=Stroke') {
            group(placement: place_row, margin_width: 2, margin_height: 2, spacing: gGap) {
                edit_text(view_id: 'wide', class_name: 'TUnitsFixedPoint', width: vEditWidth, name: '$$$/Dialog/Stroke/Width=&Width:');
            }
            group(placement: place_row, margin_width: 2, margin_height: 2, spacing: gGap) {
                static_text(horizontal: align_right, name: '$$$/Dialog/Stroke/Color=Color:');
                control(view_id: 'ptch', class_name: 'TColorPatch', width: vEditWidth, height: vEditHeight + 4, frame: gIconButtonBevelFrame);
            }
        }
        cluster(view_id: 'loc ', placement: place_row, name: '$$$/Dialog/Stroke/Location=Location', class_name: 'TRadioCluster') {
            radio(view_id: 'insd', name: '$$$/Dialog/Stroke/Inside=&Inside');
            radio(view_id: 'cntr', name: '$$$/Dialog/Stroke/Center=&Center');
            radio(view_id: 'outs', name: '$$$/Dialog/Stroke/Outside=O&utside');
        }
        cluster(view_id: 'blnd', name: '$$$/Dialog/Stroke/Blending=Blending', class_name: 'TBlendingCluster') {
            popup(view_id: 'mode', resource_id: 1100);
            group(placement: place_row, margin_width: 2, margin_height: 2, spacing: gGap) {
                edit_text(view_id: 'opac', class_name: 'TFixedPoint', width: vEditWidth, name: '$$$/Dialog/Stroke/Opacity=&Opacity:');
                static_text(horizontal: align_left, name: '$$$/ControlsStrings/Percent=%');
            }
            check_box(view_id: 'clip', name: '$$$/Dialog/Stroke/PreserveTransparency=&Preserve Transparency');
        }
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated