| 1234567891011121314151617 |
- //---------------------------------------------------------------------------
- #include <fmx.h>
- #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)
- {
- }
- //---------------------------------------------------------------------------
|