File:  [Synchronet] / sbbs / sbbs3 / ctrl / servicescfgdlgunit.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:41:04 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_12a, HEAD
3.12a Javascript

//---------------------------------------------------------------------------

#ifndef ServicesCfgDlgUnitH
#define ServicesCfgDlgUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include "MainFormUnit.h"
//---------------------------------------------------------------------------
class TServicesCfgDlg : public TForm
{
__published:	// IDE-managed Components
    TPageControl *PageControl;
    TTabSheet *GeneralTabSheet;
    TLabel *InterfaceLabel;
    TCheckBox *AutoStartCheckBox;
    TEdit *NetworkInterfaceEdit;
    TCheckBox *HostnameCheckBox;
    TTabSheet *SoundTabSheet;
    TLabel *AnswerSoundLabel;
    TLabel *HangupSoundLabel;
    TEdit *AnswerSoundEdit;
    TButton *AnswerSoundButton;
    TEdit *HangupSoundEdit;
    TButton *HangupSoundButton;
    TButton *OKBtn;
    TButton *CancelBtn;
    TButton *ApplyBtn;
    TButton *OKButton;
    TButton *CancelButton;
    TButton *ApplyButton;
    TOpenDialog *OpenDialog;
	TButton *ServicesIniButton;
    void __fastcall ServicesCfgButtonClick(TObject *Sender);
    void __fastcall FormShow(TObject *Sender);
    void __fastcall OKButtonClick(TObject *Sender);
    void __fastcall AnswerSoundButtonClick(TObject *Sender);
    void __fastcall HangupSoundButtonClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TServicesCfgDlg(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TServicesCfgDlg *ServicesCfgDlg;
//---------------------------------------------------------------------------
#endif

unix.superglobalmegacorp.com

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