//--------------------------------------------------------------------------- #ifndef fcGraphH #define fcGraphH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include "fcGraph.h" #include "fcFxy.h" #include "fñHeightField.h" #include "fcPoints.h" #include "fñSplines.h" ///#include "fñProjection.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