📄 dlgbar.h
字号:
#if !defined(AFX_DLGBAR_H__DE8A1955_4C31_4493_9E57_AA78F474006B__INCLUDED_)
#define AFX_DLGBAR_H__DE8A1955_4C31_4493_9E57_AA78F474006B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgBar view
class CDlgBar : public CDialogBar
{
public:
CDlgBar(); // protected constructor used by dynamic creation
virtual ~CDlgBar();
DECLARE_DYNCREATE(CDlgBar)
// Attributes
public:
CStatic m_staticBmp;
CStatic m_staticNetTime;
CStatic m_staticCountFree;
CStatic m_staticPrePay;
CStatic m_staticDate;
CStatic m_staticTime;
CString strDate;
CString strTime;
CTime time;
CStatic m_staticIcon;
CStatic m_staticName;
// Operations
public:
CString ConvertString(int temp);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgBar)
protected:
//}}AFX_VIRTUAL
// Implementation
protected:
CBrush m_dlgBrush;
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CDlgBar)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGBAR_H__DE8A1955_4C31_4493_9E57_AA78F474006B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -