www.pudn.com > 2.rar > StudentUnit1.h
//--------------------------------------------------------------------------- #ifndef StudentUnit1H #define StudentUnit1H //--------------------------------------------------------------------------- #include#include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TLabel *Label1; TLabel *Label2; TLabel *Label3; void __fastcall Label2Click(TObject *Sender); void __fastcall Label3Click(TObject *Sender); void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif