COCIExample.clw
上传用户:qiye66685
上传日期:2013-03-10
资源大小:49k
文件大小:2k
源码类别:

Oracle数据库

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CCOCIExampleDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "COCIExample.h"
  8. ClassCount=4
  9. Class1=CCOCIExampleApp
  10. Class2=CCOCIExampleDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_COCIEXAMPLE_DIALOG
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_ABOUTBOX
  16. Class4=CConnectDlg
  17. Resource4=IDD_DIALOG1
  18. [CLS:CCOCIExampleApp]
  19. Type=0
  20. HeaderFile=COCIExample.h
  21. ImplementationFile=COCIExample.cpp
  22. Filter=N
  23. [CLS:CCOCIExampleDlg]
  24. Type=0
  25. HeaderFile=COCIExampleDlg.h
  26. ImplementationFile=COCIExampleDlg.cpp
  27. Filter=D
  28. BaseClass=CDialog
  29. VirtualFilter=dWC
  30. LastObject=CCOCIExampleDlg
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=COCIExampleDlg.h
  34. ImplementationFile=COCIExampleDlg.cpp
  35. Filter=D
  36. [DLG:IDD_ABOUTBOX]
  37. Type=1
  38. Class=CAboutDlg
  39. ControlCount=4
  40. Control1=IDC_STATIC,static,1342177283
  41. Control2=IDC_STATIC,static,1342308480
  42. Control3=IDC_STATIC,static,1342308352
  43. Control4=IDOK,button,1342373889
  44. [DLG:IDD_COCIEXAMPLE_DIALOG]
  45. Type=1
  46. Class=CCOCIExampleDlg
  47. ControlCount=21
  48. Control1=IDC_BUT_CONNECTDB,button,1342242816
  49. Control2=IDC_LIST_TABLENAME,listbox,1352728835
  50. Control3=IDC_B_TABLESELECTOK,button,1342242816
  51. Control4=IDC_LIST_TABLEDATA,SysListView32,1350631424
  52. Control5=IDC_STATIC,button,1342177287
  53. Control6=IDC_STATIC,button,1342177287
  54. Control7=IDC_BUT_QUERY,button,1342242816
  55. Control8=IDC_COBFNAME,combobox,1344340226
  56. Control9=IDC_COMB_CONDITION,combobox,1344340226
  57. Control10=IDC_EFFIELDVAL,edit,1350631552
  58. Control11=IDC_STATIC,static,1342308352
  59. Control12=IDC_STATIC,static,1342308352
  60. Control13=IDC_STATIC,static,1342308352
  61. Control14=IDC_STATIC,button,1342177287
  62. Control15=IDC_BUT_DELETE,button,1342242816
  63. Control16=IDC_BUT_UPTATE,button,1342242816
  64. Control17=IDC_CO_CONFNAME,combobox,1344340226
  65. Control18=IDC_EDIT1,edit,1350631552
  66. Control19=IDC_STATIC,static,1342308352
  67. Control20=IDC_STATIC,static,1342308352
  68. Control21=IDC_BUTTON1,button,1342242816
  69. [DLG:IDD_DIALOG1]
  70. Type=1
  71. Class=CConnectDlg
  72. ControlCount=8
  73. Control1=IDOK,button,1342242817
  74. Control2=IDCANCEL,button,1342242816
  75. Control3=IDC_STATIC,static,1342308352
  76. Control4=IDC_STATIC,static,1342308352
  77. Control5=IDC_STATIC,static,1342308352
  78. Control6=IDC_DBNAME,edit,1350631552
  79. Control7=IDC_UNAME,edit,1350631552
  80. Control8=IDC_UID,edit,1350631552
  81. [CLS:CConnectDlg]
  82. Type=0
  83. HeaderFile=ConnectDlg.h
  84. ImplementationFile=ConnectDlg.cpp
  85. BaseClass=CDialog
  86. Filter=D
  87. VirtualFilter=dWC