www.pudn.com > 2.rar > StudentUnit2.h


//--------------------------------------------------------------------------- 
 
#ifndef StudentUnit2H 
#define StudentUnit2H 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TForm2 : public TForm 
{ 
__published:	// IDE-managed Components 
        TLabel *Label1; 
        TPanel *Panel1; 
        TLabel *Label2; 
        TRadioButton *RadioButton1; 
        TRadioButton *RadioButton2; 
        void __fastcall Label1Click(TObject *Sender); 
        void __fastcall RadioButton2Click(TObject *Sender); 
        void __fastcall RadioButton1Click(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TForm2(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm2 *Form2; 
//--------------------------------------------------------------------------- 
#endif