1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- //{{AFX_INCLUDES()
- #include "mschart.h"
- //}}AFX_INCLUDES
- #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 // _MSC_VER > 1000
- // Other2SaleChart.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Other2SaleChart dialog
- class Other2SaleChart : public CDialog
- {
- CStringArray m_selarray;
- BOOL m_bInit;
- CArray<CStringArray, CStringArray>other2salearray;
- // Construction
- public:
- int FindList(CString str);
- void KindChange();
- void GetData();
- Other2SaleChart(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(Other2SaleChart)
- enum { IDD = IDD_DLGOther2SaleChart };
- CListBox m_List1;
- CSpinButtonCtrl m_spinyear;
- CMSChart m_Chart;
- UINT m_year;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Other2SaleChart)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(Other2SaleChart)
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEDITyear();
- afx_msg void OnSelchangeList1();
- afx_msg void OnDblClickMschart1();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OTHER2SALECHART_H__9A478D52_C474_49E2_9FEF_89F74628D584__INCLUDED_)
|