📄 办公事务管理系统.cpp
字号:
// 办公事务管理系统.cpp: 主项目文件。
#include "stdafx.h"
#include "MainForm.h"
using namespace 办公事务管理系统;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// 在创建任何控件之前启用 Windows XP 可视化效果
System::Windows::Forms::Application::EnableVisualStyles();
System::Windows::Forms::Application::SetCompatibleTextRenderingDefault(false);
// 创建主窗口并运行它
System::Windows::Forms::Application::Run(gcnew MainForm());
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -