home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Sound / MSE / definitions / Test / Tutorial1-E.def < prev    next >
Encoding:
Text File  |  1996-09-08  |  550 b   |  49 lines

  1. Define Device (
  2.     Manufacturer "Test"
  3.     Device "Tutorial1"
  4. )
  5.  
  6. Define Font "Font1" (
  7.     Name "Topaz2.font"
  8.     Size 8
  9. )
  10.  
  11. Define Window "Main" (
  12.     Position 10 20
  13.     Size 400 200
  14.     Border
  15. )
  16.  
  17. Window "Main" (
  18.     Border (
  19.         Position 10 10
  20.         Size 107 40
  21.         Fill 3
  22.     )
  23.     Text "Plain Text" (
  24.         Position 20 25
  25.     )
  26.     Text "Shadow Text" (
  27.         Position 20 40
  28.         Color 2
  29.         Shadow
  30.     )
  31.  
  32.  
  33.  
  34.     Text "Note #" (
  35.         Position 167 159
  36.         Color 3
  37.     )
  38.     Gadget "Notes" (
  39.         Position 140 140
  40.         Type Slider (
  41.             Range 0 127
  42.             Size 100 10
  43.             Direction HORIZONTAL
  44.             LevelPlace ABOVE
  45.             Default 63
  46.         )
  47.     )
  48. )
  49.