sunrisesetdlg.h
来自「计算日出日落时间,可在EVC或者vc下运行」· C头文件 代码 · 共 51 行
H
51 行
// SunrisesetDlg.h : header file
//
#if !defined(AFX_SUNRISESETDLG_H__9FF0E9F5_2BF2_474B_8AC7_4BF43D0050F7__INCLUDED_)
#define AFX_SUNRISESETDLG_H__9FF0E9F5_2BF2_474B_8AC7_4BF43D0050F7__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CSunrisesetDlg dialog
class CSunrisesetDlg : public CDialog
{
// Construction
public:
CSunrisesetDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSunrisesetDlg)
enum { IDD = IDD_SUNRISESET_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSunrisesetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSunrisesetDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
double count(double ut ,double ut0);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUNRISESETDLG_H__9FF0E9F5_2BF2_474B_8AC7_4BF43D0050F7__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?