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

📄 exposalsysdatadlg.h

📁 这是一个特殊的非球面透镜设计程序,可以进行VC++编程!
💻 H
字号:
#if !defined(AFX_EXPOSALSYSDATADLG_H__02A42500_3637_11D4_87A5_00C04F726B6D__INCLUDED_)
#define AFX_EXPOSALSYSDATADLG_H__02A42500_3637_11D4_87A5_00C04F726B6D__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CExposalSysDataDlg dialog
class CExposalSysDataRecSet;
class CExposalSysDataDlg : public CDialog
{
// Construction
public:
	CExposalSysDataDlg(CWnd* pParent = NULL,CExposalSysDataRecSet *pSet=NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CExposalSysDataDlg)
	enum { IDD = IDD_EXPOSAL_SYSTEM_DLG };
	double	m_AD;
	double	m_AL;
	double	m_AZ1;
	double	m_AZ2;
	double	m_AZ3;
	double	m_Cam_Obli;
	CString	m_Correct;
	CString	m_Exp;
	CString	m_Glass;
	CString	m_Gun;
	COleDateTime	m_Input_Date;
	CString	m_Lamp;
	CString	m_Lens1;
	CString	m_Lens2;
	CString	m_Lens3;
	double	m_LO;
	CString	m_PPC;
	double	m_S_G;
	CString	m_Screen;
	CString	m_Shadow;
	double	m_SL1_R_B;
	double	m_SL2_R_B;
	double	m_VL1_G;
	double	m_VL2_G;
	double	m_Z1;
	double	m_Z2;
	double	m_Z3;
	CExposalSysDataRecSet *m_pSet;
	double	m_S_R_B;
	double	m_Sz;
	double	m_EditQ;
	double	m_Slength;
	double	m_DeltP;
	double	m_YPB1;
	double	m_YPB2;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CExposalSysDataDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CExposalSysDataDlg)
	afx_msg void OnButtonadd();
	afx_msg void OnButtondel();
	afx_msg void OnButtonfir();
	afx_msg void OnButtonlst();
	afx_msg void OnButtonmdf();
	afx_msg void OnButtonnxt();
	afx_msg void OnButtonpri();
	afx_msg void OnButtonsave();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	void near TransferData(void);
private:
	void EnableSaveButton(void);
	void EnableButtonAll(BOOL bEnable);
};

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

#endif // !defined(AFX_EXPOSALSYSDATADLG_H__02A42500_3637_11D4_87A5_00C04F726B6D__INCLUDED_)

⌨️ 快捷键说明

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