📄 doubledlg.h
字号:
#if !defined(AFX_DOUBLEDLG_H__F6883261_787A_43B8_A208_04B975F3107B__INCLUDED_)
#define AFX_DOUBLEDLG_H__F6883261_787A_43B8_A208_04B975F3107B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// doubledlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cdoubledlg dialog
#include "GridCtrl.h"
#include "studentwinDoc.h"
class Cdoubledlg : public CDialog
{
// Construction
public:
POSITION p[60];
int findcouter;
int dlgtype;
UINT m_ntimer3;
bool timer3;
bool open;
CRect rect;
UINT m_nTimer;
int cursor;
int couter;
void entergrid();
Cdoubledlg(CWnd* pParent = NULL); // standard constructor
CGridCtrl * m_pGridCtrl;
CStudentwinDoc *pDoc;
// Dialog Data
//{{AFX_DATA(Cdoubledlg)
enum { IDD = IDD_doubleview };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cdoubledlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cdoubledlg)
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnKillFocus(CWnd* pNewWnd);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnPaint();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOUBLEDLG_H__F6883261_787A_43B8_A208_04B975F3107B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -