home *** CD-ROM | disk | FTP | other *** search
- gVerticalGapHeight = gStaticTextHeight / 4;
-
- dialog(name: '$$$/Dialogs/Weblink/EditURL', target_id: 'eURL')
- {
- group()
- {
- view(align_children: align_left)
- {
- static_text( name: '$$$/Dialogs/Weblink/EditURL/EnterURLforLink' );
- edit_text( item_id: 'dURL', width: max_char_width() * 30, PopupEdit: true);
- }
- view( align_children: align_left )
- {
- static_text( item_id: 'tURL', name: '$$$/Dialogs/Weblink/EditURL/BaseURL' );
- static_text( item_id: 'bURL', width: max_char_width() * 30 );
- }
-
- gap( height: gVerticalGapHeight );
-
- ok_cancel();
- }
- }