resource.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #include <windows.h>
  2. #ifndef IDC_STATIC
  3. #define IDC_STATIC (-1)
  4. #endif
  5. #ifndef DS_SHELLFONT
  6. #define DS_SHELLFONT (DS_SETFONT | DS_FIXEDSYS)
  7. #endif
  8. #define IDC_BACK 3
  9. #define IDD_LICENSE 102
  10. #define IDD_LICENSE_FSRB 108
  11. #define IDD_LICENSE_FSCB 109
  12. #define IDI_ICON2 103
  13. #define IDD_DIR 103
  14. #define IDD_SELCOM 104
  15. #define IDD_INST 105
  16. #define IDD_INSTFILES 106
  17. #define IDD_UNINST 107
  18. #define IDD_VERIFY 111
  19. #define IDB_BITMAP1 110
  20. #define IDC_EDIT1 1000
  21. #define IDC_BROWSE 1001
  22. #define IDC_PROGRESS 1004
  23. #define IDC_INTROTEXT 1006
  24. #define IDC_CHECK1 1008
  25. #define IDC_LIST1 1016
  26. #define IDC_COMBO1 1017
  27. #define IDC_CHILDRECT 1018
  28. #define IDC_DIR 1019
  29. #define IDC_SELDIRTEXT 1020
  30. #define IDC_TEXT1 1021
  31. #define IDC_TEXT2 1022
  32. #define IDC_SPACEREQUIRED 1023
  33. #define IDC_SPACEAVAILABLE 1024
  34. #define IDC_SHOWDETAILS 1027
  35. #define IDC_VERSTR 1028
  36. #define IDC_UNINSTFROM 1029
  37. #define IDC_STR 1030
  38. #define IDC_ULICON 1031
  39. #define IDC_TREE1 1032
  40. #define IDC_BRANDIMAGE 1033
  41. #define IDC_LICENSEAGREE 1034
  42. #define IDC_LICENSEDISAGREE 1035