TitleDialog.h
上传用户:kssdz899
上传日期:2007-01-08
资源大小:79k
文件大小:1k
- #if !defined(AFX_TITLEDIALOG_H__014C5956_CD90_11D3_A836_00104BA829E5__INCLUDED_)
- #define AFX_TITLEDIALOG_H__014C5956_CD90_11D3_A836_00104BA829E5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TitleDialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTitleDialog dialog
- class CTitleDialog : public CDialog
- {
- // Construction
- public:
- CTitleDialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CTitleDialog)
- enum { IDD = IDD_TITLE_DIALOG };
- CString m_TitleEdit;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTitleDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTitleDialog)
- afx_msg void OnExampleTitleButton();
- 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_TITLEDIALOG_H__014C5956_CD90_11D3_A836_00104BA829E5__INCLUDED_)