www.pudn.com > bcb5_dvr-yuandaima.rar > main.h


//--------------------------------------------------------------------------- 
 
#ifndef mainH 
#define mainH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include "PlateDSP_OCX.h" 
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TForm1 : public TForm 
{ 
__published:	// IDE-managed Components 
    TPlateDSPX *PlateDSPX1; 
    TRadioButton *RadioButtonBuff; 
    TRadioButton *RadioButtonImmediately; 
    TBitBtn *BitBtnStart; 
    TBitBtn *BitBtnStop; 
    TEdit *EditFile; 
    TBitBtn *BitBtnDlg; 
    TLabel *LabelCompressor; 
    TLabel *Label1; 
    void __fastcall FormShow(TObject *Sender); 
    void __fastcall BitBtnStartClick(TObject *Sender); 
    void __fastcall BitBtnStopClick(TObject *Sender); 
    void __fastcall BitBtnDlgClick(TObject *Sender); 
private:	// User declarations 
    long __fastcall GetBufferNum(void); 
    void __fastcall SetBufferNum(long FrameNum); 
    void __fastcall StartDVR(bool bUseBuffer,AnsiString aviFile); 
    void __fastcall StopDVR(bool bUseBuffer); 
    AnsiString __fastcall GetCompressorName(void); 
    void __fastcall SetCompressorID(long ID); 
    void __fastcall ShowCompressorDlg(void); 
public:		// User declarations 
    __fastcall TForm1(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm1 *Form1; 
//--------------------------------------------------------------------------- 
#endif