//--------------------------------------------------------------------------- #ifndef StudyProfessorH #define StudyProfessorH //--------------------------------------------------------------------------- #include #include #include #include #include //--------------------------------------------------------------------------- class TForm3 : public TForm { __published: // IDE-managed Components TPanel *Panel1; TEdit *Edit1; TRadioGroup *RadioGroup1; private: // User declarations public: // User declarations __fastcall TForm3(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm3 *Form3; //--------------------------------------------------------------------------- #endif