📄 countdlg.h
字号:
// countDlg.h : header file
//
#if !defined(AFX_COUNTDLG_H__4E632AE7_DAD0_4AEB_979D_7C0899BB8A62__INCLUDED_)
#define AFX_COUNTDLG_H__4E632AE7_DAD0_4AEB_979D_7C0899BB8A62__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCountDlg dialog
class CCountDlg : public CDialog
{
// Construction
public:
CCountDlg(CWnd* pParent = NULL); // standard constructor
void sumMax(int min,int max);
// Dialog Data
//{{AFX_DATA(CCountDlg)
enum { IDD = IDD_COUNT_DIALOG };
int m_begin;
int m_end;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCountDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
int number;
// Generated message map functions
//{{AFX_MSG(CCountDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBegin();
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_COUNTDLG_H__4E632AE7_DAD0_4AEB_979D_7C0899BB8A62__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -