convert.h

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

H
35
字号
//---------------------------------------------------------------------------

#ifndef CONVERTH
#define CONVERTH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TFrmConvert : public TForm
{
__published:	// IDE-managed Components
        TButton *butTerminate;
        TProgressBar *prgsDataCounts;
        TTimer *tmrDataCounts;
        TLabel *Label1;
        TLabel *Label2;
        TEdit *txtInt;
        TEdit *txtBuffChange;
        void __fastcall butTerminateClick(TObject *Sender);
        void __fastcall tmrDataCountsTimer(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
        __fastcall TFrmConvert(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmConvert *FrmConvert;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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