doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AFEditor_resource.h
Go to the documentation of this file.
1 /*
2 ===========================================================================
3 
4 Doom 3 GPL Source Code
5 Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
6 
7 This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
8 
9 Doom 3 Source Code is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13 
14 Doom 3 Source Code is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18 
19 You should have received a copy of the GNU General Public License
20 along with Doom 3 Source Code. If not, see <http://www.gnu.org/licenses/>.
21 
22 In addition, the Doom 3 Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 Source Code. If not, please request a copy in writing from id Software at the address below.
23 
24 If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
25 
26 ===========================================================================
27 */
28 
29 #define IDD_DIALOG_AF 100
30 #define IDD_DIALOG_AF_NAME 101
31 #define IDD_DIALOG_AF_VIEW 102
32 #define IDD_DIALOG_AF_PROPERTIES 103
33 #define IDD_DIALOG_AF_BODY 104
34 #define IDD_DIALOG_AF_CONSTRAINT 105
35 #define IDD_DIALOG_AF_CONSTRAINT_FIXED 106
36 #define IDD_DIALOG_AF_CONSTRAINT_BALLANDSOCKET 107
37 #define IDD_DIALOG_AF_CONSTRAINT_UNIVERSAL 108
38 #define IDD_DIALOG_AF_CONSTRAINT_HINGE 109
39 #define IDD_DIALOG_AF_CONSTRAINT_SLIDER 110
40 #define IDD_DIALOG_AF_CONSTRAINT_SPRING 111
41 #define IDI_ICON2 112
42 
43 #define IDC_DIALOG_AF_TAB_MODE 200
44 #define IDC_DIALOG_AF_START 201
45 #define IDC_COMBO_AF 202
46 #define IDC_BUTTON_AF_NEW 203
47 #define IDC_BUTTON_AF_DELETE 204
48 #define IDC_BUTTON_AF_SPAWN 205
49 #define IDC_BUTTON_AF_TPOSE 206
50 #define IDC_BUTTON_AF_KILL 207
51 #define IDC_BUTTON_AF_SAVE 208
52 #define IDC_EDIT_AF_NAME 209
53 #define IDC_STATIC_AF_NAME 210
54 #define IDC_DIALOG_AF_VIEW_START 211
55 #define IDC_AF_VIEW_AF 212
56 #define IDC_AF_VIEW_MD5 213
57 #define IDC_AF_VIEW_LINES 214
58 #define IDC_AF_VIEW_PHYSICS 215
59 #define IDC_CHECK_VIEW_BODIES 216
60 #define IDC_CHECK_VIEW_BODYNAMES 217
61 #define IDC_CHECK_VIEW_BODYMASS 218
62 #define IDC_CHECK_VIEW_TOTALMASS 219
63 #define IDC_CHECK_VIEW_INERTIATENSOR 220
64 #define IDC_CHECK_VIEW_VELOCITY 221
65 #define IDC_CHECK_VIEW_CONSTRAINTNAMES 222
66 #define IDC_CHECK_VIEW_CONSTRAINTS 223
67 #define IDC_CHECK_VIEW_PRIMARYONLY 224
68 #define IDC_CHECK_VIEW_LIMITS 225
69 #define IDC_CHECK_VIEW_CONSTRAINEDBODIES 226
70 #define IDC_CHECK_VIEW_TREES 227
71 #define IDC_CHECK_MD5_SKELETON 228
72 #define IDC_CHECK_MD5_SKELETONONLY 229
73 #define IDC_CHECK_LINES_DEPTHTEST 230
74 #define IDC_CHECK_LINES_USEARROWS 231
75 #define IDC_CHECK_PHYSICS_NOFRICTION 232
76 #define IDC_CHECK_PHYSICS_NOLIMITS 233
77 #define IDC_CHECK_PHYSICS_NOGRAVITY 234
78 #define IDC_CHECK_PHYSICS_NOSELFCOLLISION 235
79 #define IDC_CHECK_PHYSICS_TIMING 236
80 #define IDC_CHECK_PHYSICS_DRAG_ENTITIES 237
81 #define IDC_CHECK_PHYSICS_SHOW_DRAG_SELECTION 238
82 #define IDC_DIALOG_AF_PROPERTIES_START 239
83 #define IDC_STATIC_MD5 240
84 #define IDC_STATIC_MODEL 241
85 #define IDC_EDIT_MODEL 242
86 #define IDC_BUTTON_BROWSE_MODEL 243
87 #define IDC_STATIC_SKIN 244
88 #define IDC_EDIT_SKIN 245
89 #define IDC_BUTTON_BROWSE_SKIN 246
90 #define IDC_STATIC_FRICTION 247
91 #define IDC_STATIC_LINEARFRICTION 248
92 #define IDC_EDIT_LINEARFRICTION 249
93 #define IDC_SPIN_LINEARFRICTION 250
94 #define IDC_STATIC_ANGULARFRICTION 251
95 #define IDC_EDIT_ANGULARFRICTION 252
96 #define IDC_SPIN_ANGULARFRICTION 253
97 #define IDC_STATIC_CONTACTFRICTION 254
98 #define IDC_EDIT_CONTACTFRICTION 255
99 #define IDC_SPIN_CONTACTFRICTION 256
100 #define IDC_STATIC_CONSTRAINT 257
101 #define IDC_EDIT_CONSTRAINTFRICTION 258
102 #define IDC_SPIN_CONSTRAINTFRICTION 259
103 #define IDC_STATIC_SUSPENDSPEED 260
104 #define IDC_STATIC_COLLISIONDETECTION 261
105 #define IDC_CHECK_SELFCOLLISION 262
106 #define IDC_STATIC_CONTENTS 263
107 #define IDC_EDIT_CONTENTS 264
108 #define IDC_STATIC_CLIPMASK 265
109 #define IDC_EDIT_CLIPMASK 266
110 #define IDC_STATIC_LINEARVELOCITY 267
111 #define IDC_EDIT_LINEARVELOCITY 268
112 #define IDC_STATIC_ANGULARVELOCITY 269
113 #define IDC_EDIT_ANGULARVELOCITY 270
114 #define IDC_STATIC_LINEARACCELERATION 271
115 #define IDC_EDIT_LINEARACCELERATION 272
116 #define IDC_STATIC_ANGULARACCELERATION 273
117 #define IDC_EDIT_ANGULARACCELERATION 274
118 #define IDC_STATIC_MASS 275
119 #define IDC_STATIC_TOTALMASS 276
120 #define IDC_EDIT_TOTALMASS 277
121 #define IDC_SPIN_TOTALMASS 278
122 #define IDC_STATIC_SUSPENDMOVEMENT 279
123 #define IDC_STATIC_LINEAR_TOLERANCE 280
124 #define IDC_EDIT_LINEAR_TOLERANCE 281
125 #define IDC_STATIC_ANGULAR_TOLERANCE 282
126 #define IDC_EDIT_ANGULAR_TOLERANCE 283
127 #define IDC_STATIC_NO_MOVE_TIME 284
128 #define IDC_EDIT_NO_MOVE_TIME 285
129 #define IDC_STATIC_MAXIMUM_MOVE_TIME 286
130 #define IDC_EDIT_MAXIMUM_MOVE_TIME 287
131 #define IDC_STATIC_MINIMUM_MOVE_TIME 288
132 #define IDC_EDIT_MINIMUM_MOVE_TIME 289
133 #define IDC_DIALOG_AF_BODY_START 290
134 #define IDC_COMBO_BODIES 291
135 #define IDC_BUTTON_NEWBODY 292
136 #define IDC_BUTTON_RENAMEBODY 293
137 #define IDC_BUTTON_DELETEBODY 294
138 #define IDC_BODY_COLLISIONMODEL 295
139 #define IDC_STATIC_CM_TYPE 296
140 #define IDC_COMBO_CM_TYPE 297
141 #define IDC_EDIT_CM_NAME 298
142 #define IDC_BUTTON_CM_BROWSE 299
143 #define IDC_COMBO_BONE_JOINT1 300
144 #define IDC_COMBO_BONE_JOINT2 301
145 #define IDC_STATIC_CM_HEIGHT 302
146 #define IDC_EDIT_CM_HEIGHT 303
147 #define IDC_SPIN_CM_HEIGHT 304
148 #define IDC_STATIC_CM_WIDTH 305
149 #define IDC_EDIT_CM_WIDTH 306
150 #define IDC_SPIN_CM_WIDTH 307
151 #define IDC_STATIC_CM_LENGTH 308
152 #define IDC_EDIT_CM_LENGTH 309
153 #define IDC_SPIN_CM_LENGTH 310
154 #define IDC_STATIC_CM_NUMSIDES 311
155 #define IDC_EDIT_CM_NUMSIDES 312
156 #define IDC_SPIN_CM_NUMSIDES 313
157 #define IDC_STATIC_CM_DENSITY 314
158 #define IDC_EDIT_CM_DENSITY 315
159 #define IDC_SPIN_CM_DENSITY 316
160 #define IDC_STATIC_CM_INERTIASCALE 317
161 #define IDC_EDIT_CM_INERTIASCALE 318
162 #define IDC_STATIC_BODY_ORIGIN_AND_ANGLES 319
163 #define IDC_RADIO_ORIGIN_COORDINATES 320
164 #define IDC_RADIO_ORIGIN_BONECENTER 321
165 #define IDC_RADIO_ORIGIN_JOINT 322
166 #define IDC_EDIT_AF_VECTOR_X 323
167 #define IDC_EDIT_AF_VECTOR_Y 324
168 #define IDC_EDIT_AF_VECTOR_Z 325
169 #define IDC_SPIN_AF_VECTOR_X 326
170 #define IDC_SPIN_AF_VECTOR_Y 327
171 #define IDC_SPIN_AF_VECTOR_Z 328
172 #define IDC_COMBO_ORIGIN_BONECENTER_JOINT1 329
173 #define IDC_COMBO_ORIGIN_BONECENTER_JOINT2 330
174 #define IDC_COMBO_ORIGIN_JOINT 331
175 #define IDC_STATIC_CM_ANGLES 332
176 #define IDC_STATIC_ANGLES_PITCH 333
177 #define IDC_STATIC_ANGLES_YAW 334
178 #define IDC_STATIC_ANGLES_ROLL 335
179 #define IDC_EDIT_ANGLES_PITCH 336
180 #define IDC_SPIN_ANGLES_PITCH 337
181 #define IDC_EDIT_ANGLES_YAW 338
182 #define IDC_SPIN_ANGLES_YAW 339
183 #define IDC_EDIT_ANGLES_ROLL 340
184 #define IDC_SPIN_ANGLES_ROLL 341
185 #define IDC_STATIC_FRICTIONDIRECTION 342
186 #define IDC_EDIT_FRICTIONDIRECTION 343
187 #define IDC_STATIC_CONTACTMOTORDIRECTION 344
188 #define IDC_EDIT_CONTACTMOTORDIRECTION 345
189 #define IDC_STATIC_JOINTS 346
190 #define IDC_STATIC_MODIFIEDJOINT 347
191 #define IDC_COMBO_MODIFIEDJOINT 348
192 #define IDC_STATIC_MODIFY 349
193 #define IDC_RADIO_MODIFY_ORIENTATION 350
194 #define IDC_RADIO_MODIFY_POSITION 351
195 #define IDC_RADIO_MODIFY_BOTH 352
196 #define IDC_STATIC_CONTAINEDJOINTS 353
197 #define IDC_EDIT_CONTAINEDJOINTS 354
198 #define IDC_DIALOG_AF_CONSTRAINT_START 355
199 #define IDC_COMBO_CONSTRAINTS 356
200 #define IDC_BUTTON_NEWCONSTRAINT 357
201 #define IDC_BUTTON_RENAMECONSTRAINT 358
202 #define IDC_BUTTON_DELETECONSTRAINT 359
203 #define IDC_STATIC_CONSTRAINT_GENERAL 360
204 #define IDC_STATIC_CONSTRAINT_TYPE 361
205 #define IDC_COMBO_CONSTRAINT_TYPE 362
206 #define IDC_STATIC_BODY1 363
207 #define IDC_STATIC_BODY2 364
208 #define IDC_COMBO_CONSTRAINT_BODY1 365
209 #define IDC_COMBO_CONSTRAINT_BODY2 366
210 #define IDC_STATIC_CONSTRAINT_FRICTION 367
211 #define IDC_EDIT_CONSTRAINT_FRICTION 368
212 #define IDC_SPIN_CONSTRAINT_FRICTION 369
213 #define IDC_DIALOG_AF_CONSTRAINT_UNIVERSAL_START 370
214 #define IDC_STATIC_ANCHOR 371
215 #define IDC_RADIO_ANCHOR_JOINT 372
216 #define IDC_COMBO_ANCHOR_JOINT 373
217 #define IDC_RADIO_ANCHOR_COORDINATES 374
218 #define IDC_EDIT_ANCHOR_X 375
219 #define IDC_SPIN_ANCHOR_X 376
220 #define IDC_EDIT_ANCHOR_Y 377
221 #define IDC_SPIN_ANCHOR_Y 378
222 #define IDC_EDIT_ANCHOR_Z 379
223 #define IDC_SPIN_ANCHOR_Z 380
224 #define IDC_STATIC_UNIVERSAL_SHAFT1 381
225 #define IDC_RADIO_UNIVERSAL_BONE_SHAFT1 382
226 #define IDC_RADIO_UNIVERSAL_ANGLES_SHAFT1 383
227 #define IDC_COMBO_UNIVERSAL_JOINT1_SHAFT1 384
228 #define IDC_COMBO_UNIVERSAL_JOINT2_SHAFT1 385
229 #define IDC_EDIT_UNIVERSAL_PITCH_SHAFT1 386
230 #define IDC_SPIN_UNIVERSAL_PITCH_SHAFT1 387
231 #define IDC_EDIT_UNIVERSAL_YAW_SHAFT1 388
232 #define IDC_SPIN_UNIVERSAL_YAW_SHAFT1 389
233 #define IDC_STATIC_UNIVERSAL_SHAFT2 390
234 #define IDC_RADIO_UNIVERSAL_BONE_SHAFT2 391
235 #define IDC_RADIO_UNIVERSAL_ANGLES_SHAFT2 392
236 #define IDC_COMBO_UNIVERSAL_JOINT1_SHAFT2 393
237 #define IDC_COMBO_UNIVERSAL_JOINT2_SHAFT2 394
238 #define IDC_EDIT_UNIVERSAL_PITCH_SHAFT2 395
239 #define IDC_SPIN_UNIVERSAL_PITCH_SHAFT2 396
240 #define IDC_EDIT_UNIVERSAL_YAW_SHAFT2 397
241 #define IDC_SPIN_UNIVERSAL_YAW_SHAFT2 398
242 #define IDC_STATIC_UNIVERSAL_LIMIT_TYPE 399
243 #define IDC_RADIO_UNIVERSAL_LIMIT_NONE 400
244 #define IDC_RADIO_UNIVERSAL_LIMIT_CONE 401
245 #define IDC_RADIO_UNIVERSAL_LIMIT_PYRAMID 402
246 #define IDC_STATIC_UNIVERSAL_LIMIT_ORIENTATION 403
247 #define IDC_RADIO_UNIVERSAL_LIMIT_BONE 404
248 #define IDC_RADIO_UNIVERSAL_LIMIT_ANGLES 405
249 #define IDC_COMBO_UNIVERSAL_LIMIT_JOINT1 406
250 #define IDC_COMBO_UNIVERSAL_LIMIT_JOINT2 407
251 #define IDC_EDIT_UNIVERSAL_LIMIT_YAW 408
252 #define IDC_SPIN_UNIVERSAL_LIMIT_YAW 409
253 #define IDC_EDIT_UNIVERSAL_LIMIT_PITCH 410
254 #define IDC_SPIN_UNIVERSAL_LIMIT_PITCH 411
255 #define IDC_EDIT_UNIVERSAL_LIMIT_ROLL 412
256 #define IDC_SPIN_UNIVERSAL_LIMIT_ROLL 413
257 #define IDC_EDIT_UNIVERSAL_LIMIT_CONE_ANGLE 414
258 #define IDC_SPIN_UNIVERSAL_LIMIT_CONE_ANGLE 415
259 #define IDC_EDIT_UNIVERSAL_LIMIT_PYRAMID_ANGLE1 416
260 #define IDC_SPIN_UNIVERSAL_LIMIT_PYRAMID_ANGLE1 417
261 #define IDC_EDIT_UNIVERSAL_LIMIT_PYRAMID_ANGLE2 418
262 #define IDC_SPIN_UNIVERSAL_LIMIT_PYRAMID_ANGLE2 419
263 #define IDC_DIALOG_AF_CONSTRAINT_HINGE_START 420
264 #define IDC_STATIC_HINGE_AXIS 421
265 #define IDC_RADIO_HINGE_AXIS_BONE 422
266 #define IDC_RADIO_HINGE_AXIS_ANGLES 423
267 #define IDC_COMBO_HINGE_AXIS_JOINT1 424
268 #define IDC_COMBO_HINGE_AXIS_JOINT2 425
269 #define IDC_EDIT_HINGE_AXIS_PITCH 426
270 #define IDC_SPIN_HINGE_AXIS_PITCH 427
271 #define IDC_EDIT_HINGE_AXIS_YAW 428
272 #define IDC_SPIN_HINGE_AXIS_YAW 429
273 #define IDC_STATIC_HINGE_LIMIT 430
274 #define IDC_RADIO_HINGE_LIMIT_NONE 431
275 #define IDC_STATIC_HINGE_LIMIT2 432
276 #define IDC_RADIO_HINGE_LIMIT_ANGLES 433
277 #define IDC_SPIN_HINGE_LIMIT_ANGLE1 434
278 #define IDC_EDIT_HINGE_LIMIT_ANGLE1 435
279 #define IDC_SPIN_HINGE_LIMIT_ANGLE2 436
280 #define IDC_EDIT_HINGE_LIMIT_ANGLE2 437
281 #define IDC_EDIT_HINGE_LIMIT_ANGLE3 438
282 #define IDC_SPIN_HINGE_LIMIT_ANGLE3 439
283 #define IDC_DIALOG_AF_CONSTRAINT_BAS_START 440
284 #define IDC_STATIC_BAS_LIMIT_TYPE 441
285 #define IDC_RADIO_BAS_LIMIT_NONE 442
286 #define IDC_RADIO_BAS_LIMIT_CONE 443
287 #define IDC_RADIO_BAS_LIMIT_PYRAMID 444
288 #define IDC_EDIT_BAS_LIMIT_CONE_ANGLE 445
289 #define IDC_SPIN_BAS_LIMIT_CONE_ANGLE 446
290 #define IDC_EDIT_BAS_LIMIT_PYRAMID_ANGLE1 447
291 #define IDC_SPIN_BAS_LIMIT_PYRAMID_ANGLE1 448
292 #define IDC_EDIT_BAS_LIMIT_PYRAMID_ANGLE2 449
293 #define IDC_SPIN_BAS_LIMIT_PYRAMID_ANGLE2 450
294 #define IDC_EDIT_BAS_LIMIT_ROLL 451
295 #define IDC_SPIN_BAS_LIMIT_ROLL 452
296 #define IDC_STATIC_BAS_LIMIT_ORIENTATION 453
297 #define IDC_RADIO_BAS_LIMIT_BONE 454
298 #define IDC_RADIO_BAS_LIMIT_ANGLES 455
299 #define IDC_COMBO_BAS_LIMIT_JOINT1 456
300 #define IDC_COMBO_BAS_LIMIT_JOINT2 457
301 #define IDC_EDIT_BAS_LIMIT_PITCH 458
302 #define IDC_SPIN_BAS_LIMIT_PITCH 459
303 #define IDC_EDIT_BAS_LIMIT_YAW 460
304 #define IDC_SPIN_BAS_LIMIT_YAW 461
305 #define IDC_STATIC_BAS_LIMIT_AXIS 462
306 #define IDC_RADIO_BAS_LIMIT_AXIS_BONE 463
307 #define IDC_COMBO_BAS_LIMIT_AXIS_JOINT1 464
308 #define IDC_COMBO_BAS_LIMIT_AXIS_JOINT2 465
309 #define IDC_RADIO_BAS_LIMIT_AXIS_ANGLES 466
310 #define IDC_EDIT_BAS_LIMIT_AXIS_PITCH 467
311 #define IDC_SPIN_BAS_LIMIT_AXIS_PITCH 468
312 #define IDC_EDIT_BAS_LIMIT_AXIS_YAW 469
313 #define IDC_SPIN_BAS_LIMIT_AXIS_YAW 470
314 #define IDC_DIALOG_AF_CONSTRAINT_SLIDER_START 471
315 #define IDC_RADIO_SLIDER_AXIS_BONE 472
316 #define IDC_COMBO_SLIDER_AXIS_JOINT1 473
317 #define IDC_COMBO_SLIDER_AXIS_JOINT2 474
318 #define IDC_RADIO_SLIDER_AXIS_ANGLES 475
319 #define IDC_EDIT_SLIDER_AXIS_PITCH 476
320 #define IDC_SPIN_SLIDER_AXIS_PITCH 477
321 #define IDC_EDIT_SLIDER_AXIS_YAW 478
322 #define IDC_SPIN_SLIDER_AXIS_YAW 479
323 #define IDC_STATIC_SLIDER_AXIS 480
324 #define IDC_DIALOG_AF_CONSTRAINT_SPRING_START 481
325 #define IDC_STATIC_ANCHOR2 482
326 #define IDC_RADIO_ANCHOR2_JOINT 483
327 #define IDC_COMBO_ANCHOR2_JOINT 484
328 #define IDC_RADIO_ANCHOR2_COORDINATES 485
329 #define IDC_EDIT_ANCHOR2_X 486
330 #define IDC_SPIN_ANCHOR2_X 487
331 #define IDC_EDIT_ANCHOR2_Y 488
332 #define IDC_SPIN_ANCHOR2_Y 489
333 #define IDC_EDIT_ANCHOR2_Z 490
334 #define IDC_SPIN_ANCHOR2_Z 491
335 #define IDC_STATIC_SPRING_SETTINGS 492
336 #define IDC_STATIC_SPRING_STRETCH 493
337 #define IDC_STATIC_SPRING_COMPRESS 494
338 #define IDC_STATIC_SPRING_DAMPING 495
339 #define IDC_STATIC_SPRING_REST_LENGTH 496
340 #define IDC_EDIT_SPRING_STRETCH 497
341 #define IDC_SPIN_SPRING_STRETCH 498
342 #define IDC_EDIT_SPRING_COMPRESS 499
343 #define IDC_SPIN_SPRING_COMPRESS 500
344 #define IDC_EDIT_SPRING_DAMPING 501
345 #define IDC_SPIN_SPRING_DAMPING 502
346 #define IDC_EDIT_SPRING_REST_LENGTH 503
347 #define IDC_SPIN_SPRING_REST_LENGTH 504
348 #define IDC_STATIC_SPRING_LIMIT 505
349 #define IDC_RADIO_SPRING_NO_MIN_LENGTH 506
350 #define IDC_RADIO_SPRING_MIN_LENGTH 507
351 #define IDC_EDIT_SPRING_MIN_LENGTH 508
352 #define IDC_SPIN_SPRING_MIN_LENGTH 509
353 #define IDC_RADIO_SPRING_NO_MAX_LENGTH 510
354 #define IDC_RADIO_SPRING_MAX_LENGTH 511
355 #define IDC_EDIT_SPRING_MAX_LENGTH 512
356 #define IDC_SPIN_SPRING_MAX_LENGTH 513
357 
358 
359 // Next default values for new objects
360 //
361 #ifdef APSTUDIO_INVOKED
362 #ifndef APSTUDIO_READONLY_SYMBOLS
363 #define _APS_3D_CONTROLS 1
364 #define _APS_NEXT_RESOURCE_VALUE 113
365 #define _APS_NEXT_COMMAND_VALUE 20000
366 #define _APS_NEXT_CONTROL_VALUE 514
367 #define _APS_NEXT_SYMED_VALUE 113
368 #endif
369 #endif