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.
|
|
#ifndef __SXS_DIALOGS
#define __SXS_DIALOGS
#define IDC_STATIC -1
#define IDC_PROGRESS 101
#define IDC_NET_NAME 102
#define IDC_MEDIA_NAME 103
#define IDC_PROMPT_TEXT 104
#define IDC_RETRY 150
#define IDC_INFO 151
#define IDI_CDROM 201
#define IDI_NETWORK 202
#define IDS_TITLE 301
#define IDS_ERROR_TITLE 302
#define IDS_PROTDLL_DISABLED 303
#define IDS_FILE_CHANGE 304
#define IDS_CANCEL_CONFIRM 305
#define IDS_WRONG_CD 306
#define IDS_MORE_INFORMATION_CD 307
#define IDS_MORE_INFORMATION_NET 308
#define IDS_WRONG_NETCD 309
#define IDS_RESTORE_TEXT 310
#define IDS_CACHE_TEXT 311
#define IDS_INSTALL_PROTECTED_TEXT 312
#define IDS_CANCEL_CONFIRM_INSTALL 313
#define IDS_CANCEL_CONFIRM_CACHE 314
#define IDS_UNKNOWN 320
#define IDD_PROGRESS 401
#define IDD_SFC_CD_PROMPT 402
#define IDD_SFC_NETWORK_PROMPT 403
#endif
|