aboutsummaryrefslogblamecommitdiffstats
path: root/apps/windoze/CBuilder5/BibleCS/TModuleFonts.h
blob: 51aa89a9e99c0bfed45a9d4bfa38bc016609a248 (plain) (tree)







































                                                                             

                              





                                                                            
                                                          









                                                                             
//---------------------------------------------------------------------------

#ifndef TModuleFontsH
#define TModuleFontsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <RxCombos.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <Menus.hpp>
#include <dirent.h>
#include <io.h>
#include <dir.h>
// Sword includes
#include <swmgr.h>
#include <swconfig.h>
#include "mainfrm.h"
#include <ExtCtrls.hpp>

//---------------------------------------------------------------------------
class TModuleFonts : public TForm
{
__published:	// IDE-managed Components
	TMainMenu *MainMenu1;
	TMenuItem *menuView;
	TMenuItem *viewAll;
	TMenuItem *viewUnicode;
	TPanel *Panel1;
	TPanel *Panel2;
	TPanel *Panel3;
	TBitBtn *btnReset;
	TBitBtn *btnOK;
	TLabel *Label2;
	TPanel *pnlFontComboBox;
	TPanel *Panel4;
	TTreeView *installTree;
	TLabel *Label1;
	TLabel *Label3;
	TComboBox *cmbSizeSel;
	void __fastcall FormShow(TObject *Sender);
	void __fastcall viewAllClick(TObject *Sender);
	void __fastcall viewUnicodeClick(TObject *Sender);
	void __fastcall installTreeChange(TObject *Sender, TTreeNode *Node);
	void __fastcall cmbFontSelChange(TObject *Sender);
	void __fastcall btnResetClick(TObject *Sender);
	void __fastcall cmbSizeSelChange(TObject *Sender);
private:
	void FillList();
public:		// User declarations
	TFontComboBox *cmbFontSel;
	__fastcall TModuleFonts(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TModuleFonts *ModuleFonts;
//---------------------------------------------------------------------------
#endif