You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.1 KiB
22 lines
1.1 KiB
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
//------------------------------------------------------------------//
|
|
// //
|
|
// Internal ID for WM_COMMAND of Indicator Window. //
|
|
// //
|
|
//------------------------------------------------------------------//
|
|
#define CMDINDIC_REFRESHINDIC 249 //
|
|
// //
|
|
// defined in internat\exe\resource.h //
|
|
// #define IDM_RMENU_WHATSTHIS 250 //
|
|
// #define IDM_RMENU_HELPFINDER 251 //
|
|
// #define IDM_RMENU_PROPERTIES 252 //
|
|
// #define IDM_EXIT 253 //
|
|
// #define IDM_RMENU_IMEHELP 254 //
|
|
// //
|
|
#define CMDINDIC_EXIT 259 //
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|