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


[file head]:
#if !defined(AFX_JULIADLG_H__7B357576_D077_4130_A191_725456029A26__INCLUDED_)
#define AFX_JULIADLG_H__7B357576_D077_4130_A191_725456029A26__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JuliaDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// JuliaDlg dialog

class JuliaDlg : public CDialog
{
// Construction
public:
JuliaDlg(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(JuliaDlg)
enum { IDD = IDD_JULIA };
double m_CX;
double m_CY;
//}}AFX_DATA


// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(JuliaDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:

// Generated message map functions
//{{AFX_MSG(JuliaDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{A
... ...

[file tail]:
... ...
FX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_JULIADLG_H__7B357576_D077_4130_A191_725456029A26__INCLUDED_)