Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
704 B

  1. // combut1.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CCOMBUT1 window
  5. class CCOMBUT1 : public CButton
  6. {
  7. // Construction
  8. public:
  9. CCOMBUT1();
  10. // Attributes
  11. public:
  12. // Operations
  13. public:
  14. // Overrides
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CCOMBUT1)
  17. //}}AFX_VIRTUAL
  18. // Implementation
  19. public:
  20. virtual ~CCOMBUT1();
  21. // Generated message map functions
  22. protected:
  23. //{{AFX_MSG(CCOMBUT1)
  24. // NOTE - the ClassWizard will add and remove member functions here.
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////