home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / ide / mfcapwz.dll / TEMPLATE / DLGROOT.CLW < prev    next >
Text File  |  1996-07-12  |  1KB  |  63 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.  
  13. ClassCount=3
  14. Class1=$$APP_CLASS$$
  15. Class2=$$DLG_CLASS$$
  16. $$IF(ABOUT)
  17. Class3=CAboutDlg
  18. $$ENDIF //ABOUT
  19.  
  20. ResourceCount=3
  21. $$IF(ABOUT)
  22. Resource1=IDD_ABOUTBOX
  23. $$ENDIF //ABOUT
  24. Resource2=IDR_MAINFRAME
  25. Resource3=IDD_$$SAFE_ROOT$$_DIALOG
  26.  
  27. [CLS:$$APP_CLASS$$]
  28. Type=0
  29. HeaderFile=$$root$$.h
  30. ImplementationFile=$$root$$.cpp
  31. Filter=N
  32.  
  33. [CLS:$$DLG_CLASS$$]
  34. Type=0
  35. HeaderFile=$$dlg_hfile$$.h
  36. ImplementationFile=$$dlg_ifile$$.cpp
  37. Filter=D
  38.  
  39. $$IF(ABOUT)
  40. [CLS:CAboutDlg]
  41. Type=0
  42. HeaderFile=$$dlg_hfile$$.h
  43. ImplementationFile=$$dlg_ifile$$.cpp
  44. Filter=D
  45.  
  46. [DLG:IDD_ABOUTBOX]
  47. Type=1
  48. ControlCount=4
  49. Control1=IDC_STATIC,static,1342177283
  50. Control2=IDC_STATIC,static,1342308352
  51. Control3=IDC_STATIC,static,1342308352
  52. Control4=IDOK,button,1342373889
  53. Class=CAboutDlg
  54. $$ENDIF //ABOUT
  55.  
  56. [DLG:IDD_$$SAFE_ROOT$$_DIALOG]
  57. Type=1
  58. ControlCount=3
  59. Control1=IDOK,button,1342242817
  60. Control2=IDCANCEL,button,1342242816
  61. Control3=IDC_STATIC,static,1342308352
  62. Class=$$DLG_CLASS$$
  63.