source: trunk/mediafolder/include/mediafolderres.h

Last change on this file was 217, checked in by gyoung, 3 months ago

Get "keys help" to show program specific keys help instead of WPS key help. Includes updating the documentation

File size: 4.9 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#define IDSTR_MEDIAFLDKEYSHELP 29
31
32#define IDPB_VOLUME 202
33#define IDDLG_TOPFRAME 100
34
35#define IDICON_FOLDER1 2000
36#define IDICON_FOLDER2 2001
37#define IDICON_CDFOLDER 2002
38#define IDICON_M3UFILE 2003
39
40#define ID_MBMENUSKRIPTS 0x6fff
41
42#define ID_MENUABOUT 0x6620
43#define ID_ABOUTITEM 0x6621
44#define ID_MEDIAFLDHELP 0x6623
45#define ID_MEDIAFLDKEYSHELP 0x6625
46#define ID_CDPLAYERKEYSHELP 0x6626
47#define ID_M3ULISTHELP 0x6624
48#define ID_MENUSEPARATOR 0x6629
49#define ID_MENUVIEWCOMPACT 0x6622
50#define ID_MENUTIMECONTEXT 1
51#define ID_MENUITEMELAPSED 2
52#define ID_MENUITEMREMAINING 3
53#define ID_MENUITEMID3 4
54#define ID_MENUFILE 0x6630
55#define ID_MENUITEMSAVE 0x6631
56#define ID_MENUITEMEXIT 0x6632
57
58#define IDBMP_SKIPBACK 2102
59#define IDBMP_PLAY 2103
60#define IDBMP_PAUSE 2104
61#define IDBMP_STOP 2105
62#define IDBMP_SKIPFORWARD 2106
63#define IDBMP_BUTTONUP 2107
64#define IDBMP_BUTTONDOWN 2108
65#define IDBMP_TOPMIDDLE 2109
66#define IDBMP_POSSLIDERARM 2110
67#define IDBMP_VOLSLIDERARM 2111
68#define IDBMP_VOLSLIDERARMSEL 2112
69#define IDBMP_TOPLEFT 2113
70#define IDBMP_TOPRIGHT 2114
71#define IDBMP_PLAYSEL 2115
72#define IDBMP_SKIPFORWARDSEL 2116
73#define IDBMP_SKIPBACKSEL 2117
74#define IDBMP_PAUSESEL 2118
75#define IDBMP_STOPSEL 2119
76#define IDBMP_BOTTOM 2120
77#define IDBMP_CHECK 2121
78#define IDBMP_UNCHECK 2122
79#define IDBMP_CHECKSEL 2123
80#define IDBMP_UNCHECKSEL 2124
81
82
83#define IDDLG_TOOLBARSETTINGS 3800
84#define IDPB_COLORUNDO 3801
85#define IDPB_COLORSTANDARD 3802
86#define IDPB_COLORHELP 3803
87#define IDPB_COLORPALETTE 3804
88#define IDPB_FONTPALETTE 3805
89#define IDST_TEXTDEMOFIELD 3806
90#define IDCB_ENABLETBFLYOVER 3807
91#define IDSB_TBFLYOVERDELAY 3808
92#define IDGB_COLORANDFONT 3809
93#define IDGB_TOOLBAR 3810
94
95#define IDSL_POSITION 101
96#define IDPB_SKIPBACK 102
97#define IDPB_PLAY 103
98#define IDPB_PAUSE 104
99#define IDPB_STOP 105
100#define IDPB_SKIPFORWARD 106
101#define IDST_PLAYTIME 107
102#define IDST_ID3TAG 108
103
104#define IDDLG_FRAMERIGHT 200
105#define IDSL_VOLUME 201
106
107#define IDDLG_TOPMIDDLE 300
108#define IDPB_POSBAR 301
109#define IDPB_SLIDERARM 302
110#define IDSL_VOLUMEARM 303
111#define IDCB_REPEAT 304
112#define IDCB_RANDOM 305
113
114#define IDDLG_LEFTFRAME 400
115#define IDPB_ADD 402
116#define IDPB_REMOVE 403
117#define IDCNR_PLAYLIST 404
118
119#define IDDLG_BOTTOMFRAME 500
120
121#define IDDLG_ABOUT 600
122#define IDST_PRODNAME 601
123#define IDST_PRODCOPY 602
124#define IDST_PRODGRAPHICS 603
125#define IDST_URL1 604
126
127
128#define IDGB_ABOUT 605
129#define IDST_URL2 606
130#define IDST_PRODCOPY2 607
131
132#define IDSL_TEST 305
133#define IDSL_POSBAR 306
134#define IDST_STATUSTEXT 501
135
136#define IDPTR_ARROWWE 2 /* WE Cursor for slider controls */
Note: See TracBrowser for help on using the repository browser.