source: trunk/mediafolder/include/mediafolderres.h@ 178

Last change on this file since 178 was 178, checked in by gyoung, 15 months ago

Add Media Play Help and M3U help to their folders help menu

File size: 4.8 KB
Line 
1
2#define IDSTR_CLOSETEXT 1
3#define IDSTRSETTING_TOOLBAR 2
4#define IDSTRS_NOFONTPALETTE 3
5#define IDSTRS_NOCOLORPALETTE 4
6#define IDSTRS_MEDIAFLDRSETTINGS 5
7#define IDSTR_MENUABOUT 6
8#define IDSTR_STATUSCOLLECTING 7
9#define IDSTR_MENUSKRIPTS 8
10#define IDSTR_STATUSTIME1 9
11#define IDSTR_STATUSTIME2 10
12#define IDSTR_STATUSTIME3 11
13#define IDSTR_STATUSTIME4 12
14#define IDSTR_STATUSTIME5 13
15#define IDSTR_MENUCOMPACT 14
16#define IDSTR_TITLEMEDIAFOLDER 15
17#define IDSTR_TITLECDFOLDER 16
18#define IDSTR_CLOSETITLE 17
19#define IDSTR_STARTINGTRACK 18
20#define IDSTR_TITLEM3UFOLDER 19
21#define IDSTR_M3UCLOSETEXT 20
22#define IDSTR_MENUFILE 21 /* File menu of CWM3UFolder */
23#define IDSTR_PLAYLISTVIEWTITLE 22 /* Title of the playlist view */
24#define IDSTR_LAUNCHPADFLYOVER 23 /* Flyover help for launchpads */
25#define IDSTR_VIEWPAGENAME 24 /* Title for Details view page which has now a major tab */
26#define IDSTR_VIEWCOMPACT 25 /* View name when in 'Compact' mode */
27#define IDSTR_CDFOLDERNAME 26
28#define IDSTR_MEDIAFLDHELP 27
29#define IDSTR_M3ULISTHELP 28
30
31#define IDPB_VOLUME 202
32#define IDDLG_TOPFRAME 100
33
34#define IDICON_FOLDER1 2000
35#define IDICON_FOLDER2 2001
36#define IDICON_CDFOLDER 2002
37#define IDICON_M3UFILE 2003
38
39#define ID_MBMENUSKRIPTS 0x6fff
40
41#define ID_MENUABOUT 0x6620
42#define ID_ABOUTITEM 0x6621
43#define ID_MEDIAFLDHELP 0x6623
44#define ID_M3ULISTHELP 0x6624
45#define ID_MENUSEPARATOR 0x6629
46#define ID_MENUVIEWCOMPACT 0x6622
47#define ID_MENUTIMECONTEXT 1
48#define ID_MENUITEMELAPSED 2
49#define ID_MENUITEMREMAINING 3
50#define ID_MENUITEMID3 4
51#define ID_MENUFILE 0x6630
52#define ID_MENUITEMSAVE 0x6631
53#define ID_MENUITEMEXIT 0x6632
54
55#define IDBMP_SKIPBACK 2102
56#define IDBMP_PLAY 2103
57#define IDBMP_PAUSE 2104
58#define IDBMP_STOP 2105
59#define IDBMP_SKIPFORWARD 2106
60#define IDBMP_BUTTONUP 2107
61#define IDBMP_BUTTONDOWN 2108
62#define IDBMP_TOPMIDDLE 2109
63#define IDBMP_POSSLIDERARM 2110
64#define IDBMP_VOLSLIDERARM 2111
65#define IDBMP_VOLSLIDERARMSEL 2112
66#define IDBMP_TOPLEFT 2113
67#define IDBMP_TOPRIGHT 2114
68#define IDBMP_PLAYSEL 2115
69#define IDBMP_SKIPFORWARDSEL 2116
70#define IDBMP_SKIPBACKSEL 2117
71#define IDBMP_PAUSESEL 2118
72#define IDBMP_STOPSEL 2119
73#define IDBMP_BOTTOM 2120
74#define IDBMP_CHECK 2121
75#define IDBMP_UNCHECK 2122
76#define IDBMP_CHECKSEL 2123
77#define IDBMP_UNCHECKSEL 2124
78
79
80#define IDDLG_TOOLBARSETTINGS 3800
81#define IDPB_COLORUNDO 3801
82#define IDPB_COLORSTANDARD 3802
83#define IDPB_COLORHELP 3803
84#define IDPB_COLORPALETTE 3804
85#define IDPB_FONTPALETTE 3805
86#define IDST_TEXTDEMOFIELD 3806
87#define IDCB_ENABLETBFLYOVER 3807
88#define IDSB_TBFLYOVERDELAY 3808
89#define IDGB_COLORANDFONT 3809
90#define IDGB_TOOLBAR 3810
91
92#define IDSL_POSITION 101
93#define IDPB_SKIPBACK 102
94#define IDPB_PLAY 103
95#define IDPB_PAUSE 104
96#define IDPB_STOP 105
97#define IDPB_SKIPFORWARD 106
98#define IDST_PLAYTIME 107
99#define IDST_ID3TAG 108
100
101#define IDDLG_FRAMERIGHT 200
102#define IDSL_VOLUME 201
103
104#define IDDLG_TOPMIDDLE 300
105#define IDPB_POSBAR 301
106#define IDPB_SLIDERARM 302
107#define IDSL_VOLUMEARM 303
108#define IDCB_REPEAT 304
109#define IDCB_RANDOM 305
110
111#define IDDLG_LEFTFRAME 400
112#define IDPB_ADD 402
113#define IDPB_REMOVE 403
114#define IDCNR_PLAYLIST 404
115
116#define IDDLG_BOTTOMFRAME 500
117
118#define IDDLG_ABOUT 600
119#define IDST_PRODNAME 601
120#define IDST_PRODCOPY 602
121#define IDST_PRODGRAPHICS 603
122#define IDST_URL1 604
123
124
125#define IDGB_ABOUT 605
126#define IDST_URL2 606
127#define IDST_PRODCOPY2 607
128
129#define IDSL_TEST 305
130#define IDSL_POSBAR 306
131#define IDST_STATUSTEXT 501
132
133#define IDPTR_ARROWWE 2 /* WE Cursor for slider controls */
Note: See TracBrowser for help on using the repository browser.