1 /*****************************************************************************
2  * resource.h
3  *****************************************************************************
4  * Copyright (C) 2012-2015 L-SMASH Works project
5  *
6  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
7  *
8  * Permission to use, copy, modify, and/or distribute this software for any
9  * purpose with or without fee is hereby granted, provided that the above
10  * copyright notice and this permission notice appear in all copies.
11  *
12  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19  *****************************************************************************/
20 
21 /* This file is available under an ISC license.
22  * However, when distributing its binary file, it will be under LGPL or GPL.
23  * Don't distribute it if its license is GPL. */
24 
25 #ifndef IDC_STATIC
26 #define IDC_STATIC (-1)
27 #endif
28 
29 /* Progress dialog */
30 #define IDD_PROGRESS_ABORTABLE         101
31 #define IDD_PROGRESS_UNABORTABLE       102
32 #define IDC_PERCENT_TEXT              1000
33 #define IDC_PROGRESS                  1001
34 
35 /* Reader dialog */
36 #define IDC_CHECK_LIBAVSMASH_INPUT    1100
37 #define IDC_CHECK_AVS_INPUT           1101
38 #define IDC_CHECK_VPY_INPUT           1102
39 #define IDC_CHECK_LIBAV_INPUT         1103
40 #define IDC_EDIT_THREADS              1110
41 #define IDC_SPIN_THREADS              1111
42 #define IDC_EDIT_FORWARD_THRESHOLD    1120
43 #define IDC_SPIN_FORWARD_THRESHOLD    1121
44 #define IDC_COMBOBOX_SEEK_MODE        1122
45 #define IDC_CHECK_APPLY_REPEAT_FLAG   1130
46 #define IDC_COMBOBOX_FIELD_DOMINANCE  1131
47 #define IDC_COMBOBOX_SCALER           1132
48 #define IDC_CHECK_VFR_TO_CFR          1133
49 #define IDC_EDIT_CONST_FRAMERATE_NUM  1134
50 #define IDC_EDIT_CONST_FRAMERATE_DEN  1135
51 #define IDC_EDIT_AUDIO_DELAY          1140
52 #define IDC_EDIT_SAMPLE_RATE          1141
53 #define IDC_EDIT_CHANNEL_LAYOUT       1142
54 #define IDC_SLIDER_MIX_LEVEL_CENTER   1143
55 #define IDC_SLIDER_MIX_LEVEL_SURROUND 1144
56 #define IDC_SLIDER_MIX_LEVEL_LFE      1145
57 #define IDC_TEXT_MIX_LEVEL_CENTER     1146
58 #define IDC_TEXT_MIX_LEVEL_SURROUND   1147
59 #define IDC_TEXT_MIX_LEVEL_LFE        1148
60 #define IDC_CHECK_AV_SYNC             1149
61 #define IDC_CHECK_CREATE_INDEX_FILE   1150
62 #define IDC_CHECK_FORCE_VIDEO         1151
63 #define IDC_EDIT_FORCE_VIDEO_INDEX    1152
64 #define IDC_CHECK_FORCE_AUDIO         1153
65 #define IDC_EDIT_FORCE_AUDIO_INDEX    1154
66 #define IDC_EDIT_DUMMY_WIDTH          1160
67 #define IDC_EDIT_DUMMY_HEIGHT         1161
68 #define IDC_EDIT_DUMMY_FRAMERATE_NUM  1162
69 #define IDC_EDIT_DUMMY_FRAMERATE_DEN  1163
70 #define IDC_COMBOBOX_DUMMY_COLORSPACE 1164
71 #define IDC_CHECK_LW48_OUTPUT         1170
72 #define IDC_COMBOBOX_AVS_BITDEPTH     1171
73 #define IDC_EDIT_PREFERRED_DECODERS   1180
74 #define IDC_TEXT_LIBRARY_INFO         1190
75 
76 /* Muxer dialog */
77 #define IDD_MUXER_OPTIONS              103
78 #define IDC_BUTTON_OPTION_DEFAULT     1200
79 #define IDC_BUTTON_CHAPTER_BROWSE     1201
80 #define IDC_EDIT_CHAPTER_PATH         1202
81 #define IDC_CHECK_OPTIMIZE_PD         1203
82