mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
21 lines
566 B
C
21 lines
566 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
|
|
|
|
/* Resource strings ids */
|
|
#define IDS_CPLNAME 1000
|
|
#define IDS_CPLDESCRIPTION 1001
|