📄 orbitparamdlg.h
字号:
#if !defined(AFX_ORBITPARAMDLG_H__34D6B7E5_AAD6_43F4_B334_887EB6D06FDB__INCLUDED_)
#define AFX_ORBITPARAMDLG_H__34D6B7E5_AAD6_43F4_B334_887EB6D06FDB__INCLUDED_
#define PI 3.1415926
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OrbitParamDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COrbitParamDlg dialog
class COrbitParamDlg : public CDialog
{
// Construction
public:
COrbitParamDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COrbitParamDlg)
enum { IDD = IDD_ORBITCALCULATIONDLG };
double m_I;
double m_A;
double m_E;
double m_R;
double m_W;
double m_O;
double m_M;
int m_PRNID;
long m_Time;
double m_RESULT_EP;
double m_RESULT_AP;
//}}AFX_DATA
FILE* pFile;
void Skip_Line(int LineNum);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COrbitParamDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COrbitParamDlg)
afx_msg void OnShowOrbit();
afx_msg void OnShowPhoto();
afx_msg void OnShowResult();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ORBITPARAMDLG_H__34D6B7E5_AAD6_43F4_B334_887EB6D06FDB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -