PropPage3.h
上传用户:wujian85
上传日期:2010-04-08
资源大小:227k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_PROPPAGE3_H__91A4B005_0AB6_11D2_8412_0000B43382FE__INCLUDED_)
  2. #define AFX_PROPPAGE3_H__91A4B005_0AB6_11D2_8412_0000B43382FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropPage3.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropPage3 dialog
  10. #include "ColourPicker.h"
  11. class Doc;
  12. class View;
  13. class CPropPage3 : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CPropPage3(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CPropPage3)
  20. enum { IDD = IDD_PROP_PAGE3 };
  21. CColourPicker wndTextCol;
  22. CColourPicker wndBdrCol;
  23. CColourPicker wndBkCol;
  24. CComboBox wndLineType;
  25. CComboBox wndBorderSize;
  26. CComboBox wndBorder;
  27. CComboBox wndBckType;
  28. int iLineWidth;
  29. //}}AFX_DATA
  30. COLORREF crBack, crText, crBdr;
  31. Doc * pDoc;
  32. View * pView;
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CPropPage3)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CPropPage3)
  43. virtual BOOL OnInitDialog();
  44. virtual void OnCancel();
  45. virtual void OnOK();
  46. afx_msg void OnSelendokCbBckType();
  47. afx_msg void OnSelendokCbBorder();
  48. afx_msg void OnSelendokCbBordersize();
  49. afx_msg void OnSelendokCbLinetype();
  50. afx_msg void OnKillfocusEdLw();
  51. afx_msg LONG OnColSelendOk(UINT lParam, LONG wParam);
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_PROPPAGE3_H__91A4B005_0AB6_11D2_8412_0000B43382FE__INCLUDED_)