source: branches/v2.9/mediafolder/include/mediafolderres.h

Last change on this file was 20, checked in by Lewis Rosenthal, 5 years ago

Update About dialog (EN).

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