#if !defined(AFX_DIALFINDCOMSHOW_H__8CE9DB8F_929D_4EA0_8C25_A602DAD65EB7__INCLUDED_) #define AFX_DIALFINDCOMSHOW_H__8CE9DB8F_929D_4EA0_8C25_A602DAD65EB7__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DialFindComShow.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDialFindComShow dialog class CDialFindComShow : public CDialog { // Construction public: CDialFindComShow(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDialFindComShow) enum { IDD = IDD_DIALOG_FIND_COMM }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDialFindComShow) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDialFindComShow) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: void SetShowText(CString strShow){m_strShowCom = strShow;} private: CString m_strShowCom; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIALFINDCOMSHOW_H__8CE9DB8F_929D_4EA0_8C25_A602DAD65EB7__INCLUDED_)