-
Notifications
You must be signed in to change notification settings - Fork 117
/
resource.h
84 lines (83 loc) · 7 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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by YUVPlayer.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_YUVPLAYER_DIALOG 102
#define IDR_MAINFRAME 128
#define IDR_MENU1 129
#define IDD_DIALOG_SETTING 131
#define IDR_MENU2 133
#define IDB_BM_OPEN 135
#define IDB_BM_FIRST 137
#define IDB_BM_LAST 138
#define IDB_BM_PAUSE 140
#define IDB_BM_PLAY 141
#define IDB_BM_PREV 142
#define IDB_BM_SAVE 143
#define IDB_BM_SETTING 144
#define IDB_BM_STOP 145
#define IDB_BITMAP1 146
#define IDB_BM_NEXT 146
#define IDD_DIALOG_TRANSFORM 147
#define IDC_STATIC_FRAMECNT 1001
#define IDC_SLIDER1 1002
#define IDC_BUTTON_OPEN 1003
#define IDC_BUTTON_SAVE 1004
#define IDC_BUTTON_PLAY 1005
#define IDC_BUTTON_STOP 1006
#define IDC_BUTTON_PREV 1007
#define IDC_BUTTON_NEXT 1008
#define IDC_BUTTON_FIRST 1009
#define IDC_BUTTON_LAST 1010
#define IDC_BUTTON_SET 1011
#define IDC_VIDEO 1012
#define IDC_APPLY 1013
#define IDC_CB_YUV_FMT 1014
#define IDC_CB_SIZE 1015
#define IDC_E_WIDTH 1016
#define IDC_E_HEIGHT 1017
#define IDC_BT_ADD 1018
#define IDC_BUTTON3 1019
#define IDC_BT_DEL 1019
#define IDC_CB_FPS 1020
#define IDC_CK_LOOP 1021
#define IDC_STATIC_WEB 1023
#define IDC_E_INPUT 1024
#define IDC_B_OPEN 1025
#define IDC_CB_INFMT 1028
#define IDC_COMBO2 1029
#define IDC_CB_OUTFMT 1029
#define IDC_B_COMBINE 1030
#define IDC_B_SPLIT 1031
#define IDC_B_TRANSFORM 1032
#define IDC_S_PROMAT 1033
#define ID_FILE_OPEN32771 32771
#define ID_FILE_CLOSE32772 32772
#define ID_FILE_SAVEFRAME 32773
#define ID_FILE_EXIT 32774
#define ID_PLAYING_PLAY 32775
#define ID_PLAYING_STOP 32776
#define ID_PLAYING_SETTING 32777
#define ID_HELP_HELP 32778
#define ID_HELP_ABOUT 32779
#define ID_OPEN_SETTING 32780
#define ID_OPEN_EXIT 32781
#define ID_OPEN_SETTING32782 32782
#define ID_OPEN_EXIT32783 32783
#define ID_R_OPEN 32784
#define ID_R_SETTING 32785
#define ID_R_EXIT 32786
#define ID_HELP_TRANSFORM 32787
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 148
#define _APS_NEXT_COMMAND_VALUE 32788
#define _APS_NEXT_CONTROL_VALUE 1034
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif