mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
30 lines
850 B
C
30 lines
850 B
C
#pragma once
|
|
|
|
/* Icon IDs */
|
|
#define IDI_HOTPLUG 100
|
|
|
|
/* Dialog IDs */
|
|
#define IDC_STATIC -1
|
|
|
|
#define IDD_SAFE_REMOVE_HARDWARE_DIALOG 300
|
|
#define IDC_SAFE_REMOVE_ICON 301
|
|
#define IDC_SAFE_REMOVE_DEVICE_TREE 302
|
|
#define IDC_SAFE_REMOVE_TEXT 303
|
|
#define IDC_SAFE_REMOVE_PROPERTIES 304
|
|
#define IDC_SAFE_REMOVE_STOP 305
|
|
#define IDC_SAFE_REMOVE_DISPLAY_COMPONENTS 306
|
|
|
|
#define IDD_CONFIRM_STOP_HARDWARE_DIALOG 310
|
|
#define IDC_CONFIRM_STOP_DEVICE_LIST 311
|
|
|
|
/* Menu IDs */
|
|
#define IDM_POPUP_DEVICE_TREE 500
|
|
#define IDM_STOP 501
|
|
#define IDM_PROPERTIES 502
|
|
|
|
/* Resource strings IDs */
|
|
#define IDS_CPLNAME 1000
|
|
#define IDS_CPLDESCRIPTION 1001
|
|
#define IDS_UNKNOWN_DEVICE 1002
|
|
#define IDS_EJECT_ERROR_FORMAT 1003
|