📄 chtview.h
字号:
//{{AFX_INCLUDES()
#include "mschart.h"
#include "vcdatagrid.h"
#include "datacombo.h"
#include "vcplot.h"
#include "vcSeriesCollection.h"
#include "vcSeries.h"
#include "vcDataPoints.h"
#include "vcDataPoint.h"
#include "vcDataPointLabel.h"
#include "mschart1.h"
//}}AFX_INCLUDES
#if !defined(AFX_CHTVIEW_H__0507724F_23F3_485E_8376_350B62E36317__INCLUDED_)
#define AFX_CHTVIEW_H__0507724F_23F3_485E_8376_350B62E36317__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChtView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChtView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CChtView : public CFormView
{
protected:
CChtView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CChtView)
// Form Data
public:
//{{AFX_DATA(CChtView)
enum { IDD = IDD_CHT_FORM };
CComboBox m_ctrlTypeRes;
CComboBox m_ctrIOType;
CMSChart m_chartTotal;
CDataCombo m_dcIOUser;
int m_nIOType;
CMSChart m_chartType;
CMSChart m_chartAsset;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
void SetAssetChartData();
CString SetFillMonth(int month);
int m_nTotalType;
void SetTypeChartData();
void SetChartRowData(int row,double mon);
void SetTotalChartData(CString strExtra);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChtView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CChtView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CChtView)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnBtnLook();
afx_msg void OnSelchangeChtIo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHTVIEW_H__0507724F_23F3_485E_8376_350B62E36317__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -