home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CHESS.PAK / WCHESS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  2.2 KB  |  75 lines

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