www.pudn.com > remoteavi.rar > Unit4.h
//--------------------------------------------------------------------------- #ifndef Unit4H #define Unit4H //--------------------------------------------------------------------------- #include#include #include #include //--------------------------------------------------------------------------- class TForm4 : public TForm { __published: // IDE-managed Components TEdit *Edit1; TButton *Button1; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; TLabel *Label7; TLabel *Label8; void __fastcall Button1Click(TObject *Sender); void __fastcall FormActivate(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm4(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm4 *Form4; //--------------------------------------------------------------------------- #endif