MySphereButtonDlg.h
上传用户:linpin
上传日期:2007-01-01
资源大小:46k
文件大小:2k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // MySphereButtonDlg.h : header file
  2. //
  3. #if !defined(AFX_MYSPHEREBUTTONDLG_H__44648A96_9ABA_11D2_9E44_0020182F735A__INCLUDED_)
  4. #define AFX_MYSPHEREBUTTONDLG_H__44648A96_9ABA_11D2_9E44_0020182F735A__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "UniButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMySphereButtonDlg dialog
  11. class CMySphereButtonDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. enum {MY_BTN1 = 1001, MY_BTN2 = 1002, MY_BTN3 = 1003, MY_BTN4 = 1004, MY_BTN5 = 1005, MY_BTN6 = 1006, MY_BTN7 = 1007, MY_BTN8 = 1008};
  16. enum {MY_BTN9 = 1009, MY_BTN10 = 1010, MY_BTN11 = 1011, MY_BTN12 = 1012, MY_BTN13 = 1013, MY_BTN14 = 1014, MY_BTN15 = 10015, MY_BTN16=1016};
  17. enum {MY_BTN17 = 1017, MY_BTN18 = 1018};
  18. CMySphereButtonDlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CMySphereButtonDlg)
  21. enum { IDD = IDD_MYSPHEREBUTTON_DIALOG };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CMySphereButtonDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. HICON m_hIcon;
  32. CUniButton m_Btn1, m_Btn2, m_Btn3, m_Btn4, m_Btn5, m_Btn6, m_Btn7, m_Btn8, m_Btn9, m_Btn10;
  33. CUniButton m_Btn11, m_Btn12, m_Btn13, m_Btn14, m_Btn15, m_Btn16, m_Btn17, m_Btn18;
  34. // Generated message map functions
  35. //{{AFX_MSG(CMySphereButtonDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. afx_msg void OnButton();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_MYSPHEREBUTTONDLG_H__44648A96_9ABA_11D2_9E44_0020182F735A__INCLUDED_)