MemPage1.h
上传用户:tianjwyx
上传日期:2007-01-13
资源大小:813k
文件大小:1k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. #if !defined(AFX_MEMPAGE1_H__B2B89C73_7C0B_4C26_BFE6_035CA818BE1B__INCLUDED_)
  2. #define AFX_MEMPAGE1_H__B2B89C73_7C0B_4C26_BFE6_035CA818BE1B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MemPage1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMemPage1 dialog
  10. //#include "Tab3.h"
  11. #include "Math.h"
  12. class CMemPage1 : public CDialog
  13. {
  14. // Construction
  15. public:
  16. void DrawBar();
  17. struct POTS
  18. {
  19. int rate;
  20. };
  21. bool bDraw;
  22. void DrawText(int x, int y, CString Text);
  23. void InitGrah();
  24. CMemPage1(CWnd* pParent = NULL);   // standard constructor
  25.     POTS potFIFO[8];
  26. POTS potOPT[8];
  27. POTS potLRU[8];
  28. // Dialog Data
  29. //{{AFX_DATA(CMemPage1)
  30. enum { IDD = IDD_TAB_PAGE1 };
  31. CStatic m_Draw;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CMemPage1)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CMemPage1)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnPaint();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MEMPAGE1_H__B2B89C73_7C0B_4C26_BFE6_035CA818BE1B__INCLUDED_)