//--------------------------------------------------------------------------- #ifndef newbmfilefrmH #define newbmfilefrmH //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TNewBMfrm : public TForm { __published: // IDE-managed Components TLabel *Label1; TEdit *bmfile; TEdit *bmtitle; TLabel *Label2; TButton *OkBtn; TButton *CancelBtn; private: // User declarations public: // User declarations __fastcall TNewBMfrm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TNewBMfrm *NewBMfrm; //--------------------------------------------------------------------------- #endif