www.pudn.com > ΓάΒλΜ½Υλ1.0Τ΄³ΜΠς > CMOSDlg.h


// CMOSDlg.h : header file 
// 
 
#if !defined(AFX_CMOSDLG_H__B8824A23_ACAB_4FC6_9A8B_56F3D946DE33__INCLUDED_) 
#define AFX_CMOSDLG_H__B8824A23_ACAB_4FC6_9A8B_56F3D946DE33__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CCMOSDlg dialog 
 
class CCMOSDlg : public CDialog 
{ 
// Construction 
public: 
	CCMOSDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CCMOSDlg) 
	enum { IDD = IDD_CMOS_DIALOG }; 
	CString	m_strInfo; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCMOSDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CCMOSDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	virtual void OnOK(); 
	afx_msg void OnCrack(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CMOSDLG_H__B8824A23_ACAB_4FC6_9A8B_56F3D946DE33__INCLUDED_)