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

📄 vcf1.h

📁 石油行业油井损害软件,有详细的油井损害模型,对石油建模有重要帮助
💻 H
📖 第 1 页 / 共 2 页
字号:
// 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 CPicture;

/////////////////////////////////////////////////////////////////////////////
// CVCF1 wrapper class

class CVCF1 : public CWnd
{
protected:
	DECLARE_DYNCREATE(CVCF1)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0x42badc5, 0x5e58, 0x11ce, { 0xb6, 0x10, 0x52, 0x41, 0x53, 0x48, 0x0, 0x1 } };
		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:
	unsigned long GetBackColor();
	void SetBackColor(unsigned long);
	long GetCol();
	void SetCol(long);
	long GetRow();
	void SetRow(long);
	short GetShowHScrollBar();
	void SetShowHScrollBar(short);
	CString GetText();
	void SetText(LPCTSTR);
	double GetNumber();
	void SetNumber(double);
	CString GetFormula();
	void SetFormula(LPCTSTR);
	long GetFixedCol();
	void SetFixedCol(long);
	long GetFixedCols();
	void SetFixedCols(long);
	long GetFixedRow();
	void SetFixedRow(long);
	long GetFixedRows();
	void SetFixedRows(long);
	BOOL GetShowGridLines();
	void SetShowGridLines(BOOL);
	BOOL GetShowRowHeading();
	void SetShowRowHeading(BOOL);
	short GetShowSelections();
	void SetShowSelections(short);
	long GetLeftCol();
	void SetLeftCol(long);
	long GetMaxCol();
	void SetMaxCol(long);
	long GetMaxRow();
	void SetMaxRow(long);
	long GetTopRow();
	void SetTopRow(long);
	BOOL GetAllowResize();
	void SetAllowResize(BOOL);
	BOOL GetAllowSelections();
	void SetAllowSelections(BOOL);
	BOOL GetAllowFormulas();
	void SetAllowFormulas(BOOL);
	BOOL GetAllowInCellEditing();
	void SetAllowInCellEditing(BOOL);
	short GetShowVScrollBar();
	void SetShowVScrollBar(short);
	BOOL GetAllowFillRange();
	void SetAllowFillRange(BOOL);
	BOOL GetAllowMoveRange();
	void SetAllowMoveRange(BOOL);
	long GetSelStartCol();
	void SetSelStartCol(long);
	long GetSelStartRow();
	void SetSelStartRow(long);
	long GetSelEndCol();
	void SetSelEndCol(long);
	long GetSelEndRow();
	void SetSelEndRow(long);
	unsigned long GetExtraColor();
	void SetExtraColor(unsigned long);
	CString GetFileName();
	void SetFileName(LPCTSTR);
	BOOL GetAutoRecalc();
	void SetAutoRecalc(BOOL);
	BOOL GetPrintGridLines();
	void SetPrintGridLines(BOOL);
	BOOL GetPrintRowHeading();
	void SetPrintRowHeading(BOOL);
	BOOL GetPrintHCenter();
	void SetPrintHCenter(BOOL);
	BOOL GetPrintVCenter();
	void SetPrintVCenter(BOOL);
	BOOL GetPrintLeftToRight();
	void SetPrintLeftToRight(BOOL);
	CString GetPrintHeader();
	void SetPrintHeader(LPCTSTR);
	CString GetPrintFooter();
	void SetPrintFooter(LPCTSTR);
	double GetPrintLeftMargin();
	void SetPrintLeftMargin(double);
	double GetPrintTopMargin();
	void SetPrintTopMargin(double);
	double GetPrintRightMargin();
	void SetPrintRightMargin(double);
	double GetPrintBottomMargin();
	void SetPrintBottomMargin(double);
	CString GetPrintArea();
	void SetPrintArea(LPCTSTR);
	CString GetPrintTitles();
	void SetPrintTitles(LPCTSTR);
	BOOL GetPrintNoColor();
	void SetPrintNoColor(BOOL);
	CString GetSelection();
	void SetSelection(LPCTSTR);
	CString GetTableName();
	void SetTableName(LPCTSTR);
	BOOL GetDoCancelEdit();
	void SetDoCancelEdit(BOOL);
	BOOL GetDoSelChange();
	void SetDoSelChange(BOOL);
	BOOL GetDoStartEdit();
	void SetDoStartEdit(BOOL);
	BOOL GetDoEndEdit();
	void SetDoEndEdit(BOOL);
	BOOL GetDoStartRecalc();
	void SetDoStartRecalc(BOOL);
	BOOL GetDoEndRecalc();
	void SetDoEndRecalc(BOOL);
	BOOL GetDoClick();
	void SetDoClick(BOOL);
	BOOL GetDoDblClick();
	void SetDoDblClick(BOOL);
	BOOL GetShowColHeading();
	void SetShowColHeading(BOOL);
	BOOL GetPrintColHeading();
	void SetPrintColHeading(BOOL);
	CString GetEntry();
	void SetEntry(LPCTSTR);
	BOOL GetRepaint();
	void SetRepaint(BOOL);
	BOOL GetAllowArrows();
	void SetAllowArrows(BOOL);
	BOOL GetAllowTabs();
	void SetAllowTabs(BOOL);
	CString GetFormattedText();
	void SetFormattedText(LPCTSTR);
	BOOL GetRowMode();
	void SetRowMode(BOOL);
	BOOL GetAllowDelete();
	void SetAllowDelete(BOOL);
	BOOL GetEnableProtection();
	void SetEnableProtection(BOOL);
	long GetMinCol();
	void SetMinCol(long);
	long GetMinRow();
	void SetMinRow(long);
	BOOL GetDoTopLeftChanged();
	void SetDoTopLeftChanged(BOOL);
	BOOL GetAllowEditHeaders();
	void SetAllowEditHeaders(BOOL);
	BOOL GetDoObjClick();
	void SetDoObjClick(BOOL);
	BOOL GetDoObjDblClick();
	void SetDoObjDblClick(BOOL);
	BOOL GetAllowObjSelections();
	void SetAllowObjSelections(BOOL);
	BOOL GetDoRClick();
	void SetDoRClick(BOOL);
	BOOL GetDoRDblClick();
	void SetDoRDblClick(BOOL);
	CString GetClip();
	void SetClip(LPCTSTR);
	CString GetClipValues();
	void SetClipValues(LPCTSTR);
	BOOL GetPrintLandscape();
	void SetPrintLandscape(BOOL);
	BOOL GetEnabled();
	void SetEnabled(BOOL);
	short GetBorderStyle();
	void SetBorderStyle(short);
	CString GetAppName();
	void SetAppName(LPCTSTR);
	short GetHdrHeight();
	void SetHdrHeight(short);
	short GetHdrWidth();
	void SetHdrWidth(short);
	CString GetNumberFormat();
	void SetNumberFormat(LPCTSTR);
	CString GetTopLeftText();
	void SetTopLeftText(LPCTSTR);
	BOOL GetEnterMovesDown();
	void SetEnterMovesDown(BOOL);
	long GetLastCol();
	void SetLastCol(long);
	long GetLastRow();
	void SetLastRow(long);
	BOOL GetLogical();
	void SetLogical(BOOL);
	short GetMode();
	void SetMode(short);
	short GetPolyEditMode();
	void SetPolyEditMode(short);
	short GetViewScale();
	void SetViewScale(short);
	short GetSelectionCount();
	void SetSelectionCount(short);
	CString GetTitle();
	void SetTitle(LPCTSTR);
	short GetType();
	void SetType(short);
	BOOL GetShowFormulas();
	void SetShowFormulas(BOOL);
	BOOL GetShowZeroValues();
	void SetShowZeroValues(BOOL);
	short GetMousePointer();
	void SetMousePointer(short);
	CPicture GetMouseIcon();
	void SetMouseIcon(LPDISPATCH);
	BOOL GetDoObjValueChanged();
	void SetDoObjValueChanged(BOOL);
	BOOL GetScrollToLastRC();
	void SetScrollToLastRC(BOOL);
	BOOL GetModified();
	void SetModified(BOOL);
	BOOL GetDoObjGotFocus();
	void SetDoObjGotFocus(BOOL);

⌨️ 快捷键说明

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