Sync with trunk head (part 1 of 2)
[reactos.git] / dll / win32 / netshell / resource.h
1
2 /* icons */
3
4 #define IDI_SHELL_NETWORK_FOLDER 100
5 #define IDI_HORIZONTAL 101
6 #define IDI_NETSTAT 102
7 #define IDI_VERTICAL 103
8 #define IDI_NET_ERROR 104
9 #define IDI_NET_IDLE 105
10 #define IDI_NET_OFF 106
11 #define IDI_NET_REC 107
12 #define IDI_NET_TRANS 108
13 #define IDI_NET_TRANSREC 109
14
15 /* dialogs */
16 #define IDD_NETPROPERTIES 400
17 #define IDD_LAN_NETSTATUS 401
18 #define IDD_STATUS 402
19 #define IDD_LAN_NETSTATUSADVANCED 403
20 #define IDD_LAN_NETSTATUSDETAILS 404
21
22 /* dialog controls */
23 #define IDC_NETCARDNAME 1000
24 #define IDC_CONFIGURE 1001
25 #define IDC_COMPONENTSLIST 1002
26 #define IDC_INSTALL 1003
27 #define IDC_UNINSTALL 1004
28 #define IDC_PROPERTIES 1005
29 #define IDC_DESCRIPTION 1006
30 #define IDC_SHOWTASKBAR 1007
31 #define IDC_NOTIFYNOCONNECTION 1008
32
33 #define IDC_SEND 1100
34 #define IDC_RECEIVED 1101
35 #define IDC_STATUS_PROPERTIES 1102
36 #define IDC_ENDISABLE 1103
37 #define IDC_STATUS 1104
38 #define IDC_DURATION 1105
39 #define IDC_SPEED 1106
40 #define IDC_NETSTAT 1107
41
42 #define IDC_DETAILSTYPE 1200
43 #define IDC_DETAILSIP 1201
44 #define IDC_DETAILSSUBNET 1202
45 #define IDC_DETAILSGATEWAY 1203
46 #define IDC_DETAILS 1204
47
48 #define IDC_CLOSE 1300
49
50 /* resource constants */
51
52 #define IDS_NETWORKCONNECTION 10000
53 #define IDS_SHV_COLUMN_NAME 10001
54 #define IDS_SHV_COLUMN_TYPE 10002
55 #define IDS_SHV_COLUMN_STATE 10003
56 #define IDS_SHV_COLUMN_DEVNAME 10004
57 #define IDS_SHV_COLUMN_PHONE 10005
58 #define IDS_SHV_COLUMN_OWNER 10006
59 #define IDS_TYPE_ETHERNET 10007
60 #define IDS_STATUS_NON_OPERATIONAL 10008
61 #define IDS_STATUS_UNREACHABLE 10009
62 #define IDS_STATUS_DISCONNECTED 10010
63 #define IDS_STATUS_CONNECTING 10011
64 #define IDS_STATUS_CONNECTED 10012
65 #define IDS_STATUS_OPERATIONAL 10013
66
67 #define IDS_NET_ACTIVATE 10100
68 #define IDS_NET_DEACTIVATE 10101
69 #define IDS_NET_STATUS 10102
70 #define IDS_NET_REPAIR 10103
71 #define IDS_NET_CREATELINK 10104
72 #define IDS_NET_DELETE 10105
73 #define IDS_NET_RENAME 10106
74 #define IDS_NET_PROPERTIES 10107
75
76 #define IDS_FORMAT_BIT 10200
77 #define IDS_FORMAT_MBIT 10201
78 #define IDS_FORMAT_KBIT 10202
79 #define IDS_FORMAT_GBIT 10203
80 #define IDS_DURATION_DAY 10204
81 #define IDS_DURATION_DAYS 10205
82 #define IDS_ASSIGNED_DHCP 10206
83 #define IDS_ASSIGNED_MANUAL 10207
84
85 #define IDS_PHYSICAL_ADDRESS 10300
86 #define IDS_IP_ADDRESS 10301
87 #define IDS_SUBNET_MASK 10302
88 #define IDS_DEF_GATEWAY 10303
89 #define IDS_DHCP_SERVER 10304
90 #define IDS_LEASE_OBTAINED 10305
91 #define IDS_LEASE_EXPIRES 10306
92 #define IDS_DNS_SERVERS 10307
93 #define IDS_WINS_SERVERS 10308
94 #define IDS_PROPERTY 10309
95 #define IDS_VALUE 10310
96