PropertiesDlg.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTIESDLG_H__31B41A07_5CBC_4C5F_8C9D_474D9D55BE65__INCLUDED_)
  2. #define AFX_PROPERTIESDLG_H__31B41A07_5CBC_4C5F_8C9D_474D9D55BE65__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropertiesDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropertiesDlg dialog
  10. class CPropertiesDlg : public CDialog
  11. {
  12. public:
  13. CPropertiesDlg(CWnd* pParent = NULL);   // standard constructor
  14. //{{AFX_DATA(CPropertiesDlg)
  15. enum { IDD = IDD_ITEM_PROPERTIES };
  16. CButton m_btnApply;
  17. CXTFlatComboBox m_comboSize;
  18. CXTColorPicker  m_cpText;
  19. CXTColorPicker  m_cpBack;
  20. CXTFontCombo    m_comboFont;
  21. int     m_nIndex;
  22. BOOL    m_bBoldCheck;
  23. CString m_strFontSize;
  24. //}}AFX_DATA
  25. COLORREF m_crText;
  26. COLORREF m_crBack;
  27. CXTLogFont m_LogFont;
  28. CXTTreeCtrl* m_pTreeCtrl;
  29. void UpdateItem(HTREEITEM hItem);
  30. int DoModalEx(CXTTreeCtrl* pTreeCtrl);
  31. //{{AFX_VIRTUAL(CPropertiesDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. protected:
  36. //{{AFX_MSG(CPropertiesDlg)
  37. afx_msg void OnBoldCheck();
  38. afx_msg void OnSelendokSizeCombo();
  39. afx_msg void OnSelendokFontCombo();
  40. afx_msg void OnSelEndOkColorText();
  41. afx_msg void OnSelEndOkColorBack();
  42. afx_msg void OnEditchangeSizeCombo();
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnBtnApply();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_PROPERTIESDLG_H__31B41A07_5CBC_4C5F_8C9D_474D9D55BE65__INCLUDED_)