home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 0161b.exe / HEADING.HDC < prev    next >
Encoding:
Text File  |  1996-09-13  |  472 b   |  15 lines

  1. {Page}
  2. {label top=5 height=30 caption="What size is the heading to be ? 1 is the largest, 6 is tiny !"}
  3. {combo top=+45 values="1|2|3|4|5|6" name="hsize" width=50}
  4.  
  5. {label top=+25 caption="Heading Text"}
  6. {text top=+15 name="headtext"}
  7.  
  8. {label top=+25 caption="Alignment"}
  9. {list top=+15 name="Align" values="[None]|Left|Center|Right" value=" align=[%MyValue%]" height=60 default="Center"}
  10.  
  11. {/Page}
  12.  
  13. {Skeleton}
  14. <H{hsize}{Align}>{headtext}</H{hsize}>
  15. {/Skeleton}