home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / logowiz / template / dlgroot.clw < prev    next >
Text File  |  1998-03-05  |  2KB  |  96 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=$$DLG_CLASS$$
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "$$root$$.h"
  9. $$IF(AUTOMATION)
  10. ODLFile=$$root$$.odl
  11. $$ENDIF
  12. $$IF(PRESS_ME_DIALOG)
  13. NewFileInclude3=#include "pressdlg.h"
  14. $$ENDIF    //PRESS_ME_DIALOG
  15.  
  16. ClassCount=5
  17. Class1=$$APP_CLASS$$
  18. Class2=$$DLG_CLASS$$
  19. $$IF(ABOUT)
  20. Class3=CAboutDlg
  21. $$ENDIF //ABOUT
  22. $$IF(AUTOMATION)
  23. Class4=$$DLGAUTOPROXY_CLASS$$
  24. $$ENDIF //AUTOMATION
  25. $$IF(PRESS_ME_DIALOG)
  26. Class5=CPressMeDlg
  27. $$ENDIF    //PRESS_ME_DIALOG
  28.  
  29. ResourceCount=3
  30. $$IF(ABOUT)
  31. Resource1=IDD_ABOUTBOX
  32. $$ENDIF //ABOUT
  33. Resource2=IDR_MAINFRAME
  34. Resource3=IDD_$$SAFE_ROOT$$_DIALOG
  35.  
  36. [CLS:$$APP_CLASS$$]
  37. Type=0
  38. HeaderFile=$$root$$.h
  39. ImplementationFile=$$root$$.cpp
  40. Filter=N
  41.  
  42. [CLS:$$DLG_CLASS$$]
  43. Type=0
  44. HeaderFile=$$dlg_hfile$$.h
  45. ImplementationFile=$$dlg_ifile$$.cpp
  46. Filter=D
  47.  
  48. $$IF(ABOUT)
  49. [CLS:CAboutDlg]
  50. Type=0
  51. HeaderFile=$$dlg_hfile$$.h
  52. ImplementationFile=$$dlg_ifile$$.cpp
  53. Filter=D
  54.  
  55. [DLG:IDD_ABOUTBOX]
  56. Type=1
  57. ControlCount=4
  58. Control1=IDC_STATIC,static,1342177283
  59. Control2=IDC_STATIC,static,1342308352
  60. Control3=IDC_STATIC,static,1342308352
  61. Control4=IDOK,button,1342373889
  62. Class=CAboutDlg
  63. $$ENDIF //ABOUT
  64. $$IF(AUTOMATION)
  65.  
  66. [CLS:$$DLGAUTOPROXY_CLASS$$]
  67. Type=0
  68. HeaderFile=$$dlgautoproxy_hfile$$.h
  69. ImplementationFile=$$dlgautoproxy_ifile$$.cpp
  70. BaseClass=$$DLGAUTOPROXY_BASE_CLASS$$
  71. Filter=N
  72. $$ENDIF //AUTOMATION
  73. $$IF(PRESS_ME_DIALOG)
  74.  
  75. [CLS:CPressMeDlg]
  76. Type=0
  77. HeaderFile=pressdlg.h
  78. ImplementationFile=pressdlg.cpp
  79. Filter=D
  80.  
  81. [DLG:IDD_PRESS_ME]
  82. Type=1
  83. ControlCount=2
  84. Control1=IDOK,button,1342242817
  85. Control2=IDCANCEL,button,1342242816
  86. Class=CPressMeDlg
  87. $$ENDIF    //PRESS_ME_DIALOG
  88.  
  89. [DLG:IDD_$$SAFE_ROOT$$_DIALOG]
  90. Type=1
  91. ControlCount=3
  92. Control1=IDOK,button,1342242817
  93. Control2=IDCANCEL,button,1342242816
  94. Control3=IDC_STATIC,static,1342308352
  95. Class=$$DLG_CLASS$$
  96.