statusform.h
来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 66 行
H
66 行
//---------------------------------------------------------------------------
#ifndef StatusFormH
#define StatusFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmStatus : public TForm
{
__published: // IDE-managed Components
TPanel *Panel9;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TLabel *Label10;
TLabel *Label11;
TLabel *Label12;
TCheckBox *chkBitEnable0;
TCheckBox *chkBitEnable1;
TCheckBox *chkBitEnable3;
TCheckBox *chkBitEnable2;
TCheckBox *chkBitEnable5;
TCheckBox *chkBitEnable4;
TCheckBox *chkBitEnable7;
TCheckBox *chkBitEnable6;
TCheckBox *chkFalling7;
TCheckBox *chkRising7;
TCheckBox *chkRising6;
TCheckBox *chkFalling6;
TCheckBox *chkRising5;
TCheckBox *chkFalling5;
TCheckBox *chkRising4;
TCheckBox *chkFalling4;
TCheckBox *chkRising3;
TCheckBox *chkFalling3;
TCheckBox *chkRising2;
TCheckBox *chkFalling2;
TCheckBox *chkRising1;
TCheckBox *chkFalling1;
TCheckBox *chkRising0;
TCheckBox *chkFalling0;
TButton *btnOK;
TButton *btnCancel;
void __fastcall chkBitEnable7Click(TObject *Sender);
void __fastcall btnOKClick(TObject *Sender);
void __fastcall btnCancelClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmStatus(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmStatus *frmStatus;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?