123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- #if !defined(AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_)
- #define AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "XTable.h"
- class TodayFormChild : public CDialog
- {
- public:
- CString GetCurPhone(CString &name);
- XTable m_table;
- void OtherDate();
- void DeleteCur();
- void ShowTable();
- TodayFormChild(CWnd* pParent = NULL);
- CArray<CStringArray, CStringArray>*List1array;
- CArray<CStringArray, CStringArray>*pClientarray;
- CArray<CStringArray, CStringArray>*pTxtypearray;
- enum { IDD = IDD_DLGTodayFormChild };
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
- virtual void OnOK();
- virtual void OnCancel();
- virtual BOOL OnInitDialog();
-
- DECLARE_MESSAGE_MAP()
- public:
- CScrollBar m_vScroll;
- INT nVscroll;
- CRect rt_mvScroll;
- afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
- afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt);
- };
- #endif
|