reactos/dll/shellext/netplwiz/resource.h

22 lines
395 B
C
Raw Normal View History

#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