SmsManager/DLG_C_HT_Out.h
2025-01-14 10:46:18 +08:00

47 lines
1.1 KiB
C++

#if !defined(AFX_DLG_C_HT_OUT_H__DEAB86DC_D5C0_4C63_91F1_395872E486C3__INCLUDED_)
#define AFX_DLG_C_HT_OUT_H__DEAB86DC_D5C0_4C63_91F1_395872E486C3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_HT_Out.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_HT_Out dialog
class DLG_C_HT_Out : public CDialog
{
// Construction
public:
DLG_C_HT_Out(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_HT_Out)
enum { IDD = IDD_C_HT_OUT };
CString m_strBZ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_HT_Out)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_HT_Out)
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_C_HT_OUT_H__DEAB86DC_D5C0_4C63_91F1_395872E486C3__INCLUDED_)