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

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