ReactOS 0.4.16-dev-1007-g2e85425
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* icons */
4
5#define IDI_SHELL_NETWORK_FOLDER 100
6#define IDI_HORIZONTAL 101
7#define IDI_NETSTAT 102
8#define IDI_VERTICAL 103
9#define IDI_NET_ERROR 104
10#define IDI_NET_IDLE 105
11#define IDI_NET_OFF 106
12#define IDI_NET_REC 107
13#define IDI_NET_TRANS 108
14#define IDI_NET_TRANSREC 109
15#define IDI_NET_SETUP 110
16
17#define IDC_STATIC -1
18
19/* dialogs */
20#define IDD_NETPROPERTIES 400
21#define IDD_LAN_NETSTATUS 401
22#define IDD_STATUS 402
23#define IDD_LAN_NETSTATUSADVANCED 403
24#define IDD_LAN_NETSTATUSDETAILS 404
25
26/* dialog controls */
27#define IDC_NETCARDNAME 1000
28#define IDC_CONFIGURE 1001
29#define IDC_COMPONENTSLIST 1002
30#define IDC_INSTALL 1003
31#define IDC_UNINSTALL 1004
32#define IDC_PROPERTIES 1005
33#define IDC_DESCRIPTION 1006
34#define IDC_SHOWTASKBAR 1007
35#define IDC_NOTIFYNOCONNECTION 1008
36
37#define IDC_SEND 1100
38#define IDC_RECEIVED 1101
39#define IDC_STATUS_PROPERTIES 1102
40#define IDC_ENDISABLE 1103
41#define IDC_STATUS 1104
42#define IDC_DURATION 1105
43#define IDC_SPEED 1106
44#define IDC_NETSTAT 1107
45
46#define IDC_DETAILSTYPE 1200
47#define IDC_DETAILSIP 1201
48#define IDC_DETAILSSUBNET 1202
49#define IDC_DETAILSGATEWAY 1203
50#define IDC_DETAILS 1204
51
52#define IDC_CLOSE 1300
53
54/* Network setup wizard pages */
55#define IDD_NETWORKINITPAGE 3400
56#define IDC_INSTALL_PROGRESS 3401
57
58#define IDD_NETWORKSETTINGSPAGE 3500
59#define IDC_NETWORK_TYPICAL 3501
60#define IDC_NETWORK_CUSTOM 3502
61
62#define IDD_NETWORKCOMPONENTPAGE 3600
63#define IDC_COMPONENT_LIST 3601
64#define IDC_NETWORK_DEVICE 3602
65#define IDC_NETWORK_INSTALL 3603
66#define IDC_NETWORK_UNINSTALL 3604
67#define IDC_NETWORK_PROPERTIES 3605
68
69#define IDD_NETWORKDOMAINPAGE 3700
70#define IDC_SELECT_WORKGROUP 3701
71#define IDC_SELECT_DOMAIN 3702
72#define IDC_DOMAIN_NAME 3703
73
74/* resource constants */
75
76#define IDS_NETWORKCONNECTION 10000
77#define IDS_SHV_COLUMN_NAME 10001
78#define IDS_SHV_COLUMN_TYPE 10002
79#define IDS_SHV_COLUMN_STATE 10003
80#define IDS_SHV_COLUMN_DEVNAME 10004
81#define IDS_SHV_COLUMN_PHONE 10005
82#define IDS_SHV_COLUMN_OWNER 10006
83#define IDS_TYPE_ETHERNET 10007
84#define IDS_STATUS_NON_OPERATIONAL 10008
85#define IDS_STATUS_UNREACHABLE 10009
86#define IDS_STATUS_DISCONNECTED 10010
87#define IDS_STATUS_CONNECTING 10011
88#define IDS_STATUS_CONNECTED 10012
89#define IDS_STATUS_OPERATIONAL 10013
90
91#define IDS_NET_ACTIVATE 10100
92#define IDS_NET_DEACTIVATE 10101
93#define IDS_NET_STATUS 10102
94#define IDS_NET_REPAIR 10103
95#define IDS_NET_CREATELINK 10104
96#define IDS_NET_DELETE 10105
97#define IDS_NET_RENAME 10106
98#define IDS_NET_PROPERTIES 10107
99
100#define IDS_FORMAT_BIT 10200
101#define IDS_FORMAT_MBIT 10201
102#define IDS_FORMAT_KBIT 10202
103#define IDS_FORMAT_GBIT 10203
104#define IDS_DURATION_DAY 10204
105#define IDS_DURATION_DAYS 10205
106#define IDS_ASSIGNED_DHCP 10206
107#define IDS_ASSIGNED_MANUAL 10207
108
109#define IDS_PHYSICAL_ADDRESS 10300
110#define IDS_IP_ADDRESS 10301
111#define IDS_SUBNET_MASK 10302
112#define IDS_DEF_GATEWAY 10303
113#define IDS_DHCP_SERVER 10304
114#define IDS_LEASE_OBTAINED 10305
115#define IDS_LEASE_EXPIRES 10306
116#define IDS_DNS_SERVERS 10307
117#define IDS_WINS_SERVERS 10308
118#define IDS_PROPERTY 10309
119#define IDS_VALUE 10310
120
121#define IDS_NETWORKINITTITLE 13050
122#define IDS_NETWORKINITSUBTITLE 13051
123#define IDS_NETWORKSETTINGSTITLE 13052
124#define IDS_NETWORKSETTINGSSUBTITLE 13053
125#define IDS_NETWORKCOMPONENTTITLE 13054
126#define IDS_NETWORKCOMPONENTSUBTITLE 13055
127#define IDS_NETWORKDOMAINTITLE 13056
128#define IDS_NETWORKDOMAINSUBTITLE 13057
129#define IDS_REACTOS_SETUP 13456
130#define IDS_WZD_DOMAIN_NAME 13457
131
132#define IDR_NETSHELL 20000
133