forked from aiHgithub/Mini-FTPserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FTPserver.clw
executable file
·158 lines (141 loc) · 3.55 KB
/
FTPserver.clw
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
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CFTPserverDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "FTPserver.h"
ClassCount=9
Class1=CFTPserverApp
Class2=CFTPserverDlg
Class3=CAboutDlg
ResourceCount=5
Resource1=IDD_QUIT
Resource2=IDR_MAINFRAME
Class4=CListenSocket
Class5=CConnectThread
Class6=CControlSocket
Class7=CDataSocket
Resource3=IDR_POPUP
Class8=CSystemTray
Resource4=IDD_ABOUTBOX
Class9=CDlgQuit
Resource5=IDD_FTPSERVER_DIALOG
[CLS:CFTPserverApp]
Type=0
HeaderFile=FTPserver.h
ImplementationFile=FTPserver.cpp
Filter=N
LastObject=ID_APP_SHOW
[CLS:CFTPserverDlg]
Type=0
HeaderFile=FTPserverDlg.h
ImplementationFile=FTPserverDlg.cpp
Filter=D
LastObject=CFTPserverDlg
BaseClass=CDialog
VirtualFilter=dWC
[CLS:CAboutDlg]
Type=0
HeaderFile=FTPserverDlg.h
ImplementationFile=FTPserverDlg.cpp
Filter=D
LastObject=CAboutDlg
[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=5
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
[DLG:IDD_FTPSERVER_DIALOG]
Type=1
Class=CFTPserverDlg
ControlCount=26
Control1=IDC_STATIC,static,1342308352
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,button,1342177287
Control8=IDC_STATIC,static,1342177294
Control9=IDC_STATIC,static,1342308353
Control10=IDC_EDIT_PORT,edit,1350631552
Control11=IDC_EDIT_MAXUSER,edit,1350631552
Control12=IDC_EDIT_USER,edit,1350631552
Control13=IDC_EDIT_PASSWORD,edit,1350631584
Control14=IDC_EDIT_WELCOME,edit,1350631552
Control15=IDC_EDIT_QUIT,edit,1350631552
Control16=IDC_EDIT_FOLDER,edit,1350631552
Control17=IDC_BTN_BROWSE,button,1342242816
Control18=IDC_CHECK_DOWNLOAD,button,1342242819
Control19=IDC_CHECK_UPLOAD,button,1342242819
Control20=IDC_CHECK_RENAME,button,1342242819
Control21=IDC_CHECK_DELETE,button,1342242819
Control22=IDC_CHECK_CREATEDIR,button,1342242819
Control23=IDC_BTN_START,button,1342242817
Control24=IDC_BTN_STOP,button,1342242816
Control25=IDC_BTN_QUIT,button,1342242816
Control26=IDC_STATE,static,1342308864
[CLS:CListenSocket]
Type=0
HeaderFile=ListenSocket.h
ImplementationFile=ListenSocket.cpp
BaseClass=CAsyncSocket
Filter=N
VirtualFilter=q
LastObject=CListenSocket
[CLS:CConnectThread]
Type=0
HeaderFile=ConnectThread.h
ImplementationFile=ConnectThread.cpp
BaseClass=CWinThread
Filter=N
LastObject=CConnectThread
[CLS:CControlSocket]
Type=0
HeaderFile=ControlSocket.h
ImplementationFile=ControlSocket.cpp
BaseClass=CSocket
Filter=N
LastObject=CControlSocket
VirtualFilter=uq
[CLS:CDataSocket]
Type=0
HeaderFile=DataSocket.h
ImplementationFile=DataSocket.cpp
BaseClass=CAsyncSocket
Filter=N
VirtualFilter=q
LastObject=CDataSocket
[MNU:IDR_POPUP]
Type=1
Class=?
Command1=ID_APP_SHOW
Command2=ID_APP_EXIT
CommandCount=2
[CLS:CSystemTray]
Type=0
HeaderFile=SystemTray.h
ImplementationFile=SystemTray.cpp
BaseClass=CDialog
Filter=D
LastObject=CSystemTray
[DLG:IDD_QUIT]
Type=1
Class=CDlgQuit
ControlCount=3
Control1=IDC_BTN_MINSIZE,button,1342242816
Control2=IDC_BTN_EXIT,button,1342242816
Control3=IDC_BTN_CANCEL,button,1342242816
[CLS:CDlgQuit]
Type=0
HeaderFile=DlgQuit.h
ImplementationFile=DlgQuit.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_BTN_MINSIZE