home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / catalog2 / catalog2.clw < prev    next >
Text File  |  1998-03-26  |  3KB  |  141 lines

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