doubledlg.h

来自「一个简单的学生学籍管理工具。vc编写。 有喜欢的可以批评指正^_^」· C头文件 代码 · 共 67 行

H
67
字号
#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 + =
减小字号Ctrl + -
显示快捷键?