SDC C-Project CF Review 프로그램
LYW
2021-11-15 4139a71f5c0b72f88813a15d7112fdac76756fe4
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
ÿþ//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by FtpClientTester.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FTPCLIENTTESTER_DIALOG      102
#define IDR_MAINFRAME                   128
#define IDC_BUTTON_DOWNLOAD             1000
#define IDC_BUTTON_UPLOAD               1001
#define IDC_CHECK1                      1002
#define IDC_CHECK_RESULT_ACK            1002
#define IDC_CHECK2                      1003
#define IDC_CHECK_CREATE_SIGNAL         1003
#define IDC_BUTTON2                     1004
#define IDC_BUTTON_SERVER               1004
#define IDC_BUTTON3                     1005
#define IDC_BUTTON_LOCAL                1005
#define IDC_BUTTON4                     1006
#define IDC_BUTTON_SIGNAL               1006
#define IDC_EDIT_READY_DOWNLOAD         1027
#define IDC_EDIT_SERVER_FOLDER          1027
#define IDC_EDIT_READY_DOWNLOAD2        1028
#define IDC_EDIT_SERVER_FILE            1028
#define IDC_EDIT_READY_DOWNLOAD4        1030
#define IDC_EDIT_LOCAL_FOLDER           1030
#define IDC_EDIT_READY_DOWNLOAD5        1031
#define IDC_EDIT_LOCAL_FILE             1031
#define IDC_EDIT_READY_DOWNLOAD6        1032
#define IDC_EDIT_SIGNAL_FOLDER          1032
#define IDC_EDIT_READY_DOWNLOAD7        1033
#define IDC_EDIT_SIGNAL_FILE            1033
 
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif