checkform.h

来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 30 行

H
30
字号
//---------------------------------------------------------------------------

#ifndef CheckFormH
#define CheckFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TfrmCheck : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TEdit *txtInt;
        TLabel *Label2;
        TEdit *txtBuffChange;
        TEdit *txtValue;
        TLabel *Label4;
        TButton *btnExit;
        void __fastcall btnExitClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmCheck(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmCheck *frmCheck;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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