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

📄 unit1.h

📁 一个不错的串口调试程序
💻 H
字号:
//---------------------------------------------------------------------------

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -