myftp.clw
上传用户:kkaqas
上传日期:2007-01-07
资源大小:38k
文件大小:3k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CSetupDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "myftp.h"
  8. ClassCount=4
  9. Class1=CMyftpApp
  10. Class2=CMyftpDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_MYFTP_DIALOG
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_ABOUTBOX
  16. Class4=CSetupDlg
  17. Resource4=IDD_SETUP
  18. [CLS:CMyftpApp]
  19. Type=0
  20. HeaderFile=myftp.h
  21. ImplementationFile=myftp.cpp
  22. Filter=N
  23. [CLS:CMyftpDlg]
  24. Type=0
  25. HeaderFile=myftpDlg.h
  26. ImplementationFile=myftpDlg.cpp
  27. Filter=D
  28. BaseClass=CDialog
  29. VirtualFilter=dWC
  30. LastObject=CMyftpDlg
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=myftpDlg.h
  34. ImplementationFile=myftpDlg.cpp
  35. Filter=D
  36. [DLG:IDD_ABOUTBOX]
  37. Type=1
  38. Class=CAboutDlg
  39. ControlCount=6
  40. Control1=IDC_STATIC,static,1342177283
  41. Control2=IDC_STATIC,static,1342308480
  42. Control3=IDC_STATIC,static,1342308352
  43. Control4=IDOK,button,1342373889
  44. Control5=IDC_STATIC,static,1342308352
  45. Control6=IDC_STATIC,static,1342308352
  46. [DLG:IDD_MYFTP_DIALOG]
  47. Type=1
  48. Class=CMyftpDlg
  49. ControlCount=25
  50. Control1=IDE_HOST,edit,1350631552
  51. Control2=IDE_USER,edit,1350631552
  52. Control3=IDE_PASS,edit,1350631584
  53. Control4=ID_LOGIN,button,1342242816
  54. Control5=IDE_LOCAL_DIR,edit,1350631552
  55. Control6=ID_CHDIR,button,1342242816
  56. Control7=IDE_REMOTE_DIR,edit,1350631552
  57. Control8=ID_REMOTE_CHDIR,button,1342242816
  58. Control9=ID_REMOTE_MKDIR,button,1342242816
  59. Control10=IDL_LOCAL,SysListView32,1350664201
  60. Control11=IDL_REMOTE,SysListView32,1350664201
  61. Control12=ID_PUT,button,1342242816
  62. Control13=ID_PUT_ALL,button,1342242816
  63. Control14=ID_GET,button,1342242816
  64. Control15=ID_GET_ALL,button,1342242816
  65. Control16=IDCANCEL,button,1342242816
  66. Control17=IDC_STATIC,static,1342308352
  67. Control18=IDC_STATIC,static,1342308352
  68. Control19=IDC_STATIC,static,1342308352
  69. Control20=IDC_STATIC,button,1342177287
  70. Control21=IDC_STATIC,static,1342308352
  71. Control22=IDC_STATIC,static,1342308352
  72. Control23=IDC_STATUS,static,1342312960
  73. Control24=ID_SETUP,button,1342242816
  74. Control25=ID_STOP,button,1342242816
  75. [DLG:IDD_SETUP]
  76. Type=1
  77. Class=CSetupDlg
  78. ControlCount=15
  79. Control1=IDOK,button,1342242816
  80. Control2=IDCANCEL,button,1342242816
  81. Control3=IDC_STATIC,static,1342308352
  82. Control4=ID_MAX_FILE_SIZE,edit,1350631552
  83. Control5=IDC_STATIC,static,1342308352
  84. Control6=ID_MAX_SEND_TIMEOUT,edit,1350631552
  85. Control7=IDC_STATIC,static,1342308352
  86. Control8=IDC_STATIC,static,1342308352
  87. Control9=ID_MAX_RECV_TIMEOUT,edit,1350631552
  88. Control10=IDC_STATIC,static,1342308352
  89. Control11=IDC_STATIC,static,1342308352
  90. Control12=ID_MAX_RETRY,edit,1350631552
  91. Control13=IDC_STATIC,static,1342308352
  92. Control14=ID_MAX_RECONNECT,edit,1350631552
  93. Control15=IDC_USE_RESUME,button,1342242851
  94. [CLS:CSetupDlg]
  95. Type=0
  96. HeaderFile=SetupDlg.h
  97. ImplementationFile=SetupDlg.cpp
  98. BaseClass=CDialog
  99. Filter=D
  100. LastObject=CSetupDlg
  101. VirtualFilter=dWC