OptionsDlg.h
上传用户:woomicn
上传日期:2017-11-10
资源大小:42k
文件大小:1k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. #if !defined(AFX_OPTIONSDLG_H__56CFE4CE_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_)
  2. #define AFX_OPTIONSDLG_H__56CFE4CE_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // OptionsDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COptionsDlg dialog
  10. class COptionsDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. COptionsDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(COptionsDlg)
  17. enum { IDD = IDD_DIALOG_OPTIONS };
  18. CButton m_ShowAnimation;
  19. CButton m_ShowReversed;
  20. CButton m_ShowNumber;
  21. CButton m_ShowLevel3;
  22. CButton m_ShowLevel2;
  23. CButton m_ShowLevel1;
  24. CButton m_ShowLevel0;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(COptionsDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(COptionsDlg)
  36. virtual void OnOK();
  37. virtual void OnCancel();
  38. virtual BOOL OnInitDialog();
  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_OPTIONSDLG_H__56CFE4CE_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_)