reactos/dll/win32/netid/resource.h
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

23 lines
624 B
C

#ifndef __NETID_RESOURCE_H
#define __NETID_RESOURCE_H
#ifndef IDC_STATIC
#define IDC_STATIC -1
#endif
#define IDI_COMPNAME 101
#define IDI_WARNINGICO 102
#define IDD_PROPPAGECOMPNAMECHENGE 103
#define IDD_PROPPAGEDNSANDNETBIOS 104
#define IDD_PROPPAGECOMPUTER 112
#define IDC_COMPDESC 201
#define IDC_COMPUTERNAME 202
#define IDC_WORKGROUPDOMAIN_NAME 203
#define IDC_WORKGROUPDOMAIN 204
#define IDC_NETWORK_ID 205
#define IDC_NETWORK_PROPERTY 206
#endif /* __NETID_RESOURCE_H */