www.pudn.com > Producer&cusuom.rar > UnitStreadProduct.h


//--------------------------------------------------------------------------- 
 
#ifndef UnitStreadProductH 
#define UnitStreadProductH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include "unit1.h" 
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TStreamProduct : public TThread 
{ 
private: 
  TProgressBar *TPB; 
  TButton *TB; 
  TEdit *TE; 
  int Count; 
  void __fastcall DoWork(); 
protected: 
        void __fastcall Execute(); 
public: 
        __fastcall TStreamProduct(bool CreateSuspended); 
        void __fastcall InitStread(TProgressBar *Proces,TButton *But,TEdit *edit); 
}; 
//--------------------------------------------------------------------------- 
#endif