www.pudn.com > CBVRtest.rar > InputDlg.h
#if !defined(AFX_INPUTDLG_H__6F3F218C_ABB3_45D4_A979_4F3A489F66AA__INCLUDED_)
#define AFX_INPUTDLG_H__6F3F218C_ABB3_45D4_A979_4F3A489F66AA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InputDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// InputDlg dialog
//用于输入参数的对话框
class InputDlg : public CDialog
{
// Construction
public:
InputDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(InputDlg)
enum { IDD = IDD_DIALOG1 };
float m_data;
CString m_title;
CString m_title2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(InputDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(InputDlg)
virtual void OnOK();
afx_msg void OnChangeEdit0();
afx_msg void OnTitle();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INPUTDLG_H__6F3F218C_ABB3_45D4_A979_4F3A489F66AA__INCLUDED_)