Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mpciconlib.h « mpciconlib « mplayerc « apps « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 159a6c15198699b1db8d8e8eb76fa6cc283ffdfb (plain)
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
/* The values below correspond to the icon indexes.
 * The order should be exactly the same as in the mpciconlib.rc file.
 * There should be no gaps in the numbering. So be careful
 * when adding/removing icons.
 */

#define IDI_OTHER_ICON                  0 
#define IDI_AAC_ICON                    1
#define IDI_AC3_ICON                    2
#define IDI_AIFF_ICON                   3
#define IDI_ALAC_ICON                   4
#define IDI_AMR_ICON                    5
#define IDI_APE_ICON                    6
#define IDI_AU_ICON                     7
#define IDI_AVI_ICON                    8
#define IDI_BINK_ICON                   9
#define IDI_CDA_ICON                    10
#define IDI_D2V_ICON                    11
#define IDI_DAT_ICON                    12
#define IDI_DRC_ICON                    13
#define IDI_DSM_ICON                    14
#define IDI_DTS_ICON                    15
#define IDI_FLAC_ICON                   16
#define IDI_FLIC_ICON                   17
#define IDI_FLV_ICON                    18
#define IDI_IFO_ICON                    19
#define IDI_IVF_ICON                    20
#define IDI_MIDI_ICON                   21
#define IDI_MKA_ICON                    22
#define IDI_MKV_ICON                    23
#define IDI_MOV_ICON                    24
#define IDI_MP3_ICON                    25
#define IDI_MP4_ICON                    26
#define IDI_MPA_ICON                    27
#define IDI_MPC_ICON                    28
#define IDI_MPEG_ICON                   29
#define IDI_OFR_ICON                    30
#define IDI_OGG_ICON                    31
#define IDI_OGM_ICON                    32
#define IDI_PLAYLIST_ICON               33
#define IDI_RA_ICON                     34
#define IDI_RATDVD_ICON                 35
#define IDI_RM_ICON                     36
#define IDI_ROQ_ICON                    37
#define IDI_RT_ICON                     38
#define IDI_SMK_ICON                    39
#define IDI_SWF_ICON                    40
#define IDI_TS_ICON                     41
#define IDI_TTA_ICON                    42
#define IDI_VOB_ICON                    43
#define IDI_WAV_ICON                    44
#define IDI_WEBM_ICON                   45
#define IDI_WMA_ICON                    46
#define IDI_WMV_ICON                    47
#define IDI_WV_ICON                     48
#define IDI_NONE                        -1


// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        48
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif