home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/EmbedFonts')
- {
- group()
- {
- view(align_children: align_row, alignment: align_fill)
- {
- user_item(item_id: 'hicn', width: 32, height: 32);
- static_text(item_id: 'desc', height: gEditTextHeight, width: max_char_width()*30, alignment: align_fill);
- }
- ok_cancel();
- }
- }