[10314] | 1 | /* $Id: shresdef.h,v 1.11 2003-11-12 14:05:14 sandervl Exp $ */
|
---|
[1214] | 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 | */
|
---|
[3217] | 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
|
---|
[4121] | 29 | #define IDS_SHV_COLUMN6 12
|
---|
| 30 | #define IDS_SHV_COLUMN7 13
|
---|
[3217] | 31 | #define IDS_SHV_COLUMN3DV 12
|
---|
| 32 | #define IDS_SHV_COLUMN4DV 13
|
---|
[1214] | 33 |
|
---|
[8048] | 34 | #ifndef __WIN32OS2__
|
---|
| 35 | #define IDS_DESKTOP 20
|
---|
| 36 | #define IDS_MYCOMPUTER 21
|
---|
| 37 | #endif
|
---|
| 38 |
|
---|
[3217] | 39 | #define IDS_SELECT 22
|
---|
| 40 | #define IDS_OPEN 23
|
---|
| 41 | #define IDS_VIEW_LARGE 24
|
---|
| 42 | #define IDS_VIEW_SMALL 25
|
---|
| 43 | #define IDS_VIEW_LIST 26
|
---|
| 44 | #define IDS_VIEW_DETAILS 27
|
---|
[1214] | 45 |
|
---|
[4032] | 46 | #define IDS_CREATEFOLDER_DENIED 30
|
---|
| 47 | #define IDS_CREATEFOLDER_CAPTION 31
|
---|
[5544] | 48 | #define IDS_DELETEITEM_CAPTION 32
|
---|
[4032] | 49 | #define IDS_DELETEFOLDER_CAPTION 33
|
---|
[5544] | 50 | #define IDS_DELETEITEM_TEXT 34
|
---|
| 51 | #define IDS_DELETEMULTIPLE_TEXT 35
|
---|
[5576] | 52 | #ifdef __WIN32OS2__
|
---|
| 53 | #define IDS_OVERWRITEFILE_TEXT 36
|
---|
| 54 | #define IDS_OVERWRITEFILE_CAPTION 37
|
---|
| 55 | #endif
|
---|
[10314] | 56 | #ifdef __WIN32OS2__
|
---|
| 57 | #define IDS_COPY_X_OF_TEXT 200
|
---|
| 58 | #endif
|
---|
[4032] | 59 |
|
---|
[3243] | 60 | #define IDS_SHV_INVALID_FILENAME_TITLE 28
|
---|
| 61 | #define IDS_SHV_INVALID_FILENAME 29
|
---|
| 62 | #define IDS_SHV_INVALID_MOVE_TITLE 30
|
---|
| 63 | #define IDS_SHV_INVALID_MOVE 31
|
---|
[1214] | 64 |
|
---|
[4121] | 65 | #define IDS_CREATEFOLDER_DENIED 30
|
---|
| 66 | #define IDS_CREATEFOLDER_CAPTION 31
|
---|
| 67 | #define IDS_DELETEFOLDER_TEXT 32
|
---|
| 68 | #define IDS_DELETEFOLDER_CAPTION 33
|
---|
| 69 |
|
---|
[3257] | 70 | #define ID_LISTVIEW 2000
|
---|
[3243] | 71 | #define ID_NEWFOLDER 0x7053
|
---|
| 72 |
|
---|
[4121] | 73 | /* browse for folder dialog box */
|
---|
| 74 | #define IDD_STATUS 97
|
---|
| 75 | #define IDD_TITLE 98
|
---|
| 76 | #define IDD_TREEVIEW 99
|
---|
| 77 |
|
---|
[3243] | 78 | #define IDS_ABOUTBOX 101
|
---|
| 79 | #define IDS_DOCUMENTFOLDERS 102
|
---|
| 80 | #define IDS_PERSONAL 103
|
---|
| 81 | #define IDS_FAVORITES 104
|
---|
| 82 | #define IDS_PATH 105
|
---|
| 83 | #define IDS_DESKTOP 106
|
---|
| 84 |
|
---|
| 85 | #define IDS_FONTS 108
|
---|
| 86 | #define IDS_MYCOMPUTER 110
|
---|
| 87 | #define IDS_SYSTEMFOLDERS 112
|
---|
| 88 | #define IDS_LOCALHARDRIVES 113
|
---|
| 89 | #define IDS_FILENOTFOUND 114
|
---|
[3257] | 90 | #define IDS_35FLOPPY 115
|
---|
| 91 | #define IDS_525FLOPPY 116
|
---|
[3243] | 92 |
|
---|
[1214] | 93 | #endif /* __WINE_SHELL_RES_H */
|
---|
| 94 |
|
---|
[5576] | 95 |
|
---|