#if !defined(AFX_GAUSS_H__944D2126_5F6B_4D38_BC4F_9B3A62509335__INCLUDED_) #define AFX_GAUSS_H__944D2126_5F6B_4D38_BC4F_9B3A62509335__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Gauss.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGauss window class CGauss : public CWnd { // Construction public: CGauss(); // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGauss) //}}AFX_VIRTUAL // Implementation public: double nowx; void drawfunc(CDC * pDC); double f2(double x); double f1(double x); int xmin; int xmax; int ymax1; int ymax2; void drawaxis(CDC * pDC); int xbegin; int xend; int xO; int xcur; int yt1; int yb1; int yt2; int yb2; CScrollBar hscroll; virtual ~CGauss(); // Generated message map functions protected: //{{AFX_MSG(CGauss) afx_msg void OnPaint(); afx_msg BOOL OnEraseBkgnd(CDC* pDC); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GAUSS_H__944D2126_5F6B_4D38_BC4F_9B3A62509335__INCLUDED_)