www.pudn.com > BitmapExample.rar > BitmapExampleDlg.h


// BitmapExampleDlg.h : header file 
// 
 
#if !defined(AFX_BITMAPEXAMPLEDLG_H__95E07E79_1361_4263_9DE8_514F3A9C7EBD__INCLUDED_) 
#define AFX_BITMAPEXAMPLEDLG_H__95E07E79_1361_4263_9DE8_514F3A9C7EBD__INCLUDED_ 
#include "ShowResult.h" 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CBitmapExampleDlg dialog 
 
class CBitmapExampleDlg : public CDialog 
{ 
// Construction 
public: 
 
 
  //  BOOL panduan; 
	CBitmapExampleDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CBitmapExampleDlg) 
	enum { IDD = IDD_BITMAPEXAMPLE_DIALOG }; 
	CComboBox	m_cmbIpmethod; 
	CString	m_strDibPath; 
	CString	m_strMaskPath; 
	int		m_nRunNumber; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBitmapExampleDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	  BOOL panduan; 
	  CShowResult *pDlg; 
 
 
	// Generated message map functions 
	//{{AFX_MSG(CBitmapExampleDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnOpendibpic(); 
	afx_msg void OnOpenmask(); 
	afx_msg void OnButtonDib(); 
	afx_msg void OnButtonMask(); 
	afx_msg void OnButtonRun(); 
	afx_msg void OnButtonSave(); 
	afx_msg void OnClose(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BITMAPEXAMPLEDLG_H__95E07E79_1361_4263_9DE8_514F3A9C7EBD__INCLUDED_)