20 lines
488 B
C
20 lines
488 B
C
#pragma once
|
|
|
|
#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_AREA 106
|
|
#define ID_POPUPMENU_ABOUT 107
|
|
#define ID_POPUPMENU_EXIT 108
|
|
#define IDS_ERR_MAIN 109
|
|
#define IDS_ERR_WND 110
|
|
#define IDS_ERR_ICON 111
|
|
#define IDS_ERR_MENU 112
|
|
#define IDS_ERR_POPUP 113
|
|
#define IDS_ERR_HOOK 114
|
|
#define IDS_RUNNING 115
|
|
#define IDC_STATIC -1
|