1 | /* $Id: shresdef.h,v 1.5 2000-03-28 15:28:54 cbratschi Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Win32 SHELL32 for OS/2
|
---|
5 | *
|
---|
6 | * Copyright 1997 Marcus Meissner
|
---|
7 | * Copyright 1999 Patrick Haller (haller@zebra.fh-weingarten.de)
|
---|
8 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
9 | *
|
---|
10 | */
|
---|
11 |
|
---|
12 |
|
---|
13 | #ifndef __WINE_SHELL_RES_H
|
---|
14 | #define __WINE_SHELL_RES_H
|
---|
15 |
|
---|
16 |
|
---|
17 | /*****************************************************************************
|
---|
18 | * Includes *
|
---|
19 | *****************************************************************************/
|
---|
20 |
|
---|
21 | /*
|
---|
22 | * columntitles for the shellview
|
---|
23 | */
|
---|
24 | #define IDS_SHV_COLUMN1 7
|
---|
25 | #define IDS_SHV_COLUMN2 8
|
---|
26 | #define IDS_SHV_COLUMN3 9
|
---|
27 | #define IDS_SHV_COLUMN4 10
|
---|
28 | #define IDS_SHV_COLUMN5 11
|
---|
29 | #define IDS_SHV_COLUMN3DV 12
|
---|
30 | #define IDS_SHV_COLUMN4DV 13
|
---|
31 |
|
---|
32 | #define IDS_SELECT 22
|
---|
33 | #define IDS_OPEN 23
|
---|
34 | #define IDS_VIEW_LARGE 24
|
---|
35 | #define IDS_VIEW_SMALL 25
|
---|
36 | #define IDS_VIEW_LIST 26
|
---|
37 | #define IDS_VIEW_DETAILS 27
|
---|
38 |
|
---|
39 | #define IDS_SHV_INVALID_FILENAME_TITLE 28
|
---|
40 | #define IDS_SHV_INVALID_FILENAME 29
|
---|
41 | #define IDS_SHV_INVALID_MOVE_TITLE 30
|
---|
42 | #define IDS_SHV_INVALID_MOVE 31
|
---|
43 |
|
---|
44 | #define ID_LISTVIEW 2000
|
---|
45 | #define ID_NEWFOLDER 0x7053
|
---|
46 |
|
---|
47 | #define IDS_ABOUTBOX 101
|
---|
48 | #define IDS_DOCUMENTFOLDERS 102
|
---|
49 | #define IDS_PERSONAL 103
|
---|
50 | #define IDS_FAVORITES 104
|
---|
51 | #define IDS_PATH 105
|
---|
52 | #define IDS_DESKTOP 106
|
---|
53 |
|
---|
54 | #define IDS_FONTS 108
|
---|
55 | #define IDS_MYCOMPUTER 110
|
---|
56 | #define IDS_SYSTEMFOLDERS 112
|
---|
57 | #define IDS_LOCALHARDRIVES 113
|
---|
58 | #define IDS_FILENOTFOUND 114
|
---|
59 | #define IDS_35FLOPPY 115
|
---|
60 | #define IDS_525FLOPPY 116
|
---|
61 |
|
---|
62 | #endif /* __WINE_SHELL_RES_H */
|
---|
63 |
|
---|