bsplinesetdlg.h

来自「B3次样条拟合」· C头文件 代码 · 共 63 行

H
63
字号
#if !defined(AFX_BSPLINESETDLG_H__6FED0F65_4C39_4445_9999_67E9E2D71481__INCLUDED_)
#define AFX_BSPLINESETDLG_H__6FED0F65_4C39_4445_9999_67E9E2D71481__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BSplineSetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBSplineSetDlg dialog

class CBSplineSetDlg : public CDialog
{
// Construction
public:
	int m_subtype;
	int m_type;
	CBSplineSetDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CBSplineSetDlg)
	enum { IDD = IDD_BSPLINE_SET };
	CButton	m_Section1;
	CButton	m_Section2;
	int		m_degree;
	double	m_length;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBSplineSetDlg)
	afx_msg void OnType1();
	afx_msg void OnType2();
	afx_msg void OnType3();
	afx_msg void OnType4();
	afx_msg void OnSubtype1();
	afx_msg void OnSubtype2();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnRefresh();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void ShowSection2();
	void HideSection2();
};

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

#endif // !defined(AFX_BSPLINESETDLG_H__6FED0F65_4C39_4445_9999_67E9E2D71481__INCLUDED_)

⌨️ 快捷键说明

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