Annotation of sbbs/src/sbbs3/ctrl/telnetcfgdlgunit.h, revision 1.1

1.1     ! root        1: /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */
        !             2: 
        !             3: /* $Id: TelnetCfgDlgUnit.h,v 1.13 2006/12/29 02:51:56 rswindell Exp $ */
        !             4: 
        !             5: /****************************************************************************
        !             6:  * @format.tab-size 4          (Plain Text/Source Code File Header)                    *
        !             7:  * @format.use-tabs true       (see http://www.synchro.net/ptsc_hdr.html)              *
        !             8:  *                                                                                                                                                     *
        !             9:  * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html         *
        !            10:  *                                                                                                                                                     *
        !            11:  * This program is free software; you can redistribute it and/or                       *
        !            12:  * modify it under the terms of the GNU General Public License                         *
        !            13:  * as published by the Free Software Foundation; either version 2                      *
        !            14:  * of the License, or (at your option) any later version.                                      *
        !            15:  * See the GNU General Public License for more details: gpl.txt or                     *
        !            16:  * http://www.fsf.org/copyleft/gpl.html                                                                                *
        !            17:  *                                                                                                                                                     *
        !            18:  * Anonymous FTP access to the most recent released source is available at     *
        !            19:  * ftp://vert.synchro.net, ftp://cvs.synchro.net and ftp://ftp.synchro.net     *
        !            20:  *                                                                                                                                                     *
        !            21:  * Anonymous CVS access to the development source and modification history     *
        !            22:  * is available at cvs.synchro.net:/cvsroot/sbbs, example:                                     *
        !            23:  * cvs -d :pserver:[email protected]:/cvsroot/sbbs login                       *
        !            24:  *     (just hit return, no password is necessary)                                                     *
        !            25:  * cvs -d :pserver:[email protected]:/cvsroot/sbbs checkout src                *
        !            26:  *                                                                                                                                                     *
        !            27:  * For Synchronet coding style and modification guidelines, see                                *
        !            28:  * http://www.synchro.net/source.html                                                                          *
        !            29:  *                                                                                                                                                     *
        !            30:  * You are encouraged to submit any modifications (preferably in Unix diff     *
        !            31:  * format) via e-mail to [email protected]                                                                      *
        !            32:  *                                                                                                                                                     *
        !            33:  * Note: If this box doesn't appear square, then you need to fix your tabs.    *
        !            34:  ****************************************************************************/
        !            35: 
        !            36: //----------------------------------------------------------------------------
        !            37: #ifndef TelnetCfgDlgUnitH
        !            38: #define TelnetCfgDlgUnitH
        !            39: //----------------------------------------------------------------------------
        !            40: #include <vcl\ExtCtrls.hpp>
        !            41: #include <vcl\Buttons.hpp>
        !            42: #include <vcl\StdCtrls.hpp>
        !            43: #include <vcl\Controls.hpp>
        !            44: #include <vcl\Forms.hpp>
        !            45: #include <vcl\Graphics.hpp>
        !            46: #include <vcl\Classes.hpp>
        !            47: #include <vcl\SysUtils.hpp>
        !            48: #include <vcl\Windows.hpp>
        !            49: #include <vcl\System.hpp>
        !            50: #include <Dialogs.hpp>
        !            51: #include <ComCtrls.hpp>
        !            52: //----------------------------------------------------------------------------
        !            53: class TTelnetCfgDlg : public TForm
        !            54: {
        !            55: __published:
        !            56:        TOpenDialog *OpenDialog;
        !            57:     TPageControl *PageControl;
        !            58:     TTabSheet *GeneralTabSheet;
        !            59:     TTabSheet *TelnetTabSheet;
        !            60:     TTabSheet *SoundTabSheet;
        !            61:     TLabel *AnswerSoundLabel;
        !            62:     TEdit *AnswerSoundEdit;
        !            63:     TButton *AnswerSoundButton;
        !            64:     TLabel *HnagupSoundLabel;
        !            65:     TEdit *HangupSoundEdit;
        !            66:     TButton *HangupSoundButton;
        !            67:     TCheckBox *CmdLogCheckBox;
        !            68:     TCheckBox *AutoStartCheckBox;
        !            69:     TLabel *FirstNodeLabel;
        !            70:     TEdit *FirstNodeEdit;
        !            71:     TCheckBox *XtrnMinCheckBox;
        !            72:     TLabel *LastNodeLabel;
        !            73:     TEdit *LastNodeEdit;
        !            74:     TCheckBox *HostnameCheckBox;
        !            75:     TButton *OKBtn;
        !            76:     TButton *CancelBtn;
        !            77:     TButton *ApplyBtn;
        !            78:     TLabel *InterfaceLabel;
        !            79:     TEdit *TelnetInterfaceEdit;
        !            80:     TLabel *TelnetPortLabel;
        !            81:     TEdit *TelnetPortEdit;
        !            82:        TCheckBox *TelnetGaCheckBox;
        !            83:     TCheckBox *AutoLogonCheckBox;
        !            84:     TTabSheet *RLoginTabSheet;
        !            85:     TLabel *RLoginPortLabel;
        !            86:     TEdit *RLoginPortEdit;
        !            87:     TLabel *RLoginInterfaceLabel;
        !            88:     TEdit *RLoginInterfaceEdit;
        !            89:     TCheckBox *RLoginEnabledCheckBox;
        !            90:     TButton *RLoginIPallowButton;
        !            91:     TCheckBox *RLogin2ndNameCheckBox;
        !            92:         TCheckBox *QWKEventsCheckBox;
        !            93:     TCheckBox *JavaScriptCheckBox;
        !            94:     TCheckBox *IdentityCheckBox;
        !            95:        TCheckBox *EventsCheckBox;
        !            96:     TTabSheet *SshTabSheet;
        !            97:     TLabel *SshPortLabel;
        !            98:     TEdit *SshPortEdit;
        !            99:     TCheckBox *SshEnabledCheckBox;
        !           100:     TLabel *SshInterfaceLabel;
        !           101:     TEdit *SshInterfaceEdit;
        !           102:        void __fastcall FormShow(TObject *Sender);
        !           103:        void __fastcall OKBtnClick(TObject *Sender);
        !           104:        void __fastcall AnswerSoundButtonClick(TObject *Sender);
        !           105:        void __fastcall HangupSoundButtonClick(TObject *Sender);
        !           106:     void __fastcall RLoginEnabledCheckBoxClick(TObject *Sender);
        !           107:     void __fastcall RLoginIPallowButtonClick(TObject *Sender);
        !           108:     void __fastcall SshEnabledCheckBoxClick(TObject *Sender);
        !           109: private:
        !           110: public:
        !           111:        virtual __fastcall TTelnetCfgDlg(TComponent* AOwner);
        !           112: };
        !           113: //----------------------------------------------------------------------------
        !           114: extern PACKAGE TTelnetCfgDlg *TelnetCfgDlg;
        !           115: //----------------------------------------------------------------------------
        !           116: #endif    

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.