//--------------------------------------------------------------------------- #ifndef AboutDlgH #define AboutDlgH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TAboutDlg1 : public TForm { __published: // IDE-managed Components TBevel *Bevel1; TLabel *Label1; TLabel *Label2; TImage *Image1; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; TButton *OKBtn; TLabel *Label7; TLabel *Label8; TLabel *Label9; TLabel *Label10; void __fastcall FormCreate(TObject *Sender); private: // User declarations public: // User declarations __fastcall TAboutDlg1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TAboutDlg1 *AboutDlg1; //--------------------------------------------------------------------------- #endif