aboutsummaryrefslogblamecommitdiffstats
path: root/apps/windoze/CBuilder5/BibleCS/newbmfilefrm.cpp
blob: c611804b83e670827a9d086dcb25f265899c4e04 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                             
//---------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop

#include "newbmfilefrm.h"
//---------------------------------------------------------------------------
#pragma resource "*.dfm"
TNewBMfrm *NewBMfrm;
//---------------------------------------------------------------------------
__fastcall TNewBMfrm::TNewBMfrm(TComponent* Owner)
	: TForm(Owner)
{
}
//---------------------------------------------------------------------------