unit1.h

来自「一个不错的串口调试程序」· C头文件 代码 · 共 55 行

H
55
字号
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// Von der IDE verwaltete Komponenten
        TButton *B_open;
        TLabel *Label1;
        TLabel *Label2;
        TGroupBox *GroupBox1;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TEdit *E_port0;
        TCheckBox *CB_Port0_0;
        TCheckBox *CB_Port0_1;
        TCheckBox *CB_Port0_2;
        TCheckBox *CB_Port0_3;
        TCheckBox *CB_Port0_4;
        TCheckBox *CB_Port0_5;
        TCheckBox *CB_Port0_6;
        TCheckBox *CB_Port0_7;
        TCheckBox *CB_Port2_0;
        TCheckBox *CB_Port2_1;
        TCheckBox *CB_Port2_2;
        TCheckBox *CB_Port2_3;
        TCheckBox *CB_Port2_4;
        TCheckBox *CB_Port2_5;
        TCheckBox *CB_Port2_6;
        TCheckBox *CB_Port2_7;
        TButton *B_ChkTaster;
        void __fastcall B_openClick(TObject *Sender);
        void __fastcall CB_clicked(TObject *Sender);
        void __fastcall B_ChkTasterClick(TObject *Sender);

private:	// Anwender-Deklarationen

public:		// Anwender-Deklarationen
        __fastcall TForm1(TComponent* Owner);
        void senden (void);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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