//--------------------------------------------------------------------------- #ifndef otsikkoH #define otsikkoH //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TOtsikkoForm : public TForm { __published: // IDE-managed Components TLabel *otsikko; private: // User declarations public: // User declarations __fastcall TOtsikkoForm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TOtsikkoForm *OtsikkoForm; //--------------------------------------------------------------------------- #endif