forked from ddehilster/visualtext3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCopy of resource.h
958 lines (957 loc) · 43.7 KB
/
Copy of resource.h
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
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VisualText.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDS_ABOUTBOX 101
#define IDR_POPUP1 102
#define IDR_POPUP 102
#define IDB_SPLASH 102
#define IDR_MAINFRAME 128
#define IDR_MAINFRAME_MENU 128
#define IDR_GUI_VITYPE 129
#define IDB_IMGLIST_TAB 130
#define IDB_IMGLIST_VIEW 131
#define IDR_POPUP_WORKSPACE 133
#define IDR_POPUP_STANDARD 134
#define IDR_POPUP_WIZARD 143
#define IDR_DEBUG 154
#define IDB_FILETREE 162
#define IDB_WORKSPACE 163
#define IDB_CLASSTREE 164
#define IDB_RESTREE 165
#define IDD_ABOUTBOX 166
#define IDB_IL_TAB 167
#define IDB_IL_FILE 168
#define IDR_KNOWLEDGE 170
#define IDB_TEXT 171
#define IDI_ICON1 173
#define IDR_BROWSER_MENU 174
#define IDR_KNOWLEDGE_MENU 175
#define IDR_KNOWLEDGE_POPUP 175
#define IDR_PARSETREE 176
#define IDR_TEXT_EDITOR 177
#define IDR_ANALYZER 178
#define IDR_TAB 290
#define IDC_TXT_URL 1000
#define IDC_FLATTABCTRL 1001
#define IDC_TXT_EMAIL 1001
#define IDC_CHK_ADDRESS 1001
#define IDC_SHEET1 1002
#define IDC_TXT_COPYRIGHT 1002
#define IDC_CHK_HEXCODE 1002
#define IDC_SHEET2 1003
#define IDC_TXT_TITLE 1003
#define IDC_CHK_ASCII 1003
#define IDC_SHEET3 1004
#define IDC_TXT_APPNAME 1004
#define IDC_CHK_WIDE_ADDRESS 1004
#define IDC_SHEET4 1005
#define IDC_CHECK_48 1005
#define IDC_SLIDER 1005
#define IDC_SHEET5 1006
#define IDC_SLIDER1 1006
#define IDC_HEXEDIT 1006
#define IDC_SHEET6 1007
#define IDC_HEXEDIT1 1007
#define IDC_EDIT_BASEADDR 1007
#define IDC_TXT_BASEADDR 1008
#define IDC_TXT_BYTE 1009
#define IDC_CHK_ENABLE 1010
#define IDC_CLR_BACK_ENABLED 1011
#define IDC_CLR_TEXT_ENABLED 1012
#define IDC_CLR_BACK_DISABLED 1013
#define IDC_CLR_TEXT_DISABLED 1014
#define IDC_CLR_BACK_HILITE_ENABLED 1015
#define IDC_CLR_TEXT_HILITE_ENABLED 1016
#define IDC_CLR_BACK_HILITE_DISABLED 1017
#define IDC_CLR_TEXT_HILITE_DISABLED 1018
#define IDC_GBOX_ENABLED 1019
#define IDC_GBOX_DISABLED 1020
#define IDC_CHK_CARET 1021
#define IDC_TXT_ENABLED 1022
#define IDC_TXT_DISABLED 1023
#define IDC_TXT_BACK_ENABLED 1024
#define IDC_TXT_TEXT_ENABLED 1025
#define IDC_TXT_BACK_HILITE_ENABLED 1026
#define IDC_TXT_TEXT_HILITE_ENABLED 1027
#define IDC_TXT_BACK_DISABLED 1028
#define IDC_TXT_TEXT_DISABLED 1029
#define IDC_TXT_BACK_HILITE_DISABLED 1030
#define IDC_TXT_TEXT_HILITE_DISABLED 1031
#define IDC_CHK_ALLOWDEL 1032
#define IDC_CHK_READONLY 1033
#define IDC_STATIC_1 1153
#define IDC_EDIT1 1154
#define IDC_STATIC_2 1156
#define IDC_EDIT2 1157
#define IDC_STATIC_3 1160
#define IDC_EDIT3 1161
#define IDC_STATIC_4 1164
#define IDC_EDIT4 1165
#define IDC_STATIC_5 1168
#define IDC_EDIT5 1169
#define IDC_CHECK1 1172
#define IDC_STATIC_6 1176
#define IDC_EDIT6 1177
#define IDC_STATIC_7 1180
#define IDC_EDIT7 1181
#define IDC_STATIC_8 1182
#define IDC_CHECK2 1186
#define IDC_CHECK3 1187
#define IDC_CHECK4 1188
#define IDC_CHECK5 1189
#define IDC_CHECK6 1190
#define IDC_CHECK7 1191
#define IDC_EDIT8 1192
#define IDC_CHECK8 1195
#define IDC_STATIC_9 1196
#define IDC_EDIT9 1197
#define IDC_CHECK9 1200
#define IDC_TAB1 1264
#define ID_FILE_SAVEALL 32772
#define ID_EDIT_FINDINFILES 32776
#define ID_COMBO_FIND 32777
#define ID_HELP_SEARCH 32778
#define ID_BUILD_COMPILE 32779
#define ID_BUILD_STOP 32780
#define ID_BUILD_EXECUTE 32781
#define ID_BUILD_GO 32782
#define ID_EDIT_BREAKPOINT 32783
#define ID_BUILD_BUILD 32784
#define ID_WIZBAR_CLASS 32786
#define ID_WIZBAR_FILTER 32787
#define ID_WIZBAR_MEMBERS 32788
#define ID_WIZBAR_ACTIONS 32789
#define ID_WIZBAR_GOTOFUNCTIONDECLARATION 32790
#define ID_WIZBAR_GOTOFUNCTIONDEFINITION 32791
#define ID_WIZBAR_ADDWINDOWSMESSAGEHANDLER 32792
#define ID_WIZBAR_ADDVIRTUALFUNCTION 32793
#define ID_WIZBAR_DELETE 32794
#define ID_WIZBAR_GOTOCLASSDEFINITION 32795
#define ID_WIZBAR_NEWCLASS 32796
#define ID_WIZBAR_NEWFORM 32797
#define ID_WIZBAR_WIZARDBARHELP 32798
#define ID_WIZBAR_ADDMEMBERFUNCTION 32799
#define ID_BUILD_SELECT 32800
#define ID_BUILD_ACTIVE 32801
#define IDC_TAB_PROPERTIES 32802
#define ID_INSERT_ATL 32807
#define ID_RESNEW_DIALOG 32808
#define ID_RESOURCE_MENU 32809
#define ID_RESOURCE_CURSOR 32810
#define ID_RESOURCE_ICON 32811
#define ID_RESOURCE_BITMAP 32812
#define ID_RESOURCE_ACCEL 32814
#define ID_RESOURCE_STRING 32815
#define ID_RESOURCE_VERSION 32816
#define ID_RESOURCE_SYMBOLS 32817
#define ID_RESOURCE_DIALOG 32818
#define ID_EDIT_TOGGLE 32819
#define ID_EDIT_MOVE 32820
#define ID_EDIT_PREV 32821
#define ID_EDIT_INCREASE 32824
#define ID_EDIT_DECREASE 32825
#define ID_EDIT_WHITESP 32826
#define ID_EDIT_NEXT 32827
#define ID_EDIT_CLEARBM 32828
#define ID_DEBUG_RESTART 32829
#define ID_DEBUG_STOP 32830
#define ID_DEBUG_BREAK 32831
#define ID_DEBUG_APPLY 32832
#define ID_DEBUG_SHOWNEXT 32833
#define ID_DEBUG_STEPINTO 32834
#define ID_DEBUG_STEPOVER 32835
#define ID_DEBUG_STEPOUT 32836
#define ID_DEBUG_RUNTO 32837
#define ID_DEBUG_QUICKWATCH 32838
#define ID_DEBUG_WATCH 32839
#define ID_DEBUG_VARIABLES 32840
#define ID_DEBUG_REGISTERS 32841
#define ID_DEBUG_MEMORY 32842
#define ID_DEBUG_CALLSTACK 32843
#define ID_DEBUG_DISASSEMBLY 32844
#define ID_BROWSE_DEF 32845
#define ID_BROWSE_REF 32847
#define ID_BROWSE_PREV 32848
#define ID_BROWSE_NEXT 32849
#define ID_BROWSE_POP 32850
#define ID_BROWSE_OUTLINE 32851
#define ID_BROWSE_DEFANDREF 32852
#define ID_BROWSE_DERIVED 32853
#define ID_BROWSE_BASE 32854
#define ID_BROWSE_CALLGRAPH 32855
#define ID_BROWSE_CALLERSGRAPH 32856
#define ID_DBASE_RUN 32857
#define ID_DBASE_ADD 32858
#define ID_DBASE_INSERT 32859
#define ID_FILE_OPENWORKSPACE 32860
#define ID_FILE_SAVEWORKSPACE 32861
#define ID_FILE_CLOSEWORKSPACE 32862
#define ID_EDIT_GOTO 32866
#define ID_EDIT_BREAKPOINTS 32867
#define ID_VIEW_CLASSWIZARD 32868
#define ID_VIEW_RESOURCEINCLUDES 32869
#define ID_VIEW_FULLSCREEN 32870
#define ID_VIEW_REFRESH 32871
#define ID_VIEW_PROPERTIES 32872
#define ID_INSERT_NEWCLASS 32873
#define ID_INSERT_NEWFORM 32874
#define ID_INSERT_RESOURCE 32875
#define ID_INSERT_RESOURCECOPY 32876
#define ID_PROJECT_ADDTOPROJECT_NEW 32878
#define ID_PROJECT_ADDTOPROJECT_NEWFOLDER 32879
#define ID_PROJECT_ADDTOPROJECT_FILES 32880
#define ID_PROJECT_ADDTOPROJECT_COMPONENTSANDCONTROLS 32881
#define ID_PROJECT_DEPENDENCIES 32882
#define ID_PROJECT_SETTINGS 32883
#define ID_PROJECT_EXPORTMAKEFILE 32884
#define ID_PROJECT_INSERTPROJECTINTOWORKSPACE 32885
#define ID_BUILD_REBUILDALL 32887
#define ID_BUILD_BATCHBUILD 32888
#define ID_BUILD_CLEAN 32889
#define ID_BUILD_STARTDEBUGGING_ATTACHTOPROCESS 32890
#define ID_BUILD_DEBUGGERREMOTECONNECTION 32891
#define ID_BUILD_SETACTIVECONFIGURATION 32892
#define ID_BUILD_CONFIGURATIONS 32893
#define ID_BUILD_PROFILE 32894
#define ID_TOOLS_SOURCEBROWSER 32895
#define ID_TOOLS_CLOSESOURCEBROWSER 32896
#define ID_WINDOW_DOCKINGVIEW 32898
#define ID_WINDOW_CLOSE 32899
#define ID_WINDOW_CLOSEALL 32900
#define ID_WINDOW_NEXT 32901
#define ID_WINDOW_PREV 32902
#define ID_HELP_CONTENTS 32917
#define ID_HELP_USEEXTENSIONHELP 32919
#define ID_HELP_KEYBOARDMAP 32920
#define ID_HELP_TIPOFTHEDAY 32921
#define ID_HELP_TECHNICALSUPPORT 32922
#define ID_HELP_CODEJOCKSOFTWAREONTHEWEB_CODEJOCKSOFTWAREHOMEPAGE 32923
#define ID_FILE_MRU_WORKSPACE 32925
#define ID_VIEW_OUTPUT 32926
#define ID_VIEW_WORKSPACE 32927
#define IDC_TAB_CLASSVIEW 32928
#define IDC_TAB_RESOURCEVIEW 32929
#define IDC_TAB_FILEVIEW 32930
#define ID_FILE_RECENTANALYZERS32934 32934
#define IDR_RICHYTYPE_CNTR_IP 33000
#define IDP_OLE_INIT_FAILED 33001
#define IDD_HEXEDIT_DIALOG 33004
#define IDR_ANALYZERSEQVIEW_TMPL 33005
#define IDR_ANALYZERSEQ 33006
#define IDD_ANALYZERVIEW_FORM 33007
#define IDR_ANALYZERVIEW_TMPL 33008
#define IDD_TESTDIALOG_DIALOG 33009
#define IDB_ATTR_EDITOR_VALUE_ICONS 33010
#define IDB_MAIN 32524
#define IDR_VISUALTYPE 33013
#define IDD_SETTINGS_DLG 33014
#define IDD_ANALYZER_SETTINGS_DLG 33015
#define IDB_FIRST_TREE_ICON 33016
#define IDD_RULE_LIST_DIALOG 33017
#define IDD_ARCHIVE_LIST_DIALOG 33018
#define IDD_ANALYZER_SEQ_DLG 33019
#define IDB_LAST_TREE_ICON 33020
#define IDB_UP 33021
#define IDB_DOWN 33022
#define IDR_TREEVIEWTEXT 33027
#define IDD_LOAD_ANALYZER 33029
#define IDD_ARCHIVE_PROGRESS 33030
#define IDD_ASK_TEXT_DIALOG 33031
#define IDD_NLP_PREFERENCES 33032
#define IDD_VISUALTEXT_PREFERENCES 33033
#define IDB_BIG_LOGO 33034
#define IDD_INIT_NLPLITE 33035
#define IDI_LOG_FOLDER 33037
#define IDI_URL_ANALYZED 33039
#define IDR_HELP 33040
#define IDR_SEQUENCE_CONTEXT 33042
#define IDR_RULEFILE 33044
#define IDR_LOGGING 33045
#define IDD_PARSETREE 33047
#define IDI_NODE 33049
#define IDI_LEAF 33050
#define IDI_RULE 33051
#define IDS_SOCKETS_INIT_FAILED 33052
#define IDB_IL_CLASS 33053
#define IDB_IL_RSRC 33054
#define IDB_ANALYZER 33055
#define IDR_GRAMMAR 33058
#define IDB_GRAMMAR 33060
#define IDR_LOGFILE 33063
#define IDR_TEXTVIEW 33064
#define IDR_BROWSER 33065
#define IDR_TEXT 33066
#define IDR_RULE 33067
#define IDR_LOG 33068
#define IDR_FIND 33069
#define IDD_ATTRIBUTE_EDITOR 33070
#define IDB_ATTRIBUTES 33071
#define IDD_NEW_ANALYZER 33072
#define IDR_OUTPUT 33073
#define IDB_OUTPUT 33074
#define IDD_RECORD_PROPERTIES 33075
#define IDD_TREE_CHOOSE 33076
#define IDD_GRAM_CONCEPT 33077
#define IDD_OUTPUT_ITEM_DLG 33078
#define IDD_CHOOSE_SAMPLE 33079
#define IDR_SAMPLE 33080
#define IDB_GATHER_UP 33081
#define IDB_GATHER_DOWN 33082
#define IDB_DRAG_UP 33083
#define IDB_DRAG_DOWN 33084
#define IDB_TEAR_DOWN 33085
#define IDB_TEAR_UP 33086
#define IDB_TEAR_DOWN_GRAY 33087
#define IDD_SPLASH_DLG 33088
#define IDR_TREE 33089
#define IDD_FIND_DLG 33090
#define IDD_PASS_PROPERTIES_DLG 33091
#define IDR_PARSETREE_POPUP 33092
#define IDB_KNOWLEDGE 33097
#define IDI_KNOWLEDGE 33100
#define IDD_PHRASES_DLG 33101
#define IDD_SLOT_DLG 33102
#define IDD_ARCHIVE_NAME_DLG 33103
#define IDB_BROWSER 33104
#define IDB_URL 33105
#define IDD_TEXT_INFO 33107
#define IDB_PARSE_TREE 33108
#define IDD_DICTIONARY_DLG 33109
#define IDB_NO_ATTRS 33110
#define IDR_DICTIONARY_WORDS 33111
#define IDD_ASCII_DLG 33112
#define IDD_CHAR_VIEWER 33113
#define IDD_EMAIL_DLG 33114
#define IDD_PREF_DISPLAY_PAGE 33115
#define IDD_PREF_EMAIL_PAGE 33116
#define IDD_PREF_GENERAL_PAGE 33117
#define IDD_PREF_ARCHIVE 33118
#define IDD_CUSTOM_MSG_DLG 33119
#define IDB_YIELD 33120
#define IDR_WAVE_STUPID 33121
#define IDR_WAVE_LOSTBOY 33122
#define IDR_WAVE_RULEJOCKEY 33123
#define IDR_WAVE_WHOOPS 33124
#define IDD_REGISTRATION_DLG 33125
#define IDD_CHOOSE_DIR_DLG 33126
#define IDB_VT_LOGO 33127
#define IDD_SEMPOPUP 33128
#define IDD_PREF_LOOKUP 33129
#define IDC_STATIC_ANALZYER 33130
#define IDC_DIRECTORY_NAME 33131
#define IDC_ANALYZER_NAME 33132
#define IDC_DIRECTORY_TREE 33133
#define IDC_STATIC_LOCATION 33134
#define IDC_CHECK_ADDRESS 33135
#define IDC_DRIVE_COMBO 33136
#define IDC_ANALYZER_LOCATION 33137
#define IDC_CHECK_HEXCODE 33138
#define IDC_RULE_LIST 33139
#define IDC_ARCHIVE_LIST 33140
#define IDC_CHECK_ASCII 33141
#define IDC_NEW 33142
#define IDC_ANALYZER_LIST 33143
#define IDC_COMMENTS 33144
#define IDC_FILE 33145
#define IDC_DATA 33146
#define IDC_ACTIVE 33147
#define IDC_TYPE 33148
#define IDC_ALGO 33149
#define IDC_DELETE 33150
#define IDC_UPDATE 33151
#define IDC_STATUS 33152
#define IDC_SAVE 33153
#define IDC_RUN 33154
#define IDC_UP 33155
#define IDC_DOWN 33156
#define IDC_MATCH_WHOLE_WORD 33157
#define IDC_DEBUG 33158
#define IDC_DIRTREE 33159
#define IDC_ADD_URL 33160
#define IDC_GO_URL 33161
#define IDC_URL_PATH_EX 33162
#define IDC_PROGRESS 33163
#define IDC_MSG 33164
#define IDC_USER_TEXT 33165
#define IDC_RELOAD 33166
#define IDC_COMMENT_STATIC 33167
#define IDC_ANALYZER_COMMENTS 33168
#define IDC_AUTOLOAD 33169
#define IDC_LAST_ANALYZER_TEXT 33170
#define IDC_LOADING_MESSAGE 33171
#define IDC_PROCESS_FILE 33172
#define IDC_PARSETREE 33173
#define IDC_FULL_SCREEN 33174
#define IDC_USER_LOGFILE 33175
#define IDC_ARCHIVE_NAME 33176
#define IDC_DOWNLOAD 33177
#define IDC_RENAME 33178
#define IDC_ARCHIVE_MESSAGE 33179
#define IDC_ARCHIVE_PROGRESS_MESSAGE 33180
#define IDC_LOAD 33181
#define IDC_LOCATION 33182
#define IDC_TEMPLATE_LIST 33183
#define IDC_ADD 33184
#define IDC_ADDVALUE 33185
#define IDC_ATTRIBUTE_LIST 33186
#define IDC_ORDER_BY 33187
#define IDC_PREV 33188
#define IDC_FIRST 33189
#define IDC_NEXT 33190
#define IDC_INCLUDE_LAST 33191
#define IDC_SEARCH 33192
#define IDC_RECORD_NAME 33193
#define IDC_ZONE_BUTTON 33194
#define IDC_ZONE 33195
#define IDC_LABEL 33196
#define IDC_TREE_CHOICES 33197
#define IDC_CHILDREN 33198
#define IDC_UNCHECK 33199
#define IDC_NAME 33200
#define IDC_CLOSED 33201
#define IDC_LITERAL 33202
#define IDC_CONSTRAINED 33203
#define IDC_SPLIT 33204
#define IDC_GENERALIZED 33205
#define IDC_FOLDER_LOG 33206
#define IDC_QUICKSEM 33207
#define IDC_REQUIRED 33208
#define IDC_RAW 33209
#define IDC_NORMAL_FORM 33210
#define IDC_CLOSED_INHERITED 33211
#define IDB_ADD 33212
#define IDC_CONSTRAINED_INHERITED 33213
#define IDB_REMOVE 33214
#define IDC_GENERALIZED_INHERITED 33215
#define IDB_UPDATE 33216
#define IDB_KB_EDIT 33217
#define IDC_SPLIT_INHERITED 33218
#define IDC_RAW_INHERITED 33219
#define IDC_LITERAL_INHERITED 33220
#define IDC_QUICKSEM_INHERITED 33221
#define IDC_WHITESPACE_INHERITED 33222
#define IDC_WHITESPACE 33223
#define IDC_SLOG_WINDOW 33224
#define IDC_HELP_RULE_GENERATION 33225
#define IDC_CANCEL 33226
#define IDE_FIND 33227
#define IDE_REPLACE 33228
#define IDC_LOCKED 33229
#define IDC_LOCKED_INHERITED 33230
#define IDC_SAMPLE 33231
#define IDC_BROWSE 33232
#define IDC_SAMPLE_FILE 33233
#define IDC_SPECIAL 33234
#define ID_FILE_FIND 33235
#define IDC_DRAG_UP 33236
#define IDC_DRAG_DOWN 33237
#define IDC_TEAR_UP 33238
#define IDC_TEAR_DOWN 33239
#define IDC_GATHER_UP 33240
#define IDC_GATHER_DOWN 33241
#define IDC_REVERT 33242
#define IDC_MOVE_ALL 33243
#define IDC_MOVE_ONE 33244
#define IDC_TEAR 33245
#define IDC_JOIN 33246
#define IDC_MESSAGE 33247
#define IDC_DRAG 33248
#define IDC_AUTHOR_NAME 33249
#define IDC_MATCH_CASE 33250
#define IDC_FIND_STR 33251
#define IDC_LOG_FILES 33252
#define IDC_CONCEPTS 33253
#define IDC_RULE_FILES 33254
#define IDC_OTHER_RULE_FILES 33255
#define IDC_TEXT_FILES 33256
#define IDC_APPEND 33257
#define IDC_OUTPUT_FILES 33258
#define IDC_LAYER_STRING 33259
#define IDC_ATTRIBUTES 33260
#define IDC_LIST 33261
#define IDC_OUTPUT_LIST 33262
#define IDC_PRINT_NAME 33263
#define IDC_FIELD_NAME 33264
#define IDC_SAVE_LOG_FILES 33265
#define IDC_LINE_COUNT 33266
#define IDC_CHARACTER_COUNT 33267
#define IDC_WORD_COUNT 33268
#define IDC_FILE_SIZE 33269
#define IDC_CREATED 33270
#define IDC_FILE_PATH 33271
#define IDC_LAST_MODIFIED 33272
#define IDC_DICTIONARY_LIST 33273
#define IDC_BACK 33274
#define IDC_FORWARD 33275
#define IDC_BACK_LETTER 33276
#define IDC_FORWARD_LETTER 33277
#define IDC_WORD 33278
#define IDC_COUNT 33279
#define IDC_ATTRS_DISPLAY 33280
#define IDC_ADD_LIST 33281
#define IDC_MOVE_TO_LIST 33282
#define IDC_CLEAR_LIST 33283
#define IDC_DELETE_ALL 33284
#define IDC_ATTRIBUTE_TOGGLE 33285
#define IDC_CLEAR_ALL 33286
#define IDC_FIND_TYPE 33287
#define IDC_ADD_ALL 33288
#define IDC_TO_DICT 33289
#define IDC_BUTTON_ASCII 33290
#define IDC_DELETE_WORD 33291
#define IDC_CHAR_DISPLAY 33292
#define IDC_AUTOSIZE_WINDOWS 33293
#define IDC_MAX_WINDOW_WIDTH 33294
#define IDC_MAX_WINDOW_HEIGHT 33295
#define IDC_SMTP_SERVER 33296
#define IDC_FROM_EMAIL 33297
#define IDC_BODY 33298
#define IDC_TO 33299
#define IDC_SUBJECT 33300
#define IDC_PREF_PROP_SHEET 33301
#define IDC_PASSWORD 33302
#define IDC_USERNAME 33303
#define IDC_ARCHIVE_FTP 33304
#define IDC_DIRECTORY_PATH 33305
#define IDC_RULE_TAB_SIZE 33306
#define IDC_VERSION 33307
#define IDC_FONT_SIZE 33308
#define IDC_DYNAMIC_SIZE 33309
#define IDC_EMAIL_LIST_CHOOSE 33310
#define IDC_EMAIL_LIST 33311
#define IDC_PREVIOUS_EMAIL 33312
#define IDC_NEXT_EMAIL 33313
#define IDC_SEND_CURRENT 33314
#define IDC_LOAD_COMPILED_KB 33315
#define IDC_AUTOSAVE_KB 33316
#define IDC_COPYRIGHT 33317
#define IDC_KB_SAFE_EDIT_MODE 33318
#define IDC_REGISTRATION_NUMBER 33319
#define IDC_APPS_DIRECTORY 33320
#define IDC_SAVE_C_FILES 33321
#define IDC_ARCHIVE_PATH 33322
#define IDC_PATH 33323
#define IDC_TO_END 33324
#define IDC_FROM 33325
#define IDC_ALL 33326
#define IDE_DIRECTORY 33327
#define IDC_RULES_RECURSIVE 33328
#define IDC_TEXT_RECURSIVE 33329
#define IDC_DIRECTORY_RECURSIVE 33330
#define IDC_FILESPEC 33331
#define IDE_SEARCH 33332
#define IDC_ADD_NOUN 33333
#define IDC_ADD_VERB 33334
#define IDC_ADD_ADJ 33335
#define IDC_ADD_ADVERB 33336
#define IDC_NO_ATTRS 33337
#define IDC_OPEN_KB 33338
#define IDC_QUICKEDIT 33339
#define IDC_LISTQUICKEDIT 33340
#define IDE_ATTRIBUTE 33341
#define IDE_VALUE 33342
#define IDB_QUICKEDITHELP 33343
#define IDC_ADD_WORD 33344
#define IDE_TEXT 33345
#define IDC_LOOKUP 33346
#define IDC_LOOKUP_LIST 33347
#define IDE_NAME 33348
#define IDE_URL 33349
#define IDC_COMBO_LOOKUP 33350
#define IDC_ANALYZER 33351
#define IDC_BROWSE_CONCEPT 33352
#define IDC_VALUE_TYPE 33353
#define IDD_REPLACE_IN_FILES 33354
#define IDD_PREF_ANALYZER_DEPENDENT_PAGE 33355
#define ID_CANCEL_EDIT_CNTR 33356
#define ID_PAGE_SETUP 33357
#define ID_ANALYZER_SETTINGS 33358
#define ID_ANALYZER_SEQUENCE 33359
#define ID_BUILD_BUILDANALYZER 33360
#define ID_BUILD_RUNANALYZER 33361
#define ID_ANALYZER_RULES 33362
#define ID_ANALYZER_DICITIONARY 33363
#define ID_BUILD_URL 33364
#define ID_DIRTREEMENU_VIEWASWEBPAGE 33365
#define ID_OPTIONS_STOP 33366
#define ID_OPTIONS_BACK 33367
#define ID_DIRTREEMENU_DELETE 33368
#define ID_DIRTREEMENU_ADDFOLDER 33369
#define ID_DIRTREEMENU_ADDTOPLEVELFOLDER 33370
#define ID_BACK_URL 33371
#define ID_FORWARD_URL 33372
#define ID_FILE_PREFERENCES 33373
#define ID_DIRTREEMENU_RENAME 33374
#define ID_DIRTREEMENU_VIEWOUTPUTFILE 33375
#define ID_HELP_VISUALTEXTHELP 33376
#define ID_OPTIONS_FORWARD 33377
#define ID_DIRTREEMENU_HELP 33378
#define ID_HELP_HELP 33379
#define ID_LOGGING_CLEARLOG 33380
#define ID_LOGGING_HELP 33381
#define ID_DIRTREEMENU_RUNANALYZER 33382
#define ID_SEQUENCEMENU_NEW 33383
#define ID_SEQUENCEMENU_DELETE 33384
#define ID_SEQUENCEMENU_HELP 33385
#define ID_SEQUENCEMENU_EDITVIEW 33386
#define ID_DIRTREEMENU_EDITVIEW 33387
#define ID_URL_STOP 33388
#define ID_SEQUENCEMENU_VIEWOUTPUT 33389
#define ID_SEQUENCEMENU_EDITRULES 33390
#define ID_DIRTREEMENU_NEWTEXT 33391
#define ID_DIRTREEMENU_ADDEXISTINGTEXT 33392
#define ID_RULEFILE_RULEHELP 33393
#define ID_RULEFILE_FIND 33394
#define ID_RULEFILE_FINDWORD 33395
#define ID_PARSETREE_HELP 33396
#define ID_SEQUENCEMENU_VIEWCONCEPTTREE 33397
#define ID_DIRTREEMENU_DELETECHILDREN 33398
#define ID_RULEFILE_CLOSEALL 33399
#define ID_DIRTREEMENU_MOVETOTOPLEVEL 33400
#define ID_SEQUENCEMENU_ADDEXISTINGRULES 33401
#define ID_DIRTREEMENU_UPDATEWEBPAGE 33402
#define ID_RULEFILE_FINDLOCAL 33403
#define ID_RULEFILE_FINDAGAIN 33404
#define ID_DIRTREEMENU_GOTOWEBPAGE 33405
#define ID_RULEFILE_SORTWORDS 33406
#define ID_RULEFILE_MAKEPHRASES 33407
#define ID_SAVE_ALL 33408
#define ID_RULEFILE_SAVERUNLOG 33409
#define ID_RULEFILE_SAVE 33410
#define ID_SEQUENCEMENU_DUPLICATE 33411
#define ID_RULEFILE_RUN 33412
#define ID_RULEFILE_VIEWLOG 33413
#define ID_RULEFILE_HEADER 33414
#define ID_FIND_FORWARD 33415
#define ID_FIND_BACK 33416
#define ID_RULEFILE_FINDINLOG 33417
#define ID_RULEFILE_DUPLICATELINE 33418
#define ID_GENERATELOGS 33419
#define ID_GRAMMAR_EDITEXAMPLES 33420
#define ID_GRAMMAR_ADDRULE 33421
#define ID_GRAMMAR_ADDCONCEPT 33422
#define ID_RUN 33423
#define ID_URL 33424
#define ID_URL_COMBOBOX 33425
#define ID_ADD_URL 33426
#define ID_LOGFILE_VIEWRULEFILE 33427
#define ID_LOGFILE_FINDINRULEFILE 33428
#define ID_RULEFILE_RUNANDVIEW 33429
#define ID_TEXTVIEW_SELECTANDRUN 33430
#define ID_RULEFILE_CLOSEREST 33431
#define ID_GRAMMAR_ADDTOPCONCEPT 33432
#define ID_TEXT_ADDEXAMPLE 33433
#define ID_LOGFILE_VIEWLOGTREE 33434
#define ID_FILE_NEWANALYZER 33435
#define ID_FILE_OPENANALYZER 33436
#define ID_FILE_SAVEANALYZER 33437
#define ID_FILE_CLOSEANALYZER 33438
#define ID_GEN_ANALYZER 33439
#define ID_TREE_UP 33440
#define ID_TREE_DOWN 33441
#define ID_GRAMMAR_DELETECONCEPT 33442
#define ID_SAVE_KB 33443
#define ID_LOGFILE_HELP 33444
#define ID_GRAMMAR_HELP 33445
#define ID_SEQUENCEMENU_VIEWLOG 33446
#define ID_FINDMENU_CLEAR 33447
#define ID_FINDMENU_OPEN 33448
#define ID_FINDMENU_HELP 33449
#define ID_GEN_DIRTY_AND_RUN 33450
#define ID_GRAMMAR_UPLOADGRAMMAR 33451
#define ID_GRAMMAR_SERVERARCHIVES 33452
#define ID_GRAMMAR_LOCALARCHIVE 33453
#define ID_DIRTREEMENU_ARCHIVETEXT 33454
#define ID_DIRTREEMENU_SERVERARCHIVES 33455
#define ID_DIRTREEMENU_UPLOADTEXT 33456
#define ID_DIRTREEMENU_LOCALARCHIVE 33457
#define ID_SEQUENCEMENU_ARCHIVERULES 33458
#define ID_SEQUENCEMENU_SERVERARCHIVES 33459
#define ID_SEQUENCEMENU_LOCALARCHIVES 33460
#define ID_SEQUENCEMENU_UPLOADRULES 33461
#define ID_GRAMMAR_ARCHIVEGRAMMAR 33462
#define ID_GRAMMAR_EDITRULES 33463
#define ID_FILE_ARCHIVES_LOCAL_ARCHIVE 33464
#define ID_FILE_ARCHIVES_SERVERARCHIVE 33465
#define ID_FILE_ARCHIVES_ARCHIVEANALYZER 33466
#define ID_FILE_ARCHIVES_UPLOADANALYZER 33467
#define ID_GRAMMAR_EDITATTRIBUTES 33468
#define ID_OUTPUTMENU_ADDOUTPUT 33469
#define ID_OUTPUTMENU_EDITATTRIBUTES 33470
#define ID_OUTPUTMENU_DELETE 33471
#define ID_OUTPUTMENU_ARCHIVEOUTPUT 33472
#define ID_OUTPUTMENU_LOCALARCHIVE 33473
#define ID_OUTPUTMENU_SERVERARCHIVE 33474
#define ID_OUTPUTMENU_UPLOADOUTPUT 33475
#define ID_OUTPUTMENU_ADDITEM 33476
#define ID_OUTPUTMENU_PROPERTIES 33477
#define ID_GRAMMAR_PROPERTIES 33478
#define ID_SEQUENCEMENU_ADDSTUB 33480
#define ID_GRAMMAR_DELETECHILDREN 33481
#define ID_GRAMMAR_ADDLIST 33482
#define ID_GRAMMAR_DELETESAMPLES 33483
#define ID_GRAMMAR_SAVESAMPLEFILE 33484
#define ID_SEQUENCEMENU_HIGHLIGHTMATCHES 33485
#define ID_GRAMMAR_HIGHLIGHTMATCHES 33486
#define ID_RULEFILE_HIGHLIGHTMATCHES 33487
#define ID_RUN_NEXT 33488
#define ID_ANALYZER_GENERATEALL 33489
#define ID_ANALYZER_GENERATEUNLOCKED 33490
#define ID_ANALYZER_GENERATEDIRTY 33491
#define ID_TEXT_DISPLAYTREE 33492
#define ID_GRAMMAR_VIEWTREE 33493
#define ID_DIRTREEMENU_DELETELOGS 33494
#define ID_GRAMMAR_MARKFORGENERATION 33495
#define ID_HIGHLIGHTING 33496
#define ID_DIRTREEMENU_REFRESH 33497
#define ID_SEQUENCEMENU_VIEWENTIRETREE 33498
#define ID_TEXT_VIEWOUTPUT 33499
#define ID_TEXT_VIEWENTIRETREE 33500
#define ID_SAMPLEMENU_SORT 33501
#define ID_SAMPLEMENU_GENERATESAMPLES 33502
#define ID_GRAMMAR_ASSOCIATESAMPLEFILE 33503
#define ID_GRAMMAR_OPENSAMPLEFILE 33504
#define ID_GRAMMAR_SYNCHRONIZEWITHFILE 33505
#define ID_GRAMMAR_UPDATE 33506
#define ID_COMBOBOX 33507
#define ID_DELETE 33508
#define ID_GRAMMAR_DISASSOCIATEFILE 33509
#define ID_PARSETREE_OPENALL 33510
#define ID_PARSETREE_CLOSEALL 33511
#define ID_PARSETREE_OPENITEMALL 33512
#define ID_PARSETREE_MAKEITEMROOT 33513
#define ID_PARSETREE_DISPLAYENTIRETREE 33514
#define ID_PARSETREE_OPENONELEVEL 33515
#define ID_PARSETREE_FIND 33516
#define ID_FIND 33517
#define ID_GRAMMAR_FIND 33518
#define ID_STOP_PROCESS 33519
#define ID_SEQUENCEMENU_PROPERTIES 33520
#define ID_GRAMMAR_REFRESH 33521
#define ID_SEQUENCEMENU_VIEWTREEMATCHES 33522
#define ID_PARSETREE_HIGHLIGHTTEXT 33523
#define ID_VERBOSE_MODE 33524
#define ID_NEXT_TEXT 33525
#define ID_PREV_TEXT 33526
#define ID_PARSETREE_MAKEPARENTROOT 33527
#define ID_PAGE_MODE 33528
#define ID_DIRTREEMENU_MASK 33529
#define ID_GRAMMAR_ADD_STUB 33530
#define ID_TREE 33531
#define ID_PROCESSED_TEXT 33532
#define ID_RULE_FILE 33533
#define ID_DUMP 33534
#define ID_OUTPUT 33535
#define ID_RULEFILE_NLPHELP 33536
#define ID_NEW_BROWSER 33537
#define ID_RULEFILE_SELECTPASS 33538
#define ID_KNOWLEDGE_BASE 33539
#define ID_KNOWLEDGE_ADDCONCEPTS 33540
#define ID_KNOWLEDGE_DELETE 33541
#define ID_KNOWLEDGE_DELETECHILDREN 33542
#define ID_KNOWLEDGE_FIND 33543
#define ID_KNOWLEDGE_ATTRIBUTES 33544
#define ID_KNOWLEDGE_PHRASES 33545
#define ID_KNOWLEDGE_ADDPHRASE 33546
#define ID_UP 33547
#define ID_DOWN 33548
#define ID_KB_DOWN 33549
#define ID_TAB_SAVE 33550
#define ID_SLOT_FILL 33551
#define ID_TEXT_CONVERTTOOUTPUT 33552
#define ID_RUN_HTML 33553
#define ID_WEBPAGE 33554
#define ID_RULEFILE_STRINGTORULE 33555
#define ID_SEQUENCEMENU_VIEWFULLTREE 33556
#define ID_TREE_CONCEPT 33557
#define ID_SPIDER 33558
#define ID_TEXT_SORTTEXT 33559
#define ID_BROWSER_BACK 33560
#define ID_BROWSER_SAVEASTEXT 33561
#define ID_RULEFILE_INSERT_RULES 33562
#define ID_RULEFILE_INSERT_POST 33563
#define ID_RULEFILE_INSERT_XWHITE 33564
#define ID_RULEFILE_INSERT_POSTRULE 33565
#define ID_KB_UP 33566
#define ID_BROWSER_OPENURL 33567
#define ID_TOOLS_KBTOOLBAR 33568
#define ID_TOOLS_BROWSERTOOLBAR 33569
#define ID_TOOLS_TABTOOLBAR 33570
#define ID_TOOLS_FIND 33571
#define ID_SAVE 33572
#define ID_RULEFILE_ADD_MATCHES 33574
#define ID_RULEFILE_ADD_EXCEPT 33575
#define ID_RULEFILE_ADD_FAILS 33576
#define ID_RULEFILE_ADD_OPTIONAL 33577
#define ID_RULEFILE_ADD_STAR 33578
#define ID_RULEFILE_ADDREMOVE_S 33579
#define ID_RULEFILE_ADDREMOVE_MAX 33581
#define ID_RULEFILE_ADDREMOVE_MIN 33582
#define ID_RULEFILE_CHANGE_XWILD 33583
#define ID_RULEFILE_CHANGE_XNUM 33584
#define ID_RULEFILE_CHANGE_XALPHA 33585
#define ID_RULEFILE_ADDREMOVE_TRIG 33586
#define ID_RULEFILE_INSERT_XPUNCT 33587
#define ID_RULEFILE_ADDREMOVE_TREE 33588
#define ID_RULEFILE_ADDREMOVE_LOOKAHEAD 33589
#define ID_RULEFILE_INSERT_XALPHA 33590
#define ID_WORDNET 33591
#define ID_RULEFILE_ADDREMOVE_LAYER 33592
#define ID_DIRTREEMENU_DICTIONIZE 33593
#define ID_DIRTREEMENU_TOOLS_WORDNET 33594
#define ID_RULEFILE_CONVERT_REFORMATRULE 33595
#define ID_KNOWLEDGE_MAKEROOT 33596
#define ID_KNOWLEDGE_UPDATE 33597
#define ID_KNOWLEDGE_UP 33598
#define ID_DIRTREEMENU_TEXTFILEINFO 33599
#define ID_KNOWLEDGE_GENERATEALL 33600
#define ID_KNOWLEDGE_SAVE 33601
#define ID_COMPILE 33602
#define ID_KNOWLEDGE_DOWN 33603
#define ID_RULEFILE_ADDREMOVE_ONE 33604
#define ID_RULEFILE_CHANGETO_XWHITE 33605
#define ID_RULEFILE_INSERTLINE_XWHITE 33606
#define ID_RULEFILE_INSERTLINE_XALPHA 33607
#define ID_RULEFILE_INSERTLINE_XNUM 33608
#define ID_RULEFILE_INSERTLINE_XWILD 33609
#define ID_RULEFILE_ADDREMOVE_PLUS 33610
#define ID_PARSETREE_EDITDICTIONARYENTRY 33611
#define ID_TEXT_EDITDICTIONARYATTRIBUTES 33612
#define ID_TOOLS_DEBUGTOOLBAR 33613
#define ID_RULEFILE_DELETELINE 33614
#define ID_DICTIONARY 33615
#define ID_DICTIONRAYWORDS_MARKAS_ADVERB 33617
#define ID_KB_DICTIONARY 33623
#define ID_FILE_SAVEANALYZERAS 33624
#define ID_DIRTREEMENU_TOOLS_HEXVIEWER 33625
#define ID_DIRTREEMENU_TOOLS_ASCIITABLE 33626
#define ID_TEXT_TOOLS_ASCIITABLE 33627
#define ID_TEXT_TOOLS_DICTIONIZE 33628
#define ID_TEXT_TOOLS_HEXVIEWER 33629
#define ID_TEXT_TOOLS_MASK 33630
#define ID_TEXT_TOOLS_TEXTFILEINFO 33631
#define ID_TEXT_TOOLS_DICTIONARYLOOKUP 33632
#define ID_TOOLS_HEXVIEWER 33633
#define ID_TOOLS_ASCIITABLE 33634
#define ID_TOOLS_TEXTFILEINFO 33635
#define ID_TOOLS_CHARACTERVIEWER 33636
#define ID_SEQUENCEMENU_ADDPASS_FRED 33638
#define ID_RULEFILE_INSERTLINE_XSTART 33639
#define ID_TEXT_EMAIL 33640
#define ID_TOOLS_EMAIL 33641
#define ID_DIRTREEMENU_TOOLS_EMAIL 33642
#define ID_DIRTREEMENU_ADD_TOPLEVEL_FOLDER 33643
#define ID_SET_PAGES 33646
#define ID_SEQUENCEMENU_ADD_FOLDER 33647
#define ID_SEQUENCEMENU_ADD_MAIN 33648
#define ID_SEQUENCEMENU_ADD_TOPLEVEL_MAIN 33649
#define ID_SEQUENCEMENU_ADD_TOPLEVEL_NEW 33650
#define ID_SEQUENCEMENU_ATTRIBUTES 33653
#define ID_DIRTREEMENU_ATTRIBUTES 33654
#define ID_SEQUENCEMENU_ADD_STUB 33656
#define ID_BATCH_MODE 33657
#define ID_TEXT_WRAPTEXT 33658
#define ID_RULEFILE_COMMENTUNCOMMENT 33659
#define ID_TEXT_GENERATERULE 33660
#define ID_RULEFILE_INSERT_DUMPFILE 33661
#define ID_DISPLAY_TOOLBARS_FILE 33662
#define ID_GRAMMAR_SAMPLEFILE_CONSOLIDATE 33663
#define ID_GRAMMAR_SAMPLEFILE_OPEN 33664
#define ID_GRAMMAR_SAMPLEFILE_SET 33665
#define ID_GRAMMAR_SAMPLEFILE_UPDATE 33666
#define ID_GRAMMAR_ADD_FOLDER 33667
#define ID_GRAMMAR_ADD_LABEL 33668
#define ID_GRAMMAR_ADD_RULE 33669
#define ID_GRAMMAR_SAMPLEFILE_IMPORT 33670
#define ID_GRAMMAR_SAMPLEFILE_EXPORT 33671
#define ID_DISPLAY_TABSWINDOW 33672
#define ID_DISPLAY_OUTPUTWINDOW 33673
#define ID_DISPLAY_FINDWINDOW 33674
#define ID_LOGFILE_RULEFILE_FINDLOCAL 33675
#define ID_SAVE_AS 33676
#define ID_TEXT_FINDAGAIN 33677
#define ID_TEXT_FINDLOCAL 33678
#define ID_LOGFILE_FINDLOCAL 33679
#define ID_LOGFILE_FINDAGAIN 33680
#define ID_RULEFILE_INSERT_XNUM 33681
#define ID_COMPILE_KB 33682
#define ID_KB_COMPILEKB 33683
#define ID_ANALYZER_COMPILEANALYZER 33684
#define ID_REPLACE_IN_FILES 33685
#define ID_RULEFILE_HELPONSELECTION 33686
#define ID_TREE_SEMANTICS 33687
#define ID_VIEW_TREESEMANTICSMODE 33688
#define ID_ATTRIBUTEEDITOR 33689
#define ID_TEXT_TOOLS_JUMBLE 33690
#define ID_DIRTREEMENU_TOOLS_JUMBLE 33691
#define ID_ATTRIBUTE_EDITOR 33692
#define ID_TEXT_DICTIONARY_ADDWORDS 33693
#define ID_TEXT_DICTIONARY_KBATTRIBUTES 33694
#define ID_DIRTREEMENU_DICTIONARY_ADDWORDS 33695
#define ID_TOOLS_ADDWORDS 33696
#define ID_TOOLS_KBATTRIBUTES 33697
#define ID_VIEW_TREEOFFSETSMODE 33698
#define ID_KNOWLEDGE_KBMODULAR_LOAD 33699
#define ID_KNOWLEDGE_KBMODULAR_SAVE 33700
#define ID_PARSETREE_VIEWRULEFIRED 33701
#define ID_FONTS 33702
#define ID_DICTIONARY_URL_LOOKUP_BASE 33703
#define ID_DICTIONARY_URL_LOOKUP_MAX 33704
#define ID_TOOLS_DICTIONARY_URL_LOOKUP_MAX 33706
#define ID_INDICATOR_LINECOL 33707
#define ID_FILE_RECENTANALYZERS 33713
#define ID_VIEW1 33718
#define ID_VIEW_BAR1 33719
#define ID_VIEW_BAR2 33720
#define ID_VIEW_BAR3 33721
#define ID_BUTTON33023 33722
#define ID_BUTTON33242 33723
#define ID_DIRTREEMENU_TOOLS_CHARACTERVIEWER 33724
#define ID_DIRTREEMENU_ADD_TOPLEVEL_EXISTINGTEXTFILE 33725
#define ID_DIRTREEMENU_ADD_TOPLEVEL_NEWTEXTFILE 33726
#define ID_SEQUENCEMENU_ADD_TOPLEVEL_EXISTINGPASS 33727
#define ID_SEQUENCEMENU_ADD_TOPLEVEL_FOLDER 33728
#define IDS_FTPMSG1 33729
#define IDS_FTPMSG2 33730
#define IDS_FTPMSG3 33731
#define IDS_FTPMSG4 33732
#define IDS_FTPMSG5 33733
#define IDS_FTPMSG6 33734
#define ID_BUTTON33250 33735
#define ID_SEQUENCEMENU_ADD_TOPLEVEL_PASS_FRED 33736
#define ID_RULEFILE_CONVERT_ONELINETOMULTIPLE 33737
#define ID_RULEFILE_CONVERT_STRINGTOGENERALRULE 33738
#define ID_DICTIONRAYWORDS_MARKAS_NOUN_COUNT 33739
#define ID_DICTIONRAYWORDS_MARKAS_NOUN_NOCOUNT 33740
#define ID_DICTIONRAYWORDS_MARKAS_NOUN_BOTH 33741
#define ID_DICTIONRAYWORDS_MARKAS_VERB_TRANSITIVE 33742
#define ID_DICTIONRAYWORDS_MARKAS_VERB_INTRANSITIVE 33743
#define ID_DICTIONRAYWORDS_MARKAS_ADJECTIVE 33744
#define ID_TOOLS_DICTIONARY_URL_LOOKUP_BASE 33745
#define IDC_BAR_OUTPUT 59580
#define IDC_BAR_WORKSPACE 59581
#define IDC_BAR_WATCH 59582
#define IDC_BAR_CALLSTACK 59583
#define IDC_BAR_MEMORY 59584
#define IDC_BAR_VARIABLES 59585
#define IDC_BAR_REGISTERS 59586
#define IDC_BAR_DISASSEMBLY 59587
#define IDR_MAINFRAME_TOOLBAR 59588
#define IDR_TAB_TOOLBAR 59589
#define IDR_KNOWLEDGE_TOOLBAR 59590
#define IDR_DEBUG_TOOLBAR 59591
#define IDR_BROWSER_TOOLBAR 59592
#define ID_WINDOW_WINDOWLIST 65289
// 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 32935
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif