blob: 78b2e2722d7a39e281d5e21d3c045b7d15cd3dad (
plain) (
tree)
|
|
//---------------------------------------------------------------------------
#ifndef newbmfilefrmH
#define newbmfilefrmH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
//---------------------------------------------------------------------------
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
|