|
|
1.1 ! root 1: //--------------------------------------------------------------------------- ! 2: ! 3: #ifndef ServicesCfgDlgUnitH ! 4: #define ServicesCfgDlgUnitH ! 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: #include "MainFormUnit.h" ! 13: //--------------------------------------------------------------------------- ! 14: class TServicesCfgDlg : public TForm ! 15: { ! 16: __published: // IDE-managed Components ! 17: TPageControl *PageControl; ! 18: TTabSheet *GeneralTabSheet; ! 19: TLabel *InterfaceLabel; ! 20: TCheckBox *AutoStartCheckBox; ! 21: TEdit *NetworkInterfaceEdit; ! 22: TCheckBox *HostnameCheckBox; ! 23: TTabSheet *SoundTabSheet; ! 24: TLabel *AnswerSoundLabel; ! 25: TLabel *HangupSoundLabel; ! 26: TEdit *AnswerSoundEdit; ! 27: TButton *AnswerSoundButton; ! 28: TEdit *HangupSoundEdit; ! 29: TButton *HangupSoundButton; ! 30: TButton *OKBtn; ! 31: TButton *CancelBtn; ! 32: TButton *ApplyBtn; ! 33: TButton *OKButton; ! 34: TButton *CancelButton; ! 35: TButton *ApplyButton; ! 36: TOpenDialog *OpenDialog; ! 37: TButton *ServicesIniButton; ! 38: void __fastcall ServicesCfgButtonClick(TObject *Sender); ! 39: void __fastcall FormShow(TObject *Sender); ! 40: void __fastcall OKButtonClick(TObject *Sender); ! 41: void __fastcall AnswerSoundButtonClick(TObject *Sender); ! 42: void __fastcall HangupSoundButtonClick(TObject *Sender); ! 43: private: // User declarations ! 44: public: // User declarations ! 45: __fastcall TServicesCfgDlg(TComponent* Owner); ! 46: }; ! 47: //--------------------------------------------------------------------------- ! 48: extern PACKAGE TServicesCfgDlg *ServicesCfgDlg; ! 49: //--------------------------------------------------------------------------- ! 50: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.