//--------------------------------------------------------------------------- #include #pragma hdrstop #include "fcGenoise.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.fmx" TFormGenoise *FormGenoise; //--------------------------------------------------------------------------- __fastcall TFormGenoise::TFormGenoise(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------