myftp.clw

来自「本压缩软件为《Visual C++6.0基础教程》(黑魔方系列)一书的源代码」· CLW 代码 · 共 79 行

CLW
79
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CMyFtpDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "MyFtp.h"

ClassCount=3
Class1=CMyFtpApp
Class2=CMyFtpDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_MYFTP_DIALOG

[CLS:CMyFtpApp]
Type=0
HeaderFile=MyFtp.h
ImplementationFile=MyFtp.cpp
Filter=N

[CLS:CMyFtpDlg]
Type=0
HeaderFile=MyFtpDlg.h
ImplementationFile=MyFtpDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_BROWSE_UP

[CLS:CAboutDlg]
Type=0
HeaderFile=MyFtpDlg.h
ImplementationFile=MyFtpDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[DLG:IDD_MYFTP_DIALOG]
Type=1
Class=CMyFtpDlg
ControlCount=24
Control1=IDC_FTP_ADDR_DOWN,edit,1350631552
Control2=IDC_FTP_PATH_DOWN,edit,1350631552
Control3=IDC_USER_DOWN,edit,1350631552
Control4=IDC_PASS_DOWN,edit,1350631584
Control5=IDC_LOCAL_NAME,edit,1350631552
Control6=IDC_BROWSE_DOWN,button,1342242816
Control7=IDOK,button,1342242817
Control8=IDCANCEL,button,1342242816
Control9=IDC_USER_UP,edit,1350631552
Control10=IDC_PASS_UP,edit,1350631584
Control11=IDC_FTP_ADDR_UP,edit,1350631552
Control12=IDC_FTP_PATH_UP,edit,1350631552
Control13=IDC_BROWSE_UP,button,1342242816
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,button,1342177287
Control16=IDC_STATIC,button,1342177287
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
Control20=IDC_STATIC,static,1342308352
Control21=IDC_STATIC,static,1342308352
Control22=IDC_STATIC,static,1342308352
Control23=IDC_STATIC,static,1342308352
Control24=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?