//--------------------------------------------------------------------------- #include #pragma hdrstop #include "AutoRepPreView_F.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "TPImage" #pragma link "TPLayerImage" #pragma resource "*.dfm" TAutoRepPreViewForm *AutoRepPreViewForm; //--------------------------------------------------------------------------- __fastcall TAutoRepPreViewForm::TAutoRepPreViewForm(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------