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