SmsManager/DLG_Dog_Create.h

50 lines
1.2 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_DOG_CREATE_H__7CF04134_1EE4_4D95_99D9_995723460300__INCLUDED_)
#define AFX_DLG_DOG_CREATE_H__7CF04134_1EE4_4D95_99D9_995723460300__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Dog_Create.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Dog_Create dialog
class DLG_Dog_Create : public CDialog
{
// Construction
public:
DLG_Dog_Create(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Dog_Create)
enum { IDD = IDD_CREATE_DOG };
CEdit m_E_LoginName;
CString m_strLoginName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Dog_Create)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Dog_Create)
virtual BOOL OnInitDialog();
afx_msg void OnDogCreate();
afx_msg void OnDogRead();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_DOG_CREATE_H__7CF04134_1EE4_4D95_99D9_995723460300__INCLUDED_)