forked from cplussharp/graph-studio-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.h
473 lines (472 loc) · 21.1 KB
/
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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by graphstudionext.rc
//
#define IDC_BUTTON_SET_PREROLL 3
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define ID_STATUS_CLOCK 101
#define IDD_PROPPAGE_DMOQUALCTRL 102
#define IDD_BAR_SEEKING 103
#define IDC_DELETE_SELECTED 103
#define IDD_DIALOG_FILTERDETAILS 105
#define IDD_PROPPAGE_WMRESIZER 106
#define IDS_SEARCH_FOR_ERROR 111
#define IDS_SHOW_GRAPH_CONSTRUCTION_REPORT 112
#define IDR_MAINFRAME 128
#define IDI_GRAPHSTUDIO_GRAPHTYPE 129
#define IDB_BITMAP_LOGO 130
#define IDD_DIALOG_FILTERS 134
#define IDD_DIALOG_EVENTS 135
#define IDD_DIALOG_TEXTVIEW 136
#define IDD_DIALOG_ASYNCOPEN 137
#define IDD_DIALOG_PROPERTYPAGE 138
#define IDD_DIALOG_ROT 141
#define IDD_DIALOG_FILESINK 142
#define IDD_DIALOG_FAVORITES 143
#define IDB_BITMAP_TREE 144
#define IDR_MENU_FAVORITES 145
#define IDD_DIALOG_NEWGROUP 146
#define IDD_DIALOG_RENDERURL 147
#define IDD_DIALOG_PROGRESS 148
#define IDB_BITMAP_VOLUME_HI 149
#define IDB_BITMAP_VOLUME_LO 150
#define IDD_DIALOG_VOLUMEBAR 150
#define IDB_BITMAP_CLOCK_ACTIVE_HI 151
#define IDB_BITMAP_CLOCK_ACTIVE_LO 152
#define IDB_BITMAP_CLOCK_INACTIVE_HI 153
#define IDB_BITMAP_CLOCK_INACTIVE_LO 154
#define IDD_DIALOG_SEEK 155
#define IDD_DIALOG_SCHEDULE 156
#define IDD_DIALOG_VCM_DIALOGS 157
#define IDD_DIALOG_VCM 158
#define IDD_DIALOG_AUDIO_COMPRESS 159
#define IDD_DIALOG_DEC_PERFORMANCE 160
#define IDD_DIALOG_UNREGCONFIRM 161
#define IDD_DIALOG_MERITCHANGE 162
#define IDD_DIALOG_BUFFERNEG 163
#define IDD_DIALOG_WMADECODER 164
#define IDD_DIALOG_CONSTRUCTION 165
#define IDD_DIALOG_FILTERFROMFILE 166
#define IDD_PROPPAGE_AMSTREAMSELECT 168
#define IDI_ADDFILTER 170
#define IDD_DIALOG_LOOKUP 171
#define IDD_PROPPAGE_STREAMBUFFERSINK 172
#define IDD_DIALOG_SBECONFIG 173
#define IDD_DIALOG_BLACKLIST 174
#define IDD_DIALOG_MEDIA_TYPE_SELECT 175
#define IDD_DIALOG_CLIOPTIONS 177
#define IDD_DIALOG_STATISTIC 178
#define IDD_DIALOG_FILETYPES 179
#define IDD_PROPPAGE_FILETYPES 180
#define IDD_DIALOG_DBGLOG 181
#define IDD_DIALOG_DBGLOGCONFIG 181
#define IDD_PROPPAGE_DBGLOG 182
#define IDD_DIALOG_COMDLLANALYZER 183
#define IDC_COMBO_CATEGORIES 1001
#define IDC_LIST_FILTERS 1002
#define IDC_COMBO_MERIT 1003
#define IDC_BUTTON_REGISTER 1004
#define IDC_LIST_DETAILS 1005
#define IDC_CHECK_FAVORITE 1006
#define IDC_BUTTON_PROPERTYPAGE 1007
#define IDC_BUTTON_COPYTEXT 1007
#define IDC_BUTTON_UNREGISTER 1008
#define IDC_BUTTON_SAVE 1008
#define IDC_BUTTON_INSERT 1009
#define IDC_BUTTON_MEDIATYPES 1010
#define IDC_BUTTON_LOCATE 1010
#define IDC_STATIC_TITLE 1011
#define IDC_BUTTON_MERIT 1011
#define IDC_STATIC_SEPARATOR 1012
#define IDC_CHECK_BLACKLIST 1012
#define IDC_BUTTON_CLEAR 1013
#define IDC_BUTTON_PROPERTYPAGE2 1013
#define IDC_BUTTON_DBGLOGSETTINGS 1013
#define IDC_LIST_EVENTS 1014
#define IDC_BUTTON_COPY 1015
#define IDC_BUTTON_REFRESH 1015
#define IDC_BUTTON_ABOUT 1015
#define IDC_BUTTON_LOCK 1015
#define IDC_BUILDGRAPH 1015
#define IDC_BUTTON_SCAN_CLSIDS 1015
#define IDC_SLIDER_SEEK 1016
#define IDC_SLIDER_VOLUME 1016
#define IDC_SLIDER_IRATE 1016
#define IDC_BUTTON_UNLOCK 1016
#define IDC_STATIC_TIME 1017
#define IDC_SLIDER_BALANCE 1017
#define IDC_SLIDER_PRATE 1017
#define IDC_BUTTON_BROWSE 1018
#define IDC_BUTTON_APPLY 1018
#define IDC_BUTTON_CLOSE 1018
#define IDC_BUTTON_CONFIG 1018
#define IDC_BUTTON_DEF_IRATE 1018
#define IDC_BUTTON_SET 1018
#define IDC_EDIT_DETAILS 1019
#define IDC_BUTTON_DEF_PRATE 1019
#define IDC_BUTTON_RECORDING_BROWSE 1019
#define IDC_COMBO_REPORTTYPE 1020
#define IDC_RADIO_FILE 1021
#define IDC_RADIO_URL 1022
#define IDC_SLIDER_QUALITY 1022
#define IDC_COMBO_FILE 1023
#define IDC_BUTTON_DEF_QUALITY 1023
#define IDC_COMBO_URL 1024
#define IDC_SLIDER_WINDOW 1024
#define IDC_COMBO_RECORDING_FILE 1024
#define IDC_TAB_PAGES 1025
#define IDC_BUTTON_DEF_WINDOW 1025
#define IDC_TITLEBAR 1027
#define IDC_TITLE 1028
#define IDC_LIST_GRAPHS 1029
#define IDC_BUTTON_CONNECT 1030
#define IDC_BUTTON_SEARCH 1030
#define IDC_TREE_FAVORITES 1030
#define IDC_EDIT_NAME 1031
#define IDC_EDIT_PASSES 1031
#define IDC_EDIT_ORIGINAL 1031
#define IDC_EDIT_LATENCY 1031
#define IDC_EDIT_SRC_TOP 1031
#define IDC_EDIT_SEARCH 1031
#define IDC_EDIT_DIR 1031
#define IDC_EDIT_BLACKLIST_ENTRY 1031
#define IDC_EDIT_OPTIONS 1031
#define IDC_EDIT_STOP_POSITION 1031
#define IDC_TREE_PROTOCOLS 1031
#define IDC_EDIT_DST_TOP 1032
#define IDC_EDIT_RATE 1032
#define IDC_TREE_EXTENSIONS 1032
#define IDC_TREE 1033
#define IDC_EDIT_PREROLL 1033
#define IDC_TREE_BYTES 1033
#define IDC_PROGRESS_POSITION 1034
#define IDC_TREE_MEDIAPLAYER 1034
#define IDC_CHECK_AUTOSWITCH 1035
#define IDC_STATIC_CAPTION 1037
#define IDC_STATIC_VOLUME 1038
#define IDC_STATIC_BALANCE 1039
#define IDC_RADIO_TIME 1040
#define IDC_RADIO_FRAME 1041
#define IDC_CHECK_KEYFRAME 1042
#define IDC_EDIT_CURRENT_POSITION 1043
#define IDC_STATIC_DURATION 1044
#define IDC_STATIC_POSITION 1045
#define IDC_STATIC_FPS 1046
#define IDC_STATIC_STOP_POSITION 1047
#define IDC_LIST_SCHEDULE 1048
#define IDC_CHECK_RELATIVE_TO_PREVIOUS 1048
#define IDC_BUTTON_ADD 1049
#define IDC_CHECK_SET_CURRENT_POSITION 1049
#define IDC_BUTTON_REMOVE 1050
#define IDC_CHECK_SEGMENT 1050
#define IDC_STATIC_DESC 1051
#define IDC_BUTTON_EXPORT 1051
#define IDC_STATIC_AVAILABLE 1051
#define IDC_STATIC_VERSION 1052
#define IDC_BUTTON_IMPORT 1052
#define IDC_CHECK_NO_FLUSH 1052
#define IDC_STATIC_IRATE 1053
#define IDC_STATIC_PRATE 1054
#define IDC_STATIC_QUALITY 1055
#define IDC_STATIC_WINDOW 1056
#define IDC_STATIC_VAL_IRATE 1057
#define IDC_STATIC_VAL_PRATE 1058
#define IDC_STATIC_VAL_QUALITY 1059
#define IDC_STATIC_VAL_WINDOW 1060
#define IDC_CHECK_STOP_RELATIVE_TO_CURRENT 1060
#define IDC_COMBO_SAMPLERATE 1061
#define IDC_RADIO_SAMPLE 1061
#define IDC_COMBO_CHANNELS 1062
#define IDC_RADIO_FIELD 1062
#define IDC_COMBO_BITRATE 1063
#define IDC_RADIO_BYTE 1063
#define IDC_STATIC_FORMAT 1064
#define IDC_STATIC_CHANNELS 1065
#define IDC_CHECK_STOP_KEYFRAME 1065
#define IDC_STATIC_SAMPLERATE 1066
#define IDC_CHECK_STOP_RELATIVE_TO_PREVIOUS 1066
#define IDC_STATIC_BITRATE 1067
#define IDC_CHECK_STOP_SET_POSITION 1067
#define IDC_COMBO_FORMAT 1068
#define IDC_COMBO_PRESETS 1068
#define IDC_CHECK_STOP_SEGMENT 1068
#define IDC_CHECK_STOP_NO_FLUSH 1069
#define IDC_COMBO_RENDERER 1071
#define IDC_LIST_RESULTS 1072
#define IDC_COMBO_DECODER 1073
#define IDC_SPIN_PASSES 1074
#define IDC_BUTTON_START 1075
#define IDC_BUTTON_STOP 1076
#define IDC_STATIC_FILTER 1077
#define IDC_COMBO_TYPE 1077
#define IDC_COMBO_NEW 1078
#define IDC_LIST_CAPS 1081
#define IDC_STATIC_ALIGN 1082
#define IDC_STATIC_BUFFER 1083
#define IDC_STATIC_PREFIX 1084
#define IDC_STATIC_BUFFERS 1085
#define IDC_STATIC_RATE 1086
#define IDC_STATIC_BYTES 1087
#define IDC_STATIC_PREROLL 1087
#define IDC_STATIC_URL 1089
#define IDC_CHECK_HIRES 1090
#define IDC_EXPLORER1 1091
#define IDC_MFCLINK_SEARCH_ONLINE 1096
#define IDC_CHECK_UNREGALL 1097
#define IDC_COMBO_CLSID 1098
#define IDC_EDIT_SRC_LEFT 1100
#define IDC_EDIT_SRC_WIDTH 1101
#define IDC_EDIT_SRC_HEIGHT 1102
#define IDC_EDIT_DST_LEFT 1103
#define IDC_EDIT_DST_WIDTH 1104
#define IDC_EDIT_DST_HEIGHT 1105
#define IDC_CHECK_INTERLACED 1106
#define IDC_RADIO_QUAL_HIGH 1107
#define IDC_RADIO_QUAL_FAST 1108
#define IDC_CHECK_QUALCTRL 1109
#define IDC_LIST_LOOKUP 1111
#define IDC_EDIT_FILEDURATION 1112
#define IDC_EDIT_FILECOUNT_MIN 1113
#define IDC_SPIN_FILECOUNT_MIN 1114
#define IDC_EDIT_FILECOUNT_MAX 1115
#define IDC_SPIN_FILECOUNT_MAX 1116
#define IDC_LIST_MEDIATYPES 1117
#define IDC_LIST_BLACKLIST 1118
#define IDC_LIST_DATA 1123
#define IDC_STATIC_VERINFO 1125
#define IDC_SEARCH_STRING 1126
#define IDC_FILTER_STRING 1126
#define IDC_USE_MAJOR_TYPE 1127
#define IDC_USE_SUB_TYPE 1128
#define IDC_USE_SAMPLE_SIZE 1129
#define IDC_USE_FORMAT_BLOCK 1130
#define IDC_CUSTOM_FORMAT 1132
#define IDC_BUTTON_SET_RATE 1133
#define IDC_TAB_FILETYPES 1135
#define IDC_FILTER_MAPPER_STATISTICS 1136
#define IDC_CHECK_PROPERTY_PAGE_AUTO_SIZE 1137
#define IDC_CHECK_USE_CLOCK 1138
#define IDC_BUTTON1 1139
#define IDC_BUTTON_ASSOCIATE 1139
#define IDC_EDIT_TRACE 1140
#define IDC_SPIN_TRACE 1141
#define IDC_EDIT_ERROR 1142
#define IDC_SPIN_ERROR 1143
#define IDC_EDIT_MEMORY 1144
#define IDC_SPIN_MEMORY 1145
#define IDC_EDIT_LOCKING 1146
#define IDC_SPIN_LOCKING 1147
#define IDC_EDIT_TIMING 1148
#define IDC_SPIN_TIMING 1149
#define IDC_EDIT_TIMEOUT 1150
#define IDC_SPIN_TIMEOUT 1151
#define IDC_EDIT_CUSTOM1 1152
#define IDC_SPIN_CUSTOM1 1153
#define IDC_EDIT_CUSTOM2 1154
#define IDC_SPIN_CUSTOM2 1155
#define IDC_EDIT_CUSTOM3 1156
#define IDC_SPIN_CUSTOM3 1157
#define IDC_EDIT_CUSTOM4 1158
#define IDC_SPIN_CUSTOM4 1159
#define IDC_EDIT_CUSTOM5 1160
#define IDC_SPIN_CUSTOM5 1161
#define IDC_EDIT_LOGFILE 1162
#define IDC_RADIO_LOGFILE_DEBUGGER 1163
#define IDC_RADIO_LOGFILE_CONSOLE 1164
#define IDC_RADIO3 1165
#define IDC_RADIO_LOGFILE_FILE 1165
#define IDC_BUTTON_CLEAR_LOG 1166
#define IDC_BUTTON_SPY_PROPERTYFRAME 1167
#define ID_VIEW_COPYSCREENSHOTTOCLIPBOARD 1168
#define IDC_CHECK_REFERENCE_RECORDING 1168
#define ID_VIEW_COPYTEXTTOCLIPBOARD 1169
#define ID_VIEW_COPYSPYTEXTTOCLIPBOARD 1170
#define IDC_EDIT_START_TIME 1170
#define IDC_BUTTON_STOP_RECORDING 1171
#define IDC_BUTTON_CREATE_RECORDING 1172
#define IDC_BUTTON_START_RECORDING 1173
#define IDC_BUTTON_CLOSE_RECORDING 1174
#define IDC_STATIC_START_TIME 1175
#define IDC_STATIC_STOP_TIME 1176
#define IDC_EDIT_STOP_TIME 1177
#define ID_LIST_MRU_CLEAR 4999
#define ID_LIST_MRU_FILE0 5000
#define ID_AUDIO_SOURCE0 6000
#define ID_VIDEO_SOURCE0 6050
#define ID_AUDIO_RENDERER0 6100
#define ID_VIDEO_RENDERER0 6150
#define ID_INTERNAL_FILTER0 6200
#define ID_STREAM_SELECT 6800
#define ID_FAVORITE_FILTER 7500
#define ID_PREFERRED_VIDEO_RENDERER 8000
#define ID_COMPATIBLE_FILTER 9000
#define ID_CONNECT_PIN 9500
#define ID_FILE_RENDERURL 32772
#define ID_BUTTON_CANCEL 32774
#define ID_FILE_CONNECTTOREMOTEGRAPH 32775
#define ID_FILE_DISCONNECTFROMREMOTEGRAPH 32776
#define ID_BUTTON_PLAY 32777
#define ID_BUTTON_PAUSE 32778
#define ID_BUTTON_STOP 32779
#define ID_FILE_RENDERFILE 32780
#define ID_GRAPH_INSERTFILTER 32781
#define ID_VIEW_GRAPHEVENTS 32782
#define ID_VIEW_SEEKINGBAR 32783
#define ID_VIEW_TEXTINFORMATION 32784
#define ID_GRAPH_INSERTFILESOURCE 32785
#define ID_PROPERTYPAGE 32786
#define ID_PIN_RENDER 32787
#define ID_GRAPH_MAKEGRAPHSCREENSHOT 32788
#define ID_PIN_TEE_STREAM 32789
#define ID_PIN_TIME_MEASURE_STREAM 32790
#define ID_PIN_ANALYZE_STREAM 32791
#define ID_PIN_ANALYZE_WRITER_STREAM 32792
#define ID_PIN_REMOVE 32793
#define ID_VIEW_50 32794
#define ID_VIEW_75 32795
#define ID_VIEW_100 32796
#define ID_VIEW_150 32797
#define ID_VIEW_200 32798
#define ID_BUTTON_ADD_FILTERS 32799
#define ID_SHOW_IN_FILTERS_WINDOW 32800
#define ID_GRAPH_INSERTFILEWRITER 32805
#define ID_GRAPH_INSERTVIDEORENDERER 32806
#define ID_GRAPH_INSERTAUDIORENDERER 32807
#define ID_FILE_ADDMEDIAFILE 32808
#define ID_FILTERS_DOUBLESELECTEDFILTERS 32809
#define ID_GRAPH_MAKEGRAPHINFORMATION 32810
#define ID_VIEW_DECREASEZOOMLEVEL 32812
#define ID_VIEW_INCREASEZOOMLEVEL 32813
#define ID_FILTERS_MANAGEFAVORITES 32818
#define ID_MENU_CREATEGROUP 32819
#define ID_MENU_REMOVEGROUP 32820
#define ID_MENU_REMOVEFILTER 32821
#define ID_FILE_SAVEASXML 32831
#define ID_OPTIONS_DISPLAYFILTERNAME 32832
#define ID_OPTIONS_DISPLAYASFILENAME 32833
#define ID_BUTTON_DIRECT 32834
#define ID_OPTIONS_DIRECTCONNECTMODE 32835
#define IDC_OPTIONS_DIRECT 32836
#define ID_OPTIONS_DIRECT 32837
#define ID_BUTTON_STEP 32838
#define ID_BUTTON_PLAYPAUSE 32841
#define ID_BUTTON_REFRESH 32843
#define ID_VIEW_PROGRESSVIEW 32845
#define ID_PIN_DXVA_NULL_STREAM 32846
#define ID_PIN_NULL_STREAM 32847
#define ID_PIN_DUMP_STREAM 32848
#define ID_GRAPH_USECLOCK 32849
#define ID_BUTTON_SEEK 32851
#define ID_AUTOMATICRESTART_SCHEDULE 32852
#define ID_OPTIONS_PREFERREDVIDEORENDERER 32853
#define ID_VIEW_DECODERPERFORMANCE 32854
#define ID_PIN_FILE_WRITER 32855
#define ID_OPTIONS_USEEXACTMATCHTOFINDCOMPATIBLEFILTERS 32856
#define ID_OPTIONS_EXACTMATCH 32857
#define ID_OPTIONS_ABORTRENDERAFTER10SECONDS 32858
#define ID_OPTIONS_ABORTRENDER 32859
#define ID_VIEW_GRAPHCONSTRUCTIONREPORT 32860
#define ID_DELETE_FILTER 32861
#define ID_GRAPH_INSERTAUDIOSOURCE 32862
#define ID_GRAPH_INSERTVIDEOSOURCE 32863
#define ID_GRAPH_INSERTFILTERFROMFILE 32864
#define ID_OPTIONS_USEMEDIAINFO 32865
#define ID_GRAPH_INSERTINTERNALFILTER 32866
#define ID_BUTTON_ADDFILTER 32867
#define ID_GRAPH_INSERTTEEFILTER 32868
#define ID_HELP_HRESULTLOOKUP 32869
#define ID_HELP_GUIDLOOKUP 32870
#define ID_OPTIONS_CONFIGURESBE 32871
#define ID_OPTIONS_SHOWGUIDOFKNOWNTYPES 32872
#define ID_COMBO_RATE 32873
#define ID_FILTERS_MANAGEBLACKLIST 32875
#define ID_BUTTON_INTELLIGENT 32876
#define ID_BUTTON_DIRECT_WITHMT 32877
#define ID_BUTTON_REMOVE_CONNECTIONS 32878
#define ID_HELP_COMMANDLINEOPTIONS 32879
#define ID_MPEG2DEMUX_CREATE_PSI_PIN 32880
#define ID_CHOOSE_SOURCE_FILE 32881
#define ID_CHOOSE_DESTINATION_FILE 32882
#define ID_VIEW_GRAPHSTATISTICS 32883
#define ID_VIEW_INCREASEHORIZONTALSPACING 32884
#define ID_VIEW_INCREASEVERTICALSPACING 32885
#define ID_VIEW_DECREASEHORIZONTALSPACING 32886
#define ID_VIEW_DECREASEVERTICALSPACING 32887
#define ID_FILE_FILEOPTIONS 32888
#define ID_FILEOPTIONS_LOADPINSBYNAME 32889
#define ID_FILEOPTIONS_LOADPINSBYINDEX 32890
#define ID_FILEOPTIONS_LOADPINSBYID 32891
#define ID_OPTIONS_SHOWCONSOLEWINDOW 32892
#define ID_OPTIONS_USEINTERNALGRFFILEPARSER 32893
#define ID_FILE_ADDSOURCEFILTER 32894
#define ID_FILE_ADDFILESOURCE 32895
#define ID_PLAY_PLAY 32897
#define ID_PLAY_STOP 32898
#define ID_PLAY_PAUSE 32899
#define ID_PLAY_FRAMESTEP 32900
#define ID_GRAPH_DIRECTCONNECT 32901
#define ID_GRAPH_INTELLIGENT 32902
#define ID_GRAPH_CONNECTWITHMEDIATYPE 32903
#define ID_PLAY_SEEK 32904
#define ID_GRAPH_DISCONNECTALLFILTERS 32905
#define ID_PLAY_TOGGLEPLAY 32906
#define ID_GRAPH_DELETESELECTION 32907
#define ID_FILTER_FAVORITE 32908
#define ID_FILTER_BLACKLIST 32909
#define ID_CLSID_FILTERGRAPH 32910
#define ID_CLSID_FILTERGRAPH_NO_THREAD 32911
#define ID_CLSID_FILTERGRAPH_PRIVATE_THREAD 32912
#define ID_FILE_OPENLOGFILE 32913
#define ID_FILE_SETLOGFILE 32914
#define ID_FILE_NEWWINDOW 32915
#define ID_CLOSE_WINDOW 32916
#define ID_VIEW_MAINWINDOW 32917
#define ID_VIEW_DECREASEFILTERWRAPWIDTH 32922
#define ID_VIEW_INCREASEFILTERWRAPWIDTH 32923
#define ID_SEEK_FORWARD_1 32924
#define ID_SEEK_FORWARD_2 32925
#define ID_SEEK_FORWARD_3 32926
#define ID_SEEK_FORWARD_4 32927
#define ID_SEEK_BACKWARD_1 32928
#define ID_SEEK_BACKWARD_2 32929
#define ID_SEEK_BACKWARD_3 32930
#define ID_SEEK_BACKWARD_4 32931
#define ID_FILEOPTIONS_SAVE_SCREENHSOT 32932
#define ID_FILEOPTIONS_CLEAR_DOCUMENT 32933
#define ID_FILEOPTIONS_SAVE_INFORMATION 32934
#define ID_VIEW_RESETGRAPHLAYOUT 32935
#define ID_FILEOPTIONS_SAVEASXMLANDGRF 32936
#define ID_HELP_REGISTEREDFILETYPES 32937
#define ID_OPTIONS_AUTO_ARRANGE_FILTERS 32938
#define ID_OPTIONS_AUTO_RESIZE_WINDOW_TO_FIT_GRAPH 32939
#define ID_FILTER_LEFT 32940
#define ID_FILTER_RIGHT 32941
#define ID_PIN_LEFT 32942
#define ID_PIN_RIGHT 32943
#define ID_FILTER_UP 32944
#define ID_FILTER_DOWN 32945
#define ID_PIN_UP 32946
#define ID_PIN_DOWN 32947
#define ID_CONTEXT_MENU 32948
#define ID_GRAPH_NAVIGATE_FILTERS 32949
#define ID_GRAPH_NAVIGATE_PINS 32952
#define ID_PLAY_FULLSCREENMODE 32953
#define ID_NEXT_PROPERTY_PAGE 32954
#define ID_PREVIOUS_PROPERTY_PAGE 32955
#define ID_OPTIONS_CONFIGUREGLOBALDBGLOG 32956
#define ID_GRAPH_CONNECTPIN 32957
#define ID_GRAPH_DISCONNECTSELECTEDFILTERS 32958
#define ID_BUTTON_LOOP 32959
#define ID_OPTIONS_RESERVELOWMEMORY 32960
#define ID_HELP_COMDLLANALYZER 32963
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 185
#define _APS_NEXT_COMMAND_VALUE 32964
#define _APS_NEXT_CONTROL_VALUE 1176
#define _APS_NEXT_SYMED_VALUE 108
#endif
#endif