?? sothemeunique.h
字號:
#if !defined(AFX_SOTHEMEUNIQUE_H__F8ED3E69_3CA7_4094_999C_1BB35A999CC3__INCLUDED_)
#define AFX_SOTHEMEUNIQUE_H__F8ED3E69_3CA7_4094_999C_1BB35A999CC3__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 CsoStyle;
/////////////////////////////////////////////////////////////////////////////
// CsoThemeUnique wrapper class
class CsoThemeUnique : public COleDispatchDriver
{
public:
CsoThemeUnique() {} // Calls COleDispatchDriver default constructor
CsoThemeUnique(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoThemeUnique(const CsoThemeUnique& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
BOOL GetValid();
void SetValid(BOOL);
BOOL GetEnable();
void SetEnable(BOOL);
CString GetField();
void SetField(LPCTSTR);
CsoStyle GetDefaultStyle();
void SetDefaultStyle(LPDISPATCH);
long GetValueCount();
void SetValueCount(long);
CString GetCaption();
void SetCaption(LPCTSTR);
double GetVisibleScaleMax();
void SetVisibleScaleMax(double);
double GetVisibleScaleMin();
void SetVisibleScaleMin(double);
long GetIsForeignValue();
void SetIsForeignValue(long);
// Operations
public:
BOOL MakeDefault();
CsoStyle GetStyle(long nIndex);
void SetRefStyle(long nIndex, LPDISPATCH newValue);
CString GetValue(long nIndex);
void SetValue(long nIndex, LPCTSTR lpszNewValue);
CString GetItemCaption(long nIndex);
void SetItemCaption(long nIndex, LPCTSTR lpszNewValue);
CString ToXML();
BOOL FromXML(LPCTSTR strXML);
BOOL GetItemStyleEnabled(long nIndex);
void SetItemStyleEnabled(long nIndex, BOOL bNewValue);
long AddItem(LPCTSTR lpszNewValue);
long InsertItem(long nIndex, LPCTSTR lpszNewValue);
long RemoveItem(long nIndex, const VARIANT& nCount);
void RemoveAllItem();
BOOL ExchangeItem(long nIndex1, long nIndex2);
long CalculateUniqueValues(LPDISPATCH objValues);
void Sort(BOOL bDescending);
CString GetForeignValue(LPCTSTR strKey);
void SetForeignValue(LPCTSTR strKey, LPCTSTR lpszNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOTHEMEUNIQUE_H__F8ED3E69_3CA7_4094_999C_1BB35A999CC3__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -