Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
678 B

#include <ncres.h>
#define IDS_ALANECFG_UNSPECIFIEDNAME (IDS_NC_ALANECFG + 1)
#define IDS_MSFT_LANE_TEXT (IDS_NC_ALANECFG + 2)
#define IDS_DUPLICATE_ELANNAME (IDS_NC_ALANECFG + 3)
#define IDD_MAIN 101
#define IDD_ELAN_PROPERTIES 102
#define IDC_ADAPTER_TEXT 1001
#define IDC_ELAN_GROUP 1003
#define IDC_ELAN_LIST 1004
#define IDC_ELAN_ADD 1005
#define IDC_ELAN_EDIT 1006
#define IDC_ELAN_REMOVE 1007
#define IDC_ELAN_NAMETEXT 1008
#define IDC_ELAN_NAME 1009