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

📄 ybcommdesigneditors.h

📁 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件。 1.支持二进制数据和文本数据的收发 2.支
💻 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 + -