--- sbbs/sbbs3/ctrl/telnetcfgdlgunit.h 2018/04/24 16:39:34 1.1.1.1 +++ sbbs/sbbs3/ctrl/telnetcfgdlgunit.h 2018/04/24 16:41:05 1.1.1.2 @@ -1,6 +1,6 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: telnetcfgdlgunit.h,v 1.1.1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: telnetcfgdlgunit.h,v 1.1.1.2 2018/04/24 16:41:05 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -79,16 +79,22 @@ __published: TEdit *TelnetInterfaceEdit; TLabel *TelnetPortLabel; TEdit *TelnetPortEdit; - TCheckBox *KeepAliveCheckBox; + TCheckBox *TelnetGaCheckBox; TCheckBox *AutoLogonCheckBox; TTabSheet *RLoginTabSheet; - TLabel *Label1; + TLabel *RLoginPortLabel; TEdit *RLoginPortEdit; - TLabel *Label2; + TLabel *RLoginInterfaceLabel; TEdit *RLoginInterfaceEdit; TCheckBox *RLoginEnabledCheckBox; TButton *RLoginIPallowButton; TCheckBox *RLogin2ndNameCheckBox; + TCheckBox *QWKEventsCheckBox; + TCheckBox *JavaScriptCheckBox; + TLabel *XtrnPollsLabel; + TEdit *XtrnYieldEdit; + TCheckBox *IdentityCheckBox; + TCheckBox *EventsCheckBox; void __fastcall FormShow(TObject *Sender); void __fastcall OKBtnClick(TObject *Sender); void __fastcall AnswerSoundButtonClick(TObject *Sender);