Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 /* metrics */ 00004 #define PROPSHEETWIDTH 246 00005 #define PROPSHEETHEIGHT 228 00006 #define PROPSHEETPADDING(x) (x+x+x+x+x+x) 00007 #define SYSTEM_COLUMN (18*PROPSHEETPADDING) 00008 #define LABELLINE(x) (x+x+x+x+x+x+x+x+x+2) 00009 00010 00011 #define ICONSIZE 16 00012 00013 /* ids */ 00014 #define IDI_CPLACCESS 110 00015 00016 #define IDD_PROPPAGEKEYBOARD 100 00017 #define IDD_PROPPAGESOUND 101 00018 #define IDD_PROPPAGEDISPLAY 102 00019 #define IDD_PROPPAGEMOUSE 103 00020 #define IDD_PROPPAGEGENERAL 104 00021 00022 #define IDD_STICKYKEYSOPTIONS 105 00023 #define IDD_FILTERKEYSOPTIONS 106 00024 #define IDD_BOUNCEKEYSOPTIONS 107 00025 #define IDD_REPEATKEYSOPTIONS 108 00026 #define IDD_TOGGLEKEYSOPTIONS 109 00027 00028 #define IDD_CONTRASTOPTIONS 110 00029 #define IDD_MOUSEKEYSOPTIONS 111 00030 00031 #define IDD_SERIALKEYSOPTIONS 112 00032 00033 #define IDS_CPLSYSTEMNAME 1001 00034 #define IDS_CPLSYSTEMDESCRIPTION 2001 00035 00036 #define IDS_SENTRY_NONE 1501 00037 #define IDS_SENTRY_TITLE 1502 00038 #define IDS_SENTRY_WINDOW 1503 00039 #define IDS_SENTRY_DISPLAY 1504 00040 #define IDS_SECONDS 1505 00041 #define IDS_MINUTES 1506 00042 00043 00044 /* controls */ 00045 #define IDC_STICKY_BOX 200 00046 #define IDC_STICKY_BUTTON 201 00047 #define IDC_FILTER_BOX 202 00048 #define IDC_FILTER_BUTTON 203 00049 #define IDC_TOGGLE_BOX 204 00050 #define IDC_TOGGLE_BUTTON 205 00051 #define IDC_KEYBOARD_EXTRA 206 00052 00053 #define IDC_SENTRY_BOX 207 00054 #define IDC_SENTRY_TEXT 208 00055 #define IDC_SENTRY_COMBO 209 00056 #define IDC_SSHOW_BOX 210 00057 00058 #define IDC_CONTRAST_BOX 211 00059 #define IDC_CONTRAST_BUTTON 212 00060 #define IDC_MOUSE_BOX 213 00061 #define IDC_MOUSE_BUTTON 214 00062 #define IDC_RESET_BOX 215 00063 #define IDC_RESET_COMBO 216 00064 #define IDC_NOTIFICATION_MESSAGE 217 00065 #define IDC_NOTIFICATION_SOUND 218 00066 #define IDC_SERIAL_BOX 219 00067 #define IDC_SERIAL_BUTTON 220 00068 #define IDC_ADMIN_LOGON_BOX 221 00069 #define IDC_ADMIN_USERS_BOX 222 00070 00071 #define IDC_STICKY_ACTIVATE_CHECK 221 00072 #define IDC_STICKY_LOCK_CHECK 222 00073 #define IDC_STICKY_UNLOCK_CHECK 223 00074 #define IDC_STICKY_SOUND_CHECK 224 00075 #define IDC_STICKY_STATUS_CHECK 225 00076 00077 #define IDC_FILTER_ACTIVATE_CHECK 230 00078 #define IDC_FILTER_BOUNCE_RADIO 231 00079 #define IDC_FILTER_REPEAT_RADIO 232 00080 #define IDC_FILTER_BOUNCE_BUTTON 233 00081 #define IDC_FILTER_REPEAT_BUTTON 234 00082 #define IDC_FILTER_TEST_EDIT 235 00083 #define IDC_FILTER_SOUND_CHECK 236 00084 #define IDC_FILTER_STATUS_CHECK 237 00085 00086 #define IDC_BOUNCE_TIME_COMBO 238 00087 #define IDC_BOUNCE_TEST_EDIT 239 00088 00089 #define IDC_REPEAT_NOREPEAT_RADIO 240 00090 #define IDC_REPEAT_REPEAT_RADIO 241 00091 #define IDC_REPEAT_DELAY_COMBO 242 00092 #define IDC_REPEAT_REPEAT_COMBO 243 00093 #define IDC_REPEAT_WAIT_COMBO 244 00094 #define IDC_REPEAT_TEST_EDIT 245 00095 00096 #define IDC_TOGGLE_ACTIVATE_CHECK 250 00097 00098 #define IDC_CONTRAST_ACTIVATE_CHECK 260 00099 #define IDC_CONTRAST_COMBO 261 00100 #define IDC_CURSOR_BLINK_TRACK 262 00101 #define IDC_CURSOR_WIDTH_TRACK 263 00102 #define IDC_CURSOR_WIDTH_TEXT 264 00103 00104 #define IDC_MOUSEKEYS_ACTIVATE_CHECK 265 00105 #define IDC_MOUSEKEYS_SPEED_TRACK 266 00106 #define IDC_MOUSEKEYS_ACCEL_TRACK 267 00107 #define IDC_MOUSEKEYS_SPEED_CHECK 268 00108 #define IDC_MOUSEKEYS_ON_RADIO 269 00109 #define IDC_MOUSEKEYS_OFF_RADIO 270 00110 #define IDC_MOUSEKEYS_STATUS_CHECK 271 00111 00112 #define IDC_SERIAL_PORT_COMBO 275 00113 #define IDC_SERIAL_BAUD_COMBO 276 00114 00115 /* EOF */ Generated on Sat May 26 2012 04:15:27 for ReactOS by
1.7.6.1
|