ReactOS 0.4.15-dev-8093-g3285f69
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* Icon IDs */
4#define IDI_HOTPLUG 100
5
6/* Dialog IDs */
7#define IDC_STATIC -1
8
9#define IDD_SAFE_REMOVE_HARDWARE_DIALOG 300
10#define IDC_SAFE_REMOVE_ICON 301
11#define IDC_SAFE_REMOVE_DEVICE_TREE 302
12#define IDC_SAFE_REMOVE_TEXT 303
13#define IDC_SAFE_REMOVE_PROPERTIES 304
14#define IDC_SAFE_REMOVE_STOP 305
15#define IDC_SAFE_REMOVE_DISPLAY_COMPONENTS 306
16
17#define IDD_CONFIRM_STOP_HARDWARE_DIALOG 310
18#define IDC_CONFIRM_STOP_DEVICE_LIST 311
19
20/* Menu IDs */
21#define IDM_POPUP_DEVICE_TREE 500
22#define IDM_STOP 501
23#define IDM_PROPERTIES 502
24
25/* Resource strings IDs */
26#define IDS_CPLNAME 1000
27#define IDS_CPLDESCRIPTION 1001
28#define IDS_UNKNOWN_DEVICE 1002
29#define IDS_EJECT_ERROR_FORMAT 1003