1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #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()
- };
- //{{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_)
|