home *** CD-ROM | disk | FTP | other *** search
- gVerticalGapHeight = gStaticTextHeight / 4;
-
- dialog( name: '$$$/Dialogs/Weblink/EditBase', target_id: 'edtB')
- {
- group( )
- {
- view( align_children: align_left )
- {
- static_text( name: '$$$/Dialogs/Weblink/EditBase/EnterBaseURL' );
- edit_text( item_id: 'dURL', width: max_char_width() * 30 );
- }
-
- gap( height: gVerticalGapHeight );
-
- ok_cancel();
- }
- }