Test.clw
上传用户:nwfangbao
上传日期:2022-08-05
资源大小:24k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CTestDlg
  5. LastTemplate=CButton
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "Test.h"
  8. ClassCount=4
  9. Class1=CTestApp
  10. Class2=CTestDlg
  11. Class3=CAboutDlg
  12. ResourceCount=3
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Class4=CWeiXinBtn
  16. Resource3=IDD_TEST_DIALOG
  17. [CLS:CTestApp]
  18. Type=0
  19. HeaderFile=Test.h
  20. ImplementationFile=Test.cpp
  21. Filter=N
  22. [CLS:CTestDlg]
  23. Type=0
  24. HeaderFile=TestDlg.h
  25. ImplementationFile=TestDlg.cpp
  26. Filter=D
  27. BaseClass=CDialog
  28. VirtualFilter=dWC
  29. [CLS:CAboutDlg]
  30. Type=0
  31. HeaderFile=TestDlg.h
  32. ImplementationFile=TestDlg.cpp
  33. Filter=D
  34. [DLG:IDD_ABOUTBOX]
  35. Type=1
  36. Class=CAboutDlg
  37. ControlCount=4
  38. Control1=IDC_STATIC,static,1342177283
  39. Control2=IDC_STATIC,static,1342308480
  40. Control3=IDC_STATIC,static,1342308352
  41. Control4=IDOK,button,1342373889
  42. [DLG:IDD_TEST_DIALOG]
  43. Type=1
  44. Class=CTestDlg
  45. ControlCount=2
  46. Control1=IDC_BUTTON1,button,1073807360
  47. Control2=IDC_BUTTON2,button,1342242816
  48. [CLS:CWeiXinBtn]
  49. Type=0
  50. HeaderFile=WeiXinBtn.h
  51. ImplementationFile=WeiXinBtn.cpp
  52. BaseClass=CButton
  53. Filter=W
  54. VirtualFilter=BWC