⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xltfzdlg.h

📁 本项目是我工作时候应公司需求开发的 开发工具是EVC++4.0
💻 H
字号:
#if !defined(AFX_XLTFZDLG_H__A0296C5E_7CB8_4F4D_8248_3C556EA0B5C9__INCLUDED_)
#define AFX_XLTFZDLG_H__A0296C5E_7CB8_4F4D_8248_3C556EA0B5C9__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CXltFZDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CXltFZDlg)
	enum { IDD = IDD_XLT_MORE_DLG };
	float	m_fERR1;
	float	m_fERR2;
	float	m_fERR3;
	float	m_fERRP;
	float	m_fFENG;
	float	m_fGU;
	float	m_fI1;
	float	m_fI2;
	float	m_fI3;
	float	m_fJIAN;
	float	m_fLMD;
	float	m_fP;
	float	m_fP1;
	float	m_fP2;
	float	m_fP3;
	float	m_fPING;
	float	m_fQ;
	float	m_fQ1;
	float	m_fQ2;
	float	m_fQ3;
	float	m_fU1;
	float	m_fU2;
	float	m_fU3;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CXltFZDlg)
	afx_msg void OnXltFZdlgBtnExit();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_XLTFZDLG_H__A0296C5E_7CB8_4F4D_8248_3C556EA0B5C9__INCLUDED_)

⌨️ 快捷键说明

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