47 lines
1.2 KiB
C++
47 lines
1.2 KiB
C++
#if !defined(AFX_DLG_FIND_TDSET_H__64276D88_6D07_487F_B57B_295F2D95DEC0__INCLUDED_)
|
|
#define AFX_DLG_FIND_TDSET_H__64276D88_6D07_487F_B57B_295F2D95DEC0__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_Find_TDSet.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_Find_TDSet dialog
|
|
|
|
class DLG_Find_TDSet : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
DLG_Find_TDSet(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_Find_TDSet)
|
|
enum { IDD = IDD_FIND_TDSET };
|
|
CString m_strMobile;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_Find_TDSet)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_Find_TDSet)
|
|
virtual void OnOK();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_FIND_TDSET_H__64276D88_6D07_487F_B57B_295F2D95DEC0__INCLUDED_)
|