home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / mfcatl / mfcatl.clw next >
Text File  |  1998-03-26  |  1KB  |  79 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CMfcAtlDlg
  6. LastTemplate=CCmdTarget
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "MfcAtl.h"
  9. ODLFile=MfcAtl.odl
  10.  
  11. ClassCount=5
  12. Class1=CMfcAtlApp
  13. Class2=CMfcAtlDlg
  14. Class3=CAboutDlg
  15.  
  16. ResourceCount=3
  17. Resource1=IDD_ABOUTBOX
  18. Resource2=IDR_MAINFRAME
  19. Class4=CObjectOne
  20. Class5=CObjectTwo
  21. Resource3=IDD_MFCATL_DIALOG
  22.  
  23. [CLS:CMfcAtlApp]
  24. Type=0
  25. HeaderFile=MfcAtl.h
  26. ImplementationFile=MfcAtl.cpp
  27. Filter=N
  28. BaseClass=CWinApp
  29. VirtualFilter=AC
  30. LastObject=CMfcAtlApp
  31.  
  32. [CLS:CMfcAtlDlg]
  33. Type=0
  34. HeaderFile=MfcAtlDl.h
  35. ImplementationFile=MfcAtlDl.cpp
  36. Filter=D
  37. BaseClass=CDialog
  38. VirtualFilter=dWC
  39. LastObject=IDCLOSE
  40.  
  41. [CLS:CAboutDlg]
  42. Type=0
  43. HeaderFile=MfcAtlDl.h
  44. ImplementationFile=MfcAtlDl.cpp
  45. Filter=D
  46.  
  47. [DLG:IDD_ABOUTBOX]
  48. Type=1
  49. Class=CAboutDlg
  50. ControlCount=4
  51. Control1=IDC_STATIC,static,1342177283
  52. Control2=IDC_STATIC,static,1342308480
  53. Control3=IDC_STATIC,static,1342308352
  54. Control4=IDOK,button,1342373889
  55.  
  56. [DLG:IDD_MFCATL_DIALOG]
  57. Type=1
  58. Class=CMfcAtlDlg
  59. ControlCount=1
  60. Control1=IDCLOSE,button,1342242817
  61.  
  62. [CLS:CObjectOne]
  63. Type=0
  64. HeaderFile=ObjOne.h
  65. ImplementationFile=ObjOne.cpp
  66. BaseClass=CCmdTarget
  67. Filter=N
  68. VirtualFilter=C
  69.  
  70. [CLS:CObjectTwo]
  71. Type=0
  72. HeaderFile=ObjTwo.h
  73. ImplementationFile=ObjTwo.cpp
  74. BaseClass=CCmdTarget
  75. Filter=N
  76. VirtualFilter=C
  77. LastObject=CObjectTwo
  78.  
  79.