SDC C-Project CF Review 프로그램
LYW
2021-05-26 5e3a8e2508c719bb48273d873b17b636c7cef4d7
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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by FTPUploader.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FTPUPLOADER_DIALOG          102
#define IDD_DLG_UPLOAD_LIST             103
#define IDR_MAINFRAME                   128
#define IDR_MENU_TRAY                   136
#define IDC_EDIT_ID                     1000
#define IDC_EDIT_PW                     1001
#define IDC_EDIT_TIMEOUT                1002
#define IDC_EDIT_HOMEPATH               1003
#define IDC_IPADDRESS_HOST              1004
#define IDC_BUTTON1                     1005
#define IDC_BUTTON_CONFIG_SAVE          1005
#define IDC_EDIT_ID2                    1006
#define IDC_CHECK_AUTO_UPLOAD           1007
#define IDC_LIST_UPLOAD_READY_LIST      1008
#define IDC_BUTTON_MANUAL_UPLOAD        1009
#define IDC_LIST_LOG                    1010
#define IDC_BUTTON_TEST                 1011
#define IDC_EDIT_PORT                   1012
#define IDC_LIST_UPLOAD_UPLOAD_LIST     1013
#define IDC_BUTTON_DROP                 1014
#define IDC_BUTTON_MANUAL_UPLOAD2       1015
#define IDC_BUTTON_MANUAL_DOWNLOAD      1015
#define IDC_EDIT_ID3                    1016
#define IDC_EDIT2                       1016
#define IDC_EDIT_PW2                    1017
#define IDC_EDIT_TIMEOUT2               1018
#define IDC_EDIT_HOMEPATH2              1019
#define IDC_IPADDRESS_HOST2             1020
#define IDC_EDIT_PORT2                  1021
#define IDC_BUTTON_TEST2                1022
#define IDC_BUTTON_MANUAL               1022
#define IDC_EDIT_ID4                    1022
#define IDC_CHECK_AUTO_UPLOAD2          1023
#define IDC_CHECK_PASSIVE_MODE          1023
#define IDC_LIST_LOG2                   1024
#define IDC_LIST_LOG_UP                 1024
#define IDC_LIST_UPLOAD_LIST            1025
#define IDC_EDIT_PW3                    1025
#define IDC_EDIT_TIMEOUT3               1026
#define IDC_EDIT_READY_DOWNLOAD         1027
#define IDC_EDIT_DOWNLOADING            1028
#define IDC_EDIT_TOTAL_DOWNLOAD         1029
#define IDC_EDIT_READY_UPLOAD           1030
#define IDC_EDIT_UPLOADING              1031
#define IDC_EDIT_TOTAL_UPLOAD           1032
#define IDC_EDIT_COMP_DOWNLOAD          1033
#define IDC_EDIT_COMP_UPLOAD            1034
#define IDC_BUTTON_DOWNLOAD_LIST        1035
#define IDC_BUTTON_UPLOAD_LIST          1036
#define IDC_EDIT_READY                  1036
#define IDC_EDIT_HOMEPATH3              1037
#define IDC_IPADDRESS_HOST3             1038
#define IDC_EDIT_PORT3                  1039
#define IDC_CHECK_PASSIVE_MODE2         1040
#define IDC_CHECK_WSI                   1040
#define ID_FILE_OPEN32771               32771
#define ID_FILE_CLOSE32772              32772
 
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1037
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif