📄 formclass.h
字号:
#if !defined(AFX_FORMCLASS_H__30DB714C_7A12_4046_9D25_75A0F4C4896A__INCLUDED_)
#define AFX_FORMCLASS_H__30DB714C_7A12_4046_9D25_75A0F4C4896A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Formclass.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFormclass dialog
extern AGSIMENU FormMenu;
class CFormclass : public CDialog
{
// Construction
private:
int m_nTimer;
public:
AGSIMENU *pM;
CFormclass ::CFormclass (AGSIMENU *pMen, CWnd *pWnd); // new constructor
void Update (void);
void DispPnum(DWORD Pnum,DWORD value);
// Dialog Data
//{{AFX_DATA(CFormclass)
enum { IDD = IDD_DIALOG1 };
BOOL m_check1;
BOOL m_check2;
BOOL m_check3;
BOOL m_check4;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormclass)
protected:
virtual void PostNcDestroy();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFormclass)
afx_msg void OnClose();
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnPaint();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMCLASS_H__30DB714C_7A12_4046_9D25_75A0F4C4896A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -