www.pudn.com > vod2007.rar > Unit_DemoForm.h


//--------------------------------------------------------------------------- 
 
#ifndef Unit_DemoFormH 
#define Unit_DemoFormH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include  
#include  
#include  
#include  
 
#include "unit_homeform.h" 
#include "Unit_LogForm.h" 
#include ".\\class\\mac.h" 
#include ".\\class\\des1.h" 
 
#define FKEY_SIZE 4 
#define FMAC_SIZE 4 
#define USEDATES 7 
//--------------------------------------------------------------------------- 
class TfrmDemo : public TForm 
{ 
__published:	// IDE-managed Components 
        TImage *Image1; 
        void __fastcall FormCreate(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TfrmDemo(TComponent* Owner); 
        DWORD BTOD( const BYTE* pByte ); 
        BYTE* DTOB( DWORD &dDWord ); 
        TRegistry *reg; 
        BYTE FMac[FMAC_SIZE]; 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TfrmDemo *frmDemo; 
//--------------------------------------------------------------------------- 
#endif