www.pudn.com > PCA_faceRec_V2.rar > IC_SIMPLEDlg.h


// IC_SIMPLEDlg.h : header file 
// 
 
#if !defined(AFX_IC_SIMPLEDLG_H__177115D9_EAA9_4679_8D2B_058ACFC6A55F__INCLUDED_) 
#define AFX_IC_SIMPLEDLG_H__177115D9_EAA9_4679_8D2B_058ACFC6A55F__INCLUDED_ 
 
#include "Cdib.h"	// Added by ClassView 
#include "MiDu.h"	// Added by ClassView 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CIC_SIMPLEDlg dialog 
 
class CIC_SIMPLEDlg : public CDialog 
{ 
// Construction 
public: 
	MiDu* midu; 
	CDib cdib; 
	CDib* cdib1; 
	CString filename; 
	CString filename2;	 
	CString filename3; 
	CString filename4; 
	CString filename5; 
	CIC_SIMPLEDlg(CWnd* pParent = NULL);	// standard constructor 
 
 
    /*CIC_SIMPLEDlg() 
	{ 
  int tempArr[100] = {0}; 
  memcpy(row_diff_sum,tempArr,sizeof(tempArr)); 
  memcpy(col_diff_sum,tempArr,sizeof(tempArr)); 
	}*/ 
 
// Dialog Data 
	//{{AFX_DATA(CIC_SIMPLEDlg) 
	enum { IDD = IDD_IC_SIMPLE_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CIC_SIMPLEDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	void ShowOn(UINT ID,CString filename); 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CIC_SIMPLEDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnButton1(); 
	afx_msg void OnButton2(); 
	afx_msg void OnButton3(); 
	afx_msg void OnButton4(); 
	afx_msg void OnButton5(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP(); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_IC_SIMPLEDLG_H__177115D9_EAA9_4679_8D2B_058ACFC6A55F__INCLUDED_)