68 lines
1.7 KiB
C++
68 lines
1.7 KiB
C++
#if !defined(AFX_DLG_FINDNS_H__5A9DE9F0_B350_4188_8970_D98E87767C09__INCLUDED_)
|
|
#define AFX_DLG_FINDNS_H__5A9DE9F0_B350_4188_8970_D98E87767C09__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_FindNS.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_FindNS dialog
|
|
#include "..\public\reportctrl\ReportCtrl.h"
|
|
|
|
#define MENU_FINDNS_DEL WM_USER+250
|
|
|
|
class CMainFrame;
|
|
class DLG_FindNS : public CDialog
|
|
{
|
|
public:
|
|
CMainFrame * m_pMainFrame;
|
|
CImageList m_Image;
|
|
long m_lFindType;
|
|
// Construction
|
|
public:
|
|
void ShowRMenu();
|
|
DLG_FindNS(CWnd* pParent,long lFindType); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_FindNS)
|
|
enum { IDD = IDD_FINDNS };
|
|
CComboBox m_L_Mon2;
|
|
CComboBox m_L_Mon;
|
|
CComboBox m_L_Day;
|
|
CButton m_S_S1;
|
|
CReportCtrl m_wndList;
|
|
int m_lMon;
|
|
int m_lMon2;
|
|
int m_lDay;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_FindNS)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_FindNS)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnRclickFindnsList(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnKeydownFindnsList(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnFindnsFind();
|
|
afx_msg void OnFindnsAdd();
|
|
//}}AFX_MSG
|
|
afx_msg void On_User_Del();
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_FINDNS_H__5A9DE9F0_B350_4188_8970_D98E87767C09__INCLUDED_)
|