CATALOG.CLW
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "catalog.h"
  8. LastPage=0
  9. ClassCount=7
  10. Class1=CCatalogDoc
  11. Class2=CCatalogApp
  12. Class3=CAboutDlg
  13. Class4=CCatalogView
  14. Class5=CColumns
  15. Class6=CMainFrame
  16. Class7=CTables
  17. ResourceCount=3
  18. Resource1=IDR_MAINFRAME
  19. Resource2=IDD_ABOUTBOX
  20. Resource3=IDD_CATALOG_FORM
  21. [CLS:CCatalogDoc]
  22. Type=0
  23. BaseClass=CDocument
  24. HeaderFile=cataldoc.h
  25. ImplementationFile=cataldoc.cpp
  26. [CLS:CCatalogApp]
  27. Type=0
  28. BaseClass=CWinApp
  29. HeaderFile=catalog.h
  30. ImplementationFile=catalog.cpp
  31. [CLS:CAboutDlg]
  32. Type=0
  33. BaseClass=CDialog
  34. HeaderFile=catalog.cpp
  35. ImplementationFile=catalog.cpp
  36. [CLS:CCatalogView]
  37. Type=0
  38. BaseClass=CRecordView
  39. HeaderFile=catalvw.h
  40. ImplementationFile=catalvw.cpp
  41. [CLS:CColumns]
  42. Type=0
  43. HeaderFile=columnst.h
  44. ImplementationFile=columnst.cpp
  45. [CLS:CMainFrame]
  46. Type=0
  47. BaseClass=CFrameWnd
  48. HeaderFile=mainfrm.h
  49. ImplementationFile=mainfrm.cpp
  50. [CLS:CTables]
  51. Type=0
  52. HeaderFile=tableset.h
  53. ImplementationFile=tableset.cpp
  54. [DB:CColumns]
  55. DB=1
  56. [DB:CTables]
  57. DB=1
  58. [DLG:IDD_ABOUTBOX]
  59. Type=1
  60. Class=CAboutDlg
  61. ControlCount=4
  62. Control1=IDC_STATIC,static,1342177283
  63. Control2=IDC_STATIC,static,1342308352
  64. Control3=IDC_STATIC,static,1342308352
  65. Control4=IDOK,button,1342373889
  66. [DLG:IDD_CATALOG_FORM]
  67. Type=1
  68. Class=CCatalogView
  69. ControlCount=10
  70. Control1=IDC_STATIC,static,1342308352
  71. Control2=IDC_STATIC,static,1342308352
  72. Control3=IDC_STATIC,static,1342308352
  73. Control4=IDC_STATIC,static,1342308352
  74. Control5=IDC_NAME,edit,1350631552
  75. Control6=IDC_OWNER,edit,1350631552
  76. Control7=IDC_REMARK,edit,1350631552
  77. Control8=IDC_TYPE,edit,1350631552
  78. Control9=IDC_COLUMNS,listbox,1352728835
  79. Control10=IDC_STATIC,static,1342308352
  80. [MNU:IDR_MAINFRAME]
  81. Type=1
  82. Command1=ID_APP_EXIT
  83. Command2=ID_EDIT_UNDO
  84. Command3=ID_EDIT_CUT
  85. Command4=ID_EDIT_COPY
  86. Command5=ID_EDIT_PASTE
  87. Command6=ID_RECORD_FIRST
  88. Command7=ID_RECORD_PREV
  89. Command8=ID_RECORD_NEXT
  90. Command9=ID_RECORD_LAST
  91. Command10=ID_VIEW_TOOLBAR
  92. Command11=ID_VIEW_STATUS_BAR
  93. Command12=ID_APP_ABOUT
  94. CommandCount=12
  95. [ACL:IDR_MAINFRAME]
  96. Type=1
  97. Command1=ID_EDIT_UNDO
  98. Command2=ID_EDIT_CUT
  99. Command3=ID_EDIT_COPY
  100. Command4=ID_EDIT_PASTE
  101. Command5=ID_EDIT_UNDO
  102. Command6=ID_EDIT_CUT
  103. Command7=ID_EDIT_COPY
  104. Command8=ID_EDIT_PASTE
  105. Command9=ID_NEXT_PANE
  106. Command10=ID_PREV_PANE
  107. CommandCount=10