home *** CD-ROM | disk | FTP | other *** search
- gDialogWidth = max_char_width() * 35;
-
- dialog(name: '$$$/Dialogs/DigSigDocNotCertAlert')
- {
- view(align_children: align_left)
- {
- view(align_children: align_top)
- {
- user_item(item_id: 'icon', width: 32, height: 32);
- view(align_children:align_left)
- {
- static_text( item_id: 'exp1', width: gDialogWidth);
- static_text( item_id: 'exp2', width: gDialogWidth);
- static_text( item_id: 'exp3', width: gDialogWidth);
- }
- }
- ok_cancel_other(ok_name: '$$$/Dialogs/DigSigDocNotCertAlert/ContinueSign',
- other_name: '$$$/Dialogs/DigSigDocNotCertAlert/CertDoc');
- }
- }