show.h

来自「学生位置编排系统」· C头文件 代码 · 共 53 行

H
53
字号
#include "student.h"
#include "编排Dlg.h"

#if !defined(AFX_SHOW_H__BA2EFBDB_3EE9_4040_AF17_34187A9DE63C__INCLUDED_)
#define AFX_SHOW_H__BA2EFBDB_3EE9_4040_AF17_34187A9DE63C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Show.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Show dialog

class Show : public CDialog
{
// Construction
public:
	Show(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Show)
	enum { IDD = IDD_DIALOG1 };

	CString m_strStudentInfo;
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	void DisplayStudentInfo(Student student[60], int n);

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Show)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Show)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SHOW_H__BA2EFBDB_3EE9_4040_AF17_34187A9DE63C__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?