#if !defined(AFX_CHAROPTS_H__B5074782_D476_4321_9BA7_CA8426B5576E__INCLUDED_) #define AFX_CHAROPTS_H__B5074782_D476_4321_9BA7_CA8426B5576E__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // CharOpts.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCharacterOptions dialog class CCharacterOptions : public CDialog { // Construction public: CCharacterOptions(pCHARACTEROPTIONS pCharOpts, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CCharacterOptions) enum { IDD = IDD_CHARACTR_OPTIONS }; CComboBox m_cmbFontName; CComboBox m_cmbFontMode; BOOL m_bBold; BOOL m_bItalic; BOOL m_bUnderLine; int m_nFontSize; //}}AFX_DATA pCHARACTEROPTIONS m_pCharOpts; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCharacterOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CCharacterOptions) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeCmbFontMode(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CHAROPTS_H__B5074782_D476_4321_9BA7_CA8426B5576E__INCLUDED_)