📄 stdafx.cpp
字号:
// stdafx.cpp : source file that includes just the standard includes
// Develop.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
CString m_name;
CString m_num;
CString m_sex;
CString m_class;
CString m_dormitory;
CString m_tel;
CString m_mobile;
CString m_Email;
CString m_name2;
CString m_num2;
CString m_encourage2;
CString m_name3;
CString m_num3;
CString m_repair3;
int WorkModel;
int WorkModelinfo;
int have_encourage;
int have_repair;
CString Selecter;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -