-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathresource.h
More file actions
480 lines (442 loc) · 12.2 KB
/
resource.h
File metadata and controls
480 lines (442 loc) · 12.2 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//Main window controls
#define IDW_MAIN 1000
#define IDC_STATIC 1001
#define IDC_HSCROLL 1002
#define IDI_4CC_MED 1010
#define IDI_4CC 1011
#define IDB_4CCLOGO 1012
#define IDR_MAINMENU 102
#define ID_FILE_EXIT 40001
#define ID_FILE_OPEN_EN 40002
#define ID_FILE_SAVE_EN 40003
#define ID_FILE_OPEN_14_EN 40004
#define ID_FILE_OPEN_15_EN 40005
#define ID_FILE_OPEN_16_EN 40006
#define ID_FILE_OPEN_17_EN 40007
#define ID_FILE_OPEN_18_EN 40008
#define ID_FILE_OPEN_19_EN 40009
#define ID_FILE_OPEN_20_EN 40010
#define ID_FILE_OPEN_21_EN 40011
#define IDM_PLAY_STAT 40028
#define IDM_PLAY_FTOG 40029
#define IDM_PLAY_BUMP 40030
#define IDM_PLAY_COPY 40031
#define IDM_PLAY_SWAP 40032
#define IDM_TEAM_CLEAR 40040
#define IDM_TEAM_CREAT 40041
#define IDM_TEAM_FPCON 40042
#define IDM_TEAM_FPOFF 40043
#define IDM_TEAM_SAVES 40044
#define IDM_TEAM_LOADS 40045
#define IDM_TEAM_BOGLO 40046
#define IDM_TEAM_NAMEPOS 40047
#define IDM_DATA_OUTPUT 40050
#define IDM_DATA_FIX 40051
#define IDD_STATS 30000
#define IDC_OK 30001
#define IDC_CANCEL 30002
#define IDT_STAT 30003
#define IDC_STAT 30004
#define IDC_TAB_MAIN 1102
#define IDC_NAME_LIST 1103
#define IDC_TEAM_LIST 1104
#define IDB_MAKE_GOLD 1105
#define IDB_MAKE_SILV 1106
#define IDB_MAKE_REGU 1107
#define IDC_STATIC_G1 1108
#define IDD_BASIC 1110
#define IDC_STATIC_B1 1111
#define IDC_STATIC_B2 1112
#define IDC_STATIC_B3 1113
#define IDC_STATIC_B4 1114
#define IDC_STATIC_B5 1115
#define IDC_STATIC_B6 1116
#define IDC_STATIC_B7 1117
#define IDC_STATIC_B8 1118
#define IDC_STATIC_B9 1119
#define IDC_STATIC_B10 1120
#define IDC_STATIC_B11 1121
#define IDC_STATIC_B12 1122
#define IDC_STATIC_B13 1123
#define IDC_STATIC_B14 1124
#define IDC_STATIC_B15 1125
#define IDT_TEAM_ID 1126
#define IDT_TEAM_SHORT 1127
#define IDT_TEAM_NAME 1128
#define IDT_PLAY_ID 1129
#define IDT_PLAY_SHIRT 1130
#define IDT_PLAY_NAME 1131
#define IDT_PLAY_HGT 1132
#define IDT_PLAY_WGT 1133
#define IDT_PLAY_AGE 1134
#define IDT_PLAY_NUM 1135
#define IDT_PLAY_NAT 1136
#define IDB_PLAY_EDIT 1137
#define IDC_PLAY_FOOT 1138
#define IDC_PLAY_RPOS 1139
#define IDC_PLAY_STYL 1140
#define IDC_LOGO 1141
#define IDB_MOVE_PLYR 1142
#define IDB_SET_STATS 1143
#define IDT_SET_STATS 1144
#define IDC_SET_STATS 1145
#define IDB_CAPTAIN 1146
#define IDD_TAB_ONE 1200
#define IDS_PLAY_CF 1201
#define IDS_PLAY_SS 1202
#define IDS_PLAY_LWF 1203
#define IDS_PLAY_RWF 1204
#define IDS_PLAY_AMF 1205
#define IDS_PLAY_LMF 1208
#define IDS_PLAY_RMF 1209
#define IDS_PLAY_CMF 1207
#define IDS_PLAY_DMF 1206
#define IDS_PLAY_LB 1211
#define IDS_PLAY_RB 1212
#define IDS_PLAY_CB 1210
#define IDS_PLAY_GK 1213
#define IDB_COM_TRIC 1214
#define IDB_COM_MAZE 1215
#define IDB_COM_SPBU 1216
#define IDB_COM_INCI 1217
#define IDB_COM_LNGB 1218
#define IDB_COM_CROS 1219
#define IDB_COM_LNGR 1220
#define IDB_SKIL_SCIS 1601
#define IDB_SKIL_FLIP 1602
#define IDB_SKIL_MARS 1603
#define IDB_SKIL_SOMB 1604
#define IDB_SKIL_CUTB 1605
#define IDB_SKIL_SCOT 1606
#define IDB_SKIL_HEAD 1607
#define IDB_SKIL_LRDR 1608
#define IDB_SKIL_KNUC 1609
#define IDB_SKIL_ACRF 1610
#define IDB_SKIL_HEEL 1611
#define IDB_SKIL_FIRS 1612
#define IDB_SKIL_ONET 1613
#define IDB_SKIL_WEIG 1614
#define IDB_SKIL_PINP 1615
#define IDB_SKIL_OUTS 1616
#define IDB_SKIL_RABO 1617
#define IDB_SKIL_LLPA 1618
#define IDB_SKIL_LPTR 1619
#define IDB_SKIL_LTHR 1620
#define IDB_SKIL_GKLT 1621
#define IDB_SKIL_MALI 1622
#define IDB_SKIL_MANM 1623
#define IDB_SKIL_TRAC 1624
#define IDB_SKIL_ACRC 1625
#define IDB_SKIL_CAPT 1626
#define IDB_SKIL_SUPR 1627
#define IDB_SKIL_FIGH 1628
#define IDB_SKIL_DOUB 1629
#define IDB_SKIL_CROS 1630
#define IDB_SKIL_STEP 1631
#define IDB_SKIL_CHIP 1632
#define IDB_SKIL_DIPP 1633
#define IDB_SKIL_RISI 1634
#define IDB_SKIL_NOLO 1635
#define IDB_SKIL_HIGH 1636
#define IDB_SKIL_PENA 1637
#define IDB_SKIL_GKPE 1638
#define IDB_SKIL_INTE 1639
#define IDB_SKIL_LRSH 1640
#define IDB_SKIL_THPA 1641
#define IDT_ABIL_ATKP 1250
#define IDC_ABIL_ATKP 1251
#define IDT_ABIL_BCON 1252
#define IDC_ABIL_BCON 1253
#define IDT_ABIL_DRIB 1254
#define IDC_ABIL_DRIB 1255
#define IDT_ABIL_LOWP 1256
#define IDC_ABIL_LOWP 1257
#define IDT_ABIL_LOFT 1258
#define IDC_ABIL_LOFT 1259
#define IDT_ABIL_FINI 1260
#define IDC_ABIL_FINI 1261
#define IDT_ABIL_PKIC 1262
#define IDC_ABIL_PKIC 1263
#define IDT_ABIL_SWER 1264
#define IDC_ABIL_SWER 1265
#define IDT_ABIL_HEAD 1266
#define IDC_ABIL_HEAD 1267
#define IDT_ABIL_DEFP 1268
#define IDC_ABIL_DEFP 1269
#define IDT_ABIL_BWIN 1270
#define IDC_ABIL_BWIN 1271
#define IDT_ABIL_KPOW 1272
#define IDC_ABIL_KPOW 1273
#define IDT_ABIL_SPED 1274
#define IDC_ABIL_SPED 1275
#define IDT_ABIL_EXPL 1276
#define IDC_ABIL_EXPL 1277
#define IDT_ABIL_BODB 1278
#define IDC_ABIL_BODB 1279
#define IDT_ABIL_PHCO 1280
#define IDC_ABIL_PHCO 1281
#define IDT_ABIL_JUMP 1282
#define IDC_ABIL_JUMP 1283
#define IDT_ABIL_STAM 1284
#define IDC_ABIL_STAM 1285
#define IDT_ABIL_GOAL 1286
#define IDC_ABIL_GOAL 1287
#define IDT_ABIL_CATC 1288
#define IDC_ABIL_CATC 1289
#define IDT_ABIL_CLEA 1290
#define IDC_ABIL_CLEA 1291
#define IDT_ABIL_REFL 1292
#define IDC_ABIL_REFL 1293
#define IDT_ABIL_COVE 1294
#define IDC_ABIL_COVE 1295
#define IDT_ABIL_TIPO 1296
#define IDC_ABIL_TIPO 1297
#define IDT_ABIL_AGGR 1298
#define IDC_ABIL_AGGR 1299
#define IDT_ABIL_WKUS 1300
#define IDC_ABIL_WKUS 1301
#define IDT_ABIL_WKAC 1302
#define IDC_ABIL_WKAC 1303
#define IDT_ABIL_FORM 1304
#define IDC_ABIL_FORM 1305
#define IDT_ABIL_INJU 1306
#define IDC_ABIL_INJU 1307
#define IDC_STATIC_T1 1310
#define IDC_STATIC_T2 1311
#define IDC_STATIC_T3 1312
#define IDC_STATIC_T4 1313
#define IDC_STATIC_T5 1314
#define IDC_STATIC_T6 1315
#define IDC_STATIC_T7 1316
#define IDC_STATIC_T8 1317
#define IDC_STATIC_T9 1318
#define IDC_STATIC_T10 1319
#define IDC_STATIC_T11 1320
#define IDC_STATIC_T12 1321
#define IDC_STATIC_T13 1322
#define IDC_STATIC_T14 1323
#define IDC_STATIC_T15 1324
#define IDC_STATIC_T16 1325
#define IDC_STATIC_T17 1326
#define IDC_STATIC_T18 1327
#define IDC_STATIC_T19 1328
#define IDC_STATIC_T20 1329
#define IDC_STATIC_T21 1330
#define IDC_STATIC_T22 1331
#define IDC_STATIC_T23 1332
#define IDC_STATIC_T24 1333
#define IDC_STATIC_T25 1334
#define IDC_STATIC_T26 1335
#define IDC_STATIC_T27 1336
#define IDC_STATIC_T28 1337
#define IDC_STATIC_T29 1338
#define IDC_STATIC_T30 1339
#define IDC_STATIC_T31 1340
#define IDC_STATIC_T32 1341
#define IDC_STATIC_T33 1342
#define IDC_STATIC_T34 1343
#define IDC_STATIC_T35 1344
#define IDC_STATIC_T36 1345
#define IDC_STATIC_T37 1346
#define IDC_STATIC_T38 1347
#define IDC_STATIC_T39 1348
#define IDC_STATIC_T40 1349
#define IDC_STATIC_T41 1350
#define IDC_STATIC_T42 1351
#define IDC_STATIC_T43 1352
#define IDC_STATIC_T44 1353
#define IDC_STATIC_T45 1354
#define IDC_STATIC_T46 1355
#define IDC_STATIC_T47 1356
#define IDS_STAR 3000
#define IDT_STAR 3001
#define IDC_STAR 3002
#define IDS_PLAY_ATT 3003
#define IDT_PLAY_ATT 3004
#define IDC_PLAY_ATT 3005
#define IDD_TAB_TWO 1400
#define IDB_EDIT_FACE 1401
#define IDB_EDIT_HAIR 1402
#define IDB_EDIT_PHYS 1403
#define IDB_EDIT_STRP 1404
#define IDB_COPY_BASE 1405
#define IDT_COPY_ID 1406
#define IDT_PHYS_HELE 1407
#define IDC_PHYS_HELE 1408
#define IDT_PHYS_HEWI 1409
#define IDC_PHYS_HEWI 1410
#define IDT_PHYS_HEDE 1411
#define IDC_PHYS_HEDE 1412
#define IDT_PHYS_NELE 1413
#define IDC_PHYS_NELE 1414
#define IDT_PHYS_NESI 1415
#define IDC_PHYS_NESI 1416
#define IDT_PHYS_SHHE 1417
#define IDC_PHYS_SHHE 1418
#define IDT_PHYS_SHWI 1419
#define IDC_PHYS_SHWI 1420
#define IDT_PHYS_CHSI 1421
#define IDC_PHYS_CHSI 1422
#define IDT_PHYS_WASI 1423
#define IDC_PHYS_WASI 1424
#define IDT_PHYS_ARSI 1425
#define IDC_PHYS_ARSI 1426
#define IDT_PHYS_ARLE 1427
#define IDC_PHYS_ARLE 1428
#define IDT_PHYS_THSI 1429
#define IDC_PHYS_THSI 1430
#define IDT_PHYS_CASI 1431
#define IDC_PHYS_CASI 1432
#define IDT_PHYS_LELE 1433
#define IDC_PHYS_LELE 1434
#define IDC_PHYS_SKIN 1435
#define IDC_PHYS_EYES 1436
#define IDT_STRP_BOID 1437
#define IDT_STRP_GLID 1438
#define IDC_STRP_WRTA 1439
#define IDC_STRP_GLST 1450
#define IDC_STRP_GLCO 1451
#define IDC_STRP_SLEE 1452
#define IDC_STRP_SLIN 1453
#define IDC_STRP_SOCK 1454
#define IDC_STRP_UNDR 1459
#define IDC_STRP_TAIL 1456
#define IDB_STRP_ANTA 1457
#define IDB_STRP_GLOV 1458
#define IDT_MOTI_HUND 1500
#define IDC_MOTI_HUND 1501
#define IDT_MOTI_ARMD 1502
#define IDC_MOTI_ARMD 1503
#define IDT_MOTI_HUNR 1504
#define IDC_MOTI_HUNR 1505
#define IDT_MOTI_ARMR 1506
#define IDC_MOTI_ARMR 1507
#define IDT_MOTI_CK 1508
#define IDC_MOTI_CK 1509
#define IDT_MOTI_FK 1510
#define IDC_MOTI_FK 1511
#define IDT_MOTI_PK 1512
#define IDC_MOTI_PK 1513
#define IDT_MOTI_GC1 1514
#define IDC_MOTI_GC1 1515
#define IDT_MOTI_GC2 1516
#define IDC_MOTI_GC2 1517
#define IDB_MOTI_RAND 1518
#define IDT_MOTI_DRIB 1519
#define IDC_MOTI_DRIB 1520
#define IDT_PLAY_HAND 1521
#define IDC_PLAY_HAND 1522
#define IDC_STATIC_T48 1550
#define IDC_STATIC_T49 1551
#define IDC_STATIC_T50 1552
#define IDC_STATIC_T51 1553
#define IDC_STATIC_T52 1554
#define IDC_STATIC_T53 1555
#define IDC_STATIC_T54 1556
#define IDC_STATIC_T55 1557
#define IDC_STATIC_T56 1558
#define IDC_STATIC_T57 1559
#define IDC_STATIC_T58 1560
#define IDC_STATIC_T59 1561
#define IDC_STATIC_T60 1562
#define IDC_STATIC_T61 1563
#define IDC_STATIC_T62 1564
#define IDC_STATIC_T63 1565
#define IDC_STATIC_T64 1566
#define IDC_STATIC_T65 1567
#define IDC_STATIC_T66 1568
#define IDC_STATIC_T67 1569
#define IDC_STATIC_T68 1570
#define IDC_STATIC_T69 1571
#define IDC_STATIC_T70 1572
#define IDC_STATIC_T71 1573
#define IDC_STATIC_T72 1574
#define IDC_STATIC_T73 1575
#define IDC_STATIC_T74 1576
#define IDC_STATIC_T75 1577
#define IDC_STATIC_T76 1578
#define IDC_STATIC_T77 1579
#define IDC_STATIC_T78 1580
#define IDC_STATIC_T79 1581
#define IDC_STATIC_T80 1582
#define IDC_STATIC_T81 1583
#define IDC_STATIC_T82 1584
#define IDC_STATIC_T83 1585
#define IDC_STATIC_T84 1586
#define IDC_STATIC_T85 1587
#define IDC_STATIC_T86 1588
#define IDC_STATIC_T87 1589
#define IDC_STATIC_T88 1590
#define IDC_STATIC_T89 1591
#define IDD_TAB_THREE 1700
#define IDT_TCOL_R1 1701
#define IDC_TCOL_R1 1702
#define IDT_TCOL_G1 1703
#define IDC_TCOL_G1 1704
#define IDT_TCOL_B1 1705
#define IDC_TCOL_B1 1706
#define IDT_TCOL_R2 1707
#define IDC_TCOL_R2 1708
#define IDT_TCOL_G2 1709
#define IDC_TCOL_G2 1710
#define IDT_TCOL_B2 1711
#define IDC_TCOL_B2 1712
#define IDB_TCOLOR1 1720
#define IDB_TCOLOR2 1721
#define IDT_MANAGER 1722
#define IDT_STADIUM 1723
#define IDC_STATIC_T90 1592
#define IDC_STATIC_T91 1593
#define IDC_STATIC_T92 1594
#define IDC_STATIC_T93 1595
#define IDC_STATIC_T94 1596
#define IDC_STATIC_T95 1597
#define IDC_STATIC_T96 1598
#define IDC_STATIC_T97 1599
#define IDD_AATF 2000
#define IDT_AATFOUT 2001
#define IDM_DATA_AATFC 2002
#define IDM_DATA_AATFS 2003
#define IDB_AATFOK 2004
#define IDM_DATA_COMPE 2005
#define IDD_AATF_SEL 2100
#define IDC_AATF_SEL 2101
#define IDD_AATF_MULT 2110
#define IDD_STAT_BUMP 2111
#define IDD_STAT_COPY 2113
#define IDT_STAT_SOUR 2114
#define IDT_STAT_DEST 2115
#define IDD_STAT_SWAP 2117
#define IDT_STAT_FPID 2118
#define IDT_STAT_SPID 2119
#define IDD_BOGLO_SET 2120
#define IDT_BOOT_START 2121
#define IDT_BOOT_END 2122
#define IDT_BOOT_ID 2123
#define IDT_GLOVE_ID 2124
#define IDT_BOOT_OPT1 2125
#define IDT_BOOT_OPT2 2126
#define IDT_BOOT_OPT3 2127
#define IDT_GLOVE_OPT1 2128
#define IDT_GLOVE_OPT2 2129
#define IDT_GLOVE_OPT3 2130
#define IDT_BOOT_BOX 2131
#define IDT_GLOVE_BOX 2132
#define IDD_DATA_IMPORT 2200
#define IDB_IMPO_STAT 2201
#define IDB_IMPO_AEST 2202
#define UM_SETCOLUMN 5000
#define UM_SCALE 5001
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif