Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Document/Tools/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Document/Tools/noteAnnotation-3570.exv

// Copyright 2023 Adobe Systems Incorporated

vEditHeight = gSmallEditTextHeight;
vEditMaxChars = 25;
font = static_small_font;
view(class_name: 'TTextAnnotOptions', view_id: 'txtA', width: gOptionsPanelWidth, height: gOptionsPanelHeight, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
    edit_text(view_id: 'athr', tooltip: '$$$/Annots/Tooltip/Author=Name of author for notes', characters: vEditMaxChars, name: '$$$/Annots/TextTool/Author=Author:', wincontrol: false);
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(spacing: gGap, placement: place_row, child_vertical: align_center, tooltip: '$$$/Annots/Tooltip/Color=Note color') {
        static_text(name: '$$$/Annots/TextTool/Color=Color:', horizontal: align_right);
        control(frame: gIconButtonBevelFrame, view_id: 'ptch', class_name: 'TColorPatch', width: gColorPatchWidth, height: gColorPatchHeight);
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(spacing: gGap, placement: place_row, child_vertical: align_center, tooltip: '$$$/Annots/Tooltip/Clear=Clear all notes in the document') {
        button(dismiss: false, height: gSmallButtonHeight, name: '$$$/TextTool/ClearAll=Clear All', view_id: 'clra');
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    view(class_name: gIconButtonClass, spacing: 0, margin: 1) {
        group(spacing: 0, margin: 1, frame: gIconButtonOtherButtonFrame) {
            icon_button(data_type: 'int32', width: gToolOptionsBigIconWidth, height: gToolOptionsBigIconHeight, view_id: 'tpal', sticky: false, tooltip: '$$$/Annots/Tooltip/ShowTypingPalette=Show or hide the notes panel', initial_value: 0, icon_root_name: 'AnnotPalette');
        }
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated