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

Static控件

开发平台:

Visual C++

  1. // SeparatorDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_SEPARATORDEMODLG_H__D41D6FA6_6F88_11D2_9506_A0C64BC100C2__INCLUDED_)
  4. #define AFX_SEPARATORDEMODLG_H__D41D6FA6_6F88_11D2_9506_A0C64BC100C2__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "separator.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSeparatorDemoDlg dialog
  11. class CSeparatorDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSeparatorDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CSeparatorDemoDlg)
  18. enum { IDD = IDD_SEPARATORDEMO_DIALOG };
  19. CSeparator  m_wndSep4;
  20. CSeparator  m_wndSep3;
  21. CSeparator m_wndSep2;
  22. CSeparator m_wndSep1;
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CSeparatorDemoDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. HICON m_hIcon;
  32. // Generated message map functions
  33. //{{AFX_MSG(CSeparatorDemoDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  36. afx_msg void OnPaint();
  37. afx_msg HCURSOR OnQueryDragIcon();
  38. afx_msg void OnAbout();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SEPARATORDEMODLG_H__D41D6FA6_6F88_11D2_9506_A0C64BC100C2__INCLUDED_)