NetTimeSheet.h
上传用户:kklily621
上传日期:2013-06-25
资源大小:252k
文件大小:2k
开发平台:

Visual C++

  1. #if !defined(AFX_NETTIMESHEET_H__120D81B0_DB29_44AB_AD79_310F5B60C90D__INCLUDED_)
  2. #define AFX_NETTIMESHEET_H__120D81B0_DB29_44AB_AD79_310F5B60C90D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NetTimeSheet.h : header file
  7. //
  8. //=============================================================================================
  9. // CNetTimeSheet
  10. class CNetTimeSheet : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(CNetTimeSheet)
  13. // Construction
  14. public:
  15. CNetTimeSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  16. CNetTimeSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CNetTimeSheet)
  24. public:
  25. virtual BOOL OnInitDialog();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CNetTimeSheet();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CNetTimeSheet)
  33. afx_msg void OnOK();
  34. afx_msg BOOL OnCancel();
  35. afx_msg void OnApply();
  36. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. //owner add 
  40. public:
  41. void InitDlgResource ();
  42. int EnableButton (BOOL bEnable);
  43. int Apply ();
  44. };
  45. //=============================================================================================
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_NETTIMESHEET_H__120D81B0_DB29_44AB_AD79_310F5B60C90D__INCLUDED_)