#if !defined(AFX_BAR1D_H__8FBF4E86_810F_405A_9898_9A1ACCB99F84__INCLUDED_) #define AFX_BAR1D_H__8FBF4E86_810F_405A_9898_9A1ACCB99F84__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. ///////////////////////////////////////////////////////////////////////////// // CLinearBar wrapper class class CLinearBar : public COleDispatchDriver { public: CLinearBar() {} // Calls COleDispatchDriver default constructor CLinearBar(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLinearBar(const CLinearBar& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: BOOL GetEnableWriteText(); void SetEnableWriteText(BOOL bNewValue); BOOL GetEnableErrorCheck(); void SetEnableErrorCheck(BOOL bNewValue); short GetGranularity(); void SetGranularity(short nNewValue); short GetMinLength(); void SetMinLength(short nNewValue); short GetMaxLength(); void SetMaxLength(short nNewValue); short GetWhiteLines(); void SetWhiteLines(short nNewValue); short GetReadDirection(); void SetReadDirection(short nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_BAR1D_H__8FBF4E86_810F_405A_9898_9A1ACCB99F84__INCLUDED_)