Separator.h
上传用户:hnhkjn
上传日期:2007-01-02
资源大小:13k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Separator.h : header file for CSeparator.
  3. //
  4. // Written by Michael Dunn (mdunn at inreach dot com).  Copyright and all
  5. // that stuff.  Use however you like but give me credit where it's due.  I'll
  6. // know if you don't. bwa ha ha ha ha!
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. #if !defined(AFX_SEPARATOR_H__90B023A4_6E4F_11D2_96F6_00C04FAC114C__INCLUDED_)
  10. #define AFX_SEPARATOR_H__90B023A4_6E4F_11D2_96F6_00C04FAC114C__INCLUDED_
  11. #if _MSC_VER >= 1000
  12. #pragma once
  13. #endif // _MSC_VER >= 1000
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CSeparator window
  16. class CSeparator : public CStatic
  17. {
  18. // Construction
  19. public:
  20. CSeparator();
  21. // Attributes
  22. public:
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSeparator)
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CSeparator();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CSeparator)
  35. afx_msg void OnPaint();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SEPARATOR_H__90B023A4_6E4F_11D2_96F6_00C04FAC114C__INCLUDED_)