Client2Dlg.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #if !defined(AFX_Client2Dlg_H__B9CB820E_682A_4973_A271_DD909C9BE2A7__INCLUDED_)
  2. #define AFX_Client2Dlg_H__B9CB820E_682A_4973_A271_DD909C9BE2A7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Client2Dlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Client2Dlg dialog
  10. class Client2Dlg : public CDialog
  11. {
  12. int m_nSecond;
  13. BOOL m_bCanClose;
  14. // Construction
  15. public:
  16. Client2Dlg(CWnd* pParent = NULL); // standard constructor
  17. int m_linepos;
  18. // Dialog Data
  19. //{{AFX_DATA(Client2Dlg)
  20. enum {
  21. IDD = IDD_DLGClient2
  22. };
  23. CString m_phone;
  24. CString m_name;
  25. CString m_sex;
  26. CString m_addr;
  27. CString m_qq;
  28. CString m_bz;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(Client2Dlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(Client2Dlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  42. virtual void OnOK();
  43. virtual void OnCancel();
  44. afx_msg void OnTimer(UINT nIDEvent);
  45. afx_msg void OnButton1();
  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_Client2Dlg_H__B9CB820E_682A_4973_A271_DD909C9BE2A7__INCLUDED_)