home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac5_disk / tutorial.s / hbasic.tut / pdo.bh < prev    next >
Text File  |  1997-04-10  |  501b  |  18 lines

  1. ' Resource file indices for PDODISK.
  2.  
  3. CONST Info%=0   ' Form/Dialog-box
  4. CONST Okbut1%=1   ' BUTTON in tree INFO
  5. CONST Ver%=5   ' TEXT in tree INFO
  6.  
  7. CONST Menu%=1   ' Menu-tree
  8. CONST About%=8   ' STRING in tree MENU
  9. CONST Quit%=17  ' STRING in tree MENU
  10. CONST View%=18  ' STRING in tree MENU
  11. CONST Prin%=19  ' STRING in tree MENU
  12. CONST Opts%=22  ' STRING in tree MENU
  13. CONST Reg%=23  ' STRING in tree MENU
  14. CONST Loads%=25  ' STRING in tree MENU
  15. CONST Saves%=26  ' STRING in tree MENU
  16.  
  17.  
  18.