www.pudn.com > 20060410_reader_demo.rar > OE4Dlg.h, change:2000-02-06,size:1422b
// OE4Dlg.h : header file // #if !defined(AFX_OE4DLG_H__DFA728AD_DC91_11D3_BB84_0040056112C6__INCLUDED_) #define AFX_OE4DLG_H__DFA728AD_DC91_11D3_BB84_0040056112C6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // COE4Dlg dialog #include "OEReader.h" class COE4Dlg : public CDialog { // Construction public: BOOL UpdateFiles(); COE4Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(COE4Dlg) enum { IDD = IDD_OE4_DIALOG }; CListBox m_Subjects; CListBox m_Files; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COE4Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(COE4Dlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnBtnFolder(); afx_msg void OnDblclkFiles(); afx_msg void OnDestroy(); //}}AFX_MSG DECLARE_MESSAGE_MAP() COE4Reader m_Reader; CString m_sPath; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OE4DLG_H__DFA728AD_DC91_11D3_BB84_0040056112C6__INCLUDED_)