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