ShowHistoryClient.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_SHOWHISTORYCLIENT_H__530B8ED9_33A0_413D_A512_6F659909904A__INCLUDED_)
  2. #define AFX_SHOWHISTORYCLIENT_H__530B8ED9_33A0_413D_A512_6F659909904A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowHistoryClient.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowHistoryClient dialog
  10. #include "MultiLineListBox.h"
  11. class ShowHistoryClient : public CDialog
  12. {
  13. // Construction
  14. public:
  15. ShowHistoryClient(CWnd* pParent = NULL); // standard constructor
  16. CArray<int, int>*m_poldclientarray;
  17. CArray<int, int>m_yearposarray;
  18. int m_pos;
  19. // Dialog Data
  20. //{{AFX_DATA(ShowHistoryClient)
  21. enum { IDD = IDD_DLGShowHistoryClient };
  22. CMultiLineListBox m_List1;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(ShowHistoryClient)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(ShowHistoryClient)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnButton1();
  36. virtual void OnOK();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SHOWHISTORYCLIENT_H__530B8ED9_33A0_413D_A512_6F659909904A__INCLUDED_)