#if !defined(AFX_PALETTEDLG_H__BED1625F_C973_48BF_9A74_4AFB62C75645__INCLUDED_) #define AFX_PALETTEDLG_H__BED1625F_C973_48BF_9A74_4AFB62C75645__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PaletteDLG.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPaletteDLG dialog class CPaletteDLG : public CDialog { // Construction public: CPaletteDLG(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPaletteDLG) enum { IDD = IDD_PALETTE }; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPaletteDLG) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation public: LMyVectorWindow *m_pVectorWindow; protected: // Generated message map functions //{{AFX_MSG(CPaletteDLG) afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct); afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PALETTEDLG_H__BED1625F_C973_48BF_9A74_4AFB62C75645__INCLUDED_)