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