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.
30 lines
744 B
30 lines
744 B
#define IDM_NEWGAME 1
|
|
#define IDM_EXIT 2
|
|
#define IDM_ABOUT 3
|
|
#define IDM_OPTIONSUNDO 4
|
|
#define IDM_OPTIONSERROR 5
|
|
#define IDM_HELP 6
|
|
#define IDM_GAMERECORD 8
|
|
#define IDM_OPTIONSDECK 9
|
|
|
|
#define IDD_OK 1
|
|
#define IDD_CANCEL 0
|
|
#define IDD_EDITWINDOW 100
|
|
#define IDD_RECORD 101
|
|
#define IDD_CLEARSCORES 102
|
|
|
|
/* help menu item*/
|
|
#define MENU_HOWTOPLAY 1000
|
|
#define MENU_INDEX 1001
|
|
#define MENU_USINGHELP 1003
|
|
#define MENU_COMMANDS 1004
|
|
|
|
/* String IDs */
|
|
#define IDSOOM 1000
|
|
#define IDSAppName 1001
|
|
#define IDSNoCardOnKing 1002
|
|
#define IDSNotAdjacent 1003
|
|
#define IDSWinner 1004
|
|
#define IDSGameOver 1005
|
|
#define IDSGameOverS 1006
|
|
#define IDSRecordTitle 1007
|