hsearch.h
来自「(1) 通过键盘输入某位学生某次作业的分数; (2) 给定学号」· C头文件 代码 · 共 63 行
H
63 行
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_HSEARCH_H__763DFE99_FEAE_4E95_97A0_FDB3341BA9AA__INCLUDED_)
#define AFX_HSEARCH_H__763DFE99_FEAE_4E95_97A0_FDB3341BA9AA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HSearch.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHSearch dialog
class CHSearch : public CDialog
{
// Construction
public:
CHSearch(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHSearch)
enum { IDD = IDD_HS };
CMSFlexGrid m_MSFGrid;
CString m_stuid;
CString m_name;
CString m_profcode;
CString m_sex;
CString m_relation;
float m_ave;
CString m_relation2;
float m_credit;
CString m_class;
CString m_native;
CString m_type;
int m_year;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHSearch)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CHSearch)
virtual BOOL OnInitDialog();
afx_msg void OnSearch();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HSEARCH_H__763DFE99_FEAE_4E95_97A0_FDB3341BA9AA__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?