home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / games / gemamigo / src / gemamigo.h < prev    next >
Text File  |  1994-04-29  |  4KB  |  69 lines

  1. /* resource set indices for GEMAMIGO */
  2.  
  3. #define GAMEWIN                            0 /* form/dialog */
  4. #define GRID                               1 /* BOX in tree GAMEWIN */
  5. #define CONTROL_PANEL                      2 /* IBOX in tree GAMEWIN */
  6. #define COLOUR                             3 /* BOXTEXT in tree GAMEWIN */
  7. #define HANDICAP                           4 /* FBOXTEXT in tree GAMEWIN */
  8. #define SHOW_REASON                        5 /* BUTTON in tree GAMEWIN */
  9. #define BLACK_PRISONERS                    7 /* FTEXT in tree GAMEWIN */
  10. #define WHITE_PRISONERS                    8 /* FTEXT in tree GAMEWIN */
  11. #define BLACK_IMAGE                        9 /* BOX in tree GAMEWIN */
  12. #define WHITE_IMAGE                       10 /* BOX in tree GAMEWIN */
  13. #define VARIABLE_BUTTONS                  11 /* IBOX in tree GAMEWIN */
  14. #define COUNTING_DONE                     12 /* BUTTON in tree GAMEWIN */
  15. #define RESIGN                            13 /* BUTTON in tree GAMEWIN */
  16. #define NEW_GAME                          14 /* BUTTON in tree GAMEWIN */
  17. #define PASS                              15 /* BUTTON in tree GAMEWIN */
  18. #define DO_VIEW                           16 /* BUTTON in tree GAMEWIN */
  19. #define DO_ABOUT                          17 /* ICON in tree GAMEWIN */
  20.  
  21. #define HANDICAP_MENU                      1 /* form/dialog */
  22. #define NO_HANDICAP                        1 /* TEXT in tree HANDICAP_MENU */
  23. #define MAX_HANDICAP                      10 /* TEXT in tree HANDICAP_MENU */
  24.  
  25. #define COLOUR_MENU                        2 /* form/dialog */
  26. #define CHOOSE_BLACK                       1 /* TEXT in tree COLOUR_MENU */
  27. #define CHOOSE_WHITE                       2 /* TEXT in tree COLOUR_MENU */
  28.  
  29. #define RESULT                             3 /* form/dialog */
  30. #define WHITE_SCORES                       2 /* FTEXT in tree RESULT */
  31. #define BLACK_SCORES                       4 /* FTEXT in tree RESULT */
  32. #define WHITE_IS_WINNER                    6 /* STRING in tree RESULT */
  33. #define BLACK_IS_WINNER                    7 /* STRING in tree RESULT */
  34. #define NO_WINNER                          8 /* STRING in tree RESULT */
  35.  
  36. #define VIEWWIN                            4 /* form/dialog */
  37. #define COL_HIGHLIGHT                      2 /* IBOX in tree VIEWWIN */
  38. #define COL_LINE                           7 /* IBOX in tree VIEWWIN */
  39. #define COL_BOARD                         12 /* IBOX in tree VIEWWIN */
  40. #define PAT_BOARD                         17 /* IBOX in tree VIEWWIN */
  41. #define BIG_STONE                         23 /* BUTTON in tree VIEWWIN */
  42. #define MID_STONE                         24 /* BUTTON in tree VIEWWIN */
  43. #define SML_STONE                         25 /* BUTTON in tree VIEWWIN */
  44. #define VIEW_SAVE                         26 /* BUTTON in tree VIEWWIN */
  45.  
  46. #define CHOICELIST                         5 /* form/dialog */
  47. #define CHOICESCROLLBAR                    1 /* IBOX in tree CHOICELIST */
  48. #define CHOICE1                            6 /* BOXTEXT in tree CHOICELIST */
  49. #define CHOICEN                           21 /* BOXTEXT in tree CHOICELIST */
  50.  
  51. #define ABOUT                              6 /* form/dialog */
  52.  
  53. #define GAMEWIN_TITLE                      0 /* Free string */
  54.  
  55. #define VIEWWIN_TITLE                      1 /* Free string */
  56.  
  57. #define NO_GAME                            2 /* Free string */
  58.  
  59. #define GAMEOVER                           3 /* Free string */
  60.  
  61. #define THINKING                           4 /* Free string */
  62.  
  63. #define CPUPASSED                          5 /* Free string */
  64.  
  65. #define COUNTUP                            6 /* Free string */
  66.  
  67. #define NO_CNF                             7 /* Alert string */
  68.  
  69.