www.pudn.com > BiosNtSuiteBin.rar > VCDlg.h


// VCDlg.h : header file 
// 
 
#if !defined(AFX_VCDLG_H__6A5B5D48_A099_11D4_A735_FB49966B4D11__INCLUDED_) 
#define AFX_VCDLG_H__6A5B5D48_A099_11D4_A735_FB49966B4D11__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CVCDlg dialog 
 
#import "..\BiosNt.tlb" no_namespace 
 
class CVCDlg : public CDialog 
{ 
// Construction 
public: 
	CVCDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CVCDlg) 
	enum { IDD = IDD_VC_DIALOG }; 
	CString	m_biosID; 
	CString	m_biosType; 
	CString	m_OEMInfo; 
	CString	m_Name; 
	CString	m_SN; 
	CString	m_biosDate; 
	CString	m_RegisterKey; 
	CString	m_ChipsetID; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CVCDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
      
	// Generated message map functions 
	//{{AFX_MSG(CVCDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnButton1(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_VCDLG_H__6A5B5D48_A099_11D4_A735_FB49966B4D11__INCLUDED_)