📄 setring.h
字号:
#if !defined(AFX_SETRING_H__14F520C7_12F7_4950_806C_FB3791EC4F11__INCLUDED_)
#define AFX_SETRING_H__14F520C7_12F7_4950_806C_FB3791EC4F11__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetRing.h : header file
//////////////////////////////////////////////////
//类名:CSetRing
//功能:闹铃设置功能
//作者:徐景周(jingzhou_xu@163.net)
//组织:未来工作室(Future Studio)
//日期:2001.12.1
//////////////////////////////////////////////////
#include "xShadeButton.h" //加入自绘式阴影位图按钮类
/////////////////////////////////////////////////////////////////////////////
// CSetRing dialog
class CSetRing : public CDialog
{
// Construction
public:
CSetRing(CWnd* pParent = NULL); // standard constructor
BOOL m_bSetRing; //闹铃设置标志位
CTime GetCurRingTime(); //获取当前闹铃设置时间
// Dialog Data
//{{AFX_DATA(CSetRing)
enum { IDD = IDD_SETRING };
CxShadeButton m_OK;
CxShadeButton m_Cancel;
CTime m_Time;
CString m_sNowTime;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetRing)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetRing)
virtual BOOL OnInitDialog();
afx_msg void OnDatetimechangeDatetimepicker1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnTimer(UINT nIDEvent);
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETRING_H__14F520C7_12F7_4950_806C_FB3791EC4F11__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -