www.pudn.com > remoteavi.rar > Unit2.h
//---------------------------------------------------------------------------- #ifndef Unit2H #define Unit2H //---------------------------------------------------------------------------- #include#include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutBox : public TForm { __published: TPanel *Panel1; TImage *ProgramIcon; TLabel *ProductName; TLabel *Version; TLabel *Copyright; TLabel *Comments; TButton *OKButton; TLabel *Label1; TLabel *Label2; TLabel *Label3; void __fastcall OKButtonClick(TObject *Sender); private: public: virtual __fastcall TAboutBox(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern PACKAGE TAboutBox *AboutBox; //---------------------------------------------------------------------------- #endif