TodayFormChild.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_)