aboutsummaryrefslogtreecommitdiffstats
path: root/q3radiant/resource.h
blob: 87789cbc192af7d77c98940378eeb403b8f83ec8 (plain)
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
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.

This file is part of Quake III Arena source code.

Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.

Quake III Arena source code is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
===========================================================================
*/
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Radiant.rc
//
#define IDSELECT                        2
#define IDOK2                           2
#define ID_APPLY                        3
#define IDD_ABOUTBOX                    100
#define IDR_ACCELERATOR1                104
#define IDD_CREATE_ENTITY               107
#define IDD_EDIT_ENTITY                 108
#define IDR_TOOLBAR1                    109
#define IDD_FINDTEXTURE                 111
#define IDD_ENTITY                      115
#define IDR_E_MENU                      116
#define IDD_EDITPROP                    117
#define IDD_GAMMA                       118
#define IDD_FINDBRUSH                   119
#define IDI_ICON1                       120
#define IDD_ROTATE                      121
#define IDD_SIDES                       122
#define IDD_ABOUT                       123
#define IDB_BITMAP1                     127
#define IDD_SURFACE                     129
#define IDR_MAINFRAME                   130
#define IDR_RADIANTYPE                  131
#define IDAPPLY                         132
#define IDS_STRING1                     132
#define ID_BTN_APPLY                    133
#define ID_TESTCAMERA                   133
#define IDC_CHECK_LIVE                  134
#define IDR_POPUP_TEXTURE               135
#define IDR_POPUP_SELECTION             136
#define IDR_POPUP_VIEW                  137
#define IDD_DLG_PREFS                   139
#define IDD_DLG_MAPINFO                 141
#define IDD_DLG_ENTITYLIST              142
#define IDD_DLG_SCRIPTS                 143
#define IDD_DLG_NEWPROJECT              144
#define IDD_DLG_COMMANDLIST             145
#define IDR_MENU_DROP                   146
#define IDB_VIEWDEFAULT                 147
#define IDR_MENU_DAIKATANA              147
#define IDB_VIEWQE4                     148
#define IDB_VIEWDEFAULT2                148
#define IDR_MENU11                      148
#define IDR_MENU_QUAKE3                 148
#define IDB_VIEW4WAY                    149
#define IDB_VIEWDEFAULT3                149
#define IDB_VIEWDEFAULT_Z               150
#define IDB_3DFX                        154
#define IDR_ACCEL_SURFACE               155
#define IDD_DIALOG_SCALE                156
#define IDR_MINIACCEL                   156
#define IDD_DIALOG_FINDREPLACE          159
#define IDD_DIALOG_STAIRS               160
#define IDD_DIALOG_INPUT                161
#define IDD_DLG_INFORMATION             162
#define IDR_TOOLBAR_SCALELOCK           163
#define IDR_TOOLBAR_ADVANCED            164
#define IDD_PROJECT                     165
#define IDD_TEXTUREBAR                  166
#define IDD_ADDCMD                      167
#define IDD_DIALOG_TEXTURELIST          168
#define IDD_DIALOG_NEWPATCH             169
#define IDR_MENU1                       170
#define IDD_DIALOG_TEXTURELAYOUT        171
#define IDR_POPUP_ENTITY                171
#define IDD_DIALOG_CAP                  173
#define IDB_IENDCAP                     175
#define IDB_ENDCAP                      176
#define IDD_DIALOG_THICKEN              176
#define IDB_BEVEL                       177
#define IDB_IBEVEL                      178
#define IDR_SHADERFRAME                 179
#define IDR_SHADERTYPE                  180
#define IDR_POPUP_GROUP                 180
#define IDR_POPUP_SPLINE                181
#define IDD_DIALOG1                     182
#define IDD_DIALOG_PATCH                182
#define IDD_PLAYWAVE                    183
#define IDD_TEXLIST                     184
#define IDD_DIALOG2                     186
#define IDD_DLG_GROUPS                  186
#define IDD_DLG_GROUP                   188
#define IDD_NEWNAME                     189
#define IDB_BITMAP_GROUPS               190
#define IDD_DLG_CAMERA                  194
#define IDD_DLG_CAMERAEVENT             195
#define IDD_DLG_CAMERATARGET            196
#define IDC_BTN_HIDE                    1000
#define IDC_SPIN1                       1001
#define IDC_SPIN2                       1002
#define IDC_RADIO_MOUSE                 1002
#define IDC_SPIN3                       1003
#define IDC_RADIO2                      1003
#define IDC_RADIO_VIEWTYPE              1004
#define IDC_RADIO3                      1004
#define IDC_RADIO_FALLOFF2              1004
#define IDC_RADIO_VIEWTYPE2             1005
#define IDC_BTN_BROWSE                  1006
#define IDC_EDIT_QUAKE2                 1007
#define IDC_RADIO_VIEWTYPE3             1008
#define IDC_LIST_ENTITIES               1009
#define IDC_RADIO_VIEWTYPE4             1009
#define IDC_EDIT_TOTALBRUSHES           1010
#define IDC_EDIT_PAKFILE                1010
#define IDC_RADIO_RUNQUAKE              1011
#define IDC_BTN_BROWSEPAK               1011
#define IDC_RADIO_RUNQUAKE2             1012
#define IDC_EDIT_PREFABPATH             1012
#define IDC_RADIO_RUNQUAKE3             1013
#define IDC_BTN_BROWSEPREFAB            1013
#define IDC_CHECK_LOADLAST              1014
#define IDC_TREE_ENTITY                 1015
#define IDC_CHECK_AUTOSAVE              1015
#define IDC_CHECK_LOADLASTMAP           1016
#define IDC_LIST_ENTITY                 1017
#define IDC_EDIT_USERPATH               1017
#define IDC_ENTITY_COMMENT              1018
#define IDC_LIST_SCRIPTS                1018
#define IDC_BTN_BROWSEUSERINI           1018
#define ID_NEW                          1019
#define IDC_CHECK_USESHADERS            1019
#define ID_EDIT                         1020
#define IDC_EDIT_NAME                   1020
#define IDC_VALUE                       1021
#define ID_RUN                          1021
#define IDC_LIST_COMMANDS               1021
#define IDC_KEY                         1022
#define IDC_EDIT_COLOR                  1022
#define IDC_ENTITY_LIST                 1023
#define IDC_CHECK_FACE                  1023
#define IDC_PAIRS                       1024
#define IDC_CHECK_RIGHTCLICK            1024
#define IDC_CHECK_VERTEX                1025
#define IDC_CHECK1                      1026
#define IDC_CHECK_TEXTUREWINDOW         1026
#define IDC_CHECK2                      1027
#define IDC_CHECK_TEXTURETOOLBAR        1027
#define IDC_CHECK3                      1028
#define IDC_CHECK_LIGHTDRAW             1028
#define IDC_CHECK4                      1029
#define IDC_CHECK_SNAPT                 1029
#define IDC_CHECK5                      1030
#define IDC_CHECK_3DFX                  1030
#define IDC_CHECK_TEXTURESCROLLBAR      1030
#define IDC_CHECK6                      1031
#define IDC_CHECK_INTERNALBSP           1031
#define IDC_CHECK7                      1032
#define IDC_CHECK_RUNQUAKE              1032
#define IDC_CHECK8                      1033
#define IDC_CHECK_SETGAME               1033
#define IDC_CHECK9                      1034
#define IDC_CHECK_3DFX2                 1034
#define IDC_CHECK_DISPLAYLISTS          1034
#define IDC_CHECK10                     1035
#define IDC_EDIT_AUTOSAVE               1035
#define IDC_CHECK11                     1036
#define IDC_CHECK_PAK                   1036
#define IDC_CHECK12                     1037
#define IDC_BUTTON1                     1037
#define IDC_BTN_APPLYTEXTURESTUFF       1037
#define IDC_CHECK_QE4PAINTING           1037
#define IDC_BTN_PLAY                    1037
#define IDC_BTN_ADD                     1037
#define IDC_BTN_TEXTURE                 1037
#define IDC_BTN_PREVIEW                 1037
#define IDC_BTN_ADDTARGET               1037
#define IDC_ANGLE90                     1038
#define IDC_CHECK13                     1038
#define IDC_SPIN_AUTOSAVE               1038
#define IDC_BTN_DEL                     1038
#define IDC_ANGLE45                     1039
#define IDC_CHECK14                     1039
#define IDC_BUTTON_CREDITS              1039
#define IDC_CHECK_SIZEPAINT             1039
#define IDC_BTN_ADD3                    1039
#define IDC_BTN_EDIT                    1039
#define IDC_ANGLE135                    1040
#define IDC_CHECK15                     1040
#define IDC_EDIT_X                      1040
#define IDC_CHECK_TEXTURELOCALAXIS      1040
#define IDC_SPIN_UNDO                   1040
#define IDC_ANGLE225                    1041
#define IDC_CHECK16                     1041
#define IDC_CHECK_SNAPSHOTS             1041
#define IDC_ANGLEUP                     1042
#define IDC_CHECK17                     1042
#define IDC_EDIT_FIND                   1042
#define IDC_SPIN_POINTSIZE              1042
#define IDC_ANGLE180                    1043
#define IDC_CHECK18                     1043
#define IDC_EDIT_REPLACE                1043
#define IDC_EDIT_S                      1043
#define IDC_ANGLE315                    1044
#define IDC_CHECK19                     1044
#define IDC_CHECK_SELECTED              1044
#define IDC_EDIT_T                      1044
#define IDC_ANGLE0                      1045
#define IDC_CHECK20                     1045
#define IDC_CHECK_FORCE                 1045
#define IDC_ANGLE270                    1046
#define IDC_CHECK21                     1046
#define IDC_ANGLEDOWN                   1047
#define IDC_CHECK22                     1047
#define IDC_DELETEKEY                   1048
#define IDC_ADDPAIR                     1048
#define IDC_CHECK23                     1048
#define IDC_DELETEPAIR                  1049
#define IDC_CHECK24                     1049
#define IDC_CHECK25                     1050
#define IDC_SPAWN1                      1051
#define IDC_CHECK26                     1051
#define IDC_SPAWN2                      1052
#define IDC_CHECK27                     1052
#define IDC_SPAWN3                      1053
#define IDC_CHECK28                     1053
#define IDC_SPAWN4                      1054
#define IDC_CHECK29                     1054
#define IDC_SPAWN5                      1055
#define IDC_CHECK30                     1055
#define IDC_SPAWN6                      1056
#define IDC_CHECK31                     1056
#define IDC_SPAWN7                      1057
#define IDC_CHECK32                     1057
#define IDC_SPAWN8                      1058
#define IDC_CHECK33                     1058
#define IDC_EDIT1                       1059
#define IDC_CHECK34                     1059
#define IDC_ROTATE_BOX                  1060
#define IDC_ROTZ                        1060
#define IDC_CHECK35                     1060
#define IDC_EDIT_TOTALENTITIES          1060
#define IDC_EDIT_Y                      1060
#define IDC_SCALE_BOX                   1061
#define IDC_ROTY                        1061
#define IDC_CHECK36                     1061
#define IDC_EDIT_NET                    1061
#define IDC_EDIT_Z                      1061
#define IDC_E_VALUE_FIELD               1062
#define IDC_CHECK37                     1062
#define IDC_CHECK38                     1063
#define IDC_E_LIST                      1064
#define IDC_CHECK39                     1064
#define IDC_E_COMMENT                   1065
#define IDC_CHECK40                     1065
#define IDC_CHECK41                     1066
#define IDC_E_PROPS                     1067
#define IDC_CHECK42                     1067
#define IDC_E_135                       1068
#define IDC_CHECK43                     1068
#define IDC_E_180                       1069
#define IDC_CHECK44                     1069
#define IDC_E_225                       1070
#define IDC_CHECK45                     1070
#define IDC_E_270                       1071
#define IDC_CHECK46                     1071
#define IDC_E_90                        1072
#define IDC_CHECK47                     1072
#define IDC_E_45                        1073
#define IDC_CHECK48                     1073
#define IDC_E_0                         1074
#define IDC_CHECK49                     1074
#define IDC_E_315                       1075
#define IDC_CHECK50                     1075
#define IDC_E_UP                        1076
#define IDC_CHECK51                     1076
#define IDC_E_DOWN                      1077
#define IDC_CHECK52                     1077
#define IDC_CHECK53                     1078
#define IDC_CHECK54                     1079
#define IDC_E_ADDPROP                   1080
#define IDC_CHECK55                     1080
#define IDC_E_DELPROP                   1081
#define IDC_CHECK56                     1081
#define IDC_E_CREATE                    1082
#define IDC_CHECK57                     1082
#define IDC_E_STATUS                    1083
#define IDC_CHECK58                     1083
#define IDC_CHECK59                     1084
#define IDC_CHECK60                     1085
#define IDC_CHECK61                     1086
#define IDC_CHECK62                     1087
#define IDC_CHECK63                     1088
#define IDC_CHECK64                     1089
#define IDC_SHIFT_BOX                   1090
#define IDC_HSHIFT                      1090
#define IDC_VSHIFT                      1091
#define IDC_ROTATEV                     1092
#define ID_BTN_CANCEL                   1092
#define IDC_HSTRETCH                    1092
#define IDC_SCALEV                      1093
#define IDC_EDIT_STATUSPOINTSIZE        1093
#define IDC_VSTRETCH                    1093
#define IDC_SCALEH                      1094
#define IDC_EDIT_ROTATION               1094
#define IDC_SHIFTV                      1095
#define IDC_HSHIFTA                     1095
#define IDC_STATIC_FIELD1               1095
#define IDC_EDIT_UNDOLEVELS             1095
#define IDC_SHIFTH                      1096
#define IDC_VSHIFTA                     1097
#define IDC_HSCALE                      1098
#define IDC_HSCALEA                     1099
#define IDC_VSCALE                      1100
#define IDC_EDIT_FIELD1                 1100
#define IDC_VSCALEA                     1101
#define IDC_STATIC_FIELD2               1101
#define IDC_ROTATE                      1102
#define IDC_EDIT_FIELD2                 1102
#define IDC_SLIDER_CAMSPEED             1102
#define IDC_G_EDIT                      1103
#define IDC_ROTATEA                     1103
#define IDC_STATIC_FIELD3               1103
#define IDC_CHECK_CAMXYUPDATE           1103
#define IDC_STATIC_KEY                  1104
#define IDC_FIND_BRUSH                  1104
#define IDC_EDIT_FIELD3                 1104
#define IDC_STATIC_VALUE                1105
#define IDC_STATIC_FIELD4               1105
#define IDC_E_KEY_FIELD                 1106
#define IDC_EDIT_FIELD4                 1106
#define IDC_FIND_ENTITY                 1107
#define IDC_STATIC_FIELD5               1107
#define IDC_SIDES                       1108
#define IDC_EDIT_FIELD5                 1108
#define IDC_COMBO_WHATGAME              1108
#define IDC_ROTX                        1109
#define IDC_BTN_COLOR                   1109
#define IDC_STATIC_COLOR                1110
#define IDC_E_COLOR                     1111
#define IDC_ABOUT_GLVENDOR              1112
#define IDC_ABOUT_GLVERSION             1113
#define IDC_BTN_THECOLOR                1113
#define IDC_ABOUT_GLRENDERER            1114
#define IDC_STATIC_STUFF                1115
#define IDC_TEXTURE                     1116
#define IDC_CHECK_ALTDRAG               1116
#define IDC_PRJRSHCMD                   1117
#define IDC_SPIN_HSHIFT                 1117
#define IDC_CHECK_MOUSECHASE            1117
#define IDC_PRJREMOTEBASE               1118
#define IDC_SPIN_VSHIFT                 1118
#define IDC_CHECK_FACECOLOR             1118
#define IDC_PRJENTITYPATH               1119
#define IDC_SPIN_VSCALE                 1119
#define IDC_CHECK_NOCLAMP               1119
#define IDC_PRJTEXPATH                  1120
#define IDC_SPIN_HSCALE                 1120
#define IDC_PRJAUTOSAVE                 1121
#define IDC_SPIN_ROTATE                 1121
#define IDC_ADDCMD                      1122
#define IDC_EDIT_ROTATEAMT              1122
#define IDC_CMD_LIST                    1123
#define IDC_CHECK_DLLENTITIES           1123
#define IDC_PRJBASEPATH                 1124
#define IDC_CHECK_WIDETOOLBAR           1124
#define IDC_CMDCOMMAND                  1125
#define IDC_CHECK_BUGGYICD              1125
#define IDC_CMDMENUTEXT                 1126
#define IDC_CHECK_SGIOPENGL             1126
#define IDC_REMCMD                      1127
#define IDC_PRJINTERVAL                 1128
#define IDC_CHECK_HICOLOR               1128
#define IDC_PRJMAPSPATH                 1129
#define IDC_CHECK_SHADERTEST            1129
#define IDC_EDITCMD                     1130
#define IDC_CHECK_SHOWSHADERS           1130
#define IDC_ABOUT_GLEXTENSIONS          1131
#define IDC_LIST_TEXTURES               1132
#define IDC_COMBO_WIDTH                 1136
#define IDC_COMBO_HEIGHT                1137
#define IDC_BTN_PATCHDETAILS            1137
#define IDC_BTN_PATCHRESET              1138
#define IDC_BTN_PATCHNATURAL            1139
#define IDC_RADIO_CAP                   1139
#define IDC_BTN_PATCHFIT                1140
#define IDC_RADIO_CAP2                  1140
#define IDC_CHECK_SEAMS                 1140
#define IDC_RADIO_CAP3                  1141
#define IDC_EDIT_AMOUNT                 1141
#define IDC_RADIO_CAP4                  1142
#define IDC_BTN_ASSIGNSOUND             1142
#define IDC_BTN_AXIAL                   1142
#define IDC_BTN_ASSIGNMODEL             1143
#define IDC_BTN_FACEFIT                 1143
#define IDC_SLIDER_TEXTUREQUALITY       1144
#define IDC_LIST1                       1144
#define IDC_BTN_BRUSHFIT                1144
#define IDC_LIST_EVENTS                 1144
#define IDC_TREE1                       1145
#define IDC_COMBO_ROW                   1147
#define IDC_COMBO_COL                   1148
#define IDC_COMBO_TYPE                  1149
#define IDC_EDIT_WIDTH                  1151
#define IDC_CHECK_BPRIMIT               1151
#define IDC_EDIT_HEIGHT                 1152
#define IDC_SPIN_WIDTH                  1154
#define IDC_SPIN_HEIGHT                 1155
#define IDC_COMBO_SHADERS               1157
#define IDC_TREE_GROUP                  1158
#define IDC_CHECK_NOSTIPPLE             1159
#define IDC_TAB_MODE                    1159
#define IDC_SLIDER_FALLOFF              1161
#define IDC_CHECK_POINT                 1162
#define IDC_CHECK_EQUALRADIUS           1163
#define IDC_RADIO_FALLOFF               1164
#define IDC_CHECK_PROJECTED             1165
#define IDC_CHECK_EXPLICITFALLOFF       1166
#define IDC_EDIT_FALLOFF                1167
#define IDC_STATIC_TEXTURE              1168
#define IDC_CHECK_STROBE                1169
#define IDC_EDIT_STROBE                 1170
#define IDC_CHECK_ROTATE                1171
#define IDC_EDIT_ROTATE                 1172
#define IDC_BTN_FOG                     1174
#define IDC_CHECK_FOG                   1175
#define IDC_EDIT_ALPHA                  1176
#define IDC_CHECK_SHADOWS               1178
#define IDC_CHECK_DIFFUSE               1179
#define IDC_CHECK_SPECULAR              1180
#define IDC_EDIT_RADIUSY                1184
#define IDC_EDIT_RADIUSZ                1185
#define IDC_EDIT_RADIUSX                1186
#define IDC_EDIT_TARGETX                1187
#define IDC_EDIT_TARGETY                1188
#define IDC_EDIT_TARGETZ                1189
#define IDC_EDIT_RIGHTX                 1190
#define IDC_EDIT_RIGHTY                 1191
#define IDC_EDIT_RIGHTZ                 1192
#define IDC_EDIT_UPX                    1193
#define IDC_EDIT_UPY                    1194
#define IDC_EDIT_UPZ                    1195
#define IDC_EDIT_STARTX                 1196
#define IDC_EDIT_STARTY                 1197
#define IDC_EDIT_STARTZ                 1198
#define IDC_EDIT_ENDX                   1199
#define IDC_EDIT_ENDY                   1200
#define IDC_EDIT_ENDZ                   1201
#define IDC_COMBO_TEXTURE               1203
#define IDC_EDIT_MAPS                   1205
#define IDC_EDIT_CAM_NAME               1208
#define IDC_COMBO_SPLINES               1209
#define IDC_SCROLLBAR_SEGMENT           1210
#define IDC_EDIT_LENGTH                 1212
#define IDC_EDIT_SEGMENT                1213
#define IDC_BTN_ADDEVENT                1214
#define IDC_BTN_DELEVENT                1215
#define IDC_CHECK_TRACKCAMERA           1216
#define IDC_RADIO_EVENT                 1217
#define IDC_EDIT_TOTALSEGMENTS          1217
#define IDC_RADIO5                      1218
#define IDC_RADIO6                      1219
#define IDC_RADIO7                      1220
#define IDC_RADIO8                      1221
#define IDC_EDIT_PARAM                  1222
#define IDC_RADIO9                      1223
#define IDC_RADIO_FIXED                 1223
#define IDC_RADIO10                     1224
#define IDC_RADIO11                     1225
#define IDC_RADIO_EDITPOINTS            1225
#define IDC_RADIO12                     1226
#define IDC_RADIO_EDITPOINTS2           1226
#define IDC_BTN_DELETEPOINTS            1227
#define IDC_EDIT_TYPE                   1228
#define IDC_BTN_SELECTALL               1229
#define ID_ENTITY_START                 22800
#define ID_FILE_IMPORT                  32771
#define ID_VIEW_XY                      32772
#define ID_VIEW_SIDE                    32773
#define ID_VIEW_FRONT                   32774
#define ID_CAMERATOGGLE                 32775
#define ID_VIEW_CAMERATOGGLE            32776
#define ID_BUTTON32777                  32777
#define ID_BUTTON32778                  32778
#define ID_TEXTURES_POPUP               32780
#define ID_POPUP_SELECTION              32782
#define ID_VIEW_CHANGE                  32783
#define ID_VIEW_CAMERAUPDATE            32784
#define ID_VIEW_CLIPPER                 32785
#define ID_PREFS                        32786
#define ID_TOGGLE_LOCK                  32787
#define ID_EDIT_MAPINFO                 32788
#define ID_EDIT_ENTITYINFO              32789
#define ID_BRUSH_SCRIPTS                32790
#define ID_VIEW_NEXTVIEW                32791
#define ID_HELP_COMMANDLIST             32792
#define ID_FILE_NEWPROJECT              32793
#define ID_MENUITEM32795                32795
#define ID_SNAPTOGRID                   32795
#define ID_SPLIT_SELECTED               32823
#define ID_CLIP_SELECTED                32824
#define ID_FLIP_CLIP                    32825
#define ID_TOGGLEVIEW_YZ                32831
#define ID_TOGGLEVIEW_XZ                32832
#define ID_COLORS_GRIDTEXT              32833
#define ID_COLORS_BRUSH                 32834
#define ID_COLORS_SELECTEDBRUSH         32835
#define ID_COLORS_CLIPPER               32836
#define ID_COLORS_GRIDBLOCK             32837
#define ID_COLORS_VIEWNAME              32838
#define ID_COLOR_SETORIGINAL            32839
#define ID_COLOR_SETQER                 32840
#define ID_COLOR_SETBLACK               32841
#define ID_BYEBYE                       32842
#define ID_SELECT_SCALE                 32843
#define ID_SELECT_MOUSEROTATE           32844
#define ID_TEXTURE_REPLACESELECTED      32859
#define ID_TEXTURE_REPLACEALL           32860
#define ID_SELECT_MOUSESCALE            32866
#define ID_SCALELOCKX                   32867
#define ID_SCALELOCKY                   32868
#define ID_SCALELOCKZ                   32869
#define ID_VIEW_CUBICCLIPPING           32870
#define ID_FILE_PROJECTSETTINGS         32875
#define ID_VIEW_CUBEOUT                 32876
#define ID_VIEW_CUBEIN                  32877
#define ID_NODES_LOADNODES              32878
#define ID_NODES_SHOWNODES              32879
#define ID_NODES_SHOWLINKS              32880
#define ID_NODES_REMOVEALLNODES         32881
#define ID_NODES_COUNTNODES             32882
#define ID_NODES_GIVEMONEYTONELNO       32883
#define ID_FILE_SAVEREGION              32887
#define ID_FILE_LOADREGION              32888
#define ID_SELECTION_MOVEDOWN           32890
#define ID_TOOLBAR_MAIN                 32891
#define ID_SELECTION_MOVEUP             32892
#define ID_TOOLBAR_TEXTURE              32892
#define ID_BRUSH_MAKECONE               32896
#define ID_TEXTURES_LOAD                32897
#define ID_TOGGLE_ROTATELOCK            32898
#define ID_CURVE_CYLINDER               32903
#define ID_CURVE_ENDCAP                 32904
#define ID_CURVE_BEVEL                  32905
#define ID_CURVE_SPHERE                 32906
#define ID_CURVE_HEMISPHERE             32907
#define ID_CURVE_QUARTER                32908
#define ID_CURVE_EIGHTHSPHERE           32909
#define ID_CURVE_INVERTCURVE            32910
#define ID_FILE_IMPORTMAP               32911
#define ID_FILE_EXPORTMAP               32912
#define ID_EDIT_LOADPREFAB              32913
#define ID_VIEW_SHOWCURVES              32914
#define ID_SELECTION_SELECT_NUDGELEFT   32916
#define ID_SELECTION_SELECT_NUDGERIGHT  32917
#define ID_SELECTION_SELECT_NUDGEUP     32918
#define ID_SELECTION_SELECT_NUDGEDOWN   32919
#define ID_TEXTURES_LOADLIST            32920
#define ID_DONTSELECTCURVE              32923
#define ID_CONVERTCURVES                32924
#define ID_DYNAMIC_LIGHTING             32925
#define ID_PATCH_SHOWBOUNDINGBOX        32926
#define ID_CURVE_SIMPLEPATCHMESH        32927
#define ID_PATCH_WIREFRAME              32928
#define ID_PATCH_WELD                   32929
#define ID_CURVE_PATCHTUBE              32930
#define ID_CURVE_PATCHCONE              32931
#define ID_CURVE_PATCHENDCAP            32932
#define ID_CURVE_PATCHBEVEL             32933
#define ID_CURVE_PATCHINVERTEDENDCAP    32934
#define ID_CURVE_PATCHINVERTEDBEVEL     32935
#define ID_PATCH_DRILLDOWN              32936
#define ID_CURVE_LOADPATCHFILE          32937
#define ID_CURVE_INSERTROW              32938
#define ID_CURVE_INSERTCOLUMN           32939
#define ID_CURVE_DELETEROW              32940
#define ID_CURVE_DELETECOLUMN           32941
#define ID_BUTTON32942                  32942
#define ID_PATCH_INSDEL                 32942
#define ID_CURVE_INSERT_ADDCOLUMN       32943
#define ID_CURVE_INSERT_INSERTCOLUMN    32944
#define ID_CURVE_INSERT_ADDROW          32945
#define ID_CURVE_INSERT_INSERTROW       32946
#define ID_CURVE_DELETE_FIRSTCOLUMN     32947
#define ID_CURVE_DELETE_LASTCOLUMN      32948
#define ID_CURVE_DELETE_FIRSTROW        32949
#define ID_CURVE_DELETE_LASTROW         32950
#define ID_CURVE_NEGATIVE               32951
#define ID_PATCH_BEND                   32952
#define ID_CURVE_PATCHDENSETUBE         32955
#define ID_CURVE_PATCHVERYDENSETUBE     32956
#define ID_CURVE_CAP                    32957
#define ID_CURVE_CAP_INVERTEDBEVEL      32959
#define ID_CURVE_CAP_INVERTEDENDCAP     32960
#define ID_CURVE_REDISPERSE_ROWS        32961
#define ID_CURVE_REDISPERSE_COLS        32962
#define ID_PATCH_NATURALIZE             32963
#define ID_CURVE_PATCHSQUARE            32964
#define ID_BRUSH_PRIMITIVES_SPHERE      32965
#define ID_BRUSH_PRIMITIVES_TORUS       32966
#define ID_TEXTURES_TEXTUREWINDOWSCALE_200 32967
#define ID_TEXTURES_TEXTUREWINDOWSCALE_100 32968
#define ID_TEXTURES_TEXTUREWINDOWSCALE_50 32969
#define ID_TEXTURES_TEXTUREWINDOWSCALE_25 32970
#define ID_TEXTURES_TEXTUREWINDOWSCALE_10 32971
#define ID_CURVE_NEGATIVETEXTUREX       32972
#define ID_TEXTURES_FLUSH               32973
#define ID_CURVE_OVERLAY_SET            32974
#define ID_CURVE_OVERLAY_CLEAR          32975
#define ID_CURVE_NEGATIVETEXTUREY       32976
#define ID_CURVE_THICKEN                32977
#define ID_CURVE_CYCLECAP               32978
#define ID_CURVE_MATRIX_TRANSPOSE       32981
#define ID_PLUGINS_REFRESH              32982
#define ID_TEXTURES_RELOADSHADERS       32983
#define ID_VIEW_ENTITIESAS_BOUNDINGBOX  32984
#define ID_VIEW_ENTITIESAS_WRITEFRAME   32985
#define ID_VIEW_ENTITIESAS_SELECTEDWIREFRAME 32986
#define ID_VIEW_ENTITIESAS_SELECTEDSKINNED 32987
#define ID_VIEW_ENTITIESAS_SKINNED      32988
#define ID_VIEW_ENTITIESAS_SKINNEDANDBOXED 32989
#define ID_SHOW_ENTITIES                32990
#define ID_VIEW_ENTITIESAS_WIREFRAME    32991
#define ID_VIEW_SHOWHINT                32993
#define ID_VIEW_OPENGLLIGHTING          32998
#define ID_VIEW_SHOWCAULK               32999
#define ID_VIEW_SHOWANGLES              33000
#define ID_EDIT_SAVEPREFAB              33001
#define ID_CURVE_MOREENDCAPSBEVELS_SQUAREENDCAP 33002
#define ID_CURVE_MOREENDCAPSBEVELS_SQUAREBEVEL 33003
#define ID_CURVE_PRIMITIVES_SPHERE      33005
#define ID_VIEW_HIDESHOW_HIDESELECTED   33006
#define ID_VIEW_HIDESHOW_SHOWHIDDEN     33007
#define ID_TEXTURES_SHADERS_SHOW        33008
#define ID_SELECTION_CSGADD             33009
#define ID_SELECTION_CSGMERGE           33011
#define ID_TEXTURES_FLUSH_UNUSED        33014
#define ID_DROP_GROUP_REMOVE            33016
#define ID_DROP_GROUP_ADDTO_WORLD       33017
#define ID_DROP_GROUP_NEWGROUP          33018
#define ID_DROP_GROUP_NAME              33019
#define ID_DROP_GROUP_ADDTO             33020
#define ID_TERRAIN_CREATETERRAINFROMBRUSH 33022
#define ID_TERRAIN_RAISELOWERTERRAIN    33023
#define ID_SPLINES_MODE                 33027
#define ID_SPLINES_LOAD                 33028
#define ID_SPLINES_SAVE                 33029
#define ID_SPLINES_EDIT                 33030
#define ID_SPLINE_TEST                  33031
#define ID_POPUP_NEWCAMERA_INTERPOLATED 33034
#define ID_POPUP_NEWCAMERA_SPLINE       33035
#define ID_POPUP_NEWCAMERA_FIXED        33036
#define ID_ENTITY_END                   33500
#define ID_PLUGIN_START                 33800
#define ID_PLUGIN_END                   33999
#define ID_FILE_EXIT                    40002
#define ID_FILE_SAVEAS                  40004
#define ID_VIEW_CENTER                  40005
#define ID_VIEW_UPFLOOR                 40006
#define ID_VIEW_DOWNFLOOR               40007
#define ID_BRUSH_FLIPX                  40008
#define ID_BRUSH_FLIPY                  40009
#define ID_BRUSH_FLIPZ                  40010
#define ID_BRUSH_ROTATEX                40011
#define ID_BRUSH_ROTATEY                40012
#define ID_BRUSH_ROTATEZ                40013
#define ID_BSP_FULLVIS                  40016
#define ID_BSP_FASTVIS                  40017
#define ID_BSP_NOVIS                    40018
#define ID_BSP_RELIGHT                  40019
#define ID_BSP_ENTITIES                 40020
#define ID_FILE_POINTFILE               40021
#define ID_VIEW_100                     40022
#define ID_VIEW_75                      40023
#define ID_VIEW_50                      40024
#define ID_VIEW_25                      40025
#define ID_VIEW_12                      40026
#define ID_TEXTURES_SHOWALL             40033
#define ID_TEXTURES_SHOWINUSE           40034
#define ID_TEXTURES_TOGGLEVIEW          40037
#define ID_SELECTION_CREATEENTITY       40039
#define ID_SELECTION_EDITENTITY         40040
#define ID_MISC_BENCHMARK               40041
#define ID_REGION_OFF                   40043
#define ID_REGION_SETXY                 40044
#define ID_REGION_SETBRUSH              40045
#define ID_SELECTION_MAKEHOLLOW         40046
#define ID_SELECTION_SELECTPARTIALTALL  40047
#define ID_SELECTION_SELECTCOMPLETETALL 40048
#define ID_SELECTION_CSGSUBTRACT        40049
#define ID_SELECTION_SELECTTOUCHING     40050
#define ID_VIEW_NEAREST                 40052
#define ID_VIEW_NEARESTMIPMAP           40053
#define ID_VIEW_LINEAR                  40054
#define ID_VIEW_BILINEAR                40055
#define ID_VIEW_BILINEARMIPMAP          40056
#define ID_VIEW_TRILINEAR               40057
#define ID_TEXTURES_WIREFRAME           40058
#define ID_TEXTURES_FLATSHADE           40059
#define ID_VIEW_SHOWNAMES               40060
#define ID_VIEW_ZOOMIN                  40061
#define ID_VIEW_ZOOMOUT                 40062
#define ID_VIEW_SHOWCOORDINATES         40063
#define ID_VIEW_Z100                    40064
#define ID_VIEW_ZZOOMIN                 40065
#define ID_VIEW_ZZOOMOUT                40066
#define ID_SELECTION_CLONE              40067
#define ID_SELECTION_DESELECT           40068
#define ID_SELECTION_DELETE             40069
#define ID_BUTTON40068                  40070
#define ID_SELECTION_DRAGVERTECIES      40074
#define ID_SELECTION_DRAGEDGES          40075
#define ID_REGION_SETTALLBRUSH          40076
#define ID_SELECTION_SELECTINSIDE       40092
#define ID_PROJECT_RELEAD               40094
#define ID_PROJECT_CHANGE               40095
#define ID_MISC_GAMMA                   40097
#define ID_VIEW_SHOWENT                 40098
#define ID_VIEW_SHOWPATH                40099
#define ID_VIEW_SHOWLIGHTS              40100
#define ID_VIEW_SHOWCLIP                40101
#define ID_VIEW_SHOWWATER               40102
#define ID_VIEW_SHOWWORLD               40103
#define ID_MISC_TEXTUREBACKGROUN        40104
#define ID_TEXTUREBK                    40105
#define ID_COLORS_XYBK                  40106
#define ID_FILE_ABOUT                   40107
#define ID_VIEW_CONSOLE                 40108
#define ID_VIEW_ENTITY                  40109
#define ID_VIEW_TEXTURE                 40110
#define ID_COLORS_MAJOR                 40111
#define ID_COLORS_MINOR                 40113
#define ID_SELECTION_CONNECT            40114
#define ID_FILE_LOADPROJECT             40115
#define ID_MISC_FINDBRUSH               40116
#define ID_MISC_NEXTLEAKSPOT            40117
#define ID_MISC_PREVIOUSLEAKSPOT        40118
#define ID_BRUSH_3SIDED                 40119
#define ID_BRUSH_4SIDED                 40120
#define ID_BRUSH_5SIDED                 40121
#define ID_BRUSH_6SIDED                 40122
#define ID_BRUSH_7SIDED                 40123
#define ID_BRUSH_8SIDED                 40124
#define ID_BRUSH_9SIDED                 40125
#define ID_SELECTION_ARBITRARYROTATION  40126
#define ID_BRUSH_ARBITRARYSIDED         40127
#define ID_SELECTION_UNGROUPENTITY      40130
#define ID_MISC_SELECTENTITYCOLOR       40131
#define ID_MISC_PRINTXY                 40132
#define ID_HELP_ABOUT                   40134
#define ID_EDIT_COPYBRUSH               40135
#define ID_EDIT_PASTEBRUSH              40136
#define ID_TEXTURES_INSPECTOR           40137
#define ID_VIEW_SHOWDETAIL              40138
#define ID_SELECTION_MAKE_DETAIL        40139
#define ID_SELECTION_MAKE_STRUCTURAL    40140
#define ID_REGION_SETSELECTION          40142
#define ID_VIEW_SHOWBLOCKS              40143
#define ID_GRID_1                       40144
#define ID_GRID_2                       40145
#define ID_GRID_4                       40146
#define ID_GRID_8                       40147
#define ID_GRID_16                      40148
#define ID_GRID_32                      40149
#define ID_GRID_64                      40150
#define ID_CAMERA_UP                    40151
#define ID_CAMERA_DOWN                  40152
#define ID_CAMERA_LEFT                  40153
#define ID_CAMERA_RIGHT                 40155
#define ID_CAMERA_FORWARD               40156
#define ID_CAMERA_BACK                  40157
#define ID_CAMERA_ANGLEUP               40158
#define ID_CAMERA_ANGLEDOWN             40159
#define ID_CAMERA_STRAFELEFT            40160
#define ID_CAMERA_STRAFERIGHT           40161
#define ID_GRID_TOGGLE                  40162
#define ID_ENTITYLIST                   40163
#define ID_MAPINFO                      40164
#define ID_TOGGLECONSOLE                40165
#define ID_TOGGLECAMERA                 40166
#define ID_TOGGLEZ                      40167
#define ID_TOGGLEVIEW                   40168
#define ID_SELECTION_TEXTURE_DEC        40169
#define ID_SELECTION_TEXTURE_INC        40170
#define ID_SELECTION_TEXTURE_FIT        40171
#define ID_SELECTION_TEXTURE_ROTATECLOCK 40172
#define ID_SELECTION_TEXTURE_ROTATECOUNTER 40173
#define ID_SELECTION_TEXTURE_SCALEUP    40174
#define ID_SELECTION_TEXTURE_SCALEDOWN  40175
#define ID_SELECTION_TEXTURE_SHIFTLEFT  40176
#define ID_SELECTION_TEXTURE_SHIFTRIGHT 40177
#define ID_SELECTION_TEXTURE_SHIFTUP    40178
#define ID_SELECTION_TEXTURE_SHIFTDOWN  40179
#define ID_GRID_NEXT                    40180
#define ID_GRID_PREV                    40181
#define ID_SELECTION_TEXTURE_SCALELEFT  40182
#define ID_SELECTION_TEXTURE_SCALERIGHT 40183
#define ID_SELECTION_PRINT              40184
#define ID_SELECTION_TOGGLESIZEPAINT    40185
#define ID_PATCH_TAB                    40186
#define ID_PATCH_ENTER                  40187
#define ID_SELECT_SNAPTOGRID            40188
#define ID_PATCH_INSPECTOR              40189
#define ID_SELECT_ALL                   40190
#define ID_CURVE_FREEZE                 40191
#define ID_CURVE_UNFREEZE               40192
#define ID_CURVE_UNFREEZEALL            40193
#define ID_SELECT_RESELECT              40194
#define ID_FITBRUSH                     40195
#define ID_FITFACE                      40196
#define ID_VIEW_CROSSHAIR               40197
#define ID_SELECTION_INVERT             40198
#define ID_VIEW_GROUPS                  40199
#define ID_SELECTION_NOOUTLINE          40200
#define ID_SPLINES_POPUP                40201

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        192
#define _APS_NEXT_COMMAND_VALUE         33024
#define _APS_NEXT_CONTROL_VALUE         1160
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif