SkinProgressTestDialog.h
上传用户:jmtfjn
上传日期:2007-02-20
资源大小:85k
文件大小:2k
源码类别:

状态条

开发平台:

Visual C++

  1. #if !defined(AFX_SKINPROGRESSTESTDIALOG_H__CD963196_AA86_470F_8FD8_B6F273861D3C__INCLUDED_)
  2. #define AFX_SKINPROGRESSTESTDIALOG_H__CD963196_AA86_470F_8FD8_B6F273861D3C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "MainFrm.h"
  7. // SkinProgressTestDialog.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSkinProgressTestDialog dialog
  11. class CSkinProgressTestDialog : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSkinProgressTestDialog(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CSkinProgressTestDialog)
  18. enum { IDD = IDD_SKINPROGRESSTEST_DIAL };
  19. CStatic         m_cGripSize;
  20. CStatic         m_cHeadT1;
  21. CStatic         m_cHeadP1;
  22. CButton         m_cCheckReverse;
  23. CStatic         m_cHeadReverse;
  24. CEdit           m_cEditTxt;
  25. CStatic         m_cComaTxt;
  26. CStatic         m_cComaTxtWnd;
  27. CStatic         m_cHeadProgress;
  28. CStatic         m_cHeadTxt;
  29. CStatic         m_cHeadTxtWnd;
  30. CSpinButtonCtrl m_cLimit;
  31. CComboBox       m_cBar;
  32. CComboBox       m_cText;
  33. CComboBox       m_cProgress;
  34. CButton         m_cButtonTest;
  35. CStatic         m_cBottomRight;
  36. CStatic         m_cProgress2;
  37. CStatic         m_cTextPane2;
  38. CStatic         m_cProgress1;
  39. CStatic         m_cTextPane1;
  40. BOOL            m_bCheckReverse;
  41. int             m_nLimit;
  42. CString         m_strText;
  43. //}}AFX_DATA
  44. // Overrides
  45. // ClassWizard generated virtual function overrides
  46. //{{AFX_VIRTUAL(CSkinProgressTestDialog)
  47. protected:
  48. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  49. //}}AFX_VIRTUAL
  50. // Implementation
  51. protected:
  52.   CSkinProgress* m_poSkinProgress; // The object within
  53.   int m_nWidth;
  54.   int m_nHeight;
  55. // Generated message map functions
  56. //{{AFX_MSG(CSkinProgressTestDialog)
  57. afx_msg void OnButtonTest();
  58. afx_msg void OnRadioDefault();
  59. afx_msg void OnRadioAqua();
  60. afx_msg void OnRadioLuna();
  61. afx_msg void OnRadioPhoton();
  62. afx_msg void OnSize(UINT nType, int cx, int cy);
  63. afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
  64. virtual BOOL OnInitDialog();
  65. afx_msg void OnSelchangeComboText();
  66. afx_msg void OnScannedSkin();
  67. afx_msg void OnSelchangeComboProgress();
  68. //}}AFX_MSG
  69. DECLARE_MESSAGE_MAP()
  70. };
  71. //{{AFX_INSERT_LOCATION}}
  72. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  73. #endif // !defined(AFX_SKINPROGRESSTESTDIALOG_H__CD963196_AA86_470F_8FD8_B6F273861D3C__INCLUDED_)