Resource.h 590 B

123456789101112131415161718192021222324252627
  1. //Ui for BDS.rc
  2. #define IDS_APP_TITLE 103
  3. #define IDR_MAINFRAME 128
  4. #define IDD_UIFORBDS_DIALOG 102
  5. #define IDD_ABOUTBOX 103
  6. #define IDM_ABOUT 104
  7. #define IDM_EXIT 105
  8. #define IDI_UIFORBDS 107
  9. #define IDI_SMALL 108
  10. #define IDC_UIFORBDS 109
  11. #define IDC_MYICON 2
  12. #ifndef IDC_STATIC
  13. #define IDC_STATIC -1
  14. #endif
  15. #ifdef APSTUDIO_INVOKED
  16. #ifndef APSTUDIO_READONLY_SYMBOLS
  17. #define _APS_NO_MFC 130
  18. #define _APS_NEXT_RESOURCE_VALUE 129
  19. #define _APS_NEXT_COMMAND_VALUE 32771
  20. #define _APS_NEXT_CONTROL_VALUE 1000
  21. #define _APS_NEXT_SYMED_VALUE 110
  22. #endif
  23. #endif