Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Shapes/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Shapes/Dialogs/makeSelection-2130.exv

// Copyright 2023 Adobe Systems Incorporated

	dialog(name: '$$$/Dialog/MakeSelection/Title=Make Selection', class_name: 'TPSDialog', target_id: 'rad ', placement: place_row, child_horizontal: align_left) {
	    group(name: 'OKCancel', child_horizontal: align_fill) {
	        button(name: gOKString, view_id: 'ok  ', dismiss: true,
	            default: true);
	        button(name: gCancelString, view_id: 'cncl', dismiss: true);
	    }
	    group(child_horizontal: align_fill) {
	        cluster(view_id: 'rndr', name: '$$$/Dialog/MakeSelection/Rendering=Rendering', child_horizontal: align_fill) {
	            group(placement: place_row, child_horizontal: align_left) {
	                edit_text(view_id: 'rad ', class_name: 'TFixedPoint', name: '$$$/Dialog/MakeSelection/FeatherRadius=&Feather Radius:', width: 3 * max_char_width());
	                static_text(name: '$$$/Dialog/MakeSelection/Pixels=pixels');
	            }
	            check_box(view_id: 'anti', name: '$$$/Dialog/MakeSelection/AntiAliased=An&ti-aliased');
	        }
	        cluster(view_id: 'oper', class_name: 'TRadioCluster', name: '$$$/Dialog/MakeSelection/Operation=Operation', child_horizontal: align_left) {
	            radio(view_id: 'new ', name: '$$$/Dialog/MakeSelection/NewSelection=&New Selection');
	            radio(view_id: 'add ', name: '$$$/Dialog/MakeSelection/AddToSelection=&Add to Selection');
	            radio(view_id: 'sub ', name: '$$$/Dialog/MakeSelection/SubtractFromSelection=&Subtract from Selection');
	            radio(view_id: 'int ', name: '$$$/Dialog/MakeSelection/IntersectWithSelection=&Intersect with Selection');
	        }
	    }
	}
// Footer - Copyright 2023 Adobe Systems Incorporated