NotFindDlg.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #if !defined(AFX_NOTFINDDLG_H__FC5BFB0C_8509_433E_974A_9FA1A11DFB37__INCLUDED_)
  2. #define AFX_NOTFINDDLG_H__FC5BFB0C_8509_433E_974A_9FA1A11DFB37__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NotFindDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // NotFindDlg dialog
  10. class NotFindDlg : public CDialog
  11. {
  12. CString m_name;
  13. int m_bSaveToClient;
  14. BOOL m_bSave;
  15. BOOL m_bClosed;
  16. // Construction
  17. public:
  18. CString m_frompath;
  19. void SaveToClient();
  20. void SaveToUnknown();
  21. int m_linepos;
  22. NotFindDlg(CWnd* pParent = NULL); // standard constructor
  23. CString m_phone;
  24. // Dialog Data
  25. //{{AFX_DATA(NotFindDlg)
  26. enum {
  27. IDD = IDD_DLGNotFind
  28. };
  29. // NOTE: the ClassWizard will add data members here
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(NotFindDlg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(NotFindDlg)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  43. virtual void OnOK();
  44. virtual void OnCancel();
  45. afx_msg void OnTimer(UINT nIDEvent);
  46. //}}AFX_MSG
  47. afx_msg LRESULT OnCloseWin(WPARAM wParam, LPARAM lParam);
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_NOTFINDDLG_H__FC5BFB0C_8509_433E_974A_9FA1A11DFB37__INCLUDED_)