29 lines
730 B
C
29 lines
730 B
C
// resource.h
|
|
#define IDS_APP_TITLE 100
|
|
#define IDS_CLASSNAME 101
|
|
#define IDS_ABOUT 102
|
|
#define IDI_TRAYICON 103
|
|
#define IDR_MENU 104
|
|
#define ID_POPUPMENU_ICON 105
|
|
#define ID_POPUPMENU_ABOUT 106
|
|
#define ID_POPUPMENU_EXIT 107
|
|
#define IDS_ERR_MAIN 108
|
|
#define IDS_ERR_WND 109
|
|
#define IDS_ERR_ICON 110
|
|
#define IDS_ERR_MENU 111
|
|
#define IDS_ERR_POPUP 112
|
|
#define IDS_ERR_HOOK 113
|
|
#define IDS_RUNNING 114
|
|
#define IDC_STATIC -1
|
|
|
|
// Next default values for new objects
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 110
|
|
#endif
|
|
#endif
|