www.pudn.com > c++builerTTS_Test.rar > spVoice.h


//--------------------------------------------------------------------------- 
 
#ifndef spVoiceH 
#define spVoiceH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include "SpeechLib_OCX.h" 
#include  
#include  
//--------------------------------------------------------------------------- 
class TForm1 : public TForm 
{ 
__published:	// IDE-managed Components 
        TSpVoice *SpVoice1; 
        TButton *Button1; 
        TMemo *Memo1; 
        TTrackBar *TrackBar1; 
        TLabel *Label1; 
        TLabel *Label2; 
        TLabel *Label3; 
        TButton *Button2; 
        TButton *Button3; 
        TButton *Button4; 
        void __fastcall Button1Click(TObject *Sender); 
        void __fastcall TrackBar1Change(TObject *Sender); 
        void __fastcall Button2Click(TObject *Sender); 
        void __fastcall Button3Click(TObject *Sender); 
        void __fastcall Button4Click(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TForm1(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm1 *Form1; 
//--------------------------------------------------------------------------- 
#endif