www.pudn.com > chaos.rar   To Read all the content


[file head]:
// ch1_1View.h : interface of the CCh1_1View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_CH1_1VIEW_H__349D54B5_FC69_11D6_8259_5254AB2F740C__INCLUDED_)
#define AFX_CH1_1VIEW_H__349D54B5_FC69_11D6_8259_5254AB2F740C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CCh1_1View : public CScrollView
{
protected: // create from serialization only
CCh1_1View();
DECLARE_DYNCREATE(CCh1_1View)

// Attributes
public:
CCh1_1Doc* GetDocument();

// Operations
public:

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCh1_1View)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT&amt; cs);
virtual void OnInitialUpdate();
virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual
... ...

[file tail]:
... ...
ouble *zi);
void Adtractor_3D(int sizex,int sizey,int itel,int k);

// Generated message map functions
protected:
//{{AFX_MSG(CCh1_1View)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnEditCopy();
afx_msg void OnEditPaste();
afx_msg void OnUpdateEditCopy(CCmdUI* pCmdUI);
afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI);
afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam); // user message
afx_msg void OnChaosPro();
afx_msg void OnChaosEncode();
afx_msg void OnChaosDecode();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG // debug version in ch1_1View.cpp
inline CCh1_1Doc* CCh1_1View::GetDocument()
{ return (CCh1_1Doc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CH1_1VIEW_H__349D54B5_FC69_11D6_8259_5254AB2F740C__INCLUDED_)