TodayFormChild.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #if !defined(AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_)
  2. #define AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TodayFormChild.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TodayFormChild dialog
  10. #include "XTable.h"
  11. class TodayFormChild : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CString GetCurPhone(CString &name);
  16. XTable m_table;
  17. void OtherDate();
  18. void DeleteCur();
  19. void ShowTable();
  20. TodayFormChild(CWnd* pParent = NULL); // standard constructor
  21. CArray<CStringArray, CStringArray>*List1array;
  22. CArray<CStringArray, CStringArray>*pClientarray;
  23. CArray<CStringArray, CStringArray>*pTxtypearray;
  24. // Dialog Data
  25. enum { IDD = IDD_DLGTodayFormChild };
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. virtual void OnOK();
  37. virtual void OnCancel();
  38. virtual BOOL OnInitDialog();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. public:
  42. CScrollBar m_vScroll;
  43. INT nVscroll;
  44. CRect rt_mvScroll;
  45. afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  46. afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt);
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_)