⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 crdesignerctrl.h

📁 报表组件希望大家支持阿~~谢谢!
💻 H
字号:
#if !defined(AFX_CRDESIGNERCTRL_H__6F5030A4_C12C_472A_85A9_CDB4E5615D4B__INCLUDED_)
#define AFX_CRDESIGNERCTRL_H__6F5030A4_C12C_472A_85A9_CDB4E5615D4B__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.

/////////////////////////////////////////////////////////////////////////////
// CCRDesignerCtrl wrapper class

class CCRDesignerCtrl : public CWnd
{
protected:
	DECLARE_DYNCREATE(CCRDesignerCtrl)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0xd274f90b, 0x7501, 0x47d7, { 0x95, 0x78, 0xe8, 0x60, 0xd8, 0xcf, 0xe8, 0x16 } };
		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:
	BOOL GetDisplayFieldView();
	void SetDisplayFieldView(BOOL bNewValue);
	BOOL GetDisplayToolbar();
	void SetDisplayToolbar(BOOL bNewValue);
	BOOL GetUseIndexForSpeed();
	void SetUseIndexForSpeed(BOOL bNewValue);
	BOOL GetTranslateDosStrings();
	void SetTranslateDosStrings(BOOL bNewValue);
	BOOL GetTranslateDosMemos();
	void SetTranslateDosMemos(BOOL bNewValue);
	long GetConvertDateTimeType();
	void SetConvertDateTimeType(long nNewValue);
	BOOL GetConvertNullFieldToDefault();
	void SetConvertNullFieldToDefault(BOOL bNewValue);
	BOOL GetCaseInsensitiveSQLData();
	void SetCaseInsensitiveSQLData(BOOL bNewValue);
	BOOL GetVerifyOnEveryPrint();
	void SetVerifyOnEveryPrint(BOOL bNewValue);
	BOOL GetDisplayRulers();
	void SetDisplayRulers(BOOL bNewValue);
	BOOL GetEnableSnapToGrid();
	void SetEnableSnapToGrid(BOOL bNewValue);
	BOOL GetDisplayGrid();
	void SetDisplayGrid(BOOL bNewValue);
	float GetGridSize();
	void SetGridSize(float newValue);
	void SaveReport(LPCTSTR reportName);
	BOOL GetDisplayHiddenSections();
	void SetDisplayHiddenSections(BOOL bNewValue);
	LPUNKNOWN GetReportObject();
	void SetReportObject(LPUNKNOWN newValue);
	BOOL GetEnableHelp();
	void SetEnableHelp(BOOL bNewValue);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CRDESIGNERCTRL_H__6F5030A4_C12C_472A_85A9_CDB4E5615D4B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -