SmsManager/DLG_K_GZMSG_SEE.h

62 lines
1.5 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_K_GZMSG_SEE_H__83316611_F592_4C25_BF65_9ADB07DA30CA__INCLUDED_)
#define AFX_DLG_K_GZMSG_SEE_H__83316611_F592_4C25_BF65_9ADB07DA30CA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_K_GZMSG_SEE.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_K_GZMSG_SEE dialog
class DLG_K_GZMSG_SEE : public CDialog
{
public:
BOOL m_bModify;
CString m_strName2;
CString m_strMon2;
CString m_strYJ2;
CString m_strGZ2;
double m_fYJ;
double m_fGZ;
// Construction
public:
void SetParam(BOOL bModify , CString strName,CString strMon,CString strYJ,CString strGZ);
DLG_K_GZMSG_SEE(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_K_GZMSG_SEE)
enum { IDD = IDD_K_GZMSG_MODIFY };
CString m_strGZ;
CString m_strMon;
CString m_strName;
CString m_strYJ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_K_GZMSG_SEE)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_K_GZMSG_SEE)
virtual BOOL OnInitDialog();
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_K_GZMSG_SEE_H__83316611_F592_4C25_BF65_9ADB07DA30CA__INCLUDED_)