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 // _MSC_VER > 1000
- // TodayFormChild.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // TodayFormChild dialog
- #include "XTable.h"
- class TodayFormChild : public CDialog
- {
- // Construction
- public:
- CString GetCurPhone(CString &name);
- XTable m_table;
- void OtherDate();
- void DeleteCur();
- void ShowTable();
- TodayFormChild(CWnd* pParent = NULL); // standard constructor
- CArray<CStringArray, CStringArray>*List1array;
- CArray<CStringArray, CStringArray>*pClientarray;
- CArray<CStringArray, CStringArray>*pTxtypearray;
- // Dialog Data
- enum { IDD = IDD_DLGTodayFormChild };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- virtual void OnOK();
- virtual void OnCancel();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- 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);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TODAYFORMCHILD_H__C379F3F6_DBB4_4693_8FB5_ECFE8699A0B7__INCLUDED_)
|