62 lines
1.6 KiB
C
62 lines
1.6 KiB
C
|
#if !defined(AFX_DLG_C_AGENTCJ_SEE_H__1AA03962_4A64_4E8A_B4A2_E08BD51AB77C__INCLUDED_)
|
||
|
#define AFX_DLG_C_AGENTCJ_SEE_H__1AA03962_4A64_4E8A_B4A2_E08BD51AB77C__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_C_AgentCJ_See.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_C_AgentCJ_See dialog
|
||
|
|
||
|
|
||
|
#include "..\public\reportctrl\ReportCtrl.h"
|
||
|
|
||
|
|
||
|
class DLG_C_AgentCJ_See : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
CImageList m_Image;
|
||
|
ANS_Agent_CJData * m_pCJ;
|
||
|
ANS_Agent_TC * m_pTC;
|
||
|
ANS_Agent_TCData * m_pTCData;
|
||
|
// Construction
|
||
|
public:
|
||
|
void SetParam( ANS_Agent_CJData * pCJ , ANS_Agent_TC * pTC , ANS_Agent_TCData * pTCData);
|
||
|
DLG_C_AgentCJ_See(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_C_AgentCJ_See)
|
||
|
enum { IDD = IDD_C_AGENTCJ_SEE };
|
||
|
CReportCtrl m_wndList;
|
||
|
CString m_strCJTime;
|
||
|
CString m_strName;
|
||
|
CString m_strPrice;
|
||
|
CString m_strCount;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_C_AgentCJ_See)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_C_AgentCJ_See)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnCAgentcjSeePrview2();
|
||
|
//}}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_AGENTCJ_SEE_H__1AA03962_4A64_4E8A_B4A2_E08BD51AB77C__INCLUDED_)
|