home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / ftptree / ftptree.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1998-03-27  |  1.3 KB  |  66 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CFTPTREEDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "ftptree.h"
  9. LastPage=0
  10.  
  11. ClassCount=4
  12. Class1=CMyTreeCtrl
  13. Class2=CAboutDlg
  14. Class3=CFTPTREEDlg
  15. Class4=CFTPTREEApp
  16.  
  17. ResourceCount=2
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDD_FTPTREE_DIALOG
  20.  
  21. [CLS:CMyTreeCtrl]
  22. Type=0
  23. BaseClass=CTreeCtrl
  24. HeaderFile=FtpTrCtl.h
  25. ImplementationFile=FtpTrCtl.cpp
  26.  
  27. [CLS:CAboutDlg]
  28. Type=0
  29. BaseClass=CDialog
  30. HeaderFile=FTPtrDlg.cpp
  31. ImplementationFile=FTPtrDlg.cpp
  32. LastObject=CAboutDlg
  33.  
  34. [CLS:CFTPTREEDlg]
  35. Type=0
  36. BaseClass=CDialog
  37. HeaderFile=FTPtrDlg.h
  38. ImplementationFile=FTPtrDlg.cpp
  39. LastObject=CFTPTREEDlg
  40.  
  41. [CLS:CFTPTREEApp]
  42. Type=0
  43. BaseClass=CWinApp
  44. HeaderFile=FTPTREE.h
  45. ImplementationFile=FTPTREE.cpp
  46.  
  47. [DLG:IDD_ABOUTBOX]
  48. Type=1
  49. Class=CAboutDlg
  50. ControlCount=5
  51. Control1=IDC_STATIC,static,1342177283
  52. Control2=IDC_STATIC,static,1342308480
  53. Control3=IDOK,button,1342373889
  54. Control4=IDC_STATIC,static,1342308352
  55. Control5=IDC_STATIC,static,1342308352
  56.  
  57. [DLG:IDD_FTPTREE_DIALOG]
  58. Type=1
  59. Class=CFTPTREEDlg
  60. ControlCount=4
  61. Control1=IDC_STATIC,static,1342308352
  62. Control2=IDC_FTPSITE,edit,1350631552
  63. Control3=ID_BROWSE_SITE,button,1342242817
  64. Control4=IDC_FTPTREE,SysTreeView32,1350631431
  65.  
  66.