1234567891011121314151617181920212223242526272829 |
- #if !defined(AFX_HOSPITALMSGSET_H__73543789_951D_4E16_BCAC_AD9D13F632CC__INCLUDED_)
- #define AFX_HOSPITALMSGSET_H__73543789_951D_4E16_BCAC_AD9D13F632CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class HospitalMsgSet : public CDialog
- {
- public:
- HospitalMsgSet(CWnd* pParent = NULL); // standard constructor
- enum { IDD = IDD_DLGHospitalMsgSet };
- BOOL hospitalmsgcheck1;
- BOOL hospitalmsgcheck2;
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- protected:
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- virtual void OnOK();
- DECLARE_MESSAGE_MAP()
- };
- #endif
|