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

54 lines
1.3 KiB
C++

#if !defined(AFX_DLG_GZMSG_JS_H__C8013340_6828_401C_AFBA_2C04D8423313__INCLUDED_)
#define AFX_DLG_GZMSG_JS_H__C8013340_6828_401C_AFBA_2C04D8423313__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_GZMsg_JS.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_GZMsg_JS dialog
class DLG_GZMsg_JS : public CDialog
{
public:
ANS_GZMsgData * m_pGZData;
// Construction
public:
void SetParam( ANS_GZMsgData * pGZData );
DLG_GZMsg_JS(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_GZMsg_JS)
enum { IDD = IDD_GZMSG_JS };
CString m_strMon;
CString m_strYJ;
CString m_strYWY;
CString m_strGZ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_GZMsg_JS)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_GZMsg_JS)
virtual void OnOK();
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_DLG_GZMSG_JS_H__C8013340_6828_401C_AFBA_2C04D8423313__INCLUDED_)