?? find.h
字號:
// Find.h: interface for the CFind class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FIND_H__01350D72_A5AC_44EF_A5F6_32112396B9BC__INCLUDED_)
#define AFX_FIND_H__01350D72_A5AC_44EF_A5F6_32112396B9BC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ManageStudent.h"
class CFind:public CManageStudent{
void OnFindName();
void OnFindHighScore();
void OnFindLowScore();
void OnFindcredit();
public:
CFind(CManageStudent*p=0):CManageStudent(p){}
void ShowMenu();//顯示菜單
void DoEvent(int ID);//響應用戶輸入
};
#endif // !defined(AFX_FIND_H__01350D72_A5AC_44EF_A5F6_32112396B9BC__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -