Last change
on this file since 2012 was 1214, checked in by sandervl, 26 years ago |
Moved new shell32 to current dir
|
File size:
1006 bytes
|
Line | |
---|
1 | /* $Id: shresdef.h,v 1.1 1999-10-09 11:13:25 sandervl 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_COLUMN6 12
|
---|
30 |
|
---|
31 | #define IDS_DESKTOP 20
|
---|
32 | #define IDS_MYCOMPUTER 21
|
---|
33 |
|
---|
34 | #define IDS_SELECT 22
|
---|
35 | #define IDS_OPEN 23
|
---|
36 | #define IDS_VIEW_LARGE 24
|
---|
37 | #define IDS_VIEW_SMALL 25
|
---|
38 | #define IDS_VIEW_LIST 26
|
---|
39 | #define IDS_VIEW_DETAILS 27
|
---|
40 |
|
---|
41 |
|
---|
42 | #endif /* __WINE_SHELL_RES_H */
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.