Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/****************************** Module Header ******************************\
* Module Name: dialogs.h * * Copyright (c) 1991, Microsoft Corporation * * Define contants used by dialog edit when editting dialog.dlg * * NOTE - this file is maintained by dlgedit. Do not edit directly * * History: * 12-09-91 Davidc Created. \***************************************************************************/
// Accessibility notification dialogs
#define DLG_CONFIRM 0x1230
#define ID_HELPTEXT 0x1231
#define ID_NOHOTKEY 0x1232
#define ID_STICKY_TITLE 0x1240
#define ID_STICKY_TEXT 0x1240
#define ID_FILTER_TITLE 0x1250
#define ID_FILTER_TEXT 0x1250
#define ID_MOUSE_TITLE 0x1260
#define ID_MOUSE_TEXT 0x1260
#define ID_HC_TITLE 0x1270
#define ID_HC_TEXT 0x1270
#define ID_TOGGLE_TITLE 0x1280
#define ID_TOGGLE_TEXT 0x1280
#define ID_SERIAL_TITLE 0x1290
#define ID_SERIAL_TEXT 0x1290
#define ID_ACCESS_TITLE 0x1300
#define ID_ACCESS_TEXT 0x1300
#define ID_WHITEBLACK_HC 0x1320
#define ID_PRE_HC_SCHEME 0x1321
|