You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.3 KiB
C++

#if !defined(AFX_CHARTFIELD_H__0FACB101_98DB_4C56_9EDD_A03BCC87AD55__INCLUDED_)
#define AFX_CHARTFIELD_H__0FACB101_98DB_4C56_9EDD_A03BCC87AD55__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CChartField wrapper class
class CChartField : public COleDispatchDriver
{
public:
CChartField() {} // Calls COleDispatchDriver default constructor
CChartField(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CChartField(const CChartField& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
long GetIndex();
void SetIndex(long nNewValue);
unsigned long GetColor();
void SetColor(unsigned long newValue);
CString GetName();
void SetName(LPCTSTR lpszNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHARTFIELD_H__0FACB101_98DB_4C56_9EDD_A03BCC87AD55__INCLUDED_)