Annotation of sbbs/sbbs3/ctrl/webcfgdlgunit.h, revision 1.1.1.1

1.1       root        1: //---------------------------------------------------------------------------
                      2: 
                      3: #ifndef WebCfgDlgUnitH
                      4: #define WebCfgDlgUnitH
                      5: //---------------------------------------------------------------------------
                      6: #include <Classes.hpp>
                      7: #include <Controls.hpp>
                      8: #include <StdCtrls.hpp>
                      9: #include <Forms.hpp>
                     10: #include <ComCtrls.hpp>
                     11: #include <Dialogs.hpp>
                     12: //---------------------------------------------------------------------------
                     13: class TWebCfgDlg : public TForm
                     14: {
                     15: __published:   // IDE-managed Components
                     16:     TPageControl *PageControl;
                     17:     TTabSheet *GeneralTabSheet;
                     18:     TLabel *MaxClientesLabel;
                     19:     TLabel *MaxInactivityLabel;
                     20:     TLabel *PortLabel;
                     21:     TLabel *InterfaceLabel;
                     22:     TCheckBox *AutoStartCheckBox;
                     23:     TEdit *MaxClientsEdit;
                     24:     TEdit *MaxInactivityEdit;
                     25:     TEdit *PortEdit;
                     26:     TEdit *NetworkInterfaceEdit;
                     27:     TCheckBox *HostnameCheckBox;
                     28:     TTabSheet *HttpTabSheet;
                     29:     TLabel *HtmlDirLabel;
                     30:     TEdit *HtmlRootEdit;
                     31:     TEdit *ErrorSubDirEdit;
                     32:     TEdit *ServerSideJsExtEdit;
                     33:     TTabSheet *LogTabSheet;
                     34:     TCheckBox *DebugTxCheckBox;
                     35:     TCheckBox *DebugRxCheckBox;
                     36:     TCheckBox *AccessLogCheckBox;
                     37:     TTabSheet *SoundTabSheet;
                     38:     TLabel *AnswerSoundLabel;
                     39:     TLabel *HangupSoundLabel;
                     40:     TLabel *HackAttemptSoundLabel;
                     41:     TEdit *AnswerSoundEdit;
                     42:     TButton *AnswerSoundButton;
                     43:     TEdit *HangupSoundEdit;
                     44:     TButton *HangupSoundButton;
                     45:     TEdit *HackAttemptSoundEdit;
                     46:     TButton *HackAttemptSoundButton;
                     47:     TButton *OKBtn;
                     48:     TButton *CancelBtn;
                     49:     TButton *ApplyBtn;
                     50:     TLabel *ErrorSubDirLabel;
                     51:     TLabel *ServerSideJsExtLabel;
                     52:     TLabel *EmbeddedJsExtLabel;
                     53:     TEdit *EmbeddedJsExtEdit;
                     54:     TCheckBox *VirtualHostsCheckBox;
                     55:     TEdit *LogBaseNameEdit;
                     56:     TLabel *LogBaseLabel;
                     57:     TOpenDialog *OpenDialog;
                     58:     void __fastcall FormShow(TObject *Sender);
                     59:     void __fastcall AnswerSoundButtonClick(TObject *Sender);
                     60:     void __fastcall HangupSoundButtonClick(TObject *Sender);
                     61:     void __fastcall HackAttemptSoundButtonClick(TObject *Sender);
                     62:     void __fastcall OKBtnClick(TObject *Sender);
                     63:     void __fastcall AccessLogCheckBoxClick(TObject *Sender);
                     64: private:       // User declarations
                     65: public:                // User declarations
                     66:     __fastcall TWebCfgDlg(TComponent* Owner);
                     67: };
                     68: //---------------------------------------------------------------------------
                     69: extern PACKAGE TWebCfgDlg *WebCfgDlg;
                     70: //---------------------------------------------------------------------------
                     71: #endif

unix.superglobalmegacorp.com

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