AgentManager/DLG_Corp_Oper_Change.h

63 lines
1.6 KiB
C
Raw Normal View History

2025-01-22 15:45:17 +08:00
#if !defined(AFX_DLG_CORP_OPER_CHANGE_H__7404C55B_5DBD_475F_BF37_F6100FDE1380__INCLUDED_)
#define AFX_DLG_CORP_OPER_CHANGE_H__7404C55B_5DBD_475F_BF37_F6100FDE1380__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_Oper_Change.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_Oper_Change dialog
class CUserDlg;
class DLG_Corp_Oper_Change : public CDialog
{
public:
ANS_Corp_SeeData m_CorpData;
protected:
CUserDlg * m_pUserDlg;
long m_lChangeType;
// Construction
public:
void SetParam(ANS_Corp_SeeData pData,long lType);
DLG_Corp_Oper_Change(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_Oper_Change)
enum { IDD = IDD_CORP_OPER_CHANGE };
CString m_strCorpID;
CString m_strCorpName;
CString m_strBZ;
CString m_strOperName;
COleDateTime m_tHTRecv;
COleDateTime m_tHTSend;
CString m_strHTNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_Oper_Change)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_Oper_Change)
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_CORP_OPER_CHANGE_H__7404C55B_5DBD_475F_BF37_F6100FDE1380__INCLUDED_)