www.pudn.com > Tempe_Computer.rar > computesave.h


#ifndef COMPUTESAVE_H 
#define COMPUTESAVE_H 
 
#include "afxtempl.h" 
 
 
class computesave : public CObject 
{ 
public: 
 
    DECLARE_SERIAL( computesave ) 
    computesave(); 
	~computesave(); 
	CString TEMP_VOL[160]; 
    CString ADC_VOL[160]; 
 
	CString conver_bit; 
    CString resister_vol; 
    BYTE GNDORVCC; 
 
 
	void save(); 
	bool open(); 
  CString Getpath(bool openorsave); 
    
 
 
 
 
void Serialize( CArchive& archive ); 
 
 
}; 
#endif