- start implementing the alt-tab app switching dialog
[reactos.git] / reactos / subsystems / win32 / csrss / win32csr / resource.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS Win32 subsystem
5 * FILE: subsys/csrss/win32csr/resource.h
6 * PURPOSE: Resource #defines
7 */
8
9 #ifndef WIN32CSR_RESOURCE_H_INCLUDED
10 #define WIN32CSR_RESOURCE_H_INCLUDED
11
12 #define IDD_END_NOW 10
13 #define IDD_NOT_RESPONDING 11
14 #define IDD_SWITCH_APP 12
15
16 #define IDC_STATIC 100
17 #define IDC_PROGRESS 101
18 #define IDC_END_NOW 102
19 #define IDC_STATIC_CUR_APP 103
20
21
22 #define ID_SYSTEM_EDIT_MARK 1001
23 #define ID_SYSTEM_EDIT_COPY 1002
24 #define ID_SYSTEM_EDIT_PASTE 1003
25 #define ID_SYSTEM_EDIT_SELECTALL 1004
26 #define ID_SYSTEM_EDIT_SCROLL 1005
27 #define ID_SYSTEM_EDIT_FIND 1006
28 #define ID_SYSTEM_DEFAULTS 1007
29 #define ID_SYSTEM_PROPERTIES 1008
30
31 #define NCPOPUP_MENU 103
32
33 #define IDS_EDIT 204
34 #define IDS_MARK 205
35 #define IDS_COPY 206
36 #define IDS_PASTE 207
37 #define IDS_SELECTALL 208
38 #define IDS_SCROLL 209
39 #define IDS_FIND 210
40 #define IDS_DEFAULTS 211
41 #define IDS_PROPERTIES 212
42
43 //scrollbar resource ids
44 #define IDS_SCROLLHERE 304
45 #define IDS_SCROLLTOP 305
46 #define IDS_SCROLLBOTTOM 306
47 #define IDS_SCROLLPAGE_UP 307
48 #define IDS_SCROLLPAGE_DOWN 308
49 #define IDS_SCROLLUP 309
50 #define IDS_SCROLLDOWN 310
51
52
53
54 #endif /* WIN32CSR_RESOURCE_H_INCLUDED */
55
56 /* EOF */