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

Windows编程

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CAboutDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "catdb.h"
  8. LastPage=0
  9. ClassCount=8
  10. Class1=CCatDBApp
  11. Class2=CAboutDlg
  12. Class3=CCatDBDoc
  13. Class4=CCatDBView
  14. Class5=CColumnPage
  15. Class6=CEnumSourcesDlg
  16. Class7=CMainFrame
  17. Class8=CTablePage
  18. ResourceCount=5
  19. Resource1=IDD_TABLEPAGE
  20. Resource2=IDD_COLUMNPAGE
  21. Resource3=IDD_ENUM_SOURCES
  22. Resource4=IDD_ABOUTBOX
  23. Resource5=IDR_MAINFRAME
  24. [CLS:CCatDBApp]
  25. Type=0
  26. BaseClass=CWinApp
  27. HeaderFile=CatDB.h
  28. ImplementationFile=CatDB.cpp
  29. [CLS:CAboutDlg]
  30. Type=0
  31. BaseClass=CDialog
  32. HeaderFile=CatDB.cpp
  33. ImplementationFile=CatDB.cpp
  34. LastObject=IDOK
  35. [CLS:CCatDBDoc]
  36. Type=0
  37. BaseClass=CDocument
  38. HeaderFile=CatDBDoc.h
  39. ImplementationFile=CatDBDoc.cpp
  40. [CLS:CCatDBView]
  41. Type=0
  42. BaseClass=CListView
  43. HeaderFile=CatDBvw.h
  44. ImplementationFile=CatDBvw.cpp
  45. [CLS:CColumnPage]
  46. Type=0
  47. BaseClass=CPropertyPage
  48. HeaderFile=COLPAGE.H
  49. ImplementationFile=COLPAGE.CPP
  50. [CLS:CEnumSourcesDlg]
  51. Type=0
  52. BaseClass=CDialog
  53. HeaderFile=EnumDlg.h
  54. ImplementationFile=EnumDlg.cpp
  55. [CLS:CMainFrame]
  56. Type=0
  57. BaseClass=CFrameWnd
  58. HeaderFile=MAINFRM.H
  59. ImplementationFile=MAINFRM.CPP
  60. [CLS:CTablePage]
  61. Type=0
  62. BaseClass=CPropertyPage
  63. HeaderFile=TABLEPAG.H
  64. ImplementationFile=TABLEPAG.CPP
  65. [DLG:IDD_ABOUTBOX]
  66. Type=1
  67. Class=CAboutDlg
  68. ControlCount=4
  69. Control1=IDC_STATIC,static,1342177283
  70. Control2=IDC_STATIC,static,1342308480
  71. Control3=IDC_STATIC,static,1342308352
  72. Control4=IDOK,button,1342373889
  73. [DLG:IDD_COLUMNPAGE]
  74. Type=1
  75. Class=CColumnPage
  76. ControlCount=3
  77. Control1=IDC_LENGTH,button,1342242819
  78. Control2=IDC_PRECISION,button,1342242819
  79. Control3=IDC_NULLABILITY,button,1342242819
  80. [DLG:IDD_ENUM_SOURCES]
  81. Type=1
  82. Class=CEnumSourcesDlg
  83. ControlCount=8
  84. Control1=IDOK,button,1342242817
  85. Control2=IDCANCEL,button,1342242816
  86. Control3=IDC_STATIC,static,1342308352
  87. Control4=IDC_TREE_ENUM,SysTreeView32,1350631462
  88. Control5=IDC_STATIC,static,1342308352
  89. Control6=IDC_EDIT_USER,edit,1350631552
  90. Control7=IDC_STATIC,static,1342308352
  91. Control8=IDC_EDIT_PASSWORD,edit,1350631584
  92. [DLG:IDD_TABLEPAGE]
  93. Type=1
  94. Class=CTablePage
  95. ControlCount=3
  96. Control1=IDC_SYSTABLES,button,1342242819
  97. Control2=IDC_ALIAI,button,1342242819
  98. Control3=IDC_VIEWS,button,1342242819
  99. [MNU:IDR_MAINFRAME]
  100. Type=1
  101. Class=?
  102. Command1=ID_FILE_OPEN
  103. Command2=ID_APP_EXIT
  104. Command3=ID_VIEW_TABLES
  105. Command4=ID_VIEW_COLUMNINFO
  106. Command5=ID_VIEW_TOOLBAR
  107. Command6=ID_VIEW_STATUS_BAR
  108. Command7=ID_VIEW_SETTINGS
  109. Command8=ID_APP_ABOUT
  110. CommandCount=8
  111. [ACL:IDR_MAINFRAME]
  112. Type=1
  113. Class=?
  114. Command1=ID_FILE_NEW
  115. Command2=ID_FILE_OPEN
  116. Command3=ID_FILE_SAVE
  117. Command4=ID_FILE_PRINT
  118. Command5=ID_EDIT_UNDO
  119. Command6=ID_EDIT_CUT
  120. Command7=ID_EDIT_COPY
  121. Command8=ID_EDIT_PASTE
  122. Command9=ID_EDIT_UNDO
  123. Command10=ID_EDIT_CUT
  124. Command11=ID_EDIT_COPY
  125. Command12=ID_EDIT_PASTE
  126. Command13=ID_NEXT_PANE
  127. Command14=ID_PREV_PANE
  128. CommandCount=14
  129. [TB:IDR_MAINFRAME]
  130. Type=1
  131. Class=?
  132. Command1=ID_FILE_OPEN
  133. Command2=ID_VIEW_TABLES
  134. Command3=ID_APP_ABOUT
  135. CommandCount=3