home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / mfcapwz.dll / TEMPLATE / DLGROOT.CLW < prev    next >
Text File  |  1997-01-28  |  2KB  |  75 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=4
  14. Class1=$$APP_CLASS$$
  15. Class2=$$DLG_CLASS$$
  16. $$IF(ABOUT)
  17. Class3=CAboutDlg
  18. $$ENDIF //ABOUT
  19. $$IF(AUTOMATION)
  20. Class4=$$DLGAUTOPROXY_CLASS$$
  21. $$ENDIF //AUTOMATION
  22.  
  23. ResourceCount=3
  24. $$IF(ABOUT)
  25. Resource1=IDD_ABOUTBOX
  26. $$ENDIF //ABOUT
  27. Resource2=IDR_MAINFRAME
  28. Resource3=IDD_$$SAFE_ROOT$$_DIALOG
  29.  
  30. [CLS:$$APP_CLASS$$]
  31. Type=0
  32. HeaderFile=$$root$$.h
  33. ImplementationFile=$$root$$.cpp
  34. Filter=N
  35.  
  36. [CLS:$$DLG_CLASS$$]
  37. Type=0
  38. HeaderFile=$$dlg_hfile$$.h
  39. ImplementationFile=$$dlg_ifile$$.cpp
  40. Filter=D
  41.  
  42. $$IF(ABOUT)
  43. [CLS:CAboutDlg]
  44. Type=0
  45. HeaderFile=$$dlg_hfile$$.h
  46. ImplementationFile=$$dlg_ifile$$.cpp
  47. Filter=D
  48.  
  49. [DLG:IDD_ABOUTBOX]
  50. Type=1
  51. ControlCount=4
  52. Control1=IDC_STATIC,static,1342177283
  53. Control2=IDC_STATIC,static,1342308352
  54. Control3=IDC_STATIC,static,1342308352
  55. Control4=IDOK,button,1342373889
  56. Class=CAboutDlg
  57. $$ENDIF //ABOUT
  58.  
  59. $$IF(AUTOMATION)
  60. [CLS:$$DLGAUTOPROXY_CLASS$$]
  61. Type=0
  62. HeaderFile=$$dlgautoproxy_hfile$$.h
  63. ImplementationFile=$$dlgautoproxy_ifile$$.cpp
  64. BaseClass=$$DLGAUTOPROXY_BASE_CLASS$$
  65. Filter=N
  66. $$ENDIF //AUTOMATION
  67.  
  68. [DLG:IDD_$$SAFE_ROOT$$_DIALOG]
  69. Type=1
  70. ControlCount=3
  71. Control1=IDOK,button,1342242817
  72. Control2=IDCANCEL,button,1342242816
  73. Control3=IDC_STATIC,static,1342308352
  74. Class=$$DLG_CLASS$$
  75.