blob: 17a227010b22744ad0e386c05c21471c60bbac89 (
plain)
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ftpfile.rc
//
#define IDD_DLG_UPLOAD 101
#define IDD_OPT_FTPFILE 103
#define IDD_OPT_ADVANCED 104
#define IDR_MENU_UPLOAD 106
#define IDI_PAUSE 110
#define IDI_RESUME 111
#define IDD_DLG_MANAGER 113
#define IDR_MENU_MANAGER 115
#define IDI_CLEAR 116
#define IDI_DELETE 117
#define IDD_DLG_NAME 118
#define IDD_DLG_FILEEXISTS 119
#define IDC_TAB 1001
#define IDC_PB_UPLOAD 1002
#define IDC_ST_FILE 1003
#define IDC_ST_SPEED 1004
#define IDC_ST_COMPLETED 1005
#define IDC_ST_REMAIN 1006
#define IDC_UP_FILE 1007
#define IDC_UP_COMPLETED 1008
#define IDC_UP_SPEED 1009
#define IDC_UP_REMAIN 1010
#define IDC_ST_CONTACT 1011
#define IDC_BTN_CLOSE 1012
#define IDC_BTN_CLIPBOARD 1013
#define IDC_BTN_OPTIONS 1014
#define IDC_UP_CONTACT 1015
#define IDC_ED_URL 1016
#define IDC_BTN_FILEMANAGER 1017
#define IDC_BTN_PAUSE 1018
#define IDC_ST_SERVER 1019
#define IDC_UP_SERVER 1020
#define IDC_SERVER 1021
#define IDC_BTN_PROTO 1021
#define IDC_USER 1022
#define IDC_BTN_DOWNLOAD 1022
#define IDC_PASSWORD 1023
#define IDC_DIR 1024
#define IDC_URL 1025
#define IDC_PORT 1026
#define IDC_CHMOD 1027
#define IDC_URL_CLOSEDLG 1028
#define IDC_CLOSEDLG 1028
#define IDC_URL_COPYTOML 1029
#define IDC_URL_AUTOSEND 1030
#define IDC_FTPLIST 1031
#define IDC_AUTODELETE 1031
#define IDC_ENABLED 1032
#define IDC_PASSIVE 1033
#define IDC_USESUBMENU 1034
#define IDC_HIDEINACTIVE 1035
#define IDC_FILELIST 1040
#define IDC_BTN_SELECTALL 1041
#define IDC_BTN_DESELECTALL 1042
#define IDC_BTN_DELETE 1043
#define IDC_DELETETIME 1043
#define IDC_BTN_DELETEFROMLIST 1044
#define IDC_LEVEL 1044
#define IDC_DELETETIME_SPIN 1045
#define IDC_RANGE 1046
#define IDC_PROTOLIST 1047
#define IDC_LEVEL_SPIN 1047
#define IDC_SETZIPNAME 1048
#define IDC_NAME 1049
#define IDC_STATUSBAR 1050
#define IDC_DEFAULT 1052
#define IDC_RENAME 1054
#define IDC_OVERWRITE 1055
#define IDC_CANCEL 1056
#define IDC_HEADER 1057
#define IDC_CANCEL2 1058
#define IDC_COPYURL 1058
#define IDI_FTP0 20000
#define IDI_FTP1 20001
#define IDI_FTP2 20002
#define IDI_FTP3 20003
#define IDI_FTP4 20004
#define IDI_MENU 20010
#define IDI_CLIPBOARD 20011
#define IDM_COPYLINK 40001
#define IDM_CLOSEDLG 40002
#define IDM_AUTOSEND 40003
#define IDM_DELETEFROMLIST 40016
#define IDM_DELETEFROMFTP 40017
#define IDM_DOWNLOAD 40019
#define IDM_DISABLED 40043
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40044
#define _APS_NEXT_CONTROL_VALUE 1058
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|