123456789101112131415161718192021222324252627282930313233343536 |
- #if !defined(AFX_VCTICK_H__8DDA4853_A0C0_4783_944C_042E9D4353D8__INCLUDED_)
- #define AFX_VCTICK_H__8DDA4853_A0C0_4783_944C_042E9D4353D8__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.
- /////////////////////////////////////////////////////////////////////////////
- // CVcTick wrapper class
- class CVcTick : public COleDispatchDriver
- {
- public:
- CVcTick() {} // Calls COleDispatchDriver default constructor
- CVcTick(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CVcTick(const CVcTick& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- // Attributes
- public:
- // Operations
- public:
- float GetLength();
- void SetLength(float newValue);
- long GetStyle();
- void SetStyle(long nNewValue);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VCTICK_H__8DDA4853_A0C0_4783_944C_042E9D4353D8__INCLUDED_)
|