mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
d1404a7a2a
CORE-13516, CORE-13518
22 lines
395 B
C
22 lines
395 B
C
#pragma once
|
|
|
|
#ifndef IDC_STATIC
|
|
#define IDC_STATIC -1
|
|
#endif
|
|
|
|
/* Controls */
|
|
#define IDC_CONNECTEDDRIVELIST 1071
|
|
#define ID_OK 100
|
|
|
|
/* Dialogs */
|
|
#define IDD_DISCONNECTDRIVES 2100
|
|
|
|
/* Icons */
|
|
#define IDI_DISCONNECT_NET_DRIVES 4400
|
|
|
|
/* Strings */
|
|
#define IDS_DIALOG_CAPTION 13000
|
|
#define IDS_DRIVE_LETTER 13001
|
|
#define IDS_NETWORK_PATH 13002
|
|
#define IDS_NO_DRIVES 13003
|