fFire_GR32C.cpp 533 B

12345678910111213141516
  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. #include "fFire_GR32C.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma resource "*.dfm"
  8. TFormFireGR32 *FormFireGR32;
  9. //---------------------------------------------------------------------------
  10. __fastcall TFormFireGR32::TFormFireGR32(TComponent* Owner)
  11. : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------