-
Notifications
You must be signed in to change notification settings - Fork 1
/
resource.h
executable file
·76 lines (75 loc) · 3.14 KB
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Helloworld.rc
//
#define IDS_APP_TITLE 1
#define IDS_HELLO 2
#define IDC_HELLOWORLD 3
#define IDS_ROW_NORM 4
#define IDS_ROW_HANDICAP 5
#define IDI_HELLOWORLD 101
#define IDM_MENU 102
#define IDD_ABOUTBOX 103
#define IDS_HELP 104
#define IDD_GAMEOVER 106
#define IDD_NEWGAME 107
#define IDD_ENDGAME 109
#define IDD_EXPLAIN 109
#define IDD_HELP 111
#define IDD_OPTIONS 117
#define IDS_COMMAND1 301
#define IDC_EDIT1 1002
#define IDC_EDITMEM 1002
#define IDC_COLORBOX 1003
#define IDC_EDITDEPTH 1003
#define IDC_BLACK 1004
#define IDC_EDITFOURLIB 1004
#define IDC_WHITE 1005
#define IDC_EDITBACKFILL 1005
#define IDC_EDITKO 1006
#define IDC_HANDICAP 1007
#define IDC_HANDICAPBOX 1008
#define IDC_BOARD_SIZE 1008
#define IDC_TITLENEW 1009
#define IDC_STATIC2 1016
#define IDC_SOMETEXT 1018
#define IDC_STATIC5 1018
#define IDC_STATIC3 1019
#define IDC_STATIC4 1020
#define IDC_STATIC007 1021
#define IDC_STATIC008 1022
#define IDC_STATIC009 1023
#define IDC_STATIC9 1024
#define IDC_STATIC10 1025
#define IDC_STATIC15 1026
#define IDC_CHECKPLAYALONE 1029
#define IDC_AGAINSTCPU 1036
#define IDM_MAIN_COMMAND1 40001
#define IDM_HELP_ABOUT 40003
#define IDM_FILE_EXIT 40004
#define IDM_FILE_NEW 40007
#define IDS_CAP_EDIT 40010
#define IDS_FILE 40011
#define IDS_EDIT 40012
#define ID_MENUITEM40014 40014
#define IDS_CAP_MENUITEM40015 40016
#define IDS_UNDO 40018
#define IDM_MAIN_COMMAND2 40019
#define IDM_EDIT_UNDO 40020
#define IDM_EDIT_PASS 40021
#define IDM_FILE 40022
#define IDM_EDIT 40023
#define IDM_HELP 40024
#define IDS_CAP_HELP 40026
#define IDM_HELP_HELP 40027
#define IDM_EDIT_OPTIONS 40028
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 117
#define _APS_NEXT_COMMAND_VALUE 40029
#define _APS_NEXT_CONTROL_VALUE 1037
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif