mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
65 lines
2 KiB
C
65 lines
2 KiB
C
#pragma once
|
|
|
|
#define IDC_FILENEEDED 503
|
|
#define IDC_INFO 504
|
|
#define IDC_COPYFROM 505
|
|
#define IDC_PATH 506
|
|
#define IDC_RUNDLG_BROWSE 507
|
|
|
|
#define IDS_PROMPTDISK 508
|
|
#define IDS_UNKNOWN 509
|
|
#define IDS_COPYFROM 510
|
|
#define IDS_INFO 511
|
|
|
|
#define IDS_QUERY_REBOOT_TEXT 1000
|
|
#define IDS_QUERY_REBOOT_CAPTION 2000
|
|
#define IDS_INF_FILE 2001
|
|
|
|
#define COPYFILEDLGORD 3000
|
|
#define SOURCESTRORD 3001
|
|
#define DESTSTRORD 3002
|
|
#define PROGRESSORD 3003
|
|
|
|
#define IDPROMPTFORDISK 3004
|
|
|
|
#define IDI_SETUPAPI_DISP_ADAPT 1
|
|
#define IDI_SETUPAPI_MOUSE 2
|
|
#define IDI_SETUPAPI_KEYBOARD 3
|
|
#define IDI_SETUPAPI_PRINTER 4
|
|
#define IDI_SETUPAPI_NETCARD 5
|
|
#define IDI_SETUPAPI_NODE 6
|
|
#define IDI_SETUPAPI_COMPUTER 7
|
|
#define IDI_SETUPAPI_SHCOMPUTER 8
|
|
#define IDI_SETUPAPI_DRV_CONTROL 9
|
|
#define IDI_SETUPAPI_POWER 10
|
|
#define IDI_SETUPAPI_CARD 11
|
|
|
|
#define IDI_SETUPAPI_UNKNOWN 18
|
|
#define IDI_SETUPAPI_LEGACY_DRV 19
|
|
#define IDI_SETUPAPI_USB 20
|
|
#define IDI_SETUPAPI_REM_DRIVE 21
|
|
#define IDI_SETUPAPI_SATELLITE 22
|
|
#define IDI_SETUPAPI_PORTS 23
|
|
#define IDI_SETUPAPI_HID 24
|
|
#define IDI_SETUPAPI_NEEDSNAME1 25
|
|
#define IDI_SETUPAPI_NEEDSNAME2 26
|
|
#define IDI_SETUPAPI_MYCOMPUTER 27
|
|
#define IDI_SETUPAPI_PROCESSOR 28
|
|
|
|
#define IDI_SETUPAPI_SIGNED_DRV 40
|
|
#define IDI_SETUPAPI_BLANK 41
|
|
#define IDI_SETUPAPI_WARNING 42
|
|
#define IDI_SETUPAPI_DEVICES 43
|
|
|
|
#define IDI_SETUPAPI_FLOPPY 50
|
|
#define IDI_SETUPAPI_CDROM 51
|
|
#define IDI_SETUPAPI_NETDRIVE 52
|
|
#define IDI_SETUPAPI_HARDDRIVE 53
|
|
#define IDI_SETUPAPI_NEEDSNAME3 54
|
|
|
|
#define IDI_SETUPAPI_314FLOP 105
|
|
#define IDI_SETUPAPI_CHIP 159
|
|
#define IDI_SETUPAPI_ERROR 161
|
|
#define IDI_SETUPAPI_WARN_OVERLAY 500
|
|
#define IDI_SETUPAPI_ERR_OVERLAY 501
|
|
#define IDI_SETUPAPI_INFO_OVERLAY 502
|