home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/ProofCustom')
- {
- group()
- {
- view( align_children: align_left )
- {
- view(align_children: align_row)
- {
- static_text( name:'$$$/Dialogs/ProofCustom/Profile' );
- popup( item_id: 'Pruf', width: max_char_width() * 11);
- }
- view (align_children: align_top)
- {
- static_text( name:'$$$/Dialogs/ProofCustom/Simulate' );
- view (align_children: align_left)
- {
- check_box(item_id: 'wsim', name:'$$$/Dialogs/ProofCustom/PaperWhite');
- check_box(item_id: 'ksim', name:'$$$/Dialogs/ProofCustom/InkBlack');
- }
- }
- gap(height: 8);
-
- }
- ok_cancel();
- }
- }
-