home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SAMPLES / MINSVR / MINSVR.CL_ / MINSVR.CL
Encoding:
MFC ClassWizard info  |  1993-02-08  |  1.1 KB  |  59 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CChangeDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "minsvr.h"
  9. VbxHeaderFile=minsvr.h
  10. VbxImplementationFile=minsvr.cpp
  11.  
  12. ClassCount=2
  13. Class1=CMainWnd
  14. Class2=CChangeDlg
  15.  
  16. ResourceCount=3
  17. Resource1="MAINMENU"
  18. Resource2=IDD_ABOUTBOX
  19. Resource3=IDD_CHANGEDLG
  20.  
  21. [CLS:CMainWnd]
  22. Type=0
  23. HeaderFile=minsvr.h
  24. ImplementationFile=mainwnd.cpp
  25.  
  26. [CLS:CChangeDlg]
  27. Type=0
  28. HeaderFile=minitem.cpp
  29. ImplementationFile=minitem.cpp
  30. LastObject=IDC_EDIT1
  31.  
  32. [MNU:"MAINMENU"]
  33. Type=1
  34. Command1=IDM_UPDATE
  35. Command2=IDM_EXIT
  36. Command3=IDM_CHANGESTRING
  37. Command4=IDM_ABOUT
  38. CommandCount=4
  39. Class=?
  40.  
  41. [DLG:IDD_ABOUTBOX]
  42. Type=1
  43. ControlCount=4
  44. Control1=IDC_STATIC,static,1342177283
  45. Control2=IDC_STATIC,static,1342308352
  46. Control3=IDC_STATIC,static,1342308352
  47. Control4=IDOK,button,1342373889
  48. Class=?
  49.  
  50. [DLG:IDD_CHANGEDLG]
  51. Type=1
  52. ControlCount=4
  53. Control1=IDC_EDIT1,edit,1350631552
  54. Control2=IDC_STATIC,static,1342308352
  55. Control3=IDOK,button,1342242817
  56. Control4=IDCANCEL,button,1342242816
  57. Class=CChangeDlg
  58.  
  59.