HospitalMsgSet.h 646 B

1234567891011121314151617181920212223242526272829
  1. #if !defined(AFX_HOSPITALMSGSET_H__73543789_951D_4E16_BCAC_AD9D13F632CC__INCLUDED_)
  2. #define AFX_HOSPITALMSGSET_H__73543789_951D_4E16_BCAC_AD9D13F632CC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. class HospitalMsgSet : public CDialog
  7. {
  8. public:
  9. HospitalMsgSet(CWnd* pParent = NULL); // standard constructor
  10. enum { IDD = IDD_DLGHospitalMsgSet };
  11. BOOL hospitalmsgcheck1;
  12. BOOL hospitalmsgcheck2;
  13. protected:
  14. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  15. protected:
  16. virtual BOOL OnInitDialog();
  17. afx_msg void OnButton1();
  18. afx_msg void OnButton2();
  19. virtual void OnOK();
  20. DECLARE_MESSAGE_MAP()
  21. };
  22. #endif