Property1Dlg.h
上传用户:sjtdsyy
上传日期:2020-03-26
资源大小:76k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. // Property1Dlg.h : header file
  2. //
  3. #if !defined(AFX_PROPERTY1DLG_H__D3AEA303_1310_4D25_9471_DD88C561FF5D__INCLUDED_)
  4. #define AFX_PROPERTY1DLG_H__D3AEA303_1310_4D25_9471_DD88C561FF5D__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProperty1Dlg dialog
  10. class CProperty1Dlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CProperty1Dlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CProperty1Dlg)
  17. enum { IDD = IDD_PROPERTY1_DIALOG };
  18. CButton m_button2;
  19. CButton m_button1;
  20. CTabCtrl m_tab;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CProperty1Dlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CProperty1Dlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_PROPERTY1DLG_H__D3AEA303_1310_4D25_9471_DD88C561FF5D__INCLUDED_)