AFEditor_resource.h 19 KB

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