StartDlg.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- #if !defined(AFX_STARTDLG_H__54E94A6F_28C0_465B_AA8C_B0195C244002__INCLUDED_)
- #define AFX_STARTDLG_H__54E94A6F_28C0_465B_AA8C_B0195C244002__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // StartDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CStartDlg dialog
- class CStartDlg : public CDialog
- {
- // Construction
- public:
- CStartDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CStartDlg)
- enum { IDD = IDD_START };
- CStatic m_scPrompt;
- //}}AFX_DATA
- void SetPrompt(LPCSTR szPrompt);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStartDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CStartDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STARTDLG_H__54E94A6F_28C0_465B_AA8C_B0195C244002__INCLUDED_)