//--------------------------------------------------------------------------- #include #pragma hdrstop #include "fBenchC.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFormBenchC *FormBenchC; //--------------------------------------------------------------------------- __fastcall TFormBenchC::TFormBenchC(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------