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

📄 _selection.h

📁 用vc++结合mo开发的一个地震系统,实现了基本的功能,如放大,缩小
💻 H
字号:
#if !defined(AFX__SELECTION_H__99B144A1_93D9_4C73_8C1F_43005CBFDECE__INCLUDED_)
#define AFX__SELECTION_H__99B144A1_93D9_4C73_8C1F_43005CBFDECE__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.

/////////////////////////////////////////////////////////////////////////////
// C_Selection wrapper class

class C_Selection : public COleDispatchDriver
{
public:
	C_Selection() {}		// Calls COleDispatchDriver default constructor
	C_Selection(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	C_Selection(const C_Selection& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:

// Operations
public:
	void SetBackColor(unsigned long newValue);
	void SetForeColor(unsigned long newValue);
	void SetAlignment(long nNewValue);
	void SetLocked(BOOL bNewValue);
	void SetWrapText(BOOL bNewValue);
	void SetBorders(long Edge, long nNewValue);
	void SetMergeCells(BOOL bNewValue);
	void SetFontName(LPCTSTR lpszNewValue);
	void SetFontSize(float newValue);
	void SetFontBold(BOOL bNewValue);
	void SetFontItalic(BOOL bNewValue);
	void SetFontUnderline(BOOL bNewValue);
	void SetFontStrikethrough(BOOL bNewValue);
	long GetFirstRow();
	long GetLastRow();
	long GetFirstCol();
	long GetLastCol();
	void ClearAll();
	void ClearText();
	void ClearFormat();
	void DeleteByRow();
	void DeleteByCol();
	void Merge();
	void CopyData();
	void CutData();
	void PasteData();
	void InsertRows();
	void InsertCols();
};

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

#endif // !defined(AFX__SELECTION_H__99B144A1_93D9_4C73_8C1F_43005CBFDECE__INCLUDED_)

⌨️ 快捷键说明

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