?? 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 + -