www.pudn.com > GPRS__moder.rar > cbMain.h


/***************************************************************************** 
 *    GSM SMS Routines 
 * 
 *    Writen by Menghongwen@ 
 * 
 *   Dec., 2004 copyright YINHUA Technology, all right reserved 
\****************************************************************************/ 
 
#ifndef cbMainH 
#define cbMainH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
#include "cbGSMService.h" 
#include "CSPIN.h" 
//--------------------------------------------------------------------------- 
class TForm1 : public TForm 
{ 
__published:	// IDE-managed Components 
        TTimer *TimerQ; 
        TScrollBox *ScrollBox1; 
        TListBox *lbMessage; 
        TPanel *Panel1; 
        TButton *btStart; 
        TButton *btStop; 
        TLabel *Label1; 
        TMemo *meMessage; 
        TSplitter *Splitter1; 
        TGroupBox *GroupBox1; 
        TEdit *edSendText; 
        TCSpinEdit *csCount; 
        TLabel *Label2; 
        TButton *btSend; 
        TLabel *Label3; 
        TLabel *Label4; 
        TEdit *edTo; 
        void __fastcall btStartClick(TObject *Sender); 
        void __fastcall btStopClick(TObject *Sender); 
        void __fastcall btSendClick(TObject *Sender); 
        void __fastcall TimerQTimer(TObject *Sender); 
        void __fastcall lbMessageClick(TObject *Sender); 
private:	// User declarations 
        TGSMService   *pGSMService; 
 
        TSMSConfig  __config; 
 
public:		// User declarations 
        __fastcall TForm1(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm1 *Form1; 
//--------------------------------------------------------------------------- 
#endif