#if !defined(AFX_SHOWHISTORYCLIENT_H__530B8ED9_33A0_413D_A512_6F659909904A__INCLUDED_) #define AFX_SHOWHISTORYCLIENT_H__530B8ED9_33A0_413D_A512_6F659909904A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ShowHistoryClient.h : header file // ///////////////////////////////////////////////////////////////////////////// // ShowHistoryClient dialog #include "MultiLineListBox.h" class ShowHistoryClient : public CDialog { // Construction public: ShowHistoryClient(CWnd* pParent = NULL); // standard constructor CArray*m_poldclientarray; CArraym_yearposarray; int m_pos; // Dialog Data //{{AFX_DATA(ShowHistoryClient) enum { IDD = IDD_DLGShowHistoryClient }; CMultiLineListBox m_List1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(ShowHistoryClient) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(ShowHistoryClient) virtual BOOL OnInitDialog(); afx_msg void OnButton1(); 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_SHOWHISTORYCLIENT_H__530B8ED9_33A0_413D_A512_6F659909904A__INCLUDED_)