//---------------------------------------------------------------------------- #ifndef OCBHO #define OCBHO //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TAboutDlg : public TForm { __published: TButton *OKBtn; TBevel *Bevel; TImage *Image1; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; TLabel *Label7; TLabel *Label8; TLabel *Label9; TLabel *Label10; void __fastcall OKBtnClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); private: public: virtual __fastcall TAboutDlg(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern PACKAGE TAboutDlg *AboutDlg; //---------------------------------------------------------------------------- #endif