ReactOS 0.4.15-dev-7953-g1f49173
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* ids */
4#define IDI_CPLACCESS 110
5
6#define IDD_PROPPAGEKEYBOARD 100
7#define IDD_PROPPAGESOUND 101
8#define IDD_PROPPAGEDISPLAY 102
9#define IDD_PROPPAGEMOUSE 103
10#define IDD_PROPPAGEGENERAL 104
11
12#define IDD_STICKYKEYSOPTIONS 105
13#define IDD_FILTERKEYSOPTIONS 106
14#define IDD_BOUNCEKEYSOPTIONS 107
15#define IDD_REPEATKEYSOPTIONS 108
16#define IDD_TOGGLEKEYSOPTIONS 109
17
18#define IDD_CONTRASTOPTIONS 110
19#define IDD_MOUSEKEYSOPTIONS 111
20
21#define IDD_SERIALKEYSOPTIONS 112
22
23#define IDS_CPLSYSTEMNAME 1001
24#define IDS_CPLSYSTEMDESCRIPTION 2001
25
26#define IDS_SENTRY_NONE 1501
27#define IDS_SENTRY_TITLE 1502
28#define IDS_SENTRY_WINDOW 1503
29#define IDS_SENTRY_DISPLAY 1504
30#define IDS_SECONDS 1505
31#define IDS_MINUTES 1506
32
33/* controls */
34#define IDC_STICKY_BOX 200
35#define IDC_STICKY_BUTTON 201
36#define IDC_FILTER_BOX 202
37#define IDC_FILTER_BUTTON 203
38#define IDC_TOGGLE_BOX 204
39#define IDC_TOGGLE_BUTTON 205
40#define IDC_KEYBOARD_EXTRA 206
41
42#define IDC_SENTRY_BOX 207
43#define IDC_SENTRY_TEXT 208
44#define IDC_SENTRY_COMBO 209
45#define IDC_SSHOW_BOX 210
46
47#define IDC_CONTRAST_BOX 211
48#define IDC_CONTRAST_BUTTON 212
49#define IDC_MOUSE_BOX 213
50#define IDC_MOUSE_BUTTON 214
51#define IDC_RESET_BOX 215
52#define IDC_RESET_COMBO 216
53#define IDC_NOTIFICATION_MESSAGE 217
54#define IDC_NOTIFICATION_SOUND 218
55#define IDC_SERIAL_BOX 219
56#define IDC_SERIAL_BUTTON 220
57#define IDC_ADMIN_LOGON_BOX 221
58#define IDC_ADMIN_USERS_BOX 222
59
60#define IDC_STICKY_ACTIVATE_CHECK 221
61#define IDC_STICKY_LOCK_CHECK 222
62#define IDC_STICKY_UNLOCK_CHECK 223
63#define IDC_STICKY_SOUND_CHECK 224
64#define IDC_STICKY_STATUS_CHECK 225
65
66#define IDC_FILTER_ACTIVATE_CHECK 230
67#define IDC_FILTER_BOUNCE_RADIO 231
68#define IDC_FILTER_REPEAT_RADIO 232
69#define IDC_FILTER_BOUNCE_BUTTON 233
70#define IDC_FILTER_REPEAT_BUTTON 234
71#define IDC_FILTER_TEST_EDIT 235
72#define IDC_FILTER_SOUND_CHECK 236
73#define IDC_FILTER_STATUS_CHECK 237
74
75#define IDC_BOUNCE_TIME_COMBO 238
76#define IDC_BOUNCE_TEST_EDIT 239
77
78#define IDC_REPEAT_NOREPEAT_RADIO 240
79#define IDC_REPEAT_REPEAT_RADIO 241
80#define IDC_REPEAT_DELAY_COMBO 242
81#define IDC_REPEAT_REPEAT_COMBO 243
82#define IDC_REPEAT_WAIT_COMBO 244
83#define IDC_REPEAT_TEST_EDIT 245
84
85#define IDC_TOGGLE_ACTIVATE_CHECK 250
86
87#define IDC_CONTRAST_ACTIVATE_CHECK 260
88#define IDC_CONTRAST_COMBO 261
89#define IDC_CURSOR_BLINK_TRACK 262
90#define IDC_CURSOR_WIDTH_TRACK 263
91#define IDC_CURSOR_WIDTH_TEXT 264
92
93#define IDC_MOUSEKEYS_ACTIVATE_CHECK 265
94#define IDC_MOUSEKEYS_SPEED_TRACK 266
95#define IDC_MOUSEKEYS_ACCEL_TRACK 267
96#define IDC_MOUSEKEYS_SPEED_CHECK 268
97#define IDC_MOUSEKEYS_ON_RADIO 269
98#define IDC_MOUSEKEYS_OFF_RADIO 270
99#define IDC_MOUSEKEYS_STATUS_CHECK 271
100
101#define IDC_SERIAL_PORT_COMBO 275
102#define IDC_SERIAL_BAUD_COMBO 276