1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #include "mschart.h"
- #if !defined(AFX_OTHER2SALECHART_H__9A478D52_C474_49E2_9FEF_89F74628D584__INCLUDED_)
- #define AFX_OTHER2SALECHART_H__9A478D52_C474_49E2_9FEF_89F74628D584__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class Other2SaleChart : public CDialog
- {
- CStringArray m_selarray;
- BOOL m_bInit;
- CArray<CStringArray, CStringArray>other2salearray;
- public:
- int FindList(CString str);
- void KindChange();
- void GetData();
- Other2SaleChart(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLGOther2SaleChart };
- CListBox m_List1;
- CSpinButtonCtrl m_spinyear;
- CMSChart m_Chart;
- UINT m_year;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEDITyear();
- afx_msg void OnSelchangeList1();
- afx_msg void OnDblClickMschart1();
- DECLARE_EVENTSINK_MAP()
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|