ReactOS
0.4.17-dev-573-g8315b8c
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
/* Network right click menu defines */
53
#define IDM_NETICON_CONTEXT_BASE 1400
54
#define IDM_NETICON_ENABLE (IDM_NETICON_CONTEXT_BASE + 0)
55
#define IDM_NETICON_DISABLE (IDM_NETICON_CONTEXT_BASE + 1)
56
#define IDM_NETICON_STATUS (IDM_NETICON_CONTEXT_BASE + 2)
57
#define IDM_NETICON_REPAIR (IDM_NETICON_CONTEXT_BASE + 3)
58
#define IDM_NETICON_OPEN_CONNECTIONS (IDM_NETICON_CONTEXT_BASE + 5)
59
#define IDM_NETICON_PROPERTIES (IDM_NETICON_CONTEXT_BASE + 6)
60
61
#define IDS_NET_OPEN_CONNECTIONS 10108
62
63
/* Network setup wizard pages */
64
#define IDD_NETWORKINITPAGE 3400
65
#define IDC_INSTALL_PROGRESS 3401
66
67
#define IDD_NETWORKSETTINGSPAGE 3500
68
#define IDC_NETWORK_TYPICAL 3501
69
#define IDC_NETWORK_CUSTOM 3502
70
71
#define IDD_NETWORKCOMPONENTPAGE 3600
72
#define IDC_COMPONENT_LIST 3601
73
#define IDC_NETWORK_DEVICE 3602
74
#define IDC_NETWORK_INSTALL 3603
75
#define IDC_NETWORK_UNINSTALL 3604
76
#define IDC_NETWORK_PROPERTIES 3605
77
78
#define IDD_NETWORKDOMAINPAGE 3700
79
#define IDC_SELECT_WORKGROUP 3701
80
#define IDC_SELECT_DOMAIN 3702
81
#define IDC_DOMAIN_NAME 3703
82
83
/* resource constants */
84
85
#define IDS_NETWORKCONNECTION 10000
86
#define IDS_SHV_COLUMN_NAME 10001
87
#define IDS_SHV_COLUMN_TYPE 10002
88
#define IDS_SHV_COLUMN_STATE 10003
89
#define IDS_SHV_COLUMN_DEVNAME 10004
90
#define IDS_SHV_COLUMN_PHONE 10005
91
#define IDS_SHV_COLUMN_OWNER 10006
92
#define IDS_TYPE_ETHERNET 10007
93
#define IDS_STATUS_NON_OPERATIONAL 10008
94
#define IDS_STATUS_UNREACHABLE 10009
95
#define IDS_STATUS_DISCONNECTED 10010
96
#define IDS_STATUS_CONNECTING 10011
97
#define IDS_STATUS_CONNECTED 10012
98
#define IDS_STATUS_OPERATIONAL 10013
99
100
#define IDS_NET_ACTIVATE 10100
101
#define IDS_NET_DEACTIVATE 10101
102
#define IDS_NET_STATUS 10102
103
#define IDS_NET_REPAIR 10103
104
#define IDS_NET_CREATELINK 10104
105
#define IDS_NET_DELETE 10105
106
#define IDS_NET_RENAME 10106
107
#define IDS_NET_PROPERTIES 10107
108
109
#define IDS_FORMAT_BIT 10200
110
#define IDS_FORMAT_MBIT 10201
111
#define IDS_FORMAT_KBIT 10202
112
#define IDS_FORMAT_GBIT 10203
113
#define IDS_DURATION_DAY 10204
114
#define IDS_DURATION_DAYS 10205
115
#define IDS_ASSIGNED_DHCP 10206
116
#define IDS_ASSIGNED_MANUAL 10207
117
118
#define IDS_PHYSICAL_ADDRESS 10300
119
#define IDS_IP_ADDRESS 10301
120
#define IDS_SUBNET_MASK 10302
121
#define IDS_DEF_GATEWAY 10303
122
#define IDS_DHCP_SERVER 10304
123
#define IDS_LEASE_OBTAINED 10305
124
#define IDS_LEASE_EXPIRES 10306
125
#define IDS_DNS_SERVERS 10307
126
#define IDS_WINS_SERVERS 10308
127
#define IDS_PROPERTY 10309
128
#define IDS_VALUE 10310
129
130
#define IDS_NETWORKINITTITLE 13050
131
#define IDS_NETWORKINITSUBTITLE 13051
132
#define IDS_NETWORKSETTINGSTITLE 13052
133
#define IDS_NETWORKSETTINGSSUBTITLE 13053
134
#define IDS_NETWORKCOMPONENTTITLE 13054
135
#define IDS_NETWORKCOMPONENTSUBTITLE 13055
136
#define IDS_NETWORKDOMAINTITLE 13056
137
#define IDS_NETWORKDOMAINSUBTITLE 13057
138
#define IDS_REACTOS_SETUP 13456
139
#define IDS_WZD_DOMAIN_NAME 13457
140
141
#define IDR_NETSHELL 20000
142
dll
shellext
netshell
resource.h
Generated on Sat Aug 1 2026 06:23:38 for ReactOS by
1.9.6