123456789101112131415161718192021222324252627282930313233 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ generated include file.
- // Used by MFCService.rc
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_MFCSERVICE_DIALOG 102
- #define IDS_SERVICE_NAME 102
- #define IDS_HINT_SYS_RUN 103
- #define IDS_HINT_ALARM_WELCOME 104
- #define IDS_HINT_VOICE_END 105
- #define IDS_HINT_RETURN_NORMAL 106
- #define IDS_HINT_UPPER_LIMIT 107
- #define IDS_HINT_LOWER_LIMIT 108
- #define IDS_HINT_CURR_VALUE 109
- #define IDS_STRING110 110
- #define IDS_WATCH_SERVICE_NAME 110
- #define IDR_MAINFRAME 128
- #define Btn_Start 1000
- #define IDC_BUTTON2 1001
- #define Btn_Stop 1001
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 129
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1001
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|