aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/BibleCS/newbmfilefrm.h
blob: 78b2e2722d7a39e281d5e21d3c045b7d15cd3dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//---------------------------------------------------------------------------
#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