📄 ybcommdesigneditors.h
字号:
//---------------------------------------------------------------------------
#ifndef _YBCOMMDESIGNEDITORS_H_YBCHEN_
#define _YBCOMMDESIGNEDITORS_H_YBCHEN_
//---------------------------------------------------------------------------
#if(__BCPLUSPLUS__>=0x0560)
# include <DesignEditors.hpp>
#else
# include <dsgnintf.hpp>
#endif
//---------------------------------------------------------------------------
#include "YBCommDevice.h"
//---------------------------------------------------------------------------
class PACKAGE TYbCommDeviceEditor:public TComponentEditor
{
public:
void __fastcall ExecuteVerb(int Index);
AnsiString __fastcall GetVerb(int Index);
int __fastcall GetVerbCount(void);
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -