?? exposalsysdatadlg.h
字號(hào):
#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_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -