mirror of
https://github.com/koho/frpmgr.git
synced 2025-10-20 16:03:47 +08:00
17 lines
328 B
C
17 lines
328 B
C
#ifndef _RESOURCE_H
|
|
#define _RESOURCE_H
|
|
|
|
#define IDI_ICON 10
|
|
#define IDR_MSI 11
|
|
#define IDD_LANG_DIALOG 100
|
|
#define IDC_LANG_COMBO 1000
|
|
#define IDC_STATIC -1
|
|
|
|
#define IDS_TITLE 200
|
|
#define IDS_MANAGEMENT 201
|
|
#define IDS_OPERATION 202
|
|
#define IDS_REINSTALL 203
|
|
#define IDS_UNINSTALL 204
|
|
|
|
#endif
|