xref: /reactos/dll/shellext/netshell/resource.h (revision 6dcc07c1)
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_NETWORKSETTINGSPAGE  3500
56 #define IDC_NETWORK_TYPICAL      3501
57 #define IDC_NETWORK_CUSTOM       3502
58 
59 #define IDD_NETWORKCOMPONENTPAGE 3600
60 #define IDC_COMPONENT_LIST       3601
61 #define IDC_NETWORK_DEVICE       3602
62 #define IDC_NETWORK_INSTALL      3603
63 #define IDC_NETWORK_UNINSTALL    3604
64 #define IDC_NETWORK_PROPERTIES   3605
65 
66 #define IDD_NETWORKDOMAINPAGE    3700
67 #define IDC_SELECT_WORKGROUP     3701
68 #define IDC_SELECT_DOMAIN        3702
69 #define IDC_DOMAIN_NAME          3703
70 
71 /* resource constants */
72 
73 #define IDS_NETWORKCONNECTION      10000
74 #define IDS_SHV_COLUMN_NAME        10001
75 #define IDS_SHV_COLUMN_TYPE        10002
76 #define IDS_SHV_COLUMN_STATE       10003
77 #define IDS_SHV_COLUMN_DEVNAME     10004
78 #define IDS_SHV_COLUMN_PHONE       10005
79 #define IDS_SHV_COLUMN_OWNER       10006
80 #define IDS_TYPE_ETHERNET          10007
81 #define IDS_STATUS_NON_OPERATIONAL 10008
82 #define IDS_STATUS_UNREACHABLE     10009
83 #define IDS_STATUS_DISCONNECTED    10010
84 #define IDS_STATUS_CONNECTING      10011
85 #define IDS_STATUS_CONNECTED       10012
86 #define IDS_STATUS_OPERATIONAL     10013
87 
88 #define IDS_NET_ACTIVATE   10100
89 #define IDS_NET_DEACTIVATE 10101
90 #define IDS_NET_STATUS     10102
91 #define IDS_NET_REPAIR     10103
92 #define IDS_NET_CREATELINK 10104
93 #define IDS_NET_DELETE     10105
94 #define IDS_NET_RENAME     10106
95 #define IDS_NET_PROPERTIES 10107
96 
97 #define IDS_FORMAT_BIT      10200
98 #define IDS_FORMAT_MBIT     10201
99 #define IDS_FORMAT_KBIT     10202
100 #define IDS_FORMAT_GBIT     10203
101 #define IDS_DURATION_DAY    10204
102 #define IDS_DURATION_DAYS   10205
103 #define IDS_ASSIGNED_DHCP   10206
104 #define IDS_ASSIGNED_MANUAL 10207
105 
106 #define IDS_PHYSICAL_ADDRESS 10300
107 #define IDS_IP_ADDRESS       10301
108 #define IDS_SUBNET_MASK      10302
109 #define IDS_DEF_GATEWAY      10303
110 #define IDS_DHCP_SERVER      10304
111 #define IDS_LEASE_OBTAINED   10305
112 #define IDS_LEASE_EXPIRES    10306
113 #define IDS_DNS_SERVERS      10307
114 #define IDS_WINS_SERVERS     10308
115 #define IDS_PROPERTY         10309
116 #define IDS_VALUE            10310
117 
118 #define IDS_NETWORKSETTINGSTITLE     13050
119 #define IDS_NETWORKSETTINGSSUBTITLE  13051
120 #define IDS_NETWORKCOMPONENTTITLE    13052
121 #define IDS_NETWORKCOMPONENTSUBTITLE 13053
122 #define IDS_NETWORKDOMAINTITLE       13054
123 #define IDS_NETWORKDOMAINSUBTITLE    13055
124 #define IDS_REACTOS_SETUP            13456
125 #define IDS_WZD_DOMAIN_NAME          13457
126 
127 #define IDR_NETSHELL 20000
128 
129