📄 public.h
字号:
// Public.h: interface for the CPublic class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PUBLIC_H__8C19605B_BA75_43F1_B055_434526A9A2CF__INCLUDED_)
#define AFX_PUBLIC_H__8C19605B_BA75_43F1_B055_434526A9A2CF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CPublic
{
public:
CPublic();
virtual ~CPublic();
public:
static CString strName;
static int StuVsAdmin;
static double credit;
static CString TranslatedCategory;
static CString TransCollege;
static int flag;
};
#endif // !defined(AFX_PUBLIC_H__8C19605B_BA75_43F1_B055_434526A9A2CF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -