1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #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<int, int>*m_poldclientarray;
- CArray<int, int>m_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_)
|