www.pudn.com > raushon.rar > ConvertDLG.h
#if !defined(AFX_CONVERTDLG_H__0121AD22_640C_4699_9090_6E3010AB8BDF__INCLUDED_)
#define AFX_CONVERTDLG_H__0121AD22_640C_4699_9090_6E3010AB8BDF__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 = ConvertDLG };
int m_height;
int m_width;
int m_Color;
CString m_RAW;
CString m_BMP;
//}}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 On256();
afx_msg void OnTrue();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnBMPChoose();
afx_msg void OnRAWChoose();
//}}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__0121AD22_640C_4699_9090_6E3010AB8BDF__INCLUDED_)