📄 _led.h
字号:
#if !defined(AFX__LED_H__0C5919F5_364B_11D4_987C_92EDE1534F80__INCLUDED_)
#define AFX__LED_H__0C5919F5_364B_11D4_987C_92EDE1534F80__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 CPicture;
class COleFont;
/////////////////////////////////////////////////////////////////////////////
// C_LED wrapper class
class C_LED : public CWnd
{
protected:
DECLARE_DYNCREATE(C_LED)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0x6adfd0af, 0x1aaa, 0x11d4, { 0xa9, 0xac, 0xb7, 0x61, 0xe1, 0xff, 0xb4, 0x7a } };
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:
void ShowAbout();
void Refresh();
BOOL GetEnabled();
void SetEnabled(BOOL bNewValue);
BOOL GetMouseControl();
void SetMouseControl(BOOL bNewValue);
CPicture GetMouseIcon();
void SetRefMouseIcon(LPDISPATCH newValue);
long GetMousePointer();
void SetMousePointer(long nNewValue);
BOOL GetAutoRedraw();
void SetAutoRedraw(BOOL bNewValue);
long GetSizeMode();
void SetSizeMode(long nNewValue);
long GetValueMode();
void SetValueMode(long nNewValue);
long GetOrientation();
void SetOrientation(long nNewValue);
long GetDirection();
void SetDirection(long nNewValue);
long GetBorderWidth();
void SetBorderWidth(long nNewValue);
unsigned long GetBorderColor();
void SetBorderColor(unsigned long newValue);
long GetOutLineStyle();
void SetOutLineStyle(long nNewValue);
long GetInLineStyle();
void SetInLineStyle(long nNewValue);
unsigned long GetBorderLight();
void SetBorderLight(unsigned long newValue);
unsigned long GetBorderShadow();
void SetBorderShadow(unsigned long newValue);
long GetOutLineWidth();
void SetOutLineWidth(long nNewValue);
long GetInLineWidth();
void SetInLineWidth(long nNewValue);
long GetPosX();
void SetPosX(long nNewValue);
long GetPosY();
void SetPosY(long nNewValue);
unsigned long GetBackColor();
void SetBackColor(unsigned long newValue);
CPicture GetBackPicture();
void SetRefBackPicture(LPDISPATCH newValue);
long GetLedWidth();
void SetLedWidth(long nNewValue);
long GetLedHeight();
void SetLedHeight(long nNewValue);
long GetLedSeparation();
void SetLedSeparation(long nNewValue);
long GetValue();
void SetValue(long nNewValue);
long GetFontNum();
void SetFontNum(long nNewValue);
long GetFontID();
void SetFontID(long nNewValue);
COleFont GetFont();
void SetRefFont(LPDISPATCH newValue);
long GetStyleNum();
void SetStyleNum(long nNewValue);
long GetStyleID();
void SetStyleID(long nNewValue);
void SetStyleLibrary(long nNewValue);
long GetStyleLibrary();
long GetStyleShape();
void SetStyleShape(long nNewValue);
void SetRefStyleOffPicture(LPDISPATCH newValue);
CPicture GetStyleOffPicture();
void SetRefStyleOnPicture(LPDISPATCH newValue);
CPicture GetStyleOnPicture();
void SetStyleOffColor(unsigned long newValue);
unsigned long GetStyleOffColor();
void SetStyleOnColor(unsigned long newValue);
unsigned long GetStyleOnColor();
long GetLedNum();
void SetLedNum(long nNewValue);
long GetLedID();
void SetLedID(long nNewValue);
long GetLedStyleID();
void SetLedStyleID(long nNewValue);
long GetCaptionNum();
void SetCaptionNum(long nNewValue);
long GetCaptionID();
void SetCaptionID(long nNewValue);
CString GetCaptionText();
void SetCaptionText(LPCTSTR lpszNewValue);
unsigned long GetCaptionColor();
void SetCaptionColor(unsigned long newValue);
long GetCaptionFontID();
void SetCaptionFontID(long nNewValue);
double GetCaptionX();
void SetCaptionX(double newValue);
double GetCaptionY();
void SetCaptionY(double newValue);
long GetHWnd();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX__LED_H__0C5919F5_364B_11D4_987C_92EDE1534F80__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -