📄 calendarconvdlg.h
字号:
// CalendarConvDlg.h : header file
//
#if !defined(AFX_CALENDARCONVDLG_H__EAD42C22_78C5_4A32_BB93_17A0944A2364__INCLUDED_)
#define AFX_CALENDARCONVDLG_H__EAD42C22_78C5_4A32_BB93_17A0944A2364__INCLUDED_
#include "CalendarConvert.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCalendarConvDlg dialog
class CCalendarConvDlg : public CDialog
{
// Construction
public:
void OnGongLi2NongLi();
CCalendarConvDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCalendarConvDlg)
enum { IDD = IDD_CALENDARCONV_DIALOG };
CStatic m_staticLunarStr;
COleDateTime m_timeGregorian;
COleDateTime m_timeLunar;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCalendarConvDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual void OnOK();
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCalendarConvDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnDatetimechangeDATETIMEPICKERGregorian(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDatetimechangeDATETIMEPICKERLunar(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCHECKEmbolism();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void OnNongLi2GongLi();
void GongLi2NongLi ();
void NongLi2GongLi ();
CCalendarConvert m_CalendarConvert;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CALENDARCONVDLG_H__EAD42C22_78C5_4A32_BB93_17A0944A2364__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -