home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / HISOFT.LZH / HISOFT_B.MSA / EXAMPLES / WRSC.BH < prev    next >
Text File  |  1991-10-08  |  388b  |  25 lines

  1.  
  2. CONST     Menu1%=     0
  3.  
  4. CONST    MAbout%=     8
  5. CONST    MQuit%=    17
  6. CONST    MCheckme%=    19
  7. CONST    MDialog%=    21
  8. CONST    MInstall%=    22
  9.  
  10. CONST     TestDialog%=     1
  11.  
  12. CONST    DOK%=     2
  13. CONST    DCancel%=     3
  14. CONST    DEditable%=     4
  15. CONST    DParent%=     5
  16. CONST    DRadio1%=     6
  17. CONST    DRadio2%=     7
  18. CONST    DRadio3%=     8
  19.  
  20. CONST     NewDesktop%=     2
  21.  
  22.  
  23. CONST     AAlert%=     0
  24.  
  25.