TBVCDLG.H
上传用户:sanlisteel
上传日期:2008-06-19
资源大小:98k
文件大小:2k
- // tbvcDlg.h : header file
- //
- #if !defined(AFX_TBVCDLG_H__0849A4E6_5F89_11D5_A3D7_ED0427DAA924__INCLUDED_)
- #define AFX_TBVCDLG_H__0849A4E6_5F89_11D5_A3D7_ED0427DAA924__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "hyperlink.h"
- #include "Page1.h"
- #include "Page2.h"
- #include "MyProperty.h"
- /////////////////////////////////////////////////////////////////////////////
- // CTbvcDlg dialog
- class CTbvcDlg : public CDialog
- {
- // Construction
- public:
- CTbvcDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CTbvcDlg)
- enum { IDD = IDD_TBVC_DIALOG };
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTbvcDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Attributes
- public:
- CBrush m_bkbrush;
- CMyProperty* m_propertydlg;
- CPage1* m_page1;
- CPage2* m_page2;
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CTbvcDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnDetailButton();
- afx_msg void OnAbout();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnSendadvice();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- };
- class CAboutDlg : public CDialog
- {
- public:
- CAboutDlg();
- // Dialog Data
- //{{AFX_DATA(CAboutDlg)
- enum { IDD = IDD_ABOUTBOX };
- CHyperLink m_homepage;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAboutDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- //{{AFX_MSG(CAboutDlg)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TBVCDLG_H__0849A4E6_5F89_11D5_A3D7_ED0427DAA924__INCLUDED_)