home *** CD-ROM | disk | FTP | other *** search
- gOfWidth = max_digit_width() * 10 + 4 * max_char_width();
- dialog(name: '$$$/Dialogs/ReplacePages', target_id: 'repl')
- {
- group()
- {
- group(align_children: align_left)
- {
- cluster(name: '$$$/Dialogs/ReplacePages/Original/OriginalLabel', align_children: align_left)
- {
- group()
- {
- view(align_children: align_row)
- {
- static_text( name: '$$$/Dialogs/ReplacePages/Original/ReplaceLabel' );
- edit_text( item_id: 'FrPg', width: max_char_width() * 4 );
- static_text( name: '$$$/Dialogs/ReplacePages/Original/To');
- edit_text(item_id: 'ToPg', width: max_char_width() * 4);
- static_text(item_id: 'NumP', width: gOfWidth);
- }
- view(align_children: align_row)
- {
- static_text( name: '$$$/Dialogs/ReplacePages/Original/in' );
- static_text( item_id: 'ORIG', width: max_char_width() * 24);
- }
- }
- }
- cluster(name: '$$$/Dialogs/ReplacePages/Replacement/Replacement', align_children: align_left)
- {
- group()
- {
- view(align_children: align_row)
- {
- static_text( name: '$$$/Dialogs/ReplacePages/Replacement/ReplaceLabel' );
- edit_text( item_id: 'FrPR', width: max_char_width() * 4 );
- static_text( name: '$$$/Dialogs/ReplacePages/ToLabel' );
- static_text(item_id: 'ToMx', width: max_char_width() * 8);
- }
- view(align_children: align_row)
- {
- static_text( name: '$$$/Dialogs/ReplacePages/Replacement/from' );
- static_text( item_id: 'REPL', width: max_char_width() * 24 );
- }
- }
- }
- }
- ok_cancel();
- }
- }