--- sbbs/sbbs3/ctrl/textfileeditunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/textfileeditunit.h 2018/04/24 16:40:59 1.1.1.2 @@ -1,6 +1,6 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: textfileeditunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: textfileeditunit.h,v 1.1.1.2 2018/04/24 16:40:59 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -93,6 +93,9 @@ __published: // IDE-managed Components TMenuItem *CutPopupMenuItem; TMenuItem *CopyPopupMenuItem; TMenuItem *PastePopupMenuItem; + TFontDialog *FontDialog; + TMenuItem *FontMenuItem; + TAction *ChangeFont; void __fastcall FormShow(TObject *Sender); void __fastcall FontButtonClick(TObject *Sender); void __fastcall FindDialogFind(TObject *Sender); @@ -107,6 +110,8 @@ __published: // IDE-managed Components void __fastcall CopyExecute(TObject *Sender); void __fastcall PasteExecute(TObject *Sender); void __fastcall UndoExecute(TObject *Sender); + void __fastcall ChangeFontExecute(TObject *Sender); + void __fastcall FontDialogApply(TObject *Sender, HWND Wnd); private: // User declarations public: // User declarations __fastcall TTextFileEditForm(TComponent* Owner);