home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / da / genericd.sit / GenericDA.r < prev   
Text File  |  1986-11-08  |  772b  |  53 lines

  1. *
  2. *    Resources for the Generic DA by David HM Spector
  3. *
  4. *    See GenericCDA.c for compilation notes and usage restrictions
  5. *
  6.  
  7.  
  8. !HD╨20:Code:C:Generic C DA:Generic DA
  9. DFILDMOV
  10.  
  11.  
  12. * Our driver's ID is 12, so the owned rources for this DA start at -16000
  13. * but for the sake of clarity in the DA's defines, I start with local id 1
  14. * ( resolved to owned id -15999).
  15.  
  16. Type MENU
  17.   ,-15999
  18. Generic Menu
  19.   About the Generic DA╔
  20.   Yet another item
  21.   (-
  22.   (A Disabled Item
  23.   The Last Item╔
  24.  
  25. Type DLOG
  26.   ,-15999
  27.   Generic DA About Box
  28.   110 150 210 370
  29.   Visible NoGoAway
  30.   2
  31.   0
  32.   -15999
  33.  
  34.  
  35. Type DITL
  36.   ,-15999
  37.   3
  38. StaticText Disabled
  39. 10 15 30 210
  40. Generic Desk Accessory
  41.  
  42. StaticText Disabled
  43. 30 25 55 190
  44. by David HM Spector
  45.  
  46. StaticText Disabled
  47. 80 15 100 210
  48. (Click Mouse to Continue)
  49.  
  50.  
  51.  
  52.  
  53.