28 lines
701 B
C
28 lines
701 B
C
// resource.h
|
|
#define IDS_APP_TITLE 100
|
|
#define IDS_CLASSNAME 101
|
|
#define IDS_HELPTEXT 102
|
|
#define IDI_TRAYICON 103
|
|
#define IDR_MENU 104
|
|
#define ID_POPUPMENU_HELP 105
|
|
#define ID_POPUPMENU_EXIT 106
|
|
#define IDS_ERR_MAIN 107
|
|
#define IDS_ERR_WND 108
|
|
#define IDS_ERR_ICON 109
|
|
#define IDS_ERR_MENU 110
|
|
#define IDS_ERR_POPUP 111
|
|
#define IDS_ERR_HOOK 112
|
|
#define IDS_RUNNING 113
|
|
#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
|