Framework for the doppler effect.
[wine] / dlls / shell32 / shresdef.h
1 /*
2  * Copyright 2000 Juergen Schmied
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 #ifndef __WINE_SHELL_RES_H
20 #define __WINE_SHELL_RES_H
21
22 /*
23         columntitles for the shellview
24 */
25 #define IDS_SHV_COLUMN1         7
26 #define IDS_SHV_COLUMN2         8
27 #define IDS_SHV_COLUMN3         9
28 #define IDS_SHV_COLUMN4         10
29 #define IDS_SHV_COLUMN5         11
30 #define IDS_SHV_COLUMN6         12
31 #define IDS_SHV_COLUMN7         13
32
33 #define IDS_DESKTOP             20
34 #define IDS_MYCOMPUTER          21
35
36 #define IDS_SELECT              22
37 #define IDS_OPEN                23
38 #define IDS_VIEW_LARGE          24
39 #define IDS_VIEW_SMALL          25
40 #define IDS_VIEW_LIST           26
41 #define IDS_VIEW_DETAILS        27
42
43 #define IDS_CREATEFOLDER_DENIED 30
44 #define IDS_CREATEFOLDER_CAPTION 31
45 #define IDS_DELETEITEM_CAPTION  32
46 #define IDS_DELETEFOLDER_CAPTION 33
47 #define IDS_DELETEITEM_TEXT     34
48 #define IDS_DELETEMULTIPLE_TEXT 35
49 #define IDS_OVERWRITEFILE_CAPTION 36
50 #define IDS_OVERWRITEFILE_TEXT  37
51
52 /* browse for folder dialog box */
53 #define IDD_STATUS              0x3743
54 #define IDD_TITLE               0x3742
55 #define IDD_TREEVIEW            0x3741
56
57 #endif