AddUserDlg1.h
上传用户:sdxhgc
上传日期:2013-09-14
资源大小:388k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #if !defined(AFX_ADDUSERDLG1_H__A389FEA5_F4BA_44A0_B3E7_00B22EAB1081__INCLUDED_)
  2. #define AFX_ADDUSERDLG1_H__A389FEA5_F4BA_44A0_B3E7_00B22EAB1081__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddUserDlg1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddUserDlg dialog
  10. class CAddUserDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString GetLocalIP();
  15. void IPHightToLower(const char *IPstr, char *ipaddrstr);
  16. CAddUserDlg(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CAddUserDlg)
  19. enum { IDD = IDD_AddUser };
  20. CDateTimeCtrl m_time;
  21. CComboBox m_dscport;
  22. CComboBox m_dtuport;
  23. CComboBox m_status;
  24. CDateTimeCtrl m_date;
  25. CIPAddressCtrl m_dscip;
  26. CIPAddressCtrl m_dtuip;
  27. CEdit m_userid;
  28. CString m_edit1;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CAddUserDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. virtual void PostNcDestroy();
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CAddUserDlg)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnAdduserB();
  43. virtual void OnCancel();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_ADDUSERDLG1_H__A389FEA5_F4BA_44A0_B3E7_00B22EAB1081__INCLUDED_)