AgentManager/InfoDlg.h
2025-01-22 15:45:17 +08:00

96 lines
2.2 KiB
C++

#if !defined(AFX_INFODLG_H__6B6817AF_D47B_402C_AF51_B2518679E44D__INCLUDED_)
#define AFX_INFODLG_H__6B6817AF_D47B_402C_AF51_B2518679E44D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CInfoDlg dialog
#define MENU_INFO_REFRESH WM_USER + 220
#include "..\public\reportctrl\ReportCtrl.h"
class CMainFrame;
class CProcessSocket;
class CMainFrame;
class CProcessSocket;
class CInfoDlg : public CDialog
{
public:
long m_lKFID;
protected:
CMainFrame * m_pMainFrame;
CProcessSocket * m_pSocket;
CImageList m_Image;
BOOL m_bRefresh; //是否已刷新
BOOL m_bInit; //是否已初始化
BOOL m_bShowOverTimeWarning; //显示过期警告
// Construction
public:
void ShowRMenu();
void Close();
BOOL ReHide();
BOOL ReShow(BOOL bRefresh=false);
BOOL ProcessSocket( Socket_Head * pHead );
BOOL RefreshInfo();
CInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInfoDlg)
enum { IDD = IDD_INFO };
CEdit m_E_Msg;
CReportCtrl m_wndList;
CString m_strAddress;
CString m_strCreateTime;
CString m_strEmail;
CString m_strFax;
CString m_strHttp;
CString m_strLXR;
CString m_strMobile;
CString m_strName;
CString m_strPostCode;
CString m_strTel;
CString m_strTotal;
CString m_strUsed;
CString m_strAddedCorp;
CString m_strAddCorpCount;
CString m_strSName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CInfoDlg)
afx_msg void OnSize(UINT nType, int cx, int cy);
virtual BOOL OnInitDialog();
afx_msg void OnRclickInfoList(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
afx_msg void On_User_Refresh();
DECLARE_MESSAGE_MAP()
public:
CString m_strMmsUsed;
afx_msg void OnBnClickedRefresh();
CString m_strOverTime;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INFODLG_H__6B6817AF_D47B_402C_AF51_B2518679E44D__INCLUDED_)