// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDOutPut)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnItemchangingList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBUTEnrol();
afx_msg void OnBUTSave();
afx_msg void OnBUTUndo();
afx_msg void OnBUTExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
bool IsShow;
HBRUSH m_hBrush;
_RecordsetPtr rst;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOUTPUT_H__4310B5C1_66D7_11D8_8753_5254AB32C8FB__INCLUDED_)