Inheritance diagram for CPPageSubStyle:
Public Types | |
enum | |
Public Member Functions | |
CPPageSubStyle () | |
virtual | ~CPPageSubStyle () |
void | InitStyle (CString title, STSStyle &stss) |
void | GetStyle (STSStyle &stss) |
Public Attributes | |
CButton | m_font |
int | m_iCharset |
CComboBox | m_charset |
int | m_spacing |
CSpinButtonCtrl | m_spacingspin |
int | m_angle |
CSpinButtonCtrl | m_anglespin |
int | m_scalex |
CSpinButtonCtrl | m_scalexspin |
int | m_scaley |
CSpinButtonCtrl | m_scaleyspin |
int | m_borderstyle |
int | m_borderwidth |
CSpinButtonCtrl | m_borderwidthspin |
int | m_shadowdepth |
CSpinButtonCtrl | m_shadowdepthspin |
int | m_screenalignment |
CRect | m_margin |
CSpinButtonCtrl | m_marginleftspin |
CSpinButtonCtrl | m_marginrightspin |
CSpinButtonCtrl | m_margintopspin |
CSpinButtonCtrl | m_marginbottomspin |
CColorStatic | m_color [4] |
int | m_alpha [4] |
CSliderCtrl | m_alphasliders [4] |
BOOL | m_linkalphasliders |
BOOL | m_relativeTo |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual BOOL | OnApply () |
afx_msg void | OnBnClickedButton1 () |
afx_msg void | OnStnClickedColorpri () |
afx_msg void | OnStnClickedColorsec () |
afx_msg void | OnStnClickedColoroutl () |
afx_msg void | OnStnClickedColorshad () |
afx_msg void | OnBnClickedCheck1 () |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
Definition at line 52 of file PPageSubStyle.h.