Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Application/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Application/Dialogs/newguide-3754.exv

// Copyright 2023 Adobe Systems Incorporated

dialog(name: '$$$/NewGuideCommandOptions/Title=New guide', class_name: 'TNewGuideCommandOptionsDialog', target_id: 'posT', show: true, placement: place_row, child_horizontal: align_fill) {
    group(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(name: '$$$/NewGuideCommandOptions/Orientation/Title=Orientation', view_id: 'gudo', class_name: 'TRadioCluster') {
            radio(view_id: 'guoh', name: '$$$/Dialog/NewGuideCommandOptions/Orientation/Horizontal=&Horizontal');
            radio(view_id: 'guov', name: '$$$/Dialog/NewGuideCommandOptions/Orientation/Vertical=&Vertical');
            group(margin_width: 0, child_vertical: align_center, placement: place_row, spacing: gSmallGap) {
                static_text(view_id: 'posL', class_name: 'THotText', horizontal: align_right, name: '$$$/Dialog/NewGuideCommandOptions/Position=&Position:');
                edit_text(view_id: 'posT', class_name: 'TUnitsFixedPoint', width: 4 * max_char_width());
            }
        }
        cluster(name: '$$$/NewGuideCommandOptions/Color/Title=Color', view_id: 'gudc') {
            group(margin_width: 0, child_vertical: align_center, placement: place_row, spacing: gSmallGap) {
                zpopup(view_id: 'glcp', resource_id: 9101, tooltip: '$$$/Dialog/NewGuideCommandOptions/ToolTip/GuideColor=Color to use for this guide');
                control(frame: gIconButtonBevelFrame, view_id: 'glcc', class_name: 'TColorPatch', width: 32, height: 32, tooltip: '$$$/Dialog/NewGuideCommandOptions/ToolTip/GuideColorPatch=Guide color');
            }
        }
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated