PhonePage.h
上传用户:cuijiu615
上传日期:2007-03-28
资源大小:45k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_PHONEPAGE_H__E7107028_88FB_40DF_9FA9_1590C0B5C2EA__INCLUDED_)
  2. #define AFX_PHONEPAGE_H__E7107028_88FB_40DF_9FA9_1590C0B5C2EA__INCLUDED_
  3. #include "DteailDlg.h" // Added by ClassView
  4. #include "XPButton.h"
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. // PhonePage.h : header file
  9. //
  10. /////////////////////////////////////////////////////////////////////////////
  11. // PhonePage dialog
  12. class PhonePage : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(PhonePage)
  15. // Construction
  16. public:
  17. int nAllPage;
  18. PhonePage();
  19. ~PhonePage();
  20. // Dialog Data
  21. //{{AFX_DATA(PhonePage)
  22. enum { IDD = IDD_PHONEBOOK1 };
  23. CXPButton m_about;
  24. CXPButton m_find;
  25. CXPButton m_pre;
  26. CXPButton m_next;
  27. CXPButton m_last;
  28. CXPButton m_first;
  29. CXPButton m_edit;
  30. CXPButton m_del;
  31. CXPButton m_add;
  32. CString m_showpage;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generate virtual function overrides
  36. //{{AFX_VIRTUAL(PhonePage)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(PhonePage)
  44. virtual BOOL OnInitDialog();
  45. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  46. afx_msg void OnFirst();
  47. afx_msg void OnPreview();
  48. afx_msg void OnNext();
  49. afx_msg void OnLast();
  50. afx_msg void OnAdd();
  51. afx_msg void OnEdit();
  52. afx_msg void OnDel();
  53. afx_msg void OnButtonFind();
  54. afx_msg void OnButtonAbout();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. private:
  58. bool AddClicked;
  59. bool EditClicked;
  60. int nCurrentPage;
  61. CBrush m_brush;
  62. HWND Dlghand;
  63. DteailDlg Childdlg;
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_PHONEPAGE_H__E7107028_88FB_40DF_9FA9_1590C0B5C2EA__INCLUDED_)