| Line |  | 
|---|
| 1 | /* $Id: shresdef.h,v 1.3 2000-03-24 17:17:30 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_DESKTOP             20 | 
|---|
| 33 | #define IDS_MYCOMPUTER          21 | 
|---|
| 34 |  | 
|---|
| 35 | #define IDS_SELECT              22 | 
|---|
| 36 | #define IDS_OPEN                23 | 
|---|
| 37 | #define IDS_VIEW_LARGE          24 | 
|---|
| 38 | #define IDS_VIEW_SMALL          25 | 
|---|
| 39 | #define IDS_VIEW_LIST           26 | 
|---|
| 40 | #define IDS_VIEW_DETAILS        27 | 
|---|
| 41 |  | 
|---|
| 42 |  | 
|---|
| 43 | #endif /* __WINE_SHELL_RES_H */ | 
|---|
| 44 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.