home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / OS2 / SPEL / UCHESS / UCHESSRC / UCHESS.H < prev    next >
Text File  |  1994-11-05  |  3KB  |  104 lines

  1. #define ID_FRAME_RES 1
  2. #define IDC_BITMAP 5
  3. #define IDR_BITMAP 6
  4. #define IDC_OK     222
  5. #define MENU_ID 1
  6. #define IDC_OK2 223
  7. #define IDC_OK3 110
  8. #define IDC_NUMMOVES 200
  9. #define IDC_NUMMINS 201
  10. #define IDC_DEPTH 202
  11. #define IDC_FIXEDDEPTH 203
  12. #define IDC_BOOK 205
  13. #define IDC_EASY 204
  14. #define IDC_BLACK 120
  15. #define IDC_WHITE 121
  16. #define IDC_BOTH 122
  17. #define IDC_NEITHER 123
  18. #define IDC_GROUP 119
  19. #define IDC_OK4 299
  20. #define IDC_GROUP2 300
  21. #define IDC_QUEEN 301
  22. #define IDC_ROOK 302
  23. #define IDC_KNIGHT 303
  24. #define IDC_BISHOP 304
  25. #define IDC_OK5 298
  26. #define IDC_GROUP3 305
  27. #define IDC_BEGIN 306
  28. #define IDC_INTER 307
  29. #define IDC_ADVAN 308
  30.  
  31. // /*--------------------------------------------------------------*\
  32. // *  Menu item IDs                                               *
  33. // \*--------------------------------------------------------------*/
  34. #define IDM_NEWGAME  (WM_USER+0)
  35. #define IDM_LOADGAME   (WM_USER+1)
  36. #define IDM_SAVEGAME    (WM_USER+2)
  37. #define IDM_TIMECONTROL   (WM_USER+3) /* Message posted when thread terminates */
  38. #define IDM_PLAYERS     (WM_USER+4)
  39. #define IDM_LOOK    (WM_USER+5)
  40. #define IDM_CALC    (WM_USER+6)
  41. #define IDM_TEST    (WM_USER+7)
  42. #define IDM_EDIT    (WM_USER+8)
  43. #define IDM_MOVENOW    (WM_USER+9)
  44. #define IDM_LISTGAME   (WM_USER+10)
  45. #define IDM_EXIT   (WM_USER+11)
  46. #define IDM_TAKEBACK   (WM_USER+12)
  47. #define IDM_HINT   (WM_USER+14)
  48. #define IDM_SKILL   (WM_USER+15)
  49. #define IDM_VERBOSE   (WM_USER+16)
  50.  
  51. // *--------------------------------------------------------------*\
  52. // *  Message item IDs                                            *
  53. // \ *--------------------------------------------------------------*/
  54. #define IDD_SKILL                           1
  55. #define IDD_PROMOTE                           2
  56. #define IDD_TIMEDLG                             3
  57. #define IDD_PRODUCTINFO                        4
  58. #define IDD_HELP                               5
  59. #define IDD_PLAYERS 6
  60. #define IDD_EDIT 7
  61.  
  62. #define IDM_HELPHELPFORHELP                 9100
  63. #define IDM_HELPEXTENDED                    9200
  64. #define IDM_HELPKEYS                        9300
  65. #define IDM_HELPINDEX                       9400
  66. #define IDM_HELPPRODUCTINFO                 9600
  67.  
  68. #define HELPLIBRARYNAMELEN  32
  69. #define IDS_HELPLIBRARYNAME             104
  70. #define IDS_HELPWINDOWTITLE             105
  71.  
  72. /*--------------------------------------------------------------*\
  73.  *  Help table and subtables                    *
  74. \*--------------------------------------------------------------*/
  75. #define UCHESS_HELP_TABLE            1000
  76.  
  77. /*--------------------------------------------------------------*\
  78.  *  Main window help panels                    *
  79. \*--------------------------------------------------------------*/
  80. #define SUBTABLE_MAIN                2000
  81. #define PANEL_MAIN                2100
  82. #define PANEL_HELP                2910
  83. #define PANEL_HELPHELPFORHELP            2920
  84. #define PANEL_HELPEXTENDED            2930
  85. #define PANEL_HELPKEYS                2940
  86. #define PANEL_HELPINDEX                2950
  87. #define PANEL_TIMEDLG            2960
  88. #define PANEL_KEYSHELP                2970
  89.  
  90. #define PANEL_SKILLDLG                2980
  91. #define PANEL_SKILLMENU                2981
  92. #define PANEL_TIMEMENU                2982
  93. #define PANEL_PLAYERMENU                2983
  94. #define PANEL_HINT    2984
  95. #define PANEL_MOVENOW    2985
  96. #define PANEL_UNDO    2986
  97. #define PANEL_EDIT   2987
  98. #define PANEL_CALC    2988
  99. #define PANEL_TEST    2989
  100. #define PANEL_BEEP   2990
  101. #define PANEL_VERBOSE   2991
  102.  
  103.  
  104.