filterform.h

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

H
65
字号
//---------------------------------------------------------------------------

#ifndef FilterFormH
#define FilterFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TfrmFilter : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TButton *btnOK;
        TButton *btnCancel;
        TCheckBox *chkBitEnable1;
        TCheckBox *chkBitEnable2;
        TCheckBox *chkBitEnable3;
        TCheckBox *chkBitEnable4;
        TCheckBox *chkBitEnable5;
        TCheckBox *chkBitEnable6;
        TCheckBox *chkBitEnable7;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label11;
        TEdit *txtHiValue1;
        TEdit *txtHiValue2;
        TEdit *txtHiValue4;
        TEdit *txtHiValue5;
        TEdit *txtHiValue6;
        TEdit *txtHiValue7;
        TEdit *txtLoValue1;
        TEdit *txtHiValue3;
        TEdit *txtLoValue2;
        TEdit *txtLoValue3;
        TEdit *txtLoValue4;
        TEdit *txtLoValue5;
        TEdit *txtLoValue6;
        TEdit *txtLoValue7;
        TCheckBox *chkBitEnable0;
        TEdit *txtHiValue0;
        TLabel *Label12;
        TEdit *txtLoValue0;
        void __fastcall chkBitEnable1Click(TObject *Sender);
        void __fastcall btnOKClick(TObject *Sender);
        void __fastcall btnCancelClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmFilter(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmFilter *frmFilter;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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