--- sbbs/src/sbbs3/ctrl/propertiesdlgunit.h 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/ctrl/propertiesdlgunit.h 2018/04/24 16:44:14 1.1.1.2 @@ -1,10 +1,10 @@ -/* $Id: propertiesdlgunit.h,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: propertiesdlgunit.h,v 1.1.1.2 2018/04/24 16:44:14 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -104,12 +104,26 @@ __published: TCheckBox *FileAssociationsCheckBox; TLabel *Label15; TEdit *JS_ThreadStackEdit; + TGroupBox *LogFontGroupBox; + TComboBox *LogLevelComboBox; + TEdit *LogFontExampleEdit; + TButton *LogFontButton; + TLabel *LogLevelLabel; + TLabel *Label16; + TEdit *JS_LoadPathEdit; + TLabel *ErrorSoundLabel; + TEdit *ErrorSoundEdit; + TButton *ErrorSoundButton; + TOpenDialog *OpenDialog; void __fastcall FormShow(TObject *Sender); void __fastcall TrayIconCheckBoxClick(TObject *Sender); void __fastcall SourceComboBoxChange(TObject *Sender); void __fastcall FontButtonClick(TObject *Sender); void __fastcall BackgroundButtonClick(TObject *Sender); void __fastcall ApplyButtonClick(TObject *Sender); + void __fastcall LogLevelComboBoxChange(TObject *Sender); + void __fastcall LogFontButtonClick(TObject *Sender); + void __fastcall ErrorSoundButtonClick(TObject *Sender); private: public: virtual __fastcall TPropertiesDlg(TComponent* AOwner);