📄 pukeadddlg.h
字号:
// PuKeAddDlg.h : header file
//
#if !defined(AFX_PUKEADDDLG_H__32418526_B442_48AA_B58C_309420B7E771__INCLUDED_)
#define AFX_PUKEADDDLG_H__32418526_B442_48AA_B58C_309420B7E771__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CPuKeAddDlg dialog
class CPuKeAddDlg : public CDialog
{
// Construction
public:
CPuKeAddDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPuKeAddDlg)
enum { IDD = IDD_PUKEADD_DIALOG };
CStatic m_Static4;
CStatic m_Static3;
CStatic m_Static2;
CStatic m_Static1;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPuKeAddDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void PutIntOnButton();
HICON m_hIcon;
int AddResult();
void ResultMessage(int id);
void SetInt();
// Generated message map functions
//{{AFX_MSG(CPuKeAddDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonReset();
afx_msg void OnButtonResult1();
afx_msg void OnButtonResult2();
afx_msg void OnButtonResult3();
afx_msg void OnButtonResult4();
afx_msg void OnButtonResult5();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int m_Add;
int result1;
int result2;
int result3;
int result4;
int result5;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PUKEADDDLG_H__32418526_B442_48AA_B58C_309420B7E771__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -