NumAlarmDlg.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

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