Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Shapes/Tools/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Shapes/Tools/rectangleOptions-4030.exv

// Copyright 2023 Adobe Systems Incorporated

font = static_small_font;
v_color_swatch_String = '$$$/VectorTools/ToolTips/Color=Set the color of the layer';
svtoAddLayer = 1097098348;
svtoUnion = 1433299310;
svtoSubtract = 1400201844;
svtoIntersect = 1231975538;
svtoXOR = 1165520754;
vtmShapeLayer = 0;
vtmPath = 1;
vtmFill = 2;
cluster_frame = frame_none;
cluster_spacing = 0;
cluster_margin = 0;
mFullBrushMode = 801;
view(class_name: 'TGeometryVectorToolOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, spacing: gSmallGap, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
    zpopup(resource_id: 4800, width: 70, tooltip: '$$$/VectorTool/ToolTips/ModeSwitcher=Pick tool mode', view_id: 4800);
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(class_name: 'TChildSwapView', view_id: 'mswp', placement: place_offscreen, spacing: 2, child_vertical: align_center, child_horizontal: align_left) {
        view(class_name: 'TAGMStrokeStyleInfoOptions', view_id: 4801, spacing: gGap, placement: place_row, child_vertical: align_center, margin_left: 2) {
            vidFillOptions = 4802;
            vidFillContentFlyout = 4803;
            vidStrokeOptions = 4804;
            vidStrokeContentFlyout = 4805;
            vidStrokeTypeOptions = 4806;
            vidStrokeDetailsFlyout = 4807;
            vidStrokeWidthOptions = 4808;
            vidStrokeLineWeightPESlider = 4809;
            vidStrokeLineWeight = 4810;
            vidStrokeLineWeightSlider = 4811;
            vidAABBDimensionOptions = 4814;
            vidAABBWidth = 4815;
            vidAABBLink = 4816;
            vidAABBHeight = 4817;
            zFillLabel = '$$$/VectorLayerOptionsBar/Fill/Label=Fill:';
            zFillTypeTooltip = '$$$/VectorLayerOptionsBar/ToolTips/FillType=Set shape fill type';
            zStrokeLabel = '$$$/VectorLayerOptionsBar/Stroke/Label=Stroke:';
            zStrokeTypeTooltip = '$$$/VectorLayerOptionsBar/ToolTips/StrokeType=Set shape stroke type';
            zAABBWidth = '$$$/VectorLayerOptionsBar/AABBWidth/Label=W:';
            zAABBHeight = '$$$/VectorLayerOptionsBar/AABBHeight/Label=H:';
            zStrokeWidthTooltip = '$$$/VectorLayerOptionsBar/ToolTips/StrokeWidth=Set shape stroke width';
            zShapeWidthTooltip = '$$$/VectorLayerOptionsBar/ToolTips/ShapeWidth=Set shape width';
            zShapeHeightTooltip = '$$$/VectorLayerOptionsBar/ToolTips/ShapeHeight=Set shape height';
            zShapeWidthHeightLinkTooltip = '$$$/VectorLayerOptionsBar/ToolTips/ShapeWidthHeightLinkTooltip=Link shape width and height';
            font = static_small_font;
            view(spacing: 0, margin: 0, placement: place_row, view_id: vidFillOptions) {
                static_text(name: zFillLabel);
                view(class_name: 'TCustomDrawFlyoutControl', view_id: vidFillContentFlyout, tooltip: zFillTypeTooltip, width: 30, height: 20);
            }
            view(spacing: 0, margin: 0, placement: place_row, view_id: vidStrokeOptions) {
                static_text(name: zStrokeLabel, class_name: 'THotText', hot_text_edit_id: vidStrokeLineWeight);
                view(class_name: 'TCustomDrawFlyoutControl', view_id: vidStrokeContentFlyout, tooltip: zStrokeTypeTooltip, width: 30, height: 20);
            }
            view(spacing: 0, margin: 0, placement: place_row, view_id: vidStrokeWidthOptions) {
                popup_edit_slider(view_id: vidStrokeLineWeightPESlider, tooltip: zStrokeWidthTooltip, placement: place_row, edit_class_name: 'TUnitsFixedPoint', edit_display_format: gVectorLayerStrokeWidthFormat, edit_view_id: vidStrokeLineWeight, slider_view_id: vidStrokeLineWeightSlider, width: max_char_width() * 4, disable_expr: true);
            }
            view(spacing: 0, margin: 0, placement: place_row, view_id: vidStrokeTypeOptions) {
                view(class_name: 'TCustomDrawFlyoutControl', view_id: vidStrokeDetailsFlyout, width: 50, tooltip: zStrokeTypeTooltip, height: 20);
            }
            view(spacing: 0, margin: 0, placement: place_row, view_id: vidAABBDimensionOptions) {
                view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
                view(spacing: gGap, margin_right: gOptionsMarginWidth, margin_height: gOptionsMarginHeight, placement: place_row) {
                    view(spacing: 0, margin: 0, placement: place_row) {
                        edit_text(name: zAABBWidth, view_id: vidAABBWidth, class_name: 'TUnitsFixedPoint', tooltip: zShapeWidthTooltip, width: max_char_width() * 3, disable_expr: true);
                    }
                    icon_button(class_name: 'TPunchButton', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, view_id: vidAABBLink, tooltip: zShapeWidthHeightLinkTooltip, initial_value: 0, icon_root_name: 'CellLinkIndicator');
                    view(spacing: 0, margin: 0, placement: place_row) {
                        edit_text(name: zAABBHeight, view_id: vidAABBHeight, class_name: 'TUnitsFixedPoint', tooltip: zShapeHeightTooltip, width: max_char_width() * 3, disable_expr: true);
                    }
                }
            }
        }
        group(placement: place_row, spacing: gSmallGap) {
            static_text(name: '$$$/VectorLayerPathOptions/Make=Make:');
            button(name: '$$$/VectorLayerPathOptions/Selection=Selection...', view_id: 'mksl', tooltip: '$$$/RectangleTool/ToolTips/MakeSelectionButton=Make Selection');
            button(name: '$$$/VectorLayerPathOptions/Mask=Mask', view_id: 'mkms', tooltip: '$$$/RectangleTool/ToolTips/MakeMaskButton=Make new Vector Mask');
            button(name: '$$$/VectorLayerPathOptions/Shape=Shape', view_id: 'mksp', tooltip: '$$$/RectangleTool/ToolTips/MakeShapeButton=Make new Shape Layer');
        }
        group(placement: place_row, spacing: 2, child_vertical: align_center, child_horizontal: align_left) {
            control(class_name: 'TBlendReadout', placement: place_row, spacing: gSmallGap, enabled: false, view_id: 'blen', child_vertical: align_center, height: gOptionsPanelHeight) {
                popup(resource_id: mFullBrushMode, view_id: 'bpop', width: gBlendPopupFixedWidth - 4, height: gSmallPopupHeight, tooltip: '$$$/RectangleTool/ToolTips/BlendMode=Set blend mode for fill');
                group(spacing: gSmallGap, placement: place_row, child_vertical: align_center, tooltip: '$$$/BucketOptions/Tooltip/FillOpacity=Set opacity for fill') {
                    static_text(view_id: 'stit', class_name: 'THotText', horizontal: align_right, name: '$$$/VectorToolOptions/Opacity=Opacity:');
                    popup_edit_slider(view_id: 'pusl', placement: place_row, edit_class_name: 'TUnitsFixedPoint', edit_display_format: gOpacityEditFormat, edit_view_id: 'cell', slider_view_id: 'tbib');
                }
            }
            check_box(view_id: 'anti', class_name: 'TMiniCheckBox', alternate_icon: 'AntiAlias', name: '$$$/VectorToolOptions/AntiAlias=Anti-alias', tooltip: '$$$/RectangleTool/ToolTips/AntiAlias=Fill partial pixels at edges');
        }
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    vidPathComposePopup = 4818;
    vidPathAlignPopup = 4819;
    vidPathArrangePopup = 4820;
    zPathComposePopupTooltip = '$$$/VectorLayerOptionsBar/ToolTips/PathCompositionOptions=Path operations';
    zPathAlignPopupTooltip = '$$$/VectorLayerOptionsBar/ToolTips/PathAlignmentOptions=Path alignment';
    zPathArrangePopupTooltip = '$$$/VectorLayerOptionsBar/ToolTips/PathArrangeOptions=Path arrangement';
    icon_button(class_name: 'TPunchButton', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, view_id: vidPathComposePopup, tooltip: zPathComposePopupTooltip, initial_value: 0, icon_root_name: 'MarqueeAdd');
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    view(view_id: 'alft', vertical: align_center, class_name: 'TFlyoutIconButton', placement: place_row, spacing: gSmallGap, tooltip: zPathAlignPopupTooltip) {
        view(class_name: 'TCustomDrawFlyoutControl', view_id: 'gfly', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, vertical: align_center);
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    icon_button(class_name: 'TPunchButton', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, view_id: vidPathArrangePopup, tooltip: zPathArrangePopupTooltip, initial_value: 0, icon_root_name: 'BringForward');
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    view(view_id: 'geom', vertical: align_center, class_name: 'TFlyoutIconButton', placement: place_row, spacing: gSmallGap, tooltip: '$$$/PenTool/Tooltip/SettingsFlyoutShapeTool=Set additional shape and path options') {
        view(class_name: 'TCustomDrawFlyoutControl', view_id: 'gfly', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, vertical: align_center);
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(placement: place_row, child_vertical: align_center, spacing: 0) {
        event_image(hot_icon_edit_id: 'crad', icon_root_name: 'CornerRadiusToolbar', margin_left: 20, width: 20, height: 20, tooltip: '$$$/RoundedRectangleTool/ToolTips/Radius=Set radius of rounded corners');
        edit_text(view_id: 'crad', class_name: 'TUnitsFixedPoint', width: max_char_width() * 3, tooltip: '$$$/RoundedRectangleTool/ToolTips/Radius=Set radius of rounded corners');
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(placement: place_row, child_vertical: align_center) {
        vidAlignedRenderingCheckbox = 4812;
        check_box(view_id: vidAlignedRenderingCheckbox, class_name: 'TMiniCheckBox', horizontal: align_center, name: '$$$/Options/VectorTools/AlignEdges=Align Edges', alternate_icon: 'AlignEdges', tooltip: '$$$/PenTool/Tooltip/AlignEdges=Align vector shape edges to the pixel grid.');
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated