home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / ADDON.PAK / TESTS.HRC < prev    next >
Encoding:
Text File  |  1997-05-06  |  2.3 KB  |  83 lines

  1. #ifndef __TESTS_HRC
  2. #define __TESTS_HRC
  3.  
  4. #define IDD_DIALOG1             101
  5. #define IDI_ICON1               102
  6. #define IDC_LIST1               1000
  7. #define IDC_CLOSE               1002
  8. #define IDC_INIT               1003
  9. #define IDC_UNINIT              1004
  10. #define IDC_TEST1               1005
  11. #define IDC_TEST2               1006
  12. #define IDC_TEST3               1007
  13. #define IDC_TEST4               1008
  14. #define IDC_OUTPUT               1009
  15. #define IDC_TEST1_HELP            1010
  16. #define IDC_TEST2_HELP            1011
  17. #define IDC_TEST3_HELP            1012
  18. #define IDC_TEST4_HELP            1013
  19. #define IDC_STATIC               -1
  20. #define IDC_TOPMOST             1001
  21.  
  22. #define ID_MPD_CHAPTER            200
  23. #define ID_MPD_PROJECT_CHAPTER       201
  24.  
  25. #define IDD_MPD_PAGE1            103
  26. #define IDD_MPD_PAGE2            104
  27. #define IDD_MPD_PAGE3            105
  28. #define IDD_MPD_PAGE4            106
  29. #define IDD_MPD_PAGE5            107
  30. #define IDC_EDIT1               1010
  31. #define IDC_RADIO1               1011
  32. #define IDC_RADIO2               1012
  33. #define IDC_MESSAGE             1013
  34. #define IDC_PAGE_TYPE            1014
  35. #define IDC_COMBO1               1015
  36. #define IDC_CHECK1               1016
  37.  
  38.  
  39. #define IDC_PROPERTY              1017
  40. #define IDC_PROPERTY_LABEL          1018
  41. #define IDC_INCLUDE             1019
  42. #define IDC_LIBRARY             1020
  43. #define IDC_SOURCE               1021
  44. #define IDC_INTERMEDIATE           1022
  45. #define IDC_FINAL               1023
  46. #define IDC_DEFINES             1024
  47. #define IDC_CMDOVERRIDE           1026
  48. #define IDC_SET                1027
  49. #define IDC_FIND                1028
  50. #define IDC_REMOVE               1029
  51. #define IDC_NODEVIEW              1030
  52.  
  53.  
  54.  
  55. #define IDB_CLOSED_FOLDER  1
  56. #define IDB_OPEN_FOLDER  2
  57. #define IDB_FILE        3
  58. #define IDB_ROOT        4
  59.  
  60. #define IDR_ADDON_POPUP 1 
  61. #define IDM_MAKE       100
  62. #define IDM_BUILD     101
  63. #define IDM_TRANSLATE   102
  64. #define IDM_VIEW       103
  65. #define IDM_REFRESH     104
  66. #define IDM_CREATENEWVIEW  105
  67. #define IDM_VIEWFROMHERE  106
  68. #define IDM_DELETENODE    107
  69. #define IDM_ADDNODE     108
  70. #define IDM_VIEWDEP     109
  71.  
  72. #define BITMAP_1  1311
  73. #define BITMAP_2  1312
  74.  
  75.  
  76. #define IDD_WIN32_OWL_TARGET  108
  77.  
  78. #define  IDC_BWCC      1001
  79. #define  IDC_DYNAMIC_LIB  1002
  80. #define  IDC_STATIC_LIB  1003
  81.  
  82. #endif // __TESTS_HRC
  83.