mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
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
|