SearchUserDlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
源码类别:

网格计算

开发平台:

Visual C++

  1. // SearchUserDlg.h : header file
  2. #ifndef _SEARCHUSERDLG_H
  3. #define _SEARCHUSERDLG_H
  4. class CSearchUserDlg : public CDialog
  5. {
  6. // Construction
  7. public:
  8. CSearchUserDlg(CWnd* pParent = NULL);   // standard constructor
  9. // Dialog Data
  10. //{{AFX_DATA(CSearchUserDlg)
  11. enum { IDD = IDD_USRSEARCHAR };
  12. CIPAddressCtrl m_sipaddr;
  13. CString m_shostname;
  14. CString m_susername;
  15. //}}AFX_DATA
  16. int m_chkusrname,
  17. m_chkhostname,
  18. m_chkipaddr;
  19. CString m_sipaddrtxt;
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CSearchUserDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(CSearchUserDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnRdsearchHost();
  32. afx_msg void OnRdsearchIp();
  33. afx_msg void OnRdsearchName();
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. #endif //_SEARCHUSERDLG_H