www.pudn.com > Xread2.rar > ConvertDLG.h
#if !defined(AFX_CONVERTDLG_H__FB6D99A8_BB4E_4E94_8B66_83F324D20D41__INCLUDED_)
#define AFX_CONVERTDLG_H__FB6D99A8_BB4E_4E94_8B66_83F324D20D41__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConvertDLG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConvertDLG dialog
class CConvertDLG : public CDialog
{
// Construction
public:
CConvertDLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CConvertDLG)
enum { IDD = IDD_CONVERT_DLG };
CString m_BMP;
int m_Color;
int m_width;
int m_height;
CString m_RAW;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConvertDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CConvertDLG)
afx_msg void OnInport();
afx_msg void OnExport();
afx_msg void OnRadioGray();
afx_msg void OnRadioTrueColor();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONVERTDLG_H__FB6D99A8_BB4E_4E94_8B66_83F324D20D41__INCLUDED_)