AdvComboEdit.h 910 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // AdvComboEdit.h : header file
  2. //
  3. #ifndef ADVCOMBOEDIT_H
  4. #define ADVCOMBOEDIT_H
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CAdvComboEdit window
  7. class CAdvComboEdit : public CEdit
  8. {
  9. // Construction
  10. public:
  11. CAdvComboEdit();
  12. virtual ~CAdvComboEdit();
  13. // Attributes
  14. public:
  15. // Operations
  16. public:
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CAdvComboEdit)
  20. protected:
  21. virtual void PreSubclassWindow();
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. // Generated message map functions
  26. protected:
  27. //{{AFX_MSG(CAdvComboEdit)
  28. afx_msg void OnTimer(UINT nIDEvent);
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif //ADVCOMBOEDIT_H