Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Document/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Document/Dialogs/infoOptions-2360.exv

// Copyright 2023 Adobe Systems Incorporated

mPalOptionsInfoMode1 = 2360;
mPalOptionsInfoMode2 = 2361;
mPalOptionsInfoUnits = 2362;
dialog(name: '$$$/Dialog/InfoOptions/Title=Info Panel Options', class_name: 'TInfoOptionsDialog', show: true, placement: place_row, child_horizontal: align_left) {
    group() {
        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, spacing: gLargeSpace, child_horizontal: align_fill) {
        cluster(view_id: 'clr1', name: '$$$/Dialog/InfoOptions/FirstColorReadout=First Color Readout', placement: place_column) {
            popup(view_id: 'mod1', resource_id: mPalOptionsInfoMode1, horizontal: align_fill, tooltip: '$$$/Dialog/InfoOptions/Tooltip/FirstColorReadout=Set the format the first color value will be displayed in');
        }
        cluster(view_id: 'clr2', name: '$$$/Dialog/InfoOptions/SecondColorReadout=Second Color Readout', placement: place_column) {
            popup(view_id: 'mod2', resource_id: mPalOptionsInfoMode2, horizontal: align_fill, tooltip: '$$$/Dialog/InfoOptions/Tooltip/SecondColorReadout=Set the format the second color value will be displayed in');
        }
        cluster(view_id: 'mous', name: '$$$/Dialog/InfoOptions/MouseCoordinates=Mouse Coordinates', placement: place_column) {
            popup(view_id: 'unit', resource_id: mPalOptionsInfoUnits, horizontal: align_fill, tooltip: '$$$/Dialog/InfoOptions/Tooltip/MouseCoordinates=Sets the measurement units the current mouse coordinates will be displayed in');
        }
        cluster(view_id: 'usag', name: '$$$/Dialog/InfoOptions/UsageInfo=Status Information', placement: place_row) {
            group(placement: place_column, child_vertical: align_top) {
                check_box(view_id: 'dsiz', name: '$$$/Dialog/InfoOptions/DocumentSizes=Document &Sizes', tooltip: '$$$/Dialog/InfoOptions/Toolip/DocumentSizes=Show the Document Sizes Status line in the Info panel');
                check_box(view_id: 'dpro', name: '$$$/Dialog/InfoOptions/DocumentProfile=Document &Profile', tooltip: '$$$/Dialog/InfoOptions/Toolip/DocumentProfile=Show the Document Profile Status line in the Info panel');
                check_box(view_id: 'ddim', name: '$$$/Dialog/InfoOptions/DocumentDimensions=Document &Dimensions', tooltip: '$$$/Dialog/InfoOptions/Toolip/DocumentDimensions=Show the Document Dimensions Status line in the Info panel');
                check_box(view_id: 'smes', name: '$$$/Dialog/InfoOptions/MeasurementScale=Measureme&nt Scale', tooltip: '$$$/Dialog/InfoOptions/Tooltip/MeasurementScale=Show the Measurement Scale status line in the Info panel');
                check_box(view_id: 'smto', name: '$$$/Dialog/InfoOptions/SmartObjects=Smart O&bjects', tooltip: '$$$/Dialog/InfoOptions/Tooltip/SmartObjects=Show the Smart Objects Status Line in the Info panel');
                check_box(view_id: 'gpum', name: '$$$/Dialog/InfoOptions/GPUMode=&GPU Mode', tooltip: '$$$/Dialog/InfoOptions/Tooltip/GPUMode=Show the GPU Mode Line in the Info panel');
            }
            group(placement: place_column, child_vertical: align_top) {
                check_box(view_id: 'scrt', name: '$$$/Dialog/InfoOptions/ScratchSizes=S&cratch Sizes', tooltip: '$$$/Dialog/InfoOptions/Toolip/ScratchSizes=Show the Scratch Sizes Status line in the Info panel');
                check_box(view_id: 'effi', name: '$$$/Dialog/InfoOptions/Efficiency=&Efficiency', tooltip: '$$$/Dialog/InfoOptions/Toolip/Efficiency=Show the Efficiency Status line in the Info panel');
                check_box(view_id: 'time', name: '$$$/Dialog/InfoOptions/Timing=&Timing', tooltip: '$$$/Dialog/InfoOptions/Toolip/Timing=Show the Timing Status line in the Info panel');
                check_box(view_id: 'curt', name: '$$$/Dialog/InfoOptions/CurrentTool=C&urrent Tool', tooltip: '$$$/Dialog/InfoOptions/Toolip/CurrentTool=Show the name of the current tool in the Info panel');
                check_box(view_id: 'pyra', name: '$$$/Dialog/InfoOptions/CacheOverhead=Cache O&verhead', tooltip: '$$$/Dialog/InfoOptions/Toolip/CacheOverhead=Show the Cache Overhead Status line in the Info panel');
                check_box(view_id: 'layC', name: '$$$/Dialog/InfoOptions/LayerCount=&Layer Count', tooltip: '$$$/Dialog/InfoOptions/Toolip/LayerCount=Show the number of layers in the current document');
            }
        }
        check_box(view_id: 'sCMP', name: '$$$/Dialog/InfoOptions/AlwaysShowComposite=Always Show Composite Color Values', tooltip: '$$$/Dialog/InfoOptions/Tooltip/AlwaysShowComposite=Only show current composite ^[all layers^] color values in the Info panel.');
        check_box(view_id: 'thlp', name: '$$$/Dialog/InfoOptions/ShowToolHelp=S&how Tool Hints', tooltip: '$$$/Dialog/InfoOptions/Tooltip/ShowToolHelp=Show hints for the current tool in the Info panel');
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated