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

📄 scconfigform.h

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef SCConfigFormH
#define SCConfigFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TfrmSCConfig : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TCheckBox *chkEnablePB00;
        TCheckBox *chkEnablePB01;
        TCheckBox *chkEnablePB02;
        TCheckBox *chkEnablePB03;
        TCheckBox *chkEnablePB04;
        TCheckBox *chkEnablePB05;
        TCheckBox *chkEnablePB06;
        TCheckBox *chkEnablePB07;
        TGroupBox *GroupBox2;
        TLabel *Label10;
        TLabel *Label11;
        TLabel *Label12;
        TLabel *Label13;
        TLabel *Label14;
        TLabel *Label15;
        TLabel *Label16;
        TLabel *Label17;
        TLabel *Label18;
        TCheckBox *chkEnablePB40;
        TCheckBox *chkEnablePB41;
        TCheckBox *chkEnablePB42;
        TCheckBox *chkEnablePB43;
        TCheckBox *chkEnablePB44;
        TCheckBox *chkEnablePB45;
        TCheckBox *chkEnablePB46;
        TCheckBox *chkEnablePB47;
        TButton *cmdCancel;
        TButton *cmdOk;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall cmdOkClick(TObject *Sender);
        void __fastcall cmdCancelClick(TObject *Sender);
        void __fastcall FormActivate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmSCConfig(TComponent* Owner);
        USHORT usPB0Value ;
        USHORT usPB4Value ;
        TCheckBox *pchkPB0[8],*pchkPB4[8];
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSCConfig *frmSCConfig;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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