source: trunk/src/shell32/shresdef.h@ 4037

Last change on this file since 4037 was 4032, checked in by phaller, 25 years ago

Synchronized shell32 with wine

File size: 2.0 KB
Line 
1/* $Id: shresdef.h,v 1.6 2000-08-18 02:01:27 phaller 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_CREATEFOLDER_DENIED 30
40#define IDS_CREATEFOLDER_CAPTION 31
41#define IDS_DELETEFOLDER_TEXT 32
42#define IDS_DELETEFOLDER_CAPTION 33
43
44#define IDS_SHV_INVALID_FILENAME_TITLE 28
45#define IDS_SHV_INVALID_FILENAME 29
46#define IDS_SHV_INVALID_MOVE_TITLE 30
47#define IDS_SHV_INVALID_MOVE 31
48
49#define ID_LISTVIEW 2000
50#define ID_NEWFOLDER 0x7053
51
52#define IDS_ABOUTBOX 101
53#define IDS_DOCUMENTFOLDERS 102
54#define IDS_PERSONAL 103
55#define IDS_FAVORITES 104
56#define IDS_PATH 105
57#define IDS_DESKTOP 106
58
59#define IDS_FONTS 108
60#define IDS_MYCOMPUTER 110
61#define IDS_SYSTEMFOLDERS 112
62#define IDS_LOCALHARDRIVES 113
63#define IDS_FILENOTFOUND 114
64#define IDS_35FLOPPY 115
65#define IDS_525FLOPPY 116
66
67#endif /* __WINE_SHELL_RES_H */
68
Note: See TracBrowser for help on using the repository browser.