AlarmTipDlg.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_ALARMTIPDLG_H__6F138238_7A06_4F23_97BB_440F2D679D8F__INCLUDED_)
  2. #define AFX_ALARMTIPDLG_H__6F138238_7A06_4F23_97BB_440F2D679D8F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AlarmTipDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAlarmTipDlg dialog
  10. class CAlarmTipDlg : public CTipDialog
  11. {
  12. // Construction
  13. public:
  14. CAlarmTipDlg(CWnd* pParent = NULL);   // standard constructor
  15. static CAlarmTipDlg & GetInstance();
  16. void SetItemHeight( int nHeight = 15 );
  17. virtual void Show( );
  18. virtual void Hide( );
  19. virtual void ShowGradual( );
  20. virtual void HideGradual( );
  21. // Dialog Data
  22. //{{AFX_DATA(CAlarmTipDlg)
  23. enum { IDD = IDD_ALARMTIP };
  24. CButton m_btnNext;
  25. CButton m_btnPrior;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CAlarmTipDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. void UpdateButtons( );
  36. // Generated message map functions
  37. //{{AFX_MSG(CAlarmTipDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
  40. afx_msg void OnPrior();
  41. afx_msg void OnNext();
  42. afx_msg void OnPaint();
  43. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. protected:
  47. int m_nIndexStart;
  48. int m_nPageCount;
  49. int m_nItemHeight;
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_ALARMTIPDLG_H__6F138238_7A06_4F23_97BB_440F2D679D8F__INCLUDED_)