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

数据库编程

开发平台:

Visual C++

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