Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(name: '$$$/Dialog/NewFramedGroup/Title=New Frame', class_name: 'TNewFramedGroupDialog', target_id: 'name') {
vEditWidth = max_digit_width() * 3 + gEditDoubleOutset;
vEditHeight = gEditTextHeight - 4;
group(spacing: gLargeSpace) {
group(child_horizontal: align_fill) {
button(name: gOKString, view_id: 'ok ',
default: true);
button(name: gCancelString, view_id: 'cncl');
}
}
group(placement: place_column) {
edit_text(view_id: 'name', name: '$$$/Dialog/NewFramedGroup/Name=&Name:', width: max_char_width() * 15, horizontal: align_fill);
view(class_name: 'TGroupSeparator', height: 2);
group(placement: place_row, spacing: gGap, horizontal: align_fill, tooltip: '$$$/Dialog/NewFramedGroup/ToolTip/SetWidth=Set a specific width and height for the Frame') {
edit_text(view_id: 'fgrw', class_name: 'TUnitsFixedPoint', width: 5 * max_char_width(), name: '$$$/Dialog/NewFramedGroup/Width3=Wi&dth:');
edit_text(view_id: 'fgrh', class_name: 'TUnitsFixedPoint', width: 5 * max_char_width(), name: '$$$/Dialog/NewFramedGroup/Height3=Hei&ght:');
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated