aboutsummaryrefslogblamecommitdiffstats
path: root/apps/windoze/CBuilder4/BibleCS/vrslstfrm.h
blob: 7af64b95f22f9d819fc09429aff0e655611809b6 (plain) (tree)




























                                                                             
//---------------------------------------------------------------------------
#ifndef vrslstfrmH
#define vrslstfrmH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include "mainfrm.h"
//---------------------------------------------------------------------------
class TVerseListFrm : public TForm
{
__published:	// IDE-managed Components
	TPanel *plPreview;
	TListBox *ListBox1;
	void __fastcall ListBox1Click(TObject *Sender);
	void __fastcall ListBox1DblClick(TObject *Sender);
	void __fastcall FormShow(TObject *Sender);
private:	// User declarations
	SWDispRTF *pvrtf;
	ListKey &verseList;
public:		// User declarations
	__fastcall TVerseListFrm(TComponent* Owner, ListKey &iVerseList);
};
//---------------------------------------------------------------------------
extern PACKAGE TVerseListFrm *VerseListFrm;
//---------------------------------------------------------------------------
#endif