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

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CDbfetchDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "dbfetch.h"
  9. LastPage=0
  10.  
  11. ClassCount=4
  12. Class1=CDataDialog
  13. Class2=CDbfetchApp
  14. Class3=CAboutDlg
  15. Class4=CDbfetchDlg
  16.  
  17. ResourceCount=3
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDD_DBFETCH_DIALOG
  20. Resource3=IDD_GETDATA_DAILOG
  21.  
  22. [CLS:CDataDialog]
  23. Type=0
  24. BaseClass=CDialog
  25. HeaderFile=datadlg.h
  26. ImplementationFile=datadlg.cpp
  27. LastObject=CDataDialog
  28.  
  29. [CLS:CDbfetchApp]
  30. Type=0
  31. BaseClass=CWinApp
  32. HeaderFile=dbfetch.h
  33. ImplementationFile=dbfetch.cpp
  34. LastObject=CDbfetchApp
  35.  
  36. [CLS:CAboutDlg]
  37. Type=0
  38. BaseClass=CDialog
  39. HeaderFile=fetchDlg.cpp
  40. ImplementationFile=fetchDlg.cpp
  41. LastObject=CAboutDlg
  42.  
  43. [CLS:CDbfetchDlg]
  44. Type=0
  45. BaseClass=CDialog
  46. HeaderFile=fetchDlg.h
  47. ImplementationFile=fetchDlg.cpp
  48. LastObject=CDbfetchDlg
  49.  
  50. [DLG:IDD_GETDATA_DAILOG]
  51. Type=1
  52. Class=CDataDialog
  53. ControlCount=6
  54. Control1=IDOK,button,1342242817
  55. Control2=IDC_FIRST,button,1342242816
  56. Control3=IDC_LAST,button,1342242816
  57. Control4=IDC_NEXT,button,1342242816
  58. Control5=IDC_PREV,button,1342242816
  59. Control6=IDC_DATALIST,SysListView32,1350631425
  60.  
  61. [DLG:IDD_ABOUTBOX]
  62. Type=1
  63. Class=CAboutDlg
  64. ControlCount=5
  65. Control1=IDC_STATIC,static,1342177283
  66. Control2=IDC_STATIC,static,1342308480
  67. Control3=IDC_STATIC,static,1342308352
  68. Control4=IDOK,button,1342373889
  69. Control5=IDC_STATIC,static,1342308352
  70.  
  71. [DLG:IDD_DBFETCH_DIALOG]
  72. Type=1
  73. Class=CDbfetchDlg
  74. ControlCount=5
  75. Control1=ID_GETDATA,button,1342242817
  76. Control2=IDC_GETDATASOURCE,button,1342242816
  77. Control3=IDC_TABLE_COMBO,combobox,1344340226
  78. Control4=ID_QUIT_SELECT,button,1342242816
  79. Control5=IDC_STATIC,static,1342308352
  80.  
  81.