unit_link.h

来自「平台:c++ builder V6.0 功能:利用串口设备通讯,」· C头文件 代码 · 共 34 行

H
34
字号
//---------------------------------------------------------------------------

#ifndef Unit_LinkH
#define Unit_LinkH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm_Link : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TEdit *Edit_CommNo;
        TLabel *Label2;
        TEdit *Edit_Baut;
        TLabel *Label3;
        TEdit *Edit_Byte;
        TLabel *Label4;
        TEdit *Edit_Check;
        TLabel *Label5;
        TEdit *Edit_Stop;
        TBevel *Bevel1;
private:	// User declarations
public:		// User declarations
        __fastcall TForm_Link(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_Link *Form_Link;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?