//--------------------------------------------------------------------------- #include #pragma hdrstop #include "fcCylinderExt.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "GBE.CylinderExtend" #pragma resource "*.fmx" TFormCylinderExt *FormCylinderExt; //--------------------------------------------------------------------------- __fastcall TFormCylinderExt::TFormCylinderExt(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------