www.pudn.com > HDTV_play_flash.rar > Unit6.h


//--------------------------------------------------------------------------- 
 
#ifndef Unit6H 
#define Unit6H 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TDataWindow : public TForm 
{ 
__published:	// IDE-managed Components 
        TMemo *Memo1; 
        TMemo *Memo2; 
        TEdit *Edit1; 
        TEdit *Edit2; 
        TLabel *Label1; 
        TLabel *Label2; 
        TStatusBar *StatusBar; 
        TButton *Button1; 
        TButton *Button2; 
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action); 
        void __fastcall Button1Click(TObject *Sender); 
        void __fastcall Button2Click(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TDataWindow(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TDataWindow *DataWindow; 
//--------------------------------------------------------------------------- 
#endif