mirror of https://github.com/tongzx/nt5src
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.
14 lines
373 B
14 lines
373 B
|
|
#define IDS_HELP 1
|
|
#define IDS_FAILED 2
|
|
#define IDS_LOADFAILED 3
|
|
#define IDS_INSTALLFAILED 4
|
|
#define IDS_TITLE 5
|
|
#define IDS_REGSUCCESS 6
|
|
#define IDS_INSTALLSUCCESS 7
|
|
#define IDS_FULLSUCCESS 8
|
|
#define IDS_UNREGSUCCESS 9
|
|
#define IDS_UNINSTALLSUCCESS 10
|
|
#define IDS_UNFULLSUCCESS 11
|
|
#define IDS_UNEXPECTED 12
|
|
|