92 lines
2.2 KiB
C
92 lines
2.2 KiB
C
|
#if !defined(AFX_HZBDLG_H__3F1F6D48_0B73_4822_A992_59FDBBB7E492__INCLUDED_)
|
|||
|
#define AFX_HZBDLG_H__3F1F6D48_0B73_4822_A992_59FDBBB7E492__INCLUDED_
|
|||
|
|
|||
|
#if _MSC_VER > 1000
|
|||
|
#pragma once
|
|||
|
#endif // _MSC_VER > 1000
|
|||
|
// HZBDlg.h : header file
|
|||
|
//
|
|||
|
|
|||
|
/////////////////////////////////////////////////////////////////////////////
|
|||
|
// CHZBDlg dialog
|
|||
|
|
|||
|
#include "..\public\reportctrl\ReportCtrl.h"
|
|||
|
|
|||
|
#include "..\public\reportctrl\ReportCtrl.h"
|
|||
|
#include "TabDlg.h"
|
|||
|
|
|||
|
#define MENU_HZB_EXPORT WM_USER + 330
|
|||
|
#define MENU_HZB_REFRESH WM_USER + 331
|
|||
|
|
|||
|
class CMainFrame;
|
|||
|
class CProcessSocket;
|
|||
|
class CHZBDlg : public CDialog
|
|||
|
{
|
|||
|
protected:
|
|||
|
CMainFrame * m_pMainFrame;
|
|||
|
CProcessSocket * m_pSocket;
|
|||
|
CImageList m_Image;
|
|||
|
CCorpName m_Corp;
|
|||
|
|
|||
|
BOOL m_bRefresh;
|
|||
|
BOOL m_bInit; //<2F>Ƿ<EFBFBD><C7B7>ѳ<EFBFBD>ʼ<EFBFBD><CABC>
|
|||
|
|
|||
|
// Construction
|
|||
|
public:
|
|||
|
void Close();
|
|||
|
void ShowRMenu();
|
|||
|
long GetCurrentSelected();
|
|||
|
BOOL ProcessSocket(Socket_Head *pHead);
|
|||
|
BOOL ReHide();
|
|||
|
BOOL RefreshInfo();
|
|||
|
BOOL ReShow(BOOL bRefresh=false);
|
|||
|
CHZBDlg(CWnd* pParent = NULL); // standard constructor
|
|||
|
|
|||
|
// Dialog Data
|
|||
|
//{{AFX_DATA(CHZBDlg)
|
|||
|
enum { IDD = IDD_HZB };
|
|||
|
CEdit m_E_CorpID;
|
|||
|
CComboBox m_L_Corp;
|
|||
|
CButton m_B_OnlySend;
|
|||
|
CStatic m_S_S2;
|
|||
|
CButton m_B_Old;
|
|||
|
CButton m_S_S1;
|
|||
|
CReportCtrl m_wndList;
|
|||
|
COleDateTime m_tBegin;
|
|||
|
COleDateTime m_tEnd;
|
|||
|
int m_lMobileType;
|
|||
|
BOOL m_bOld;
|
|||
|
BOOL m_bOnlySend;
|
|||
|
int m_lCorp;
|
|||
|
//}}AFX_DATA
|
|||
|
|
|||
|
|
|||
|
// Overrides
|
|||
|
// ClassWizard generated virtual function overrides
|
|||
|
//{{AFX_VIRTUAL(CHZBDlg)
|
|||
|
protected:
|
|||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|||
|
//}}AFX_VIRTUAL
|
|||
|
|
|||
|
// Implementation
|
|||
|
protected:
|
|||
|
|
|||
|
// Generated message map functions
|
|||
|
//{{AFX_MSG(CHZBDlg)
|
|||
|
virtual BOOL OnInitDialog();
|
|||
|
afx_msg void OnSize(UINT nType, int cx, int cy);
|
|||
|
afx_msg void OnHzbQuery();
|
|||
|
afx_msg void OnHzbOld();
|
|||
|
afx_msg void OnRclickHzbList(NMHDR* pNMHDR, LRESULT* pResult);
|
|||
|
afx_msg void OnHzbQuery2();
|
|||
|
//}}AFX_MSG
|
|||
|
afx_msg void On_HZB_Export();
|
|||
|
afx_msg void On_HZB_Refresh();
|
|||
|
DECLARE_MESSAGE_MAP()
|
|||
|
};
|
|||
|
|
|||
|
//{{AFX_INSERT_LOCATION}}
|
|||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|||
|
|
|||
|
#endif // !defined(AFX_HZBDLG_H__3F1F6D48_0B73_4822_A992_59FDBBB7E492__INCLUDED_)
|