home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / WBTDEMO.ZIP / WBDEMO.CH < prev    next >
Text File  |  1994-08-12  |  1KB  |  71 lines

  1.  
  2.  
  3. #define EnableMenuItem  WEnableMenuItem
  4.  
  5. #define BTNLEFT   1
  6. #define BTNRIGHT  2
  7. #define BTNUP     3
  8. #define BTNDOWN   4
  9. #define BTNPGUP   5
  10. #define BTNPGDN   6
  11. #define BTNHOME   7
  12. #define BTNEND    8
  13. #define BTNTOP    9
  14. #define BTNBOTTOM 10
  15. #define BTNFONT   11
  16. #define BTNEDIT   12
  17. #define BTNDEL    13
  18. #define BTNREF    14
  19. #define BTNEXIT   15
  20. #define BTNHELP   16
  21.  
  22. #define IDEDIT    501
  23. #define IDRUN     502
  24. #define IDADD     503
  25. #define IDDEL     504
  26. #define IDEXIT    505
  27. #define IDHELPS   506
  28. #define IDSAVE    507
  29. #define IDBHELP   508
  30. #define IDCALC    509
  31. #define IDPRINT   510
  32. #define IDHELPB   511
  33.  
  34. #define IDTOPS     561
  35. #define IDBOTTOMS  562
  36. #define IDPGUPS    563
  37. #define IDPGDNS    564
  38. #define IDALTHOME  565
  39. #define IDALTEND   566
  40. #define IDEXITS    569
  41. #define IDBHELPS   570
  42. #define IDADDS     571
  43. #define IDDELETES  572
  44. #define IDEDITS    573
  45. #define IDFINDS    575
  46. #define IDPRINTS   579
  47.  
  48. #define RARROW     590
  49. #define LARROW     591
  50. #define IDHELP     998
  51. #define IDABOUT    999
  52.  
  53. #define APP_NAME   "DEMO"
  54.  
  55. #define LANDSCAPE  1
  56. #define PORTRAIT   2
  57.  
  58. #define VK_A  ASC('A')
  59. #define VK_B  ASC('B')
  60. #define VK_C  ASC('C')
  61. #define VK_D  ASC('D')
  62. #define VK_E  ASC('E')
  63. #define VK_I  ASC('I')
  64. #define VK_N  ASC('N')
  65. #define VK_O  ASC('O')
  66. #define VK_P  ASC('P')
  67. #define VK_Q  ASC('Q')
  68. #define VK_S  ASC('S')
  69. #define VK_X  ASC('X')
  70. #define VK_Z  ASC('Z')
  71.