home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac12disk / enchant / format.ter / format.bh < prev    next >
Text File  |  1998-10-25  |  3KB  |  65 lines

  1. ' Resource file indices for FORMAT.
  2.  
  3. CONST FORM_ALERTBOX%=0   ' Form/Dialog-box
  4. CONST WALERT_BACKDROP%=0   ' BOX in tree FORM_ALERTBOX
  5. CONST WALERT_ICON%=1   ' IMAGE in tree FORM_ALERTBOX
  6. CONST WALERT_TEXT1%=2   ' STRING in tree FORM_ALERTBOX
  7. CONST WALERT_TEXT2%=3   ' STRING in tree FORM_ALERTBOX
  8. CONST WALERT_TEXT3%=4   ' STRING in tree FORM_ALERTBOX
  9. CONST WALERT_TEXT4%=5   ' STRING in tree FORM_ALERTBOX
  10. CONST WALERT_BUT1%=6   ' BUTTON in tree FORM_ALERTBOX
  11. CONST WALERT_BUT2%=7   ' BUTTON in tree FORM_ALERTBOX
  12. CONST WALERT_BUT3%=8   ' BUTTON in tree FORM_ALERTBOX
  13.  
  14. CONST ICONS%=1   ' Form/Dialog-box
  15. CONST ICON_BACKDROP%=0   ' BOX in tree ICONS
  16. CONST ICON_ALERT0%=1   ' IMAGE in tree ICONS
  17. CONST ICON_ALERT2%=2   ' IMAGE in tree ICONS
  18. CONST ICON_PRADIO%=3   ' IMAGE in tree ICONS
  19. CONST ICON_ALERT1%=4   ' IMAGE in tree ICONS
  20. CONST ICON_ALERT3%=5   ' IMAGE in tree ICONS
  21. CONST ICON_PRAD_SM%=6   ' IMAGE in tree ICONS
  22. CONST ICON_RAD_1%=7   ' ICON in tree ICONS
  23. CONST ICON_RAD_1S%=8   ' ICON in tree ICONS
  24. CONST ICON_RAD_1SM%=9   ' ICON in tree ICONS
  25. CONST ICON_RAD_1SMS%=10  ' ICON in tree ICONS
  26. CONST ICON_RAD_4%=11  ' USERDEF in tree ICONS
  27. CONST ICON_RAD_4S%=12  ' USERDEF in tree ICONS
  28. CONST ICON_RAD_4SM%=13  ' USERDEF in tree ICONS
  29. CONST ICON_RAD_4SMS%=14  ' USERDEF in tree ICONS
  30. CONST ICON_BX_1%=15  ' ICON in tree ICONS
  31. CONST ICON_BX_1S%=16  ' ICON in tree ICONS
  32. CONST ICON_BX_1SM%=17  ' ICON in tree ICONS
  33. CONST ICON_BX_1SMS%=18  ' ICON in tree ICONS
  34. CONST ICON_BX_4%=19  ' USERDEF in tree ICONS
  35. CONST ICON_BX_4S%=20  ' USERDEF in tree ICONS
  36. CONST ICON_BX_4SM%=21  ' USERDEF in tree ICONS
  37. CONST ICON_BX_4SMS%=22  ' USERDEF in tree ICONS
  38.  
  39. CONST FORM_ICONIFY%=2   ' Form/Dialog-box
  40.  
  41. CONST FORM_ABOUT%=3   ' Form/Dialog-box
  42. CONST ABOUT_OK%=12  ' BUTTON in tree FORM_ABOUT
  43.  
  44. CONST FORM_MAIN%=4   ' Form/Dialog-box
  45. CONST MAIN_A%=5   ' BUTTON in tree FORM_MAIN
  46. CONST MAIN_B%=6   ' BUTTON in tree FORM_MAIN
  47. CONST MAIN_2SIDES%=9   ' STRING in tree FORM_MAIN
  48. CONST MAIN_2%=10  ' IBOX in tree FORM_MAIN
  49. CONST MAIN_1SIDE%=11  ' STRING in tree FORM_MAIN
  50. CONST MAIN_1%=12  ' IBOX in tree FORM_MAIN
  51. CONST MAIN_80%=15  ' IBOX in tree FORM_MAIN
  52. CONST MAIN_80TRACKS%=16  ' STRING in tree FORM_MAIN
  53. CONST MAIN_81%=17  ' IBOX in tree FORM_MAIN
  54. CONST MAIN_81TRACKS%=18  ' STRING in tree FORM_MAIN
  55. CONST MAIN_10SECTORS%=21  ' STRING in tree FORM_MAIN
  56. CONST MAIN_10%=22  ' IBOX in tree FORM_MAIN
  57. CONST MAIN_9SECTORS%=23  ' STRING in tree FORM_MAIN
  58. CONST MAIN_9%=24  ' IBOX in tree FORM_MAIN
  59. CONST MAIN_VERIFY%=25  ' IBOX in tree FORM_MAIN
  60. CONST MAIN_VERIFY1%=26  ' STRING in tree FORM_MAIN
  61. CONST MAIN_FORMAT%=27  ' BUTTON in tree FORM_MAIN
  62. CONST MAIN_QUIT%=28  ' BUTTON in tree FORM_MAIN
  63.  
  64.  
  65.