home *** CD-ROM | disk | FTP | other *** search
- gVerticalGapHeight = (gStaticTextHeight / 4);
-
- dialog(name: '$$$/Dialogs/FontInfo')
- {
- view(align_children: align_left)
- {
- view(align_children: align_left)
- {
- view(align_children: align_top)
- {
- static_text(name: '$$$/Dialogs/FontInfo/inStr');
- static_text(item_id: 'file', width: max_char_width() * 30 );
- gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
- }
- hier_list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
- ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
- }
- }
- }
-