fcCylinderExt.cpp 581 B

1234567891011121314151617
  1. //---------------------------------------------------------------------------
  2. #include <fmx.h>
  3. #pragma hdrstop
  4. #include "fcCylinderExt.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma link "GBE.CylinderExtend"
  8. #pragma resource "*.fmx"
  9. TFormCylinderExt *FormCylinderExt;
  10. //---------------------------------------------------------------------------
  11. __fastcall TFormCylinderExt::TFormCylinderExt(TComponent* Owner)
  12. : TForm(Owner)
  13. {
  14. }
  15. //---------------------------------------------------------------------------