#if !defined(AFX_LEADBAR_H__440EA5CC_A828_4F11_82F3_F5221D0A57C3__INCLUDED_) #define AFX_LEADBAR_H__440EA5CC_A828_4F11_82F3_F5221D0A57C3__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. // Dispatch interfaces referenced by this interface class CBARCODEDATA; class CCODEONEWrite; class CLinearBar; class CPDFRead; class CPDFWrite; class CDATAMATRIXWrite; class CQRWrite; ///////////////////////////////////////////////////////////////////////////// // CLEADBarCode wrapper class class CLEADBarCode : public CWnd { protected: DECLARE_DYNCREATE(CLEADBarCode) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140420, 0xb1ba, 0x11ce, { 0xab, 0xc6, 0xf5, 0xb2, 0xe7, 0x9d, 0x9e, 0x3f } }; return clsid; } virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); } // Attributes public: // Operations public: CBARCODEDATA GetBarCodeData(short iIndex); long GetBitmap(); void SetBitmap(long nNewValue); CCODEONEWrite GetCodeOneWrite(); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); BOOL GetEnableUseRegion(); void SetEnableUseRegion(BOOL bNewValue); short GetDuplicatedCount(short iIndex); short GetFirstDuplicated(short iIndex); short GetNextDuplicated(short iIndex); short IsDuplicated(short iIndex); long IsSupportLocked(short iType); CLinearBar GetLinear(); CPDFRead GetPDFRead(); CPDFWrite GetPDFWrite(); short Read(long ulSearchType, short iMultipleMax, long iSearchLeft, long iSearchTop, long iSearchWidth, long iSearchHeight); long GetReadFlags(); void SetReadFlags(long nNewValue); short GetTotalCount(); short GetUnits(); void SetUnits(short nNewValue); void UnlockSupport(short iType, LPCTSTR pszKey); short Write(long ulBarType, LPCTSTR pszBarData, long iBarLeft, long iBarTop, long iBarWidth, long iBarHeight); long GetWriteFlags(); void SetWriteFlags(long nNewValue); short GetWriteGroup(); void SetWriteGroup(short nNewValue); BOOL GetEnableUseColors(); void SetEnableUseColors(BOOL bNewValue); BOOL GetEnableTransparent(); void SetEnableTransparent(BOOL bNewValue); unsigned long GetBarColor(); void SetBarColor(unsigned long newValue); unsigned long GetSpaceColor(); void SetSpaceColor(unsigned long newValue); BOOL GetEnableGetSizeMethod(); void SetEnableGetSizeMethod(BOOL bNewValue); long GetSizeX(); long GetSizeY(); long GetStartX(); long GetStartY(); CDATAMATRIXWrite GetDataMatrixWrite(); CQRWrite GetQRWrite(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADBAR_H__440EA5CC_A828_4F11_82F3_F5221D0A57C3__INCLUDED_)