Files
frpmgr/installer/setup/resource.h
2025-07-16 14:30:06 +08:00

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