相关代码 |
|
// 人事工资管理系统.cpp: 主项目文件。 #include "stdafx.h" #include "MainForm.h" using namespace 人事工资管理系统; [STAThreadAttribute] int main(array ^args) { // 在创建任何控件之前启用 Windows XP 可视化效果 System::Windows::Forms::Application::EnableVisualStyles(); System::Windows::Forms::Application::SetCompatibleTextRenderingDefault(false); // 创建主窗口并运行它 System::Windows::Forms::Application::Run(gcnew MainForm()); return 0; }
相关资源 |
|