/***************************************************************************** * * Copyright (c) 1999, KL GROUP INC. All Rights Reserved. * http://www.klgroup.com * * This file is provided for demonstration and educational uses only. * Permission to use, copy, modify and distribute this file for * any purpose and without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all * copies, and that the name of KL Group not be used in advertising * or publicity pertaining to this material without the specific, * prior written permission of an authorized representative of * KL Group. * * KL GROUP MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY * OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR * PURPOSE, OR NON-INFRINGEMENT. KL GROUP SHALL NOT BE LIABLE FOR ANY * DAMAGES SUFFERED BY USERS AS A RESULT OF USING, MODIFYING OR * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. */ // golfersDlg.h : header file // #if !defined(AFX_GOLFERSDLG_H__271E8D0B_530D_11D2_AF38_00A024C3C1C2__INCLUDED_) #define AFX_GOLFERSDLG_H__271E8D0B_530D_11D2_AF38_00A024C3C1C2__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "Chart3D.h" #include "Chart3DData.h" ///////////////////////////////////////////////////////////////////////////// // CGolfersDlg dialog class CGolfersDlg : public CDialog { // Construction public: CGolfersDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CGolfersDlg) enum { IDD = IDD_GOLFERS_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGolfersDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: CChart3D * m_pChart; HICON m_hIcon; BOOL InitChart(); void SetGrid(); void SetText(); // Generated message map functions //{{AFX_MSG(CGolfersDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnMouseDownChart3d(short Button, short Shift, long x, long y); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg BOOL OnQueryNewPalette(); afx_msg void OnPaletteChanged(CWnd* pFocusWnd); DECLARE_EVENTSINK_MAP() //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GOLFERSDLG_H__271E8D0B_530D_11D2_AF38_00A024C3C1C2__INCLUDED_)