SearchUserDlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // SearchUserDlg.h : header file
- #ifndef _SEARCHUSERDLG_H
- #define _SEARCHUSERDLG_H
- class CSearchUserDlg : public CDialog
- {
- // Construction
- public:
- CSearchUserDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSearchUserDlg)
- enum { IDD = IDD_USRSEARCHAR };
- CIPAddressCtrl m_sipaddr;
- CString m_shostname;
- CString m_susername;
- //}}AFX_DATA
- int m_chkusrname,
- m_chkhostname,
- m_chkipaddr;
- CString m_sipaddrtxt;
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSearchUserDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSearchUserDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnRdsearchHost();
- afx_msg void OnRdsearchIp();
- afx_msg void OnRdsearchName();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif //_SEARCHUSERDLG_H