WebSetDlg.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- #if !defined(AFX_WEBSETDLG_H__46698A6F_B7D0_4A60_9166_857EF342B2CF__INCLUDED_)
- #define AFX_WEBSETDLG_H__46698A6F_B7D0_4A60_9166_857EF342B2CF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // WebSetDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CWebSetDlg dialog
- class CWebSetDlg : public CDialog
- {
- // Construction
- public:
- CWebSetDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CWebSetDlg)
- enum { IDD = IDD_DIALOG1 };
- CString m_strAddress;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWebSetDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CWebSetDlg)
- // 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_WEBSETDLG_H__46698A6F_B7D0_4A60_9166_857EF342B2CF__INCLUDED_)