ShowMemberMsg.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #if !defined(AFX_ShowMemberMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_ShowMemberMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowMemberMsg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowMemberMsg form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class ShowMemberMsg : public MyFormView
  14. {
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. protected:
  17. ShowMemberMsg(); // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(ShowMemberMsg)
  19. // Form Data
  20. public:
  21. //{{AFX_DATA(ShowMemberMsg)
  22. enum { IDD = IDD_DLGShowMemberMsg };
  23. CNumEdit m_editnum2;
  24. CNumEdit m_editnum1;
  25. CSortListCtrl2 m_List1;
  26. CStatic m_static1;
  27. UINT m_point1;
  28. UINT m_point2;
  29. //}}AFX_DATA
  30. // Attributes
  31. public:
  32. // Operations
  33. public:
  34. void GetData();
  35. void FillGrid();
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(ShowMemberMsg)
  39. public:
  40. virtual void OnInitialUpdate();
  41. virtual BOOL PreTranslateMessage(MSG* pMsg);
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. virtual ~ShowMemberMsg();
  48. #ifdef _DEBUG
  49. virtual void AssertValid() const;
  50. virtual void Dump(CDumpContext& dc) const;
  51. #endif
  52. // Generated message map functions
  53. //{{AFX_MSG(ShowMemberMsg)
  54. afx_msg void OnBUTclose();
  55. afx_msg void OnButton1();
  56. afx_msg void OnButton20();
  57. afx_msg void OnButton2();
  58. afx_msg void OnButton3();
  59. //}}AFX_MSG
  60. DECLARE_MESSAGE_MAP()
  61. };
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_ShowMemberMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)