Files
kortapp-z/others/C/System_Information/include/resource.h
2025-07-02 11:11:16 +08:00

12 lines
197 B
C

#ifndef RESOURCE_H
#define RESOURCE_H
#define IDI_MAIN_ICON 101
#define IDR_MAIN_MENU 102
#define IDM_EXIT 1001
#define IDM_ABOUT 1002
#define IDM_SHOW_INFO 1003
#endif // RESOURCE_H