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













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

#include "ModInstForm.h"
//---------------------------------------------------------------------------
#pragma resource "*.dfm"
TModInstFrm *ModInstFrm;
//---------------------------------------------------------------------------
__fastcall TModInstFrm::TModInstFrm(TComponent* Owner)
	: TForm(Owner)
{
}
//---------------------------------------------------------------------------