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

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CFireDlg
  6. LastTemplate=CStatic
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "fire.h"
  9.  
  10. ClassCount=4
  11. Class1=CFireApp
  12. Class2=CFireDlg
  13. Class3=CAboutDlg
  14.  
  15. ResourceCount=3
  16. Resource1=IDD_ABOUTBOX
  17. Resource2=IDR_MAINFRAME
  18. Class4=CFireWnd
  19. Resource3=IDD_FIRE_DIALOG
  20.  
  21. [CLS:CFireApp]
  22. Type=0
  23. HeaderFile=fire.h
  24. ImplementationFile=fire.cpp
  25. Filter=N
  26.  
  27. [CLS:CFireDlg]
  28. Type=0
  29. HeaderFile=firedlg.h
  30. ImplementationFile=firedlg.cpp
  31. Filter=W
  32. LastObject=CFireDlg
  33. VirtualFilter=dWC
  34. BaseClass=CDialog
  35.  
  36. [CLS:CAboutDlg]
  37. Type=0
  38. HeaderFile=firedlg.h
  39. ImplementationFile=firedlg.cpp
  40. Filter=D
  41.  
  42. [DLG:IDD_ABOUTBOX]
  43. Type=1
  44. Class=CAboutDlg
  45. ControlCount=5
  46. Control1=IDC_STATIC,static,1342177283
  47. Control2=IDC_STATIC,static,1342308352
  48. Control3=IDC_STATIC,static,1342308352
  49. Control4=IDOK,button,1342373889
  50. Control5=IDC_STATIC,static,1342308352
  51.  
  52. [DLG:IDD_FIRE_DIALOG]
  53. Type=1
  54. Class=CFireDlg
  55. ControlCount=10
  56. Control1=IDC_COLOR,SysTabControl32,1342242816
  57. Control2=IDC_FIRE,static,1342177284
  58. Control3=IDC_STATIC,static,1342308352
  59. Control4=IDC_HEIGHT,msctls_trackbar32,1342242823
  60. Control5=IDC_STATIC,button,1342177287
  61. Control6=IDC_SETTING,edit,1484849280
  62. Control7=IDC_SETTINGCTRL,msctls_updown32,1476395190
  63. Control8=IDC_PROPERTY,SysTreeView32,1342242871
  64. Control9=IDC_APPLY,button,1476460545
  65. Control10=IDC_BURN,msctls_progress32,1350565889
  66.  
  67. [CLS:CFireWnd]
  68. Type=0
  69. HeaderFile=firewnd.h
  70. ImplementationFile=firewnd.cpp
  71. Filter=W
  72. LastObject=CFireWnd
  73.  
  74.