//--------------------------------------------------------------------------- #ifndef fcGraphH #define fcGraphH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include "fcGraph.h" #include "fFxyC.h" #include "fHeightFieldC.h" #include "fPointsC.h" #include "fProjectionC.h" #include "fSplinesC.h" //--------------------------------------------------------------------------- class TFormGraph : public TForm { __published: // IDE-managed Components TPanel *PanelLeft; TTreeView *tvGraph; TMainMenu *MainMenu; void __fastcall tvGraphClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); void __fastcall FormShow(TObject *Sender); private: // User declarations public: // User declarations __fastcall TFormGraph(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFormGraph *FormGraph; //--------------------------------------------------------------------------- #endif