www.pudn.com > Apriori(Finish).rar > Unit3.h


//--------------------------------------------------------------------------- 
 
#ifndef Unit3H 
#define Unit3H 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
//--------------------------------------------------------------------------- 
class TForm3 : public TForm 
{ 
__published:	// IDE-managed Components 
        TLabel *Label1; 
        TLabel *Label2; 
        TLabel *Label3; 
        TLabel *Label4; 
        TLabel *Label5; 
        TLabel *Label6; 
        TLabel *Label7; 
private:	// User declarations 
public:		// User declarations 
        __fastcall TForm3(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm3 *Form3; 
//--------------------------------------------------------------------------- 
#endif