📄 resultdlg1.h
字号:
//{{AFX_INCLUDES()
#include "labelcontrol.h"
//}}AFX_INCLUDES
#if !defined(AFX_RESULTDLG1_H__2EAC4E7B_60E8_4177_BEE2_97EBEDD0BA35__INCLUDED_)
#define AFX_RESULTDLG1_H__2EAC4E7B_60E8_4177_BEE2_97EBEDD0BA35__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResultDlg1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CResultDlg1 dialog
class CResultDlg1 : public CDialog
{
// Construction
public:
int dday;
int mmonth;
int yyear;
BOOL show_flag;
int period;
void Drawing(int time);
CResultDlg1(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CResultDlg1)
enum { IDD = IDD_RESULTDLG1 };
CComboBox m_timeCmb;
CButton m_nextbtn;
CButton m_prevbtn;
CStatic m_flux_pic;
CLabelControl m_label;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResultDlg1)
public:
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CResultDlg1)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnButton3();
afx_msg void OnPaint();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnSelchangeCombo1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESULTDLG1_H__2EAC4E7B_60E8_4177_BEE2_97EBEDD0BA35__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -