-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathResource.h
435 lines (422 loc) · 13 KB
/
Resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by main.rc
//
#include "const.h"
#define IDD_MAIN 102
#define IDR_MAINFRAME 127
#define IDI_ICON1 128
#define IDR_MENU_CONTACT 129
#define IDR_MENU_MESSAGES 130
#define IDR_MENU_TABS 131
#define IDD_ACCOUNT 133
#define IDD_ACCOUNT_CUSTOM 134
#define IDD_ACCOUNT_PIN 135
#define IDD_ACCOUNT_REG 136
#define IDD_ADD 137
#define IDD_BUTTONS 138
#define IDD_CALLS 139
#define IDD_CONFERNCE 140
#define IDD_CONTACTS 141
#define IDD_DIALER 142
#define IDD_MESSAGES 143
#define IDD_REG_STEP1 144
#define IDD_REG_STEP2 145
#define IDD_REG_STEP3 146
#define IDD_RINGIN 147
#define IDD_SETTINGS 148
#define IDD_TRANSFER 149
#define IDI_ACTIVE 150
#define IDI_AWAY 152
#define IDI_BLANK 153
#define IDI_BUSY 154
#define IDI_CALL_IN 155
#define IDI_CALL_MISS 156
#define IDI_CALL_OUT 157
#define IDI_CLOSE 158
#define IDI_CLOSE_2 159
#define IDI_DEFAULT 160
#define IDI_END 161
#define IDI_EXIT 162
#define IDI_HOLD 163
#define IDI_INACTIVE 164
#define IDI_LOGO 165
#define IDI_MESSAGE 166
#define IDI_MUTE 167
#define IDI_MUTE_INPUT 168
#define IDI_MUTE_OUTPUT 169
#define IDI_MUTED 170
#define IDI_MUTED_INPUT 171
#define IDI_MUTED_OUTPUT 172
#define IDI_OFFLINE 173
#define IDI_ONLINE 174
#define IDI_TRAY 176
#define IDI_UNKNOWN 177
#define IDI_VIDEO 178
#define IDB_DOWNARROW 179
#define IDB_UPARROW 180
#define IDI_SEARCH 181
#define IDI_CLEAR 182
#define IDT_LANGPACK 183
#define IDI_SECURE 184
#define IDI_ACTIVE_SECURE 185
#define IDI_CONFERENCE_SECURE 186
#define IDI_CONFERENCE 187
#define IDI_DROPDOWN 188
#define IDR_MENU_CALL_TRANSFER 189
#define IDR_MENU_CALL_CONFERENCE 175
#define IDI_MESSAGE_IN 190
#define IDI_ON_HOLD 191
#define IDI_ON_REMOTE_HOLD 192
#define IDI_ON_REMOTE_HOLD_CONFERENCE 193
#define IDD_CHANGE_PASSWORD 194
#define IDD_SHORTCUTS 195
#define IDI_TRANSFER 196
#define IDI_MAIN_PHONE 197
#define IDI_MAIN_LOGS 198
#define IDI_MAIN_LOGS_HL 221
#define IDI_MAIN_CONTACTS 199
#define IDI_MAIN_SHORTCUTS 200
#define IDI_MAIN_EXIT 212
#define IDI_MENU 201
#define IDI_ON_THE_PHONE 202
#define IDD_CLI_CERT 203
#define IDB_VMAIL 204
#define IDB_VMAIL_FOCUS 205
#define IDB_VMAIL_DOWN 206
#define IDB_VMAIL_GREY 207
#define IDB_VMAIL_GREY_FOCUS 208
#define IDB_VMAIL_GREY_DOWN 209
#define IDB_DELETE 210
#define IDI_MISSED 211
#define IDI_RESUME 213
#define IDI_CONTACT 215
#define IDI_ACTIVE_RED 216
#define IDI_ACTIVE_YELLOW 217
#define IDI_ACTIVE_SECURE_RED 218
#define IDI_ACTIVE_SECURE_YELLOW 219
#define IDI_ACTIVE_BLUE 220
#define IDI_YELLOW 222
#define IDC_ATTENDED_TRANSFER 1001
#define IDC_BALANCE 1006
#define IDC_BUTTON_AR 1011
#define IDC_BUTTON_CN 1012
#define IDC_BUTTON_EN 1013
#define IDC_BUTTON_FLOOR 1014
#define IDC_BUTTON_FR 1015
#define IDC_BUTTON_HAND 1016
#define IDC_BUTTON_MUTE 1017
#define IDC_BUTTON_MUTE_INPUT 1018
#define IDC_BUTTON_MUTE_OUTPUT 1019
#define IDC_BUTTON_RU 1020
#define IDC_BUTTON_SP 1021
#define IDC_CALL 1022
#define IDC_CALL_END 1023
#define IDC_CALL_SKYPE 1024
#define IDC_CALLER_ADDR 1025
#define IDC_CALLER_NAME 1026
#define IDC_CALLS 1027
#define IDC_CLEAR 1028
#define IDC_CLOSE_ALL 1029
#define IDC_CONTACTS 1030
#define IDC_DECLINE 1032
#define IDC_DELETE 1035
#define IDC_EDIT_API_ID 1042
#define IDC_EDIT_AUTHID 1043
#define IDC_EDIT_CONFERENCE_CODE 1044
#define IDC_EDIT_DISPLAYNAME 1045
#define IDC_EDIT_DOMAIN 1046
#define IDC_EDIT_NAME 1047
#define IDC_EDIT_NUMBER 1048
#define IDC_EDIT_PASSWORD 1049
#define IDC_EDIT_PORT 1050
#define IDC_EDIT_PROXY 1051
#define IDC_EDIT_SERVER 1052
#define IDC_EDIT_USERNAME 1053
#define IDC_END 1055
#define IDC_HOLD 1057
#define IDC_ICE 1058
#define IDC_IGNORE 1059
#define IDC_KEY_0 1060
#define IDC_KEY_1 1061
#define IDC_KEY_2 1062
#define IDC_KEY_3 1063
#define IDC_KEY_4 1064
#define IDC_KEY_5 1065
#define IDC_KEY_6 1066
#define IDC_KEY_7 1067
#define IDC_KEY_8 1068
#define IDC_KEY_9 1069
#define IDC_KEY_GRATE 1070
#define IDC_KEY_PLUS 1071
#define IDC_KEY_STAR 1072
#define IDC_LAST_CALL 1073
#define IDC_LIST 1074
#define IDC_MESSAGE 1076
#define IDC_NUMBER 1078
#define IDC_PRESENCE 1079
#define IDC_PROFILE 1081
#define IDC_PUBLIC_ADDR 1082
#define IDC_PUBLISH 1083
#define IDC_REG_CODE 1084
#define IDC_REG_COUNTRY 1085
#define IDC_REG_EMAIL 1086
#define IDC_REG_NUMBER 1087
#define IDC_REG_PASS1 1088
#define IDC_REG_PASS2 1089
#define IDC_REMEMBER_PASSWORD 1090
#define IDC_REWRITE 1091
#define IDC_SRTP 1098
#define IDC_SYSLINK_ACCOUNT_LINK 1100
#define IDC_SYSLINK_ACCOUNT_LINK2 1102
#define IDC_SYSLINK_AUTHID 1101
#define IDC_SYSLINK_DELETE 1103
#define IDC_SYSLINK_DISPLAY_PASSWORD 1109
#define IDC_SYSLINK_DOMAIN 1110
#define IDC_SYSLINK_ENCRYPTION 1113
#define IDC_SYSLINK_ICE 1115
#define IDC_SYSLINK_LOCAL_PORT 1117
#define IDC_SYSLINK_NAME 1118
#define IDC_SYSLINK_PASSWORD 1119
#define IDC_SYSLINK_PREFIX 1120
#define IDC_SYSLINK_PUBLIC_ADDRESS 1121
#define IDC_SYSLINK_PUBLISH_PRESENCE 1122
#define IDC_SYSLINK_REG 1123
#define IDC_SYSLINK_REWRITE 1124
#define IDC_SYSLINK_SIP_PROXY 1127
#define IDC_SYSLINK_SIP_SERVER 1128
#define IDC_SYSLINK_TRANSPORT 1131
#define IDC_SYSLINK_USERNAME 1132
#define IDC_TRANSFER 1135
#define IDC_TRANSPORT 1136
#define IDC_VIDEO 1140
#define IDC_VIDEO_CALL 1141
#define IDC_VOLUME_INPUT 1143
#define IDC_VOLUME_OUTPUT 1144
#define IDC_BALANCE_URL 1147
#define IDC_FILER_VALUE 1148
#define IDC_FILER 1149
#define IDC_SEARCH_PICTURE 1150
#define IDC_FILTER_RESET 1151
#define IDC_ACCOUNT_LABEL 1152
#define IDC_ACCOUNT_WELCOME2 1153
#define IDC_CONFERENCE_INVITE 1158
#define IDC_CONFERENCE 1159
#define IDC_EDIT_PASSWORD_OLD 1160
#define IDC_EDIT_PASSWORD_NEW 1161
#define IDC_EDIT_PASSWORD_CONFIRM 1162
#define IDC_BUTTON_ADDL 1163
#define IDC_VOICEMAIL 1166
#define IDC_SESSION_TIMER 1167
#define IDC_SYSLINK_SESSION_TIMER 1168
#define IDC_EDIT_VOICEMAIL 1172
#define IDC_SYSLINK_VOICEMAIL 1173
#define IDC_BUTTON_PLUS_INPUT 1174
#define IDC_BUTTON_MINUS_INPUT 1175
#define IDC_BUTTON_PLUS_OUTPUT 1176
#define IDC_BUTTON_MINUS_OUTPUT 1177
#define IDC_LOGO 1199
#define IDC_REDIAL 1200
#define IDC_ACCOUNT_REMOVE 1201
#define IDC_MAIN_TAB 1000
#define IDC_MAIN_MENU 1001
#define IDC_MAIN_PHONE 1002
#define IDC_MAIN_LOGS 1003
#define IDC_MAIN_CONTACTS 1004
#define IDC_MAIN_STUB 1005
#define IDC_MAIN_ACCOUNTS 1006
#define IDC_DIALER_VOICEMAIL 1000
#define IDC_DIALER_VOICEMAIL_DISABLED 1013
#define IDC_DIALER_AA 1001
#define IDC_DIALER_AC 1010
#define IDC_DIALER_DND 1002
#define IDC_DIALER_CONF 1011
#define IDC_DIALER_USERNAME 1003
#define IDC_DIALER_RELOGIN 1004
#define IDC_DIALER_REC 1005
#define IDC_DIALER_PROGRESS 1009
#define IDC_DIALER_DTMF 1012
#define IDC_ANSWER 1000
#define IDC_MESSAGES_TAB 1000
#define IDC_ACCOUNT_DIALING_PREFIX 1000
#define IDC_ACCOUNT_REQUIRED_USERNAME 1001
#define IDC_ACCOUNT_REQUIRED_DOMAIN 1002
#define IDC_ACCOUNT_REGISTER_REFRESH 1003
#define IDC_ACCOUNT_KEEP_ALIVE 1004
#define IDC_ACCOUNT_DIAL_PLAN 1005
#define IDC_ACCOUNT_HIDE_CID 1006
#define IDC_ACCOUNT_HELP_DIALING_PREFIX 2000
#define IDC_ACCOUNT_HELP_DIAL_PLAN 2001
#define IDC_SETTINGS_CUSTOM_INI 1000
#define IDC_SETTINGS_BROWSE_INI 1001
#define IDC_SETTINGS_DEFAULT_INI 1002
#define IDC_SETTINGS_RINGTONE 1003
#define IDC_SETTINGS_BROWSE 1004
#define IDC_SETTINGS_DEFAULT 1005
#define IDC_SETTINGS_RING 1006
#define IDC_SETTINGS_SPEAKERS 1007
#define IDC_SETTINGS_MICROPHONE 1008
#define IDC_SETTINGS_MIC_AMPLIF 1009
#define IDC_SETTINGS_SW_ADJUST 1010
#define IDC_SETTINGS_AUDIO_CODECS_ALL 1011
#define IDC_SETTINGS_AUDIO_CODECS 1012
#define IDC_SETTINGS_SPIN_MODIFY 1013
#define IDC_SETTINGS_SPIN_ORDER 1014
#define IDC_SETTINGS_VAD 1015
#define IDC_SETTINGS_EC 1016
#define IDC_SETTINGS_FORCE_CODEC 1017
#define IDC_SETTINGS_VID_CAP_DEV 1018
#define IDC_SETTINGS_PREVIEW 1019
#define IDC_SETTINGS_VIDEO_CODEC 1020
#define IDC_SETTINGS_VIDEO_H264 1021
#define IDC_SETTINGS_VIDEO_H263 1022
#define IDC_SETTINGS_VIDEO_VP8 1023
#define IDC_SETTINGS_VIDEO_BITRATE 1024
#define IDC_SETTINGS_DTMF_METHOD 1027
#define IDC_SETTINGS_AUTO_ANSWER 1028
#define IDC_SETTINGS_DENY_INCOMING 1029
#define IDC_SETTINGS_DIRECTORY 1030
#define IDC_SETTINGS_STUN_CHECKBOX 1031
#define IDC_SETTINGS_STUN 1032
#define IDC_SETTINGS_MEDIA_BUTTONS 1033
#define IDC_SETTINGS_LOCAL_DTMF 1034
#define IDC_SETTINGS_ENABLE_LOG 1035
#define IDC_SETTINGS_SINGLE_MODE 1036
#define IDC_SETTINGS_ENABLE_LOCAL 1037
#define IDC_SETTINGS_ANSWER_BOX_RANDOM 1038
#define IDC_SETTINGS_CRASH_REPORT 1039
#define IDC_SETTINGS_UPDATES_INTERVAL 1040
#define IDC_SETTINGS_BRING_TO_FRONT 1042
#define IDC_SETTINGS_RPORT 1043
#define IDC_SETTINGS_SOURCE_PORT 1044
#define IDC_SETTINGS_RTP_PORT_MIN 1045
#define IDC_SETTINGS_RTP_PORT_MAX 1046
#define IDC_SETTINGS_DNS_SRV_NS 1049
#define IDC_SETTINGS_DNS_SRV_CHECKBOX 1050
#define IDC_SETTINGS_RECORDING_CHECKBOX 1061
#define IDC_SETTINGS_RECORDING 1062
#define IDC_SETTINGS_RECORDING_BROWSE 1063
#define IDC_SETTINGS_RECORDING_DEFAULT 1064
#define IDC_SETTINGS_DEFAULT_ACTION 1071
#define IDC_SETTINGS_VOLUME_RING 1075
#define IDC_SETTINGS_AUTO_ANSWER_DELAY 1076
#define IDC_SETTINGS_CALL_WAITING 1077
#define IDC_SETTINGS_RECORDING_MP3 1079
#define IDC_SETTINGS_RECORDING_WAV 1080
#define IDC_SETTINGS_RECORDING_BUTTON 1081
#define IDC_SETTINGS_HID 1089
#define IDC_SETTINGS_HELP_RINGTONE 2000
#define IDC_SETTINGS_HELP_MIC_AMPLIF 2001
#define IDC_SETTINGS_HELP_SW_ADJUST 2002
#define IDC_SETTINGS_HELP_AUDIO_CODECS 2003
#define IDC_SETTINGS_HELP_VAD 2004
#define IDC_SETTINGS_HELP_EC 2005
#define IDC_SETTINGS_HELP_FORCE_CODEC 2006
#define IDC_SETTINGS_HELP_VIDEO 2008
#define IDC_SETTINGS_HELP_PORTS 2009
#define IDC_SETTINGS_HELP_DNS_SRV 2007
#define IDC_SETTINGS_HELP_STUN_SERVER 2014
#define IDC_SETTINGS_HELP_DTMF_METHOD 2010
#define IDC_SETTINGS_HELP_AUTO_ANSWER 2011
#define IDC_SETTINGS_HELP_DENY_INCOMING 2012
#define IDC_SETTINGS_HELP_DIRECTORY 2013
#define IDC_SETTINGS_HELP_MEDIA_BUTTONS 2015
#define IDC_SETTINGS_HELP_LOCAL_DTMF 2016
#define IDC_SETTINGS_HELP_ENABLE_LOG 2017
#define IDC_SETTINGS_HELP_SINGLE_MODE 2018
#define IDC_SETTINGS_HELP_DISABLE_LOCAL 2019
#define IDC_SETTINGS_HELP_ANSWER_BOX_RANDOM 2020
#define IDC_SETTINGS_HELP_CRASH_REPORT 2021
#define IDC_SETTINGS_HELP_BRING_TO_FRONT 2022
#define IDC_SHORTCUTS_EDIT_SHORTCUT1_LABEL 1000
#define IDC_SHORTCUTS_EDIT_SHORTCUT1_NUMBER 1001
#define IDC_SHORTCUTS_COMBO_SHORTCUT1_TYPE 1002
#define IDC_SHORTCUTS_EDIT_SHORTCUT2_LABEL 1003
#define IDC_SHORTCUTS_EDIT_SHORTCUT2_NUMBER 1004
#define IDC_SHORTCUTS_COMBO_SHORTCUT2_TYPE 1005
#define IDC_SHORTCUTS_EDIT_SHORTCUT3_LABEL 1006
#define IDC_SHORTCUTS_EDIT_SHORTCUT3_NUMBER 1007
#define IDC_SHORTCUTS_COMBO_SHORTCUT3_TYPE 1008
#define IDC_SHORTCUTS_EDIT_SHORTCUT4_LABEL 1009
#define IDC_SHORTCUTS_EDIT_SHORTCUT4_NUMBER 1010
#define IDC_SHORTCUTS_COMBO_SHORTCUT4_TYPE 1011
#define IDC_SHORTCUTS_EDIT_SHORTCUT5_LABEL 1012
#define IDC_SHORTCUTS_EDIT_SHORTCUT5_NUMBER 1013
#define IDC_SHORTCUTS_COMBO_SHORTCUT5_TYPE 1014
#define IDC_SHORTCUTS_EDIT_SHORTCUT6_LABEL 1015
#define IDC_SHORTCUTS_EDIT_SHORTCUT6_NUMBER 1016
#define IDC_SHORTCUTS_COMBO_SHORTCUT6_TYPE 1017
#define IDC_SHORTCUTS_EDIT_SHORTCUT7_LABEL 1018
#define IDC_SHORTCUTS_EDIT_SHORTCUT7_NUMBER 1019
#define IDC_SHORTCUTS_COMBO_SHORTCUT7_TYPE 1020
#define IDC_SHORTCUTS_EDIT_SHORTCUT8_LABEL 1021
#define IDC_SHORTCUTS_EDIT_SHORTCUT8_NUMBER 1022
#define IDC_SHORTCUTS_COMBO_SHORTCUT8_TYPE 1023
#define IDC_SHORTCUTS_ENABLE 1072
#define IDC_SHORTCUTS_BOTTOM 1073
#define IDC_ADD_PICTURE 1001
#define IDC_ADD_NAME 1002
#define IDC_ADD_NUMBER 1003
#define IDC_ADD_FIRSTNAME 1004
#define IDC_ADD_LASTNAME 1005
#define IDC_ADD_PHONE 1006
#define IDC_ADD_MOBILE 1007
#define IDC_ADD_EMAIL 1008
#define IDC_ADD_ADDRESS 1009
#define IDC_ADD_CITY 1010
#define IDC_ADD_STATE 1011
#define IDC_ADD_ZIP 1012
#define IDC_ADD_COMMENT 1013
#define IDC_ADD_PRESENCE 1014
#define ID_ACCOUNT_ADD 32771
#define ID_CHANGE_PASSWORD 32772
#define ID_MENU_PROVISIONING 32773
#define ID_ALWAYS_MINIMIZED 32774
#define ID_ADD 32775
#define ID_ALWAYS_ON_TOP 32776
#define ID_CALL 32777
#define ID_CALL_PICKUP 32778
#define ID_CHAT 32779
#define ID_CLOSEALLTABS 32780
#define ID_COPY 32781
#define ID_DELETE 32782
#define ID_EDIT 32783
#define ID_EXIT 32784
#define ID_GOTOLASTTAB 32785
#define ID_LOG 32786
#define ID_MENU_ADDL 32787
#define ID_SELECT_ALL 32788
#define ID_SETTINGS 32789
#define ID_VIDEOCALL 32790
#define ID_MENU_WEBSITE 32791
#define ID_TRANSFER 32792
#define ID_ATTENDED_TRANSFER 32793
#define ID_CONFERENCE 32794
#define ID_SEPARATE 32795
#define ID_MERGE 32796
#define ID_DISCONNECT 32797
#define ID_SHORTCUTS 32798
#define ID_MENU_HELP 32799
#define ID_MENU_SERVERS 32800
#define ID_IMPORT 32801
#define ID_EXPORT 32804
#define ID_SEPARATE_ALL 32806
#define ID_MERGE_ALL 32807
#define ID_ACCOUNT_EDIT_LOCAL 32808
#define ID_CUSTOM 32809
#define ID_ACCOUNT_CHANGE_RANGE 40000
#define ID_ACCOUNT_EDIT_RANGE 40100
#define ID_ATTENDED_TRANSFER_RANGE 40200
#define ID_MERGE_RANGE 40300
#define ID_CUSTOM_RANGE 40400
#define IDC_SHORTCUT_RANGE 40500
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 223
#define _APS_NEXT_COMMAND_VALUE 32811
#define _APS_NEXT_CONTROL_VALUE 1202
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif