ListSimilarStrDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:2k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. #if !defined(AFX_LISTSIMILARSTRDLG_H__F87C7861_DBB5_11D8_8936_000EA6985A47__INCLUDED_)
  2. #define AFX_LISTSIMILARSTRDLG_H__F87C7861_DBB5_11D8_8936_000EA6985A47__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ListSimilarStrDlg.h : header file
  7. //
  8. #include "GpsDrawMap.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CListSimilarStrDlg dialog
  11. class CListSimilarStrDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CListSimilarStrDlg(CWnd* pParent = NULL);   // standard constructor
  16. CListSimilarStrDlg(CString arrStr[],int Total,CWnd* pParent = NULL);
  17. // Dialog Data
  18. //{{AFX_DATA(CListSimilarStrDlg)
  19. enum { IDD = IDD_LIST_STRING };
  20. CListBox m_ctlSimilarStr;
  21. CString m_sCaption;
  22. //}}AFX_DATA
  23. public:
  24. CString m_arrStr[100];
  25. int m_arrLen;
  26. CGpsDrawMap *m_pDrawMap;
  27. public:
  28. void GetParent(CGpsDrawMap *pDrawMap);
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CListSimilarStrDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CListSimilarStrDlg)
  39. afx_msg void CListSimilarStrDlg::OnOK();
  40. afx_msg BOOL CListSimilarStrDlg::OnInitDialog();
  41. afx_msg void OnDblclkSimilarStr();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_LISTSIMILARSTRDLG_H__F87C7861_DBB5_11D8_8936_000EA6985A47__INCLUDED_)