YGJBXJDLG.H
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "adodc.h"
  3. #include "datacombo.h"
  4. #include "datagrid.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_YGJBXJDLG_H__AF3B7A9F_8118_44A5_8890_E67A3CE18E30__INCLUDED_)
  7. #define AFX_YGJBXJDLG_H__AF3B7A9F_8118_44A5_8890_E67A3CE18E30__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. // Ygjbxjdlg.h : header file
  12. //
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CYgjbxjdlg dialog
  15. class CYgjbxjdlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19. CYgjbxjdlg(CWnd* pParent = NULL);   // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(CYgjbxjdlg)
  22. enum { IDD = IDD_YGJBXJCX };
  23. CAdodc m_ad;
  24. CDataCombo m_dc;
  25. CDataGrid m_da;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CYgjbxjdlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. // Generated message map functions
  37. //{{AFX_MSG(CYgjbxjdlg)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnOK();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_YGJBXJDLG_H__AF3B7A9F_8118_44A5_8890_E67A3CE18E30__INCLUDED_)