www.pudn.com > RSImageManger.rar > batconvert1.h


#if !defined(AFX_BATCONVERT1_H__31222346_78BE_11D4_AA69_0050BAB0CAD3__INCLUDED_) 
#define AFX_BATCONVERT1_H__31222346_78BE_11D4_AA69_0050BAB0CAD3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BATCONVERT1.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// BATCONVERT dialog 
 
class BATCONVERT : public CDialog 
{ 
// Construction 
public: 
	BATCONVERT(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(BATCONVERT) 
	enum { IDD = IDD_BATCONVERT }; 
	int		m_BatWay; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(BATCONVERT) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(BATCONVERT) 
	afx_msg void OnBMP24To256(); 
	afx_msg void OnBmp8to24(); 
	afx_msg void OnBmptoimg(); 
	afx_msg void OnBmptojpg(); 
	afx_msg void OnJpgtobmp(); 
	afx_msg void OnBmptotiff(); 
	afx_msg void OnTifftobmp(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BATCONVERT1_H__31222346_78BE_11D4_AA69_0050BAB0CAD3__INCLUDED_)