1
0

TextsFileZilla.h 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. #include "TextsCore.h"
  2. //{{NO_DEPENDENCIES}}
  3. // Microsoft Visual C++ generated include file.
  4. // Used by FileZilla.rc
  5. //
  6. #if 0
  7. #define ID_INDICATOR_SECURESERVER 10
  8. #define ID_INDICATOR_ELAPSEDTIME 11
  9. #define ID_INDICATOR_TIMELEFT 12
  10. #define ID_INDICATOR_PROGRESS_PANE 13
  11. #define ID_INDICATOR_BYTES 14
  12. #define ID_INDICATOR_QUEUESIZE 15
  13. #define ID_INDICATOR_RECVLED 16
  14. #define ID_INDICATOR_SENDLED 17
  15. #define IDR_MAINFRAME 20
  16. #define IDS_DIRINFO_DIRS 29
  17. #define IDB_DONATE 30
  18. #define IDB_FTPTREE_STATE 31
  19. #define IDB_LEDS 32
  20. #define IDB_SITEMANAGERTREE 33
  21. #define IDI_CERT 34
  22. #define IDI_DOWN 35
  23. #define IDI_EMPTY 36
  24. #define IDI_SECURE 37
  25. #define IDI_TRAYICON 38
  26. #define IDI_UP 39
  27. #define IDD_ABOUTBOX 100
  28. #define IDD_CHMOD 101
  29. #define IDD_CONNECTION2 102
  30. #define IDD_CONNECTION4 103
  31. #define IDD_ENTERSOMETHING 104
  32. #define IDD_FILEEXISTS 105
  33. #define IDD_MANUALTRANSFER 106
  34. #define IDD_OPTIONS_DEBUG 107
  35. #define IDD_OPTIONS_DIRCACHE 108
  36. #define IDD_OPTIONS_FIREWALL 109
  37. #define IDD_OPTIONS_FTPPROXY 110
  38. #define IDD_OPTIONS_GSSPAGE 111
  39. #define IDD_OPTIONS_IDENT 112
  40. #define IDD_OPTIONS_INTERFACE 113
  41. #define IDD_OPTIONS_LANGUAGE 114
  42. #define IDD_OPTIONS_LOCALVIEW 115
  43. #define IDD_OPTIONS_MISC 116
  44. #define IDD_OPTIONS_REMOTEVIEW 117
  45. #define IDD_OPTIONS_SPEEDLIMIT 118
  46. #define IDD_OPTIONS_TRANSFER 119
  47. #define IDD_OPTIONS_TYPEPAGE 120
  48. #define IDD_OPTIONS_VIEWEDIT 121
  49. #define IDD_SAPREFS 122
  50. #define IDD_SERVER_CHANGEPASS 123
  51. #define IDD_SITEMANAGER 124
  52. #define IDD_SPEEDLIMIT_RULE_DIALOG 125
  53. #define IDD_TRANSFERASDLG 126
  54. #define IDD_VERIFY_CERT_DLG 127
  55. #define IDD_OPTIONS_SSHPAGE 128
  56. #define IDD_SITEMANAGER_ADVANCED 129
  57. #define IDD_OPTIONS_PANELAYOUT 130
  58. #define IDD_OPTIONS_LOGGING 131
  59. #define IDD_OPTIONS_TRANSFER_COMPRESSION 132
  60. #define IDR_FTPCONTEXTMENU 500
  61. #define IDR_LOCALCONTEXTMENU 501
  62. #define IDR_LOCALTREECONTEXTMENU 502
  63. #define IDR_OUTPUTCONTEXT 503
  64. #define IDR_QUEUECONTEXTMENU 504
  65. #define IDR_SITEMANAGER 505
  66. #define IDR_SYSTRAY_MENU 506
  67. #define IDC_CAPTION_BAR 1000
  68. #define IDC_CHECK1 1001
  69. #define IDC_CHECK_DAY1 1002
  70. #define IDC_CHECK_DAY2 1003
  71. #define IDC_CHECK_DAY3 1004
  72. #define IDC_CHECK_DAY4 1005
  73. #define IDC_CHECK_DAY5 1006
  74. #define IDC_CHECK_DAY6 1007
  75. #define IDC_CHECK_DAY7 1008
  76. #define IDC_DATE_CHECK 1009
  77. #define IDC_DATE_VALUE 1010
  78. #define IDC_DEBUG_DEBUGMENU 1011
  79. #define IDC_DEBUG_ENGINETRACE 1012
  80. #define IDC_OPTIONS_LOGGING_FILENAME 1013
  81. #define IDC_DEBUG_SHOWRAWLISTING 1015
  82. #define IDC_DEFAULT 1016
  83. #define IDC_DEFAULTFOLDER 1017
  84. #define IDC_DELAY 1018
  85. #define IDC_DELETE 1019
  86. #define IDC_DLG_FRAME 1020
  87. #define IDC_EDIT1 1021
  88. #define IDC_EDIT5 1022
  89. #define IDC_EDIT6 1023
  90. #define IDC_EDIT7 1024
  91. #define IDC_EDIT8 1025
  92. #define IDC_EXIT 1026
  93. #define IDC_FILEEXISTS_ALWAYS 1027
  94. #define IDC_FILEEXISTS_DATE1 1028
  95. #define IDC_FILEEXISTS_DATE2 1029
  96. #define IDC_FILEEXISTS_FILE1 1030
  97. #define IDC_FILEEXISTS_FILE2 1031
  98. #define IDC_FILEEXISTS_ICON1 1032
  99. #define IDC_FILEEXISTS_ICON2 1033
  100. #define IDC_FILEEXISTS_RADIO1 1034
  101. #define IDC_FILEEXISTS_RADIO2 1035
  102. #define IDC_FILEEXISTS_RADIO3 1036
  103. #define IDC_FILEEXISTS_RADIO4 1037
  104. #define IDC_FILEEXISTS_SIZE1 1038
  105. #define IDC_FILEEXISTS_SIZE2 1039
  106. #define IDC_FILEEXISTS_SKIP 1040
  107. #define IDC_FROM_CHECK 1041
  108. #define IDC_FROM_TIME 1042
  109. #define IDC_FWBYPASS 1043
  110. #define IDC_FZICON 1044
  111. #define IDC_GROUPEXECUTE 1045
  112. #define IDC_GROUPREAD 1046
  113. #define IDC_GROUPWRITE 1047
  114. #define IDC_GSSSERVERNAME 1048
  115. #define IDC_HOMEPAGE 1049
  116. #define IDC_HOST 1050
  117. #define IDC_INTERVALHIGH 1051
  118. #define IDC_INTERVALLOW 1052
  119. #define IDC_LANGUAGELIST 1053
  120. #define IDC_LOCALDIR 1054
  121. #define IDC_MAIL 1055
  122. #define IDC_MAIL2 1056
  123. #define IDC_MANUALTRANSFER_BYPASSPROXY 1057
  124. #define IDC_MANUALTRANSFER_HOST 1058
  125. #define IDC_NUMERIC 1059
  126. #define IDC_MANUALTRANSFER_LOCALFILE 1060
  127. #define IDC_MANUALTRANSFER_LOGONTYPE1 1061
  128. #define IDC_MANUALTRANSFER_LOGONTYPE2 1062
  129. #define IDC_MANUALTRANSFER_PASS 1063
  130. #define IDC_MANUALTRANSFER_PORT 1064
  131. #define IDC_MANUALTRANSFER_REMOTEFILE 1065
  132. #define IDC_MANUALTRANSFER_SERVER1 1066
  133. #define IDC_MANUALTRANSFER_SERVER2 1067
  134. #define IDC_MANUALTRANSFER_SERVERTYPE 1068
  135. #define IDC_MANUALTRANSFER_STARTNOW 1069
  136. #define IDC_MANUALTRANSFER_UPDOWN1 1070
  137. #define IDC_MANUALTRANSFER_UPDOWN2 1071
  138. #define IDC_MANUALTRANSFER_USER 1072
  139. #define IDC_NEW 1073
  140. #define IDC_SITEMANAGER_COPY 1074
  141. #define IDC_NUMRETRY 1075
  142. #define IDC_SITEMANAGER_RENAME 1076
  143. #define IDC_OPTIONS_CACHE_CACHETYPE2 1077
  144. #define IDC_OPTIONS_CACHE_HOURS 1078
  145. #define IDC_OPTIONS_CACHE_MINUTES 1079
  146. #define IDC_OPTIONS_CACHE_SECONDS 1080
  147. #define IDC_OPTIONS_CACHE_USECACHE 1081
  148. #define IDC_OPTIONS_CACHE_USECACHE2 1082
  149. #define IDC_OPTIONS_FIREWALL_LIMITPORTS 1083
  150. #define IDC_OPTIONS_FIREWALL_PASV 1084
  151. #define IDC_OPTIONS_FIREWALL_RANGEHIGH 1085
  152. #define IDC_OPTIONS_FIREWALL_RANGELOW 1086
  153. #define IDC_OPTIONS_IDENT_IDENT 1087
  154. #define IDC_OPTIONS_IDENT_IDENTCONNECT 1088
  155. #define IDC_OPTIONS_IDENT_SAMEIP 1089
  156. #define IDC_OPTIONS_IDENT_SYSTEM 1090
  157. #define IDC_OPTIONS_IDENT_USERID 1091
  158. #define IDC_OPTIONS_INTERFACE_MINIMIZETOTRAY 1092
  159. #define IDC_OPTIONS_CACHE_CACHETYPE 1093
  160. #define IDC_SITEMANAGER_ADVANCED 1094
  161. #define IDC_OPTIONS_LOCALVIEW_REMEMBERCOLUMNWIDTHS 1095
  162. #define IDC_OPTIONS_LOCALVIEW_SIZE 1096
  163. #define IDC_OPTIONS_LOCALVIEW_SIZEFORMAT 1097
  164. #define IDC_OPTIONS_LOCALVIEW_STYLE 1098
  165. #define IDC_OPTIONS_LOCALVIEW_TIME 1099
  166. #define IDC_OPTIONS_LOCALVIEW_TYPE 1100
  167. #define IDC_OPTIONS_REMOTEVIEW_ALWAYS 1101
  168. #define IDC_OPTIONS_REMOTEVIEW_ALWAYSSHOWHIDDEN 1102
  169. #define IDC_OPTIONS_REMOTEVIEW_DATE 1103
  170. #define IDC_OPTIONS_REMOTEVIEW_PERMISSIONS 1104
  171. #define IDC_OPTIONS_REMOTEVIEW_REMEMBER 1105
  172. #define IDC_OPTIONS_REMOTEVIEW_REMEMBERCOLUMNWIDTHS 1106
  173. #define IDC_OPTIONS_REMOTEVIEW_SIZE 1107
  174. #define IDC_OPTIONS_REMOTEVIEW_SIZEFORMAT 1108
  175. #define IDC_OPTIONS_REMOTEVIEW_STYLE 1109
  176. #define IDC_OPTIONS_REMOTEVIEW_TIME 1110
  177. #define IDC_OPTIONS_TRANSFER_FILEEXISTS_RADIO1 1111
  178. #define IDC_OPTIONS_TRANSFER_FILEEXISTS_RADIO2 1112
  179. #define IDC_OPTIONS_TRANSFER_FILEEXISTS_RADIO3 1113
  180. #define IDC_OPTIONS_TRANSFER_FILEEXISTS_RADIO4 1114
  181. #define IDC_OPTIONS_TRANSFER_FILEEXISTS_RADIO5 1115
  182. #define IDC_OPTIONS_TRANSFER_MAXPRIMARYSIZE 1116
  183. #define IDC_OPTIONS_TRANSFER_MAXTRANSFERCONNECTIONS 1117
  184. #define IDC_OPTIONS_TRANSFER_PRESERVEDATETIME 1118
  185. #define IDC_OPTIONS_TRANSFER_USEMULTIPLE 1119
  186. #define IDC_OPTIONS_VIEWEDIT_CUSTOM 1120
  187. #define IDC_OPTIONS_TRANSFER_PRESERVEDATETIME2 1120
  188. #define IDC_OPTIONS_TRANSFER_VMSALLREVISIONS 1120
  189. #define IDC_OPTIONS_VIEWEDIT_DEFAULT 1121
  190. #define IDC_OPTIONS_VIEWEDIT_DEFAULT_BROWSE 1122
  191. #define IDC_OWNEREXECUTE 1123
  192. #define IDC_OWNERREAD 1124
  193. #define IDC_OWNERWRITE 1125
  194. #define IDC_PAGE_TREE 1126
  195. #define IDC_PASS 1127
  196. #define IDC_PASSDONTSAVE 1128
  197. #define IDC_PHELP 1129
  198. #define IDC_PORT 1130
  199. #define IDC_PROXYHOST 1131
  200. #define IDC_PROXYPASS 1132
  201. #define IDC_PROXYPORT 1133
  202. #define IDC_PROXYUSER 1134
  203. #define IDC_PUBLICEXECUTE 1135
  204. #define IDC_PUBLICREAD 1136
  205. #define IDC_PUBLICWRITE 1137
  206. #define IDC_RADIO1 1138
  207. #define IDC_RADIO2 1139
  208. #define IDC_RADIO3 1140
  209. #define IDC_RADIO4 1141
  210. #define IDC_RADIO5 1142
  211. #define IDC_RADIO6 1143
  212. #define IDC_RADIO7 1144
  213. #define IDC_RADIO8 1145
  214. #define IDC_RADIO9 1146
  215. #define IDC_RADIO10 1147
  216. #define IDC_RADIO11 1148
  217. #define IDC_REMEMBERWINDOWPOS 1149
  218. #define IDC_REMOTEDIR 1150
  219. #define IDC_SELECTDEFAULTFOLDERTYPE 1152
  220. #define IDC_SELECTDEFAULTFOLDERTYPE2 1153
  221. #define IDC_SERVER_CHANGEPASS_NEW 1154
  222. #define IDC_SERVER_CHANGEPASS_NEW2 1155
  223. #define IDC_SERVER_CHANGEPASS_OLD 1156
  224. #define IDC_SERVERADD 1157
  225. #define IDC_SERVERLIST 1158
  226. #define IDC_SERVERREMOVE 1159
  227. #define IDC_SERVERTYPE 1160
  228. #define IDC_SHOWLOCALTREEVIEW 1161
  229. #define IDC_SHOWMESSAGELOG 1162
  230. #define IDC_SHOWQUICKCONNECTBAR 1163
  231. #define IDC_SHOWREMOTETREEVIEW 1164
  232. #define IDC_SHOWSTATUSBAR 1165
  233. #define IDC_SHOWTOOLBAR 1166
  234. #define IDC_SHOWTRANSFERQUEUE 1167
  235. #define IDC_SITEMANAGER_NEWFOLDER 1168
  236. #define IDC_SITEMANAGEREXPANDFOLDERS 1169
  237. #define IDC_SITEMANAGERONSTART 1170
  238. #define IDC_SITEMANAGERSORTFOLDERSFIRST 1171
  239. #define IDC_SITEMANAGERTREE 1172
  240. #define IDC_SPEED 1173
  241. #define IDC_SPEEDLIMIT_DOWNLOAD_ADD 1174
  242. #define IDC_SPEEDLIMIT_DOWNLOAD_CONSTANT 1175
  243. #define IDC_SPEEDLIMIT_DOWNLOAD_DOWN 1176
  244. #define IDC_SPEEDLIMIT_DOWNLOAD_NOLIMIT 1177
  245. #define IDC_SPEEDLIMIT_DOWNLOAD_REMOVE 1178
  246. #define IDC_SPEEDLIMIT_DOWNLOAD_RULES 1179
  247. #define IDC_SPEEDLIMIT_DOWNLOAD_RULES_LIST 1180
  248. #define IDC_SPEEDLIMIT_DOWNLOAD_UP 1181
  249. #define IDC_SPEEDLIMIT_DOWNLOAD_VALUE 1182
  250. #define IDC_SPEEDLIMIT_UPLOAD_ADD 1183
  251. #define IDC_SPEEDLIMIT_UPLOAD_CONSTANT 1184
  252. #define IDC_SPEEDLIMIT_UPLOAD_DOWN 1185
  253. #define IDC_SPEEDLIMIT_UPLOAD_NOLIMIT 1186
  254. #define IDC_SPEEDLIMIT_UPLOAD_REMOVE 1187
  255. #define IDC_SPEEDLIMIT_UPLOAD_RULES 1188
  256. #define IDC_SPEEDLIMIT_UPLOAD_RULES_LIST 1189
  257. #define IDC_SPEEDLIMIT_UPLOAD_UP 1190
  258. #define IDC_SPEEDLIMIT_UPLOAD_VALUE 1191
  259. #define IDC_TEXT 1192
  260. #define IDC_TIMEOUT 1193
  261. #define IDC_TO_CHECK 1194
  262. #define IDC_TO_TIME 1195
  263. #define IDC_TRANSFERNOW 1196
  264. #define IDC_TRANSLATEDBY 1197
  265. #define IDC_TYPEADD 1198
  266. #define IDC_TYPELIST 1199
  267. #define IDC_TYPEMODE 1200
  268. #define IDC_TYPEMODE2 1201
  269. #define IDC_TYPEMODE3 1202
  270. #define IDC_TYPENAME 1203
  271. #define IDC_TYPEREMOVE 1204
  272. #define IDC_USEGSS 1205
  273. #define IDC_USER 1206
  274. #define IDC_VERIFY_CERT_ALWAYS 1207
  275. #define IDC_USER2 1207
  276. #define IDC_VERIFY_CERT_ISSUER_COMMONNAME 1208
  277. #define IDC_VERIFY_CERT_ISSUER_COUNTRY 1209
  278. #define IDC_VERIFY_CERT_ISSUER_MAIL 1210
  279. #define IDC_VERIFY_CERT_ISSUER_ORGANIZATION 1211
  280. #define IDC_VERIFY_CERT_ISSUER_OTHER 1212
  281. #define IDC_VERIFY_CERT_ISSUER_STATEPROVINCE 1213
  282. #define IDC_VERIFY_CERT_ISSUER_TOWN 1214
  283. #define IDC_VERIFY_CERT_ISSUER_UNIT 1215
  284. #define IDC_VERIFY_CERT_SUBJECT_COMMONNAME 1216
  285. #define IDC_VERIFY_CERT_SUBJECT_COUNTRY 1217
  286. #define IDC_VERIFY_CERT_SUBJECT_MAIL 1218
  287. #define IDC_VERIFY_CERT_SUBJECT_ORGANIZATION 1219
  288. #define IDC_VERIFY_CERT_SUBJECT_OTHER 1220
  289. #define IDC_VERIFY_CERT_SUBJECT_STATEPROVINCE 1221
  290. #define IDC_VERIFY_CERT_SUBJECT_TOWN 1222
  291. #define IDC_VERIFY_CERT_SUBJECT_UNIT 1223
  292. #define IDC_VERIFY_CERT_SUMMARY 1224
  293. #define IDC_VERIFY_CERT_VALIDFROM 1225
  294. #define IDC_VERIFY_CERT_VALIDUNTIL 1226
  295. #define IDC_VERSION 1227
  296. #define IDC_VIEWLABELS 1228
  297. #define IDC_VIEWMODE 1229
  298. #define IDC_VIEWMODE2 1230
  299. #define IDC_SITEMANAGER_LOCALDIR_BROWSE 1231
  300. #define IDC_OPTIONS_LOCALVIEW_SHOWSTATUSBAR 1232
  301. #define IDC_OPTIONS_REMOTEVIEW_SHOWSTATUSBAR 1233
  302. #define IDC_OPTIONS_LOCALVIEW_REMEMBERCOLUMNSORT 1234
  303. #define IDC_OPTIONS_REMOTEVIEW_REMEMBERCOLUMNSORT 1235
  304. #define IDC_OPTIONS_SSHPAGE_COMPRESSION1 1236
  305. #define IDC_OPTIONS_SSHPAGE_COMPRESSION2 1237
  306. #define IDC_OPTIONS_INTERFACE_MINIMIZETOTRAY2 1238
  307. #define IDC_OPTIONS_LOCALVIEW_REMEMBER 1239
  308. #define IDC_OPTIONS_SSHPAGE_PROTOCOL2 1240
  309. #define IDC_OPTIONS_SSHPAGE_PROTOCOL3 1241
  310. #define IDC_SITEMANAGER_ADVANCED_SITENAME 1242
  311. #define IDC_SITEMANAGER_ADVANCED_PASSIVE1 1243
  312. #define IDC_SITEMANAGER_ADVANCED_PASSIVE2 1244
  313. #define IDC_SITEMANAGER_ADVANCED_PASSIVE3 1245
  314. #define IDC_OPTIONS_INTERFACE_MINIMIZETOTRAY3 1246
  315. #define IDC_SITEMANAGER_ADVANCED_TZSPIN 1247
  316. #define IDC_SITEMANAGER_ADVANCED_TZOFFSET 1248
  317. #define IDC_OPTIONS_TRANSFER_FILEEXISTS_RADEIO6 1249
  318. #define IDC_SITEMANAGER_ADVANCED_TZOFFSET2 1250
  319. #define IDC_DONATE 1251
  320. #define IDC_SITEMANAGER_ADVANCED_TZSPIN2 1252
  321. #define IDC_OPTIONS_REMOTEVIEW_OWNERGROUP 1253
  322. #define IDC_OPTIONS_SSHPAGE_COMPRESSION3 1254
  323. #define IDC_OPTIONS_FIREWALL_USETRANSFERIP 1255
  324. #define IDC_OPTIONS_SSHPAGE_PROTOCOL1 1256
  325. #define IDC_OPTIONS_FIREWALL_USETRANSFERIP_IPV6 1256
  326. #define IDC_OPTIONS_FIREWALL_TRANSFERIP 1257
  327. #define IDC_OPTIONS_INTERFACE_LOCAL_DOUBLECLICK1 1258
  328. #define IDC_OPTIONS_FIREWALL_TRANSFERIP_IPV6 1258
  329. #define IDC_OPTIONS_INTERFACE_LOCAL_DOUBLECLICK2 1259
  330. #define IDC_OPTIONS_INTERFACE_REMOTE_DOUBLECLICK1 1260
  331. #define IDC_OPTIONS_INTERFACE_LOCAL_DOUBLECLICK3 1261
  332. #define IDC_OPTIONS_INTERFACE_REMOTE_DOUBLECLICK2 1262
  333. #define IDC_OPTIONS_INTERFACE_REMOTE_DOUBLECLICK3 1263
  334. #define IDC_VERIFY_CERT_ICON 1264
  335. #define IDC_OPTIONS_PANELAYOUT_LOCALTREE1 1265
  336. #define IDC_OPTIONS_PANELAYOUT_LOCALTREE2 1266
  337. #define IDC_SITEMANAGER_COMMENTS 1267
  338. #define IDC_OPTIONS_PANELAYOUT_REMOTETREE1 1268
  339. #define IDC_VERIFY_CERT_HASH 1269
  340. #define IDC_OPTIONS_PANELAYOUT_REMOTETREE2 1270
  341. #define IDC_OPTIONS_LOCALVIEW_ALWAYS 1271
  342. #define IDC_OPTIONS_REMOTEVIEW_FILETYPE 1272
  343. #define IDC_OPTIONS_LOGGING_LOGTOFILE 1273
  344. #define IDC_OPTIONS_LOGGING_TIMESTAMP 1274
  345. #define IDC_OPTIONS_LOGGING_FONTDATA 1276
  346. #define IDC_OPTIONS_LOGGING_CHANGEFONT 1278
  347. #define IDC_OPTIONS_LOGGING_USECUSTOMFONT 1279
  348. #define IDC_OPTIONS_PANELAYOUT_SWITCHREMOTE 1280
  349. #define IDC_OPTIONS_TRANSFER_COMPRESSION_USECOMPRESSION 1281
  350. #define IDC_OPTIONS_TRANSFER_COMPRESSION_USECOMPRESSION2 1282
  351. #define IDC_OPTIONS_TRANSFER_COMPRESSION_USECOMPRESSION3 1283
  352. #define IDC_OPTIONS_TRANSFER_COMPRESSION_LEVEL 1284
  353. #define IDC_OPTIONS_TRANSFER_COMPRESSION_FILETYPES 1285
  354. #define IDC_OPTIONS_CONNECTION2_ENABLEIPV6 1287
  355. #define IDC_COMBO1 1288
  356. #define IDC_SITEMANAGER_ADVANCED_UTF8 1288
  357. #define IDC_ANONPWD 1289
  358. #define IDC_CHECK2 1290
  359. #endif
  360. #define IDS_STATUSMSG_CONNECTED 2000
  361. #define IDS_STATUSMSG_CONNECTEDWITH 2001
  362. #if 0
  363. #define IDS_STATUSMSG_CONNECTEDWITHSFTP 2002
  364. #endif
  365. #define IDS_STATUSMSG_CONNECTEDWITHSSL 2003
  366. #define IDS_STATUSMSG_CONNECTING 2004
  367. #define IDS_STATUSMSG_DIRLISTSUCCESSFUL 2005
  368. #define IDS_STATUSMSG_DISCONNECTED 2006
  369. #if 0
  370. #define IDS_STATUSMSG_DISCONNECTING 2007
  371. #endif
  372. #define IDS_STATUSMSG_DOWNLOADSTART 2008
  373. #define IDS_STATUSMSG_DOWNLOADSUCCESSFUL 2009
  374. #if 0
  375. #define IDS_STATUSMSG_FILEIMPORTED 2010
  376. #endif
  377. #define IDS_STATUSMSG_FWCONNECT 2011
  378. #if 0
  379. #define IDS_STATUSMSG_IDENT_REQUEST 2012
  380. #define IDS_STATUSMSG_IDENT_START 2013
  381. #define IDS_STATUSMSG_IDENT_STOP 2014
  382. #define IDS_STATUSMSG_LANGUAGEVERSIONDIFFERENT 2015
  383. #define IDS_STATUSMSG_PREFIX 2016
  384. #define IDS_STATUSMSG_RECONNECTWAIT 2017
  385. #endif
  386. #define IDS_STATUSMSG_RETRIEVINGDIRLIST 2018
  387. #define IDS_STATUSMSG_SSLESTABLISHED 2019
  388. #define IDS_STATUSMSG_SSLESTABLISHEDTRANSFER 2020
  389. #define IDS_STATUSMSG_UPLOADSTART 2021
  390. #define IDS_STATUSMSG_UPLOADSUCCESSFUL 2022
  391. #if 0
  392. #define IDS_STATUSMSG_WAITINGTORETRY 2023
  393. #define IDS_STATUSMSG_WAITINGTORETRY_LEFT 2024
  394. #endif
  395. #define IDS_STATUSMSG_LISTFILESUCCESSFUL 2025
  396. #define IDS_STATUSMSG_RETRIEVINGLISTFILE 2026
  397. #define IDS_ERRORMSG_CANTGETLISTFILE 2027
  398. #define IDS_ERRORMSG_CANTCONNECT CONNECTION_FAILED
  399. #define IDS_ERRORMSG_CANTCREATEDUETOPORTRANGE 2101
  400. #if 0
  401. #define IDS_ERRORMSG_CANTCREATEFILE 2102
  402. #endif
  403. #define IDS_ERRORMSG_CANTESTABLISHSSLCONNECTION 2103
  404. #define IDS_ERRORMSG_CANTGETFILETYPE 2104
  405. #define IDS_ERRORMSG_CANTGETLIST 2105
  406. #if 0
  407. #define IDS_ERRORMSG_CANTGETRESPONSE 2106
  408. #define IDS_ERRORMSG_CANTIMPORTFILE 2107
  409. #endif
  410. #define IDS_ERRORMSG_CANTINITSSL 2108
  411. #define IDS_ERRORMSG_CANTOPENFILE 2110
  412. #define IDS_ERRORMSG_CANTOPENLOGFILE 2111
  413. #define IDS_ERRORMSG_CANTOPENTRANSFERCHANNEL 2112
  414. #if 0
  415. #define IDS_ERRORMSG_CANTPARSECMDLINE 2113
  416. #endif
  417. #define IDS_ERRORMSG_CANTRESOLVEHOST2 2114
  418. #define IDS_ERRORMSG_CANTRESUME 2115
  419. #define IDS_ERRORMSG_CANTRESUME_FINISH 2116
  420. #define IDS_ERRORMSG_CANTSENDCOMMAND 2117
  421. #if 0
  422. #define IDS_ERRORMSG_CANTWRITETOFILE 2118
  423. #endif
  424. #define IDS_ERRORMSG_CERTREJECTED 2119
  425. #if 0
  426. #define IDS_ERRORMSG_CRITICALINTERRUPTED 2120
  427. #endif
  428. #define IDS_ERRORMSG_DOWNLOADABORTED 2121
  429. #define IDS_ERRORMSG_DOWNLOADFAILED TOLOCAL_COPY_ERROR
  430. #if 0
  431. #define IDS_ERRORMSG_ENTERSTRING 2123
  432. #define IDS_ERRORMSG_FILENAMEINVALID 2124
  433. #endif
  434. #define IDS_ERRORMSG_FILEOPENFAILED OPENFILE_ERROR
  435. #if 0
  436. #define IDS_ERRORMSG_HOSTNEEDED 2126
  437. #define IDS_ERRORMSG_IDENT_CANTSTART 2127
  438. #endif
  439. #define IDS_ERRORMSG_INTERRUPTED USER_TERMINATED
  440. #if 0
  441. #define IDS_ERRORMSG_INVALIDPORT 2129
  442. #define IDS_ERRORMSG_LANGUAGEDLLNOTFOUND 2130
  443. #define IDS_ERRORMSG_LANGUAGEDLLVERSIONINVALID 2131
  444. #endif
  445. #define IDS_ERRORMSG_NAMEINUSE 2132
  446. #if 0
  447. #define IDS_ERRORMSG_PATHNOTFOUND 2133
  448. #define IDS_ERRORMSG_PORTNEEDED 2134
  449. #define IDS_ERRORMSG_PREFIX 2135
  450. #endif
  451. #define IDS_ERRORMSG_PROXY_AUTHFAILED AUTHENTICATION_FAILED
  452. #define IDS_ERRORMSG_PROXY_AUTHNOLOGON 2137
  453. #define IDS_ERRORMSG_PROXY_AUTHTYPEUNKNOWN 2138
  454. #define IDS_ERRORMSG_PROXY_CANTRESOLVEHOST 2139
  455. #define IDS_ERRORMSG_PROXY_NOCONN 2140
  456. #define IDS_ERRORMSG_PROXY_REQUESTFAILED 2141
  457. #if 0
  458. #define IDS_ERRORMSG_SETTINGS_XMLFILE_INVALID 2142
  459. #define IDS_ERRORMSG_SFTP_CANTCREATESFTPIPC 2143
  460. #define IDS_ERRORMSG_SFTP_CANTCREATESFTPPROCESS 2144
  461. #define IDS_ERRORMSG_SFTP_CLOSED 2145
  462. #define IDS_ERRORMSG_SFTP_INVALIDDATA 2146
  463. #define IDS_ERRORMSG_SFTP_NORESPONSE 2147
  464. #define IDS_ERRORMSG_SITEMANAGERNAMEINUSE 2148
  465. #define IDS_ERRORMSG_SITEMANAGERNEEDLOGONTYPE 2149
  466. #define IDS_ERRORMSG_SITEMANAGERNEEDNAME 2150
  467. #define IDS_ERRORMSG_SITEMANAGERNEEDPASS 2151
  468. #define IDS_ERRORMSG_SITEMANAGERNEEDUSER 2152
  469. #endif
  470. #define IDS_ERRORMSG_TIMEOUT 2153
  471. #define IDS_ERRORMSG_UPLOADABORTED 2154
  472. #define IDS_ERRORMSG_UPLOADFAILED TOREMOTE_COPY_ERROR
  473. #if 0
  474. #define IDS_ERRORMSG_URLSYNTAXINVALID 2156
  475. #define IDS_ERRORMSG_VIEWEDIT_CANTOPENFILE 2157
  476. #define IDS_ERRORMSG_VIEWEDIT_CANTSTARTPROGRAM 2158
  477. #define IDS_ERRORMSG_VIEWEDIT_NODEFPROG 2159
  478. #endif
  479. #define IDS_ERRORMSG_SETFILEPOINTER 2160
  480. #define IDS_ERRORMSG_UNKNOWNSSLERROR 2161
  481. #define IDS_ERRORMSG_SSLCERTIFICATEERROR 2162
  482. #if 0
  483. #define IDS_COMMANDMSG_PREFIX 2200
  484. #define IDS_RESPONSEMSG_PREFIX 2300
  485. #define IDS_TRACEMSG_TRACE 2301
  486. #define IDS_QUESTION_BREAKCONNECTION 2400
  487. #define IDS_QUESTION_CANCELOPERATION 2401
  488. #define IDS_QUESTION_DELETEDIRS 2402
  489. #define IDS_QUESTION_DELETEFILE 2403
  490. #define IDS_QUESTION_DELETEFILES 2404
  491. #define IDS_QUESTION_DELETEFILESANDDIRS 2405
  492. #define IDS_QUESTION_FILEEXISTS 2406
  493. #define IDS_QUESTION_OPTIONS_FIRSTSTART 2407
  494. #define IDS_QUESTION_SFTP_CHANGEDHOSTKEY 2408
  495. #define IDS_QUESTION_SFTP_NEWHOSTKEY 2409
  496. #define IDS_QUESTION_SITEMANAGERDELETE 2410
  497. #define IDS_QUESTION_TRANSFER_USEPRIMARY 2411
  498. #define IDS_QUESTION_VIEWEDIT_MODIFIED 2412
  499. #define IDS_QUESTION_VIEWEDIT_MODIFIED_CAPTION 2413
  500. #define IDS_OPTIONS_EXPORTOK 2500
  501. #define IDS_OPTIONS_IDENTSYSTEM 2501
  502. #define IDS_OPTIONS_IDENTUSERID 2502
  503. #define IDS_OPTIONS_IMPORTFAILURE 2503
  504. #define IDS_OPTIONS_IMPORTOK 2504
  505. #define IDS_OPTIONS_KEEPALIVEBORDERDIFF 2505
  506. #define IDS_OPTIONS_KEEPALIVEBORDERHIGH 2506
  507. #define IDS_OPTIONS_KEEPALIVEBORDERLOW 2507
  508. #define IDS_OPTIONS_LIMITPORTRANGEDIFF 2508
  509. #define IDS_OPTIONS_LIMITPORTRANGEHIGH 2509
  510. #define IDS_OPTIONS_LIMITPORTRANGELOW 2510
  511. #define IDS_OPTIONS_NUMRETRIES 2511
  512. #define IDS_OPTIONS_PROXYHOST 2512
  513. #define IDS_OPTIONS_PROXYPORT 2513
  514. #define IDS_OPTIONS_RETRYDELAY 2514
  515. #define IDS_OPTIONS_TIMEOUT 2515
  516. #define IDS_GSSERROR_AUTHFAILED 2600
  517. #define IDS_GSSERROR_CANTLOADDLL 2601
  518. #define IDS_GSSERROR_CANTLOADGSSAPI 2602
  519. #define IDS_GSSERROR_CANTLOADKERBEROSAPI 2603
  520. #define IDS_INPUTDIALOGTITLE_CREATEDIR 2700
  521. #define IDS_INPUTDIALOGTEXT_CREATEDIR 2701
  522. #define IDS_INPUTDIALOGTITLE_FTPCOMMAND 2702
  523. #define IDS_INPUTDIALOGTEXT_FTPCOMMAND 2703
  524. #define IDS_INPUTDIALOGTITLE_INPUTPASSWORD 2704
  525. #define IDS_INPUTDIALOGTEXT_INPUTPASSWORD 2705
  526. #define IDS_INPUTDIALOGTITLE_RENAME 2706
  527. #define IDS_INPUTDIALOGTEXT_RENAME 2707
  528. #define IDS_INPUTDIALOGTITLE_KEYBOARDINTERACTIVE 2708
  529. #define IDS_INPUTDIALOGTITLE_INPUTUSER 2709
  530. #define IDS_INPUTDIALOGTEXT_INPUTUSER 2710
  531. #define IDS_OPTIONSPAGE_CONNECTION 2800
  532. #define IDS_OPTIONSPAGE_DEBUG 2801
  533. #define IDS_OPTIONSPAGE_DIRCACHE 2802
  534. #define IDS_OPTIONSPAGE_FIREWALL 2803
  535. #define IDS_OPTIONSPAGE_FTPPROXY 2804
  536. #define IDS_OPTIONSPAGE_GSS 2805
  537. #define IDS_OPTIONSPAGE_IDENT 2806
  538. #define IDS_OPTIONSPAGE_INTERFACE 2807
  539. #define IDS_OPTIONSPAGE_LANGUAGE 2808
  540. #define IDS_OPTIONSPAGE_LOCALVIEW 2809
  541. #define IDS_OPTIONSPAGE_MISC 2810
  542. #define IDS_OPTIONSPAGE_PROXY 2811
  543. #define IDS_OPTIONSPAGE_REMOTEVIEW 2812
  544. #define IDS_OPTIONSPAGE_SPEEDLIMIT 2813
  545. #define IDS_OPTIONSPAGE_TRANSFER 2814
  546. #define IDS_OPTIONSPAGE_TYPE 2815
  547. #define IDS_OPTIONSPAGE_VIEWEDIT 2816
  548. #define IDS_OPTIONSPAGE_SSH 2817
  549. #define IDS_OPTIONSPAGE_PANELAYOUT 2818
  550. #define IDS_OPTIONSPAGE_LOGGING 2819
  551. #define IDS_OPTIONSPAGE_TRANSFER2 2820
  552. #define IDS_OPTIONSPAGE_TRANSFER_COMPRESSION 2820
  553. #define IDP_SOCKETS_INIT_FAILED 3000
  554. #define IDS_BROWSEFORFOLDER 3001
  555. #define IDS_CERT_ERR_CERT_CHAIN_TOO_LONG 3002
  556. #define IDS_CERT_ERR_CERT_HAS_EXPIRED 3003
  557. #define IDS_CERT_ERR_CERT_NOT_YET_VALID 3004
  558. #define IDS_CERT_ERR_CERT_REJECTED 3005
  559. #define IDS_CERT_ERR_CERT_SIGNATURE_FAILURE 3006
  560. #define IDS_CERT_ERR_CERT_UNTRUSTED 3007
  561. #define IDS_CERT_ERR_DEPTH_ZERO_SELF_SIGNED_CERT 3008
  562. #define IDS_CERT_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD 3009
  563. #define IDS_CERT_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD 3010
  564. #define IDS_CERT_ERR_INVALID_CA 3011
  565. #define IDS_CERT_ERR_INVALID_PURPOSE 3012
  566. #define IDS_CERT_ERR_KEYUSAGE_NO_CERTSIGN 3013
  567. #define IDS_CERT_ERR_PATH_LENGTH_EXCEEDED 3014
  568. #define IDS_CERT_ERR_SELF_SIGNED_CERT_IN_CHAIN 3015
  569. #define IDS_CERT_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY 3016
  570. #define IDS_CERT_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE 3017
  571. #define IDS_CERT_ERR_UNABLE_TO_GET_ISSUER_CERT 3018
  572. #define IDS_CERT_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY 3019
  573. #define IDS_CERT_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE 3020
  574. #define IDS_CERT_ERR_UNKNOWN 3021
  575. #define IDS_CERT_ERRDEPTH 3022
  576. #define IDS_CERT_OK 3023
  577. #define IDS_CHANGEDIALOG_DIRECTORY 3024
  578. #define IDS_CHANGEDIALOG_FILE 3025
  579. #define IDS_CHANGEDIALOG_MULTIPLEFILES 3026
  580. #define IDS_HEADER_DATE 3027
  581. #define IDS_HEADER_DIRECTION 3028
  582. #define IDS_HEADER_FILENAME 3029
  583. #define IDS_HEADER_FILESIZE 3030
  584. #define IDS_HEADER_FILETYPE 3031
  585. #define IDS_HEADER_HOST 3032
  586. #define IDS_HEADER_LASTMODIFIED 3033
  587. #define IDS_HEADER_LOCALNAME 3034
  588. #define IDS_HEADER_OWNERGROUP 3035
  589. #define IDS_HEADER_PERMISSIONS 3036
  590. #define IDS_HEADER_REMOTENAME 3037
  591. #define IDS_HEADER_SIZE 3038
  592. #define IDS_HEADER_STATUS 3039
  593. #define IDS_HEADER_TIME 3040
  594. #define IDS_MANUALTRANSFER_HOST 3041
  595. #define IDS_MANUALTRANSFER_LOCALFILE 3042
  596. #define IDS_MANUALTRANSFER_PORT 3043
  597. #define IDS_MANUALTRANSFER_REMOTEFILE 3044
  598. #define IDS_MANUALTRANSFER_USER 3045
  599. #define IDS_QUEUESTATUS_ABORTED 3046
  600. #define IDS_QUEUESTATUS_CRITICALERROR 3047
  601. #define IDS_QUEUESTATUS_ERROR 3048
  602. #define IDS_QUEUESTATUS_TOOMANYERTREIS 3049
  603. #define IDS_QUEUESTATUS_TRANSFERRING 3050
  604. #define IDS_QUICKCONN_HOST 3051
  605. #define IDS_QUICKCONN_PASS 3052
  606. #define IDS_QUICKCONN_PORT 3053
  607. #define IDS_QUICKCONN_QUICKCONN 3054
  608. #define IDS_QUICKCONN_USER 3055
  609. #define IDS_REMOTELIST_EMPTY 3056
  610. #define IDS_SITEMANAGER_NEWFOLDER 3057
  611. #define IDS_SITEMANAGER_NEWFOLDERWITHNUM 3058
  612. #define IDS_SITEMANAGER_NEWFTPSITE 3059
  613. #define IDS_SITEMANAGER_NEWFTPSITEWITHNUM 3060
  614. #define IDS_SITEMANAGER_TEXTFILES 3061
  615. #define IDS_SITEMANAGER_TREEROOT 3062
  616. #define IDS_SITEMANAGER_XMLFILES 3063
  617. #define IDS_SIZE_BYTES 3064
  618. #define IDS_SIZE_GB 3065
  619. #define IDS_SIZE_KBS 3066
  620. #define IDS_SIZE_MBS 3067
  621. #define IDS_STATUSBAR_ELAPSED 3068
  622. #define IDS_STATUSBAR_LEFT 3069
  623. #define IDS_TITLE_CONNECTED 3070
  624. #define IDS_TITLE_CONNECTING 3071
  625. #define IDS_TOOLBAR_SITEDROPDOWN_EMPTYFOLDER 3072
  626. #define IDS_VIEWLABEL_LOCAL 3073
  627. #define IDS_VIEWLABEL_REMOTE 3074
  628. #define IDS_DIRINFO_EMPTY 3075
  629. #define IDS_DIRINFO_FILES 3076
  630. #define IDS_DIRINFO_DIRSANDFILES 3077
  631. #define IDS_DIRINFO_FILESMIN 3078
  632. #define IDS_DIRINFO_DIRSANDFILESMIN 3079
  633. #define IDS_DIRINFO_SELECTED_FILES 3080
  634. #define IDS_DIRINFO_SELECTED_DIRS 3081
  635. #define IDS_DIRINFO_SELECTED_DIRSANDFILES 3082
  636. #define IDS_DIRINFO_SELECTED_FILESMIN 3083
  637. #define IDS_DIRINFO_SELECTED_DIRSANDFILESMIN 3084
  638. #define IDS_DIRINFO_FILE 3085
  639. #define IDS_DIRINFO_DIR 3086
  640. #define IDS_DIRINFO_DIRANDFILES 3087
  641. #define IDS_DIRINFO_FILEMIN 3088
  642. #define IDS_DIRINFO_DIRANDFILESMIN 3089
  643. #define IDS_DIRINFO_DIRANDFILE 3090
  644. #define IDS_DIRINFO_DIRSANDFILE 3091
  645. #define IDS_DIRINFO_DIRANDFILEMIN 3092
  646. #define IDS_DIRINFO_DIRSANDFILEMIN 3093
  647. #define IDS_DIRINFO_SELECTED_FILE 3094
  648. #define IDS_DIRINFO_SELECTED_DIR 3095
  649. #define IDS_DIRINFO_SELECTED_DIRANDFILES 3096
  650. #define IDS_DIRINFO_SELECTED_FILEMIN 3097
  651. #define IDS_DIRINFO_SELECTED_DIRANDFILESMIN 3098
  652. #define IDS_DIRINFO_SELECTED_DIRANDFILE 3099
  653. #define IDS_DIRINFO_SELECTED_DIRANDFILEMIN 3100
  654. #define IDS_DIRINFO_SELECTED_DIRSANDFILE 3101
  655. #define IDS_DIRINFO_SELECTED_DIRSANDFILEMIN 3102
  656. #define IDS_QUEUESTATUS_PAUSED 3103
  657. #define IDS_OPTIONSCAPTION_FONTNAME 3104
  658. #endif
  659. #define IDS_PROXY_CONNECTED 3201
  660. #define IDS_CONTROL_CONNECTION 3202
  661. #define IDS_DATA_CONNECTION 3203
  662. #if 0
  663. #define ID_CANCELBUTTON 32768
  664. #define ID_COPYTOSITEMANAGER 32769
  665. #define ID_EDIT_EXPORTSETTINGS 32770
  666. #define ID_EDIT_IMPORTSETTINGS 32771
  667. #define ID_EDIT_SETTINGS 32772
  668. #define ID_FILE_CONNECTTODEFAULTSITE 32773
  669. #define ID_FILE_EXPORT_ASURLLIST 32774
  670. #define ID_FILE_EXPORT_WITHALLDETAILS 32775
  671. #define ID_FTPCONTEXT_ADDTOQUEUE 32776
  672. #define ID_FTPCONTEXT_ATTRIBUTES 32777
  673. #define ID_FTPCONTEXT_CREATEDIR 32778
  674. #define ID_FTPCONTEXT_DELETE 32779
  675. #define ID_FTPCONTEXT_DOWNLOAD 32780
  676. #define ID_FTPCONTEXT_DOWNLOADAS 32781
  677. #define ID_FTPCONTEXT_OPEN 32782
  678. #define ID_FTPCONTEXT_RENAME 32783
  679. #define ID_FTPCONTEXT_VIEWEDIT 32784
  680. #define ID_HELPMENU_CONTENTS 32785
  681. #define ID_HELPMENU_INDEX 32786
  682. #define ID_HELPMENU_SEARCH 32787
  683. #define ID_LOCALCONTEXT_ADDTOQUEUE 32788
  684. #define ID_LOCALCONTEXT_CREATEDIRECTORY 32789
  685. #define ID_LOCALCONTEXT_DELETE 32790
  686. #define ID_LOCALCONTEXT_OPEN 32791
  687. #define ID_LOCALCONTEXT_PROPERTIES 32792
  688. #define ID_LOCALCONTEXT_RENAME 32793
  689. #define ID_LOCALCONTEXT_UPLOAD 32794
  690. #define ID_LOCALCONTEXT_UPLOADAS 32795
  691. #define ID_LOCALCONTEXT_VIEWEDIT 32796
  692. #define ID_LOCALLISTSTYLE_ICON 32797
  693. #define ID_LOCALLISTSTYLE_LIST 32798
  694. #define ID_LOCALLISTSTYLE_REPORT 32799
  695. #define ID_LOCALLISTSTYLE_SMALLICON 32800
  696. #define ID_LOCALTREECONTEXT_ADDTOQUEUE 32801
  697. #define ID_LOCALTREECONTEXT_DELETE 32802
  698. #define ID_LOCALTREECONTEXT_RENAME 32803
  699. #define ID_LOCALTREECONTEXT_UPLOAD 32804
  700. #define ID_LOCALTREECONTEXT_UPLOADAS 32805
  701. #define ID_MENU_DEBUG 32806
  702. #define ID_MENU_DEBUG_DUMPDIRCACHE 32807
  703. #define ID_MENU_QUEUE_EXPORT 32808
  704. #define ID_MENU_QUEUE_IMPORT 32809
  705. #define ID_MENU_QUEUE_PROCESSNOW 32810
  706. #define ID_MENU_QUEUE_USEMULTIPLE 32811
  707. #define ID_MENU_SERVER_CHANGEPASS 32812
  708. #define ID_MENU_SERVER_COPYURLTOCLIPBOARD 32813
  709. #define ID_MENU_SERVER_ENTERRAWCOMMAND 32814
  710. #define ID_MENU_TRANSFER_MANUALTRANSFER 32815
  711. #define ID_MENU_VIEW_SHOWHIDDEN 32816
  712. #define ID_OUTPUTCONTEXT_CLEARALL 32817
  713. #define ID_OUTPUTCONTEXT_COPYTOCLIPBOARD 32818
  714. #define ID_OUTPUTCONTEXT_ENTERCOMMAND 32819
  715. #define ID_OVERWRITEMENU_ASK 32820
  716. #define ID_OVERWRITEMENU_OVERWRITE 32821
  717. #define ID_OVERWRITEMENU_OVERWRITEIFNEWER 32822
  718. #define ID_OVERWRITEMENU_RENAME 32823
  719. #define ID_OVERWRITEMENU_RESUME 32824
  720. #define ID_OVERWRITEMENU_SKIP 32825
  721. #define ID_PROCESS_QUEUE 32826
  722. #define ID_QUEUECONTEXT_MOVEDOWN 32827
  723. #define ID_QUEUECONTEXT_MOVETOBOTTOM 32828
  724. #define ID_QUEUECONTEXT_MOVETOTOP 32829
  725. #define ID_QUEUECONTEXT_MOVEUP 32830
  726. #define ID_QUEUECONTEXT_PROCESSQUEUE 32831
  727. #define ID_QUEUECONTEXT_REMOVEFROMQUEUE 32832
  728. #define ID_QUEUECONTEXT_RESETSTATUS 32833
  729. #define ID_QUICKCONNECTBAR_MENU_BYPASS 32834
  730. #define ID_QUICKCONNECTBAR_MENU_CLEAR 32835
  731. #define ID_QUICKCONNECTBAR_MENU_HISTORY1 32836
  732. #define ID_QUICKCONNECTBAR_MENU_HISTORY2 32837
  733. #define ID_QUICKCONNECTBAR_MENU_HISTORY3 32838
  734. #define ID_QUICKCONNECTBAR_MENU_HISTORY4 32839
  735. #define ID_QUICKCONNECTBAR_MENU_HISTORY5 32840
  736. #define ID_QUICKCONNECTBAR_MENU_HISTORY6 32841
  737. #define ID_QUICKCONNECTBAR_MENU_HISTORY7 32842
  738. #define ID_QUICKCONNECTBAR_MENU_HISTORY8 32843
  739. #define ID_QUICKCONNECTBAR_MENU_HISTORY9 32844
  740. #define ID_QUICKCONNECTBAR_MENU_HISTORY10 32845
  741. #define ID_REMOTELISTSTYLE_ICON 32846
  742. #define ID_REMOTELISTSTYLE_LIST 32847
  743. #define ID_REMOTELISTSTYLE_REPORT 32848
  744. #define ID_REMOTELISTSTYLE_SMALLICON 32849
  745. #define ID_SHOWQUEUE 32850
  746. #define ID_SHOWREMOTETREE 32851
  747. #define ID_SHOWTREE 32852
  748. #define ID_SITEMANAGER 32853
  749. #define ID_SITEMANAGER_FILE_EXPORT 32854
  750. #define ID_SITEMANAGER_FILE_EXPORT_ASURLLIST 32855
  751. #define ID_SITEMANAGER_FILE_EXPORT_WITHALLDETAILS 32856
  752. #define ID_SITEMANAGER_FILE_IMPORT 32857
  753. #define ID_SITEMANAGER_SAVEEXIT 32858
  754. #define ID_TOOLBAR_DISCONNECT 32859
  755. #define ID_TOOLBAR_RECONNECT 32860
  756. #define ID_TOOLBAR_REFRESH 32861
  757. #define ID_TRAY_EXIT 32862
  758. #define ID_TRAY_RESTORE 32863
  759. #define ID_TYPEMENU_ASCII 32864
  760. #define ID_TYPEMENU_BINARY 32865
  761. #define ID_TYPEMENU_DETECT 32866
  762. #define ID_VIEW_LOCALLISTVIEW_FILESIZE 32867
  763. #define ID_VIEW_LOCALLISTVIEW_FILETYPE 32868
  764. #define ID_VIEW_LOCALLISTVIEW_LASTMODIFIEDTIME 32869
  765. #define ID_VIEW_MESSAGELOG 32870
  766. #define ID_VIEW_QUICKCONNECT_BAR 32871
  767. #define ID_VIEW_REMOTELISTVIEW_DATE 32872
  768. #define ID_VIEW_REMOTELISTVIEW_FILESIZE 32873
  769. #define ID_VIEW_REMOTELISTVIEW_PERMISSIONS 32874
  770. #define ID_VIEW_REMOTELISTVIEW_TIME 32875
  771. #define ID_MENU_VIEW_LOCALLISTVIEW_STATUSBAR 32876
  772. #define ID_MENU_VIEW_REMOTELISTVIEW_STATUSBAR 32877
  773. #define ID_QUEUECONTEXT_ABORT 32878
  774. #define ID_QUEUECONTEXT_PAUSE 32879
  775. #define ID_QUEUECONTEXT_RESUME 32880
  776. #define ID_VIEW_REMOTELISTVIEW_OWNERGROUP 32881
  777. #define ID_MENU_DEBUG_CRASH 32882
  778. #define ID_VIEW_REMOTELISTVIEW_FILETYPE 32883
  779. #define ID_MENU_VIEW_REMOTELISTVIEW_SORTBY_FILENAME 32890
  780. #define ID_MENU_VIEW_REMOTELISTVIEW_SORTBY_FILESIZE 32891
  781. #define ID_MENU_VIEW_REMOTELISTVIEW_SORTBY_FILETYPE 32892
  782. #define ID_MENU_VIEW_REMOTELISTVIEW_SORTBY_DATETIME 32893
  783. #define ID_MENU_VIEW_REMOTELISTVIEW_SORTBY_ASCENDING 32894
  784. #define ID_MENU_VIEW_REMOTELISTVIEW_SORTBY_DESCENDING 32895
  785. #define ID_MENU_VIEW_LOCALLISTVIEW_SORTBY_FILENAME 32896
  786. #define ID_MENU_VIEW_LOCALLISTVIEW_SORTBY_FILESIZE 32897
  787. #define ID_MENU_VIEW_LOCALLISTVIEW_SORTBY_FILETYPE 32898
  788. #define ID_MENU_VIEW_LOCALLISTVIEW_SORTBY_LASTMODIFIED 32899
  789. #define ID_MENU_VIEW_LOCALLISTVIEW_SORTBY_ASCENDING 32900
  790. #define ID_MENU_VIEW_LOCALLISTVIEW_SORTBY_DESCENDING 32901
  791. #define ID_QUICKCONNECTBAR_MENU_EMPTYHISTORY 32902
  792. #define AFX_IDS_APP_TITLE 0xE000
  793. #define AFX_IDS_IDLEMESSAGE 0xE001
  794. #define ID_APP_ABOUT 0xE140
  795. #define ID_APP_EXIT 0xE141
  796. #define ID_HELP 0xE146
  797. #define ID_VIEW_TOOLBAR 0xE800
  798. #define ID_VIEW_STATUS_BAR 0xE801
  799. #define AFX_IDS_SCCLOSE 0xEF06
  800. // Next default values for new objects
  801. //
  802. #ifdef APSTUDIO_INVOKED
  803. #ifndef APSTUDIO_READONLY_SYMBOLS
  804. #define _APS_3D_CONTROLS 1
  805. #define _APS_NEXT_RESOURCE_VALUE 3106
  806. #define _APS_NEXT_COMMAND_VALUE 32903
  807. #define _APS_NEXT_CONTROL_VALUE 1291
  808. #define _APS_NEXT_SYMED_VALUE 3205
  809. #endif
  810. #endif
  811. #endif