com_error.h
来自「bds2006下面的串口操作」· C头文件 代码 · 共 25 行
H
25 行
//$$---- Form HDR ----
//---------------------------------------------------------------------------
#ifndef com_errorH
#define com_errorH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFormComError : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TButton *Button1;
private: // User declarations
public: // User declarations
__fastcall TFormComError(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormComError *FormComError;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?