ShowMember.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #if !defined(AFX_ShowMember_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_ShowMember_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowMember.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowMember form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class ShowMember : public MyFormView // 金卡会员;
  14. {
  15. int m_nAdd;
  16. BOOL m_bInit;
  17. CString m_no;
  18. CArray<CStringArray, CStringArray>m_List1array;
  19. protected:
  20. ShowMember(); // protected constructor used by dynamic creation
  21. DECLARE_DYNCREATE(ShowMember)
  22. // Form Data
  23. public:
  24. //{{AFX_DATA(ShowMember)
  25. enum { IDD = IDD_DLGShowMember };
  26. CSpinButtonCtrl m_spinyear;
  27. CSortListCtrl2 m_List1;
  28. CStatic m_static1;
  29. CString m_filter;
  30. UINT m_year;
  31. //}}AFX_DATA
  32. // Attributes
  33. public:
  34. // Operations
  35. public:
  36. void HidePrice();
  37. BOOL CheckExist(CString no);
  38. void GetData();
  39. void InputOK();
  40. void FillGrid();
  41. // Overrides
  42. // ClassWizard generated virtual function overrides
  43. //{{AFX_VIRTUAL(ShowMember)
  44. public:
  45. virtual void OnInitialUpdate();
  46. virtual BOOL PreTranslateMessage(MSG* pMsg);
  47. protected:
  48. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  49. //}}AFX_VIRTUAL
  50. // Implementation
  51. protected:
  52. virtual ~ShowMember();
  53. #ifdef _DEBUG
  54. virtual void AssertValid() const;
  55. virtual void Dump(CDumpContext& dc) const;
  56. #endif
  57. // Generated message map functions
  58. //{{AFX_MSG(ShowMember)
  59. afx_msg void OnBUTclose();
  60. afx_msg void OnButton1(); // 查询按钮;
  61. afx_msg void OnTimer(UINT nIDEvent);
  62. afx_msg void OnButton2(); // 开新卡按钮;
  63. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  64. afx_msg void OnButton3();
  65. afx_msg void OnButton4();
  66. afx_msg void OnButton5();
  67. afx_msg void OnButton6();
  68. afx_msg void OnButton10();
  69. afx_msg void OnButton11();
  70. afx_msg void OnButton8();
  71. afx_msg void OnButton15();
  72. afx_msg void OnButton14();
  73. afx_msg void OnButton19();
  74. afx_msg void OnChangeEDITyear();
  75. afx_msg void OnButton20(); // 发送短信按钮;
  76. afx_msg void OnButton21(); // 导入按钮 ;
  77. afx_msg void OnButton24(); // 导出按钮;
  78. //}}AFX_MSG
  79. DECLARE_MESSAGE_MAP()
  80. };
  81. /////////////////////////////////////////////////////////////////////////////
  82. //{{AFX_INSERT_LOCATION}}
  83. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  84. #endif // !defined(AFX_ShowMember_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)