Radiant_resource.h 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  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_FINDTEXTURE 10000
  21. #define IDD_ENTITY 10001
  22. #define IDD_GAMMA 10002
  23. #define IDD_FINDBRUSH 10003
  24. #define IDD_ROTATE 10004
  25. #define IDD_SIDES 10005
  26. #define IDD_ABOUT 10006
  27. #define IDD_SURFACE 10007
  28. #define IDD_PROJECT 10008
  29. #define IDD_TEXTUREBAR 10009
  30. #define IDD_ADDCMD 10010
  31. #define IDD_PLAYWAVE 10011
  32. #define IDD_TEXLIST 10012
  33. #define IDD_DLG_PREFS 10013
  34. #define IDD_DLG_MAPINFO 10014
  35. #define IDD_DLG_ENTITYLIST 10015
  36. #define IDD_DLG_SCRIPTS 10016
  37. #define IDD_DLG_NEWPROJECT 10017
  38. #define IDD_DLG_COMMANDLIST 10018
  39. #define IDD_DLG_INFORMATION 10019
  40. #define IDD_DLG_GROUP 10020
  41. #define IDD_DLG_CAMERA 10021
  42. #define IDD_DLG_CAMERAEVENT 10022
  43. #define IDD_DLG_CAMERATARGET 10023
  44. #define IDD_DLG_WAIT 10024
  45. #define IDD_DIALOG_SCALE 10025
  46. #define IDD_DIALOG_FINDREPLACE 10026
  47. #define IDD_DIALOG_STAIRS 10027
  48. #define IDD_DIALOG_INPUT 10028
  49. #define IDD_DIALOG_TEXTURELIST 10029
  50. #define IDD_DIALOG_NEWPATCH 10030
  51. #define IDD_DIALOG_TEXTURELAYOUT 10031
  52. #define IDD_DIALOG_CAP 10032
  53. #define IDD_DIALOG_THICKEN 10033
  54. #define IDD_DIALOG_PATCH 10034
  55. #define IDD_DIALOG_LIGHT 10035
  56. #define IDD_DIALOG_ENTITY 10036
  57. #define IDD_DIALOG_COLORS 10037
  58. #define IDD_DIALOG_INSPECTORS 10038
  59. #define IDD_DIALOG_TEXTURE 10039
  60. #define IDD_DIALOG_PREVIEW 10040
  61. #define IDD_DIALOG_CONSOLE 10041
  62. #define IDD_DIALOG_COMMENTS 10042
  63. #define IDD_DIALOG_EDITVIEW 10043
  64. #define IDD_DIALOG_EDITPREVIEW 10044
  65. #define IDD_DIALOG_NEW_INSPECTORS 10045
  66. #define IDD_DIALOG_NEWCURVE 10046
  67. #define IDD_DIALOG_GETSTRING 10047
  68. #define IDD_ENTFINDREPLACE 10048
  69. #define IDR_ACCELERATOR1 10049
  70. #define IDR_ACCEL_SURFACE 10050
  71. #define IDR_MINIACCEL 10051
  72. #define IDR_MAINFRAME 10052
  73. #define IDR_RADIANTYPE 10053
  74. #define IDR_SHADERFRAME 10054
  75. #define IDR_SHADERTYPE 10055
  76. #define IDR_TOOLBAR1 10056
  77. #define IDR_TOOLBAR_SCALELOCK 10057
  78. #define IDR_TOOLBAR_ADVANCED 10058
  79. #define IDR_MENU_DROP 10059
  80. #define IDR_MENU_QUAKE3 10060
  81. #define IDR_MENU_EV 10061
  82. #define IDR_POPUP_TEXTURE 10062
  83. #define IDR_POPUP_SELECTION 10063
  84. #define IDR_POPUP_VIEW 10064
  85. #define IDR_POPUP_GROUP 10065
  86. #define IDR_POPUP_SPLINE 10066
  87. #define IDR_POPUP_MATERIAL 10067
  88. #define IDR_POPUP_ENTITY 10068
  89. #define IDB_IENDCAP 10069
  90. #define IDB_ENDCAP 10070
  91. #define IDB_BEVEL 10071
  92. #define IDB_IBEVEL 10072
  93. #define IDB_VIEWQE4 10073
  94. #define IDB_VIEW4WAY 10074
  95. #define IDB_VIEWDEFAULT 10075
  96. #define IDB_VIEWDEFAULT2 10076
  97. #define IDB_VIEWDEFAULT3 10077
  98. #define IDB_VIEWDEFAULT_Z 10078
  99. #define IDB_BITMAP_GROUPS 10079
  100. #define IDB_BITMAP_MATERIAL 10080
  101. #define IDB_BITMAP_HSB 10081
  102. #define IDB_BITMAP_RGB 10082
  103. #define IDC_VIEWDEFAULT 10200
  104. #define IDC_VIEWDEFAULT_Z 10201
  105. #define IDC_SELECT 10202
  106. #define IDC_APPLY 10203
  107. #define IDC_REFRESH 10204
  108. #define IDC_BUTTON_RELOAD 10205
  109. #define IDC_BUTTON_ADD 10206
  110. #define IDC_BUTTON_OPEN 10207
  111. #define IDC_APPLY2 10208
  112. #define IDC_APPLY_DIFFERENT 10209
  113. #define IDC_BUTTON_PLAY 10210
  114. #define IDC_CHECK1 10211
  115. #define IDC_TESTCAMERA 10212
  116. #define IDC_CHECK_LIVE 10213
  117. #define IDC_BTN_HIDE 10214
  118. #define IDC_SPIN1 10215
  119. #define IDC_SPIN2 10216
  120. #define IDC_SPIN3 10217
  121. #define IDC_RADIO2 10218
  122. #define IDC_RADIO3 10219
  123. #define IDC_RADIO_VIEWTYPE 10220
  124. #define IDC_RADIO_FALLOFF2 10221
  125. #define IDC_RADIO_VIEWTYPE2 10222
  126. #define IDC_RADIO_FALLOFF3 10223
  127. #define IDC_RADIO_VIEWTYPE3 10224
  128. #define IDC_LIST_ENTITIES 10225
  129. #define IDC_RADIO_VIEWTYPE4 10226
  130. #define IDC_EDIT_TOTALBRUSHES 10227
  131. #define IDC_CHECK_LOADLAST 10228
  132. #define IDC_CHECK_AUTOSAVE 10229
  133. #define IDC_CHECK_LOADLASTMAP 10230
  134. #define IDC_LIST_ENTITY 10231
  135. #define IDC_LIST_SCRIPTS 10232
  136. #define IDC_NEW 10233
  137. #define IDC_EDIT 10234
  138. #define IDC_EDIT_NAME 10235
  139. #define IDC_RUN 10236
  140. #define IDC_LIST_COMMANDS 10237
  141. #define IDC_CHECK_FACE 10238
  142. #define IDC_CHECK_RIGHTCLICK 10239
  143. #define IDC_CHECK_TEXTUREWINDOW 10240
  144. #define IDC_CHECK_TEXTURETOOLBAR 10241
  145. #define IDC_CHECK_LIGHTDRAW 10242
  146. #define IDC_CHECK_SNAPT 10243
  147. #define IDC_CHECK_TEXTURESCROLLBAR 10244
  148. #define IDC_CHECK_RUNQUAKE 10245
  149. #define IDC_CHECK_SETGAME 10246
  150. #define IDC_CHECK_DISPLAYLISTS 10247
  151. #define IDC_EDIT_AUTOSAVE 10248
  152. #define IDC_CHK_FLAT 10249
  153. #define IDC_CHECK_NEWMAPFORMAT 10250
  154. #define IDC_BTN_APPLYTEXTURESTUFF 10251
  155. #define IDC_CHECK_QE4PAINTING 10252
  156. #define IDC_BTN_PLAY 10253
  157. #define IDC_BTN_ADD 10254
  158. #define IDC_BTN_TEXTURE 10255
  159. #define IDC_BTN_PREVIEW 10256
  160. #define IDC_BTN_ADDTARGET 10257
  161. #define IDC_BTN_SET 10258
  162. #define IDC_BTN_OLDCOLOR 10259
  163. #define IDC_BUTTON_MODEL 10260
  164. #define IDC_SPIN_AUTOSAVE 10261
  165. #define IDC_BTN_DEL 10262
  166. #define IDC_BUTTON_SOUND 10263
  167. #define IDC_CHECK_SIZEPAINT 10264
  168. #define IDC_BTN_EDIT 10265
  169. #define IDC_BUTTON_GUI 10266
  170. #define IDC_EDIT_X 10267
  171. #define IDC_SPIN_UNDO 10268
  172. #define IDC_BTN_HIDEALL 10269
  173. #define IDC_BUTTON_PARTICLE 10270
  174. #define IDC_CHECK_SNAPSHOTS 10271
  175. #define IDC_BTN_SHOWALL 10272
  176. #define IDC_BUTTON_SKIN 10273
  177. #define IDC_EDIT_FIND 10274
  178. #define IDC_SPIN_POINTSIZE 10275
  179. #define IDC_BUTTON_CURVE 10276
  180. #define IDC_EDIT_REPLACE 10277
  181. #define IDC_EDIT_S 10278
  182. #define IDC_CHECK_SELECTED 10279
  183. #define IDC_EDIT_T 10280
  184. #define IDC_CHECK_FORCE 10281
  185. #define IDC_EDIT1 10282
  186. #define IDC_ROTATE_BOX 10283
  187. #define IDC_ROTZ 10284
  188. #define IDC_EDIT_TOTALENTITIES 10285
  189. #define IDC_EDIT_Y 10286
  190. #define IDC_EDIT_KEY 10287
  191. #define IDC_EDIT_INPUT 10288
  192. #define IDC_EDIT_PATH 10289
  193. #define IDC_PARTICLE_EDIT2 10290
  194. #define IDC_ROTY 10291
  195. #define IDC_EDIT_NET 10292
  196. #define IDC_EDIT_Z 10293
  197. #define IDC_EDIT_COMMENTS 10294
  198. #define IDC_E_VALUE_FIELD 10295
  199. #define IDC_E_LIST 10296
  200. #define IDC_E_COMMENT 10297
  201. #define IDC_E_PROPS 10298
  202. #define IDC_E_135 10299
  203. #define IDC_E_180 10300
  204. #define IDC_E_225 10301
  205. #define IDC_E_270 10302
  206. #define IDC_E_90 10303
  207. #define IDC_E_45 10304
  208. #define IDC_E_0 10305
  209. #define IDC_E_315 10306
  210. #define IDC_E_UP 10307
  211. #define IDC_E_DOWN 10308
  212. #define IDC_E_ADDPROP 10309
  213. #define IDC_E_DELPROP 10310
  214. #define IDC_E_CREATE 10311
  215. #define IDC_E_STATUS 10312
  216. #define IDC_SHIFT_BOX 10313
  217. #define IDC_HSHIFT 10314
  218. #define IDC_VSHIFT 10315
  219. #define IDC_ROTATEV 10316
  220. #define IDC_HSTRETCH 10317
  221. #define IDC_SCALEV 10318
  222. #define IDC_EDIT_STATUSPOINTSIZE 10319
  223. #define IDC_SCALEH 10320
  224. #define IDC_EDIT_ROTATION 10321
  225. #define IDC_STATIC_FIELD1 10322
  226. #define IDC_EDIT_UNDOLEVELS 10323
  227. #define IDC_HSCALE 10324
  228. #define IDC_VSCALE 10325
  229. #define IDC_EDIT_FIELD1 10326
  230. #define IDC_STATIC_FIELD2 10327
  231. #define IDC_ROTATE 10328
  232. #define IDC_EDIT_FIELD2 10329
  233. #define IDC_SLIDER_CAMSPEED 10330
  234. #define IDC_G_EDIT 10331
  235. #define IDC_STATIC_FIELD3 10332
  236. #define IDC_CHECK_CAMXYUPDATE 10333
  237. #define IDC_STATIC_KEY 10334
  238. #define IDC_FIND_BRUSH 10335
  239. #define IDC_EDIT_FIELD3 10336
  240. #define IDC_STATIC_VALUE 10337
  241. #define IDC_STATIC_FIELD4 10338
  242. #define IDC_E_KEY_FIELD 10339
  243. #define IDC_EDIT_FIELD4 10340
  244. #define IDC_FIND_ENTITY 10341
  245. #define IDC_STATIC_FIELD5 10342
  246. #define IDC_SIDES 10343
  247. #define IDC_EDIT_FIELD5 10344
  248. #define IDC_COMBO_WHATGAME 10345
  249. #define IDC_ROTX 10346
  250. #define IDC_BTN_COLOR 10347
  251. #define IDC_STATIC_COLOR 10348
  252. #define IDC_E_COLOR 10349
  253. #define IDC_ABOUT_GLVENDOR 10350
  254. #define IDC_ABOUT_GLVERSION 10351
  255. #define IDC_BTN_THECOLOR 10352
  256. #define IDC_ABOUT_GLRENDERER 10353
  257. #define IDC_STATIC_STUFF 10354
  258. #define IDC_TEXTURE 10355
  259. #define IDC_CHECK_ALTDRAG 10356
  260. #define IDC_PRJRSHCMD 10357
  261. #define IDC_SPIN_HSHIFT 10358
  262. #define IDC_CHECK_MOUSECHASE 10359
  263. #define IDC_PRJREMOTEBASE 10360
  264. #define IDC_SPIN_VSHIFT 10361
  265. #define IDC_CHECK_FACECOLOR 10362
  266. #define IDC_PRJENTITYPATH 10363
  267. #define IDC_SPIN_VSCALE 10364
  268. #define IDC_CHECK_NOCLAMP 10365
  269. #define IDC_PRJTEXPATH 10366
  270. #define IDC_SPIN_HSCALE 10367
  271. #define IDC_PRJAUTOSAVE 10368
  272. #define IDC_SPIN_ROTATE 10369
  273. #define IDC_ADDCMD 10370
  274. #define IDC_EDIT_ROTATEAMT 10371
  275. #define IDC_CMD_LIST 10372
  276. #define IDC_CHECK_DLLENTITIES 10373
  277. #define IDC_PRJBASEPATH 10374
  278. #define IDC_CHECK_WIDETOOLBAR 10375
  279. #define IDC_CMDCOMMAND 10376
  280. #define IDC_CHECK_BUGGYICD 10377
  281. #define IDC_CMDMENUTEXT 10378
  282. #define IDC_CHECK_SGIOPENGL 10379
  283. #define IDC_REMCMD 10380
  284. #define IDC_PRJINTERVAL 10381
  285. #define IDC_CHECK_HICOLOR 10382
  286. #define IDC_PRJMAPSPATH 10383
  287. #define IDC_CHECK_SHADERTEST 10384
  288. #define IDC_EDITCMD 10385
  289. #define IDC_CHECK_SHOWSHADERS 10386
  290. #define IDC_ABOUT_GLEXTENSIONS 10387
  291. #define IDC_LIST_TEXTURES 10388
  292. #define IDC_COMBO_WIDTH 10389
  293. #define IDC_COMBO_HEIGHT 10390
  294. #define IDC_BTN_PATCHDETAILS 10391
  295. #define IDC_BTN_PATCHRESET 10392
  296. #define IDC_BTN_PATCHNATURAL 10393
  297. #define IDC_RADIO_CAP 10394
  298. #define IDC_BTN_PATCHFIT 10395
  299. #define IDC_RADIO_CAP2 10396
  300. #define IDC_CHECK_SEAMS 10397
  301. #define IDC_BTN_FLIPX 10398
  302. #define IDC_RADIO_CAP3 10399
  303. #define IDC_EDIT_AMOUNT 10400
  304. #define IDC_BTN_FLIPY 10401
  305. #define IDC_RADIO_CAP4 10402
  306. #define IDC_BTN_ASSIGNSOUND 10403
  307. #define IDC_BTN_AXIAL 10404
  308. #define IDC_BTN_ASSIGNMODEL 10405
  309. #define IDC_BTN_FACEFIT 10406
  310. #define IDC_SLIDER_TEXTUREQUALITY 10407
  311. #define IDC_LIST1 10408
  312. #define IDC_BTN_BRUSHFIT 10409
  313. #define IDC_LIST_EVENTS 10410
  314. #define IDC_LIST_WAV 10411
  315. #define IDC_PARTICLE_LIST1 10412
  316. #define IDC_LIST_VARS 10413
  317. #define IDC_TREE1 10414
  318. #define IDC_TREE_TEXTURES 10415
  319. #define IDC_COMBO_ROW 10416
  320. #define IDC_COMBO_COL 10417
  321. #define IDC_COMBO_TYPE 10418
  322. #define IDC_EDIT_WIDTH 10419
  323. #define IDC_CHECK_BPRIMIT 10420
  324. #define IDC_EDIT_HEIGHT 10421
  325. #define IDC_SPIN_WIDTH 10422
  326. #define IDC_SPIN_HEIGHT 10423
  327. #define IDC_COMBO_SHADERS 10424
  328. #define IDC_TREE_GROUP 10425
  329. #define IDC_CHECK_NOSTIPPLE 10426
  330. #define IDC_TAB_MODE 10427
  331. #define IDC_CHECK_POINT 10428
  332. #define IDC_CHECK_EQUALRADIUS 10429
  333. #define IDC_RADIO_FALLOFF 10430
  334. #define IDC_CHECK_PROJECTED 10431
  335. #define IDC_CHECK_EXPLICITFALLOFF 10432
  336. #define IDC_CHECK_CENTER 10433
  337. #define IDC_SLIDER_BRIGHTNESS 10434
  338. #define IDC_CHECK_PARALLEL 10435
  339. #define IDC_CHECK_SHADOWS 10436
  340. #define IDC_CHECK_DIFFUSE 10437
  341. #define IDC_CHECK_SPECULAR 10438
  342. #define IDC_EDIT_RADIUSY 10439
  343. #define IDC_EDIT_RADIUSZ 10440
  344. #define IDC_EDIT_RADIUSX 10441
  345. #define IDC_EDIT_TARGETX 10442
  346. #define IDC_EDIT_TARGETY 10443
  347. #define IDC_EDIT_TARGETZ 10444
  348. #define IDC_EDIT_RIGHTX 10445
  349. #define IDC_EDIT_RIGHTY 10446
  350. #define IDC_EDIT_RIGHTZ 10447
  351. #define IDC_EDIT_UPX 10448
  352. #define IDC_EDIT_UPY 10449
  353. #define IDC_EDIT_UPZ 10450
  354. #define IDC_EDIT_STARTX 10451
  355. #define IDC_EDIT_STARTY 10452
  356. #define IDC_EDIT_STARTZ 10453
  357. #define IDC_EDIT_ENDX 10454
  358. #define IDC_EDIT_ENDY 10455
  359. #define IDC_EDIT_ENDZ 10456
  360. #define IDC_EDIT_CENTERX 10457
  361. #define IDC_COMBO_TEXTURE 10458
  362. #define IDC_EDIT_CENTERY 10459
  363. #define IDC_EDIT_MAPS 10460
  364. #define IDC_EDIT_CENTERZ 10461
  365. #define IDC_EDIT_CAM_NAME 10462
  366. #define IDC_COMBO_SPLINES 10463
  367. #define IDC_SCROLLBAR_SEGMENT 10464
  368. #define IDC_EDIT_LENGTH 10465
  369. #define IDC_EDIT_SEGMENT 10466
  370. #define IDC_BTN_ADDEVENT 10467
  371. #define IDC_BTN_DELEVENT 10468
  372. #define IDC_CHECK_TRACKCAMERA 10469
  373. #define IDC_RADIO_EVENT 10470
  374. #define IDC_EDIT_TOTALSEGMENTS 10471
  375. #define IDC_RADIO5 10472
  376. #define IDC_RADIO6 10473
  377. #define IDC_RADIO7 10474
  378. #define IDC_RADIO8 10475
  379. #define IDC_EDIT_PARAM 10476
  380. #define IDC_RADIO9 10477
  381. #define IDC_RADIO_FIXED 10478
  382. #define IDC_RADIO10 10479
  383. #define IDC_RADIO11 10480
  384. #define IDC_RADIO_EDITPOINTS 10481
  385. #define IDC_RADIO12 10482
  386. #define IDC_RADIO_EDITPOINTS2 10483
  387. #define IDC_BTN_DELETEPOINTS 10484
  388. #define IDC_RADIO13 10485
  389. #define IDC_EDIT_TYPE 10486
  390. #define IDC_RADIO14 10487
  391. #define IDC_BTN_SELECTALL 10488
  392. #define IDC_RADIO15 10489
  393. #define IDC_CHECK_SUBDIVIDE 10490
  394. #define IDC_RADIO16 10491
  395. #define IDC_SLIDER_HORZ 10492
  396. #define IDC_SLIDER_VERT 10493
  397. #define IDC_EDIT_HORZ 10494
  398. #define IDC_EDIT_VERT 10495
  399. #define IDC_LOAD 10496
  400. #define IDC_PREVIEW 10497
  401. #define IDC_CHECK_HIDEROOT 10498
  402. #define IDC_CHECK_ABSOLUTE 10499
  403. #define IDC_LIGHTPREVIEW 10500
  404. #define IDC_BUTTON_COLOR1 10501
  405. #define IDC_STATIC_RGB_RECT 10502
  406. #define IDC_STATIC_HSB_RECT 10503
  407. #define IDC_EDIT_RED 10504
  408. #define IDC_SPIN_RED 10505
  409. #define IDC_EDIT_GREEN 10506
  410. #define IDC_SPIN_GREEN 10507
  411. #define IDC_EDIT_BLUE 10508
  412. #define IDC_SPIN_BLUE 10509
  413. #define IDC_BUTTON_COLOR2 10510
  414. #define IDC_STATIC_NEWCOLOR 10511
  415. #define IDC_EDIT_HUE 10512
  416. #define IDC_SPIN_HUE 10513
  417. #define IDC_ANIMATION_SLIDER 10514
  418. #define IDC_EDIT_SAT 10515
  419. #define IDC_SPIN_SAT 10516
  420. #define IDC_BTN_APPLY 10517
  421. #define IDC_EDIT_VAL 10518
  422. #define IDC_SPIN_VAL 10519
  423. #define IDC_EDIT_OVERBRIGHT 10520
  424. #define IDC_SPIN_OVERBRIGHT 10521
  425. #define IDC_WAITSTR 10522
  426. #define IDC_COMBO_CLASS 10523
  427. #define IDC_EDIT_INFO 10524
  428. #define IDC_LIST_KEYVAL 10525
  429. #define IDC_BUTTON_BROWSE 10526
  430. #define IDC_BUTTON_CREATE 10527
  431. #define IDC_CUSTOM1 10528
  432. #define IDC_TAB_INSPECTOR 10529
  433. #define IDC_STATIC_TITLE 10530
  434. #define IDC_STATIC_VAL 10531
  435. #define IDC_TREE_MEDIA 10532
  436. #define IDC_EDIT_CONSOLE 10533
  437. #define IDC_BUTTON_SAVE 10534
  438. #define IDC_STATIC_LINE 10535
  439. #define IDC_BUTTON_GOTO 10536
  440. #define IDC_EDIT_GOTO 10537
  441. #define IDC_EDIT_LINE 10538
  442. #define IDC_ENTITY_PLAY_ANIM 10539
  443. #define IDC_ENTITY_ANIMATIONS 10540
  444. #define IDC_ENTITY_STOP_ANIM 10541
  445. #define IDC_ENTITY_CURRENT_ANIM 10542
  446. #define IDC_COMBO_CURVES 10543
  447. #define IDC_EDIT_FIND_KEY 10544
  448. #define IDC_EDIT_FIND_VALUE 10545
  449. #define IDC_EDIT_REPLACE_KEY 10546
  450. #define IDC_EDIT_REPLACE_VALUE 10547
  451. #define IDC_KEYCOPY 10548
  452. #define IDC_VALUECOPY 10549
  453. #define IDC_CHECK_FIND_WHOLESTRINGMATCHONLY 10550
  454. #define IDC_REPLACE 10551
  455. #define IDC_FIND 10552
  456. #define IDC_PROMPT 10553
  457. #define IDC_CHECK_SELECTALLMATCHING 10554
  458. #define ID_COLOR_SUPERMAL 30000
  459. #define ID_Menu 30001
  460. #define ID_DROP_VIEWOPTIONS 30002
  461. #define ID_VIEWOPTIONS_WIREFRAME 30003
  462. #define ID_WIREFRAME_ON 30004
  463. #define ID_WIREFRAME_OFF 30005
  464. #define ID_VIEWOPTIONS_FORCEVISIBILITY 30006
  465. #define ID_FORCEVISIBILITY_ON 30007
  466. #define ID_FORCEVISIBILITY_OFF 30008
  467. #define ID_SELECT_COMPLETEENTITY 30009
  468. #define ID_PATCH_NURBEDITOR 30010
  469. #define ID_PRECISION_CURSOR_CYCLE 30011
  470. #define ID_THEMES_MAX 30012
  471. #define ID_MATERIALS_GENERATEMATERIALSLIST 30013
  472. #define ID_MATERIAL_EDIT 30014
  473. #define ID_SELECT_ALLTARGETS 30015
  474. #define ID_VIEW_SHOWCOMBATNODES 30016
  475. #define ID_FILE_IMPORT 30017
  476. #define ID_VIEW_XY 30018
  477. #define ID_VIEW_SIDE 30019
  478. #define ID_VIEW_FRONT 30020
  479. #define ID_CAMERATOGGLE 30021
  480. #define ID_VIEW_CAMERATOGGLE 30022
  481. #define ID_TEXTURES_POPUP 30023
  482. #define ID_POPUP_SELECTION 30024
  483. #define ID_VIEW_CHANGE 30025
  484. #define ID_VIEW_CAMERAUPDATE 30026
  485. #define ID_VIEW_CLIPPER 30027
  486. #define ID_PREFS 30028
  487. #define ID_TOGGLE_LOCK 30029
  488. #define ID_EDIT_MAPINFO 30030
  489. #define ID_EDIT_ENTITYINFO 30031
  490. #define ID_BRUSH_SCRIPTS 30032
  491. #define ID_VIEW_NEXTVIEW 30033
  492. #define ID_HELP_COMMANDLIST 30034
  493. #define ID_FILE_NEWPROJECT 30035
  494. #define ID_SNAPTOGRID 30036
  495. #define ID_SPLIT_SELECTED 30037
  496. #define ID_CLIP_SELECTED 30038
  497. #define ID_FLIP_CLIP 30039
  498. #define ID_TOGGLEVIEW_YZ 30040
  499. #define ID_TOGGLEVIEW_XZ 30041
  500. #define ID_COLORS_GRIDTEXT 30042
  501. #define ID_COLORS_BRUSH 30043
  502. #define ID_COLORS_SELECTEDBRUSH 30044
  503. #define ID_COLORS_CLIPPER 30045
  504. #define ID_COLORS_GRIDBLOCK 30046
  505. #define ID_COLORS_VIEWNAME 30047
  506. #define ID_COLOR_SETORIGINAL 30048
  507. #define ID_COLOR_SETQER 30049
  508. #define ID_COLOR_SETBLACK 30050
  509. #define ID_BYEBYE 30051
  510. #define ID_SELECT_SCALE 30052
  511. #define ID_SELECT_MOUSEROTATE 30053
  512. #define ID_TEXTURE_REPLACESELECTED 30054
  513. #define ID_TEXTURE_REPLACEALL 30055
  514. #define ID_SELECT_COMPLETE_ENTITY 30056
  515. #define ID_SCALELOCKX 30057
  516. #define ID_SCALELOCKY 30058
  517. #define ID_SCALELOCKZ 30059
  518. #define ID_VIEW_CUBICCLIPPING 30060
  519. #define ID_FILE_PROJECTSETTINGS 30061
  520. #define ID_VIEW_CUBEOUT 30062
  521. #define ID_VIEW_CUBEIN 30063
  522. #define ID_NODES_LOADNODES 30064
  523. #define ID_NODES_SHOWNODES 30065
  524. #define ID_NODES_SHOWLINKS 30066
  525. #define ID_NODES_REMOVEALLNODES 30067
  526. #define ID_NODES_COUNTNODES 30068
  527. #define ID_NODES_GIVEMONEYTONELNO 30069
  528. #define ID_FILE_SAVEREGION 30070
  529. #define ID_FILE_LOADREGION 30071
  530. #define ID_SELECTION_MOVEDOWN 30072
  531. #define ID_TOOLBAR_MAIN 30073
  532. #define ID_SELECTION_MOVEUP 30074
  533. #define ID_TOOLBAR_TEXTURE 30075
  534. #define ID_BRUSH_MAKECONE 30076
  535. #define ID_TEXTURES_LOAD 30077
  536. #define ID_TOGGLE_ROTATELOCK 30078
  537. #define ID_CURVE_CYLINDER 30079
  538. #define ID_CURVE_ENDCAP 30080
  539. #define ID_CURVE_BEVEL 30081
  540. #define ID_CURVE_SPHERE 30082
  541. #define ID_CURVE_HEMISPHERE 30083
  542. #define ID_CURVE_QUARTER 30084
  543. #define ID_CURVE_EIGHTHSPHERE 30085
  544. #define ID_CURVE_INVERTCURVE 30086
  545. #define ID_FILE_IMPORTMAP 30087
  546. #define ID_FILE_EXPORTMAP 30088
  547. #define ID_EDIT_LOADPREFAB 30089
  548. #define ID_VIEW_SHOWCURVES 30090
  549. #define ID_SELECTION_SELECT_NUDGELEFT 30091
  550. #define ID_SELECTION_SELECT_NUDGERIGHT 30092
  551. #define ID_SELECTION_SELECT_NUDGEUP 30093
  552. #define ID_SELECTION_SELECT_NUDGEDOWN 30094
  553. #define ID_TEXTURES_LOADLIST 30095
  554. #define ID_DONTSELECTCURVE 30096
  555. #define ID_CONVERTCURVES 30097
  556. #define ID_DYNAMIC_LIGHTING 30098
  557. #define ID_PATCH_SHOWBOUNDINGBOX 30099
  558. #define ID_CURVE_SIMPLEPATCHMESH 30100
  559. #define ID_PATCH_WIREFRAME 30101
  560. #define ID_PATCH_WELD 30102
  561. #define ID_CURVE_PATCHTUBE 30103
  562. #define ID_CURVE_PATCHCONE 30104
  563. #define ID_CURVE_PATCHENDCAP 30105
  564. #define ID_CURVE_PATCHBEVEL 30106
  565. #define ID_CURVE_PATCHINVERTEDENDCAP 30107
  566. #define ID_CURVE_PATCHINVERTEDBEVEL 30108
  567. #define ID_PATCH_DRILLDOWN 30109
  568. #define ID_CURVE_LOADPATCHFILE 30110
  569. #define ID_CURVE_INSERTROW 30111
  570. #define ID_CURVE_INSERTCOLUMN 30112
  571. #define ID_CURVE_DELETEROW 30113
  572. #define ID_CURVE_DELETECOLUMN 30114
  573. #define ID_PATCH_INSDEL 30115
  574. #define ID_CURVE_INSERT_ADDCOLUMN 30116
  575. #define ID_CURVE_INSERT_INSERTCOLUMN 30117
  576. #define ID_CURVE_INSERT_ADDROW 30118
  577. #define ID_CURVE_INSERT_INSERTROW 30119
  578. #define ID_CURVE_DELETE_FIRSTCOLUMN 30120
  579. #define ID_CURVE_DELETE_LASTCOLUMN 30121
  580. #define ID_CURVE_DELETE_FIRSTROW 30122
  581. #define ID_CURVE_DELETE_LASTROW 30123
  582. #define ID_CURVE_NEGATIVE 30124
  583. #define ID_PATCH_BEND 30125
  584. #define ID_CURVE_PATCHDENSETUBE 30126
  585. #define ID_CURVE_PATCHVERYDENSETUBE 30127
  586. #define ID_CURVE_CAP 30128
  587. #define ID_CURVE_CAP_INVERTEDBEVEL 30129
  588. #define ID_CURVE_CAP_INVERTEDENDCAP 30130
  589. #define ID_CURVE_REDISPERSE_ROWS 30131
  590. #define ID_CURVE_REDISPERSE_COLS 30132
  591. #define ID_PATCH_NATURALIZE 30133
  592. #define ID_CURVE_PATCHSQUARE 30134
  593. #define ID_BRUSH_PRIMITIVES_SPHERE 30135
  594. #define ID_BRUSH_PRIMITIVES_TORUS 30136
  595. #define ID_TEXTURES_TEXTUREWINDOWSCALE_200 30137
  596. #define ID_TEXTURES_TEXTUREWINDOWSCALE_100 30138
  597. #define ID_TEXTURES_TEXTUREWINDOWSCALE_50 30139
  598. #define ID_TEXTURES_TEXTUREWINDOWSCALE_25 30140
  599. #define ID_TEXTURES_TEXTUREWINDOWSCALE_10 30141
  600. #define ID_CURVE_NEGATIVETEXTUREX 30142
  601. #define ID_TEXTURES_FLUSH 30143
  602. #define ID_CURVE_OVERLAY_SET 30144
  603. #define ID_CURVE_OVERLAY_CLEAR 30145
  604. #define ID_CURVE_NEGATIVETEXTUREY 30146
  605. #define ID_CURVE_THICKEN 30147
  606. #define ID_CURVE_CYCLECAP 30148
  607. #define ID_CURVE_CYCLECAPALT 30149
  608. #define ID_CURVE_MATRIX_TRANSPOSE 30150
  609. #define ID_PLUGINS_REFRESH 30151
  610. #define ID_TEXTURES_RELOADSHADERS 30152
  611. #define ID_VIEW_ENTITIESAS_BOUNDINGBOX 30153
  612. #define ID_VIEW_ENTITIESAS_WRITEFRAME 30154
  613. #define ID_VIEW_ENTITIESAS_SELECTEDWIREFRAME 30155
  614. #define ID_VIEW_ENTITIESAS_SELECTEDSKINNED 30156
  615. #define ID_VIEW_ENTITIESAS_SKINNED 30157
  616. #define ID_VIEW_ENTITIESAS_SKINNEDANDBOXED 30158
  617. #define ID_SHOW_ENTITIES 30159
  618. #define ID_VIEW_ENTITIESAS_WIREFRAME 30160
  619. #define ID_VIEW_SHOWHINT 30161
  620. #define ID_VIEW_OPENGLLIGHTING 30162
  621. #define ID_VIEW_SHOWCAULK 30163
  622. #define ID_VIEW_SHOWANGLES 30164
  623. #define ID_EDIT_SAVEPREFAB 30165
  624. #define ID_CURVE_MOREENDCAPSBEVELS_SQUAREENDCAP 30166
  625. #define ID_CURVE_MOREENDCAPSBEVELS_SQUAREBEVEL 30167
  626. #define ID_CURVE_PRIMITIVES_SPHERE 30168
  627. #define ID_VIEW_HIDESHOW_HIDESELECTED 30169
  628. #define ID_VIEW_HIDESHOW_SHOWHIDDEN 30170
  629. #define ID_TEXTURES_SHADERS_SHOW 30171
  630. #define ID_SELECTION_CSGADD 30172
  631. #define ID_VIEW_HIDESHOW_HIDENOTSELECTED 30173
  632. #define ID_SELECTION_CSGMERGE 30174
  633. #define ID_TEXTURES_FLUSH_UNUSED 30175
  634. #define ID_DROP_GROUP_REMOVE 30176
  635. #define ID_DROP_GROUP_ADDTO_WORLD 30177
  636. #define ID_DROP_GROUP_NEWGROUP 30178
  637. #define ID_DROP_GROUP_NAME 30179
  638. #define ID_DROP_GROUP_ADDTO 30180
  639. #define ID_SHOW_LIGHTVOLUMES 30181
  640. #define ID_SHOW_LIGHTTEXTURES 30182
  641. #define ID_SHOW_DOOM 30183
  642. #define ID_SPLINES_MODE 30184
  643. #define ID_SPLINES_LOAD 30185
  644. #define ID_SPLINES_SAVE 30186
  645. #define ID_MATERIAL_INFO 30187
  646. #define ID_SPLINE_TEST 30188
  647. #define ID_POPUP_NEWCAMERA_INTERPOLATED 30189
  648. #define ID_POPUP_NEWCAMERA_SPLINE 30190
  649. #define ID_POPUP_NEWCAMERA_FIXED 30191
  650. #define ID_SELECTION_MOVEONLY 30192
  651. #define ID_SELECT_BRUSHESONLY 30193
  652. #define ID_SELECT_BYBOUNDINGBRUSH 30194
  653. #define ID_TEXTURES_HIDEALL 30195
  654. #define ID_SELECTION_COMBINE 30196
  655. #define ID_PATCH_COMBINE 30197
  656. #define ID_VIEW_RENDERMODE 30198
  657. #define ID_VIEW_REBUILDRENDERDATA 30199
  658. #define ID_VIEW_REALTIMEREBUILD 30200
  659. #define ID_VIEW_RENDERENTITYOUTLINES 30201
  660. #define ID_VIEW_MATERIALANIMATION 30202
  661. #define ID_DROP_NEWMODEL 30203
  662. #define ID_SELECT_AXIALTEXTURE_BYWIDTH 30204
  663. #define ID_SELECT_AXIALTEXTURE_BYHEIGHT 30205
  664. #define ID_SELECT_AXIALTEXTURE_ARBITRARY 30206
  665. #define ID_SELECTION_EXPORT_TOOBJ 30207
  666. #define ID_VIEW_RENDERSELECTION 30208
  667. #define ID_VIEW_SHOW_SHOWVISPORTALS 30209
  668. #define ID_SELECT_NOMODELS 30210
  669. #define ID_VIEW_RENDERSOUND 30211
  670. #define ID_SOUND_POPUP 30212
  671. #define ID_SOUND_SHOWSOUNDVOLUMES 30213
  672. #define ID_SOUND_SHOWSELECTEDSOUNDVOLUMES 30214
  673. #define ID_VIEW_SHOW_NODRAW 30215
  674. #define ID_SELECT_MOUSESCALE 30216
  675. #define ID_SELECTION_EXPORT_TOCM 30217
  676. #define ID_SPLINES_EDITPOINTS 30218
  677. #define ID_SPLINES_ADDPOINTS 30219
  678. #define ID_SPLINES_INSERTPOINTS 30220
  679. #define ID_SPLINES_DELETEPOINTS 30221
  680. #define ID_PLUGIN_START 30222
  681. #define ID_PLUGIN_END 30223
  682. #define ID_FILE_EXIT 30224
  683. #define ID_FILE_SAVEAS 30225
  684. #define ID_VIEW_CENTER 30226
  685. #define ID_VIEW_UPFLOOR 30227
  686. #define ID_VIEW_DOWNFLOOR 30228
  687. #define ID_BRUSH_FLIPX 30229
  688. #define ID_BRUSH_FLIPY 30230
  689. #define ID_BRUSH_FLIPZ 30231
  690. #define ID_BRUSH_ROTATEX 30232
  691. #define ID_BRUSH_ROTATEY 30233
  692. #define ID_BRUSH_ROTATEZ 30234
  693. #define ID_BSP_FULLVIS 30235
  694. #define ID_BSP_FASTVIS 30236
  695. #define ID_BSP_NOVIS 30237
  696. #define ID_BSP_RELIGHT 30238
  697. #define ID_BSP_ENTITIES 30239
  698. #define ID_FILE_POINTFILE 30240
  699. #define ID_VIEW_100 30241
  700. #define ID_VIEW_75 30242
  701. #define ID_VIEW_50 30243
  702. #define ID_VIEW_25 30244
  703. #define ID_VIEW_12 30245
  704. #define ID_TEXTURES_SHOWALL 30246
  705. #define ID_TEXTURES_SHOWINUSE 30247
  706. #define ID_TEXTURES_TOGGLEVIEW 30248
  707. #define ID_SELECTION_CREATEENTITY 30249
  708. #define ID_SELECTION_EDITENTITY 30250
  709. #define ID_MISC_BENCHMARK 30251
  710. #define ID_REGION_OFF 30252
  711. #define ID_REGION_SETXY 30253
  712. #define ID_REGION_SETBRUSH 30254
  713. #define ID_SELECTION_MAKEHOLLOW 30255
  714. #define ID_SELECTION_SELECTPARTIALTALL 30256
  715. #define ID_SELECTION_SELECTCOMPLETETALL 30257
  716. #define ID_SELECTION_CSGSUBTRACT 30258
  717. #define ID_SELECTION_SELECTTOUCHING 30259
  718. #define ID_VIEW_NEAREST 30260
  719. #define ID_VIEW_NEARESTMIPMAP 30261
  720. #define ID_VIEW_LINEAR 30262
  721. #define ID_VIEW_BILINEAR 30263
  722. #define ID_VIEW_BILINEARMIPMAP 30264
  723. #define ID_VIEW_TRILINEAR 30265
  724. #define ID_TEXTURES_WIREFRAME 30266
  725. #define ID_TEXTURES_FLATSHADE 30267
  726. #define ID_VIEW_SHOWNAMES 30268
  727. #define ID_VIEW_ZOOMIN 30269
  728. #define ID_VIEW_ZOOMOUT 30270
  729. #define ID_VIEW_SHOWCOORDINATES 30271
  730. #define ID_VIEW_Z100 30272
  731. #define ID_VIEW_ZZOOMIN 30273
  732. #define ID_VIEW_ZZOOMOUT 30274
  733. #define ID_SELECTION_CLONE 30275
  734. #define ID_SELECTION_DESELECT 30276
  735. #define ID_SELECTION_DELETE 30277
  736. #define ID_SELECTION_DRAGVERTECIES 30278
  737. #define ID_SELECTION_DRAGEDGES 30279
  738. #define ID_REGION_SETTALLBRUSH 30280
  739. #define ID_SELECTION_SELECTINSIDE 30281
  740. #define ID_PROJECT_RELEAD 30282
  741. #define ID_PROJECT_CHANGE 30283
  742. #define ID_MISC_GAMMA 30284
  743. #define ID_VIEW_SHOWENT 30285
  744. #define ID_VIEW_SHOWPATH 30286
  745. #define ID_VIEW_SHOWLIGHTS 30287
  746. #define ID_VIEW_SHOWCLIP 30288
  747. #define ID_VIEW_SHOWWATER 30289
  748. #define ID_VIEW_SHOWWORLD 30290
  749. #define ID_MISC_TEXTUREBACKGROUN 30291
  750. #define ID_TEXTUREBK 30292
  751. #define ID_COLORS_XYBK 30293
  752. #define ID_FILE_ABOUT 30294
  753. #define ID_VIEW_CONSOLE 30295
  754. #define ID_VIEW_ENTITY 30296
  755. #define ID_VIEW_TEXTURE 30297
  756. #define ID_COLORS_MAJOR 30298
  757. #define ID_COLORS_MINOR 30299
  758. #define ID_SELECTION_CONNECT 30300
  759. #define ID_FILE_LOADPROJECT 30301
  760. #define ID_MISC_FINDBRUSH 30302
  761. #define ID_MISC_NEXTLEAKSPOT 30303
  762. #define ID_MISC_PREVIOUSLEAKSPOT 30304
  763. #define ID_BRUSH_3SIDED 30305
  764. #define ID_BRUSH_4SIDED 30306
  765. #define ID_BRUSH_5SIDED 30307
  766. #define ID_BRUSH_6SIDED 30308
  767. #define ID_BRUSH_7SIDED 30309
  768. #define ID_BRUSH_8SIDED 30310
  769. #define ID_BRUSH_9SIDED 30311
  770. #define ID_SELECTION_ARBITRARYROTATION 30312
  771. #define ID_BRUSH_ARBITRARYSIDED 30313
  772. #define ID_SELECTION_UNGROUPENTITY 30314
  773. #define ID_MISC_SELECTENTITYCOLOR 30315
  774. #define ID_MISC_PRINTXY 30316
  775. #define ID_HELP_ABOUT 30317
  776. #define ID_EDIT_COPYBRUSH 30318
  777. #define ID_EDIT_PASTEBRUSH 30319
  778. #define ID_TEXTURES_INSPECTOR 30320
  779. #define ID_VIEW_SHOWDETAIL 30321
  780. #define ID_SELECTION_MAKE_DETAIL 30322
  781. #define ID_SELECTION_MAKE_STRUCTURAL 30323
  782. #define ID_REGION_SETSELECTION 30324
  783. #define ID_VIEW_SHOWBLOCKS 30325
  784. #define ID_CAMERA_UP 30326
  785. #define ID_CAMERA_DOWN 30327
  786. #define ID_CAMERA_LEFT 30328
  787. #define ID_CAMERA_RIGHT 30329
  788. #define ID_CAMERA_FORWARD 30330
  789. #define ID_CAMERA_BACK 30331
  790. #define ID_CAMERA_ANGLEUP 30332
  791. #define ID_CAMERA_ANGLEDOWN 30333
  792. #define ID_CAMERA_STRAFELEFT 30334
  793. #define ID_CAMERA_STRAFERIGHT 30335
  794. #define ID_GRID_TOGGLE 30336
  795. #define ID_ENTITYLIST 30337
  796. #define ID_MAPINFO 30338
  797. #define ID_TOGGLECONSOLE 30339
  798. #define ID_TOGGLECAMERA 30340
  799. #define ID_TOGGLEZ 30341
  800. #define ID_TOGGLEVIEW 30342
  801. #define ID_SELECTION_TEXTURE_DEC 30343
  802. #define ID_SELECTION_TEXTURE_INC 30344
  803. #define ID_SELECTION_TEXTURE_FIT 30345
  804. #define ID_SELECTION_TEXTURE_ROTATECLOCK 30346
  805. #define ID_SELECTION_TEXTURE_ROTATECOUNTER 30347
  806. #define ID_SELECTION_TEXTURE_SCALEUP 30348
  807. #define ID_SELECTION_TEXTURE_SCALEDOWN 30349
  808. #define ID_SELECTION_TEXTURE_SHIFTLEFT 30350
  809. #define ID_SELECTION_TEXTURE_SHIFTRIGHT 30351
  810. #define ID_SELECTION_TEXTURE_SHIFTUP 30352
  811. #define ID_SELECTION_TEXTURE_SHIFTDOWN 30353
  812. #define ID_GRID_NEXT 30354
  813. #define ID_GRID_PREV 30355
  814. #define ID_SELECTION_TEXTURE_SCALELEFT 30356
  815. #define ID_SELECTION_TEXTURE_SCALERIGHT 30357
  816. #define ID_SELECTION_PRINT 30358
  817. #define ID_SELECTION_TOGGLESIZEPAINT 30359
  818. #define ID_PATCH_TAB 30360
  819. #define ID_PATCH_ENTER 30361
  820. #define ID_SELECT_SNAPTOGRID 30362
  821. #define ID_PATCH_INSPECTOR 30363
  822. #define ID_SELECT_ALL 30364
  823. #define ID_CURVE_FREEZE 30365
  824. #define ID_CURVE_UNFREEZE 30366
  825. #define ID_CURVE_UNFREEZEALL 30367
  826. #define ID_SELECT_RESELECT 30368
  827. #define ID_FITBRUSH 30369
  828. #define ID_FITFACE 30370
  829. #define ID_VIEW_CROSSHAIR 30371
  830. #define ID_SELECTION_INVERT 30372
  831. #define ID_VIEW_GROUPS 30373
  832. #define ID_PROJECTED_LIGHT 30374
  833. #define ID_SPLINES_POPUP 30375
  834. #define ID_SELECTION_CENTER_ORIGIN 30376
  835. #define ID_CURVE_INCREASE_VERT 30377
  836. #define ID_CURVE_DECREASE_VERT 30378
  837. #define ID_CURVE_INCREASE_HORZ 30379
  838. #define ID_CURVE_DECREASE_HORZ 30380
  839. #define ID_GRID_START 30381
  840. #define ID_GRID_POINT0625 30382
  841. #define ID_GRID_POINT125 30383
  842. #define ID_GRID_POINT25 30384
  843. #define ID_GRID_POINT5 30385
  844. #define ID_GRID_1 30386
  845. #define ID_GRID_2 30387
  846. #define ID_GRID_4 30388
  847. #define ID_GRID_8 30389
  848. #define ID_GRID_16 30390
  849. #define ID_GRID_32 30391
  850. #define ID_GRID_64 30392
  851. #define ID_GRID_END 30393
  852. #define ID_VIEW_MEDIABROWSER 30394
  853. #define ID_VIEW_GAME 30395
  854. #define ID_PATCH_NATURALIZEALT 30396
  855. #define ID_VIEW_SHOWTRIGGERS 30397
  856. #define ID_AUTOCAULK 30398
  857. #define ID_MISC_FINDORREPLACEENTITY 30399
  858. #define ID_MISC_SETVIEWPOS 30400
  859. #define ID_MISC_FINDNEXTENT 30401
  860. #define ID_SELECTION_VIEW_WIREFRAMEON 30402
  861. #define ID_SELECTION_VIEW_WIREFRAMEOFF 30403
  862. #define ID_SELECTION_VIEW_VISIBLEON 30404
  863. #define ID_SELECTION_VIEW_VISIBLEOFF 30405
  864. #define ID_ENTITY_START 40000
  865. #define ID_ENTITY_END 45000
  866. // Next default values for new objects
  867. //
  868. #ifdef APSTUDIO_INVOKED
  869. #ifndef APSTUDIO_READONLY_SYMBOLS
  870. #define _APS_3D_CONTROLS 1
  871. #define _APS_NEXT_RESOURCE_VALUE 10083
  872. #define _APS_NEXT_COMMAND_VALUE 30406
  873. #define _APS_NEXT_CONTROL_VALUE 10555
  874. #define _APS_NEXT_SYMED_VALUE 10083
  875. #endif
  876. #endif