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