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