MyFtp.clw
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:3k
源码类别:

书籍源码

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CMyFtpDlg
  5. LastTemplate=CListCtrl
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "MyFtp.h"
  8. ClassCount=5
  9. Class1=CMyFtpApp
  10. Class2=CMyFtpDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_MYFTP_DIALOG
  16. Class4=CFTPTransferDlg
  17. Class5=CMyListCtrl
  18. Resource4=IDD_FTPTRANSFER
  19. [CLS:CMyFtpApp]
  20. Type=0
  21. HeaderFile=MyFtp.h
  22. ImplementationFile=MyFtp.cpp
  23. Filter=N
  24. [CLS:CMyFtpDlg]
  25. Type=0
  26. HeaderFile=MyFtpDlg.h
  27. ImplementationFile=MyFtpDlg.cpp
  28. Filter=D
  29. BaseClass=CDialog
  30. VirtualFilter=dWC
  31. LastObject=IDC_UPLOAD
  32. [CLS:CAboutDlg]
  33. Type=0
  34. HeaderFile=MyFtpDlg.h
  35. ImplementationFile=MyFtpDlg.cpp
  36. Filter=D
  37. [DLG:IDD_ABOUTBOX]
  38. Type=1
  39. Class=CAboutDlg
  40. ControlCount=4
  41. Control1=IDC_STATIC,static,1342177283
  42. Control2=IDC_STATIC,static,1342308480
  43. Control3=IDC_STATIC,static,1342308352
  44. Control4=IDOK,button,1342373889
  45. [DLG:IDD_MYFTP_DIALOG]
  46. Type=1
  47. Class=CMyFtpDlg
  48. ControlCount=19
  49. Control1=IDOK,button,1342242817
  50. Control2=IDCANCEL,button,1342242816
  51. Control3=IDC_SERVER,edit,1350631552
  52. Control4=IDC_STATIC,static,1342308352
  53. Control5=IDC_USER,edit,1350631552
  54. Control6=IDC_STATIC,static,1342308352
  55. Control7=IDC_PASSWORD,edit,1350631552
  56. Control8=IDC_STATIC,static,1342308352
  57. Control9=IDC_UPLOAD,button,1342242817
  58. Control10=IDC_DOWNLOAD,button,1342242816
  59. Control11=IDC_LIST_LOCAL,SysListView32,1350631435
  60. Control12=IDC_LIST_REMOTE,SysListView32,1350631435
  61. Control13=IDC_CONNECT,button,1342242816
  62. Control14=IDC_STATIC,static,1342308352
  63. Control15=IDC_STATIC,static,1342308352
  64. Control16=IDC_LOCAL_UP,button,1342242817
  65. Control17=IDC_LOCAL_DOWND,button,1342242817
  66. Control18=IDC_REMOTE_UP,button,1342242817
  67. Control19=IDC_REMOTE_DOWND,button,1342242817
  68. [DLG:IDD_FTPTRANSFER]
  69. Type=1
  70. Class=CFTPTransferDlg
  71. ControlCount=9
  72. Control1=IDCANCEL,button,1342242816
  73. Control2=IDC_ANIMATE1,SysAnimate32,1350631424
  74. Control3=IDC_PROGRESS1,msctls_progress32,1350565888
  75. Control4=IDC_STATIC,static,1342308352
  76. Control5=IDC_TIMELEFT,static,1342308352
  77. Control6=IDC_STATIC,static,1342308352
  78. Control7=IDC_TRANSFER_RATE,static,1342308352
  79. Control8=IDC_STATUS,static,1342308352
  80. Control9=IDC_FILESTATUS,static,1342308352
  81. [CLS:CFTPTransferDlg]
  82. Type=0
  83. HeaderFile=FTPTransferDlg.h
  84. ImplementationFile=FTPTransferDlg.cpp
  85. BaseClass=CDialog
  86. Filter=D
  87. [CLS:CMyListCtrl]
  88. Type=0
  89. HeaderFile=MyListCtrl.h
  90. ImplementationFile=MyListCtrl.cpp
  91. BaseClass=CListCtrl
  92. Filter=W
  93. VirtualFilter=FWC
  94. LastObject=CMyListCtrl