📄 flycut.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("flycut.res");
USEUNIT("face.cpp");
USEFORM("frmMain.cpp", MainForm);
USEUNIT("Parabo.cpp");
USEUNIT("plane.cpp");
USEUNIT("ReadErr.cpp");
USEUNIT("recipe_sp2.cpp");
USEFORM("Test.cpp", TestForm);
USEUNIT("troidal.cpp");
USEUNIT("cylinder.cpp");
USEUNIT("toric_spline.cpp");
USEUNIT("ellipsoid.cpp");
USEUNIT("ellipsoid_conv.cpp");
USEUNIT("ellipsoid_ump.cpp");
USEUNIT("wolter.cpp");
USEUNIT("xafs.cpp");
USEFORM("WrapForm.cpp", WrapForm1);
USEUNIT("wolter_convex.cpp");
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
try
{
Application->Initialize();
Application->CreateForm(__classid(TMainForm), &MainForm);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
return 0;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -