123456789101112131415161718192021222324252627282930313233343536373839 |
- #if !defined(AFX_VCAXISGRID_H__66CD9B33_A852_4819_9E03_84000416F89D__INCLUDED_)
- #define AFX_VCAXISGRID_H__66CD9B33_A852_4819_9E03_84000416F89D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "vcpen.h"
- class CVcAxisGrid : public COleDispatchDriver
- {
- public:
- CVcAxisGrid() {}
- CVcAxisGrid(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CVcAxisGrid(const CVcAxisGrid& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- public:
- public:
- CVcPen GetMinorPen();
- CVcPen GetMajorPen();
- };
- #endif
|