#if !defined(AFX_CHARACTEROPTIONS_H__AE355309_599B_441A_9C2F_A5F0A468D6E8__INCLUDED_) #define AFX_CHARACTEROPTIONS_H__AE355309_599B_441A_9C2F_A5F0A468D6E8__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CharacterOptions.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCharacterOptions dialog class CCharacterOptions : public CDialog { // Construction public: CCharacterOptions(ILEADRasterDocument* pLRasterDoc, 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 ILEADRasterDocument* m_pLRasterDoc; // 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) // NOTE: the ClassWizard will add member functions here virtual BOOL OnInitDialog(); afx_msg void OnSelchangeCmbFontMode(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CHARACTEROPTIONS_H__AE355309_599B_441A_9C2F_A5F0A468D6E8__INCLUDED_)