forked from leixiaohua1020/VideoEye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.h
727 lines (726 loc) · 65.3 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
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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VideoEye.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_INTERNETVE 102
#define IDS_MAIN_EXIT 102
#define IDS_MSGBOX_EXIT 102
#define IDS_DFANALYSIS_OPT_GLOBAL_WIN_SIZE 103
#define IDS_DFANALYSIS_OPT_GLOBAL_WINSIZE 103
#define IDS_VIDEODECODE_DECODEFRAME_V_CODEDNUM 104
#define IDS_SYSINFO_COMMON_NUM 105
#define IDS_SYSINFO_COMMON_NAME 106
#define IDS_SYSINFO_COMMON_FULLNAME 107
#define IDS_SYSINFO_IF_EXT 108
#define IDS_SYSINFO_VC_FRAMERATE 109
#define IDS_SYSINFO_VC_PIXFMT 110
#define IDS_SYSINFO_COMMON_PRIVSIZE 111
#define IDS_SYSINFO_AC_SAMPLERATE 112
#define IDS_SYSINFO_AC_SAMPLEFMT 113
#define IDS_SYSINFO_UP 114
#define IDS_SYSINFO_IF 115
#define IDS_SYSINFO_VC 116
#define IDS_SYSINFO_AC 117
#define IDS_SYSINFO_OC 118
#define IDS_SYSINFO 119
#define IDS_MSGBOX_NOURL 120
#define IDS_MSGBOX_NODATA 121
#define IDS_MSGBOX_ERROR 122
#define IDS_MAIN_TOOLTIP_OPEN 123
#define IDS_AUDIODECODE_SIZE 124
#define IDS_AUDIODECODE_PTS 125
#define IDS_AUDIODECODE_DTS 126
#define IDS_AUDIODECODE_NUM 127
#define IDS_MAIN_TOOLTIP_SEEK_B 128
#define IDB_BITMAP1 129
#define IDB_CUC_LOGO 129
#define IDS_MAIN_TOOLTIP_PAUSE 129
#define IDB_BITMAP2 130
#define IDS_MAIN_TOOLTIP_SEEK_F 130
#define IDS_MAIN_TOOLTIP_STOP 131
#define IDD_SYSINFO 132
#define IDS_MAIN_TOOLTIP_STEP 132
#define IDD_SYSINFOSUB_UP 133
#define IDS_MAIN_TOOLTIP_FULLSCREEN 133
#define IDD_SYSINFOSUB_IF 134
#define IDS_MAIN_TOOLTIP_ABOUT 134
#define IDD_SYSINFOSUB_VC 135
#define IDS_MSGBOX_RESCONSUM 135
#define IDD_SYSINFOSUB_AC 136
#define IDS_OPTPLAYER_ENABLESIZE 136
#define IDD_SYSINFOSUB_OC 137
#define IDS_OPTPLAYER_X 137
#define IDS_OPTPLAYER_Y 138
#define IDS_OPTPLAYER_FS 139
#define IDS_OPTPLAYER_AN 140
#define IDS_OPTPLAYER_VN 141
#define IDS_OPTPLAYER_ENABLESS 142
#define IDS_OPTPLAYER_SS 143
#define IDS_OPTPLAYER_ENABLET 144
#define IDS_OPTPLAYER_T 145
#define IDS_OPTPLAYER_BYTES 146
#define IDS_OPTPLAYER_NODISP 147
#define IDS_OPTPLAYER_ENABLEF 148
#define IDS_OPTPLAYER_F 149
#define IDS_OPTPLAYER_ENABLEPIXFMT 150
#define IDS_OPTPLAYER_PIXFMT 151
#define IDS_OPTPLAYER_ENABLEIDCT 152
#define IDS_OPTPLAYER_IDCT 153
#define IDS_OPTPLAYER_ENABLEEC 154
#define IDS_OPTPLAYER_EC 155
#define IDS_OPTPLAYER_ENABLESYNC 156
#define IDS_OPTPLAYER_SYNC 157
#define IDR_MAINFRAME 158
#define IDS_OPTPLAYER_AUTOEXIT 158
#define IDS_OPTPLAYER_ENABLELOOP 159
#define IDS_OPTPLAYER_LOOP 160
#define IDS_OPTPLAYER_FRAMEDROP 161
#define IDS_OPTPLAYER_INFBUF 162
#define IDS_OPTPLAYER_ENABLEWINTITLE 163
#define IDS_OPTPLAYER_WINTITLE 164
#define IDS_OPTPLAYER_ENABLERDFTSPEED 165
#define IDS_OPTPLAYER_RDFTSPEED 166
#define IDS_OPTPLAYER_ENABLESHOWMODE 167
#define IDB_WELCOME 168
#define IDS_OPTPLAYER_SHOWMODE 168
#define IDS_OPTPLAYER_ENABLECODEC 169
#define IDS_OPTPLAYER_CODEC 170
#define IDS_BTN_OK 171
#define IDS_BTN_CANCEL 172
#define IDD_INPUTLIST 173
#define IDS_ABOUTBOX_INTRO 173
#define IDR_MENU 174
#define IDS_VIDEODECODE_DECODEFRAME_V_PTS 174
#define IDR_TOOLBAR1 175
#define IDS_MSGBOX_NOSEL 175
#define IDR_TOOLBAR2 183
#define IDD_VIDEODECODE 185
#define IDD_AUDIODECODE 186
#define IDR_MENU_URLLIST 194
#define IDR_TOOLBAR3 195
#define IDR_TOOLBAR_URLLIST 195
#define IDB_BITMAP3 200
#define IDB_ABOUT 200
#define IDS_DFANALYSIS_PARAMETER_QP 200
#define IDS_DFANALYSIS_PARAMETER_MBTYPE 201
#define IDS_DFANALYSIS_PARAMETER_MV0 202
#define IDD_DATAOUTPUT 203
#define IDS_DFANALYSIS_PARAMETER_MV1 203
#define IDS_DFANALYSIS_PARAMETER_REF0 204
#define IDS_DFANALYSIS_PARAMETER_REF1 205
#define IDS_DFANALYSIS_OPT_GLOBAL 206
#define IDS_DFANALYSIS_OPT_Q 207
#define IDS_DFANALYSIS_OPT_MBTYPE 208
#define IDS_DFANALYSIS_OPT_MV0 209
#define IDS_DFANALYSIS_OPT_MV1 210
#define IDS_DFANALYSIS_OPT_GLOBAL_MBBORDER 211
#define IDS_DFANALYSIS_OPT_GLOBAL_FONT 212
#define IDS_DFANALYSIS_OPT_Q_SHOWVAL 213
#define IDS_DFANALYSIS_OPT_Q_SHOWCOLOR 214
#define IDS_DFANALYSIS_OPT_MBTYPE_SHOWSUBMB 215
#define IDS_DFANALYSIS_OPT_MBTYPE_SHOWCOLOR 216
#define IDB_MAIN_PLAY 217
#define IDS_DFANALYSIS_OPT_MBTYPE_SHOWSKIP 217
#define IDS_DFANALYSIS_OPT_MBTYPE_SHOWLIST 218
#define IDB_MAIN_ABOUT 219
#define IDS_DFANALYSIS_OPT_MV0_COLOR 219
#define IDB_MAIN_PAUSE 220
#define IDS_DFANALYSIS_OPT_MV0_STYLE 220
#define IDB_MAIN_SEEK_B 221
#define IDS_DFANALYSIS_OPT_MV1_COLOR 221
#define IDB_MAIN_SEEK_F 222
#define IDS_DFANALYSIS_OPT_MV1_STYLE 222
#define IDB_MAIN_SOUND 223
#define IDS_VIDEODECODE_DECODEFRAME_V_FRAMENUM 223
#define IDS_VIDEODECODE_DECODEFRAME_V_FRAMETYPE 224
#define IDS_VIDEODECODE_DECODEFRAME_V_ISKEY 225
#define IDB_MAIN_STOP 226
#define IDS_VIDEODECODE_DECODEFRAME_V_REFFRAME 226
#define IDB_MAIN_THEME 227
#define IDS_DFANALYSIS_OPT_GLOBAL_MBBORDER_COLOR 227
#define IDS_VIDEODECODE 228
#define IDS_AUDIODECODE 229
#define IDS_ASSISSTANTMEDIAINFO 230
#define IDS_OPTPLAYER 231
#define IDS_INPUTLIST 232
#define IDD_ASSISTANTMEDIAINFO 234
#define IDD_RAWANALYSIS 237
#define IDD_OPTPLAYER 248
#define IDB_MAIN_STOP_H 252
#define IDB_MAIN_FULLSCREEN 253
#define IDB_MAIN_SEEK_STEP 254
#define IDB_MAIN_ABOUT_H 256
#define IDB_MAIN_FULLSCREEN_H 258
#define IDB_MAIN_PAUSE_H 259
#define IDB_MAIN_SEEK_B_H 260
#define IDB_MAIN_SEEK_F_H 261
#define IDB_MAIN_SEEK_STEP_H 262
#define IDB_MAIN_ABOUT_D 263
#define IDB_MAIN_FULLSCREEN_D 265
#define IDB_MAIN_PAUSE_D 266
#define IDB_MAIN_SEEK_B_D 267
#define IDB_MAIN_SEEK_F_D 268
#define IDB_MAIN_SEEK_STEP_D 269
#define IDB_MAIN_STOP_D 271
#define IDB_MAIN_PLAY_H 272
#define IDB_MAIN_PLAY_D 273
#define IDD_DFANALYSIS 277
#define IDD_DFANALYSIS_PIC 289
#define IDS_MSGBOX_NOPLAYING 292
#define IDC_CCTVZQ 1002
#define IDC_RADIO1 1003
#define IDC_RAWANALYSIS_DATASOURCE 1003
#define IDC_MEDIAINFO_DATASOURCE 1003
#define IDC_RADIO2 1004
#define IDC_RADIO4 1006
#define IDC_RADIO5 1007
#define IDC_RADIO6 1008
#define IDC_RADIO7 1009
#define IDC_RADIO8 1010
#define IDC_RADIO9 1011
#define IDC_RADIO10 1012
#define IDC_RADIO11 1013
#define IDC_RADIO12 1014
#define IDC_RADIO13 1015
#define IDC_RADIO14 1016
#define IDC_RTMPURL 1017
#define IDC_OUTPUT 1018
#define IDC_YUV420 1019
#define IDC_YUV422 1020
#define IDC_YUV444 1021
#define IDC_YUYV 1022
#define IDC_DECODEFRAME 1023
#define IDC_QMIN 1024
#define IDC_DECODEFRAME2 1024
#define IDC_DECODEFRAME_A 1024
#define IDC_QMAX 1025
#define IDC_WxH 1026
#define IDC_ME_METHOD 1027
#define IDC_INPUT_PROTOCOL 1027
#define IDC_PIX_FMT 1028
#define IDC_SYSINFO_TAB 1028
#define IDC_DECODER_NAME 1029
#define IDC_SYSINFO_VC 1029
#define IDC_DECODER_TYPE 1030
#define IDC_SYSINFO_AC 1030
#define IDC_DECODER_ID 1031
#define IDC_DECODER_AUDIO_NAME 1031
#define IDC_SYSINFO_IF 1031
#define IDC_METADATA 1032
#define IDC_SYSINFO_OC 1032
#define IDC_STOP 1033
#define IDC_SYSINFO_UP 1033
#define IDC_BITRATE 1034
#define IDC_EXTENTION 1035
#define IDC_WIDTH 1036
#define IDC_SAMPLE_RATE 1036
#define IDC_HEIGHT 1037
#define IDC_CHANNELS 1037
#define IDC_GOP_SIZE 1038
#define IDC_INPUT_FORMAT 1038
#define IDC_FRAMERATE 1039
#define IDC_EDIT14 1040
#define IDC_STOP2 1040
#define IDC_PAUSE 1040
#define IDC_EDIT15 1041
#define IDC_EDIT16 1042
#define IDC_EDIT17 1043
#define IDC_EDIT_DELAYTIME 1044
#define IDC_SPIN_DELAYTIME 1045
#define IDC_ABOUT 1046
#define IDC_RADIO15 1049
#define IDC_TCHART1 1050
#define IDC_RADIO16 1051
#define IDC_CHART_EDITOR 1052
#define IDC_QUALITYMEASURE 1053
#define IDC_TIMELONG 1054
#define IDC_INPUTURL 1055
#define IDC_INPUTURLBUTTON 1056
#define IDC_AUDIOSCORE 1069
#define IDC_VIDEOSCORE 1070
#define IDC_NETWORK 1071
#define IDC_BUTTON2 1073
#define IDC_OPEN_INPUTLIST 1073
#define IDC_TOTALSCORE 1074
#define IDC_GETTRUEURL 1075
#define IDC_URLLIST 1082
#define IDC_CANCEL 1083
#define IDC_OPEN 1084
#define IDC_DECODEFRAME_V 1086
#define IDC_VIDEODECODE 1087
#define IDC_AUDIODECODE 1088
#define IDC_CHART_EDITOR_VD 1090
#define IDC_CHART_EDITOR_AD 1091
#define IDC_FULLSCREEN 1102
#define IDC_SEEK_F 1103
#define IDC_SEEK_B 1104
#define IDC_SEEK_STEP 1105
#define IDC_OUT_DIR_M_V 1105
#define IDC_OUT_DIR_M_A 1106
#define IDC_OUT_DIR_R_YUV 1107
#define IDC_OUT_DIR_R_Y 1108
#define IDC_OUT_DIR_R_U 1109
#define IDC_OUT_DIR_R_V 1110
#define IDC_OUT_CHECK_M_V 1111
#define IDC_OUT_CHECK_M_A 1112
#define IDC_OUT_CHECK_R_YUV 1113
#define IDC_OUT_CHECK_R_Y 1114
#define IDC_OUT_CHECK_R_U 1115
#define IDC_OUT_CHECK_R_V 1116
#define IDC_OUT_DIR_M_O 1117
#define IDC_OUT_CHECK_M_O 1118
#define IDC_OUT_DIR_M_V_D 1119
#define IDC_OUT_DIR_M_A_D 1120
#define IDC_OUT_DIR_M_O_D 1121
#define IDC_OUT_DIR_R_YUV_D 1122
#define IDC_OUT_DIR_R_Y_D 1123
#define IDC_OUT_DIR_R_U_D 1124
#define IDC_OUT_DIR_R_V_D 1125
#define IDC_OUT_DIR_R_PCM 1126
#define IDC_OUT_DIR_M_V_H264 1127
#define IDC_OUT_CHECK_M_V_H264 1128
#define IDC_OUT_DIR_M_V_H264_D 1129
#define IDC_OUT_CHECK_R_PCM 1130
#define IDC_OUT_DIR_M_A_AAC 1131
#define IDC_OUT_CHECK_M_A_AAC 1132
#define IDC_OUT_DIR_M_A_AAC_D 1133
#define IDC_OUT_DIR_R_PCM_D 1134
#define IDC_MEDIAINFO_DISPLAY 1135
#define IDC_RAWANALYSIS_OPEN 1148
#define IDC_RAWANALYSIS_URL 1149
#define IDC_RAWANALYSIS_METHOD 1151
#define IDC_MEDIAINFO_URL 1167
#define IDC_MEDIAINFO_OPEN 1168
#define IDC_PLAY_PROGRESS 1194
#define IDC_OPT_PLAYER_GRID 1201
#define IDC_DURATION 1208
#define IDC_VQ_SIZE 1209
#define IDC_AQ_SIZE 1210
#define IDC_CURRENT_CLOCK 1211
#define IDC_AV_DIFF 1212
#define IDC_DFANALYSIS_METHOD 1213
#define IDC_DFANALYSIS_OPEN 1214
#define IDC_DFANALYSIS_PIC 1215
#define IDC_DFANALYSIS_MB_WIDTH 1217
#define IDC_DFANALYSIS_MB_HEIGHT 1218
#define IDC_DFANALYSIS_MB_SUM 1219
#define IDC_DFANALYSIS_MV_SUBSAMPLE 1220
#define IDC_DFANALYSIS_SAMPLE_INTRA4X4 1221
#define IDC_DFANALYSIS_SAMPLE_INTRA16X16 1222
#define IDC_DFANALYSIS_SAMPLE_16X16 1223
#define IDC_DFANALYSIS_SAMPLE_16X8 1224
#define IDC_DFANALYSIS_SAMPLE_8X16 1225
#define IDC_DFANALYSIS_SAMPLE_8X8 1226
#define IDC_DFANALYSIS_SAMPLE_SKIP 1227
#define IDC_DFANALYSIS_SAMPLE_Q 1228
#define IDC_DFANALYSIS_NUM_INTRA4X4 1229
#define IDC_DFANALYSIS_SAMPLE_L0 1230
#define IDC_DFANALYSIS_NUM_AVGQ 1231
#define IDC_DFANALYSIS_OPTION 1232
#define IDC_DFANALYSIS_NUM_MAXQ 1233
#define IDC_DFANALYSIS_NUM_MINQ 1234
#define IDC_DFANALYSIS_NUM_INTRA16X16 1235
#define IDC_DFANALYSIS_NUM_16X16 1236
#define IDC_DFANALYSIS_SAMPLE_L1 1237
#define IDC_DFANALYSIS_MB_FRAMEINDEX 1238
#define IDC_DFANALYSIS_NUM_16X8 1239
#define IDC_DFANALYSIS_NUM_8X16 1240
#define IDC_DFANALYSIS_NUM_8X8 1241
#define IDC_DFANALYSIS_NUM_SKIP 1242
#define IDC_DFANALYSIS_NUM_L0 1243
#define IDC_DFANALYSIS_NUM_L1 1244
#define IDC_DFANALYSIS_MB_PICTTYPE 1245
#define IDC_DFANALYSIS_MB_PTS 1246
#define IDC_DFANALYSIS_MB_PTIME 1247
#define IDC_DFANALYSIS_MB_REF 1248
#define IDC_DFANALYSIS_MB_PACKETSIZE 1249
#define IDC_DFANALYSIS_MB_QTYPE 1250
#define IDC_DFANALYSIS_AUTO 1251
#define IDC_DFANALYSIS_AUTO_INTERFRAMENUM 1252
#define IDC_DFANALYSIS_AUTO_OK 1253
#define IDC_RAWANALYSIS_AUTO 1257
#define IDC_RAWANALYSIS_AUTO_INTERFRAMENUM 1258
#define IDC_RAWANALYSIS_AUTO_OK 1259
#define IDC_MFCLINK1 1260
#define IDC_MFCLINK2 1261
#define IDC_RAWANALYSIS_OUTPICFOLDER_URL 1266
#define IDC_RAWANALYSIS_OUTPICFOLDER 1267
#define IDC_DFANALYSIS_OUTPICFOLDER_URL 1268
#define IDC_DFANALYSIS_OUTPICFOLDER 1269
#define IDC_RAWANALYSIS_COLOR_HBIN 1270
#define IDC_DFANALYSIS_OUTDATAFOLDER 1270
#define IDC_RAWANALYSIS_COLOR_SBIN 1271
#define IDC_DFANALYSIS_OUTDATAFOLDER_URL 1271
#define IDC_RAWANALYSIS_CONTOUR_THRES 1272
#define IDC_INTRO 1272
#define IDC_RAWANALYSIS_CANNY_THRES1 1273
#define IDC_RAWANALYSIS_CANNY_THRES2 1274
#define IDC_RAWANALYSIS_FACE_XMLURL 1275
#define ID_BUTTON2 32771
#define ID_32774 32774
#define ID_32775 32775
#define ID_32776 32776
#define ID_32777 32777
#define ID_32778 32778
#define ID_32779 32779
#define ID_32780 32780
#define ID_32781 32781
#define ID_32782 32782
#define ID_32783 32783
#define ID_32784 32784
#define ID_32785 32785
#define ID_32786 32786
#define ID_32787 32787
#define ID_32788 32788
#define ID_32789 32789
#define ID_32790 32790
#define ID_32791 32791
#define ID_32792 32792
#define ID_32793 32793
#define ID_32794 32794
#define ID_32795 32795
#define ID_Menu 32796
#define ID_32797 32797
#define ID_32798 32798
#define ID_32799 32799
#define ID_32800 32800
#define ID_32801 32801
#define ID_32802 32802
#define ID_32803 32803
#define ID_32804 32804
#define ID_32805 32805
#define ID_32806 32806
#define ID_32807 32807
#define ID_32808 32808
#define ID_32809 32809
#define ID_32810 32810
#define ID_32811 32811
#define ID_32812 32812
#define ID_32813 32813
#define ID_32814 32814
#define ID_32815 32815
#define ID_32816 32816
#define ID_32817 32817
#define ID_32818 32818
#define ID_32819 32819
#define ID_32820 32820
#define ID_32821 32821
#define ID_32822 32822
#define ID_32823 32823
#define ID_Menu32824 32824
#define ID_32825 32825
#define ID_32826 32826
#define IDC_SPECIAL_P_RTMP 32827
#define IDC_SPECIAL_V_H264 32828
#define IDC_SPECIAL_V_MPEG2 32829
#define IDC_SPECIAL_A_AAC 32830
#define ID_32831 32831
#define IDC_SPECIAL_A_MP3 32832
#define ID_32833 32833
#define ID_32834 32834
#define ID_Menu32835 32835
#define ID_32836 32836
#define ID_32837 32837
#define ID_32838 32838
#define ID_32839 32839
#define ID_32840 32840
#define ID_32841 32841
#define ID_32842 32842
#define ID_32843 32843
#define ID_32844 32844
#define IDC_SPECIAL_V_MPEG4 32845
#define ID_32846 32846
#define ID_32847 32847
#define ID_32848 32848
#define ID_32849 32849
#define ID_32850 32850
#define ID_32851 32851
#define ID_32852 32852
#define ID_32853 32853
#define ID_32854 32854
#define ID_32855 32855
#define ID_32856 32856
#define ID_INPUTLIST_EXPORT 32859
#define ID_BUTTON32860 32860
#define ID_BUTTON32861 32861
#define ID_BUTTON32862 32862
#define ID_BUTTON32863 32863
#define ID_INPUTLIST_HELP 32864
#define ID_INPUTLIST_IMPORT 32865
#define ID_INPUTLIST_ITEM_ADD 32866
#define ID_INPUTLIST_ITEM_EDIT 32867
#define ID_INPUTLIST_ITEM_DELETE 32868
#define ID_INPUTLIST_ITEM_REFRESH 32869
#define ID_32870 32870
#define ID_EXTERNAL_ 32871
#define ID_EXTERNAL_URL_MC 32872
#define ID_EXTERNAL_URL_CUCTV 32873
#define ID_EXTERNAL_URL_CUCMC 32874
#define ID_HELP_DOC 32875
#define ID_HELP_HOMEPAGE 32876
#define ID_32877 32877
#define ID_32878 32878
#define ID_32879 32879
#define ID_32880 32880
#define ID_32881 32881
#define ID_SYSINFO_SPROTOCOL 32882
#define ID_SYSINFO_PROTOCOL 32883
#define ID_SYSINFO_FORMAT 32884
#define ID_SYSINFO_VIDDEO 32885
#define ID_SYSINFO_S_PROTOCOL 32886
#define ID_SYSINFO_S_FORMAT 32887
#define ID_SYSINFO_S_VIDEOCODEC 32888
#define ID_SYSINFO_S_AUDIOCODEC 32889
#define ID_SYSINFO_S_PIXFORMAT 32890
#define ID_SYSINFO_S_OTHERCODEC 32891
#define ID_32892 32892
#define ID_32893 32893
#define ID_M3U_IMPORT 32894
#define ID_Menu32895 32895
#define ID_32896 32896
#define ID_32897 32897
#define ID_Menu32898 32898
#define ID_32899 32899
#define IDC_SEEK_F_10 32900
#define IDC_SEEK_B_10 32901
#define IDC_SEEK_F_600 32902
#define IDC_SEEK_B_600 32903
#define ID_32904 32904
#define ID_32905 32905
#define ID_32906 32906
#define ID_32907 32907
#define ID_32908 32908
#define ID_32909 32909
#define ID_32910 32910
#define ID_32911 32911
#define ID_32912 32912
#define ID_32913 32913
#define ID_32914 32914
#define ID_32915 32915
#define ID_32916 32916
#define ID_32917 32917
#define ID_32918 32918
#define ID_32919 32919
#define ID_32920 32920
#define ID_32921 32921
#define ID_32922 32922
#define ID_32923 32923
#define ID_32924 32924
#define ID_32925 32925
#define ID_32926 32926
#define ID_32927 32927
#define ID_32928 32928
#define ID_RESIZE_50 32929
#define ID_RESIZE_75 32930
#define ID_RESIZE_100 32931
#define ID_RESIZE_125 32932
#define ID_RESIZE_150 32933
#define ID_RESIZE_175 32934
#define ID_RESIZE_200 32935
#define ID_RESIZE_300 32936
#define ID_RESIZE_400 32937
#define ID_REASPECT_11 32938
#define ID_REASPECT_32 32939
#define ID_REASPECT_43 32940
#define ID_REASPECT_54 32941
#define ID_REASPECT_149 32942
#define ID_REASPECT_1410 32943
#define ID_REASPECT_169 32944
#define ID_REASPECT_1_1 32945
#define ID_REASPECT_3_2 32946
#define ID_REASPECT_4_3 32947
#define ID_REASPECT_5_4 32948
#define ID_REASPECT_14_9 32949
#define ID_REASPECT_14_10 32950
#define ID_REASPECT_16_9 32951
#define ID_REASPECT_16_10 32952
#define ID_REASPECT_235_100 32953
#define ID_32954 32954
#define ID_32955 32955
#define ID_32956 32956
#define ID_32957 32957
#define ID_32958 32958
#define ID_32959 32959
#define ID_32960 32960
#define ID_32961 32961
#define ID_32962 32962
#define ID_32963 32963
#define ID_32964 32964
#define ID_32965 32965
#define ID_32966 32966
#define ID_32967 32967
#define ID_32968 32968
#define ID_32969 32969
#define ID_32970 32970
#define ID_WINDOW_YUV 32971
#define ID_WINDOW_Y 32972
#define ID_WINDOW_UV 32973
#define ID_WINDOW_U 32974
#define ID_WINDOW_V 32975
#define ID_WINDOW_RGB 32976
#define ID_WINDOW_R 32977
#define ID_WINDOW_G 32978
#define ID_WINDOW_B 32979
#define ID_WINDOW_A_W 32980
#define ID_WINDOW_A_R 32981
#define ID_WINDOW_A_WAVE 32982
#define ID_WINDOW_A_RDFT 32983
#define ID_32984 32984
#define ID_32985 32985
#define ID_DATA_OUTPUT_M_A 32986
#define ID_DATA_OUTPUT_M_V 32987
#define ID_DATA_OUTPUT_R_YUV 32988
#define ID_DATA_OUTPUT_R_Y 32989
#define ID_DATA_OUTPUT_R_U 32990
#define ID_DATA_OUTPUT_R_V 32991
#define ID_32992 32992
#define ID_DATA_OUTPUT_M_O 32993
#define ID_32994 32994
#define ID_DATA_OUTPUT 32995
#define ID_32996 32996
#define ID_32997 32997
#define ID_32998 32998
#define ID_32999 32999
#define ID_33000 33000
#define ID_33001 33001
#define ID_33002 33002
#define ID_33003 33003
#define ID_33004 33004
#define ID_33005 33005
#define ID_33006 33006
#define ID_33007 33007
#define ID_33008 33008
#define ID_33009 33009
#define ID_33010 33010
#define ID_33011 33011
#define ID_33012 33012
#define ID_33013 33013
#define ID_33014 33014
#define ID_33015 33015
#define ID_33016 33016
#define ID_33017 33017
#define ID_33018 33018
#define ID_33019 33019
#define ID_ASSISTANT_MEDIAINFO 33020
#define IDC_SPECIAL_V_I_JPG 33021
#define IDC_SPECIAL_V_I_BMP 33022
#define IDC__P_RTM 33023
#define IDC_RAWANALYSIS_ 33024
#define IDC_RAWANALYSIS_HISTOGRAM 33025
#define IDC_RAWANALYSIS_CANNY 33026
#define IDC_RAWANALYSIS_HISTOGRA 33027
#define IDC_RAWANALYSIS_CONTOUR 33028
#define IDC_RAWANALYSIS_2DDFT 33029
#define IDC_RAWANALYSIS_OPTFLOW 33030
#define ID_Menu33031 33031
#define ID_33032 33032
#define IDC_RAWANALYSIS 33033
#define ID_33034 33034
#define IDC_RAWANALYSIS_FACE_DETECT 33035
#define ID_33036 33036
#define IDC_SPECIAL_F_FLV 33037
#define ID_33038 33038
#define ID_33039 33039
#define ID_33040 33040
#define ID_33041 33041
#define ID_INPUT_NET_CAPTURE 33042
#define ID_INPUT_NET_CAPTURE_LIVE 33043
#define ID_INPUT_NET_CAPTURE_FILE 33044
#define IDC_SPECIAL_F_TS 33045
#define ID_OPT_PLAYER 33046
#define ID_33047 33047
#define ID_DFANALYSIS 33048
#define ID_YUV33049 33049
#define ID_YUV33050 33050
#define ID_YUV33051 33051
#define ID_RGB33052 33052
#define ID_RGB33053 33053
#define ID_RGB33054 33054
#define IDC_RAWANALYSIS_Y 33055
#define IDC_RAWANALYSIS_U 33056
#define IDC_RAWANALYSIS_V 33057
#define IDC_RAWANALYSIS_R 33058
#define IDC_RAWANALYSIS_G 33059
#define IDC_RAWANALYSIS_B 33060
#define ID_33061 33061
#define ID_Menu33062 33062
#define ID_33063 33063
#define ID_33064 33064
#define ID_33065 33065
#define ID_33066 33066
#define ID_33067 33067
#define ID_TOPMOST 33068
#define ID_TOPMOST_ALWAYS 33069
#define ID_TOPMOST_NEVER 33070
#define ID_33071 33071
#define ID_33072 33072
#define ID_33073 33073
#define ID_33074 33074
#define ID_33075 33075
#define ID_33076 33076
#define ID_33077 33077
#define ID_33078 33078
#define ID_33079 33079
#define ID_33080 33080
#define ID_33081 33081
#define ID_33082 33082
#define ID_33083 33083
#define ID_33084 33084
#define ID_33086 33086
#define IDC_SPECIAL_ABOUT 33087
#define ID_33089 33089
#define ID_VIDEO_VIDEODECODEANALYSIS 33090
#define ID_33091 33091
#define ID_33092 33092
#define ID_LANGUAGE_33093 33093
#define ID_LANGUAGE_ENGLISH 33094
#define ID_LANG_CN 33095
#define ID_LANG_EN 33096
#define ID_33097 33097
#define ID_M3U_EXMPORT 33098
#define ID_M3U_EXPORT 33099
#define ID_33100 33100
#define ID_33101 33101
#define ID_33102 33102
#define ID_33103 33103
#define ID_LANGUAGE_SKIN 33104
#define ID_33105 33105
#define ID_33106 33106
#define ID_SKIN 33107
#define ID_OTHER_SKIN 33108
#define ID_33109 33109
#define ID_33110 33110
#define ID_SKIN33111 33111
#define ID_SKIN_SKINLIST 33112
#define ID_33113 33113
#define ID_SKIN_NO 33114
#define ID_33115 33115
#define ID_33116 33116
#define ID_33117 33117
#define ID_SYSINFO 33118
#define ID_KEY 33119
#define ID_FILE_OUTPUTPLAYLIST 33120
#define ID_33121 33121
#define ID_33122 33122
#define ID_33123 33123
#define ID_WINDOW_VIDEOCONTENT 33124
#define ID_DISPLAYSTRETCH_KEEPASPECTRATIO 33125
#define ID_DISPLAYSTRETCH_FILLDISPLAY 33126
#define ID_WINDOW_KEEPRATIO 33127
#define ID_WINDOW_RESIZE 33128
#define ID_WINDOWSTRETCH_KEEPRATIO 33129
#define ID_WINDOWSTRETCH_RESIZE 33130
#define ID_SKINLIST 40000
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 295
#define _APS_NEXT_COMMAND_VALUE 33131
#define _APS_NEXT_CONTROL_VALUE 1273
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif