setdlg.h

来自「实现文件的2DIFS_code32」· C头文件 代码 · 共 73 行

H
73
字号
#if !defined(AFX_SETDLG_H__8C5D8301_0D5B_11D3_AFC6_00ED140000A2__INCLUDED_)
#define AFX_SETDLG_H__8C5D8301_0D5B_11D3_AFC6_00ED140000A2__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSetDlg dialog

class CSetDlg : public CDialog
{
// Construction
public:
	CSetDlg(CWnd* pParent = NULL);   // standard constructor
 
double  a[8],b[8],c[8],d[8],e[8],f[8],p[8];
	


// Dialog Data
	//{{AFX_DATA(CSetDlg)
	enum { IDD = IDD_SET_DIALOG };
	int		m_num;
	int		m_N;
	int		m_stepx;
	int		m_stepy;
	int		m_totalsteps;
	double	m_a;
	double	m_b;
	double	m_c;
	double	m_d;
	double	m_e;
	double	m_f;
	double	m_p;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetDlg)
	afx_msg void OnaddNBUTTON();
	afx_msg void OnaddnBUTTON1();
	afx_msg void OnsubnBUTTON();
	afx_msg void OnsubNBUTTON2();
	afx_msg void OnChangeAEdit();
	afx_msg void OnChangeBEdit();
	afx_msg void OnChangeCEdit();
	afx_msg void OnChangeDEdit();
	afx_msg void OnChangeEEdit();
	afx_msg void OnChangeFEdit();
	afx_msg void OnChangePEdit();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETDLG_H__8C5D8301_0D5B_11D3_AFC6_00ED140000A2__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?