home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 2.ddi / CHESS.ZIP / WCHESS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  2.0 KB  |  73 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #ifndef __WCHESS_H
  4. #define __WCHESS_H
  5.  
  6. #define IDM_BEGIN        24350
  7. #define IDM_MOVEPIECE    24350
  8. #define IDM_MOVETIME     24351
  9. #define IDM_TOTALTIME     24352
  10. #define IDM_DEMO             24353
  11. #define IDM_INFINITE         24354
  12. #define IDM_PLY             24355
  13. #define IDM_MATE             24356
  14. #define IDM_SINGLE         24357
  15. #define IDM_TWOPLAYER    24358
  16. #define IDM_AUTO         24359
  17. #define IDM_REVERSE         24360
  18. #define CM_UNDO          24361
  19. #define CM_REDO          24362
  20. #define CM_STOP          24363
  21. #define IDM_EASY         24364
  22. #define IDM_HINT         24365
  23. #define IDM_PASS         24366
  24. #define IDM_EXIT         24371
  25. #define IDM_MATCHING     24372
  26. #define IDM_WHITETURN    24373
  27. #define IDM_BLACKTURN    24374
  28. #define IDM_COLORS       24375
  29. #define IDM_BESTLINE     24376
  30. #define IDM_MOUSEDRAG    24377
  31. #define IDM_MOUSESELECT  24378   
  32. #define IDM_PIECEVALUES  24379  
  33. #define IDM_SOUND        24380
  34.  
  35. #define EM_ERROR         24344
  36. #define EM_CANCEL        24346             
  37. #define EM_CLEAR         24347
  38. #define EM_DONE          24348
  39. #define SD_ENDGAMEDLG    24349
  40. #define SD_CHESSERROR     24345
  41.  
  42. #define IDD_WRED        24854
  43. #define IDD_WGREEN      24855
  44. #define IDD_WBLUE       24856
  45. #define IDD_WEDITRED    24857
  46. #define IDD_WEDITGREEN  24858
  47. #define IDD_WEDITBLUE   24859
  48. #define IDD_BRED        24860
  49. #define IDD_BGREEN      24861
  50. #define IDD_BBLUE       24862
  51. #define IDD_BEDITRED    24863
  52. #define IDD_BEDITGREEN  24864
  53. #define IDD_BEDITBLUE   24865
  54. #define IDD_BLACKCOLOR  24866
  55. #define IDD_WHITECOLOR  24867
  56.  
  57. #define IDD_QUEEN       24868
  58. #define IDD_ROOK        24869
  59. #define IDD_BISHOP      24870
  60. #define IDD_KNIGHT      24871
  61. #define IDD_PAWN        24872
  62. #define IDD_EQUEEN      24873
  63. #define IDD_EROOK       24874
  64. #define IDD_EBISHOP     24875
  65. #define IDD_EKNIGHT     24876
  66. #define IDD_EPAWN       24877
  67. #define IDD_DEFAULT     201
  68.  
  69. #define TIMEID          202
  70.  
  71. #endif // __WCHESS_H
  72.  
  73.