dialog1.h

来自「对于转台控制系统中的精测误差分析与补偿算法」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_DIALOG1_H__FC7CB344_5978_4D2F_A72A_D39BB7F8B006__INCLUDED_)
#define AFX_DIALOG1_H__FC7CB344_5978_4D2F_A72A_D39BB7F8B006__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDialog1 dialog

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

// Dialog Data
	//{{AFX_DATA(CDialog1)
	enum { IDD = IDD_DIALOG1 };
	float	m_edit1;
	float	m_edit10;
	float	m_edit11;
	float	m_edit12;
	float	m_edit13;
	float	m_edit14;
	float	m_edit15;
	float	m_edit16;
	float	m_edit17;
	float	m_edit18;
	float	m_edit19;
	float	m_edit2;
	float	m_edit20;
	float	m_edit21;
	float	m_edit22;
	float	m_edit23;
	float	m_edit3;
	float	m_edit4;
	float	m_edit5;
	float	m_edit6;
	float	m_edit7;
	float	m_edit8;
	float	m_edit9;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialog1)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOG1_H__FC7CB344_5978_4D2F_A72A_D39BB7F8B006__INCLUDED_)

⌨️ 快捷键说明

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