📄 shiftpltfrmctl.h
字号:
#if !defined(AFX_SHIFTPLTFRMCTL_H__A80B1133_74C8_420A_86FB_D14DD8FAD676__INCLUDED_)
#define AFX_SHIFTPLTFRMCTL_H__A80B1133_74C8_420A_86FB_D14DD8FAD676__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShiftPltFrmCtl.h : Declaration of the CShiftPltFrmCtrl ActiveX Control class.
/////////////////////////////////////////////////////////////////////////////
// CShiftPltFrmCtrl : See ShiftPltFrmCtl.cpp for implementation.
class CShiftPltFrmCtrl : public COleControl
{
DECLARE_DYNCREATE(CShiftPltFrmCtrl)
// Constructor
public:
CShiftPltFrmCtrl();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShiftPltFrmCtrl)
public:
virtual void OnDraw(CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid);
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void DoPropExchange(CPropExchange* pPX);
virtual void OnResetState();
//}}AFX_VIRTUAL
// Implementation
protected:
~CShiftPltFrmCtrl();
DECLARE_OLECREATE_EX(CShiftPltFrmCtrl) // Class factory and guid
DECLARE_OLETYPELIB(CShiftPltFrmCtrl) // GetTypeInfo
DECLARE_PROPPAGEIDS(CShiftPltFrmCtrl) // Property page IDs
DECLARE_OLECTLTYPE(CShiftPltFrmCtrl) // Type name and misc status
// Subclassed control support
BOOL IsSubclassedControl();
LRESULT OnOcmCommand(WPARAM wParam, LPARAM lParam);
// Message maps
//{{AFX_MSG(CShiftPltFrmCtrl)
// NOTE - ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// Dispatch maps
//{{AFX_DISPATCH(CShiftPltFrmCtrl)
afx_msg BOOL DoBitFeature(short FAR* pIntvArgu);
afx_msg BOOL Init();
afx_msg void UnInst();
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
// Event maps
//{{AFX_EVENT(CShiftPltFrmCtrl)
//}}AFX_EVENT
DECLARE_EVENT_MAP()
// Dispatch and event IDs
public:
enum {
//{{AFX_DISP_ID(CShiftPltFrmCtrl)
dispidDoBitFeature = 1L,
dispidInit = 2L,
dispidUnInst = 3L
//}}AFX_DISP_ID
};
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHIFTPLTFRMCTL_H__A80B1133_74C8_420A_86FB_D14DD8FAD676__INCLUDED)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -