#if !defined(AFX_PATTDLG_H__B51B4941_6F8A_11D2_B46D_444553540000__INCLUDED_) #define AFX_PATTDLG_H__B51B4941_6F8A_11D2_B46D_444553540000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // PattDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPatternDlg dialog class CPatternDlg : public CDialog { // Construction public: BOOL GetColor(COLORREF & crColor); int FindIndex(); L_UINT FindStyle(); UINT m_uStyle; COLORREF m_crBack; COLORREF m_crFore; CPatternDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPatternDlg) enum { IDD = IDD_PATTERNDLG }; int m_nPattern; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPatternDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPatternDlg) afx_msg void OnBackcolor(); afx_msg void OnForecolor(); afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); afx_msg void OnSelchangePattern(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PATTDLG_H__B51B4941_6F8A_11D2_B46D_444553540000__INCLUDED_)