4f505bc68eea465b40db76569897b0ab2b14bab2
[reactos.git] / win32ss / user / win32csr / resource.h
1 /* $Id: resource.h 51293 2011-04-09 12:01:36Z mkupfer $
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 #pragma once
10
11 #define IDD_END_NOW 10
12 #define IDD_NOT_RESPONDING 11
13 #define IDD_SWITCH_APP 12
14
15 #define IDC_STATIC -1
16 #define IDC_PROGRESS 101
17 #define IDC_END_NOW 102
18 #define IDC_STATIC_CUR_APP 103
19
20
21 #define ID_SYSTEM_EDIT_MARK 1001
22 #define ID_SYSTEM_EDIT_COPY 1002
23 #define ID_SYSTEM_EDIT_PASTE 1003
24 #define ID_SYSTEM_EDIT_SELECTALL 1004
25 #define ID_SYSTEM_EDIT_SCROLL 1005
26 #define ID_SYSTEM_EDIT_FIND 1006
27 #define ID_SYSTEM_DEFAULTS 1007
28 #define ID_SYSTEM_PROPERTIES 1008
29
30 #define NCPOPUP_MENU 103
31
32 #define IDS_EDIT 204
33 #define IDS_MARK 205
34 #define IDS_COPY 206
35 #define IDS_PASTE 207
36 #define IDS_SELECTALL 208
37 #define IDS_SCROLL 209
38 #define IDS_FIND 210
39 #define IDS_DEFAULTS 211
40 #define IDS_PROPERTIES 212
41
42 //scrollbar resource ids
43 #define IDS_SCROLLHERE 304
44 #define IDS_SCROLLTOP 305
45 #define IDS_SCROLLBOTTOM 306
46 #define IDS_SCROLLPAGE_UP 307
47 #define IDS_SCROLLPAGE_DOWN 308
48 #define IDS_SCROLLUP 309
49 #define IDS_SCROLLDOWN 310
50
51 #define IDS_COMMAND_PROMPT 500
52
53 /* EOF */