ADRESSCOMBOBOX.H
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_ADRESSCOMBOBOX_H__F0C65256_1E4C_11D3_BACF_12345600558E__INCLUDED_)
  2. #define AFX_ADRESSCOMBOBOX_H__F0C65256_1E4C_11D3_BACF_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AdressComboBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAdressComboBox window
  10. class CAdressComboBox : public CComboBox
  11. {
  12. // Construction
  13. public:
  14. CAdressComboBox();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CAdressComboBox)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. BOOL AddNewAdress(LPCSTR str);
  26. virtual ~CAdressComboBox();
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CAdressComboBox)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_ADRESSCOMBOBOX_H__F0C65256_1E4C_11D3_BACF_12345600558E__INCLUDED_)