home *** CD-ROM | disk | FTP | other *** search
- dialog( name: '$$$/Dialogs/CertNotice/Title' )
- {
- view( align_children: align_left )
- {
- view( align_children: align_row )
- {
- picture( item_id: 'icon', width: 32, height: 32, alignment: align_top );
-
- view( align_children: align_left, width: max_char_width() * 30 )
- {
- static_text( item_id: 'not1', alignment: align_fill );
- static_text( item_id: 'not2', alignment: align_fill );
- static_text( item_id: 'not3', alignment: align_fill );
- }
- }
-
- ok_cancel( ok_name: '$$$/Dialogs/CertNotice/Continue' );
- }
- }
-