57 lines
1.3 KiB
C++
57 lines
1.3 KiB
C++
#if !defined(AFX_DLG_YJ_H__97470C4A_8CC7_4CF3_97A5_1FE2DBB91E10__INCLUDED_)
|
|
#define AFX_DLG_YJ_H__97470C4A_8CC7_4CF3_97A5_1FE2DBB91E10__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_YJ.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_YJ dialog
|
|
|
|
class DLG_YJ : public CDialog
|
|
{
|
|
public:
|
|
CString m_strType2;
|
|
// Construction
|
|
public:
|
|
DLG_YJ(CWnd* pParent,const TCHAR * pType); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_YJ)
|
|
enum { IDD = IDD_YJ };
|
|
CString m_strBZ;
|
|
CString m_strEmail;
|
|
CString m_strName;
|
|
CString m_strTel;
|
|
CString m_strType;
|
|
CString m_strS1;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_YJ)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_YJ)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnSelchangeYjType();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
public:
|
|
afx_msg void OnBnClickedOk();
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_YJ_H__97470C4A_8CC7_4CF3_97A5_1FE2DBB91E10__INCLUDED_)
|